Annotation of parser3/ChangeLog, revision 1.141

1.141   ! moko        1: 2020-10-04  moko
        !             2: 
        !             3:        * src/targets/cgi/parser3.C: options together
        !             4: 
        !             5: 2020-09-30  moko
        !             6: 
        !             7:        * src/main/pa_http.C: renamed
        !             8: 
1.140     moko        9: 2020-08-14  moko
                     10: 
                     11:        * configure, configure.ac, parser3.sln, src/lib/Makefile.am,
                     12:          src/targets/cgi/Makefile.am: no httpd as separate library
                     13: 
                     14: 2020-08-13  moko
                     15: 
                     16:        * src/targets/cgi/parser3.C: SAPI::die used in exception in
                     17:          unhandled exception handler to report 500 instead of 200 it was
                     18:          before.
                     19: 
                     20:        * src/targets/apache/mod_parser3_core.C: minor cleanup
                     21: 
                     22:        * src/: include/pa_sapi.h, main/untaint.C,
                     23:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                     24:          targets/isapi/parser3isapi.C: SAPI::abort was used only once,
                     25:          thus replaced with SAPI::die and removed
                     26: 
                     27:        * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C,
                     28:          cgi/parser3.C: whitespace
                     29: 
                     30:        * src/targets/cgi/parser3.C: locate_config() extracted, whitespace.
                     31: 
                     32: 2020-08-12  moko
                     33: 
                     34:        * src/targets/cgi/parser3.C: duplicate info in signal logging
                     35:          removed, whitespace was: SIGPIPE received while executing code.
                     36:          uri=/_tmp.html, method=GET, cl=0 [uri=/_tmp.html, method=GET,
                     37:          cl=0]
                     38: 
                     39:        * parser3.sln: + httpd.vcproj
                     40: 
                     41: 2020-08-11  moko
                     42: 
                     43:        * src/targets/cgi/Makefile.am: +libhttpd
                     44: 
                     45:        * configure.ac, src/lib/Makefile.am: +libhttpd
                     46: 
1.139     moko       47: 2020-07-13  moko
                     48: 
                     49:        * tests/: 401.html, results/401.processed: test for hash key does
                     50:          not keep language, but tainted in foreach.
                     51: 
1.138     moko       52: 2020-07-01  moko
                     53: 
                     54:        * tests/: 235.html, results/235.processed: test result updated as
                     55:          messages before attachments implemented (feature #1176)
                     56: 
1.137     moko       57: 2020-06-27  moko
                     58: 
                     59:        * tests/: 400.html, results/400.processed: test updated to check
                     60:          ^return{code}
                     61: 
                     62:        * src/classes/op.C: bugfix: ^return{code} or ^return(expre+ssion)
                     63:          fixed
                     64: 
                     65: 2020-06-26  moko
                     66: 
                     67:        * tests/: 400.html, results/400.processed: test for OPTIMIZE_RESULT
                     68:          added (related to https://www.parser.ru/forum/?id=85319)
                     69: 
                     70:        * src/types/pa_vmethod_frame.h: bugfix: OPTIMIZE_RESULT failed,
                     71:          when $result assignment was last statement in the method
                     72:          (https://www.parser.ru/forum/?id=85319)
                     73: 
1.136     moko       74: 2020-05-23  moko
                     75: 
                     76:        * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h:
                     77:          whitespace, unused level removed
                     78: 
                     79: 2020-05-19  moko
                     80: 
                     81:        * src/types/pa_vmail.C: whitespace
                     82: 
                     83:        * src/types/pa_vmail.C: files should be processed last (related to
                     84:          feature #1176)
                     85: 
1.135     moko       86: 2020-05-12  moko
                     87: 
                     88:        * src/include/pa_memory.h: no new/delete checks for for FreeBSD1X.X
                     89:          due to https://bugs.llvm.org/show_bug.cgi?id=40161 bug
                     90: 
                     91:        * configure.ac: FreeBSD1X.X check added to avoid
                     92:          https://bugs.llvm.org/show_bug.cgi?id=40161 bug.
                     93: 
1.134     moko       94: 2020-02-26  moko
                     95: 
                     96:        * src/main/pa_common.C: entry_exists -> entry_ifdir to fix Windows
                     97:          compilation issue (related to bug #1201)
                     98: 
                     99:        * src/main/pa_common.C: entry_readable -> entry_exists,
                    100:          undocumented access(fname, R_OK) call removed (fixes bug #1201)
                    101:          -f and -d now works under Windows in UTF-8 with Russian
                    102:          filenames.
                    103: 
                    104:        * src/types/pa_vmail.C: g_mime_stream_pipe_new used by gmime author
                    105:          advice (related to feature #1199)
                    106: 
                    107: 2020-02-25  moko
                    108: 
                    109:        * buildall: --silent removed
                    110: 
                    111:        * configure.ac: gmime-3.0 support
                    112: 
                    113:        * buildall: --with-system-mailreceive option added to build with
                    114:          system libgmime
                    115: 
                    116:        * src/types/pa_vmail.C: avoiding
                    117:          https://github.com/jstedfast/gmime/issues/83 "feature" (related
                    118:          to feature #1199)
                    119: 
1.133     moko      120: 2020-02-18  moko
                    121: 
                    122:        * src/classes/op.C: windows x64 debug mode compile fix
                    123: 
                    124:        * src/main/pa_globals.C: no longer required due to -MD -> -MT
                    125:          change (releated to feature #1200)
                    126: 
                    127:        * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
                    128:          lib/gd/gd.vcproj, lib/json/json.vcproj, lib/ltdl/ltdl.vcproj,
                    129:          lib/md5/md5.vcproj, lib/memcached/memcached.vcproj,
                    130:          lib/pcre/pcre_internal.vcproj, lib/punycode/punycode.vcproj,
                    131:          lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
                    132:          targets/apache/ApacheModuleParser3.vcproj,
                    133:          targets/apache/ApacheModuleParser3Core.vcproj,
                    134:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                    135:          types/types.vcproj: -MD -> -MT to remove msvcp71.dll/etc
                    136:          dependency (related to feature #1200)
                    137: 
1.132     moko      138: 2020-02-12  moko
                    139: 
                    140:        * src/types/pa_vmail.C: minimize diff
                    141: 
                    142:        * src/types/pa_vmail.C: libgmime 3.X support (implements feature
                    143:          #1199)
                    144: 
1.131     moko      145: 2020-01-18  moko
                    146: 
                    147:        * tests/: 388-sql.html, results/388-sql.processed: +postprocess
                    148: 
1.130     moko      149: 2019-12-28  moko
                    150: 
                    151:        * src/targets/cgi/parser3.C: avoid empty ?
                    152: 
                    153: 2019-12-27  moko
                    154: 
                    155:        * src/targets/cgi/parser3.C: PATH_INFO check in reinventing
                    156:          DOCUMENT_ROOT (related to feature #1164)
                    157: 
                    158:        * src/targets/cgi/parser3.C: IIS5 support removed to simplify
                    159:          fcgiwrap setup (implements feature #1164)
                    160: 
                    161:        * src/targets/cgi/parser3.C: real_parser_handler logic simplified,
                    162:          but no issues found (related to feature #1164)
                    163: 
                    164:        * src/targets/cgi/parser3.C: actualized
                    165: 
                    166: 2019-12-26  moko
                    167: 
                    168:        * src/targets/apache/ApacheModuleParser3.vcproj: apache stop/start
                    169:          removed
                    170: 
                    171:        * src/targets/isapi/parser3isapi.vcproj: inetinfo stop/start
                    172:          removed
                    173: 
                    174:        * src/: lib/gc/include/gc.h, main/pa_globals.C: As we log
                    175:          allocation errors, we don't want default gc warnings (without
                    176:          timestamp and URI).
                    177: 
                    178:        * src/: classes/memory.C, main/pa_globals.C,
                    179:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                    180:          targets/isapi/parser3isapi.C: GC_dont_gc=1 moved to
                    181:          pa_globals_init
                    182: 
                    183:        * src/main/pa_globals.C: setup_hex_value() removed, static array
                    184:          initialization used (optimization)
                    185: 
                    186:        * src/: main/pa_globals.C, targets/apache/mod_parser3_core.C,
                    187:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
                    188:          pa_socks_init/pa_socks_done moved inside pa_globals_init
                    189:          (optimization)
                    190: 
1.129     moko      191: 2019-12-09  moko
                    192: 
                    193:        * src/include/pa_config_fixed.h: warning war
                    194: 
1.128     moko      195: 2019-12-08  moko
                    196: 
                    197:        * src/main/main.vcproj: compile.y - ExcludedFromBuild, as we
                    198:          process grammar under Unix.
                    199: 
                    200: 2019-12-07  moko
                    201: 
                    202:        * tests/389.html: For Windows XP. :)
                    203: 
                    204:        * tests/388-sql.html: Windows compatibility added
                    205: 
                    206: 2019-12-06  moko
                    207: 
                    208:        * src/targets/cgi/parser3.C: warning war
                    209: 
                    210:        * src/main/pa_string.C: + COMPILE_ASSERT(sizeof(String::Languages)
                    211:          == sizeof(CORD)) to avoid aligning bugs in future
                    212: 
                    213:        * src/: include/pa_config_fixed.h, main/pa_globals.C: simplified to
                    214:          XML_STATIC
                    215: 
                    216:        * src/include/pa_request.h: StackItem() not required
                    217: 
                    218:        * src/include/pa_stack.h: warning war
                    219: 
                    220:        * src/include/pa_config_includes.h: GCC warning silenced
                    221: 
                    222:        * src/include/pa_memory.h: warning war: the program should also
                    223:          define 'void operator delete [](void*, std::size_t)'
                    224:          [-Wsized-deallocation]
                    225: 
                    226:        * src/types/: pa_vregex.h, pa_vtable.h: warning war
                    227: 
                    228:        * src/classes/string.C: not reqired cast removed
                    229: 
                    230:        * src/classes/string.C: not reqired cast removed
                    231: 
                    232: 2019-12-05  moko
                    233: 
                    234:        * src/lib/sdbm/pa_file_io.C: warning war
                    235: 
                    236:        * src/include/pa_string.h: bugfix for Windows x64: enum Language ->
                    237:          enum Language : size_t - required for VS2015+ to make
                    238:          sizeof(Languages::opt) == sizeof(CORD), will be 16 byte under x64
                    239:          without it (related to feature #1198)
                    240: 
                    241: 2019-12-04  moko
                    242: 
                    243:        * src/main/pa_base64.C: unsigned char -> uchar
                    244: 
                    245:        * src/main/: main.vcproj, pa_globals.C: libpcre now linked same way
                    246:          as other libs
                    247: 
                    248:        * src/include/pa_version.h: +amd64
                    249: 
                    250: 2019-12-03  moko
                    251: 
                    252:        * src/: classes/classes.vcproj, types/types.vcproj: sync debug with
                    253:          release
                    254: 
                    255:        * src/include/pa_config_includes.h: warning war
                    256: 
                    257:        * src/classes/image.C: warning war
                    258: 
                    259:        * src/main/pa_globals.C: x64 libs support
                    260: 
                    261:        * src/include/pa_config_includes.h: warning war
                    262: 
                    263:        * src/types/pa_method.h: warning war
                    264: 
1.127     moko      265: 2019-11-28  moko
                    266: 
                    267:        * src/classes/math.C: vs2003 compatibility + warning war
                    268: 
                    269:        * buildall: libxslt-1.1.29 -> libxslt-1.1.34, libxml2-2.9.4 ->
                    270:          libxml2-2.9.9 (related to feature #1136)
                    271: 
                    272:        * src/classes/xdoc.C: xmlHashScanner declaration changed, using
                    273:          typecast for more compatibility (related to feature #1136)
                    274: 
                    275:        * buildall: --direct-download option added, gc-7.6.2 -> gc-8.0.4 +
                    276:          libatomic no longer required, pcre-8.40 -> pcre-8.43 (related to
                    277:          feature #1136)
                    278: 
                    279: 2019-11-26  moko
                    280: 
                    281:        * src/main/: compile_tools.C, compile_tools.h: invalid assert
                    282:          removed (it was failing in $$var case), condition added
                    283: 
1.126     moko      284: 2019-11-25  moko
                    285: 
                    286:        * tests/: 397.html, 399.html, results/141.processed,
                    287:          results/399.processed: base64 options tested
                    288: 
                    289:        * src/: classes/math.C, main/pa_http.C: base64 options used
                    290: 
                    291:        * src/main/pa_base64.C: base64 encode rewritten, base64 options
                    292:          implemented (feature #986)
                    293: 
                    294:        * src/main/pa_cache_managers.C: whitespace
                    295: 
                    296:        * tests/: 397.html, 399.html, results/399.processed: tests for
                    297:          ^base64 encode options added (related to feature #986)
                    298: 
                    299:        * src/: classes/file.C, include/pa_base64.h, main/pa_base64.C:
                    300:          pa_base64_encode(file) removed - more memory, but faster and less
                    301:          code (related fo feature #986)
                    302: 
                    303: 2019-11-24  moko
                    304: 
                    305:        * tests/: 155.html, results/155.processed: limit and offset in
                    306:          ^table::load[] now supported, thus test added
                    307: 
                    308:        * src/: classes/file.C, classes/table.C, include/pa_common.h,
                    309:          main/pa_common.C: optimization: offset and limit options parsing
                    310:          moved inside file_load.
                    311: 
                    312: 2019-11-23  moko
                    313: 
                    314:        * src/: classes/file.C, classes/op.C, include/pa_common.h,
                    315:          main/pa_common.C, main/pa_request.C, types/pa_vform.C:
                    316:          optimization: file_read replaced with simplified file_read_binary
                    317: 
                    318:        * src/: classes/op.C, main/pa_common.C, main/pa_request.C,
                    319:          types/pa_vform.C: whitespace
                    320: 
                    321:        * src/: include/pa_common.h, main/pa_common.C: never used params
                    322:          removed
                    323: 
                    324: 2019-11-21  moko
                    325: 
                    326:        * tests/: 193.html, results/193.processed, results/389.processed:
                    327:          test results updated as now base64 does not discard tail without
                    328:          padding (related to feature #986)
                    329: 
                    330: 2019-11-20  moko
                    331: 
                    332:        * src/: classes/file.C, classes/string.C, include/pa_base64.h,
                    333:          main/pa_base64.C: optimization: void pa_base64_decode -> size_t
                    334:          pa_base64_decode (related to feature #986)
                    335: 
                    336:        * tests/398.html: tests for base64 decode added (related to feature
                    337:          #986)
                    338: 
                    339:        * src/main/pa_base64.C: base64_decode rewritten - padding option
                    340:          support, padding inside base 64 supported (related to feature
                    341:          #096)
                    342: 
                    343: 2019-11-19  moko
                    344: 
                    345:        * src/include/pa_memory.h: CHECK_DELETE_USAGE tested to work under
                    346:          FreeBSD 12
                    347: 
1.125     moko      348: 2019-11-16  moko
                    349: 
                    350:        * src/main/pa_base64.C: base64_decode converted to C++, url-safe
                    351:          support added, step support removed (related to #986)
                    352: 
                    353: 2019-11-15  moko
                    354: 
                    355:        * src/classes/math.C: using log since log2 is not present on
                    356:          FreeBSD < 8.4 (related to feature #1177)
                    357: 
                    358:        * src/: include/pa_base64.h, main/pa_base64.C: whitespace,
                    359:          pa_base64_size extracted and used for files as well (related to
                    360:          feature 986)
                    361: 
                    362: 2019-11-14  moko
                    363: 
                    364:        * tests/: 397.html, results/397.processed: + content check
                    365: 
                    366:        * tests/: 141.html, results/141.processed: make test resuls more
                    367:          readable
                    368: 
                    369:        * tests/: 397.html, results/193.processed, results/397.processed:
                    370:          test results updated after \x00 character was disabled in
                    371:          math:convert string mode (related to feature #1177)
                    372: 
                    373:        * src/classes/: math.C, string.C: \\x00 character disabled while
                    374:          converting to string (as in base64, related to feature #1177)
                    375: 
                    376:        * src/classes/file.C: more correct arguments separation
                    377: 
                    378:        * src/: classes/file.C, classes/math.C, classes/string.C,
                    379:          include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
                    380:          main/pa_http.C, types/pa_vfile.C, types/pa_vmail.C: base64
                    381:          options added, but not yet implemented (related to feature #986)
                    382: 
                    383:        * src/classes/math.C: whitespace
                    384: 
                    385: 2019-11-13  moko
                    386: 
                    387:        * tests/: 397.html, results/397.processed: +tainting test (related
                    388:          to feature #1177)
                    389: 
                    390:        * src/classes/math.C: as we now produce not only digits, result
                    391:          should be tainted (related to feature #1177)
                    392: 
                    393:        * src/main/pa_base64.C: whitespace
                    394: 
                    395:        * src/: include/Makefile.am, main/Makefile.am, main/main.vcproj,
                    396:          include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
                    397:          main/pa_common.C: pa_base64.h and pa_base64.C added, base64
                    398:          implementation moved from pa_common.h and pa_common.C
                    399: 
                    400: 2019-11-12  moko
                    401: 
                    402:        * tests/: 275.html, results/275.processed: out of range test fixed,
                    403:          as ^math:convert now supports arbitrary precision
                    404: 
                    405: 2019-11-11  moko
                    406: 
                    407:        * tests/results/389.processed: uctualized error message
                    408: 
                    409:        * tests/: 389.html, 397.html, results/397.processed: tests for
                    410:          ^math:convert added (related to feature #1177)
                    411: 
                    412:        * src/classes/math.C: ^math:convert now supports arbitrary
                    413:          precision, alphabet support added (implements feature #1177)
                    414: 
1.124     moko      415: 2019-11-06  moko
                    416: 
                    417:        * tests/: 181.html, results/181.processed: entities usage added,
                    418:          more entites load tests (related to bug #842 discussion)
                    419: 
                    420: 2019-11-05  moko
                    421: 
                    422:        * src/main/pa_xml_io.C: bugfix: no more extra http://localhost/
                    423:          call from xmlFileOpen if http://localhost/<file> was not found
                    424:          (related to bug #842)
                    425: 
                    426:        * src/main/pa_xml_io.C: rename
                    427: 
                    428:        * src/main/pa_xml_io.C: +MemoryStream constructor
                    429: 
                    430:        * src/main/pa_xml_io.C: whitespace
                    431: 
1.123     moko      432: 2019-10-31  moko
                    433: 
                    434:        * src/classes/xdoc.C: XML_PARSE_OPTIONS (XML_PARSE_DTDLOAD |
                    435:          XML_PARSE_NOENT) added to fix entities load, (related to feature
                    436:          #1181)
                    437: 
1.122     moko      438: 2019-10-25  moko
                    439: 
                    440:        * tests/: 388-sql.html, results/388-sql.processed: more multiple
                    441:          queries tests
                    442: 
                    443: 2019-10-24  moko
                    444: 
                    445:        * tests/: 388-sql.html, results/388-sql.processed: support for
                    446:          pgsql driver test
                    447: 
                    448:        * tests/: 388-sql.html, results/388-sql.processed:
                    449:          multi_statements=1 now tested, mysql test now supported
                    450:          (connection must be specified in [parser3] section in .my.cnf)
                    451:          related to issues #1195 and #1194
                    452: 
1.121     moko      453: 2019-09-11  moko
                    454: 
                    455:        * src/classes/int.C: whitespace
                    456: 
                    457:        * tests/: 388-sql.html, results/388-sql.processed: +duplicate key
                    458:          exception test
                    459: 
                    460:        * tests/results/388-sql.processed: sql queries now shown (related
                    461:          to feature #1196)
                    462: 
                    463:        * src/sql/pa_sql_driver.h: to keep new SQL drivers more compatible
                    464:          with old parser versions.
                    465: 
                    466:        * src/: classes/file.C, classes/hash.C, classes/string.C,
                    467:          classes/table.C, classes/void.C, include/pa_sql_connection.h,
                    468:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: Show query
                    469:          instead of connect string in query_event_handlers exceptions
                    470:          (implements feature #1196)
                    471: 
1.120     moko      472: 2019-09-06  moko
                    473: 
                    474:        * tests/388-sql.html: mysql compat
                    475: 
                    476:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                    477:          classes/void.C, include/pa_common.h, main/pa_common.C: cleanup:
                    478:          sql_ variables declaration moved to pa_common.h
                    479: 
1.116     moko      480: 2019-01-15  moko
                    481: 
                    482:        * src/classes/curl.C: ^curl:info[] - OrderedHashString used, items
                    483:          logically sorted
                    484: 
                    485: 2018-12-27  moko
                    486: 
                    487:        * src/include/pa_config_includes.h: warning war:
                    488:          -Wdeprecated-register added for C++ 17
                    489: 
                    490: 2018-10-15  moko
                    491: 
                    492:        * configure.ac: FreeBSD 11.2 can be build with ./configure
                    493:          --with-gc=/usr/local/lib/ --with-pcre=/usr/local/
                    494:          --with-xml=/usr/local/
                    495: 
                    496: 2018-09-24  moko
                    497: 
                    498:        * tests/: 396.html, 396.tiff, results/396.processed: test for
                    499:          ^image::measure[] now supports tiff added (related to feature
                    500:          #1188)
                    501: 
                    502:        * src/classes/image.C: ^image::measure[] now supports tiff
                    503:          (implements feature #1188)
                    504: 
                    505: 2018-09-20  moko
                    506: 
                    507:        * tests/: 395.bmp, 395.html, results/395.processed: test for bmp
                    508:          files measure added (related to ticket #1188)
                    509: 
                    510:        * src/classes/image.C: measure of bmp files implemented (related to
                    511:          ticket #1188)
                    512: 
                    513: 2018-09-18  moko
                    514: 
                    515:        * tests/: 394-curl.html, results/394-curl.processed,
                    516:          results/auto.p: test for bug #1187 (max_file_size check for head
                    517:          requests) added
                    518: 
                    519: 2018-08-24  moko
                    520: 
                    521:        * src/classes/curl.C: CURLOPT_NOBODY value used to check if
                    522:          response content-length check is required (fixes bug #1187)
                    523: 
                    524: 2018-05-11  moko
                    525: 
                    526:        * tests/: 157.html, results/157.processed: test for ^file:copy[..;
                    527:          $.append(bool) ] option added (related to feature #919)
                    528: 
                    529:        * src/classes/file.C: ^file:copy[..; $.append(bool) ] option added
                    530:          from misha@ patch (implements feature #919)
                    531: 
                    532: 2018-03-22  moko
                    533: 
                    534:        * src/main/pa_request.C: $response:download[ $.file[file.namef] ]
                    535:          worked rather slow (about 1mb/sec) with 10kb buffer, replaced it
                    536:          with 128kb buffer.  Now works at least 12 times faster. :) May be
                    537:          Windows-only problem.
                    538: 
                    539:        * src/lib/cord/cord.vcproj: Profile * complete cleanup (VS 2003
                    540:          build fix)
                    541: 
                    542: 2018-02-03  moko
                    543: 
                    544:        * src/main/execute.C: removes irrelevant lines from exception stack
                    545:          trace when exceptions occurs in assigment (fixes bug #1165)
                    546: 
                    547:        * tests/: 393.html, results/393.processed: test for behavour after
                    548:          "Property can not be created, already exists field with that
                    549:          name" exception removed (related to feature #1183)
                    550: 
                    551:        * src/types/pa_vclass.C: "Property can not be created, already
                    552:          exists field with that name" exception removed (implements
                    553:          feature #1183)
                    554: 
                    555: 2018-01-19  moko
                    556: 
                    557:        * src/classes/string.C: whitespace
                    558: 
                    559:        * src/classes/string.C: whitespace
                    560: 
                    561:        * tests/: 392.html, results/392.processed: test for
                    562:          ^regex::create[$regex] added (related to feature #1135)
                    563: 
                    564:        * src/: classes/regex.C, types/pa_vregex.C, types/pa_vregex.h:
                    565:          ^regex::create[$regex] added (implements feature #1135)
                    566: 
                    567:        * src/types/: pa_vclass.C, pa_vclass.h: CLASS_GETTER_UNPROTECTED
                    568:          commented define added (related to feature #1157)
                    569: 
                    570: 2018-01-17  moko
                    571: 
                    572:        * buildall: gc 7.6.0 -> 7.6.2 (related to feature #1136)
                    573: 
                    574: 2018-01-15  moko
                    575: 
                    576:        * tests/: 390.html, results/390.processed: real path replaced by
                    577:          stub
                    578: 
                    579:        * tests/: 391.html, results/391.processed: test for feature #1181
                    580:          (XML_PARSE_HUGE exception) added
                    581: 
                    582: 2018-01-11  moko
                    583: 
                    584:        * bin/auto.p.dist.in: sqlite3 -> libsqlite3
                    585: 
                    586:        * src/classes/xdoc.C: xmlReadMemory/xmlReadFile now used with
                    587:          XML_PARSE_HUGE option passed by default (implements feature
                    588:          #1181)
                    589: 
                    590:        * src/classes/string.C: whitespace
                    591: 
                    592: 2017-12-10  moko
                    593: 
                    594:        * tests/: 389.html, 390.html, results/389.processed,
                    595:          results/390.processed: image code coverage tests added (related
                    596:          to feature #1125)
                    597: 
                    598: 2017-12-08  moko
                    599: 
                    600:        * tests/: 346-curl.html, 388-sql.html, 389.html,
                    601:          results/346-curl.processed, results/388-sql.processed,
                    602:          results/389.processed: more code coverage tests
                    603: 
                    604:        * tests/: 264.html, results/264.processed: code coverage for
                    605:          ^file::exec[]
                    606: 
                    607: 2017-12-07  moko
                    608: 
                    609:        * tests/: 174.html, 388-sql.html, 389.html,
                    610:          results/388-sql.processed, results/389.processed,
                    611:          results/174.processed: more coverage tests
                    612: 
                    613:        * src/classes/math.C: exception text actualized
                    614: 
                    615: 2017-12-06  moko
                    616: 
                    617:        * tests/388-sql.html: $SQL can be here
                    618: 
                    619:        * tests/results/auto.p: $SQL not required here
                    620: 
                    621:        * tests/: 388-sql.html, 389.html, Makefile,
                    622:          results/388-sql.processed, results/389.processed, results/auto.p:
                    623:          code coverage tests for sql (using sqlite) and int/double/bool
                    624:          added (related to feature #1125)
                    625: 
                    626:        * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
                    627:          lib/json/json.vcproj, lib/md5/md5.vcproj,
                    628:          lib/memcached/memcached.vcproj, lib/punycode/punycode.vcproj,
                    629:          lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
                    630:          targets/apache/ApacheModuleParser3Core.vcproj,
                    631:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                    632:          types/types.vcproj: gc\include no longer required
                    633: 
                    634:        * src/lib/: cord/cord.vcproj, gd/gd.vcproj: gc\include no longer
                    635:          required
                    636: 
                    637:        * src/: classes/Makefile.am, classes/table.C,
                    638:          include/pa_config_includes.h, include/pa_string.h,
                    639:          lib/cord/Makefile.am, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
                    640:          lib/gd/Makefile.am, lib/json/Makefile.am, lib/sdbm/Makefile.am,
                    641:          lib/smtp/Makefile.am, main/Makefile.am, main/untaint.C,
                    642:          targets/apache/Makefile.am, targets/cgi/Makefile.am,
                    643:          types/Makefile.am: to be sure that our version of gc.h/cord.h is
                    644:          used, we now include it directly
                    645: 
                    646: 2017-12-04  moko
                    647: 
                    648:        * src/lib/: gd/gd.vcproj, md5/md5.vcproj,
                    649:          memcached/memcached.vcproj, punycode/punycode.vcproj,
                    650:          sdbm/sdbm.vcproj, smtp/smtp.vcproj: includes unified, gc added
                    651:          where required
                    652: 
                    653:        * src/: classes/memory.C, include/pa_config_includes.h: GC_DEBUG
                    654:          now can be used to trace memory allocations
                    655: 
                    656:        * src/: classes/table.C, include/pa_config_includes.h,
                    657:          include/pa_memory.h, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
                    658:          main/pa_globals.C: PA_DEBUG_DISABLE_GC works again, pa_gc_*
                    659:          method removes, libcord also can work without libgc
                    660: 
                    661:        * src/classes/json.C: pa_gc_malloc_atomic should not be used
                    662: 
                    663: 2017-11-29  moko
                    664: 
                    665:        * src/classes/curl.C: no exception if some of ^curl:info[] elements
                    666:          are not present (related to feature #1173)
                    667: 
                    668:        * tests/346-curl.html: test updated to test curl content-length bug
                    669:          (related to feature #1173)
                    670: 
                    671:        * tests/results/346-curl.processed: more test for content-length
                    672:          curl bug (related to feature #1173)
                    673: 
                    674:        * tests/results/346-curl.processed: test results updated after
                    675:          #1173 implemented
                    676: 
                    677: 2017-11-28  moko
                    678: 
                    679:        * src/classes/curl.C: another libcurl Content-length bug walkaround
                    680:          (related to feature #1173)
                    681: 
                    682: 2017-11-27  moko
                    683: 
                    684:        * src/: classes/curl.C, lib/curl/curl.h: ^curl:options
                    685:          $.http_version[version string] added (implements feature #1173),
                    686:          CURLOPT_POSTFIELDSIZE is set to 0 now only for old versions,
                    687:          where $post(true) bug existed.
                    688: 
                    689: 2017-11-18  moko
                    690: 
                    691:        * src/include/pa_memory.h: warning war (related to feature #1170)
                    692: 
                    693:        * src/include/pa_pool.h: RedHat 7.3 compatibility fixed (related to
                    694:          feature #1170)
                    695: 
                    696: 2017-11-17  moko
                    697: 
                    698:        * src/include/pa_memory.h: CHECK_DELETE_USAGE define added as
                    699:          std::basic_stringstream used in ^table.csv-string[] is compatible
                    700:          with delete usage check only under Debian 9 (related to feature
                    701:          #1170)
                    702: 
                    703: 2017-11-16  moko
                    704: 
                    705:        * src/: classes/curl.C, classes/hash.C, classes/json.C,
                    706:          classes/table.C, classes/xdoc.C, include/pa_config_includes.h,
                    707:          include/pa_hash.h, include/pa_memory.h, include/pa_pool.h,
                    708:          main/pa_charset.C, main/pa_memory.C, main/pa_xml_io.C,
                    709:          sql/pa_sql_driver.h, types/pa_value.h, types/pa_vmemcached.C,
                    710:          types/pa_vxdoc.h: regular new/delete no longer used in our code,
                    711:          stubs defend from accidental use (implements feature #1170)
                    712: 
                    713: 2017-06-24  moko
                    714: 
                    715:        * configure.ac: minor fix: thanks to alx@
                    716: 
1.115     moko      717: 2017-05-29  moko
                    718: 
                    719:        * src/types/pa_vmail.C: mail headers are now correctly truncated -
                    720:          MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
                    721:          added to avoid cutting of UTF-8 chars (fixed bug #123)
                    722: 
                    723:        * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
                    724:          ignored, =?UTF-8?Q?= should start in case of leading space
                    725:          (related to bug #123)
                    726: 
                    727:        * buildall: echo -n -> printf for OS X. :)
                    728: 
                    729: 2017-05-25  moko
                    730: 
                    731:        * tests/: 288.html, results/288.processed: test updated afted
                    732:          setting $o.prop without setter exception removed (related to
                    733:          feature #1157)
                    734: 
                    735:        * src/types/pa_vclass.C: no more "this property has no setter
                    736:          method" when setting $o.prop without setter (implements feature
                    737:          #1157)
                    738: 
                    739:        * buildall: echo \c -> echo -n for FreeBSD
                    740: 
                    741:        * configure, configure.ac, src/include/pa_config_auto.h.in,
                    742:          src/types/pa_vdouble.h: isfinite now checked in configure
                    743: 
                    744:        * compile, config.guess, config.sub, depcomp, install-sh, missing:
                    745:          upgraded to automake 1.15
                    746: 
                    747: 2017-05-23  moko
                    748: 
                    749:        * src/types/pa_vdouble.h: finite returned where isfinite not
                    750:          defined
                    751: 
                    752: 2017-05-22  moko
                    753: 
                    754:        * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
                    755: 
                    756:        * buildall: extern CFLAGS setting support
                    757: 
                    758:        * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
                    759: 
                    760:        * buildall: http -> https
                    761: 
                    762:        * buildall: gc-7.2f -> gc-7.6.0
                    763: 
                    764: 2017-05-20  moko
                    765: 
                    766:        * buildall: https, pcre, xml, xslt updated to current versions
                    767:          (related to feature #1136)
                    768: 
                    769: 2017-05-19  moko
                    770: 
                    771:        * tests/097.html: after parser.ru moved to https
                    772: 
                    773: 2017-05-17  moko
                    774: 
                    775:        * tests/results/: 175.processed, 372.processed: tests resuls
                    776:          updated after lintian spelling typos fixed (related to bug #1156)
                    777: 
                    778:        * src/: classes/file.C, classes/hash.C, classes/reflection.C,
                    779:          classes/string.C, classes/table.C, main/pa_charset.C,
                    780:          main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
                    781:          types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
                    782:          lintian reported by Sergey B Kirpichev (fixes bug #1156)
                    783: 
                    784:        * tests/results/096.processed: +XMP
                    785: 
                    786:        * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
                    787:          $.xmp(true) options tested (test for feature #1154)
                    788: 
                    789:        * src/classes/image.C: ^image:measure[] options $.exif(false)
                    790:          $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
                    791:          fetched by default! (implements feature #1154)
                    792: 
                    793: 2017-05-16  moko
                    794: 
                    795:        * tests/: 256.html, results/256.processed: ^json:string[$image] now
                    796:          allowed (related to feature #1154)
                    797: 
                    798:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
                    799:          initial XMP implementation - without options and transcode
                    800:          (related to feature #1154)
                    801: 
                    802: 2017-05-12  moko
                    803: 
                    804:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
                    805:          image: exif moved to ffields, skipped in ^image.html[] where
                    806:          iterators now used (preparation for feature #1154)
                    807: 
                    808: 2017-05-05  moko
                    809: 
                    810:        * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
                    811:          results/387.processed: test for circular class inheritance check
                    812:          added (related to bug #1150)
                    813: 
                    814:        * src/types/pa_vstateless_class.C: circular class inheritance check
                    815:          added (fixes endless add_derived bug #1150)
                    816: 
                    817: 2017-05-04  moko
                    818: 
                    819:        * tests/: 386.html, results/386.processed: test for
                    820:          $table.value(number) added (related to feature #1152)
                    821: 
                    822:        * src/types/pa_vtable.C: table put_element: column value must be
                    823:          string  - > column value must be string compatible to allow
                    824:          $t.value(1) (implements feature #1152)
                    825: 
                    826: 2017-05-03  moko
                    827: 
                    828:        * src/main/pa_request.C: $use[$method] is not possible, reverting
                    829:          (related to feature #1151)
                    830: 
                    831:        * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
                    832:          not possible, removing test (related to feature #1151)
                    833: 
                    834:        * src/: main/pa_request.C, types/pa_vstateless_class.h:
                    835:          get_element_method added and used to allow $use[$method] and
                    836:          $autouse[$method] (implements feature 1151)
                    837: 
                    838:        * tests/: 386.html, 386.p, results/386.processed: test for @use in
                    839:          variable added (related to feature #1151)
                    840: 
                    841:        * tests/results/226.processed: actualized after ^try-catch used
                    842: 
                    843:        * tests/: 226.html, 385.html, results/385.processed: test for
                    844:          @autouse in variable added
                    845: 
                    846:        * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
                    847: 
1.114     moko      848: 2017-02-27  moko
                    849: 
                    850:        * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
                    851: 
1.113     moko      852: 2017-02-20  moko
                    853: 
                    854:        * operators.txt: actualization + beauty
                    855: 
                    856: 2017-02-16  moko
                    857: 
                    858:        * tests/: 384.html, results/384.processed: test for
                    859:          ^reflection:mixin[; $.name[] ] option added (related to feature
                    860:          #1089)
                    861: 
                    862:        * tests/: 384.html, results/384.processed: test for
                    863:          ^reflection:mixin[] added (related to feature #1089)
                    864: 
                    865:        * src/types/pa_value.h: warning war: virtual ~Value() added
                    866: 
1.112     moko      867: 2017-02-15  moko
                    868: 
                    869:        * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
                    870:          fixed
                    871: 
                    872:        * tests/: 320.html, results/320.processed: $.reverse(true/false)
                    873:          test added (related to feature #1069)
                    874: 
                    875:        * src/: classes/reflection.C, types/pa_vstateless_class.h:
                    876:          compilation without HASH_ORDER fixed
                    877: 
                    878:        * src/: classes/reflection.C, include/pa_hash.h:
                    879:          $.reverse(true/false) added to ^reflection:methods[] (related to
                    880:          feature #1069)
                    881: 
                    882: 2017-02-14  moko
                    883: 
                    884:        * tests/: 152.html, results/152.processed: test for $._default hash
                    885:          added (related to bug #1131)
                    886: 
                    887:        * tests/: 277.html, results/277.processed: test for hash with only
                    888:          $._default is now defined (related to bug #1131)
                    889: 
                    890:        * src/types/pa_vhash.h: hash with only $._default is now defined
                    891:          (fixed bug #1131)
                    892: 
                    893: 2017-02-13  moko
                    894: 
                    895:        * tests/cat-windows.sh: cat-windows added (cygwin required)
                    896: 
                    897:        * tests/: 171.html, 264.html, 286.html, 370.html,
                    898:          results/320.processed, results/375.processed, results/auto.p:
                    899:          cat-windows.sh support added
                    900: 
                    901:        * tests/375.html: Windows support
                    902: 
                    903:        * tests/270.html: documented
                    904: 
                    905:        * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
                    906:          (not backslashes) even under Windows (broke test 270)
                    907: 
                    908: 2017-02-12  moko
                    909: 
                    910:        * tests/: descript.ion, todo.txt: cleanup
                    911: 
                    912: 2017-02-09  moko
                    913: 
                    914:        * tests/: 253.html, 255.html, 275.html, 347-curl.html,
                    915:          run_tests.cmd: Windows compatibility
                    916: 
                    917:        * tests/make_tests.cmd: removed as test can't be passed - TZ is set
                    918:          incorrectly (GMT) if parser is called from cygwin
                    919: 
1.111     moko      920: 2017-02-08  moko
                    921: 
1.112     moko      922:        * operators.txt: actualization 15% completed
                    923: 
                    924:        * operators.txt: cp1251 -> utf-8
                    925: 
                    926:        * NEWS, README: minor update
                    927: 
                    928:        * src/include/pa_config_includes.h: warning war continues
                    929: 
                    930:        * src/: include/pa_config_includes.h, include/pa_memory.h,
                    931:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                    932:          targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
                    933:          gcc 6.x issues fixed
                    934: 
1.111     moko      935:        * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
                    936:          classes/classes.h, classes/curl.C, classes/date.C,
                    937:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                    938:          classes/hashfile.C, classes/image.C, classes/inet.C,
                    939:          classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
                    940:          classes/memcached.C, classes/memory.C, classes/op.C,
                    941:          classes/reflection.C, classes/regex.C, classes/response.C,
                    942:          classes/string.C, classes/table.C, classes/void.C,
                    943:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                    944:          include/pa_array.h, include/pa_cache_managers.h,
                    945:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                    946:          include/pa_config_fixed.h, include/pa_config_includes.h,
                    947:          include/pa_dictionary.h, include/pa_dir.h,
                    948:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                    949:          include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
                    950:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                    951:          include/pa_pool.h, include/pa_random.h, include/pa_request.h,
                    952:          include/pa_request_charsets.h, include/pa_request_info.h,
                    953:          include/pa_sapi.h, include/pa_socks.h,
                    954:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                    955:          include/pa_stack.h, include/pa_string.h,
                    956:          include/pa_stylesheet_connection.h,
                    957:          include/pa_stylesheet_manager.h, include/pa_symbols.h,
                    958:          include/pa_table.h, include/pa_threads.h, include/pa_types.h,
                    959:          include/pa_uue.h, include/pa_xml_exception.h,
                    960:          include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
                    961:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                    962:          lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
                    963:          lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
                    964:          lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
                    965:          lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
                    966:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                    967:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
                    968:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                    969:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                    970:          main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
                    971:          main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
                    972:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                    973:          main/pa_string.C, main/pa_stylesheet_connection.C,
                    974:          main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
                    975:          main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
                    976:          main/untaint.C, sql/pa_sql_driver.h,
                    977:          targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
                    978:          targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
                    979:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                    980:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                    981:          types/pa_junction.h, types/pa_method.h, types/pa_property.h,
                    982:          types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
                    983:          types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
                    984:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                    985:          types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
                    986:          types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
                    987:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                    988:          types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
                    989:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                    990:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
                    991:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
                    992:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
                    993:          types/pa_vmemcached.h, types/pa_vmemory.h,
                    994:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                    995:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
                    996:          types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
                    997:          types/pa_vresponse.C, types/pa_vresponse.h,
                    998:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                    999:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   1000:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   1001:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                   1002:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   1003:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   1004:          types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
                   1005:          2015->2017
                   1006: 
1.110     moko     1007: 2017-02-07  moko
                   1008: 
                   1009:        * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
                   1010: 
                   1011: 2017-02-06  moko
                   1012: 
                   1013:        * src/main/pa_common.C: minor fixes, whitespace
                   1014: 
                   1015:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                   1016:          include/pa_common.h, include/pa_dir.h, main/pa_common.C,
                   1017:          main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
                   1018:          now used (implements feature #1081)
                   1019: 
                   1020:        * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
                   1021: 
                   1022: 2017-02-01  moko
                   1023: 
                   1024:        * src/include/pa_request.h: cleanup
                   1025: 
                   1026: 2017-01-30  moko
                   1027: 
                   1028:        * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
                   1029: 
                   1030: 2017-01-29  moko
                   1031: 
                   1032:        * tests/: 383.html, results/383.processed: test for
                   1033:          ^reflection:stack[] added (related to feature #1052)
                   1034: 
                   1035:        * src/classes/reflection.C: else added
                   1036: 
                   1037:        * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
                   1038:          $.max_file_lock_wait added (implements feature #1128)
                   1039: 
                   1040: 2017-01-28  moko
                   1041: 
                   1042:        * tests/: 379-curl.html, results/379-curl.processed: curl empty
                   1043:          body and other cases tests added (related to featue #1014)
                   1044: 
                   1045:        * src/classes/curl.C: bug if response is empty fixed (related to
                   1046:          feature #1014)
                   1047: 
                   1048: 2017-01-27  moko
                   1049: 
                   1050:        * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
                   1051:          main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
                   1052:          added (implements feature #1052)
                   1053: 
                   1054: 2017-01-25  moko
                   1055: 
                   1056:        * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
                   1057:          method test added
                   1058: 
                   1059: 2017-01-23  moko
                   1060: 
                   1061:        * src/classes/reflection.C: optimization: options->get replaced by
                   1062:          hash iterator
                   1063: 
                   1064:        * tests/: 381.html, results/381.processed: now -> fixed date
                   1065: 
                   1066:        * src/main/pa_request.C: warning war
                   1067: 
                   1068:        * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
                   1069:          5Mb (fixes bug #1058)
                   1070: 
                   1071:        * src/classes/curl.C: warning war
                   1072: 
                   1073:        * tests/: 381.html, results/381.processed: tests for ^json:string
                   1074:          $.one-line(true) option added (related to feature #1124)
                   1075: 
                   1076:        * src/: classes/json.C, types/pa_value.h: $json-string
                   1077:          $.one-line(true|false) options is now supported (implements
                   1078:          feature #1124)
                   1079: 
                   1080:        * tests/: 380.html, results/380.processed: test for modified
                   1081:          $.max_file_size added (related to bug #1014)
                   1082: 
                   1083:        * tests/: 379.html, results/auto.p: tests for rewritten http file
                   1084:          load added (related to bug #1014)
                   1085: 
                   1086:        * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
                   1087:          main/pa_common.C, main/pa_http.C: check_file_size added and used
                   1088:          in curl / file load from disk and http, http file load rewritten
                   1089:          (related to bug #1014)
                   1090: 
                   1091: 2017-01-18  moko
                   1092: 
                   1093:        * tests/: 378.html, results/378.processed: tests for ^result[]
                   1094:          added (related to feature #66)
                   1095: 
                   1096:        * src/: classes/op.C, include/pa_request.h: ^return[] can't be
                   1097:          Method::CO_WITHOUT_FRAME as frame still added in expression
                   1098:          (related to feature #66)
                   1099: 
                   1100: 2017-01-17  moko
                   1101: 
                   1102:        * tests/: 377.html, results/377.processed: test for different
                   1103:          combinations of breaks in body and delimiter (related to bug
                   1104:          #1077)
                   1105: 
                   1106:        * tests/: 376.html, results/376.processed: many ^break[] tests
                   1107:          added (related to bug #1077)
                   1108: 
                   1109:        * src/types/pa_vmethod_frame.C: "break is not allowed in expression
                   1110:          passed to native method" exception added to avoid bugs due to
                   1111:          WRITE_EXPR_RESULT skipped and native methods execution continues
                   1112:          after ^break[] (related to bug #1077)
                   1113: 
                   1114: 2017-01-14  moko
                   1115: 
                   1116:        * tests/: 330.html, results/330.processed: test results updated
                   1117:          after ^break[] bugs where fixed (related to bug #1077)
                   1118: 
                   1119:        * tests/: 329.html, results/329.processed: test results updated
                   1120:          after ^break[] bugs where fixed (related to bug #1077)
                   1121: 
                   1122:        * tests/results/320.processed: ^return[] added
                   1123: 
                   1124: 2017-01-13  moko
                   1125: 
                   1126:        * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
                   1127:          classes/table.C, include/pa_request.h, main/execute.C,
                   1128:          main/pa_request.C, targets/cgi/parser3.C,
                   1129:          types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
                   1130:          Request::SKIP_RETURN added and implemented, Request::SKIP_* now
                   1131:          checked after each possible process/execute call (fixes bug
                   1132:          #1077)
                   1133: 
                   1134: 2016-12-29  moko
                   1135: 
                   1136:        * src/main/pa_common.C: warning war
                   1137: 
                   1138:        * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
                   1139:          include/pa_types.h, main/pa_request.C, main/pa_string.C:
                   1140:          pa_file_size_limit added, ^math:random fixed for upper limit and
                   1141:          limits more then 0x7FFFFFFF, limits now declared in pa_types.h
                   1142:          (related to feature #1014)
                   1143: 
                   1144:        * src/: classes/curl.C, classes/file.C, include/pa_common.h,
                   1145:          main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
                   1146:          (related to feature #1014)
                   1147: 
                   1148: 2016-12-28  moko
                   1149: 
                   1150:        * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
                   1151:          warning war
                   1152: 
                   1153: 2016-12-26  moko
                   1154: 
                   1155:        * tests/: 341.html, results/341.processed: test for
                   1156:          ^table.hash[id;;$.type[string]] added (related to feature #1057)
                   1157: 
                   1158:        * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
                   1159:          (related to feature #1057)
                   1160: 
                   1161:        * src/types/pa_vdate.C: warning war continues...
                   1162: 
                   1163:        * src/: classes/date.C, classes/image.C, classes/table.C,
                   1164:          include/pa_config_includes.h, types/pa_vfile.C: warning war
                   1165: 
                   1166:        * src/lib/gd/gifio.C: warning war / cleanup
                   1167: 
                   1168:        * src/lib/json/pa_json.C: warning war
                   1169: 
                   1170:        * src/classes/hash.C: warning war
                   1171: 
                   1172:        * src/types/pa_vfile.C: warning war
                   1173: 
                   1174:        * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
                   1175:          -Wall warning war continues
                   1176: 
                   1177:        * configure.ac: --with-build-warnings actualized
                   1178: 
                   1179: 2016-12-25  moko
                   1180: 
                   1181:        * src/main/pa_exec.C: -wAll warning war
                   1182: 
                   1183:        * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
                   1184:          -wAll warning war
                   1185: 
                   1186:        * src/: include/pa_common.h, include/pa_sapi.h,
                   1187:          types/pa_junction.h, types/pa_method.h, types/pa_value.h,
                   1188:          types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
                   1189:          -wAll warning war
                   1190: 
                   1191: 2016-12-23  moko
                   1192: 
                   1193:        * src/lib/ltdl/Makefile.am: extra dist added
                   1194: 
                   1195:        * tests/results/344.processed: test result updated after $file.text
                   1196:          prefetched in ^hash::create[$file] (related to feature #1075)
                   1197: 
                   1198:        * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
                   1199:          ^hash::create[$file] (related to feature #1075)
                   1200: 
                   1201: 2016-12-22  moko
                   1202: 
                   1203:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
                   1204:          main/pa_request.C, main/pa_stylesheet_connection.C,
                   1205:          types/pa_vfile.C: file_stat now return 64-bit size (implements
                   1206:          #1014 under 32-bit unix versions)
                   1207: 
                   1208: 2016-12-21  moko
                   1209: 
                   1210:        * tests/: 375.html, results/375.processed: test for exec returning
                   1211:          stated file added (related to feature #1119)
                   1212: 
                   1213:        * src/classes/file.C: load should not return file with null body
                   1214:          (fixes bug #1119)
                   1215: 
                   1216: 2016-12-14  moko
                   1217: 
                   1218:        * tests/: 374.html, results/374.processed: test for $method.name
                   1219:          added (related to feature #1117) plus method returning junction
                   1220:          test
                   1221: 
                   1222: 2016-12-13  moko
                   1223: 
                   1224:        * src/: include/pa_symbols.h, main/pa_symbols.C,
                   1225:          types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
                   1226:          (implements feature #1117)
                   1227: 
                   1228:        * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
                   1229:          HEAD and TRACE can't have body (implements feature #1116)
                   1230: 
                   1231: 2016-12-09  moko
                   1232: 
                   1233:        * tests/: 373.html, results/373.processed: tests for
                   1234:          ^reflection:tainting added (related to feature #1098)
                   1235: 
                   1236:        * src/classes/reflection.C: ^reflection:tainting arguments order
                   1237:          change (related to feature #1098)
                   1238: 
                   1239: 2016-12-06  moko
                   1240: 
                   1241:        * src/: classes/reflection.C, include/pa_string.h,
                   1242:          main/pa_string.C: ^reflection:tainting[$string] added (implements
                   1243:          feature #1098)
                   1244: 
                   1245: 2016-12-05  moko
                   1246: 
                   1247:        * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
                   1248:          (fixes bug #1114)
                   1249: 
                   1250: 2016-12-04  moko
                   1251: 
                   1252:        * tests/: 206.html, results/206.processed: negative zero (0/-1)
                   1253:          check added
                   1254: 
                   1255: 2016-12-03  moko
                   1256: 
                   1257:        * tests/: 346-curl.html, results/346-curl.processed: test modified
                   1258:          to test value.as_hash() usage
                   1259: 
                   1260:        * src/classes/curl.C: value.as_hash() used for correct hash
                   1261:          processing
                   1262: 
                   1263:        * src/classes/reflection.C: exceptions texts fixes
                   1264: 
                   1265: 2016-12-02  moko
                   1266: 
                   1267:        * tests/: 372.html, results/372.processed: tests for
                   1268:          ^reflection:create[ $.class[name] $.constructor[name]
                   1269:          $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
                   1270:          feature #1094)
                   1271: 
                   1272:        * src/types/pa_vmethod_frame.h: comment added: params should be
                   1273:          declared outside of *_FRAME_ACTION as MethodParams destructor
                   1274:          will be called in ~VNativeMethodFrame
                   1275: 
                   1276:        * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
                   1277:          ] minor fix
                   1278: 
                   1279:        * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
                   1280:          types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
                   1281:          $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
                   1282:          now supported (implements feature #1094) value::as_hash added
                   1283:          (and should be used everywhere)
                   1284: 
                   1285:        * src/classes/reflection.C: cleanup
                   1286: 
                   1287: 2016-12-01  moko
                   1288: 
                   1289:        * tests/: 356.html, results/356.processed: test for method
                   1290:          junctions class name added to the resulting hash added (related
                   1291:          to feature #1068)
                   1292: 
                   1293:        * src/classes/reflection.C: for method junctions class name added
                   1294:          to the resulting hash (related to feature #1068)
                   1295: 
                   1296: 2016-11-30  moko
                   1297: 
                   1298:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
                   1299:          exception (related to bug #1113)
                   1300: 
                   1301:        * src/types/pa_vhashfile.C: whitespace
                   1302: 
                   1303:        * src/main/pa_os.C: errno now returned as it should (fixes bug
                   1304:          #1113)
                   1305: 
                   1306:        * tests/results/: 175.processed, 192.processed, 224.processed,
                   1307:          229.processed, 239.processed, 244.processed, 246.processed,
                   1308:          314.processed, 352.processed: tests results updated after method
                   1309:          call exceptions improved as method now keeps its name
                   1310: 
                   1311:        * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
                   1312:          types/pa_vmethod_frame.h: method call exceptions improved as
                   1313:          method now keeps its name
                   1314: 
                   1315:        * tests/: 224.html, 239.html, results/224.processed,
                   1316:          results/239.processed: tests and tests results updated after
                   1317:          Request::construct exception changed
                   1318: 
                   1319:        * src/: classes/reflection.C, main/execute.C: Request::construct
                   1320:          exception optimized
                   1321: 
                   1322:        * tests/: 371.html, results/371.processed: test for
                   1323:          WWrapper.get_element call in $.name.key[value] code added
                   1324:          (related to feature #1091)
                   1325: 
                   1326:        * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
                   1327:          in $.name.key[value] code (related to feature #1091)
                   1328: 
                   1329: 2016-11-29  moko
                   1330: 
                   1331:        * src/classes/op.C: VS warning war
                   1332: 
                   1333:        * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
                   1334:          C4239: nonstandard extension used : 'return' : conversion from
                   1335:          'Value' to 'Value &' (related to feature #1020)
                   1336: 
                   1337:        * src/: main/execute.C, types/pa_vmethod_frame.h,
                   1338:          types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
                   1339:          used : 'return' : conversion from 'Value' to 'Value &' (related
                   1340:          to feature #1020)
                   1341: 
                   1342:        * src/main/execute.C: VS warning war
                   1343: 
                   1344:        * src/targets/cgi/parser3.C: VS compatibility fix
                   1345: 
                   1346:        * src/include/pa_request.h: VS warning war
                   1347: 
                   1348:        * tests/: 370.html, results/370.processed: test for ^file::exec[
                   1349:          ... $.stdin[$binary_file] ] added (related to bug #1044)
                   1350: 
                   1351:        * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
                   1352:          include/pa_string.h, main/pa_exec.C: pa_exec now supports
                   1353:          $.stdin[$binary_file] (fixes bug #1044)
                   1354: 
                   1355: 2016-11-28  moko
                   1356: 
                   1357:        * src/main/pa_exec.C: whitespace
                   1358: 
                   1359:        * src/main/pa_request.C: whitespace
                   1360: 
                   1361:        * tests/: 369.html, results/369.processed: test for
                   1362:          $response:status usage added (related to feature #1099)
                   1363: 
                   1364:        * src/targets/cgi/parser3.C: HTTP response code used as exit status
                   1365:          if < 100 (implements feature #1099)
                   1366: 
                   1367:        * src/targets/cgi/parser3.C: whitespace
                   1368: 
                   1369:        * src/targets/cgi/parser3.C: whitespace
                   1370: 
                   1371:        * tests/: 368.html, results/368.processed: test updated after
                   1372:          ^reflection:filename[$method] added (related to feature #1053)
                   1373: 
                   1374:        * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
                   1375:          main/compile.y, main/execute.C, main/pa_request.C,
                   1376:          types/pa_vclass.h: filename -> filespec,
                   1377:          ^reflection:filename[$method] added (related to feature #1053)
                   1378: 
                   1379: 2016-11-27  moko
                   1380: 
                   1381:        * tests/: 368.html, results/368.processed: test for
                   1382:          reflection:filename[$class or object] added (related to feature
                   1383:          #1053)
                   1384: 
                   1385:        * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
                   1386:          types/pa_vstateless_class.h: ^reflection:filename[$class or
                   1387:          object] added (implements feature #1053)
                   1388: 
                   1389: 2016-11-26  moko
                   1390: 
                   1391:        * src/: include/pa_request_info.h,
                   1392:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
                   1393:          remove_absolute_uri -> strip_absolute_uri
                   1394: 
                   1395: 2016-11-25  moko
                   1396: 
                   1397:        * src/: include/pa_request_info.h,
                   1398:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
                   1399:          request_info.remove_absolute_uri added to remove possible
                   1400:          http://site.name/ from $request:uri (implements feature #1112)
                   1401: 
                   1402: 2016-11-24  moko
                   1403: 
                   1404:        * tests/: 367-curl.html, results/367-curl.processed: test for
                   1405:          previous request headers clearing after redirect added (related
                   1406:          to bug #1109)
                   1407: 
                   1408:        * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
                   1409:          response headers from previous requests are now cleared, only
                   1410:          last request headers are collected (fixes bug #1109)
                   1411: 
                   1412:        * tests/results/: 266.processed, 321.processed, 356.processed:
                   1413:          tests results updated as method name now added to the resulting
                   1414:          hash for new syntax only (Imp1 compatimility fixed, related to
                   1415:          feature #1068)
                   1416: 
                   1417:        * src/classes/reflection.C: method name now added to the resulting
                   1418:          hash for new syntax only (Imp1 compatimility fixed, related to
                   1419:          feature #1068)
                   1420: 
                   1421:        * tests/results/366.processed: test for native and parser
                   1422:          implementation of ^use[] logic (related to feature #1074)
                   1423: 
                   1424:        * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
                   1425:          for native and parser implementation of ^use[] logic (related to
                   1426:          feature #1074)
                   1427: 
                   1428: 2016-11-23  moko
                   1429: 
                   1430:        * src/: classes/op.C, include/pa_request.h, main/compile.y,
                   1431:          main/pa_request.C: @USE file now implemented as ^use[file;
                   1432:          $.origin[origin_file] ] (implements feature #1074)
                   1433: 
1.109     moko     1434: 2016-11-21  moko
                   1435: 
1.110     moko     1436:        * tests/: 365.html, results/365.processed: test for $caller bugs in
                   1437:          3.4.4 and $caller.method now tested (related to feature #1110)
                   1438: 
                   1439:        * tests/: 364.html, results/364.processed: $caller usage in
                   1440:          different contexts now tested (related to feature #1110)
                   1441: 
                   1442:        * src/types/types.vcproj: +pa_vcaller_wrapper.h
                   1443: 
                   1444:        * src/types/Makefile.am: pa_vcaller_wrapper.h added
                   1445: 
1.109     moko     1446:        * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
                   1447:          types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
                   1448:          types/pa_vmethod_frame.h:  redesign: VCallerWrapper added and
                   1449:          used (implements feature #1110)
                   1450: 
                   1451: 2016-11-20  moko
                   1452: 
                   1453:        * src/types/pa_vdouble.h: whitespace
                   1454: 
                   1455: 2016-11-11  moko
                   1456: 
                   1457:        * tests/: 363.html, results/363.processed: more tests for feature
                   1458:          #1091 (how parser methods work in expression context)
                   1459: 
                   1460:        * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
                   1461:          expressions strings are now written as strings, not values by
                   1462:          write_as_string (related to feature #1091)
                   1463: 
                   1464:        * src/classes/op.C: to make more correct behavour in expression
                   1465:          context
                   1466: 
                   1467: 2016-11-07  moko
                   1468: 
                   1469:        * tests/: 362.html, results/362.processed: test for
                   1470:          xsltParseStylesheetDoc caching as xsl modification after it added
                   1471:          (related to bug #1108)
                   1472: 
                   1473:        * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
                   1474:          result now cached as xdoc is modified after it (fixes bug #1108)
                   1475: 
                   1476: 2016-11-06  moko
                   1477: 
                   1478:        * src/types/pa_vxdoc.h: whitespace
                   1479: 
                   1480: 2016-11-05  moko
                   1481: 
                   1482:        * src/types/pa_vmethod_frame.h: cleanup
                   1483: 
                   1484: 2016-11-03  moko
                   1485: 
                   1486:        * tests/results/244.processed: more correct exception after method
                   1487:          frames separation
                   1488: 
                   1489:        * src/types/pa_vmethod_frame.h: minor optimizaion
                   1490: 
                   1491:        * src/types/pa_method.h: optimization: params_count added
                   1492: 
                   1493:        * src/: classes/json.C, classes/op.C, classes/reflection.C,
                   1494:          include/pa_request.h, main/execute.C, main/pa_request.C,
                   1495:          types/pa_value.C, types/pa_vmethod_frame.C,
                   1496:          types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
                   1497:          VMethodFrame now divided into VNativeMethodFrame,
                   1498:          VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
                   1499:          EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
                   1500:          and used (related to feature #1104)
                   1501: 
                   1502: 2016-11-02  moko
                   1503: 
                   1504:        * src/: classes/bool.C, classes/curl.C, classes/date.C,
                   1505:          classes/double.C, classes/file.C, classes/hash.C,
                   1506:          classes/hashfile.C, classes/image.C, classes/inet.C,
                   1507:          classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
                   1508:          classes/memcached.C, classes/op.C, classes/reflection.C,
                   1509:          classes/regex.C, classes/string.C, classes/table.C,
                   1510:          classes/xdoc.C, classes/xnode.C, include/pa_request.h,
                   1511:          main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
                   1512:          r.write (implements feature #1091)
                   1513: 
                   1514:        * src/main/execute.C: cleanup (related to feature #1104)
                   1515: 
                   1516:        * src/: include/pa_request.h, main/execute.C,
                   1517:          types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
                   1518:          added, in_expression removed (implements feature #1104)
                   1519: 
                   1520: 2016-10-31  moko
                   1521: 
                   1522:        * src/types/pa_value.C: whitespace
                   1523: 
                   1524: 2016-10-28  moko
                   1525: 
                   1526:        * tests/results/244.processed: updated after error reporting fixed
                   1527:          in pa_wcontext.C
                   1528: 
                   1529:        * src/types/pa_wcontext.C: error reporting fixed
                   1530: 
                   1531:        * src/types/pa_wcontext.h: whitespace
                   1532: 
                   1533:        * src/classes/image.C: not fully readed entries are no longer
                   1534:          processed (fixes bug #1106)
                   1535: 
                   1536: 2016-10-26  moko
                   1537: 
                   1538:        * src/classes/image.C: whitespace
                   1539: 
                   1540:        * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
                   1541:          types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
                   1542:          types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
                   1543:          longer required (related to feature #1091)
                   1544: 
                   1545:        * tests/results/: 264.processed, 350.processed: test results update
                   1546:          reverted (whitespace optimization) after write_no_lang removed :)
                   1547:          (related to feature #1091)
                   1548: 
                   1549:        * src/: classes/file.C, classes/hash.C, classes/op.C,
                   1550:          classes/string.C, classes/table.C, classes/void.C,
                   1551:          classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
                   1552:          types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
                   1553:          equal write_pass_lang (related to feature #1091)
                   1554: 
                   1555:        * tests/results/: 264.processed, 350.processed: test results
                   1556:          updated (whitespace optimization) after write_assign_lang removed
                   1557:          (related to feature #1091)
                   1558: 
                   1559:        * tests/: 361.html, results/361.processed: test for non-string
                   1560:          ^untaint added (related to feature #1091)
                   1561: 
                   1562:        * src/: classes/curl.C, classes/date.C, classes/file.C,
                   1563:          classes/hash.C, classes/op.C, classes/string.C,
                   1564:          include/pa_request.h, main/execute.C: optimization:
                   1565:          write_assign_lang removed as not required (first part of feature
                   1566:          #1091 implementation)
                   1567: 
1.108     moko     1568: 2016-10-12  moko
                   1569: 
                   1570:        * tests/: 360.html, results/360.processed: more test code (related
                   1571:          to feature #1104)
                   1572: 
                   1573:        * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
                   1574:          include/pa_request.h, main/compile.y, main/execute.C: opcode
                   1575:          OP_PREPARE_TO_EXPRESSION removed as not required, optimized
                   1576:          WContext is next task (implements feature #1104)
                   1577: 
                   1578:        * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
                   1579:          / CO_WITHOUT_WCONTEXT
                   1580: 
                   1581:        * tests/: 360.html, results/360.processed: test for in expression
                   1582:          state (related to feature #1104)
                   1583: 
                   1584: 2016-10-11  moko
                   1585: 
                   1586:        * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
                   1587: 
                   1588:        * src/classes/op.C: default value removed from initializer
                   1589: 
                   1590:        * src/types/pa_vmemcached.C: FreeBSD 11 warning war
                   1591: 
                   1592:        * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
                   1593: 
                   1594: 2016-10-10  moko
                   1595: 
                   1596:        * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
                   1597:          $LOOP_LIMIT  -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
                   1598:          to feature #42)
                   1599: 
                   1600:        * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT  ->
                   1601:          $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
                   1602: 
                   1603: 2016-10-08  moko
                   1604: 
                   1605:        * src/classes/double.C: whitespace
                   1606: 
                   1607: 2016-10-07  moko
                   1608: 
                   1609:        * src/types/pa_vmethod_frame.h: reorder
                   1610: 
                   1611: 2016-10-06  moko
                   1612: 
                   1613:        * src/classes/date.C: typo
                   1614: 
                   1615:        * src/types/pa_vmethod_frame.h: whitespace + cleanup
                   1616: 
                   1617:        * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
                   1618:          classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
                   1619:          types/pa_vmethod_frame.h: params.get now returns Value&, not
                   1620:          Value*
                   1621: 
                   1622:        * src/types/pa_vmethod_frame.C: params.get should return Value&.
                   1623: 
                   1624:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
                   1625:          removed; first as_* code rewrite
                   1626: 
                   1627: 2016-10-05  moko
                   1628: 
                   1629:        * src/include/pa_request.h: whitespace
                   1630: 
                   1631:        * tests/: 359.html, results/359.processed: test for VCodeFrame and
                   1632:          intercept_string added (related to feature #1097)
                   1633: 
                   1634:        * src/: classes/image.C, classes/op.C, classes/table.C,
                   1635:          include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
                   1636:          optimization: intercept_string removed (implements feature #1097)
                   1637: 
                   1638:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
                   1639: 
                   1640:        * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
                   1641:          from VCodeFrame and WWrapper as not required
                   1642: 
                   1643: 2016-10-04  moko
                   1644: 
                   1645:        * src/: classes/curl.C, classes/date.C, classes/double.C,
                   1646:          classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
                   1647:          classes/int.C, classes/json.C, classes/op.C,
                   1648:          classes/reflection.C, classes/string.C, classes/table.C,
                   1649:          include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
                   1650:          proces_to_value -> process after StringOrValue removed (related
                   1651:          to feature #1020)
                   1652: 
                   1653:        * src/classes/form.C: whitespace
                   1654: 
                   1655:        * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
                   1656: 
                   1657:        * tests/: 357.html, 358.html, results/357.processed,
                   1658:          results/358.processed, results/auto.p: test for @conf
                   1659:          $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
                   1660: 
                   1661: 2016-10-03  moko
                   1662: 
                   1663:        * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
                   1664:          types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
                   1665:          supported (implements feature #42)
                   1666: 
                   1667:        * src/types/pa_vregex.h: no reason for VRegex to be
                   1668:          is_evaluated_expr
                   1669: 
                   1670:        * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
                   1671:          (implements feature #1095)
                   1672: 
                   1673: 2016-10-01  moko
                   1674: 
                   1675:        * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
                   1676:          false by default (related to feature #1089)
                   1677: 
                   1678: 2016-09-30  moko
                   1679: 
                   1680:        * src/types/pa_wcontext.h: cleanup
                   1681: 
                   1682: 2016-09-29  moko
                   1683: 
                   1684:        * src/main/execute.C: whitespace
                   1685: 
                   1686:        * src/include/pa_request.h: whitespace
                   1687: 
                   1688:        * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
                   1689:          classes/op.C, classes/table.C, include/pa_request.h,
                   1690:          main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
                   1691:          types/pa_vobject.C, types/pa_wcontext.h: optimization:
                   1692:          StringOrValue removed as it just slows down and adds complexity
                   1693:          (implements feature #1020)
                   1694: 
                   1695: 2016-09-28  moko
                   1696: 
                   1697:        * tests/: 356.html, results/266.processed, results/321.processed,
                   1698:          results/356.processed: tests updated after name was added to
                   1699:          method_info hash, test for ^reflection:method_info[junction]
                   1700:          added (related to feature #1068)
                   1701: 
                   1702:        * src/classes/reflection.C: ^reflection:method_info[junction] now
                   1703:          supported, method name added to the resulting hash (implements
                   1704:          feature #1068)
                   1705: 
                   1706:        * tests/: 276.html, results/276.processed: more tests for
                   1707:          ^reflection:delete[]
                   1708: 
                   1709:        * src/classes/reflection.C: fixed bug then ^reflection:delete
                   1710:          didn't work on class and could damage native objects (like file)
                   1711: 
                   1712: 2016-09-26  moko
                   1713: 
                   1714:        * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
                   1715:          results/345.processed, results/346-curl.processed,
                   1716:          results/347-curl.processed, results/348.processed: numbers added
                   1717:          to simplify diff analysis
                   1718: 
                   1719:        * tests/: 352.html, results/352.processed: test result updated as
                   1720:          method name used
                   1721: 
                   1722:        * src/classes/reflection.C: method name used
                   1723: 
                   1724:        * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
                   1725:          its name
                   1726: 
                   1727:        * src/types/pa_method.h: whitespace
                   1728: 
                   1729:        * src/classes/reflection.C: both method and field with one name can
                   1730:          exist.
                   1731: 
                   1732:        * src/classes/reflection.C: ^reflection:mixin added (implements
                   1733:          feature #1089)
                   1734: 
                   1735:        * tests/: 355.html, results/355.processed: property appears in
                   1736:          derived class if added in base test added
                   1737: 
                   1738:        * src/types/pa_vstateless_class.h: get_method declaration +
                   1739:          whitespace
                   1740: 
                   1741:        * tests/: 354.html, results/354.processed: nice test from method
                   1742:          and property with one name in class added
                   1743: 
                   1744: 2016-09-23  moko
                   1745: 
                   1746:        * src/classes/reflection.C: ^reflection:method usage documented
                   1747: 
                   1748: 2016-09-22  moko
                   1749: 
                   1750:        * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
                   1751:          we use 'dynamic_cast' on polymorphic type 'Value'. Without it
                   1752:          compile warning and GPF occures on VS2003 (related to feature
                   1753:          #1087)
                   1754: 
                   1755:        * tests/: 350.html, results/350.processed: test added for
                   1756:          $.encloser[] support in ^table::create (related to feature #11)
                   1757: 
                   1758:        * src/classes/table.C: another minor fix (related to feature #11)
                   1759: 
1.107     moko     1760: 2016-09-21  moko
                   1761: 
                   1762:        * src/include/pa_config_fixed.h: vs2015 compilation fixes
                   1763: 
                   1764:        * src/: classes/curl.C, classes/file.C, classes/hash.C,
                   1765:          classes/json.C, classes/string.C, classes/table.C,
                   1766:          classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
                   1767:          main/pa_common.C, main/pa_http.C, main/pa_request.C,
                   1768:          main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
                   1769:          types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
                   1770:          pa_charsets, vs2015 warning war
                   1771: 
                   1772:        * src/classes/table.C: vs2015 warning war
                   1773: 
                   1774:        * src/types/pa_vdate.C: vs2015 warning war
                   1775: 
                   1776:        * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
                   1777: 
                   1778:        * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
                   1779:          -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
                   1780: 
                   1781:        * src/main/pa_common.C: vs2015 compilation fixes
                   1782: 
                   1783:        * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
                   1784:          vs2015 compilation fixes
                   1785: 
                   1786:        * src/main/pa_charset.C: vs2015 warning war
                   1787: 
                   1788:        * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
                   1789: 
                   1790:        * src/main/pa_charset.C: vs2015 warning war
                   1791: 
                   1792:        * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
                   1793: 
                   1794:        * src/types/pa_vdate.C: vs2015 compilation fix
                   1795: 
                   1796:        * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
                   1797: 
                   1798:        * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
                   1799:          VS2015 compilation fixes
                   1800: 
                   1801:        * src/classes/table.C: minor fix (related to feature #11)
                   1802: 
                   1803:        * tests/results/282.processed: no longer skipping extra enclosers
                   1804:          (related to feature #11)
                   1805: 
                   1806:        * src/classes/table.C: minor fix + no longer skipping extra
                   1807:          enclosers (related to feature #11)
                   1808: 
                   1809:        * src/classes/table.C: minor optimization (related to feature #11)
                   1810: 
                   1811:        * src/classes/table.C: minor fix and optimization (related to
                   1812:          feature #11)
                   1813: 
                   1814: 2016-09-20  moko
                   1815: 
                   1816:        * tests/: 353.html, results/353.processed: test for
                   1817:          PC.cclass->is_vars_local() check in one_big_piece in ^process[]
                   1818:          added (related to bug #1090)
                   1819: 
                   1820:        * src/main/compile.y: PC.cclass->is_vars_local() check added for
                   1821:          one_big_piece (fixes bug #1090)
                   1822: 
                   1823:        * tests/: 229.html, results/229.processed: code coverage tests
                   1824: 
                   1825:        * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
                   1826:          body) was called
                   1827: 
                   1828:        * src/classes/op.C: whitespace
                   1829: 
                   1830:        * tests/: 323.html, results/323.processed: test for code junction
                   1831:          should not be returned by ^reflection:class, ^reflection:base
                   1832: 
                   1833:        * src/classes/reflection.C: bugfix: code junction should not be
                   1834:          returned by ^reflection:class, ^reflection:base
                   1835: 
                   1836:        * tests/: 323.html, 352.html, results/352.processed: no more
                   1837:          exception for ^reflection:method[class;no-such-method] (related
                   1838:          to feature #1087)
                   1839: 
                   1840:        * src/classes/reflection.C:
                   1841:          ^reflection:method[class;no-such-method] : exception -> void
                   1842:          (related to feature #1087)
                   1843: 
                   1844:        * src/include/pa_request.h: request::write_value added to allow
                   1845:          write value without convertion (related to issue #1091)
                   1846: 
                   1847: 2016-09-19  moko
                   1848: 
                   1849:        * src/main/pa_random.C: windows build fix
                   1850: 
                   1851:        * src/types/pa_vhash.h: warning war
                   1852: 
                   1853: 2016-09-14  moko
                   1854: 
                   1855:        * tests/: 352.html, 552.html, results/352.processed,
                   1856:          results/552.processed: test for ^reflection:method[] extension
                   1857:          added (related to feature #1087)
                   1858: 
                   1859:        * tests/: 552.html, results/552.processed: test for
                   1860:          ^reflection:method[] extension added (related to feature #1087)
                   1861: 
                   1862:        * src/classes/reflection.C: compatibility issue fixed, VClass
                   1863:          dynamic_cast check added (related to feature #1087)
                   1864: 
                   1865:        * tests/: 351.html, results/351.processed: test for @auto[]
                   1866:          inheritance bug diring ^process[] added (related to bug #1088)
                   1867: 
                   1868:        * src/: classes/op.C, main/pa_request.C,
                   1869:          types/pa_vstateless_class.C: set_method now checks for @auto[] to
                   1870:          disable it inheritance during ^process (fixes bug #1088)
                   1871: 
                   1872:        * src/classes/reflection.C: ^reflection:method[$class:method;$self]
                   1873:          added (implements feature #1087)
                   1874: 
                   1875: 2016-09-13  moko
                   1876: 
                   1877:        * tests/: 349.html, results/auto.p: test for objects prototyping
                   1878:          added and $OBJECT-PROTOTYPE(false) is used for old tests (related
                   1879:          to feature #1086)
                   1880: 
                   1881:        * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
                   1882:          types/pa_vobject.C: objects now are not class instances, but have
                   1883:          class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
                   1884:          in @conf (implements feature #1086)
                   1885: 
                   1886: 2016-09-08  moko
                   1887: 
                   1888:        * src/: classes/file.C, classes/mail.C, classes/string.C,
                   1889:          classes/table.C, main/pa_http.C, main/pa_string.C,
                   1890:          include/pa_string.h: cleanup: string::split limit argument
                   1891:          removed as no longer required, pos_after no longer reference
                   1892:          (related to feature #11)
                   1893: 
                   1894:        * src/classes/table.C, tests/results/348.processed: now exception
                   1895:          is rised when invalid option is passed to ^table::create[]
                   1896: 
                   1897:        * tests/: 282.cfg, 282.html, results/282.processed: more code
                   1898:          coverage tests
                   1899: 
                   1900:        * tests/: 348.html, results/348.processed: code coverage tests
                   1901:          added
                   1902: 
                   1903:        * tests/: 348.html, results/348.processed: generic ^table::create[]
                   1904:          tests
                   1905: 
                   1906:        * tests/: 035.html, results/035.processed, results/272.processed:
                   1907:          tests updated after $.encloser[] support for ^table::create
                   1908:          implementation (related to feature #11)
                   1909: 
                   1910:        * src/classes/table.C: $.encloser[] support for ^table::create
                   1911:          finally added (implements feature #11)
                   1912: 
                   1913: 2016-09-07  moko
                   1914: 
                   1915:        * src/include/pa_string.h: added StringSplitHelper as friend
                   1916:          (related to feature #11)
                   1917: 
                   1918:        * src/include/pa_string.h: body and langs now protected, not
                   1919:          private to allow inheritance (related to feature #11)
                   1920: 
                   1921:        * src/classes/table.C: lsplit optimized before cloning for
                   1922:          ^table::create with $.encloser[] (related to feature #11)
                   1923: 
                   1924:        * src/classes/table.C: optimizaion: TableControlChars.separators
                   1925:          added and used (related to feature #11)
                   1926: 
                   1927:        * src/classes/table.C: spelling:
                   1928: 
                   1929:          TableSeparators -> TableControlChars column -> separator
                   1930:          separators -> control_chars
                   1931: 
                   1932: 2016-09-06  moko
                   1933: 
                   1934:        * src/main/pa_string.C: whitespace
                   1935: 
                   1936:        * src/main/pa_string.C: whitespace
                   1937: 
                   1938: 2016-09-01  moko
                   1939: 
                   1940:        * tests/: 347-curl.html, results/347-curl.processed: to make tests
                   1941:          results OS-independent
                   1942: 
                   1943:        * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
                   1944:          compiler (related to feature #1042)
                   1945: 
                   1946: 2016-08-15  moko
                   1947: 
                   1948:        * src/include/pa_string.h: whitespace
                   1949: 
                   1950:        * src/classes/table.C: whitespace
                   1951: 
1.106     moko     1952: 2016-08-05  moko
                   1953: 
                   1954:        * tests/: 344.html, results/344.processed: test for
                   1955:          ^hash::create[$file] added (related to feature #1075)
                   1956: 
                   1957:        * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
                   1958:          supported (implements feature #1075)
                   1959: 
                   1960: 2016-08-04  moko
                   1961: 
                   1962:        * tests/: 341.html, results/341.processed: more code coverage tests
                   1963: 
                   1964:        * tests/: 346-curl.html, results/346-curl.processed: more code
                   1965:          coverage tests for curl
                   1966: 
                   1967:        * tests/: 346-curl.html, results/346-curl.processed: more code
                   1968:          coverage tests for curl
                   1969: 
                   1970:        * tests/: 223-curl.html, 223.html, results/223-curl.processed,
                   1971:          results/223.processed: code coverage tests: $.form[ $.table[] ]
                   1972:          test added
                   1973: 
                   1974:        * tests/: 223-curl.html, results/223-curl.processed: more code
                   1975:          coverage tests for curl
                   1976: 
                   1977: 2016-08-03  moko
                   1978: 
                   1979:        * src/classes/curl.C: dlink(curl_library) now called not once, but
                   1980:          until it will be loaded, allowing to find existing library.
                   1981: 
                   1982:        * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
                   1983:          results/347-curl.processed: more code coverage tests for curl
                   1984: 
                   1985:        * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
                   1986:          results/339-curl.processed, results/346-curl.processed: curl
                   1987:          functionality tests
                   1988: 
                   1989: 2016-08-02  moko
                   1990: 
                   1991:        * tests/: 339.html, results/339.processed: test for tables in
                   1992:          ^file:load[] and ^curl:load[] (commented) added (related to
                   1993:          feature #1042)
                   1994: 
                   1995:        * tests/: 345.html, results/345.processed: code coverage tests for
                   1996:          file class
                   1997: 
                   1998:        * tests/: 344.html, results/344.processed: code coverage tests
                   1999: 
                   2000:        * tests/: 344.html, results/344.processed: mdate removed from
                   2001:          output
                   2002: 
                   2003:        * src/classes/file.C: minor bugfix: is_text should be taked from
                   2004:          fcontent.is_text_mode() if not set (related to feature #1061)
                   2005: 
                   2006:        * tests/: 344.html, results/344.processed: more tests
                   2007: 
                   2008:        * tests/: 343.html, 344.html, results/343.processed,
                   2009:          results/344.processed: tests for ^file::create[ $.from-charset
                   2010:          and $.to-charset ] (related to feature #1061)
                   2011: 
                   2012:        * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
                   2013:          aset_text_mode argument optimized
                   2014: 
                   2015:        * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
                   2016:          checkBOM now used in detect_binary_content (related to feature
                   2017:          #1061)
                   2018: 
                   2019:        * src/main/pa_request.C: load_charset no longer required to_upper
                   2020: 
                   2021:        * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
                   2022:          preserves original file mode (if no $.mode specified)
                   2023: 
                   2024:        * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
                   2025:          ^file::create now supports $.from-charset[] and $.to-charset
                   2026:          options (implements feature #1061), automatic transcode is done
                   2027:          if text file is created from binary file and charset is detected.
                   2028: 
                   2029: 2016-07-30  moko
                   2030: 
                   2031:        * src/classes/table.C: ^t.hash[..;] now supported (related to
                   2032:          feature #1057)
                   2033: 
                   2034:        * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
                   2035:          added (related to feature #1057)
                   2036: 
                   2037:        * tests/: 286.html, results/286.processed: code tests coverage
                   2038: 
                   2039: 2016-07-29  moko
                   2040: 
                   2041:        * src/classes/table.C: table size should be checked inside menu and
                   2042:          foreach (related to feature #858)
                   2043: 
                   2044:        * src/: classes/curl.C, classes/file.C, classes/string.C,
                   2045:          classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
                   2046:          main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
                   2047:          types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
                   2048:          charsets.get now does str_upper inside (related to feature #1061)
                   2049: 
                   2050:        * tests/: 342.html, results/342.processed: more code coverage tests
                   2051: 
                   2052:        * tests/: 342.html, outputs/342.processed: table menu code coverage
                   2053:          + foreach test added (related to feature #858)
                   2054: 
                   2055:        * tests/: 341.html, results/341.processed: tests for
                   2056:          ^table.hash[]{code} added + code coverage tests (related to
                   2057:          feature #1057)
                   2058: 
                   2059:        * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
                   2060:          value} support (implements feature #1057)
                   2061: 
                   2062:        * src/classes/table.C: whitespace
                   2063: 
                   2064: 2016-07-28  moko
                   2065: 
                   2066:        * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
                   2067:          from URL, if not specified query string removed from url-based
                   2068:          filenames in ^curl:load[] and ^file::load[] (related to feature
                   2069:          #1042)
                   2070: 
                   2071: 2016-07-27  moko
                   2072: 
                   2073:        * tests/: 340.html, results/340.processed: test for
                   2074:          transcode_text_result=false added (related to issue #1042)
                   2075: 
                   2076: 2016-07-26  moko
                   2077: 
                   2078:        * src/types/pa_vfile.C: file name should not be empty (if file path
                   2079:          is folder and ends with /) (related to feature #1042)
                   2080: 
                   2081:        * src/main/pa_http.C: whitespace optimizaion
                   2082: 
                   2083:        * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
                   2084:          main/pa_common.C, main/pa_http.C: ^curl:load[] now support
                   2085:          multiple headers, ^file::load supports headers transcoding
                   2086:          (implements feature #1042)
                   2087: 
                   2088: 2016-07-25  moko
                   2089: 
                   2090:        * src/include/pa_common.h: PA_DEFAULT added
                   2091: 
                   2092: 2016-07-22  moko
                   2093: 
                   2094:        * tests/: 338.html, results/338.processed: test for
                   2095:          $date.field(value) added (related to feature #1066)
                   2096: 
                   2097:        * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
                   2098:          $date.field(value) now supported for y/m/d/h/m/s (implements
                   2099:          feature #1066)
                   2100: 
1.105     moko     2101: 2016-07-21  moko
                   2102: 
                   2103:        * src/: classes/file.C, classes/image.C, include/pa_common.h,
                   2104:          main/pa_common.C: pa_common.h: File_read_action: fname, as_text
                   2105:          arguments removed; image.C - absolute path shown in exception
                   2106:          (implements feature #1071)
                   2107: 
                   2108:        * tests/: 235.html, results/235.processed: test and test result
                   2109:          updated after static boundary in mail and Errors-To: mail header
                   2110:          removed (related to feature #1047)
                   2111: 
                   2112:        * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
                   2113:          main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
                   2114:          used, static boundary in mail removed, Errors-To: mail header
                   2115:          removed (implements feature #1047)
                   2116: 
                   2117: 2016-07-20  moko
                   2118: 
                   2119:        * src/: classes/reflection.C, types/pa_vstateless_class.h:
                   2120:          equest.classes(): Value -> VStateless_class, part 3 (related to
                   2121:          issue #1051)
                   2122: 
                   2123:        * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
                   2124:          request.classes(): Value -> VStateless_class, part 2 (related to
                   2125:          issue #1051)
                   2126: 
                   2127:        * tests/results/: 224.processed, 323.processed: classes without
                   2128:          methods should not be methoded (related to issue #1051)
                   2129: 
                   2130:        * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
                   2131:          main/compile_tools.h, main/pa_request.C: request.classes(): Value
                   2132:          -> VStateless_class, part 1 (related to issue #1051)
                   2133: 
                   2134:        * tests/: 337.html, results/337.processed: test for
                   2135:          ^reflection:fields_reference[] and VHashReference class added
                   2136:          (related to feature #1072)
                   2137: 
                   2138:        * src/: classes/hash.C, classes/json.C, classes/reflection.C,
                   2139:          types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
                   2140:          and VHashReference added, allowing ^reflection:fields_reference[]
                   2141:          implementation (closes feature #1072)
                   2142: 
                   2143: 2016-07-19  moko
                   2144: 
                   2145:        * tests/: 323.html, results/323.processed: we want to see
                   2146:          "methoded"
                   2147: 
                   2148:        * tests/: 336.html, results/336.processed: test for $BASE:property
                   2149:          and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
                   2150:          #1059)
                   2151: 
                   2152:        * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
                   2153:          types/pa_vstateless_class.h, types/pa_wcontext.h: no more
                   2154:          somebody_entered_some_class, $BASE:property works again,
                   2155:          ^BASE:method[] bugs fixed (fixes bug #1059)
                   2156: 
                   2157: 2016-07-14  moko
                   2158: 
                   2159:        * tests/: 335.html, results/335.processed: test for feature #1055
                   2160:          added
                   2161: 
                   2162:        * src/classes/hash.C: bugfix: $._default was not copied if empty
                   2163:          feature: ^hash.contains[_default] added (implements feature
                   2164:          #1055)
                   2165: 
                   2166: 2016-07-13  moko
                   2167: 
                   2168:        * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
                   2169:          should not call @autouse (http://www.parser.ru/forum/?id=83480)
                   2170: 
                   2171: 2016-07-05  moko
                   2172: 
                   2173:        * src/classes/hash.C: Optimization: HashStringValue::Iterator used
                   2174:          in ^hash.foreach (related to feature #1073)
                   2175: 
                   2176: 2016-07-04  moko
                   2177: 
                   2178:        * tests/: 134.html, 281.html, results/134.processed,
                   2179:          results/281.processed: tests updated after hash blocking removed
                   2180:          (related to feature #1073)
                   2181: 
                   2182:        * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
                   2183:          no longer blocks on change during foreach (implements feature
                   2184:          #1073)
                   2185: 
                   2186: 2016-06-17  moko
                   2187: 
                   2188:        * tests/: 330.html, results/330.processed: try exception source
                   2189:          test added (related to bug in #1062)
                   2190: 
                   2191:        * tests/: 334.html, results/334.processed: Exception stack trace
                   2192:          test added (related to bug in $1062)
                   2193: 
                   2194:        * src/classes/op.C: Exception trace now correctly restored and
                   2195:          errors reported (related to bug #1062)
                   2196: 
1.104     moko     2197: 2016-05-25  moko
                   2198: 
                   2199:        * src/main/compile.y: minor cleanup + beauty
                   2200: 
                   2201: 2016-05-24  moko
                   2202: 
                   2203:        * tests/: 333.html, results/333.processed: more exceptions testing
                   2204: 
                   2205:        * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
                   2206:          _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
                   2207:          features #1056, #1026)
                   2208: 
                   2209:        * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
                   2210:          types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
                   2211:          types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
                   2212:          (implements feature #1056)
                   2213: 
                   2214:        * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
                   2215:          main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
                   2216:          types/pa_vstateless_class.C, types/pa_vstateless_class.h:
                   2217:          CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
                   2218:          feature #1026)
                   2219: 
                   2220:        * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
                   2221:          main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
                   2222:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
                   2223:          have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
                   2224:          LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
                   2225:          feature #1026)
                   2226: 
                   2227:        * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
                   2228:          main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
                   2229:          types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
                   2230:          SYMBOLS_CACHING define implemented (related to feature #1026)
                   2231: 
                   2232:        * src/main/main.vcproj: + ps_symbols
                   2233: 
                   2234:        * src/: include/Makefile.am, include/pa_string.h,
                   2235:          include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
                   2236:          main/compile.y, main/compile_tools.C, main/pa_symbols.C,
                   2237:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   2238:          types/pa_vstateless_class.C: initial implementation for symbols
                   2239:          cache (related to feature #1026)
                   2240: 
                   2241:        * src/: include/pa_common.h, main/pa_http.C: minor cleanup
                   2242: 
                   2243:        * src/main/pa_globals.C: minor cleanup
                   2244: 
                   2245: 2016-05-19  moko
                   2246: 
                   2247:        * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
                   2248:          (related to feature #1046)
                   2249: 
                   2250:        * tests/: 331.html, results/331.processed: test for
                   2251:          BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
                   2252:          (related to feature #1051)
                   2253: 
                   2254:        * src/main/compile.y:
                   2255:          BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
                   2256:          (implements feature #1054)
                   2257: 
                   2258: 2016-05-18  moko
                   2259: 
                   2260:        * src/types/pa_vtable.C, tests/results/324.processed: no more
                   2261:          "column not found" exception for ^table.no-such-method[] (related
                   2262:          to feature #1046)
                   2263: 
                   2264:        * tests/: 261.html, results/261.processed: test added and updated
                   2265:          after feature #1046 implementation
                   2266: 
                   2267:        * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
                   2268:          types/pa_vvoid.h: $string.anything works for whitespace strings,
                   2269:          ^string.contains added for hash compatibility, $string.method no
                   2270:          longer returns stting method (implements feature #1046)
                   2271: 
                   2272: 2016-05-12  moko
                   2273: 
                   2274:        * src/classes/curl.C: content-type response header no longer
                   2275:          ignored (fixes issue #1045)
                   2276: 
                   2277:        * tests/: 330.html, results/330.processed: test for incomplete
                   2278:          finally execution when break occures added (related to issue
                   2279:          #1077)
                   2280: 
                   2281:        * src/classes/op.C: bugfix: Request::skip reset is called before
                   2282:          executing catch and finally code (fixes issue #1062)
                   2283: 
                   2284: 2016-05-11  moko
                   2285: 
                   2286:        * tests/: 329.html, results/329.processed: test for invalid
                   2287:          ^break[] behavour added (bug #1077)
                   2288: 
                   2289:        * src/classes/op.C: try_catch code cleanup (related to bug #1062)
                   2290: 
                   2291: 2016-04-24  moko
                   2292: 
                   2293:        * src/types/pa_vstateless_class.h: warning war
                   2294: 
                   2295: 2016-04-17  moko
                   2296: 
                   2297:        * tests/: 328.html, results/328.processed: test for
                   2298:          ^break(condition) and ^continue(condition) (related to feature
                   2299:          #1063)
                   2300: 
                   2301:        * src/classes/op.C: ^break(condition) and ^continue(condition)
                   2302:          implemented (feature #1063)
                   2303: 
                   2304: 2016-04-12  moko
                   2305: 
                   2306:        * tests/results/280.processed: ordered hash now used for class
                   2307:          methods and properties (test results updated for feature #1069)
                   2308: 
                   2309:        * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
                   2310:          to xdoc.C as under FreeBSD it was inited after and inheritance
                   2311:          failed (related to issue #1051)
                   2312: 
                   2313:        * tests/: 320.html, results/320.processed: xdoc and xnode methods
                   2314:          are printed to check inheritance (related to feature #1051)
                   2315: 
1.103     moko     2316: 2016-04-09  moko
                   2317: 
                   2318:        * tests/results/320.processed: ordered hash now used for class
                   2319:          methods and properties (test results updated for feature #1069)
                   2320: 
                   2321:        * src/types/pa_vstateless_class.h: ordered hash now used for class
                   2322:          methods and properties (implements feature #1069)
                   2323: 
                   2324:        * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
                   2325:          pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
                   2326:          OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
                   2327:          feature #1051)
                   2328: 
                   2329: 2016-04-07  moko
                   2330: 
                   2331:        * src/main/execute.C: returned Value in .CLASS case for VJunction
                   2332:          (related to feature #1051)
                   2333: 
                   2334:        * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
                   2335:          pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
                   2336:          string constants deduplication (related to feature #1051)
                   2337: 
                   2338:        * tests/results/224.processed: test result updated (related to
                   2339:          feature #1051)
                   2340: 
                   2341:        * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
                   2342:          types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
                   2343:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
                   2344:          types/pa_vstatus.h: classes hash now contains only
                   2345:          VStateless_class derived objects, .CLASS is also allways
                   2346:          VStateless_class derived object (related to feature #1051).
                   2347: 
                   2348: 2016-04-06  moko
                   2349: 
                   2350:        * tests/results/323.processed: test result updated after feature
                   2351:          #1051 implementation
                   2352: 
                   2353:        * src/: classes/classes.h, classes/op.C, classes/response.C,
                   2354:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   2355:          main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
                   2356:          types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
                   2357:          types/pa_vresponse.C, types/pa_vresponse.h,
                   2358:          types/pa_vstateless_class.h: base -> methoded_donor for static
                   2359:          classes, type() moved from VStateless_class to VClass and
                   2360:          Methoded (implements feature #1051)
                   2361: 
                   2362: 2016-04-04  moko
                   2363: 
                   2364:        * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
                   2365:          beauty: put_class added (related to feature #1051)
                   2366: 
                   2367: 2016-04-01  moko
                   2368: 
                   2369:        * tests/results/: 175.processed, 192.processed, 224.processed,
                   2370:          229.processed, 244.processed, 246.processed, 316.processed: test
                   2371:          results updated as class.type() removed from error messages, only
                   2372:          type() left (related to feature #1051)
                   2373: 
                   2374:        * src/: classes/classes.C, classes/classes.h, classes/mail.C,
                   2375:          classes/op.C, classes/reflection.C, main/compile.y,
                   2376:          main/compile_tools.h, main/execute.C, main/pa_request.C,
                   2377:          types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
                   2378:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   2379:          types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
                   2380:          from VStateless_class, type() is used instead (related to feature
                   2381:          #1051)
                   2382: 
                   2383:        * src/classes/mail.C: old logic restored.
                   2384: 
                   2385:        * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
                   2386:          classes/classes.h, classes/curl.C, classes/date.C,
                   2387:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   2388:          classes/hashfile.C, classes/image.C, classes/inet.C,
                   2389:          classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
                   2390:          classes/memcached.C, classes/memory.C, classes/reflection.C,
                   2391:          classes/regex.C, classes/response.C, classes/string.C,
                   2392:          classes/table.C, classes/xdoc.C, classes/xnode.C,
                   2393:          types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
                   2394:          types/pa_vmemory.h: optimizaion: *_base_class removed (related to
                   2395:          feature #1051)
                   2396: 
                   2397: 2016-03-30  moko
                   2398: 
                   2399:        * tests/: 327.html, results/224.processed, results/327.processed:
                   2400:          test for TZ specification in ^date::create[], TZ is kept during
                   2401:          ^date::create[$dt] (related to feature #1048)
                   2402: 
                   2403:        * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
                   2404:          ^date::create[], TZ is kept during ^date::create[$dt] (implements
                   2405:          feature #1048)
                   2406: 
                   2407: 2016-03-29  moko
                   2408: 
                   2409:        * tests/: 315.html, results/315.processed: test for timezone format
                   2410:          +HHmm added (related to feature #1065)
                   2411: 
                   2412:        * src/classes/date.C: timezone format +HHmm now supported
                   2413:          (implements feature #1065)
                   2414: 
                   2415: 2016-03-28  moko
                   2416: 
                   2417:        * tests/: 202.html, results/131.processed, results/202.processed,
                   2418:          results/224.processed, results/256.processed,
                   2419:          results/315.processed: test results updated after %.2d now
                   2420:          default for hours offset in iso-string (was %2d), test for
                   2421:          ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
                   2422:          added (related to feature #1065)
                   2423: 
                   2424: 2016-03-27  moko
                   2425: 
                   2426:        * src/types/pa_vdate.C: '+' sign for zero offset (related to
                   2427:          feature #1065)
                   2428: 
                   2429:        * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
                   2430:          ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
                   2431:          added (implements feature #1065)
                   2432: 
                   2433: 2016-03-24  moko
                   2434: 
                   2435:        * tests/: 202.html, results/202.processed: test $date.week added
                   2436:          (related to bug #1067)
                   2437: 
                   2438:        * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
                   2439:          date (fix for bug #1067)
                   2440: 
                   2441: 2016-03-10  moko
                   2442: 
                   2443:        * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
                   2444: 
1.102     moko     2445: 2015-12-07  moko
                   2446: 
                   2447:        * tests/: 326.html, results/326.processed: test for .CLASS &
                   2448:          .CLASS_NAME optimization added (related to feature #844)
                   2449: 
                   2450: 2015-11-17  moko
                   2451: 
                   2452:        * tests/: 323.html, results/323.processed: order added
                   2453: 
                   2454:        * tests/: 325.html, results/325.processed: double range test added
                   2455:          (related to bug #1049)
                   2456: 
                   2457: 2015-11-16  moko
                   2458: 
                   2459:        * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
                   2460:          added to disallow NaN and Infinity (fixes bug #1049)
                   2461: 
                   2462: 2015-11-11  moko
                   2463: 
                   2464:        * tests/324.html: parser 3.4.3 execution support added (related to
                   2465:          feature #1017)
                   2466: 
                   2467:        * tests/: 324.html, results/324.processed: test for
                   2468:          GET_ELEMENT4CALL feature added (feature #1017)
                   2469: 
1.101     moko     2470: 2015-10-29  moko
                   2471: 
                   2472:        * operators.txt: updated for 3.4.4
                   2473: 
                   2474:        * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
                   2475: 
                   2476:        * src/main/pa_exec.C: get_exit_status implemented for Windows
                   2477:          (related to bug #1043)
                   2478: 
                   2479: 2015-10-28  moko
                   2480: 
                   2481:        * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
                   2482:          hangup during ^file::exec (fixes bug #1043)
                   2483: 
1.100     moko     2484: 2015-10-27  moko
                   2485: 
                   2486:        * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
                   2487: 
1.99      moko     2488: 2015-10-26  moko
                   2489: 
1.100     moko     2490:        * tests/322.html, src/classes/reflection.C: arguments reorder
                   2491:          (related to issue #1041)
                   2492: 
                   2493:        * src/: classes/classes.awk, main/helpers/simple_folding.pl:
                   2494:          Copyright year updated
                   2495: 
1.99      moko     2496:        * src/: classes/bool.C, classes/classes.C, classes/classes.h,
                   2497:          classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
                   2498:          classes/form.C, classes/hash.C, classes/hashfile.C,
                   2499:          classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
                   2500:          classes/mail.C, classes/math.C, classes/memcached.C,
                   2501:          classes/memory.C, classes/op.C, classes/reflection.C,
                   2502:          classes/regex.C, classes/response.C, classes/string.C,
                   2503:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   2504:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   2505:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   2506:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   2507:          include/pa_dictionary.h, include/pa_dir.h,
                   2508:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   2509:          include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
                   2510:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                   2511:          include/pa_pool.h, include/pa_random.h, include/pa_request.h,
                   2512:          include/pa_request_charsets.h, include/pa_request_info.h,
                   2513:          include/pa_sapi.h, include/pa_socks.h,
                   2514:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   2515:          include/pa_stack.h, include/pa_string.h,
                   2516:          include/pa_stylesheet_connection.h,
                   2517:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   2518:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   2519:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   2520:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   2521:          lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
                   2522:          lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
                   2523:          lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
                   2524:          lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
                   2525:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   2526:          main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
                   2527:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
                   2528:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   2529:          main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
                   2530:          main/pa_os.C, main/pa_pool.C, main/pa_random.C,
                   2531:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   2532:          main/pa_string.C, main/pa_stylesheet_connection.C,
                   2533:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   2534:          main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
                   2535:          sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
                   2536:          targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
                   2537:          targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
                   2538:          targets/cgi/parser3.C, targets/isapi/pa_threads.C,
                   2539:          targets/isapi/parser3isapi.C, types/pa_junction.h,
                   2540:          types/pa_method.h, types/pa_property.h, types/pa_value.C,
                   2541:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                   2542:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   2543:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
                   2544:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
                   2545:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   2546:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
                   2547:          types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
                   2548:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   2549:          types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
                   2550:          types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
                   2551:          types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
                   2552:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   2553:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
                   2554:          types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   2555:          types/pa_vresponse.C, types/pa_vresponse.h,
                   2556:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   2557:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   2558:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   2559:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                   2560:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   2561:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   2562:          types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
                   2563: 
                   2564:        * src/targets/cgi/parser3.C: year updated
                   2565: 
                   2566:        * src/classes/reflection.C: VS2003 compatibility fixed (related to
                   2567:          issue #1041)
                   2568: 
                   2569:        * tests/: 323.html, results/323.processed: test for base classes
                   2570:          added
                   2571: 
                   2572:        * tests/: 261.html, results/261.processed: updated after better
                   2573:          error reporting done for $string.key exception
                   2574: 
                   2575:        * src/types/pa_vstring.h: better error report for $string.key
                   2576:          exception
                   2577: 
                   2578:        * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
                   2579:          copied as VObject::get_element4call to remove extra virtual call
                   2580: 
                   2581:        * tests/: 322.html, results/322.processed: test for
                   2582:          ^reflection:is[] added (related to feature #1041)
                   2583: 
                   2584:        * src/classes/reflection.C: ^reflection:is empty value is void
                   2585:          (related to feature #1041)
                   2586: 
                   2587:        * src/classes/reflection.C:
                   2588:          ^reflection:is[class_name|code|method;[context;]element_name]
                   2589:          added (implements feature #1041)
                   2590: 
                   2591: 2015-10-24  moko
                   2592: 
                   2593:        * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
                   2594: 
1.98      moko     2595: 2015-10-22  moko
                   2596: 
                   2597:        * tests/: 321.html, results/321.processed: test for
                   2598:          ^reflection:method_info[] file detection added
                   2599: 
                   2600:        * tests/: 320.html, results/320.processed: test for
                   2601:          ^reflection:class_by_name[class_name] added (related to feature
                   2602:          #993)
                   2603: 
                   2604:        * src/classes/reflection.C: ^reflection:class_by_name[class_name]
                   2605:          added (implements feature #993)
                   2606: 
                   2607:        * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
                   2608:          (related to feature #1017)
                   2609: 
                   2610:        * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
                   2611:          added (related to issue #1039)
                   2612: 
                   2613:        * src/main/pa_request.C: ^throw origin fixed (related to feature
                   2614:          #1039)
                   2615: 
                   2616:        * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
                   2617:          for VDate
                   2618: 
                   2619:        * tests/results/182.processed: updated after feature #1038
                   2620:          implemented
                   2621: 
                   2622:        * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
                   2623:          compile-time exception origin added (test for feature #1039)
                   2624: 
                   2625:        * src/: include/pa_request.h, main/compile.C, main/compile.y,
                   2626:          main/pa_request.C: exception unification: compile-time exceptions
                   2627:          now have origin, @USE origins also tracked (implements feature
                   2628:          #1039)
                   2629: 
                   2630: 2015-10-20  moko
                   2631: 
                   2632:        * src/main/pa_request.C: cleanup
                   2633: 
                   2634: 2015-10-15  moko
                   2635: 
                   2636:        * src/types/pa_vtable.C: defines fixed (related to feature #1017)
                   2637: 
                   2638:        * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
                   2639:          types/pa_vtable.C: new feature: no more $table.method and
                   2640:          $hash.method, aliases for _at, _count, _key (related to feature
                   2641:          #1017)
                   2642: 
1.97      moko     2643: 2015-10-14  moko
                   2644: 
1.98      moko     2645:        * tests/: 317.html, results/317.processed: test for
                   2646:          ^string.unescape[] added (related to feature #120)
                   2647: 
1.97      moko     2648:        * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
                   2649:          defined" bug (described in issue #1036)
                   2650: 
                   2651:        * tests/: 247.html, results/247.processed: test for checkBOM added
                   2652:          (test for bug #1037)
                   2653: 
                   2654:        * src/: include/pa_charsets.h, main/pa_charsets.C,
                   2655:          main/pa_common.C, main/pa_http.C: checkBOM detects charset if
                   2656:          it's not enforced, skips BOM signature if it complies charset
                   2657:          (fixes bug #1037)
                   2658: 
                   2659: 2015-10-13  moko
                   2660: 
                   2661:        * src/targets/cgi/parser3.vcproj: disabling buggy incremental
                   2662:          linking
                   2663: 
                   2664:        * src/classes/inet.C: vs2003 compilation fix
                   2665: 
                   2666:        * src/classes/math.C: warning war
                   2667: 
                   2668:        * src/lib/punycode/pa_punycode.c: warning war
                   2669: 
                   2670: 2015-10-12  moko
                   2671: 
                   2672:        * src/lib/punycode/pa_punycode.c: warning war
                   2673: 
                   2674:        * parser3.sln: moved parser3 first, to make it default startup
                   2675:          project
                   2676: 
                   2677:        * buildall: parser "mirror" now used for external libs sources
                   2678:          (implements feature #1036)
                   2679: 
                   2680:        * buildall: most external libs are updated to their current
                   2681:          versions (related to feature #1036)
                   2682: 
                   2683:        * src/classes/image.C: more tags added
                   2684: 
                   2685:        * src/: include/pa_memory.h, types/pa_vdate.C: warning war
                   2686: 
                   2687: 2015-10-11  moko
                   2688: 
                   2689:        * src/classes/curl.C: minor optimization (related to feature #1035)
                   2690: 
                   2691: 2015-10-09  moko
                   2692: 
                   2693:        * src/classes/curl.C: pa_strdup added for strings from curl
                   2694:          (related to feature #1035)
                   2695: 
                   2696:        * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
                   2697:          ULLONG_MAX definition
                   2698: 
                   2699:        * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
                   2700:          (implements feature #1035)
                   2701: 
                   2702:        * src/main/pa_charset.C: String::Body(String::C) used
                   2703: 
                   2704:        * src/main/pa_charset.C: exceptions unified
                   2705: 
                   2706:        * src/: include/pa_charset.h, main/pa_charset.C: declarations
                   2707:          unified
                   2708: 
                   2709:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   2710:          classes/op.C, classes/xdoc.C, classes/xnode.C,
                   2711:          include/pa_string.h, main/pa_request.C, main/pa_string.C,
                   2712:          types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
                   2713:          types/pa_vxdoc.C: explicit String::Body(char) calls removed;
                   2714:          String::Body(String::C) constructor added (related to bug #957)
                   2715: 
                   2716:        * src/classes/file.C: minor optimization
                   2717: 
                   2718:        * src/include/pa_hash.h: hash.get(char*) added, to minimize
                   2719:          Cord(char*) autocreation (related to bug #957)
                   2720: 
                   2721:        * src/: classes/string.C, main/untaint.C: minor optimizations
                   2722: 
                   2723:        * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
                   2724:          String(char*, Lang, length) removed, String(C(), Lang) used
                   2725:          instead (related to bug #957)
                   2726: 
                   2727: 2015-10-08  moko
                   2728: 
                   2729:        * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
                   2730:          lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
                   2731:          main/untaint.C: Now char * is converted to CORD only using
                   2732:          AS_CORD() to check for empty cord bug (fixes bug #957)
                   2733: 
                   2734:        * src/include/pa_hash.h: fixed compilation without
                   2735:          HASH_CODE_CACHING
                   2736: 
                   2737:        * src/classes/string.C:
                   2738:          ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
                   2739:          feature #120)
                   2740: 
                   2741:        * src/main/pa_common.C: reduce js flags checks count (related to
                   2742:          feature #120)
                   2743: 
1.96      moko     2744: 2015-10-07  moko
                   2745: 
                   2746:        * tests/: 275.html, results/275.processed: test modified after
                   2747:          unsigned long long int support implemented (feature #1034)
                   2748: 
                   2749:        * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
                   2750:          pa_atoul added for unsigned long long int support
                   2751: 
                   2752: 2015-10-06  moko
                   2753: 
                   2754:        * src/types/pa_vdate.C: INT_MAX used
                   2755: 
                   2756: 2015-10-03  moko
                   2757: 
                   2758:        * tests/: 302.html, results/302.processed: test for bug #1023
                   2759:          (\u2028, \u2029 escaping) added
                   2760: 
                   2761:        * src/main/untaint.C: \u2028, \u2029 are now escaped in
                   2762:          json:string[] (fixes bug #1023)
                   2763: 
                   2764: 2015-09-29  moko
                   2765: 
                   2766:        * tests/305.html: try-catch added for OS without ipv6 support
                   2767: 
                   2768:        * src/lib/json/pa_json.C: more unique prefixes for Solaris
                   2769:          compilation
                   2770: 
                   2771:        * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
                   2772:          main/execute.C, types/pa_value.h, types/pa_vhash.h,
                   2773:          types/pa_vtable.C, types/pa_vtable.h: get_element4call
                   2774:          implemented to distinguish ^hash.method from $hash.field
                   2775:          (implements feature #1017)
                   2776: 
                   2777:        * src/lib/punycode/pa_punycode.c: warning war
                   2778: 
                   2779:        * src/include/pa_config_includes.h: warning war
                   2780: 
                   2781:        * src/include/pa_config_includes.h: pragma warning actualized a bit
                   2782: 
                   2783:        * src/include/pa_config_includes.h: warning war
                   2784: 
                   2785:        * src/include/pa_hash.h: clang compilation fix
                   2786: 
                   2787: 2015-09-27  moko
                   2788: 
                   2789:        * src/main/compile.tab.C: Bison 3 is now default
                   2790: 
                   2791:        * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
                   2792: 
                   2793: 2015-09-25  moko
                   2794: 
                   2795:        * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
                   2796:          works with undefined HASH_ORDER (related to feature #196)
                   2797: 
                   2798: 2015-09-24  moko
                   2799: 
                   2800:        * tests/: 027.html, results/027.processed: test modified to test
                   2801:          ^hash.sort (feature #196)
                   2802: 
                   2803:        * src/: classes/hash.C, include/pa_hash.h:
                   2804:          ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
                   2805:          added (implements feature #196)
                   2806: 
                   2807:        * tests/: 316.html, results/316.processed: Added test for bug #1025
                   2808:          (exception handling in non-cached ^cache), plus for "it does not
                   2809:          have logical value" and "$exception.handled value must be either
                   2810:          boolean or string 'cache'" exceptions.
                   2811: 
                   2812:        * src/classes/op.C: ^cache: exceptions now handled in non-cached
                   2813:          code (fixes bug #1025)
                   2814: 
1.95      moko     2815: 2015-09-23  moko
                   2816: 
                   2817:        * src/classes/table.C: warning war
                   2818: 
                   2819:        * src/: classes/math.C, types/pa_vcookie.C: warning war
                   2820: 
                   2821:        * src/classes/file.C: warning war
                   2822: 
                   2823:        * src/: include/pa_table.h, main/pa_table.C: warning war
                   2824: 
                   2825:        * src/: main/pa_request.C, classes/date.C: warning war
                   2826: 
                   2827:        * src/: types/pa_vdate.C, classes/op.C: warning war
                   2828: 
                   2829:        * tests/: 122.html, results/122.processed: win sync: to remove
                   2830:          differences with OS that doesn't keep timezone change history
                   2831: 
                   2832:        * src/types/pa_vdate.C: tzset() should be called in Windows after
                   2833:          TZ change (related to feature #36)
                   2834: 
                   2835:        * tests/: 075.html, results/075.processed: win sync: to remove
                   2836:          differences with OS that doesn't keep timezone change history
                   2837: 
                   2838:        * tests/: 315.html, results/315.processed: win sync: to remove
                   2839:          differences with OS that doesn't keep timezone change history
                   2840: 
                   2841:        * tests/: 256.html, results/256.processed: win sync: to remove
                   2842:          differences with OS that doesn't keep timezone change history
                   2843: 
                   2844:        * tests/: 124.html, results/124.processed: win results sync: to
                   2845:          avoid hitting time change hole.
                   2846: 
                   2847:        * src/types/pa_vdate.C: static returned. :)
                   2848: 
                   2849: 2015-09-22  moko
                   2850: 
                   2851:        * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
                   2852: 
                   2853:        * tests/results/131.processed: more tests for feature #1032
                   2854: 
                   2855:        * src/classes/date.C: minor fix related to feature #1032
                   2856: 
                   2857:        * operators.txt: ISO date creation documented (related to feature
                   2858:          #1032)
                   2859: 
                   2860:        * operators.txt: iso-string documented (related to feature #1032)
                   2861: 
                   2862:        * tests/: 315.html, results/315.processed: more tests added
                   2863:          (related to feature #1032)
                   2864: 
                   2865:        * tests/: 131.html, results/131.processed: date range checks
                   2866:          updated (related to feature #36)
                   2867: 
                   2868:        * tests/: 315.html, results/057.processed, results/315.processed:
                   2869:          test added for ISO date support (related to issue #315)
                   2870: 
                   2871:        * src/classes/date.C: more readable exceptions in date creation
                   2872:          (related to ticket #1032)
                   2873: 
                   2874: 2015-09-18  moko
                   2875: 
                   2876:        * tests/: 202.html, results/202.processed: ^date.iso-string[] check
                   2877:          added (related to issue #1032)
                   2878: 
                   2879:        * tests/results/256.processed, src/classes/json.C: iso-string
                   2880:          documented (related to issue #1032)
                   2881: 
                   2882:        * tests/: 256.html, results/256.processed: ISO date check added
                   2883:          (related to issue #1032)
                   2884: 
                   2885:        * tests/: 057.html, results/057.processed, results/224.processed:
                   2886:          tests results updated after ISO date support implemented (related
                   2887:          to feature #1032)
                   2888: 
                   2889:        * src/: classes/date.C, classes/image.C, types/pa_value.h,
                   2890:          types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
                   2891:          ^date::create[string] constructor formalized, ^date.iso-string[]
                   2892:          added (implements feature #1032)
                   2893: 
                   2894: 2015-09-05  moko
                   2895: 
                   2896:        * operators.txt: actualized
                   2897: 
                   2898:        * operators.txt: date changes documented (related to ticket #36)
                   2899: 
                   2900: 2015-09-04  moko
                   2901: 
                   2902:        * src/types/pa_vdate.C: warning war
                   2903: 
                   2904:        * src/: classes/op.C, types/pa_vhashfile.C: warning war
                   2905: 
                   2906: 2015-09-03  moko
                   2907: 
                   2908:        * tests/results/096.processed: test result updated for 0..9999 year
                   2909:          date range support (related to feature #36)
                   2910: 
                   2911:        * tests/: 314.html, results/314.processed: test for
                   2912:          ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
                   2913:          bug #1031)
                   2914: 
                   2915:        * src/classes/string.C: Static calls fixed for ^string:base64[],
                   2916:          ^string:idna[], ^string:js-escape[] (closes bug #1031)
                   2917: 
1.116     moko     2918:        * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
                   2919:          configure.in -> configure.ac
1.95      moko     2920: 
1.116     moko     2921:        * configure, configure.in, src/include/pa_config_auto.h.in: more
                   2922:          correct timezone check for FreeBSD Warning war: configure.in ->
                   2923:          configure.ac
1.95      moko     2924: 
                   2925:        * configure, configure.in, src/classes/Makefile.am,
1.116     moko     2926:          src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
                   2927:          src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
                   2928:          src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
                   2929:          src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
                   2930:          src/main/Makefile.am, src/targets/apache/Makefile.am,
                   2931:          src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95      moko     2932:          AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
                   2933:          check added
                   2934: 
                   2935:        * src/types/pa_vdate.C: FreeBSD fixes + more robust code
                   2936: 
                   2937:        * tests/results/: 124.processed, 224.processed: test resuls updated
                   2938:          for new date implementation (related to feature #36)
                   2939: 
                   2940:        * src/: classes/date.C, classes/image.C, include/pa_common.h,
                   2941:          main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
                   2942:          types/pa_vdate.h: new double date implementation with internal
                   2943:          support for extended 0..9999 year range, default timezone support
                   2944:          (related to feature #36)
                   2945: 
                   2946: 2015-08-28  moko
                   2947: 
                   2948:        * src/types/pa_vmail.C: fixed $mail:received.date calculations
                   2949:          (fixes bug #1030)
                   2950: 
                   2951: 2015-08-21  moko
                   2952: 
                   2953:        * src/classes/inet.C: snprintf size "bug" commented
                   2954: 
                   2955:        * src/main/pa_common.C: snprintf comments updated
                   2956: 
                   2957: 2015-08-16  moko
                   2958: 
                   2959:        * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
                   2960: 
                   2961: 2015-08-11  moko
                   2962: 
                   2963:        * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
                   2964:          types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
                   2965:          can be null (fixes bug #1029)
                   2966: 
                   2967: 2015-08-06  moko
                   2968: 
1.116     moko     2969:        * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
                   2970:          pa_vdate.C added
1.95      moko     2971: 
                   2972: 2015-08-05  moko
                   2973: 
                   2974:        * tests/: 313.html, results/313.processed: test for
                   2975:          ^table.count[columns] and ^table.flip[] with nameless tables
                   2976:          (feature #1003)
                   2977: 
                   2978:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                   2979:          max_cell added, now ^table.count[columns] and ^table.flip[] works
                   2980:          correctly for nameless tables (implements feature #1003)
                   2981: 
                   2982: 2015-08-03  moko
                   2983: 
                   2984:        * tests/312.html: test for ^table.append[$hash] and
                   2985:          ^table.insert[$hash] added (related to feature #1028)
                   2986: 
                   2987:        * src/classes/table.C: ^table.append[$hash] and
                   2988:          ^table.insert[$hash] now supported (implements feature #1028)
                   2989: 
                   2990:        * tests/: 312.html, results/312.processed: test row copy in
                   2991:          ^table.hash[; $.type[table] ] added (related to feature #1016)
                   2992: 
                   2993:        * src/classes/table.C: row copy now created in ^table.hash[;
                   2994:          $.type[table] ] (related to feature #1016)
                   2995: 
                   2996: 2015-07-29  moko
                   2997: 
                   2998:        * tests/: 312.html, results/312.processed: test for ^table.delete[]
                   2999:          added (related to feature #1016)
                   3000: 
                   3001:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                   3002:          ^table.delete[] added to delete current row (related to feature
                   3003:          1016)
                   3004: 
                   3005: 2015-07-28  moko
                   3006: 
                   3007:        * tests/: 312.html, results/312.processed: test for
                   3008:          $table.column[value] and ^table.insert{row} (related to feature
                   3009:          #1016)
                   3010: 
                   3011:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
                   3012:          types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
                   3013:          ^table.insert{row} are now implemented (feature #1016)
                   3014: 
                   3015:        * src/include/pa_array.h: Optimization: bool reverse removed from
                   3016:          append(), insert() added, memmove arguments order in remove()
                   3017:          fixed (related to feature #1016)
                   3018: 
                   3019: 2015-07-23  moko
                   3020: 
                   3021:        * src/classes/json.C: tainted json and empty json exception added
                   3022:          (implements feature #1015)
                   3023: 
                   3024:        * tests/: 311.html, results/311.processed: empty json and tainted
                   3025:          json exception test added (related to issue #1015)
                   3026: 
                   3027: 2015-07-22  moko
                   3028: 
                   3029:        * tests/: 311.html, results/311.processed: test for UTF-8
                   3030:          processing added
                   3031: 
                   3032:        * tests/: 311.html, results/311.processed: test for
                   3033:          json_exception_with_source added (related to issue #394)
                   3034: 
                   3035:        * src/classes/json.C: json_exception_with_source added (implements
                   3036:          feature #394)
                   3037: 
                   3038: 2015-06-29  moko
                   3039: 
                   3040:        * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
                   3041:          directories are now correctly determined if _d_type == DT_UNKNOWN
                   3042:          (closes bug #1027)
                   3043: 
                   3044: 2015-06-10  moko
                   3045: 
                   3046:        * src/types/pa_vxnode.h: extern "C" not requred and causes build
                   3047:          error if libxml has LIBXML_ICU_ENABLED.
                   3048: 
                   3049: 2015-06-04  moko
                   3050: 
                   3051:        * tests/099.html: ups, reverting
                   3052: 
                   3053:        * tests/: 099.html, 309.html, 310.html, results/309.processed,
                   3054:          results/310.processed: tests for $response:body[ $.file[] ] and
                   3055:          $response:last-modified added
                   3056: 
                   3057:        * src/main/pa_request.C: last-modified check fixed
                   3058: 
                   3059: 2015-06-03  moko
                   3060: 
                   3061:        * tests/: 204.html, 205.html, 293.html, results/204.processed,
                   3062:          results/205.processed, results/293.processed: $response:headers
                   3063:          logging added (tests for feature #1007)
                   3064: 
                   3065:        * src/: include/pa_common.h, include/pa_request.h,
                   3066:          main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
                   3067:          $response:headers are now in uppercase (closes feature #1007)
                   3068: 
                   3069: 2015-06-02  moko
                   3070: 
                   3071:        * src/: include/pa_memory.h, classes/math.C: some of -pedantic
                   3072:          build errors reverted for clang compatibility
                   3073: 
                   3074: 2015-06-01  moko
                   3075: 
                   3076:        * src/include/pa_memory.h: -pedantic build errors fixed
                   3077: 
                   3078:        * src/classes/math.C: -pedantic build error fixed
                   3079: 
                   3080:        * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
                   3081: 
                   3082: 2015-05-31  moko
                   3083: 
                   3084:        * src/classes/table.C: USE_STRINGSTREAM optimized
                   3085: 
                   3086:        * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
                   3087:          include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
                   3088:          main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
                   3089:          types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
                   3090:          types/pa_vxnode.h: warning war (-pedantic flag)
                   3091: 
                   3092: 2015-05-28  moko
                   3093: 
                   3094:        * tests/: 308.html, results/308.processed: test for
                   3095:          ^table::create[$t;], etc work added (related to bug #975)
                   3096: 
                   3097:        * src/classes/table.C: check_option_param removed,
                   3098:          ^table::create[$t;], etc now works (fixes bug #975)
                   3099: 
                   3100: 2015-05-27  moko
                   3101: 
                   3102:        * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
                   3103:          (Debian jessie) fixed (closes issue #1024)
                   3104: 
                   3105:        * tests/Makefile: sort added as in Debian jessie list become
                   3106:          unsorted
                   3107: 
                   3108: 2015-05-18  moko
                   3109: 
                   3110:        * tests/: 201.html, results/201.processed: test for
                   3111:          ^string.trim[what] feature #1022
                   3112: 
                   3113:        * src/classes/string.C: ^string.trim[what] now supported,
                   3114:          implements feature #1022
                   3115: 
                   3116: 2015-05-17  moko
                   3117: 
                   3118:        * tests/results/185.processed: test result updated as feature #1021
                   3119:          implemented (left/right accept negative parameter)
                   3120: 
                   3121:        * src/classes/string.C: left/right now accept negative parameter
                   3122:          (implements feature #1021)
                   3123: 
                   3124: 2015-05-08  moko
                   3125: 
                   3126:        * src/classes/math.C: isalnum -> pa_isalnum
                   3127: 
                   3128:        * src/main/execute.C: optimization in getter-junction processing
                   3129:          (related to issue #997)
                   3130: 
                   3131: 2015-05-07  moko
                   3132: 
                   3133:        * tests/: 307.html, results/307.processed: test for issue #997
                   3134:          added
                   3135: 
                   3136:        * src/main/execute.C: process_getter result now checked if junction
                   3137:          returned (closes issue #997)
                   3138: 
                   3139:        * tests/: 305.html, results/305.processed: sort added to ignore
                   3140:          different order
                   3141: 
                   3142:        * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
                   3143:          assignment (closes issue #994)
                   3144: 
                   3145:        * tests/: 306.html, results/306.processed: test for issue #994
                   3146:          added
                   3147: 
                   3148:        * tests/: 303.html, results/303.processed: two more errors tested
                   3149: 
                   3150: 2015-05-06  moko
                   3151: 
                   3152:        * tests/: 305.html, results/305.processed: test for name2ip &
                   3153:          ip2name added (related to feature #992)
                   3154: 
                   3155:        * tests/: 303.html, 304.html, results/303.processed,
                   3156:          results/304.processed: tests for idna conversion added (related
                   3157:          to issue #849)
                   3158: 
                   3159: 2015-05-02  moko
                   3160: 
                   3161:        * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
                   3162:          implemented
                   3163: 
                   3164: 2015-04-30  moko
                   3165: 
                   3166:        * src/main/pa_http.C: idna_host added, related to issue #849
                   3167: 
                   3168:        * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
                   3169:          (related to issue #849)
                   3170: 
                   3171: 2015-04-24  moko
                   3172: 
                   3173:        * src/types/pa_vjunction.C: warning war
                   3174: 
                   3175:        * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
                   3176:          unification
                   3177: 
                   3178:        * src/lib/punycode/pa_idna.c: warning war
                   3179: 
                   3180: 2015-04-22  moko
                   3181: 
                   3182:        * src/main/main.vcproj: punycode include path added
                   3183: 
                   3184:        * src/lib/punycode/pa_idna.c: windows compile error fixed
                   3185: 
                   3186:        * src/lib/punycode/pa_idna.c: warning war
                   3187: 
                   3188:        * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
                   3189:          project file added
                   3190: 
                   3191:        * src/lib/punycode/pa_convert_utf.c: debug compilation fix
                   3192: 
                   3193:        * src/include/pa_memory.h: warning war
                   3194: 
                   3195:        * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
                   3196:          ^string:idna[xn--...], ^string.idna[] - idna conversion support
                   3197:          implemented (related to feature #849)
                   3198: 
                   3199:        * configure.in, src/main/Makefile.am,
                   3200:          src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
                   3201:          libpunycode added in Unix
                   3202: 
                   3203: 2015-04-21  moko
                   3204: 
                   3205:        * configure.in: large files support
                   3206: 
                   3207: 2015-04-15  moko
                   3208: 
                   3209:        * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
                   3210:          pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
                   3211:          pa_punycode.h: initial version for punycode/idna support library
                   3212:          (ticket #849)
                   3213: 
                   3214: 2015-04-08  moko
                   3215: 
                   3216:        * src/: classes/curl.C, classes/date.C, classes/file.C,
                   3217:          classes/image.C, classes/mail.C, classes/reflection.C,
                   3218:          classes/string.C, classes/xnode.C, include/pa_request.h,
                   3219:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   3220:          main/compile.y, main/compile_tools.h, main/execute.C,
                   3221:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                   3222:          main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
                   3223:          types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
                   3224:          types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
                   3225:          types/pa_wwrapper.h, main/compile.tab.C: removed most of the
                   3226:          clang compiler warnings (closes issue #1018)
                   3227: 
                   3228:        * src/include/pa_string.h: String::Body comparation operators with
                   3229:          char * added (related to issue #958)
                   3230: 
                   3231: 2015-04-07  moko
                   3232: 
                   3233:        * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
                   3234:          pa_malloc/pa_free to remove system malloc/free usage (related to
                   3235:          issue #1018)
                   3236: 
                   3237:        * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
                   3238:          include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
                   3239:          lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
                   3240:          main/pa_http.C, main/pa_request.C, main/pa_string.C,
                   3241:          main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
                   3242:          types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
                   3243:          types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
                   3244:          malloc/strdup/free replaced with pa_ version and checks for
                   3245:          accidental use of non-pa_ version added (related to issue #1018)
                   3246: 
                   3247: 2015-04-03  moko
                   3248: 
                   3249:        * buildall: pcre-8.33 -> pcre-8.36
                   3250: 
                   3251:        * src/: main/compile.y, classes/form.C, classes/mail.C,
                   3252:          classes/op.C, classes/string.C, main/compile.tab.C,
                   3253:          main/compile_tools.C, main/pa_http.C, main/pa_request.C,
                   3254:          main/pa_sql_driver_manager.C, types/pa_vfile.C,
                   3255:          types/pa_vhashfile.C: C++11 compilation errors fixed (related to
                   3256:          ticket #958)
                   3257: 
                   3258:        * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
                   3259:          main/pa_common.C, main/pa_http.C, main/pa_request.C,
                   3260:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                   3261:          targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
                   3262:          types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
                   3263:          $request:headers, $request:method added (implements feature
                   3264:          #1007)
                   3265: 
                   3266: 2015-03-17  misha
                   3267: 
                   3268:        * tests/302.html: - test for
                   3269:          ^json:string[...;$._default[method-name]]
                   3270: 
                   3271:        * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
                   3272:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
                   3273:          option $._default[method-name] is specified in ^json:string[], a
                   3274:          method with specified name will be called for classes/objects
                   3275:          serialization ( new feature: #982 )
                   3276: 
                   3277: 2015-03-16  misha
                   3278: 
                   3279:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
                   3280:          main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
                   3281:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
                   3282:          types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
                   3283:          types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
                   3284:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
                   3285:          types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   3286:          types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
                   3287:          types/pa_vrequest.h, types/pa_vstateless_class.C,
                   3288:          types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   3289:          types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
                   3290:          $var.CLASS_NAME now have special opcodes. This can be switched
                   3291:          off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
                   3292:          on pa_opcode.h ( new feature: #844 )
                   3293: 
                   3294: 2015-03-15  misha
                   3295: 
                   3296:        * tests/075.html: - test for $response:header[]
                   3297: 
                   3298:        * src/types/pa_vresponse.C: - $response:header[] deletes header
                   3299:          that was set earlie ( new feature: #1001 )
                   3300: 
                   3301: 2015-03-12  misha
                   3302: 
                   3303:        * tests/246.html: - more tests for ^hash._at[]
                   3304: 
                   3305:        * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
                   3306:          accepts second param [key|value|hash] ( new feature: #1012 )
                   3307: 
                   3308: 2015-03-09  moko
                   3309: 
                   3310:        * src/types/pa_vmail.C: exception for everything but
                   3311:          $mail:received, closes issue #1011
                   3312: 
                   3313: 2015-02-20  moko
                   3314: 
                   3315:        * tests/: 275.html, results/275.processed: hex detection in
                   3316:          pa_atoui fix test (closes issue #1010)
                   3317: 
                   3318:        * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
                   3319:          issue #1010)
                   3320: 
                   3321: 2015-02-17  moko
                   3322: 
                   3323:        * src/types/pa_vmail.C: closes issue #1009 - mail content should be
                   3324:          tainted.
                   3325: 
                   3326: 2015-02-03  misha
                   3327: 
                   3328:        * tests/301.html: - test for ^json:string($double) causes
                   3329:          exception. bugfix: #1008
                   3330: 
                   3331:        * src/classes/json.C: - ^json:string($double) causes exception.
                   3332:          bugfix: #1008
                   3333: 
                   3334:        * tests/014.html: - updated for work with ^hash.delete[]
                   3335: 
                   3336: 2015-01-12  misha
                   3337: 
                   3338:        * src/: classes/form.C, include/pa_common.h,
                   3339:          include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
                   3340:          types/pa_vform.h: - supports body with PUT method as well ( new
                   3341:          feature: #1006 )
                   3342: 
                   3343:        * src/classes/file.C: - warnings war
                   3344: 
                   3345: 2015-01-11  misha
                   3346: 
                   3347:        * tests/300.html: - test for ^hash.delete[] is added
                   3348: 
                   3349:        * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
                   3350:          feature: #989 ) - tiny optimization in intersects
                   3351: 
                   3352: 2015-01-06  moko
                   3353: 
                   3354:        * src/types/pa_vmail.C: file names transcode added, to and cc added
                   3355:          with transcode, attachments detection fixed
                   3356: 
                   3357:        * src/main/pa_request.C: filling mail received after cgi/auto.p
                   3358:          load to allow charset switch (related to issue #996)
                   3359: 
                   3360: 2014-12-31  moko
                   3361: 
                   3362:        * src/types/pa_vmail.C: from and subject now transcoded if not
                   3363:          UTF-8 source charset (fixes issue 996)
                   3364: 
                   3365:        * src/main/pa_exception.C: fixed string from stack bug (closes
                   3366:          issue #1000)
                   3367: 
                   3368: 2014-12-11  misha
                   3369: 
                   3370:        * src/types/pa_vhashfile.C: - check if key is not empty before
                   3371:          access ( bug fix: #1005 )
                   3372: 
                   3373: 2014-11-13  misha
                   3374: 
                   3375:        * src/main/compile.y: - PC.append does not reset to false while
                   3376:          creating a new class. bugfix: #990
                   3377: 
                   3378:        * tests/299.html: - test for creation class after working with
                   3379:          partial class (create+append)
                   3380: 
                   3381:        * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
                   3382:          #995
                   3383: 
                   3384:        * tests/232.html: - test for @get[def] added
                   3385: 
                   3386: 2014-10-12  moko
                   3387: 
                   3388:        * src/lib/pcre/pcre_internal.vcproj: correct path
                   3389: 
                   3390:        * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
                   3391:          lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
                   3392:          lib/pcre/pcre_internal.vcproj, main/main.vcproj,
                   3393:          targets/apache/ApacheModuleParser3.vcproj,
                   3394:          targets/apache/ApacheModuleParser3Core.vcproj,
                   3395:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                   3396:          types/types.vcproj: project GUID inserted in *.vcproj for correct
                   3397:          conversion in newer VS versions
                   3398: 
                   3399:        * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
                   3400:          pcre_internal.vcproj added
                   3401: 
                   3402: 2014-08-28  moko
                   3403: 
                   3404:        * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
                   3405:          pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
                   3406:          and pcre_valid_utf are copied to parser3 code (fixes issue #991)
                   3407: 
                   3408: 2014-06-30  misha
                   3409: 
                   3410:        * tests/298.html: - tests for ^reflection:def[class;className]
                   3411:          added
                   3412: 
                   3413:        * src/classes/reflection.C: - ^reflection:def[class;className]
                   3414:          added ( new feature: #918 )
                   3415: 
                   3416: 2014-06-29  misha
                   3417: 
                   3418:        * src/classes/table.C: - ^table::create[unsupported data] -
                   3419:          exception comment changed to "body must be table or code" ( bug
                   3420:          fix: #951 )
                   3421: 
                   3422:        * tests/: 261.html, results/261.processed: - tests for
                   3423:          ^json:string[...;$.void[null|string]] added
                   3424: 
                   3425:        * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
                   3426:          option $.void[string|null] added to ^json:string[...] ( new
                   3427:          feature: #952 )
                   3428: 
                   3429: 2014-06-28  moko
                   3430: 
                   3431:        * src/classes/curl.C: $.charset now processed before other curl
                   3432:          options (closes issue #980)
                   3433: 
                   3434: 2014-05-23  misha
                   3435: 
                   3436:        * src/classes/json.C: - bug fix: #987
                   3437: 
                   3438: 2014-05-04  misha
                   3439: 
                   3440:        * tests/: 253.html, 253_json.txt: - test for
                   3441:          ^json:parse[$.int(false)] is added
                   3442: 
                   3443:        * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
                   3444:          default true). The option is similar to $.double(bool) but for
                   3445:          integers.
                   3446: 
                   3447: 2014-05-01  moko
                   3448: 
                   3449:        * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
                   3450:          #12 )
                   3451: 
                   3452: 2014-04-16  moko
                   3453: 
                   3454:        * src/main/pa_http.C: response-charset option should finally work
                   3455:          now (fix for issue #867)
                   3456: 
                   3457:        * src/main/pa_http.C: response-charset option should work now (fix
                   3458:          for issue #867)
                   3459: 
                   3460: 2014-03-07  moko
                   3461: 
                   3462:        * buildall: libgc moved
                   3463: 
                   3464:        * buildall: libgc moved
                   3465: 
                   3466: 2013-12-29  moko
                   3467: 
                   3468:        * src/classes/string.C: ^string:js-unescape result now tainted,
                   3469:          closes issue #966
                   3470: 
                   3471:        * tests/: 186.html, results/186.processed: ^string:js-unescape
                   3472:          result now tainted, issue #966
                   3473: 
                   3474: 2013-12-03  moko
                   3475: 
                   3476:        * src/: classes/memcached.C, types/pa_vmemcached.C,
                   3477:          types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
                   3478:          option was added for http://www.parser.ru/forum/?id=79343
                   3479: 
                   3480:        * src/classes/file.C: bugfix for
                   3481:          http://www.parser.ru/forum/?id=79337
                   3482: 
                   3483: 2013-11-05  moko
                   3484: 
                   3485:        * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
                   3486: 
                   3487:        * src/main/pa_globals.C: spelling fixed
                   3488: 
                   3489: 2013-10-29  moko
                   3490: 
                   3491:        * src/lib/json/json.vcproj: json.c -> pa_json.C
                   3492: 
                   3493:        * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
                   3494:          #892
                   3495: 
                   3496:        * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
                   3497:          lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
                   3498:          exceptions to be thrown thougth json library), related to issue
                   3499:          #892
                   3500: 
                   3501:        * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
                   3502:          related to issue #896
                   3503: 
                   3504: 2013-10-24  moko
                   3505: 
                   3506:        * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
                   3507: 
                   3508: 2013-10-23  moko
                   3509: 
                   3510:        * README: actualization
                   3511: 
                   3512: 2013-10-22  moko
                   3513: 
                   3514:        * src/targets/apache/mod_parser3.c: Adopted apache 2.4
                   3515:          compatibility patch from Sergey Kirpichev
                   3516: 
                   3517:        * tests/: 297.html, results/297.processed: non-working getter fix
                   3518:          test for issue #948
                   3519: 
                   3520:        * src/: include/pa_request.h, main/pa_request.C: Now getter is not
                   3521:          called when saving value of $match variable in ^string.match[] to
                   3522:          increase compatibility (related to issue #948).
                   3523: 
                   3524:        * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
                   3525:          usage optimization
                   3526: 
                   3527: 2013-10-21  moko
                   3528: 
                   3529:        * tests/: 182.html, results/182.processed: local path removed for
                   3530:          compatibility
                   3531: 
                   3532:        * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
                   3533:          results/244.processed, results/253.processed,
                   3534:          results/254.processed, results/275.processed,
                   3535:          results/281.processed: try_catch -> try-catch
                   3536: 
                   3537:        * tests/: 288.html, 294.html, 296.html, results/288.processed,
                   3538:          results/294.processed, results/296.processed: try_catch ->
                   3539:          try-catch
                   3540: 
                   3541: 2013-10-20  moko
                   3542: 
                   3543:        * tests/: 296.html, results/296.processed: test for xsl exception
                   3544:          for issue #938 added.
                   3545: 
                   3546:        * src/: include/pa_xml_exception.h,
                   3547:          main/pa_stylesheet_connection.C: forgotten to be replaced
                   3548:          XmlException is now replaced (once again closes issue #938)
                   3549: 
                   3550: 2013-10-19  misha
                   3551: 
                   3552:        * bin/auto.p.dist.in: - more mime-types are added
                   3553: 
                   3554: 2013-10-18  moko
                   3555: 
                   3556:        * buildall: disable clock_gettime detection to avoid librt linking
                   3557:          (which in turn depends on libpthread), related to issue #943
                   3558: 
                   3559: 2013-10-18  misha
                   3560: 
                   3561:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                   3562:          lib/smtp/smtp.vcproj, main/main.vcproj,
                   3563:          targets/apache/ApacheModuleParser3Core.vcproj,
                   3564:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                   3565:          types/types.vcproj: - new locations for libxml2 includes where
                   3566:          added to vcproj files
                   3567: 
                   3568: 2013-10-18  moko
                   3569: 
                   3570:        * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
                   3571:          fix
                   3572: 
                   3573:        * tests/: 295.html, results/295.processed: test for issue #948
                   3574:          updated
                   3575: 
                   3576:        * src/classes/table.C: hopefully last lost part for issue #948 fix.
                   3577:          :)
                   3578: 
                   3579:        * tests/: 295.html, results/295.processed: test for issue #948
                   3580:          added
                   3581: 
                   3582:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   3583:          include/pa_request.h, types/pa_method.h: for getters and setters
                   3584:          to be executed request.put_element should be called, not
                   3585:          context.put_element (fixes issue #948)
                   3586: 
                   3587: 2013-10-17  moko
                   3588: 
                   3589:        * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
                   3590:          LIBXML2_NEW_BUFFER check (closes issue #943)
                   3591: 
                   3592:        * buildall: libxml 2.9.1 build is broken --without-reader.
                   3593: 
                   3594: 2013-10-16  moko
                   3595: 
                   3596:        * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
                   3597: 
                   3598:        * tests/: 294.html, results/294.processed: test for issue #938
                   3599: 
                   3600:        * src/: classes/xdoc.C, classes/xnode.C,
                   3601:          include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
                   3602:          now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
                   3603: 
                   3604:        * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
                   3605:          libxslt-1.1.26 -> libxslt-1.1.28
                   3606: 
                   3607:        * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
                   3608:          main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
                   3609:          to '?', related to issue #938
                   3610: 
                   3611: 2013-10-15  moko
                   3612: 
                   3613:        * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
                   3614:          main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
                   3615:          minor optimizations (closes issue #896)
                   3616: 
                   3617:        * tests/results/: 292.processed, 293.processed: results updated to
                   3618:          comply with issue #896
                   3619: 
                   3620:        * tests/: 292.html, 293.html, results/292.processed,
                   3621:          results/293.processed: tests for json escaping
                   3622: 
                   3623: 2013-10-14  moko
                   3624: 
                   3625:        * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
                   3626:          and cleanup, code moved from .h to .C, no changes in code
                   3627: 
                   3628: 2013-10-12  moko
                   3629: 
                   3630:        * tests/results/119.processed: updated test result commited
                   3631: 
                   3632:        * tests/: 291.html, results/291.processed: test for issue #894
                   3633:          added
                   3634: 
                   3635:        * src/types/pa_wcontext.h: base methods call support function
                   3636:          get_somebody_entered_some_class should not be true forever, as
                   3637:          wcontext can have many get_elements calls (fixes issue #894)
                   3638: 
                   3639: 2013-10-11  moko
                   3640: 
                   3641:        * tests/: 290.html, results/290.processed: test for junction GPF
                   3642:          issue #942 added
                   3643: 
                   3644:        * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
                   3645:          to native method fixed (closes issue #942)
                   3646: 
                   3647:        * tests/: 158.html, results/158.processed: test for csv-string[]
                   3648:          added
                   3649: 
                   3650:        * src/classes/table.C: minor fixes for table.csv-string[] (closes
                   3651:          feature #907)
                   3652: 
                   3653:        * src/classes/table.C: ^table.csv-string[] from misha@ (implements
                   3654:          feature #907)
                   3655: 
                   3656: 2013-10-09  moko
                   3657: 
                   3658:        * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
                   3659:          types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
                   3660:          types/pa_vstateless_class.C: GET_default, SET_default now works
                   3661:          properly not only in objects, but in classes as well (closes
                   3662:          issue #903)
                   3663: 
                   3664:        * tests/: 289.html, results/289.processed: GET/SET_default now
                   3665:          works in classes, not only objects, test case added, related to
                   3666:          issue #903
                   3667: 
                   3668:        * tests/: 288.html, results/288.processed: test for endless
                   3669:          recursion bug added (related to issue #903)
                   3670: 
                   3671: 2013-10-05  moko
                   3672: 
                   3673:        * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
                   3674:          classes/table.C, main/execute.C, types/pa_method.h,
                   3675:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   3676:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   3677:          types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
                   3678:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
                   3679:          types/pa_vmemcached.h, types/pa_vmethod_frame.h,
                   3680:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   3681:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   3682:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   3683:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
                   3684:          optimization: put_element no longer has "bool areplace" argument,
                   3685:          related to issue #903
                   3686: 
                   3687: 2013-10-03  moko
                   3688: 
                   3689:        * tests/results/182.processed: result for $.replace(false) test
                   3690:          commited
                   3691: 
                   3692:        * src/classes/date.C: ^date::create(number) processed correctly
                   3693:          (fixes issue #901)
                   3694: 
                   3695:        * src/classes/image.C: as_no_junction removed, as param can be
                   3696:          expression (closes issue #931)
                   3697: 
                   3698:        * tests/233.html: test for issue #931 added
                   3699: 
                   3700: 2013-10-02  moko
                   3701: 
                   3702:        * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
                   3703:          modified, test for $.replace(false) added
                   3704: 
                   3705:        * src/main/compile_tools.h: forgotten class replace returned. :)
                   3706: 
                   3707: 2013-09-30  moko
                   3708: 
                   3709:        * tests/: 141.html, results/141.processed: md5 tainting test added
                   3710: 
                   3711:        * src/: classes/op.C, include/pa_request.h, main/compile.y,
                   3712:          main/compile_tools.h, main/pa_request.C: allow_class_replace
                   3713:          implemented; $.replace option added to ^process and ^use
                   3714: 
                   3715: 2013-08-27  moko
                   3716: 
                   3717:        * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
                   3718:          cstr_to_string_body_untaint should be called with charsets for
                   3719:          possible uri language and connection for possible sql language.
                   3720:          related to issue #857
                   3721: 
                   3722:        * buildall: and -> or fixed
                   3723: 
                   3724: 2013-08-26  moko
                   3725: 
                   3726:        * buildall: prepare_ functions logic changed to support
                   3727:          gc-7.2d.tar.gz extracting to gc-7.2 directory
                   3728: 
                   3729: 2013-08-23  moko
                   3730: 
                   3731:        * src/include/pa_config_fixed.h: gc and xml libs are now linked
                   3732:          statically
                   3733: 
                   3734: 2013-08-22  moko
                   3735: 
                   3736:        * src/classes/string.C: String::Empty used (related to issue #912)
                   3737:          append_know_length removed (related to old GPF bug)
                   3738: 
                   3739: 2013-08-21  moko
                   3740: 
                   3741:        * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
                   3742: 
                   3743:        * src/classes/math.C: ^math:digest[...;$file] support added
                   3744:          (related to ticket #857
                   3745: 
                   3746:        * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
                   3747:          implemented
                   3748: 
                   3749:        * src/types/pa_vhashfile.h: warning war
                   3750: 
                   3751:        * src/: classes/json.C, classes/op.C, include/pa_hash.h,
                   3752:          include/pa_request.h, main/pa_request.C, types/pa_value.h:
                   3753:          anti_endless_json_string_recoursion removed from request;
                   3754:          json_string_recoursion added to json_options; $.indent[indent
                   3755:          value] now supported and passed within recoursion closes feature
                   3756:          #937
                   3757: 
                   3758:        * tests/: 287.html, results/287.processed: test for feature #937
                   3759: 
                   3760: 2013-07-31  moko
                   3761: 
                   3762:        * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
                   3763:          compilation having #define _S
                   3764: 
                   3765:        * src/main/pa_globals.C: cleanup
                   3766: 
                   3767: 2013-07-30  moko
                   3768: 
                   3769:        * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
                   3770:          main/pa_common.C: vs2003 warning war
                   3771: 
                   3772:        * src/lib/json/: json.c, pa_json.C: vs2003 warning war
                   3773: 
                   3774:        * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
                   3775: 
                   3776:        * src/lib/md5/pa_sha2.c: warning war
                   3777: 
                   3778: 2013-07-29  moko
                   3779: 
                   3780:        * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
                   3781:          patches from github
                   3782: 
                   3783:        * src/: classes/bool.C, classes/double.C, classes/int.C,
                   3784:          classes/memcached.C, include/pa_config_includes.h,
                   3785:          types/pa_vfile.C, types/pa_vfile.h: warning war
                   3786: 
                   3787:        * src/lib/json/json.vcproj: C++ -> C
                   3788: 
                   3789:        * src/lib/json/: json.c, pa_json.C: C++ warning revert
                   3790: 
                   3791:        * src/lib/json/: json.c, pa_json.C: windows compatibility
                   3792: 
                   3793:        * src/lib/json/: json.c, pa_json.C: windows compatibility
                   3794: 
                   3795:        * src/lib/json/: json.c, pa_json.C: warning war
                   3796: 
                   3797:        * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
                   3798: 
                   3799:        * src/include/pa_config_fixed.h: uint16_t added
                   3800: 
                   3801:        * configure.in: uint16_t check added
                   3802: 
                   3803:        * src/: classes/json.C, lib/json/JSON_parser.C,
1.116     moko     3804:          lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
                   3805:          lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
                   3806:          lib/json/pa_json.h: JSON_parser with non-free licence is replaced
                   3807:          with similar GPL licenced libjson (fixes issue #892)
1.95      moko     3808: 
                   3809: 2013-07-25  moko
                   3810: 
                   3811:        * parser3.sln: dependencies added
                   3812: 
                   3813:        * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
                   3814:          src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
                   3815:          module support
                   3816: 
                   3817:        * src/targets/apache/mod_parser3_core.C: win32 cleanup
                   3818: 
                   3819:        * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
                   3820: 
                   3821: 2013-07-23  moko
                   3822: 
                   3823:        * src/: include/pa_memory.h, main/pa_memory.C: non-working
                   3824:          PA_DEBUG_GC_MEMORY removed
                   3825: 
                   3826:        * src/: main/pa_globals.C, targets/cgi/parser3.C:
                   3827:          PA_DEBUG_DISABLE_GC compilation fix
                   3828: 
                   3829:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   3830:          main/pa_request.C: outdated RESOURCES_DEBUG removed
                   3831: 
                   3832:        * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
                   3833:          garbage cleanup
                   3834: 
                   3835:        * src/main/pa_common.C: warning war
                   3836: 
                   3837:        * src/: include/pa_http.h, main/pa_http.C: headers cleanup
                   3838: 
                   3839:        * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
                   3840:          minor cleanup
                   3841: 
                   3842:        * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
                   3843:          uses cygwin, not WIN32 implementation
                   3844: 
                   3845:        * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
                   3846:          able to exec shell scripts
                   3847: 
                   3848:        * src/classes/math.C: ifdef WIN32 cleanup
                   3849: 
                   3850:        * src/types/pa_vmemcached.C: LT_MODULE_EXT used
                   3851: 
                   3852:        * bin/auto.p.dist.in: libpq.so -> libpq.
                   3853: 
                   3854:        * src/classes/curl.C: LT_MODULE_EXT used
                   3855: 
                   3856:        * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
                   3857: 
                   3858: 2013-07-22  moko
                   3859: 
                   3860:        * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
                   3861:          includes fix
                   3862: 
                   3863:        * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
                   3864: 
                   3865:        * configure.in, src/include/pa_config_includes.h,
                   3866:          src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
                   3867:          src/main/pa_exec.C: includes cleanup
                   3868: 
                   3869:        * src/targets/cgi/parser3.C: 2012->2013
                   3870: 
                   3871:        * src/include/pa_version.h: 3.4.2 -> 3.4.3b
                   3872: 
                   3873:        * configure.in, src/include/pa_config_includes.h,
                   3874:          src/include/pa_http.h, src/lib/json/JSON_parser.h,
                   3875:          src/main/pa_random.C, src/main/pa_socks.C,
                   3876:          src/types/pa_vstatus.C: cygwin support cleanup
                   3877: 
                   3878:        * configure.in: dirent.h check added
                   3879: 
                   3880:        * src/: include/pa_config_includes.h, include/pa_dir.h,
                   3881:          main/pa_dir.C: includes cleanup, dirent.h check added filePath
                   3882:          not copied
                   3883: 
                   3884: 2013-07-21  moko
                   3885: 
                   3886:        * src/lib/cord/cord.vcproj: unused cordprnt.c removed
                   3887: 
                   3888:        * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
                   3889:          parser3.vcproj: unused getopt.h / getopt.c removed
                   3890: 
                   3891:        * operators.txt, src/classes/file.C, tests/022.html,
                   3892:          tests/results/022.processed: ^file:list[path][$.filter[regexp]
                   3893:          $.stat(true)] usage commented
                   3894: 
                   3895:        * configure.in, src/classes/file.C, src/include/pa_dir.h,
                   3896:          src/main/pa_dir.C: ^file:list[] now has dir column and when
                   3897:          $.stat(true) it has size/*date columns modified patch from misha@
                   3898:          that closes issue #914.
                   3899: 
                   3900:        * src/: include/pa_config_includes.h, main/pa_globals.C:
                   3901:          PA_RELEASE_ASSERTS removed
                   3902: 
                   3903:        * src/lib/md5/pa_md5c.c: minor cleanup
                   3904: 
                   3905:        * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
                   3906:          localeconv()->decimal_point usage remoed (related to issue #934)
                   3907: 
                   3908:        * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
                   3909:          cordprnt.c removed
                   3910: 
                   3911:        * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
                   3912:          pa-include/pa_errno.h, pa-include/pa_file_io.h,
                   3913:          pa-include/pa_strings.h: includes cleanup
                   3914: 
                   3915:        * src/lib/md5/pa_md5c.c: headers cleanup
                   3916: 
                   3917: 2013-07-20  moko
                   3918: 
                   3919:        * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
                   3920:          cleanup
                   3921: 
                   3922: 2013-07-19  moko
                   3923: 
                   3924:        * src/classes/math.C: extern "C" added for crypt
                   3925: 
                   3926: 2013-07-18  moko
                   3927: 
                   3928:        * src/classes/math.C: fix redhat7.2 build
                   3929: 
                   3930: 2013-07-17  moko
                   3931: 
                   3932:        * configure.in, src/include/pa_config_includes.h,
                   3933:          src/include/pa_config_fixed.h: headers actualized (inttypes.h
                   3934:          added for uint8/32/64_t)
                   3935: 
                   3936:        * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
                   3937:          pa_config_includes.h used for uint32/64_t
                   3938: 
                   3939: 2013-07-16  moko
                   3940: 
                   3941:        * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
                   3942:          types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
                   3943:          war
                   3944: 
                   3945:        * src/main/compile.tab.C: compile.y was updated
                   3946: 
                   3947:        * src/main/compile.y: warning war
                   3948: 
                   3949:        * src/: include/pa_exception.h, main/pa_exception.C,
                   3950:          main/pa_xml_exception.C: warning war
                   3951: 
                   3952:        * src/: include/pa_common.h, main/pa_common.C: warning war
                   3953: 
                   3954:        * configure.in: beauty :)
                   3955: 
                   3956:        * tests/: 141.html, results/141.processed: sha256/512 added
                   3957: 
                   3958: 2013-07-13  moko
                   3959: 
                   3960:        * src/lib/md5/md5.vcproj: sha2 added
                   3961: 
                   3962:        * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
                   3963:          classes/math.C: sha2 support (sha256/sha512 digest)
                   3964: 
                   3965: 2013-07-08  moko
                   3966: 
                   3967:        * src/classes/image.C: directory read or other read problem message
                   3968:          fixed (related to issue #933)
                   3969: 
                   3970: 2013-07-07  moko
                   3971: 
                   3972:        * bin/auto.p.dist.in: windows-1251 commented to remove auto.p
                   3973:          dependense from $charsetsdir directory existance and content (and
                   3974:          UTF-8 is default allready)
                   3975: 
                   3976:        * AUTHORS: + misha + moko. :)
                   3977: 
                   3978: 2013-07-06  moko
                   3979: 
                   3980:        * src/: classes/curl.C, include/pa_globals.h,
                   3981:          include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
                   3982:          main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
                   3983:          for lt_dlinit to be called once and lt_dlexit called at right
                   3984:          place (related to issue #925)
                   3985: 
                   3986: 2013-07-04  moko
                   3987: 
                   3988:        * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
                   3989:          VString::as_vfile now uses vfile.set_binary_string to avoid
                   3990:          content-type to be set, as it brokes badly designed logic in
                   3991:          response output. This hopefully finishes issue #928.
                   3992: 
                   3993:        * tests/results/: 256.processed, 286.processed: file now displayed
                   3994:          as name, size, mode, content-type
                   3995: 
                   3996:        * src/main/pa_common.C: read error now reported cottectly (fixes
                   3997:          issue #933
                   3998: 
                   3999: 2013-06-28  moko
                   4000: 
                   4001:        * tests/: 286.html, results/286.processed: test extended
                   4002: 
                   4003:        * tests/: 286.html, results/286.processed: Test for issue #928
                   4004:          added.  it tests default content-type change.
                   4005: 
                   4006:        * src/types/pa_vfile.C: closes issue #928 - default content-type
                   4007:          now updated
                   4008: 
                   4009: 2013-06-25  moko
                   4010: 
                   4011:        * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
                   4012:          content-type for text/binary files without name added;
                   4013:          ^file::create[$f;...] options now works properly and $f
                   4014:          properties are default (fixes issue #928)
                   4015: 
                   4016: 2013-05-16  misha
                   4017: 
                   4018:        * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
                   4019:          added
                   4020: 
                   4021:        * src/main/pa_table.C: - a tiny memory optimisation while creating
                   4022:          table if specified limit is bigger than source rows count
                   4023: 
                   4024:        * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
                   4025:          added ( new feature: #858 )
                   4026: 
                   4027: 2013-04-29  moko
                   4028: 
                   4029:        * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
                   4030:          $.ipresolve(0|1|2) added (closes issue #891)
                   4031: 
                   4032:        * src/lib/curl/curl.h: CURL_IPRESOLVE added
                   4033: 
                   4034: 2013-04-24  moko
                   4035: 
                   4036:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                   4037:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
                   4038:          types/pa_vmemcached.h: ^memcache.release[] added, calls
                   4039:          memcached_quit (refs #893)
                   4040: 
                   4041: 2013-04-22  moko
                   4042: 
                   4043:        * src/: include/pa_string.h, main/pa_common.C: no more double
                   4044:          slashes in file path (fixes bug #872)
                   4045: 
                   4046:        * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
                   4047:          CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
                   4048:          #739)
                   4049: 
                   4050:        * tests/results/266.processed: $.max_params added (feature #915)
                   4051: 
                   4052:        * src/: include/pa_common.h, main/pa_http.C: response-charset
                   4053:          option added to file::load (closes issue #867)
                   4054: 
                   4055: 2013-04-20  misha
                   4056: 
                   4057:        * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
                   4058:          commited
                   4059: 
                   4060: 2013-03-15  misha
                   4061: 
                   4062:        * src/classes/: hash.C, table.C: - Optimisation: do not create
                   4063:          multiple empty strings while ::sql. uae String::Empty instead
                   4064: 
                   4065: 2013-03-14  misha
                   4066: 
                   4067:        * src/classes/reflection.C: - for user classes
                   4068:          ^reflection:method_info[] returns $.max_params and $.extra_param
                   4069:          with $.call_type if they available ( new feature: #915 )
                   4070: 
                   4071:        * src/classes/file.C: - ^file:delete[] now supports an option
                   4072:          $.exception(false) that suppress any exception while deleting
                   4073:          file ( new feature: #916 )
                   4074: 
                   4075:        * src/classes/curl.C: - parsing cookies after curl:load now should
                   4076:          work :)
                   4077: 
                   4078: 2013-03-12  misha
                   4079: 
                   4080:        * src/types/pa_vfile.C: - if specified file_name is empty string
                   4081:          set default name for the file
                   4082: 
                   4083: 2013-03-11  misha
                   4084: 
                   4085:        * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
                   4086:          also available in $f.cookies
                   4087: 
                   4088:        * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
                   4089:          moved to a separate method
                   4090: 
                   4091: 2013-03-10  moko
                   4092: 
                   4093:        * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
                   4094:          added
                   4095: 
                   4096:        * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
                   4097:          removed (declared by autoconf)
                   4098: 
                   4099:        * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
                   4100:          uint32_t define
                   4101: 
                   4102: 2013-03-10  misha
                   4103: 
                   4104:        * src/classes/file.C: ^file:delete and ^file:move now support
                   4105:          option $.keep-empty-dirs(true) ( new feature: #884 )
                   4106: 
                   4107:        * src/: include/pa_common.h, main/pa_common.C: - option for keeping
                   4108:          empty dirs is added
                   4109: 
                   4110: 2013-03-10  moko
                   4111: 
                   4112:        * src/classes/: bool.C, double.C, int.C: default can be present,
                   4113:          but default check removed from ^int/double/bool.int/double/bool
                   4114:          for string.int/double/bool compatibility (related to issue #913)
                   4115: 
                   4116:        * src/classes/string.C: ^string.int/dobule/bool no longer
                   4117:          internally throws exception if default is present (closes issue
                   4118:          #913)
                   4119: 
                   4120: 2013-03-09  misha
                   4121: 
                   4122:        * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
                   4123:          optimisations ( #845 )
                   4124: 
                   4125:        * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
                   4126: 
                   4127: 2013-03-08  moko
                   4128: 
                   4129:        * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
                   4130:          creates correct table (fixes issue #910)
                   4131: 
                   4132:        * src/classes/op.C: r.connection() -> r.connection(false) to allow
                   4133:          use outside of 'connect' operator (fixes issue #911)
                   4134: 
                   4135:        * tests/results/: 096.processed, 122.processed: test results
                   4136:          updated as doubles now printed with 15 significant digits, not 5
                   4137:          (fixes issue #882)
                   4138: 
                   4139:        * src/types/pa_vdouble.h: %.15g now used to format doubles instead
                   4140:          of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
                   4141: 
                   4142: 2013-02-21  moko
                   4143: 
                   4144:        * src/classes/table.C: _locate_name_value does not check arguments
                   4145:          count, so we check it in advance (fixes issue #905)
                   4146: 
                   4147: 2012-10-23  moko
                   4148: 
                   4149:        * buildall: old shell for and echo compatibility (for six)
                   4150: 
                   4151: 2012-10-19  moko
                   4152: 
                   4153:        * buildall: --strip added --disable-safe-mode listed in usage
                   4154: 
                   4155: 2012-10-17  misha
                   4156: 
                   4157:        * src/classes/op.C: - apply-taint should not throw "outside
                   4158:          connect" exception with sql lang now
                   4159: 
                   4160: 2012-10-17  moko
                   4161: 
                   4162:        * src/main/pa_request.C: bugfix: safe mode should be inited for
                   4163:          each request (for apache module)
                   4164: 
                   4165: 2012-09-26  moko
                   4166: 
                   4167:        * src/doc/doxygen.cfg: png -> svg
                   4168: 
                   4169: 2012-09-25  moko
                   4170: 
                   4171:        * tests/: 141.html, results/141.processed: md5 hmac added, long key
                   4172:          test added
                   4173: 
                   4174:        * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
                   4175:          double use when key is long
                   4176: 
                   4177: 2012-09-16  moko
                   4178: 
                   4179:        * src/classes/math.C: Format -> Method Encode -> Format
                   4180: 
                   4181:        * tests/: 141.html, results/141.processed: math:digest hmac test
                   4182:          added
                   4183: 
                   4184: 2012-09-14  moko
                   4185: 
                   4186:        * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
                   4187:          ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
                   4188:          implementation added
                   4189: 
                   4190: 2012-09-12  moko
                   4191: 
                   4192:        * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
                   4193:          targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
                   4194:          targets.dox and string.dox slightly actualized
                   4195: 
                   4196: 2012-08-31  moko
                   4197: 
                   4198:        * ChangeLog: now generated with patched cvs2cl.pl
                   4199: 
                   4200: 2012-07-29  moko
                   4201: 
                   4202:        * tests/285.html, src/main/execute.C, tests/results/285.processed:
                   4203:          result should be pushed after VMethodFrame destructor is called,
                   4204:          as it deletes junctions from stack params (fixes issue #868)
                   4205: 
                   4206: 2012-07-23  moko
                   4207: 
                   4208:        * INSTALL, README: buildall script usage documented, other outdated
                   4209:          info updated.
                   4210: 
                   4211:        * buildall-with-xml, buildall-without-xml: replaced by buildall
                   4212: 
                   4213: 2012-07-21  moko
                   4214: 
                   4215:        * buildall: glib does not compile when threads are disabled...
                   4216: 
                   4217:        * src/types/pa_vmail.C: g_assertion fixes for empty input
                   4218: 
                   4219:        * src/types/pa_vmail.C: yet another fix (strange GPF on object
                   4220:          unref, can't unref nested objects)
                   4221: 
                   4222:        * src/types/pa_vmail.C: another check added
                   4223: 
                   4224: 2012-07-19  moko
                   4225: 
                   4226:        * buildall: usage added
                   4227: 
                   4228:        * buildall: new buildall script that unites buildall-with-xml,
                   4229:          buildall-without-xml, --with-apache and --with-mailreceive
                   4230: 
                   4231:        * configure.in: support for static gmime and dynamic glib linking.
                   4232:          fixes for FreeBSD
                   4233: 
                   4234: 2012-07-17  moko
                   4235: 
                   4236:        * configure.in: --with-mailreceive replaced
                   4237:          --with-static-mailreceive and --with-shared-mailreceive pathlink
                   4238:          removed
                   4239: 
                   4240: 2012-07-16  moko
                   4241: 
                   4242:        * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
                   4243:          capitalized, content now decoded and text content converted to
                   4244:          $request:charset.  all properties are accessed by functions, this
                   4245:          ready for dynamic load.
                   4246: 
                   4247: 2012-06-28  moko
                   4248: 
1.116     moko     4249:        * src/targets/apache/Makefile.am: fix for apache cflags for Linux
                   4250:          32 bit
1.95      moko     4251: 
                   4252: 2012-06-27  moko
                   4253: 
                   4254:        * buildall-with-xml, buildall-without-xml: fetch requires -p for
                   4255:          passive ftp
                   4256: 
                   4257:        * src/lib/ltdl/ltdl.vcproj: release build fixed
                   4258: 
                   4259:        * configure.in: 3.4.2 RC -> 3.4.2
                   4260: 
                   4261: 2012-06-22  moko
                   4262: 
                   4263:        * src/types/pa_vfile.C: returned empty mode to stated files (issue
                   4264:          #815)
                   4265: 
                   4266:        * tests/: 284.html, results/284.processed: output options test
                   4267:          (feature #265)
                   4268: 
                   4269: 2012-06-22  misha
                   4270: 
                   4271:        * tests/215.html: - little changes
                   4272: 
                   4273: 2012-06-21  moko
                   4274: 
                   4275:        * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
                   4276:          types/pa_vxdoc.h: output_options returned and used (bugfix for
                   4277:          feature #265)
                   4278: 
                   4279:        * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
                   4280:          breaks long .*, default 10M restored. (issue #216)
                   4281: 
                   4282:        * tests/: 283.html, results/283.processed: test for issue #815
                   4283:          added
                   4284: 
                   4285:        * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
                   4286:          again, cstrm not required.
                   4287: 
                   4288:        * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
                   4289:          Win32 and broken FreeBSD (issue #45)
                   4290: 
                   4291:        * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
                   4292: 
                   4293:        * src/main/pa_string.C: warnings war
                   4294: 
                   4295:        * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
                   4296:          lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
                   4297:          main/pa_socks.C, targets/apache/pa_threads.C,
                   4298:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   4299:          types/pa_vstatus.C: compilation under cygwin fixed
                   4300: 
                   4301: 2012-06-19  moko
                   4302: 
                   4303:        * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
                   4304:          Windows fixed
                   4305: 
                   4306:        * parser3.sln: removed antique pcre_ctype
                   4307: 
                   4308:        * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
                   4309: 
                   4310:        * src/include/pa_config_fixed.h: undefined reference to
                   4311:          __imp__pcre_* fix for Windows
                   4312: 
                   4313:        * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.116     moko     4314:          lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
                   4315:          pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
                   4316:          (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
                   4317:          define fixed
1.95      moko     4318: 
                   4319: 2012-06-18  moko
                   4320: 
                   4321:        * src/classes/memcached.C: flush -> clear
                   4322: 
                   4323:        * src/classes/memcached.C: memcached does not support quotes even
                   4324:          in server name
                   4325: 
                   4326:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                   4327:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
                   4328:          called on open to check servers existance.  $.key(true) syntax
                   4329:          now supported
                   4330: 
                   4331: 2012-06-17  moko
                   4332: 
                   4333:        * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
                   4334:          cleanup
                   4335: 
                   4336:        * src/classes/table.C, tests/282.cfg, tests/282.html,
                   4337:          tests/results/282.processed: encloser at the EOF bug fixed,
                   4338:          incorrectly enclosed data now processed more logicaly (fixes
                   4339:          #339)
                   4340: 
                   4341: 2012-06-15  moko
                   4342: 
                   4343:        * buildall-without-xml: sync with buildall-with-xml
                   4344: 
                   4345:        * buildall-with-xml: download auto-detected between fetch and curl
                   4346: 
                   4347:        * configure.in: --with-gc and --with-pcre now also processed
                   4348:          correctly
                   4349: 
1.116     moko     4350:        * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
                   4351:          aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
                   4352:          should be run on rol1 using automake / aclocal (GNU automake)
                   4353:          1.11.1 autoconf (GNU Autoconf) 2.68
1.95      moko     4354: 
                   4355:        * configure.in: new PARSER_VERSION logic
                   4356: 
                   4357:        * src/include/pa_version.h: new pa_version.h logic
                   4358: 
                   4359:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                   4360:          classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
                   4361:          types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
                   4362:          feols_normalized -> fis_text_content set_binary added
                   4363: 
                   4364:        * src/targets/cgi/parser3.C: gcc compilation warnings fixed
                   4365: 
                   4366: 2012-06-15  misha
                   4367: 
                   4368:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                   4369:          classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
                   4370:          types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
                   4371:          ^file::create[text;content] EOLs in content now is normalized. (
                   4372:          new feature: #815 )
                   4373: 
                   4374: 2012-06-15  moko
                   4375: 
                   4376:        * configure.in: --disable-version-update added to disable version
                   4377:          update with host information (for debian package) whitespace
                   4378:          optimized
                   4379: 
                   4380:        * configure.in: version changed to 3.4.2 RC no-pic added for
                   4381:          libtool
                   4382: 
                   4383:        * src/include/pa_version.h: Nice pa_version.h default. Please keep
                   4384:          it.
                   4385: 
                   4386: 2012-06-14  moko
                   4387: 
                   4388:        * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
                   4389:          tests/results/281.processed: "hash flocked" error removed for
                   4390:          safe operations like ^h._count[] ( new feature: #335 )
                   4391: 
1.116     moko     4392:        * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95      moko     4393: 
                   4394:        * buildall-with-xml, buildall-without-xml: --with-static -> --with
                   4395: 
                   4396:        * configure.in: --with-static/shared xml replaced with --with-xml,
                   4397:          xml compilation check added
                   4398: 
                   4399:        * configure.in: --with-static/shared-gc, --with-static-pcre are
                   4400:          replaced with --with-gc and --with-pcre test for pcre linking
                   4401:          added
                   4402: 
                   4403: 2012-06-13  moko
                   4404: 
                   4405:        * configure.in: apxs2 check optimized
                   4406: 
                   4407:        * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
                   4408:          .la, includes optimized
                   4409: 
                   4410:        * buildall-with-xml: --with-pic looks better for -fPIC
                   4411: 
                   4412:        * configure.in: switched to convenience library in static linking
                   4413: 
                   4414:        * src/targets/apache/Makefile.am: switched to convenience library
                   4415:          usage to avoid libtool warnings
                   4416: 
                   4417:        * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
                   4418:          md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
                   4419:          smtp/Makefile.am: switched to convenience library usage
                   4420: 
                   4421:        * src/sql/Makefile.am: pa_sql_driver.h should be in includes
                   4422: 
                   4423:        * src/targets/apache/Makefile.am: updated for libtool usage
                   4424: 
                   4425:        * bin/auto.p.dist.in: .cfg removed from charset names.
                   4426: 
                   4427:        * buildall-without-xml: --with-included-ltdl added
                   4428: 
                   4429:        * buildall-without-xml: sync with buildall-with-xml
                   4430: 
                   4431:        * buildall-with-xml: --with-included-ltdl added $cflags added for
                   4432:          -fPIC for x64 $download added for wget success check added
                   4433: 
                   4434:        * buildall-without-xml: --with-dynamic-stdcpp removed
                   4435: 
                   4436:        * configure.in: disable-static returned
                   4437: 
                   4438:        * src/targets/cgi/Makefile.am: Automake 1.9 does not support
                   4439:          LIBTOOLFLAGS
                   4440: 
                   4441: 2012-06-12  moko
                   4442: 
                   4443:        * configure.in, src/targets/cgi/Makefile.am: disable-static not
                   4444:          compatible with LIBTOOLFLAGS for unknown reasons
                   4445: 
                   4446:        * buildall-with-xml: --with-dynamic-stdcpp removed
                   4447: 
                   4448:        * configure.in: static/dynamic -lstdc++ linking option removed
                   4449:          apxs2 check added
                   4450: 
                   4451:        * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
                   4452:          option removed
                   4453: 
                   4454: 2012-06-10  moko
                   4455: 
                   4456:        * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
                   4457:          added
                   4458: 
                   4459:        * src/targets/cgi/pp3.cmd: old PAF stuff
                   4460: 
1.116     moko     4461:        * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
                   4462:          beauty
1.95      moko     4463: 
                   4464:        * depcomp: from libtool 2.4.2
                   4465: 
                   4466:        * configure.in: ltdl directory removed, it has correct Makefile.in
                   4467: 
                   4468: 2012-06-09  moko
                   4469: 
1.116     moko     4470:        * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
                   4471:          install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95      moko     4472:          autogenerated files updated after libtool update
                   4473: 
1.116     moko     4474:        * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
                   4475:          aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95      moko     4476:          config_auto.h.in, config_fixed.h, configure, configure.ac,
                   4477:          configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
                   4478:          lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
                   4479:          config/compile, config/config.guess, config/config.sub,
                   4480:          config/depcomp, config/install-sh, config/ltmain.sh,
                   4481:          config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
                   4482:          libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
                   4483:          libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
                   4484:          libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
                   4485:          loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
                   4486:          loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
                   4487:          m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
                   4488:          m4/lt~obsolete.m4: libtool updated to version 2.4.2
                   4489: 
                   4490:        * configure.in: preparation for new libtool
                   4491: 
                   4492:        * configure.in: Some beauty added :)
                   4493: 
                   4494:        * src/targets/apache/Makefile.am: := -> =
                   4495: 
                   4496:        * src/lib/pcre/: Makefile.am, config.h: config.h removed once
                   4497:          again. :)
                   4498: 
                   4499:        * src/include/pa_config_includes.h, configure.in: limits.h added,
                   4500:          previously was taken from pcre_internal.h. :)
                   4501: 
                   4502:        * src/lib/pcre/Makefile.am: config.h returned
                   4503: 
                   4504:        * src/lib/pcre/config.h: still need this. :)
                   4505: 
                   4506:        * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
                   4507: 
                   4508:        * configure.in: --with-charsets removed; --with-mysql-client & co
                   4509:          removed
                   4510: 
                   4511:        * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
                   4512:          now in parser tree, no need to copy
                   4513: 
                   4514:        * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
                   4515:          ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
                   4516:          pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
                   4517:          debian/patches/101_pcre.patch - local copy of pcre_internal.h
                   4518:          extracts now used old trash removed
                   4519: 
                   4520:        * bin/auto.p.dist.in: all charsets are listed, utf-8 by default,
                   4521:          rare charsets/drivers are commented, sql driver quessing removed
                   4522:          (debian/patches/103_auto_p.patch)
                   4523: 
                   4524:        * etc/parser3.charsets/Makefile.am: charsets now in share
                   4525:          (debian/patches/104_automake.patch) + all charsets are copied
                   4526: 
                   4527:        * buildall-with-xml, buildall-without-xml: curl option removed +
                   4528:          extra arguments now supported
                   4529: 
                   4530: 2012-06-08  misha
                   4531: 
                   4532:        * src/classes/table.C: - one params.as_hash usage was rolled back:
                   4533:          the 2nd option in ^table.hash[] could be hash or table so
                   4534:          .as_hash will throw an exception when table option is specified
                   4535: 
                   4536:        * src/: classes/curl.C, classes/file.C, classes/hash.C,
                   4537:          classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
                   4538:          classes/table.C, classes/void.C, classes/xdoc.C,
                   4539:          include/pa_exception.h, types/pa_vmethod_frame.C,
                   4540:          types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
                   4541:          and improved (whitespaces are allowed as empty options) -
                   4542:          MethodParams::as_table is added - above methods are used for
                   4543:          parsing methods' options ( new feature: #9 )
                   4544: 
                   4545:        * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
                   4546:          to vclass. now class fields can be accessible as a hash:
                   4547:          $h[^hash::create[$asd:CLASS]]
                   4548: 
                   4549:        * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
                   4550:          have get_fields method so their fields can be accessed with
                   4551:          ^reflection:fields[...] & ^reflection:field[...]
                   4552: 
                   4553: 2012-06-06  misha
                   4554: 
                   4555:        * tests/280.html: - tests for
                   4556:          ^reflection:method[obj-or-class;method],
                   4557:          ^reflection:field[obj-or-class;field] and
                   4558:          ^reflection:fields[obj-or-class] are added
                   4559: 
                   4560: 2012-06-05  misha
                   4561: 
                   4562:        * src/classes/reflection.C: - ^reflection:method[class or
                   4563:          object;method name] and ^reflection:field[class or object;field
                   4564:          name] are added
                   4565: 
                   4566:        * src/types/pa_vstateless_class.C: - Method::get_vjunction method
                   4567:          is used
                   4568: 
                   4569:        * src/types/pa_method.h: - Method::as_vjunction method is added
                   4570: 
                   4571: 2012-06-05  moko
                   4572: 
1.116     moko     4573:        * src/targets/Makefile.am: cgi now build with apache module
1.95      moko     4574: 
                   4575:        * src/classes/memcached.C: flish ttl fixed
                   4576: 
                   4577: 2012-06-04  moko
                   4578: 
                   4579:        * src/classes/json.C, src/classes/op.C, tests/279.html,
                   4580:          tests/results/279.processed: ^json:parse[] now supports $.taint
                   4581:          option (new feature #833)
                   4582: 
                   4583: 2012-06-04  misha
                   4584: 
                   4585:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
                   4586:          - search_stop method was moved from pa_vcookie.C to pa_common.C
                   4587: 
                   4588: 2012-06-03  misha
                   4589: 
                   4590:        * src/main/pa_http.C: - ^file:load[...;http://...] - all received
                   4591:          cookies are parced and stored into $.cookies ( new feature: #31 )
                   4592: 
                   4593: 2012-05-30  misha
                   4594: 
                   4595:        * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
                   4596:          incomplete class into a scope while @USE is found
                   4597: 
                   4598:        * src/main/compile.y: - add incomplete class into a scope while
                   4599:          @USE and @CLASS instructions are found ( bugfix: #838 )
                   4600: 
                   4601: 2012-05-30  moko
                   4602: 
                   4603:        * src/types/pa_vclass.C, tests/278.html,
                   4604:          tests/results/278.processed: removed "property has no getter
                   4605:          method" exception when GET_DEFAULT present (fixes #269)
                   4606: 
                   4607:        * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
                   4608:          $._default
                   4609: 
                   4610: 2012-05-29  moko
                   4611: 
                   4612:        * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
                   4613:          uninitialized values usage (new feature: #154)
                   4614: 
                   4615: 2012-05-28  moko
                   4616: 
                   4617:        * tests/277.html, src/classes/json.C, src/classes/reflection.C,
                   4618:          src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
                   4619:          src/types/pa_vdate.h, src/types/pa_vdouble.h,
                   4620:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
                   4621:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   4622:          src/types/pa_vstring.h, src/types/pa_vtable.C,
                   4623:          tests/results/277.processed, src/types/pa_vtable.h,
                   4624:          src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
                   4625:          ^json:string[$o; $.default[$method]] implemented for VObject (new
                   4626:          feature #803)
                   4627: 
                   4628:        * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
                   4629:          tests/results/277.processed: json numbers are now treated as
                   4630:          double ( new feature: #834 )
                   4631: 
                   4632:        * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
                   4633:          main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
                   4634:          added for out of range checks, zero division in vint/vdouble
                   4635:          check added ( fixes #832 )
                   4636: 
                   4637:        * tests/: 275.html, results/275.processed: tests for pa_atoui added
                   4638:          ( fixes #832 )
                   4639: 
                   4640: 2012-05-28  misha
                   4641: 
                   4642:        * buildall-with-xml: - --without-lzma option is added to libxml2
                   4643:          configure
                   4644: 
                   4645:        * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
                   4646:          added - tests for unsupported values for options $.file, $.table
                   4647:          and $.date are added
                   4648: 
                   4649:        * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
                   4650:          accepts "stat" $.file[] option's value in addition to existed
                   4651:          "text" and "base64" ( new feature: #835 )
                   4652: 
                   4653:        * tests/276.html: - test for
                   4654:          ^reflection:delete[$object-or-class;field-name]
                   4655: 
                   4656:        * src/classes/reflection.C: -
                   4657:          ^reflection:delete[$object-or-class;field-name] is added ( new
                   4658:          feature: #268 )
                   4659: 
                   4660: 2012-05-27  misha
                   4661: 
                   4662:        * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
                   4663: 
                   4664: 2012-05-24  misha
                   4665: 
                   4666:        * src/include/pa_common.h: - method lastposafter was removed
                   4667: 
                   4668:        * src/classes/file.C: - use strrpbrk & rskipchars instead of
                   4669:          lastposafter - ^file:dirname[] & Co proper handle windows file
                   4670:          paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
                   4671:          work as *nix commands
                   4672: 
                   4673:        * src/main/pa_request.C: - use strrpbrk instead of lastposafter
                   4674: 
                   4675:        * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
                   4676:          rskipchars were added
                   4677: 
                   4678:        * tests/270.html: - more tests for ^file:find[]
                   4679: 
                   4680:        * tests/065.html: - more tests for ^file:dirname[] & Co
                   4681: 
                   4682:        * src/include/pa_version.h: - must be "win32" here. it is
                   4683:          auto-generated on *nix
                   4684: 
                   4685: 2012-05-24  moko
                   4686: 
                   4687:        * src/classes/math.C: ^math:convert[] now supports uint32 and
                   4688:          throws overflow exception ( new feature: #830 )
                   4689: 
                   4690:        * tests/: 275.html, results/275.processed: test for ^math:convert[]
                   4691:          uint32 support and overflow added ( new feature: #830 )
                   4692: 
                   4693: 2012-05-23  moko
                   4694: 
                   4695:        * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
                   4696:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
                   4697:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
                   4698:          types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
                   4699:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
                   4700:          types/pa_vregex.h, types/pa_vstateless_class.C,
                   4701:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   4702:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   4703:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
                   4704:          "return string as-is" removed from as_expr_result. ( new feature:
                   4705:          #831 )
                   4706: 
                   4707:        * tests/results/244.processed: test changed after bug #782 fix
                   4708:          commited
                   4709: 
                   4710:        * tests/results/229.processed: test results for bug #782 commited
                   4711: 
                   4712:        * tests/: 254.html, results/254.processed: uid now just compared,
                   4713:          not printed. :)
                   4714: 
                   4715: 2012-05-20  moko
                   4716: 
                   4717:        * src/classes/reflection.C: ^reflection:uid[$object] added ( new
                   4718:          feature: #341 )
                   4719: 
                   4720:        * tests/: 254.html, results/254.processed: test for
                   4721:          ^reflection:uid[] added
                   4722: 
                   4723:        * tests/: 254.html, results/254.processed: test for
                   4724:          ^reflection:uid[$obj] added
                   4725: 
                   4726: 2012-05-17  misha
                   4727: 
                   4728:        * src/main/untaint.C: - do not replace ' char by _26 while
                   4729:          exploding filespec-tainting ( new feature: #829 )
                   4730: 
                   4731: 2012-05-12  moko
                   4732: 
                   4733:        * src/types/pa_vvoid.h: is_string now also checked, but get_* -
                   4734:          not.
                   4735: 
                   4736: 2012-05-08  moko
                   4737: 
                   4738:        * src/types/pa_vmethod_frame.h: bug #782 fixed
                   4739: 
                   4740:        * tests/229.html: test for bug #782
                   4741: 
                   4742:        * tests/results/259.processed, src/main/pa_request.C,
                   4743:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   4744:          src/types/pa_vstring.h, src/types/pa_vvoid.C,
                   4745:          src/types/pa_vvoid.h: feature #154 - first empty param now
                   4746:          string; defined locals are empty strings; $STRICT-VARS(true)
                   4747:          added
                   4748: 
                   4749: 2012-04-27  moko
                   4750: 
1.116     moko     4751:        * src/targets/apache/Makefile.am:
1.95      moko     4752:          ../../lib/memcached/libmemcached.a added
                   4753: 
                   4754: 2012-04-27  misha
                   4755: 
                   4756:        * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
                   4757:          ( #827 )
                   4758: 
                   4759: 2012-04-25  moko
                   4760: 
                   4761:        * src/: classes/json.C, classes/memcached.C,
                   4762:          lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
                   4763:          types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
                   4764:          implemented.
                   4765: 
                   4766:        * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
                   4767: 
                   4768: 2012-04-23  moko
                   4769: 
                   4770:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                   4771:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
                   4772:          types/pa_vmemcached.h: open allows options hash for new
                   4773:          memcached(options) function
                   4774: 
                   4775:        * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
                   4776:          not appended
                   4777: 
                   4778: 2012-04-21  moko
                   4779: 
                   4780:        * src/classes/curl.C: '' added. :)
                   4781: 
                   4782:        * src/classes/classes.vcproj: new curl.h location
                   4783: 
                   4784:        * src/classes/curl.C: verbose output redirection from stderr to
                   4785:          file curl option added
                   4786: 
                   4787: 2012-04-20  moko
                   4788: 
                   4789:        * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
                   4790:          contains what we need from curl, #ifdef HAVE_CURL removed
                   4791: 
1.116     moko     4792:        * configure, configure.in, src/classes/Makefile.am,
1.95      moko     4793:          src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.116     moko     4794:          src/lib/Makefile.am, src/lib/curl/Makefile.am,
                   4795:          src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95      moko     4796:          configure option
                   4797: 
                   4798: 2012-04-19  moko
                   4799: 
                   4800:        * src/: classes/double.C, classes/inet.C, classes/int.C,
                   4801:          classes/string.C, lib/gc/include/gc_allocator.h,
                   4802:          types/pa_vform.C: PVS-Studio detected errors fixes, unused
                   4803:          options from sql_result_string removed. (closes issue #468)
                   4804: 
                   4805:        * src/types/pa_vmemcached.C: empty string fix
                   4806: 
                   4807:        * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
                   4808:          pa_vstring.C, pa_vstring.h: serialization helpers moved to
                   4809:          pa_vmemcached.C
                   4810: 
                   4811: 2012-04-18  moko
                   4812: 
                   4813:        * src/targets/apache/mod_parser3.c: "Parser3 module requires
                   4814:          apache2-mpm-prefork" error displayed in threaded mpm.
                   4815: 
                   4816:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
                   4817:          pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
                   4818:          installed (issue #354)
                   4819: 
                   4820: 2012-04-16  moko
                   4821: 
                   4822:        * src/types/pa_vmemcached.C: call to memcached_result_create and
                   4823:          memcached_result_free removed
                   4824: 
                   4825: 2012-04-14  moko
                   4826: 
                   4827:        * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
                   4828: 
                   4829:        * src/types/pa_vmemcached.C: check_key added and used
                   4830: 
                   4831: 2012-04-13  moko
                   4832: 
                   4833:        * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
                   4834:          types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
                   4835:          Serialization_data now added and used, VString now serialized
                   4836:          with languages into memcached.
                   4837: 
                   4838: 2012-03-28  moko
                   4839: 
                   4840:        * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
                   4841:          lib/memcached/pa_memcached.h: result lengths added
                   4842: 
                   4843: 2012-03-27  moko
                   4844: 
                   4845:        * src/types/pa_vmemcached.C: strdup added
                   4846: 
                   4847: 2012-03-24  moko
                   4848: 
                   4849:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                   4850:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
                   4851:          types/pa_vmemcached.h: memcached: mget, flush, fttl added
                   4852: 
                   4853: 2012-03-20  moko
                   4854: 
1.116     moko     4855:        * configure, configure.in: Makefiles.in updated for memcached
1.95      moko     4856: 
                   4857:        * src/targets/cgi/Makefile.am: cleanup
                   4858: 
                   4859:        * src/: types/Makefile.am, types/pa_vmemcached.C,
                   4860:          types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
                   4861: 
                   4862:        * src/: classes/Makefile.am, classes/memcached.C,
                   4863:          lib/memcached/Makefile.am, lib/memcached/constants.h,
                   4864:          lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
                   4865:          lib/memcached/types.h, lib/Makefile.am: memcached initial
                   4866: 
                   4867: 2012-03-16  moko
                   4868: 
                   4869:        * src/main/execute.C: ident now works under Linux + ident displays
                   4870:          filenames (closes issue #818)
                   4871: 
1.116     moko     4872:        * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95      moko     4873:          pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
                   4874:          pa_vmethod_frame_local.h removed
                   4875: 
                   4876:        * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
                   4877:          classes/classes.h, classes/curl.C, classes/date.C,
                   4878:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   4879:          classes/hashfile.C, classes/image.C, classes/inet.C,
                   4880:          classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
                   4881:          classes/memory.C, classes/op.C, classes/reflection.C,
                   4882:          classes/regex.C, classes/response.C, classes/string.C,
                   4883:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   4884:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   4885:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   4886:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   4887:          include/pa_dictionary.h, include/pa_dir.h,
                   4888:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   4889:          include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
                   4890:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                   4891:          include/pa_pool.h, include/pa_random.h, include/pa_request.h,
                   4892:          include/pa_request_charsets.h, include/pa_request_info.h,
                   4893:          include/pa_sapi.h, include/pa_socks.h,
                   4894:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   4895:          include/pa_stack.h, include/pa_string.h,
                   4896:          include/pa_stylesheet_connection.h,
                   4897:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   4898:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   4899:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   4900:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   4901:          lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
                   4902:          lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
                   4903:          lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
                   4904:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                   4905:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
                   4906:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   4907:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   4908:          main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
                   4909:          main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
                   4910:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   4911:          main/pa_string.C, main/pa_stylesheet_connection.C,
                   4912:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   4913:          main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
                   4914:          main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
                   4915:          targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
                   4916:          targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
                   4917:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   4918:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   4919:          types/pa_junction.h, types/pa_method.h, types/pa_property.h,
                   4920:          types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
                   4921:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   4922:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   4923:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
                   4924:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   4925:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
                   4926:          types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
                   4927:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   4928:          types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
                   4929:          types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
                   4930:          types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   4931:          types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
                   4932:          types/pa_vmethod_frame_local.h, types/pa_vobject.C,
                   4933:          types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
                   4934:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   4935:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   4936:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   4937:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   4938:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   4939:          types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
                   4940:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   4941:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
                   4942:          ident now works under Linux + ident displays filenames (closes
                   4943:          issue #818) Copyright updated
                   4944: 
                   4945: 2012-03-13  moko
                   4946: 
                   4947:        * src/main/pa_string.C: compilation fix for feature #741
                   4948: 
                   4949: 2012-03-09  misha
                   4950: 
                   4951:        * tests/193.html: - tests for ^string:base64[encoded] are updated
                   4952: 
                   4953:        * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
                   4954:          now detects invalid base64 chars in the middle of encoded stricg
                   4955:          ( new feature: #55 )
                   4956: 
                   4957:        * src/include/pa_exception.h: - new exception type for base64
                   4958:          decoding is added
                   4959: 
                   4960: 2012-03-06  misha
                   4961: 
                   4962:        * tests/274.html: - tests for ^date::today[] and
                   4963:          ^date.sql-string[datetime|date|time] are added
                   4964: 
                   4965:        * src/classes/date.C: - constructor ^date::today[] is added ( new
                   4966:          feature: #811 ) - ^date.sql-string[] now can accept one param --
                   4967:          strings "datetime", "date" or "time" - comments tidying up
                   4968: 
                   4969:        * src/types/pa_vdate.h: - get_sql_string now can print datetime,
                   4970:          date and time
                   4971: 
                   4972: 2012-03-03  misha
                   4973: 
                   4974:        * tests/193.html: - tests for
                   4975:          ^string:base64[encoded;$.strict(true)] are added
                   4976: 
                   4977:        * tests/results/auto.p: - try-catch operator is added
                   4978: 
                   4979:        * src/: classes/file.C, classes/string.C, include/pa_common.h,
                   4980:          main/pa_common.C: - $.strict(true|false) option is added to
                   4981:          base64 decode methods ( new feature: #55 )
                   4982: 
                   4983:        * src/main/pa_common.C: - base64 decode memory usage was decreased
                   4984:          ( new feature: #819 )
                   4985: 
                   4986: 2012-02-28  moko
                   4987: 
                   4988:        * src/classes/hash.C: ident test
                   4989: 
                   4990: 2012-02-27  misha
                   4991: 
                   4992:        * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
                   4993: 
                   4994: 2012-01-08  misha
                   4995: 
                   4996:        * tests/273.html: - tests for ^string.replace[from;to] are added
                   4997: 
                   4998:        * src/: classes/string.C, include/pa_dictionary.h,
                   4999:          main/pa_dictionary.C, main/pa_string.C: -
                   5000:          ^string.replace[from;to] is added ( new feature: #741 ) -
                   5001:          ^string.replace[one subst here] is slightly optimized
                   5002: 
                   5003: 2011-12-07  misha
                   5004: 
                   5005:        * src/classes/table.C: - $t[^table::create{$empty}] now creates
                   5006:          named table with one empty column ( bugfix: #63 )
                   5007: 
                   5008: 2011-11-30  misha
                   5009: 
                   5010:        * src/classes/json.C: - it's possible to set user's method for
                   5011:          parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
                   5012:          #763 )
                   5013: 
                   5014:        * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
                   5015: 
                   5016: 2011-11-23  misha
                   5017: 
                   5018:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                   5019:          classes/table.C, classes/xdoc.C, types/pa_vfile.C,
                   5020:          types/pa_vfile.h, types/pa_vform.C: - constructor
                   5021:          ^file::create[mode;filename;content[;options]] now accepts binary
                   5022:          mode and file-content - new constructor's format:
                   5023:          ^file::create[string-or-file-content[;$.name[filename]
                   5024:          $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
                   5025:          feature: #65 )
                   5026: 
                   5027:        * src/: include/pa_request.h, main/pa_request.C: - new method
                   5028:          mime_type_of(const String*) is added
                   5029: 
                   5030:        * src/include/pa_exception.h: - new exception constant
                   5031:          FILE_NAME_MUST_BE_SPECIFIED is added
                   5032: 
                   5033:        * src/classes/table.C: - bug with negative offset transformed into
                   5034:          a feature. it means pointing to a row from the end of the table (
                   5035:          new feature: #810 )
                   5036: 
                   5037: 2011-11-19  misha
                   5038: 
                   5039:        * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
                   5040:          â ìåòîäå _select ( new feature: #810 )
                   5041: 
                   5042:        * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
                   5043:          options were specified together is simplified
                   5044: 
                   5045: 2011-11-12  misha
                   5046: 
                   5047:        * src/main/pa_request.C: - forgotten fix for escaping filename in
                   5048:          HTTP content-disposition header (a part of bug #361 )
                   5049: 
                   5050:        * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
                   5051:          checks for ancestors' classes as well ( new feature: #456 )
                   5052: 
                   5053:        * src/classes/op.C: - exceptions for ^break[] and ^continue[]
                   5054:          "without cycle" now have types "parser.break" and
                   5055:          "parser.continue" instead of "parser.runtime" ( new feature: #799
                   5056:          )
                   5057: 
                   5058: 2011-11-11  misha
                   5059: 
                   5060:        * tests/results/: 099.processed, 100.processed, 205.processed,
                   5061:          237.processed: - since bug #361 was fixed the content of filename
                   5062:          in HTTP headers is quoted
                   5063: 
                   5064:        * tests/results/270.processed: - result for test 270
                   5065: 
                   5066:        * tests/: 065.html, results/065.processed: - more tests for
                   5067:          ^file:basename[] & Co were added
                   5068: 
                   5069:        * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
                   5070: 
                   5071:        * tests/270.html: - tests for ^file:find[] are added
                   5072: 
                   5073:        * src/types/pa_vxdoc.C: - now it's possible to specify encoding
                   5074:          using option $.charset. option $.engoding is still supported but
                   5075:          these options can not be specified together
                   5076: 
                   5077:        * src/classes/xdoc.C: - charset.isUTF8 is used instead of
                   5078:          comparation charset name with string "UTF-8" ( bugfix: #759 )
                   5079: 
                   5080: 2011-10-11  misha
                   5081: 
                   5082:        * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
                   5083:          option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
                   5084:          #622)
                   5085: 
                   5086: 2011-09-30  misha
                   5087: 
                   5088:        * src/types/pa_vrequest.C: - saving empty $request:post-body causes
                   5089:          exception "saving stat-ed file" ( bugfix: #395 )
                   5090: 
                   5091: 2011-05-30  misha
                   5092: 
                   5093:        * src/classes/string.C: - fixed bug which was added with
                   5094:          params.as_hash into string:sql
                   5095: 
                   5096: 2011-05-29  misha
                   5097: 
                   5098:        * src/types/pa_value.C: - filename in content-disposition header
                   5099:          must be quoted ( bugfix: #361 )
                   5100: 
                   5101: 2011-05-27  misha
                   5102: 
                   5103:        * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
                   5104:          created file
                   5105: 
                   5106:        * src/classes/: hash.C, mail.C: - little tunning with get_hash
                   5107:          usage
                   5108: 
                   5109:        * src/include/pa_exception.h: - one more string for exception was
                   5110:          added
                   5111: 
                   5112: 2011-05-25  misha
                   5113: 
                   5114:        * tests/269.html: - tests for checking input params in some dom
                   5115:          methods
                   5116: 
                   5117:        * src/classes/: xdoc.C, xnode.C: - validation of some input params
                   5118:          was added. it isn't possible not wo create xdoc with invalid
                   5119:          tagName. ( bugfix: #160 )
                   5120: 
                   5121:        * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
                   5122:          string "data must be string" was mover from pa_exception.h to
                   5123:          pa_xml_exception.h
                   5124: 
                   5125:        * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
                   5126:          as_xmlncname, as_xmlname and as_xmlnsuri were added
                   5127: 
                   5128:        * src/main/pa_xml_exception.C: - XmlException accepts more options
                   5129: 
                   5130:        * src/include/pa_xml_exception.h: - XmlException accepts more
                   5131:          options - XML-related exception's strings were added
                   5132: 
                   5133:        * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
                   5134:          output_options were removed)
                   5135: 
                   5136: 2011-05-19  misha
                   5137: 
                   5138:        * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
                   5139:          params.as_hash is used more while parsing methods hash-options
                   5140: 
                   5141: 2011-05-18  misha
                   5142: 
                   5143:        * operators.txt: - info about json-serialization of xdoc was added
                   5144: 
                   5145:        * tests/256.html: - tests for json-serialization xdoc were added
                   5146: 
                   5147:        * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
                   5148: 
                   5149:        * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   5150:          classes/json.C, classes/xdoc.C: - now json:string can serialize
                   5151:          xdoc-objects. options (the same as ^xdoc.string[]) could be
                   5152:          specified in $.xdoc[] ( new feature: #265 )
                   5153: 
                   5154: 2011-05-15  misha
                   5155: 
                   5156:        * tests/268.html: - tests for ^table.count[with options] were added
                   5157: 
                   5158:        * src/classes/table.C: - method ^table.count[] now can accept
                   5159:          options ( new feature: #93 ): ^table.count[column] returns number
                   5160:          of columns for named table; ^table.count[cells] returns number of
                   5161:          cells in the current row; ^table.count[] & ^table.count[rows]
                   5162:          return number of rows in a table.
                   5163: 
                   5164:        * tests/267.html: - test for checking switch/case in boolean mode
                   5165:          was added
                   5166: 
                   5167:        * src/classes/op.C: - if switch's or case's value is bool, they are
                   5168:          compared as bool values, not as double values: new feature: #351
                   5169: 
                   5170: 2011-05-06  misha
                   5171: 
                   5172:        * tests/242.html: - EOL before EOF was added
                   5173: 
                   5174:        * tests/169.html: - tests for splitting empty string and void were
                   5175:          added
                   5176: 
                   5177:        * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
                   5178:          returned table with one empty cell)
                   5179: 
                   5180: 2011-04-03  misha
                   5181: 
                   5182:        * src/include/pa_version.h, configure.in: - version in head was
                   5183:          changed to 3.4.2b
                   5184: 
                   5185: 2011-03-30  misha
                   5186: 
                   5187:        * src/types/pa_vregex.C: - \w & Co now contain unicode properties
                   5188:          as well ( new feature #294 )
                   5189: 
                   5190: 2011-03-29  misha
                   5191: 
                   5192:        * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
                   5193:          limited to approx. 6 MB. previous limits were too big for real
                   5194:          life. bugfix: #216
                   5195: 
                   5196: 2011-03-04  moko
                   5197: 
                   5198:        * etc/parser3.charsets/cp866.cfg: Conforms to
                   5199:          http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
                   5200: 
                   5201:        * etc/parser3.charsets/cp866.cfg: cp866 initial version from
                   5202:          vlalek@
                   5203: 
                   5204: 2011-02-22  misha
                   5205: 
                   5206:        * src/include/pa_charset.h, operators.txt: - some methods mustn't
                   5207:          be under #ifdef XML or parser can't be compiled without xml
                   5208:          support
                   5209: 
                   5210: 2011-02-21  misha
                   5211: 
1.116     moko     5212:        * src/targets/apache/: Makefile.am: - mention
1.95      moko     5213:          ApacheModuleParser3.vcproj was removed
                   5214: 
                   5215:        * src/types/pa_vjunction.C: - EOL before EOF was added (warning
                   5216:          removed)
                   5217: 
                   5218: 2011-02-20  misha
                   5219: 
                   5220:        * tests/: 266.html, 266.p: - tests for checking $.inherited and
                   5221:          $.overridden in ^reflection:method_info[...] were added
                   5222: 
                   5223:        * src/classes/reflection.C: - beautifying result of
                   5224:          ^reflection:method_info[] ($.overridden/inherited)
                   5225: 
                   5226: 2011-02-18  misha
                   5227: 
                   5228:        * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
                   5229:          and pa_isalnum instead of isalpha and isalnum - bug with
                   5230:          redundand quoting lowercased latin chars while building email
                   5231:          body was fixed
                   5232: 
                   5233:        * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
                   5234:          added (they check for latin chars only)
                   5235: 
                   5236: 2011-02-16  misha
                   5237: 
                   5238:        * src/main/pa_charset.C: - bugfix: in some cases the calculating
                   5239:          string size for transcoding gave too small value (should ever
                   5240:          look for availability char in dest charset inspite of the char
                   5241:          size)
                   5242: 
                   5243: 2011-02-04  moko
                   5244: 
                   5245:        * tests/223.html: header values now not url-encoded (issue #195)
                   5246: 
                   5247: 2011-02-01  misha
                   5248: 
                   5249:        * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
                   5250: 
                   5251: 2011-01-31  misha
                   5252: 
                   5253:        * src/main/pa_request.C: - throw exception if param file_name in
                   5254:          use_file is empty
                   5255: 
                   5256: 2011-01-08  moko
                   5257: 
                   5258:        * src/classes/curl.C: compilations errors fixed
                   5259: 
                   5260: 2010-12-29  moko
                   5261: 
                   5262:        * tests/: 265.html, results/265.processed: test for issue #200
                   5263:          added
                   5264: 
                   5265:        * src/main/pa_string.C: empty regex result check added (fixes issue
                   5266:          #200)
                   5267: 
                   5268:        * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
                   5269: 
                   5270:        * tests/results/223.processed: header values now not url-encoded
                   5271:          (issue #195)
                   5272: 
                   5273:        * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
                   5274:          main/untaint.C: L_HTTP_HEADER now used in http headers values,
                   5275:          pa_http_safe_header_name added for headers names (fixes bug #195)
                   5276: 
                   5277: 2010-12-18  misha
                   5278: 
                   5279:        * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
                   5280:          => pa-include
                   5281: 
                   5282: 2010-11-28  moko
                   5283: 
                   5284:        * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
                   5285: 
                   5286:        * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
                   5287:          -> pa
                   5288: 
                   5289:        * configure.in: apr -> pa
                   5290: 
                   5291:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
                   5292: 
                   5293:        * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
                   5294:          classes/Makefile.am, types/Makefile.am: apr -> pa
                   5295: 
                   5296:        * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
                   5297:          pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
                   5298:          sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
                   5299:          pa-include/pa_apr.h, pa-include/pa_errno.h,
                   5300:          pa-include/pa_file_info.h, pa-include/pa_file_io.h,
                   5301:          pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
                   5302:          module apr name conflict resolved)
                   5303: 
                   5304: 2010-11-27  misha
                   5305: 
                   5306:        * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
                   5307:          libbz2
                   5308: 
                   5309: 2010-11-26  misha
                   5310: 
                   5311:        * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
                   5312:          warnings removed
                   5313: 
                   5314: 2010-11-25  moko
                   5315: 
                   5316:        * operators.txt: $.indent(true)
                   5317: 
                   5318:        * operators.txt: another bugfix. :)
                   5319: 
                   5320:        * operators.txt: bugfix. :)
                   5321: 
                   5322:        * buildall-with-xml: libxml2-2.7.8 + with-apache
                   5323: 
                   5324: 2010-11-24  moko
                   5325: 
1.116     moko     5326:        * configure: apxs support
1.95      moko     5327: 
                   5328:        * configure.in: apxs support -Bstatic gc removed for OS X
                   5329: 
                   5330:        * src/targets/: Makefile.am, apache/Makefile.am: apxs support
                   5331: 
                   5332:        * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
                   5333:          THREAD_LOCAL usage
                   5334: 
                   5335:        * src/: classes/curl.C, include/pa_config_includes.h,
                   5336:          main/pa_globals.C: THREAD_LOCAL defined and used
                   5337: 
                   5338: 2010-11-23  moko
                   5339: 
                   5340:        * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
                   5341:          should be passed to pa_sleep, and only fractional part (bugfix:
                   5342:          #188)
                   5343: 
                   5344:        * src/targets/apache/mod_parser3.c: 1.3 compatibility
                   5345: 
                   5346:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
                   5347:          GC_dont_gc=1, as in cgi version
                   5348: 
                   5349:        * src/targets/apache/mod_parser3.c: warning war
                   5350: 
                   5351:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
                   5352:          pa_httpd.h: version removed, some trash removed
                   5353: 
                   5354:        * src/targets/apache/mod_parser3.c: version removed (we don't want
                   5355:          to show it), warning war
                   5356: 
                   5357:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
                   5358:          pa_httpd.h: parser_status_allowed removed + merge config
                   5359:          functions removed (override is the default) + beauty
                   5360: 
                   5361:        * src/: include/pa_request.h, main/pa_request.C,
                   5362:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
                   5363:          hide $status used in apache module removed
                   5364: 
                   5365: 2010-11-18  moko
                   5366: 
                   5367:        * operators.txt: $.table[compact] added for ^json:string[]
                   5368: 
                   5369: 2010-11-16  moko
                   5370: 
                   5371:        * src/targets/apache/mod_parser3.c: some cleanup done
                   5372: 
                   5373:        * src/main/untaint.C: bugfix: first, second String::Body argument
                   5374:          is hashcode; second, info.fragment_begin is original, not
                   5375:          resulting length
                   5376: 
                   5377:        * src/classes/file.C: new feature: $.stdin now untainted
                   5378: 
                   5379:        * tests/results/264.processed: new feature: $.stdin[] now untainted
                   5380: 
                   5381:        * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
                   5382: 
                   5383:        * src/classes/op.C: ^apply-taint[] method added
                   5384: 
                   5385:        * tests/: 264.html, results/264.processed: ^apply-taint[] test
                   5386:          added; $.stdin untaint test added
                   5387: 
                   5388: 2010-11-15  moko
                   5389: 
                   5390:        * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
                   5391:          removed
                   5392: 
                   5393:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
                   5394:          pa_httpd.h: 2x2 calculated under apache2. :)
                   5395: 
                   5396: 2010-11-13  moko
                   5397: 
                   5398:        * src/targets/apache/mod_parser3.c: initial changes to build module
                   5399:          with apache 2.x includes
                   5400: 
                   5401:        * src/targets/apache/: Makefile.am, mod_parser3.c,
                   5402:          mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
                   5403:          united apache 1.3 / apache 2.x DSO module
                   5404: 
                   5405: 2010-11-09  moko
                   5406: 
                   5407:        * src/types/pa_method.h: check added to dissallow @method[name;*]
                   5408:          syntax
                   5409: 
                   5410:        * tests/: 263.html, results/263.processed: test from method[*args]
                   5411:          added
                   5412: 
                   5413:        * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
                   5414:          number of params can now be passed to a method declared with *arg
                   5415: 
                   5416: 2010-11-06  moko
                   5417: 
                   5418:        * src/classes/table.C: formating fixed. :)
                   5419: 
                   5420:        * src/classes/table.C: closes #4: ^table.select now supports
                   5421:          $.limit(), $.offset, $.reverse() options
                   5422: 
                   5423:        * tests/: 262.html, results/262.processed: test for ^table:select
                   5424:          with options added (feature #4)
                   5425: 
                   5426:        * src/include/pa_array.h: remove function added
                   5427: 
                   5428:        * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
                   5429:          object in get_element/put_element, using static one.
                   5430: 
                   5431: 2010-11-04  moko
                   5432: 
                   5433:        * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
                   5434:          options is passed
                   5435: 
                   5436:        * tests/: 256.html, results/256.processed: $.table[compact] feature
                   5437:          now tested; k and p in handler now tested.
                   5438: 
                   5439:        * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
                   5440:          $.table[compact] feature added
                   5441: 
                   5442:        * src/classes/json.C: key is now passed to handler in
                   5443:          value_json_string; ^json:string result now process tainting
                   5444:          inside and returns clean string, related to issue #153
                   5445: 
                   5446:        * src/main/untaint.C: bugfix: charset can be null (in
                   5447:          ^string:save[] as example), thus check is added
                   5448: 
                   5449: 2010-10-31  moko
                   5450: 
                   5451:        * src/classes/string.C: error message changed (fixes issue #149)
                   5452: 
                   5453: 2010-10-29  moko
                   5454: 
                   5455:        * src/main/pa_http.C: ":port" is now added to "Host:" header if
                   5456:          port is not default (fixes issue #155); exception on invalid port
                   5457:          added.
                   5458: 
                   5459:        * src/main/untaint.C: '*' is now not urlencoded to allow header
                   5460:          "Accept: */*" to be passed
                   5461: 
                   5462: 2010-10-28  moko
                   5463: 
                   5464:        * src/classes/curl.C: bugfix: detect_charset() was throwing
                   5465:          exception on unknown charset even if response_charset was
                   5466:          specified
                   5467: 
                   5468: 2010-10-27  moko
                   5469: 
                   5470:        * src/classes/string.C: ^string.append removed for void
                   5471:          compatibility
                   5472: 
                   5473: 2010-10-26  moko
                   5474: 
                   5475:        * src/classes/json.C: libjson supports array at top level, we too
                   5476:          (GPF fixed)
                   5477: 
                   5478: 2010-10-25  moko
                   5479: 
                   5480:        * tests/: 253.html, results/253.processed: libjson supports array
                   5481:          at top level, parser now supports it as well.
                   5482: 
                   5483:        * tests/261.html, tests/results/261.processed,
                   5484:          src/types/pa_vstring.h: empty string is now void compatible
                   5485:          (allows $empty.key)
                   5486: 
                   5487: 2010-10-22  misha
                   5488: 
                   5489:        * src/types/pa_vcookie.C: - fix for session cookie (was introduced
                   5490:          while adding additional expires checkout)
                   5491: 
                   5492:        * tests/030.html: - test for session cookie was added
                   5493: 
                   5494: 2010-10-21  moko
                   5495: 
                   5496:        * src/: classes/string.C, classes/void.C, main/execute.C,
                   5497:          types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
                   5498:          string (feature #111)
                   5499: 
                   5500:        * tests/: 261.html, results/261.processed: checks void from string
                   5501:          inheritance (feature #111)
                   5502: 
                   5503:        * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
                   5504:          file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
                   5505:          reflection.C, regex.C, string.C, table.C, void.C: used_directly()
                   5506:          now true by default
                   5507: 
                   5508: 2010-10-17  moko
                   5509: 
                   5510:        * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
                   5511:          upload now uses binary blocks instead of L_FILE_POST tainting.
                   5512:          (bugfix: #128)
                   5513: 
                   5514:        * tests/: 223.html, results/223.processed: binary file upload test
                   5515:          added, GPF (issue #128) also checked in this test
                   5516: 
                   5517: 2010-10-13  misha
                   5518: 
                   5519:        * tests/260.html: - test for math:convert
                   5520: 
                   5521:        * src/classes/math.C: - error in math:convert was fixed
                   5522: 
                   5523:        * operators.txt: - info about
                   5524:          ^math:convert[number](from-base;to-base) was added
                   5525: 
                   5526:        * src/classes/math.C: - method
                   5527:          ^math:convert[number](from-base;to-base) for converting number
                   5528:          represention from one base to another was added ( new feature:
                   5529:          #23 )
                   5530: 
                   5531: 2010-10-13  moko
                   5532: 
                   5533:        * src/main/compile.tab.C: [] now is empty string, not void
                   5534: 
                   5535:        * src/main/compile.y: [] now is empty string, not void
                   5536: 
                   5537:        * src/types/pa_vvoid.h: void now passed as parameter
                   5538: 
                   5539:        * tests/: 259.html, results/259.processed: to test difference
                   5540:          between void and empty string (see ticket #111)
                   5541: 
                   5542:        * tests/results/152.processed: $sEmpty[] is now empty string, not
                   5543:          void
                   5544: 
                   5545:        * tests/256.html: $s[$void] is no longer empty string
                   5546: 
                   5547:        * tests/254.html: empty string is no longer void
                   5548: 
                   5549: 2010-10-12  misha
                   5550: 
                   5551:        * src/types/pa_vcookie.C: - check if $.expires value can be
                   5552:          converted to date during cookies set up ( bugfix: #104 )
                   5553: 
                   5554:        * tests/041.html: - more tests for ^table.locate were added
                   5555: 
                   5556:        * src/classes/table.C: - ^table.locate[field;value;options] didn't
                   5557:          work ( bugfix: #129 ) - exception comment for incorrect options
                   5558:          ^table.locate[field;value;options] was fixed
                   5559: 
                   5560: 2010-10-10  moko
                   5561: 
                   5562:        * src/: classes/reflection.C, main/execute.C: constructor returning
                   5563:          another object feature returned
                   5564: 
                   5565:        * tests/results/258.processed: test result updated as constructor
                   5566:          returning another object feature returned
                   5567: 
                   5568:        * tests/: 258.html, results/258.processed: test for constructor
                   5569:          returning another object
                   5570: 
                   5571: 2010-10-08  misha
                   5572: 
                   5573:        * tests/257.html: - whitespaces after @METACOMMANDS and their
                   5574:          options shouldn't cause exceptions any longer
                   5575: 
                   5576: 2010-10-06  moko
                   5577: 
                   5578:        * src/classes/: hash.C, table.C: length from sql server is now
                   5579:          ignored, as sql string can contain 0x00 inside (bugfix: #119)
                   5580: 
                   5581: 2010-10-02  misha
                   5582: 
                   5583:        * operators.txt: - the X mark was removed from ^cache[file]. it is
                   5584:          usable to delete cache file.
                   5585: 
                   5586: 2010-10-02  moko
                   5587: 
                   5588:        * tests/: 253.html, results/253.processed: hook_key added for key
                   5589:          checking
                   5590: 
                   5591:        * src/classes/json.C: null key bug fixed
                   5592: 
                   5593: 2010-09-29  misha
                   5594: 
                   5595:        * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
                   5596: 
                   5597: 2010-09-25  moko
                   5598: 
                   5599:        * src/classes/json.C: small fixed
                   5600: 
                   5601:        * tests/results/: 253.processed, 255.processed: just updated
                   5602: 
                   5603:        * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
                   5604:          results/255.processed: charset transcode test added for
                   5605:          json:parse
                   5606: 
                   5607: 2010-09-24  moko
                   5608: 
                   5609:        * src/types/pa_value.h: warning war :)
                   5610: 
                   5611:        * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
                   5612:          types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
                   5613:          ^json:string
                   5614: 
                   5615: 2010-09-22  moko
                   5616: 
                   5617:        * src/main/pa_charset.C: parser charset tables declare only
                   5618:          white-space before 0x20, thus adding the missing chars
                   5619: 
                   5620:        * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
                   5621:          to http://unicode.org/Public/MAPPINGS/VENDORS/
                   5622: 
                   5623: 2010-09-21  misha
                   5624: 
                   5625:        * src/main/compile.y: - some semicolons were added (VS2010 don't
                   5626:          want to compile grammar if they are absent)
                   5627: 
                   5628:        * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
                   5629: 
                   5630:        * src/classes/classes.vcproj: - pathes to ls and gawk are changed
                   5631: 
                   5632:        * src/main/main.vcproj: - path to bison is changed
                   5633: 
                   5634: 2010-09-21  moko
                   5635: 
1.116     moko     5636:        * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
                   5637:          windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
                   5638:          to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95      moko     5639: 
                   5640: 2010-09-20  misha
                   5641: 
                   5642:        * src/types/pa_vtable.C: - add EOLs while json-serializing table
                   5643: 
                   5644:        * src/classes/json.C: - add EOL while json-serializing hash
                   5645: 
                   5646:        * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
                   5647:          compilers don't like 'ES'.
                   5648: 
                   5649: 2010-09-17  misha
                   5650: 
                   5651:        * operators.txt: - info about json class was added
                   5652: 
                   5653:        * src/classes/json.C: - ^json:string[object]
                   5654: 
                   5655:        * src/: include/pa_request.h, main/pa_request.C: - stuff for
                   5656:          preventing infinite recursion while executing json:string was
                   5657:          added
                   5658: 
                   5659:        * src/include/pa_string.h: - method append_quoted was added
                   5660: 
                   5661:        * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
                   5662:          pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
                   5663:          pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
                   5664:          was added to Value & Co
                   5665: 
                   5666:        * src/classes/date.C: - methods get_gmt_string and get_sql_string
                   5667:          were used
                   5668: 
                   5669:        * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
                   5670:          were added
                   5671: 
                   5672: 2010-09-10  moko
                   5673: 
                   5674:        * src/targets/cgi/parser3.C: vsnprintf now not called twice in
                   5675:          die_or_abort (backport from 3.4.1)
                   5676: 
                   5677:        * src/targets/cgi/parser3.C: vsnprintf now not called twice in
                   5678:          die_or_abort (bugfix: #106)
                   5679: 
                   5680: 2010-09-09  moko
                   5681: 
                   5682:        * src/classes/json.C: warning war. :)
                   5683: 
                   5684: 2010-09-08  misha
                   5685: 
                   5686:        * src/lib/json/Makefile.am: - additional include directories were
                   5687:          added (for pa_memory.h and gc.h)
                   5688: 
                   5689:        * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
                   5690:          compile as C++ instead default - additional include directory was
                   5691:          added (for gc.h)
                   5692: 
                   5693:        * src/types/pa_vform.C: - little code reformating
                   5694: 
                   5695:        * src/classes/file.C: - $.content-type option now can be specified
                   5696:          in ^file::create ( new feature: #102 )
                   5697: 
                   5698: 2010-09-08  moko
                   5699: 
                   5700:        * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
                   5701:          pa_malloc/pa_free
                   5702: 
                   5703: 2010-09-07  moko
                   5704: 
                   5705:        * tests/results/254.processed: VStateless_class:put_element
                   5706:          exception was fixed
                   5707: 
                   5708:        * src/types/: pa_value.h, pa_vstateless_class.h: now
                   5709:          VStateless_class:put_element barks self.type, not this.type
                   5710:          (bugfix: #105)
                   5711: 
                   5712: 2010-09-06  moko
                   5713: 
                   5714:        * src/classes/reflection.C: bugfix: new String() is required for
                   5715:          exception handling
                   5716: 
                   5717:        * tests/: 254.html, results/254.processed: test modified
                   5718: 
                   5719: 2010-09-05  moko
                   5720: 
                   5721:        * tests/: 254.html, results/254.processed: ^reflection:copy test
                   5722:          added
                   5723: 
                   5724:        * src/: classes/reflection.C, include/pa_request.h:
                   5725:          ^reflection:copy implemented (new feature: #100)
                   5726: 
                   5727: 2010-09-03  moko
                   5728: 
                   5729:        * src/lib/json/JSON_parser.C: c++ compatiblity
                   5730: 
                   5731:        * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
                   5732:          option testing added
                   5733: 
                   5734: 2010-09-02  moko
                   5735: 
                   5736:        * src/classes/json.C: $.distinct[first|last|all] added
                   5737: 
                   5738: 2010-09-01  moko
                   5739: 
                   5740:        * tests/results/253.processed: json test result
                   5741: 
                   5742:        * tests/: 253.html, 253_json.txt: json test added
                   5743: 
                   5744:        * src/classes/json.C: json.C update to actual version + hash key
                   5745:          creation bugfix
                   5746: 
                   5747: 2010-08-31  misha
                   5748: 
                   5749:        * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
                   5750:          src/lib/json/Makefile.am, src/lib/json/json.vcproj,
                   5751:          src/lib/Makefile.am, src/classes/Makefile.am,
                   5752:          src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
                   5753:          json library was added
                   5754: 
                   5755: 2010-08-30  moko
                   5756: 
                   5757:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   5758:          types/pa_vobject.C: cosmetic optimization in
                   5759:          request:execute_method usage
                   5760: 
                   5761:        * src/: include/pa_charset.h, main/pa_charset.C: small
                   5762:          optimization, just to decrease number of lines. :)
                   5763: 
                   5764: 2010-08-27  misha
                   5765: 
                   5766:        * src/classes/op.C: - taint[json] was added
                   5767: 
                   5768:        * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
                   5769:          were added
                   5770: 
                   5771:        * src/main/pa_exec.C: - warning fix was rolled back.
                   5772: 
                   5773:        * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
                   5774:          include/pa_string.h: - taint[json] was added - escaping was
                   5775:          slightly modified
                   5776: 
                   5777: 2010-08-25  misha
                   5778: 
                   5779:        * src/classes/file.C: - typo in file:sql exception was fixed
                   5780: 
                   5781:        * src/main/pa_exec.C: - warning about declared and not used
                   5782:          variable forced_allow was removed
                   5783: 
                   5784: 2010-08-14  misha
                   5785: 
                   5786:        * src/classes/hash.C: - two warnings about signed/unsigned mismatch
                   5787:          were removed
                   5788: 
                   5789: 2010-08-11  moko
                   5790: 
                   5791:        * tests/: 249.html, results/249.processed: default setter and
                   5792:          anti-recursive default getter test added
                   5793: 
                   5794:        * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
                   5795:          types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
                   5796:          types/pa_vobject.h, types/pa_vstateless_class.C,
                   5797:          types/pa_vstateless_class.h: default setter support +
                   5798:          anti-recursive default getter support ( new feature: #13 )
                   5799: 
                   5800:        * src/include/pa_hash.h: optimization: threshold member removed
                   5801:          from hash, reducing sizeof(hash)
                   5802: 
                   5803: 2010-08-10  misha
                   5804: 
                   5805:        * tests/196.html: - junction-method was added to the test
                   5806: 
                   5807:        * tests/248.html: - ups. typo :)
                   5808: 
                   5809:        * tests/248.html: - test for checking .match with 4 params
                   5810: 
                   5811:        * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
                   5812:          247_windows1251.txt: - test for "transcode file from utf-8 to
                   5813:          $request:charset during loading if the BOM code is detected"
                   5814: 
                   5815:        * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
                   5816:          $request:charset during loading if the BOM code is detected ( new
                   5817:          feature: #98 )
                   5818: 
                   5819: 2010-08-05  misha
                   5820: 
                   5821:        * src/classes/image.C: - ^image.replace now can accept only 2
                   5822:          params. in this case the whole image is affected ( new feature:
                   5823:          #95 )
                   5824: 
                   5825: 2010-08-04  misha
                   5826: 
                   5827:        * tests/246.html: - test tor ^hash._at[] was added
                   5828: 
                   5829:        * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
                   5830:          #53 )
                   5831: 
                   5832:        * src/include/pa_hash.h: - methods for accessing the first and the
                   5833:          last values of ordered hash were added (first_value and
                   5834:          last_value)
                   5835: 
                   5836:        * src/classes/file.C: - now ^file::base64 accepts up to 4 params
                   5837:          (similar to others file's methods):
                   5838:          ^file::base64[mode;user-file-name;encoded;options] ( new feature:
                   5839:          #68 )
                   5840: 
                   5841:        * src/types/pa_vmethod_frame.h: - helper method as_hash was added
                   5842: 
                   5843: 2010-08-01  moko
                   5844: 
                   5845:        * src/classes/op.C: to correctly process $result[] in code, called
                   5846:          from ^process
                   5847: 
                   5848:        * tests/245.html: $result in ^process[] test added
                   5849: 
                   5850:        * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
                   5851:          main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
                   5852:          types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
                   5853:          VMethodFrame(junction, caller) replaced with VMethodFrame(method,
                   5854:          caller, self) op_call(VMethodFrame &frame, bool constructing)
                   5855:          removed, construct(class,method) added
                   5856: 
                   5857:        * tests/results/: 192.processed, 244.processed: request::construct
                   5858:          added
                   5859: 
                   5860:        * tests/: 244.html, 245.html, results/244.processed,
                   5861:          results/245.processed: object creation exceptions and ^process
                   5862:          tests added
                   5863: 
                   5864: 2010-07-28  misha
                   5865: 
                   5866:        * tests/make_tests.cmd: - win32 EOLs
                   5867: 
                   5868:        * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
                   5869:          tests on Win32 were added (The system timezone should be GMT+3)
                   5870: 
                   5871: 2010-07-26  misha
                   5872: 
                   5873:        * tests/: 212.html, results/212.processed: - sizes were removed
                   5874:          mecause they could be different on different OSs
                   5875: 
                   5876:        * tests/065.html: - make it "win32 friendly"
                   5877: 
                   5878: 2010-07-25  misha
                   5879: 
                   5880:        * src/main/compile.y: - all EOLs between methods are removed during
                   5881:          compilation ( new feature: #47 )
                   5882: 
                   5883:        * tests/results/149.processed: - prepare tests to trim trailing
                   5884:          methods' EOLs
                   5885: 
                   5886:        * tests/149.html: - prepare tests to trim trailing methods' EOLs
                   5887: 
                   5888:        * tests/: results/006.processed, results/014.processed, 006.html,
                   5889:          014.html, 022.html: - prepare tests to trim trailing methods'
                   5890:          EOLs
                   5891: 
                   5892:        * tests/: 059.html, 071.html, 149.html, results/059.processed,
                   5893:          results/071.processed, results/022.processed: - prepare tests to
                   5894:          trim trailing methods' EOLs
                   5895: 
                   5896:        * tests/: results/073.processed, results/109.processed,
                   5897:          results/142.processed, results/144.processed,
                   5898:          results/149.processed, 073.html, 096.html, 109.html, 142.html,
                   5899:          144.html: - prepare tests to trim trailing methods' EOLs
                   5900: 
                   5901:        * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
                   5902:          149.html, 152.html, results/096.processed, results/107.processed,
                   5903:          results/109.processed, results/142.processed,
                   5904:          results/144.processed: - prepare tests to trim trailing methods'
                   5905:          EOLs
                   5906: 
                   5907: 2010-07-24  moko
                   5908: 
                   5909:        * tests/results/: 156.processed, 224.processed: fix for #54 changed
                   5910:          the hash order in this test
                   5911: 
                   5912:        * tests/014.html: to check hash order, hash no is longer sorted
                   5913:          before print
                   5914: 
                   5915:        * src/include/pa_hash.h: hash copy constructor now keeps order
                   5916:          (bugfix: #54)
                   5917: 
                   5918: 2010-07-23  moko
                   5919: 
                   5920:        * tests/results/224.processed: @auto[] is no longer inherited
                   5921: 
                   5922:        * src/types/pa_vstateless_class.C, tests/227.html,
                   5923:          tests/results/227.processed: @auto[] is no longer inherited
                   5924:          (bugfix: #57)
                   5925: 
                   5926: 2010-07-22  misha
                   5927: 
                   5928:        * src/classes/table.C: - don't skip comment lines during
                   5929:          table::load if encloser or separator is set as '#' ( new feature:
                   5930:          #30 )
                   5931: 
                   5932:        * src/targets/cgi/parser3.C: - don't run as cgi if
                   5933:          env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
                   5934:          #12 )
                   5935: 
                   5936:        * src/classes/file.C: - set PARSER_VARSION env before external
                   5937:          script executing
                   5938: 
                   5939: 2010-07-13  misha
                   5940: 
                   5941:        * tests/058.html: - test for suppressing @border was added - test
                   5942:          for user attribute was added
                   5943: 
                   5944:        * tests/results/186.processed: unescaping from \uXXXX
                   5945: 
                   5946:        * tests/186.html: unescaping from \uXXXX
                   5947: 
                   5948:        * tests/: 239.html, results/239.processed: method call type
                   5949: 
                   5950:        * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
                   5951:          $junction_method.CLASS_NAME (+CLASS)
                   5952: 
                   5953: 2010-07-07  misha
                   5954: 
                   5955:        * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
                   5956:          *nix
                   5957: 
                   5958: 2010-07-05  misha
                   5959: 
                   5960:        * src/: classes/curl.C, classes/file.C, classes/hash.C,
                   5961:          classes/image.C, classes/op.C, classes/string.C, classes/table.C,
                   5962:          classes/void.C, main/pa_common.C, main/pa_http.C: - exception
                   5963:          comment strings "options must be hash", "options must be hash,
                   5964:          not code" and "called with invalid option" were replaced by
                   5965:          constatns - exception comment string "invalid option passed" was
                   5966:          replaced by "called with invalid option" (now in different
                   5967:          methods are the same exception comment string)
                   5968: 
                   5969:        * src/include/pa_exception.h: - more exception strings were defined
                   5970: 
                   5971:        * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   5972:          types/pa_vstateless_class.h: - now we can define possible
                   5973:          method's call type ( new feature: #5 )   1.
                   5974:          @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
                   5975:          methods   2. @static:method[params] (only static keyword could be
                   5976:          used here) -- for specified methods
                   5977: 
                   5978:        * src/main/pa_common.C: - junction points should not be deleted on
                   5979:          win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
                   5980:          cleanup
                   5981: 
                   5982: 2010-07-03  misha
                   5983: 
                   5984:        * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
                   5985:          results/158.processed, results/160.processed,
                   5986:          results/161.processed, results/162.processed,
                   5987:          results/163.processed: - prepare tests to trim trailing methods'
                   5988:          EOLs
                   5989: 
                   5990:        * tests/results/169.processed: - prepare tests to trim trailing
                   5991:          methods' EOLs
                   5992: 
                   5993:        * tests/results/: 168.processed, 169.processed: - prepare tests to
                   5994:          trim trailing methods' EOLs
                   5995: 
                   5996:        * tests/: results/170.processed, results/167.processed,
                   5997:          results/168.processed, results/169.processed, 167.html, 168.html,
                   5998:          169.html: - prepare tests to trim trailing methods' EOLs
                   5999: 
                   6000:        * tests/: results/170.processed, results/171.processed,
                   6001:          results/172.processed, results/173.processed,
                   6002:          results/174.processed, results/175.processed, 170.html, 171.html,
                   6003:          172.html, 173.html, 174.html, 175.html: - prepare tests to trim
                   6004:          trailing methods' EOLs
                   6005: 
                   6006:        * tests/: results/176.processed, results/180.processed,
                   6007:          results/184.processed, results/185.processed,
                   6008:          results/191.processed, results/192.processed,
                   6009:          results/196.processed, results/197.processed,
                   6010:          results/198.processed, 176.html, 180.html, 184.html, 185.html,
                   6011:          191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
                   6012:          to trim trailing methods' EOLs
                   6013: 
                   6014:        * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
                   6015:          results/199.processed, results/208.processed,
                   6016:          results/209.processed, results/213.processed,
                   6017:          results/214.processed: - prepare tests to trim trailing methods'
                   6018:          EOLs
                   6019: 
                   6020: 2010-06-29  misha
                   6021: 
                   6022:        * tests/: 220.html, 218.html, results/218.processed,
                   6023:          results/215.processed, results/217.processed, 215.html, 217.html:
                   6024:          - prepare tests to trim trailing methods' EOLs
                   6025: 
                   6026:        * tests/: results/224.processed, 224.html, 223.html,
                   6027:          results/223.processed, results/220.processed: - prepare tests to
                   6028:          trim trailing methods' EOLs
                   6029: 
                   6030:        * tests/results/: 226.processed, 230.processed: - prepare tests to
                   6031:          trim trailing methods' EOLs
                   6032: 
                   6033:        * tests/: 229.html, results/229.processed: - prepare tests to trim
                   6034:          trailing methods' EOLs
                   6035: 
                   6036:        * tests/: 232.html, 235.html, results/232.processed,
                   6037:          results/235.processed, 226.html, 227.html, 228.html, 230.html,
                   6038:          results/226.processed, results/227.processed,
                   6039:          results/228.processed, results/230.processed: - prepare tests to
                   6040:          trim trailing methods' EOLs
                   6041: 
                   6042: 2010-06-16  moko
                   6043: 
                   6044:        * tests/: 229.html, results/229.processed:  elseif now supported in
                   6045:          ^if
                   6046: 
                   6047:        * src/classes/op.C: new feature: #56 elseif now supported in ^if
                   6048: 
                   6049: 2010-06-03  misha
                   6050: 
                   6051:        * src/main/pa_common.C: - bugfix #74 -- memmove should be used
                   6052:          instead of memcopy for overlaped regions
                   6053: 
                   6054: 2010-05-25  misha
                   6055: 
                   6056:        * src/main/pa_common.C: - wanring about unused vars was removed
                   6057: 
                   6058:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
                   6059:          get_method_filename was moved to execute.C
                   6060: 
                   6061: 2010-05-23  misha
                   6062: 
                   6063:        * src/main/pa_request.C: - more accurate detection of method's file
                   6064: 
                   6065: 2010-05-22  misha
                   6066: 
                   6067:        * src/classes/reflection.C: - bugfix: core during detection of
                   6068:          .file if filespec isn't detected successfully
                   6069: 
                   6070: 2010-05-20  misha
                   6071: 
                   6072:        * src/main/pa_request.C: - fix in get_method_filename
                   6073: 
                   6074:        * src/include/pa_request.h: - new feature: #24 -- searching
                   6075:          included file in @USE/^use is changed. if its filespec doesn't
                   6076:          start from '/' it will be searched in caller file directory
                   6077: 
                   6078:        * src/classes/reflection.C: - ^reflection:method_info returns file
                   6079:          where the method is defined
                   6080: 
                   6081:        * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
                   6082:          classes/op.C: - new feature: #24 -- searching included file in
                   6083:          @USE/^use is changed. if its filespec doesn't start from '/' it
                   6084:          will be searched in caller file directory
                   6085: 
                   6086:        * src/: classes/file.C, include/pa_common.h: - method lastposafter
                   6087:          is moved to pa_common.h
                   6088: 
                   6089: 2010-05-18  misha
                   6090: 
                   6091:        * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
                   6092:          types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
                   6093:          cookie parser decode \uXXXX as well as %uXXXX
                   6094: 
                   6095: 2010-05-17  misha
                   6096: 
                   6097:        * src/classes/curl.C: beauty: - unused param is removed in method
                   6098:          _curl_version_action - some spaces were removed or replaced by
                   6099:          tabs
                   6100: 
                   6101:        * src/classes/table.C: - bugfix: #72 core with empty value during
                   6102:          ^table.hash[...;name_of_the_last_column][$.type[string]]
                   6103: 
                   6104: 2010-05-16  misha
                   6105: 
                   6106:        * src/classes/curl.C: new: #61 more curl options were added
                   6107:          (contributed by Sumo)
                   6108: 
                   6109: 2010-04-29  pretender
                   6110: 
                   6111:        * src/main/pa_string.C: fixes #63 Split result from empty string
                   6112:          now empty string.
                   6113: 
                   6114:        * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
                   6115:          string type.
                   6116: 
                   6117: 2010-04-28  pretender
                   6118: 
                   6119:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   6120:          main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
                   6121:          macrodefinition removed
                   6122: 
                   6123: 2010-04-19  pretender
                   6124: 
                   6125:        * src/main/execute.C: fixes #60 Stacktrace now contains info for
                   6126:          OP_CONSTRUCT_OBJECT and OP_GET_CLASS
                   6127: 
                   6128:        * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
                   6129:          fixes #64 Now file.missing exception generates in unsafe mode to.
                   6130: 
                   6131:        * src/classes/file.C: fixes #48 Now not throw "not save environment
                   6132:          variable" exception in grpunlim version.
                   6133: 
                   6134: 2010-04-05  misha
                   6135: 
                   6136:        * src/classes/string.C: - new feature: 4th param was added to
                   6137:          match. if specified its value is returned in case of nothing was
                   6138:          found
                   6139: 
                   6140: 2010-04-01  misha
                   6141: 
                   6142:        * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
                   6143:          multiple execution of /a/b/auto.p
                   6144: 
                   6145: 2010-03-19  misha
                   6146: 
                   6147:        * src/main/execute.C: - core in $table1.$table2 was fixed
                   6148: 
                   6149:        * src/targets/cgi/parser3.C: - core in sigpipe was fixed
                   6150: 
                   6151: 2010-01-27  misha
                   6152: 
                   6153:        * src/main/pa_common.C: - bugfix: there are no excaption.type if
                   6154:          trying to open file by path /existing-file/non-exixting-file
                   6155: 
                   6156: 2010-01-26  misha
                   6157: 
                   6158:        * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
                   6159:          was added (returns file)
                   6160: 
                   6161: 2009-12-22  misha
                   6162: 
                   6163:        * src/classes/curl.C: - method 'option' was renamed to 'options' -
                   6164:          now parser doesn't have class curl if it was built without it
                   6165: 
                   6166: 2009-12-15  misha
                   6167: 
                   6168:        * configure.in: - little cheat with curl include dir was added
                   6169: 
                   6170: 2009-12-05  misha
                   6171: 
                   6172:        * src/classes/curl.C: - some fixes
                   6173: 
                   6174: 2009-12-04  misha
                   6175: 
                   6176:        * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
                   6177:          src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
                   6178:          buildall-with-xml, buildall-without-xml, configure.in: - curl
                   6179:          class was added
                   6180: 
                   6181:        * src/include/pa_hash.h: - hash-iterator was added
                   6182: 
                   6183:        * buildall-with-xml, buildall-without-xml: - option --passive-ftp
                   6184:          was added to pcre
                   6185: 
                   6186: 2009-11-27  misha
                   6187: 
                   6188:        * src/classes/image.C: - don't add @border attribute to output of
                   6189:          ^image.html[] if it was specified by user with empty value
                   6190: 
                   6191:        * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
                   6192:          root element and we are trying to access .documentElement
                   6193: 
                   6194: 2009-11-11  misha
                   6195: 
                   6196:        * src/classes/table.C: - in ^table.flip[] look at number of columns
                   6197:          instead of number of items in first row for named tables
                   6198: 
                   6199: 2009-11-10  misha
                   6200: 
                   6201:        * operators.txt: - info about hash-options in ^file::create was
                   6202:          added
                   6203: 
                   6204:        * tests/237.html: - test for ^file::create[...;$.charset[...]] was
                   6205:          added
                   6206: 
                   6207: 2009-11-09  misha
                   6208: 
                   6209:        * buildall-with-xml: - moving to libxml 2.7.6
                   6210: 
                   6211:        * tests/236.html: - tests for comparations cords with functions
                   6212:          were added
                   6213: 
                   6214:        * src/include/pa_string.h: - optimisation: cacheing of cstr was
                   6215:          added
                   6216: 
                   6217:        * src/main/pa_http.C: - little optimisation
                   6218: 
                   6219:        * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
                   6220:          GPF mallocs + stringstream (table.save)
                   6221: 
                   6222:        * src/classes/file.C: - file::create now accepts 4th param: options
                   6223:          with $.charset
                   6224: 
                   6225:        * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
                   6226:          bug in cord (comparation cords with functions was buggy)
                   6227: 
                   6228: 2009-11-06  misha
                   6229: 
                   6230:        * src/main/pa_string.C: - bugfix: calculation string.length
                   6231:          sometimes was buggy
                   6232: 
                   6233:        * src/classes/string.C: - bugfix: Temp_value_element wasn't
                   6234:          destroyed if exception occured during match/replace
                   6235: 
                   6236:        * src/: main/pa_charset.C, include/pa_charset.h: - method
                   6237:          lengthUTF8Char was added
                   6238: 
                   6239:        * src/classes/op.C: - clean tainting lang was added for user's
                   6240:          usage
                   6241: 
                   6242:        * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
                   6243:          fixed: checkouts are required after GC_MALLOC
                   6244: 
                   6245:        * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
                   6246: 
                   6247:        * operators.txt: - actually, there is no ^untaint[xml] in
                   6248:          file::create
                   6249: 
                   6250: 2009-10-15  misha
                   6251: 
                   6252:        * tests/: 235.html, 235_attach.txt: - tests for preparing email
                   6253:          were added
                   6254: 
                   6255:        * tests/234.html: - more tests for checking ^taint[uri] escaping
                   6256:          were added
                   6257: 
                   6258:        * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
                   6259:          main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
                   6260:          hacking: for dealing with transcoding+^taint[uri]
                   6261:          transcode_and_untaint was replaced by untaint_and_transcode
                   6262: 
                   6263: 2009-10-13  misha
                   6264: 
                   6265:        * tests/: 121.html, results/121.processed: - test transcoding +
                   6266:          url-escaping now
                   6267: 
                   6268:        * tests/results/auto.p: - more helpers' methods were added
                   6269: 
                   6270:        * src/main/pa_globals.C: - die instead of abort
                   6271: 
                   6272: 2009-10-06  misha
                   6273: 
                   6274:        * src/main/pa_common.C: - don't allocate memory during
                   6275:          capitalization if input string is already capitalized
                   6276: 
                   6277:        * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
                   6278: 
                   6279:        * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
                   6280:          use format function because it calls malloc
                   6281: 
                   6282:        * src/include/pa_common.h: - more capitalized headers were added
                   6283: 
                   6284:        * src/main/pa_common.C: - in safe mode clear executable bits during
                   6285:          file writing
                   6286: 
                   6287: 2009-10-05  misha
                   6288: 
                   6289:        * src/main/pa_charset.C: - use iterators in pa_charset.C itself
                   6290: 
                   6291: 2009-10-03  misha
                   6292: 
                   6293:        * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
                   6294:          ^img.text[] & ^img.length[] can work in utf-8 now
                   6295: 
                   6296:        * src/: include/pa_charset.h, main/pa_charset.C: - class
                   6297:          UTF8_string_iterator was added
                   6298: 
                   6299:        * src/classes/image.C: - respect utf-8 when calculate alphabet
                   6300:          length
                   6301: 
                   6302:        * src/classes/mail.C: - check from before get message.cstr
                   6303: 
                   6304: 2009-10-02  misha
                   6305: 
                   6306:        * tests/233.html: - test for image.font, image.length, image.text
                   6307:          with text in utf-8 were added
                   6308: 
                   6309:        * src/main/pa_common.C: - use pa_malloc_atomic instead of new
                   6310: 
                   6311:        * buildall-with-xml, buildall-without-xml: - comment about gc
                   6312:          version for freebsd 4 was added
                   6313: 
                   6314: 2009-10-01  misha
                   6315: 
                   6316:        * src/main/pa_exec.C: - bugfix: allocate a bit more (for
                   6317:          terminator) - read_pipe were slightly optimized
                   6318: 
                   6319: 2009-09-28  misha
                   6320: 
                   6321:        * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
                   6322:          removed
                   6323: 
                   6324:        * src/types/pa_vmail.C: - forgot about space after ':'
                   6325: 
                   6326:        * src/types/pa_vmail.C: - escape filenames while preparing mail
                   6327:          body - small simplifications
                   6328: 
                   6329:        * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
                   6330:          inout params like pa_base64
                   6331: 
                   6332:        * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
                   6333:          option $.debug-print(1) was added to mail:send - changes for
                   6334:          using uue_encode which uses less memory
                   6335: 
                   6336:        * src/main/pa_common.C: - pa_base64_encode uses less memory now
                   6337: 
                   6338:        * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
                   6339:          memory now
                   6340: 
                   6341: 2009-09-26  misha
                   6342: 
                   6343:        * src/types/pa_vmail.C: - default encoding now is base64
                   6344: 
                   6345:        * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
                   6346: 
                   6347: 2009-09-25  misha
                   6348: 
                   6349:        * src/types/pa_vmail.C: - capitalization of headers was added to
                   6350:          sending mail as well
                   6351: 
                   6352:        * buildall-with-xml: - catalog package was removed from libxml
                   6353: 
                   6354:        * src/main/pa_xml_io.C: - fix in removing file:// protocol for
                   6355:          win32 absolute path
                   6356: 
                   6357:        * src/include/pa_common.h: - one more capitalized header was added
                   6358: 
                   6359: 2009-09-22  misha
                   6360: 
                   6361:        * INSTALL: - comment about building just httpd binary while
                   6362:          building apache module was added
                   6363: 
                   6364: 2009-09-21  misha
                   6365: 
                   6366:        * buildall-with-xml: - moving to the latest versions of xml libs:
                   6367:          libxml 2.7.4 and libxslt 1.1.25
                   6368: 
                   6369: 2009-09-19  misha
                   6370: 
                   6371:        * tests/231.html: - test for encoding cookie in win-1251
                   6372: 
                   6373: 2009-09-18  misha
                   6374: 
                   6375:        * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
                   6376:          object] were added
                   6377: 
                   6378:        * operators.txt: - info about method ^reflection:fields[class or
                   6379:          object] was added
                   6380: 
                   6381:        * src/classes/reflection.C: - method ^reflection:fields[class or
                   6382:          object] was added
                   6383: 
                   6384:        * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
                   6385:          methods get_fields were added
                   6386: 
                   6387:        * tests/232.html: - tests for @GET[name]
                   6388: 
                   6389:        * src/classes/table.C: - some changes in handling hash-options for
                   6390:          creare, join and locate
                   6391: 
                   6392:        * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
                   6393:          defined with option: the type of requested value
                   6394: 
                   6395: 2009-09-17  misha
                   6396: 
                   6397:        * tests/212.html: - tests for .pattern and .options were added
                   6398: 
                   6399:        * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
                   6400:          $regex.options were added
                   6401: 
                   6402: 2009-09-11  misha
                   6403: 
                   6404:        * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
                   6405:          rewrited. it checks not just one case of sending cookies during
                   6406:          file::load[http], but also sending headers and fields (including
                   6407:          files)
                   6408: 
                   6409: 2009-09-10  misha
                   6410: 
                   6411:        * src/main/untaint.C: - workaround in file-spec lang for old Macs
                   6412:          was removed => now parser can open files with Russian 'r' in
                   6413:          filename
                   6414: 
                   6415:        * src/main/untaint.C: - bugfix: client charset whould be analized
                   6416:          while escaping cookies but now source charset
                   6417: 
                   6418:        * src/main/pa_http.C: - bugfix: the values of http headers didn't
                   6419:          ^tainted[uri] so it was possible to make request with incorrect
                   6420:          http header
                   6421: 
                   6422:        * src/main/pa_http.C: - capitalization of http headers during
                   6423:          file::load[http was slightly changes - bugfix: all headers which
                   6424:          parser sends during file::load[http should be transcoded and only
                   6425:          then escaped
                   6426: 
                   6427:        * src/main/untaint.C: - a bit more comments were added
                   6428: 
                   6429:        * src/classes/: file.C, string.C: - types where changes (minus 2
                   6430:          warnings)
                   6431: 
                   6432:        * src/include/pa_common.h: - 2 capitalized strings for making http
                   6433:          headers during file::load[http were added
                   6434: 
                   6435: 2009-09-08  misha
                   6436: 
                   6437:        * operators.txt: - changes in file.save and string.save were added
                   6438: 
                   6439:        * tests/: 230.html, 230.txt: - tests for checking options in
                   6440:          file.save and string.save were added
                   6441: 
                   6442:        * src/main/pa_request.C: - http headers names, which are passed to
                   6443:          SAPI::add_header_attribute are lowercased now (it'll be
                   6444:          capitalized in that method)
                   6445: 
                   6446:        * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
                   6447:          classes/string.C: - file_write accepts Request_charsets and asked
                   6448:          charset and cound transcode content before writing - string.save
                   6449:          and file.save have option $.charset now
                   6450: 
                   6451:        * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
                   6452:          classes/xdoc.C: - file_write accepts Request_charsets and asked
                   6453:          charset and cound transcode content before writing
                   6454: 
                   6455:        * src/include/pa_exception.h: - new exception comment string was
                   6456:          defined
                   6457: 
                   6458: 2009-09-07  misha
                   6459: 
                   6460:        * src/main/compile.y: - grammar $name\ name stops now for regex
                   6461:          sub-pattern\s
                   6462: 
                   6463: 2009-09-04  misha
                   6464: 
                   6465:        * src/main/pa_http.C: - capitalization of http headers during
                   6466:          file::load[http was implemented
                   6467: 
                   6468: 2009-09-03  misha
                   6469: 
                   6470:        * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
                   6471:          include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
                   6472:          types/pa_vmail.C, targets/cgi/parser3.C,
                   6473:          targets/isapi/parser3isapi.C: - back to storing response http
                   6474:          headers in lowercase - capitalize them during output
                   6475: 
                   6476: 2009-08-31  misha
                   6477: 
                   6478:        * src/classes/table.C: - allow call with any brackets (it could be
                   6479:          useful in methods with explict result declaration)
                   6480: 
                   6481:        * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
                   6482:          correctly if $request:charset==koi8-r
                   6483: 
                   6484: 2009-08-30  misha
                   6485: 
                   6486:        * src/: include/pa_common.h, main/pa_request.C: - http headers were
                   6487:          changed: content-type => Content-type and so on
                   6488: 
                   6489:        * src/classes/file.C, src/include/pa_common.h,
                   6490:          src/include/pa_request.h, src/main/pa_http.C,
                   6491:          src/main/pa_request.C, src/types/pa_vcookie.C,
                   6492:          src/types/pa_vmail.C, src/targets/cgi/parser3.C,
                   6493:          src/targets/isapi/parser3isapi.C, tests/results/001.processed,
                   6494:          tests/results/002.processed, tests/results/003.processed,
                   6495:          tests/results/004.processed, tests/results/005.processed,
                   6496:          tests/results/006.processed, tests/results/007.processed,
                   6497:          tests/results/008.processed, tests/results/009.processed,
                   6498:          tests/results/010.processed, tests/results/011.processed,
                   6499:          tests/results/012.processed, tests/results/013.processed,
                   6500:          tests/results/014.processed, tests/results/015.processed,
                   6501:          tests/results/016.processed, tests/results/017.processed,
                   6502:          tests/results/018.processed, tests/results/019.processed,
                   6503:          tests/results/020.processed, tests/results/021.processed,
                   6504:          tests/results/022.processed, tests/results/023.processed,
                   6505:          tests/results/024.processed, tests/results/025.processed,
                   6506:          tests/results/026.processed, tests/results/027.processed,
                   6507:          tests/results/028.processed, tests/results/029.processed,
                   6508:          tests/results/030.processed, tests/results/031.processed,
                   6509:          tests/results/032.processed, tests/results/033.processed,
                   6510:          tests/results/034.processed, tests/results/035.processed,
                   6511:          tests/results/036.processed, tests/results/037.processed,
                   6512:          tests/results/038.processed, tests/results/039.processed,
                   6513:          tests/results/040.processed, tests/results/041.processed,
                   6514:          tests/results/042.processed, tests/results/043.processed,
                   6515:          tests/results/044.processed, tests/results/045.processed,
                   6516:          tests/results/046.processed, tests/results/047.processed,
                   6517:          tests/results/048.processed, tests/results/049.processed,
                   6518:          tests/results/050.processed, tests/results/051.processed,
                   6519:          tests/results/052.processed, tests/results/053.processed,
                   6520:          tests/results/054.processed, tests/results/055.processed,
                   6521:          tests/results/056.processed, tests/results/057.processed,
                   6522:          tests/results/058.processed, tests/results/059.processed,
                   6523:          tests/results/060.processed, tests/results/061.processed,
                   6524:          tests/results/062.processed, tests/results/063.processed,
                   6525:          tests/results/064.processed, tests/results/065.processed,
                   6526:          tests/results/066.processed, tests/results/067.processed,
                   6527:          tests/results/068.processed, tests/results/069.processed,
                   6528:          tests/results/070.processed, tests/results/071.processed,
                   6529:          tests/results/072.processed, tests/results/073.processed,
                   6530:          tests/results/074.processed, tests/results/075.processed,
                   6531:          tests/results/076.processed, tests/results/077.processed,
                   6532:          tests/results/078.processed, tests/results/079.processed,
                   6533:          tests/results/080.processed, tests/results/081.processed,
                   6534:          tests/results/082.processed, tests/results/083.processed,
                   6535:          tests/results/084.processed, tests/results/085.processed,
                   6536:          tests/results/086.processed, tests/results/087.processed,
                   6537:          tests/results/088.processed, tests/results/089.processed,
                   6538:          tests/results/090.processed, tests/results/091.processed,
                   6539:          tests/results/092.processed, tests/results/093.processed,
                   6540:          tests/results/094.processed, tests/results/095.processed,
                   6541:          tests/results/096.processed, tests/results/097.processed,
                   6542:          tests/results/098.processed, tests/results/099.processed,
                   6543:          tests/results/100.processed, tests/results/101.processed,
                   6544:          tests/results/102.processed, tests/results/103.processed,
                   6545:          tests/results/104.processed, tests/results/105.processed,
                   6546:          tests/results/106.processed, tests/results/107.processed,
                   6547:          tests/results/108.processed, tests/results/109.processed,
                   6548:          tests/results/110.processed, tests/results/111.processed,
                   6549:          tests/results/112.processed, tests/results/113.processed,
                   6550:          tests/results/114.processed, tests/results/115.processed,
                   6551:          tests/results/116.processed, tests/results/117.processed,
                   6552:          tests/results/118.processed, tests/results/119.processed,
                   6553:          tests/results/120.processed, tests/results/121.processed,
                   6554:          tests/results/122.processed, tests/results/123.processed,
                   6555:          tests/results/124.processed, tests/results/125.processed,
                   6556:          tests/results/126.processed, tests/results/127.processed,
                   6557:          tests/results/128.processed, tests/results/129.processed,
                   6558:          tests/results/130.processed, tests/results/131.processed,
                   6559:          tests/results/132.processed, tests/results/133.processed,
                   6560:          tests/results/134.processed, tests/results/135.processed,
                   6561:          tests/results/136.processed, tests/results/138.processed,
                   6562:          tests/results/139.processed, tests/results/140.processed,
                   6563:          tests/results/141.processed, tests/results/142.processed,
                   6564:          tests/results/143.processed, tests/results/144.processed,
                   6565:          tests/results/145.processed, tests/results/146.processed,
                   6566:          tests/results/147.processed, tests/results/148.processed,
                   6567:          tests/results/149.processed, tests/results/150.processed,
                   6568:          tests/results/151.processed, tests/results/152.processed,
                   6569:          tests/results/153.processed, tests/results/154.processed,
                   6570:          tests/results/155.processed, tests/results/156.processed,
                   6571:          tests/results/157.processed, tests/results/158.processed,
                   6572:          tests/results/159.processed, tests/results/160.processed,
                   6573:          tests/results/161.processed, tests/results/162.processed,
                   6574:          tests/results/163.processed, tests/results/164.processed,
                   6575:          tests/results/165.processed, tests/results/166.processed,
                   6576:          tests/results/167.processed, tests/results/168.processed,
                   6577:          tests/results/169.processed, tests/results/170.processed,
                   6578:          tests/results/171.processed, tests/results/172.processed,
                   6579:          tests/results/173.processed, tests/results/174.processed,
                   6580:          tests/results/175.processed, tests/results/176.processed,
                   6581:          tests/results/177.processed, tests/results/178.processed,
                   6582:          tests/results/179.processed, tests/results/180.processed,
                   6583:          tests/results/181.processed, tests/results/182.processed,
                   6584:          tests/results/183.processed, tests/results/184.processed,
                   6585:          tests/results/185.processed, tests/results/186.processed,
                   6586:          tests/results/187.processed, tests/results/188.processed,
                   6587:          tests/results/189.processed, tests/results/190.processed,
                   6588:          tests/results/191.processed, tests/results/192.processed,
                   6589:          tests/results/193.processed, tests/results/194.processed,
                   6590:          tests/results/195.processed, tests/results/196.processed,
                   6591:          tests/results/197.processed, tests/results/198.processed,
                   6592:          tests/results/199.processed, tests/results/200.processed,
                   6593:          tests/results/201.processed, tests/results/202.processed,
                   6594:          tests/results/203.processed, tests/results/204.processed,
                   6595:          tests/results/205.processed, tests/results/206.processed,
                   6596:          tests/results/207.processed, tests/results/208.processed,
                   6597:          tests/results/209.processed, tests/results/210.processed,
                   6598:          tests/results/211.processed, tests/results/212.processed,
                   6599:          tests/results/213.processed, tests/results/214.processed,
                   6600:          tests/results/215.processed, tests/results/216.processed,
                   6601:          tests/results/217.processed, tests/results/218.processed,
                   6602:          tests/results/219.processed, tests/results/220.processed,
                   6603:          tests/results/221.processed, tests/results/222.processed,
                   6604:          tests/results/223.processed, tests/results/224.processed,
                   6605:          tests/results/225.processed, tests/results/226.processed,
                   6606:          tests/results/227.processed, tests/results/228.processed,
                   6607:          tests/results/229.processed: - http headers were changed:
                   6608:          content-type => Content-type and so on
                   6609: 
                   6610: 2009-08-27  misha
                   6611: 
                   6612:        * src/: main/pa_random.C, include/pa_random.h,
                   6613:          targets/cgi/parser3.C: - year was updated :)
                   6614: 
                   6615: 2009-08-26  misha
                   6616: 
                   6617:        * tests/: 224.html, 224.p: - test for creating of parser object
                   6618:          using constructor without params - little bugfix in test
                   6619: 
                   6620:        * src/main/compile_tools.h: - bugfix: should't call autouse while
                   6621:          checking existed class while processing partial option
                   6622: 
                   6623:        * src/classes/reflection.C: - bugfix: core when creating object
                   6624:          with reflection and constructor doesn't have params
                   6625: 
                   6626: 2009-08-24  misha
                   6627: 
                   6628:        * tests/229.html: - tests for checking the number of parameters
                   6629:          were added
                   6630: 
                   6631:        * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
                   6632:          number of method's parameters wasn't checked correctly (the bug
                   6633:          was introduced in 3.4.0)
                   6634: 
                   6635: 2009-08-22  misha
                   6636: 
                   6637:        * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
                   6638:          transcoded, but tainted pieces are escaped only when
                   6639:          content-type==url-encoding
                   6640: 
                   6641:        * tests/228.html: - test for checking
                   6642:          ^file::load[http://...;$.body[]]
                   6643: 
                   6644:        * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
                   6645:          post charset was too early (charsets is empty at this moment)
                   6646: 
                   6647: 2009-08-21  misha
                   6648: 
                   6649:        * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
                   6650:          main/untaint.C: - some fixes with transcode+untaint
                   6651: 
                   6652: 2009-08-15  misha
                   6653: 
                   6654:        * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
                   6655:          was increaced to 100 (was 50)
                   6656: 
                   6657:        * tests/227.html: - test for checking overriding properties in
                   6658:          static classes was added
                   6659: 
                   6660:        * tests/: 226.html, 226.p: - test for @autoload[] was added
                   6661: 
                   6662:        * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
                   6663:          main/execute.C, main/pa_request.C, classes/reflection.C: -
                   6664:          autouse was implemented
                   6665: 
                   6666: 2009-08-14  misha
                   6667: 
                   6668:        * src/classes/reflection.C: - outdated checkout was removed
                   6669: 
                   6670:        * src/classes/reflection.C: - optimization - method ^dynamical was
                   6671:          added.
                   6672: 
                   6673:        * src/: types/pa_value.h, types/pa_vmethod_frame.h,
                   6674:          types/pa_vstateless_class.h, main/execute.C: - optimization
                   6675: 
                   6676:        * src/types/pa_vclass.C: - exception if base on sytem class
                   6677: 
                   6678: 2009-08-12  misha
                   6679: 
                   6680:        * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
                   6681:          pa_vstateless_class.h: - little optimisation
                   6682: 
                   6683: 2009-08-11  misha
                   6684: 
                   6685:        * tests/224.html: - method_params => method_info - checking for
                   6686:          $.inherited
                   6687: 
                   6688:        * src/classes/reflection.C, operators.txt: - method method_params
                   6689:          was renamed to method_info and now it returns class name, if
                   6690:          method was defined in ancestor
                   6691: 
                   6692:        * tests/225.html: - tests for cheching properties in hierarhical
                   6693:          classes were added
                   6694: 
                   6695:        * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
                   6696:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   6697:          main/compile.y, main/execute.C, classes/classes.C: - problems
                   6698:          with properties in new classes implementation were fixed
                   6699: 
                   6700: 2009-08-10  misha
                   6701: 
                   6702:        * src/main/execute.C: - now constructor shouldn't be defined in
                   6703:          class. it could be defined in parent.
                   6704: 
                   6705: 2009-08-09  misha
                   6706: 
                   6707:        * src/classes/reflection.C: - ^reflection:methods doesn't return
                   6708:          base's methods
                   6709: 
                   6710: 2009-08-08  misha
                   6711: 
                   6712:        * src/: classes/classes.h, classes/date.C, classes/file.C,
                   6713:          classes/form.C, classes/hash.C, classes/hashfile.C,
                   6714:          classes/image.C, classes/mail.C, classes/op.C,
                   6715:          classes/reflection.C, classes/regex.C, classes/string.C,
                   6716:          classes/table.C, classes/xdoc.C, classes/xnode.C,
                   6717:          classes/xnode.h, include/pa_hash.h, main/execute.C,
                   6718:          main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
                   6719:          types/pa_method.h, types/pa_property.h, types/pa_value.C,
                   6720:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   6721:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   6722:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
                   6723:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   6724:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   6725:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   6726:          types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
                   6727:          types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
                   6728:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
                   6729:          types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   6730:          types/pa_vresponse.C, types/pa_vresponse.h,
                   6731:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   6732:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   6733:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
                   6734:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   6735:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   6736:          types/pa_wwrapper.h, types/types.vcproj: - new classes
                   6737:          implementation
                   6738: 
                   6739:        * buildall-with-xml, buildall-without-xml: - gc has a bug if
                   6740:          USE_MUNMAP is used. so it is disabled as a workaround.
                   6741: 
                   6742: 2009-08-05  misha
                   6743: 
                   6744:        * src/: main/pa_common.C, include/pa_common.h: - not needed
                   6745:          parameter was removed
                   6746: 
                   6747:        * src/main/pa_http.C: - bugfix: error was during detecting
                   6748:          content-type of file which was loaded by http
                   6749: 
                   6750: 2009-08-01  misha
                   6751: 
                   6752:        * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
                   6753:          src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
                   6754:          OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
                   6755:          can't be disabled with defines any longer
                   6756: 
                   6757: 2009-07-29  misha
                   6758: 
                   6759:        * src/classes/reflection.C, tests/results/224.processed: - for
                   6760:          native methods with any call type now returned empty call_type
                   6761:          value
                   6762: 
                   6763:        * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
                   6764:          classes/table.C, include/pa_hash.h, include/pa_request.h,
                   6765:          main/pa_request.C: - break in cycles was optimized
                   6766: 
                   6767:        * INSTALL: - more defines were described
                   6768: 
                   6769: 2009-07-28  misha
                   6770: 
                   6771:        * operators.txt: - some changes in information about reflection
                   6772:          class
                   6773: 
                   6774:        * tests/: 224.html, 224.p: - tests for reflection class
                   6775: 
                   6776:        * src/classes/reflection.C: - some bugs were fixed, method classes
                   6777:          was added, refactoring
                   6778: 
                   6779: 2009-07-26  misha
                   6780: 
                   6781:        * src/classes/classes.vcproj: - reflection class wass added to
                   6782:          project
                   6783: 
                   6784:        * operators.txt: - information about reflection class was added
                   6785: 
                   6786:        * src/classes/reflection.C: - class was redesigned
                   6787: 
                   6788: 2009-07-24  misha
                   6789: 
                   6790:        * src/classes/: Makefile.am, reflection.C: - class reflection was
                   6791:          added
                   6792: 
                   6793:        * src/types/pa_vstateless_class.h: - method for reflection method's
                   6794:          in classes was added
                   6795: 
                   6796: 2009-07-22  misha
                   6797: 
                   6798:        * src/main/compile_tools.h: - bugfix: $object.$var was
                   6799:          over-optimized. it failed if $object1.$object2.field
                   6800: 
                   6801: 2009-07-16  misha
                   6802: 
                   6803:        * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
                   6804:          lib/cord/cordxtra.c, lib/cord/include/cord.h,
                   6805:          include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
                   6806:          CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
                   6807:          one more arg: length of cord
                   6808: 
                   6809: 2009-07-15  misha
                   6810: 
                   6811:        * src/main/pa_http.C: - bugfix: $.cookies' values should be force
                   6812:          tainted in ^file::load[http://...;$.cookies[]]
                   6813: 
                   6814:        * src/classes/: op.C, regex.C, string.C: - new string with
                   6815:          exception was used
                   6816: 
                   6817:        * src/include/pa_exception.h: - new string with exception was added
                   6818: 
                   6819:        * tests/223.html: - test for checking cookie-encoding during
                   6820:          ^file::load[http was added
                   6821: 
                   6822:        * tests/: 221.html, 222.html: - tests for checking type of
                   6823:          $table.fields.field were added
                   6824: 
                   6825:        * src/types/pa_vtable.C: - not used var decl was removed
                   6826: 
                   6827:        * src/include/pa_string.h: - use cached string length in Body::mid.
                   6828:          it improves speed of match with brackets in pattern
                   6829: 
                   6830:        * src/lib/cord/include/cord.h: - make CORD_substr_checked available
                   6831:          outside
                   6832: 
                   6833: 2009-07-14  misha
                   6834: 
                   6835:        * src/types/pa_vtable.C: - $table.fields.a return string even if
                   6836:          column is empty (sometime returned void) - $table.fields was
                   6837:          added for nameless tables
                   6838: 
                   6839:        * src/targets/cgi/getopt.c: - one warning resolved
                   6840: 
                   6841:        * src/main/pa_string.C: - potentian bug fixed
                   6842: 
                   6843:        * src/classes/op.C: - small optimization in taint/untaint
                   6844: 
                   6845: 2009-07-13  misha
                   6846: 
                   6847:        * tests/156.html: - test for $cookie[...$.httponly(false)...] was
                   6848:          added
                   6849: 
                   6850:        * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
                   6851:          souldn't add the attribut to output
                   6852: 
                   6853: 2009-07-11  misha
                   6854: 
                   6855:        * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
                   6856:          stack size was increaced to 2MB (default=1MB)
                   6857: 
                   6858: 2009-07-08  misha
                   6859: 
                   6860:        * src/main/pa_string.C: - link to UTF-8 description was added
                   6861: 
                   6862:        * src/include/pa_hash.h: - hash keeps element's order in more
                   6863:          places (ex: ._keys[])
                   6864: 
                   6865:        * tests/220.html: - test for checking order of elements in hash in
                   6866:          foreach was added
                   6867: 
                   6868:        * tests/172.html: - small changes in printing hash
                   6869: 
                   6870:        * tests/129.html: - small changes in printing hash
                   6871: 
                   6872:        * src/: include/pa_common.h, include/pa_hash.h,
                   6873:          include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
                   6874:          types/pa_vmethod_frame.h: - hash now keeps order of elements
                   6875: 
                   6876:        * tests/014.html: - small changes in printing hash
                   6877: 
                   6878: 2009-07-07  misha
                   6879: 
                   6880:        * src/classes/op.C: - new taint language "parser-code" was added
                   6881: 
                   6882:        * tests/219.html: - test for auto untaint parser code in process
                   6883:          was added
                   6884: 
                   6885:        * src/classes/op.C: - tainted pieces in body of process are
                   6886:          auto-untainted now: ^ -> ^^, $ -> ^$ etc.
                   6887: 
                   6888:        * src/: include/pa_string.h, main/untaint.C: - new language
                   6889:          L_PARSER_CODE for auto-untaint in process was added
                   6890: 
                   6891:        * src/: classes/file.C, classes/hash.C, classes/image.C,
                   6892:          classes/op.C, classes/string.C, classes/table.C, classes/void.C,
                   6893:          classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
                   6894:          main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
                   6895:          main/untaint.C, types/pa_value.h, types/pa_vhash.h,
                   6896:          types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
                   6897:          code cleanup
                   6898: 
                   6899: 2009-07-06  misha
                   6900: 
                   6901:        * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
                   6902:          table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
                   6903:          deleted. taint_cstr[m] and untaint_cstr[m] should be used
                   6904: 
                   6905:        * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
                   6906:          pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
                   6907:          pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
                   6908:          cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
                   6909:          should be used
                   6910: 
                   6911:        * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
                   6912:          pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
                   6913:          cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
                   6914:          untaint_cstr[m] should be used
                   6915: 
                   6916:        * src/include/pa_string.h: - cstr(params) and cstrm(params) were
                   6917:          deleted. taint_cstr[m] and untaint_cstr[m] should be used
                   6918: 
                   6919:        * tests/218.html: - test for checking automatic file-spec-taint was
                   6920:          added
                   6921: 
                   6922:        * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
                   6923:          types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
                   6924:          classes/file.C, classes/hash.C, classes/image.C,
                   6925:          classes/string.C, classes/table.C, classes/void.C,
                   6926:          classes/xdoc.C: - optimizations and simplification of
                   6927:          string.cstr(...)
                   6928: 
                   6929:        * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
                   6930:          main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
                   6931:          - optimizations and simplification of string.cstr(...)
                   6932: 
                   6933: 2009-07-04  misha
                   6934: 
                   6935:        * tests/217.html: - test for recursion detection was added
                   6936: 
                   6937:        * src/: types/types.vcproj, main/main.vcproj,
                   6938:          classes/classes.vcproj, targets/cgi/parser3.vcproj,
                   6939:          targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
                   6940:          from .vcproj
                   6941: 
                   6942:        * src/types/pa_wwrapper.h: - dynamic_cast was removed
                   6943: 
                   6944:        * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
                   6945:          uploading files and case-insensitive http-method were added
                   6946: 
                   6947:        * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
                   6948:          tainted pattern in ^file:list[] was added
                   6949: 
                   6950: 2009-07-03  misha
                   6951: 
                   6952:        * src/: classes/classes.vcproj, main/main.vcproj,
                   6953:          types/types.vcproj, targets/cgi/parser3.vcproj,
                   6954:          targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
                   6955:          for dynamic_cast) - little options changes
                   6956: 
                   6957:        * src/main/pa_http.C: - file::load[http works now with uploading
                   6958:          files _and_ changing $.charset
                   6959: 
                   6960: 2009-06-29  misha
                   6961: 
                   6962:        * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
                   6963:          while creating pattern
                   6964: 
                   6965: 2009-06-25  misha
                   6966: 
                   6967:        * src/classes/image.C, operators.txt: - options' names for
                   6968:          ^image.font were changed to $.space, $.width and $spacing -
                   6969:          default space width now == gif's width
                   6970: 
                   6971: 2009-06-24  misha
                   6972: 
                   6973:        * tests/215.html: - tests for $file.mode were added
                   6974: 
                   6975:        * operators.txt: - added info about $file.mode and changes in
                   6976:          ^image.font[
                   6977: 
                   6978:        * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
                   6979:          param now could be omited - third param now could be hash (with
                   6980:          all widths options: $.space-width, $.letter-width) - it's
                   6981:          possible to specify tracking ($.letter-space)
                   6982: 
                   6983:        * src/classes/file.C: - file objects now could have mode field
                   6984:          (text|binary)
                   6985: 
                   6986:        * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
                   6987: 
                   6988: 2009-06-23  misha
                   6989: 
                   6990:        * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
                   6991:          trim can work with utf-8 chars now
                   6992: 
                   6993: 2009-06-20  misha
                   6994: 
                   6995:        * src/: classes/hash.C, main/pa_string.C: - string length cacheing
                   6996:          was implemented
                   6997: 
                   6998:        * src/classes/table.C: - string length cacheing was implemented
                   6999: 
                   7000:        * src/include/pa_string.h: - string length cacheing was implemented
                   7001: 
                   7002: 2009-06-17  misha
                   7003: 
                   7004:        * src/main/execute.C: - value param was removed from
                   7005:          WContext::WContext
                   7006: 
                   7007:        * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
                   7008:          pa_wwrapper.h: - value param was removed from WContext::WContext
                   7009:          - field wcontext was removed from VCodeFrame (using fparent
                   7010:          instead)
                   7011: 
                   7012:        * tests/214.html: - test with hash copying
                   7013: 
                   7014: 2009-06-16  misha
                   7015: 
                   7016:        * tests/: 062.html, results/062.processed: - evaluation hardcoded
                   7017:          strings doesn't work in expression anymore
                   7018: 
                   7019:        * src/main/execute.C: - less calls for get_constructing() - little
                   7020:          refactoring
                   7021: 
                   7022:        * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
                   7023:          include/pa_request.h: - less calls for get_constructing()
                   7024: 
                   7025:        * src/classes/: hash.C, hashfile.C: - fixed bug which was
                   7026:          introduced with OPTIMIZE_SINGLE_STRING optimization
                   7027: 
                   7028: 2009-06-14  misha
                   7029: 
                   7030:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   7031:          classes/hashfile.C, classes/image.C, classes/regex.C,
                   7032:          classes/table.C, classes/xdoc.C, classes/xnode.h,
                   7033:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
                   7034:          types/pa_vstateless_class.h, main/execute.C: - create object for
                   7035:          storing object's fields only for parser objects
                   7036: 
                   7037: 2009-06-13  misha
                   7038: 
                   7039:        * buildall-with-xml, buildall-without-xml: - new option was added
                   7040:          for building GC (it slightly reduces memory usage)
                   7041: 
                   7042:        * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
                   7043:          single string write
                   7044: 
                   7045:        * src/main/execute.C: - bytecode optimization of ^class:constructor
                   7046:          - optimization of single string write
                   7047: 
                   7048:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
                   7049:          - bytecode optimization of ^class:constructor
                   7050: 
                   7051: 2009-06-09  misha
                   7052: 
                   7053:        * src/targets/cgi/parser3.C: - type size_t was changed to int in
                   7054:          main (better compatibility)
                   7055: 
                   7056: 2009-06-08  misha
                   7057: 
                   7058:        * src/main/compile.y: - I've forgot to commit it :(
                   7059: 
                   7060: 2009-06-07  misha
                   7061: 
                   7062:        * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
                   7063:          WITH_READ and WITH_ROOT
                   7064: 
                   7065:        * src/main/: compile.y, compile_tools.C, compile_tools.h,
                   7066:          execute.C: - more optimizations for WITH_SELF, WITH_READ and
                   7067:          WITH_ROOT - little refactoring
                   7068: 
                   7069: 2009-06-06  misha
                   7070: 
                   7071:        * tests/213.html: - tests for 3rd match string-param were added
                   7072: 
                   7073:        * src/classes/string.C: - 3rd match param could be string now
                   7074: 
                   7075:        * src/main/: compile.y, compile_tools.h: - much more bytecode's
                   7076:          sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
                   7077:          GET_OBJECT_ELEMENT
                   7078: 
                   7079: 2009-06-05  misha
                   7080: 
                   7081:        * src/main/pa_http.C: - bugfix: content-length was not calculated
                   7082:          if $.body was specified
                   7083: 
                   7084: 2009-06-04  misha
                   7085: 
                   7086:        * src/classes/op.C: - optimizing write_assign_lang in connect
                   7087: 
                   7088:        * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
                   7089: 
                   7090:        * src/main/execute.C: - little refactoring - optimizing
                   7091:          write_assign_lang in taint/untaint
                   7092: 
                   7093:        * src/include/pa_opcode.h: - little refactoring
                   7094: 
                   7095:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
                   7096:          main/compile_tools.h, main/execute.C: - optimizations for
                   7097:          $self.field, ^self.method, $self.field[...] and $self.field(...)
                   7098:          were added
                   7099: 
                   7100: 2009-06-03  misha
                   7101: 
                   7102:        * src/types/pa_venv.C: - pa_strdup was replaced by strdup
                   7103: 
                   7104: 2009-06-02  misha
                   7105: 
                   7106:        * src/: main/compile.y, main/compile_tools.h, main/execute.C,
                   7107:          include/pa_opcode.h: - refactoring in last optimizations
                   7108:          ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
                   7109:          now but code is much easy and it is ready for further
                   7110:          improvements.
                   7111: 
                   7112: 2009-05-27  misha
                   7113: 
                   7114:        * src/: types/pa_junction.h, types/pa_vjunction.C,
                   7115:          types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
                   7116:          changed in destructing junctions
                   7117: 
                   7118:        * src/main/: pa_charset.C, pa_string.C: - more safe creation on
                   7119:          String:Body
                   7120: 
                   7121: 2009-05-26  misha
                   7122: 
                   7123:        * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
                   7124:          one method detect_charset was deleted - bug was fixed in this
                   7125:          method (error while detecting charset in content_type withot last
                   7126:          ';')
                   7127: 
                   7128:        * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
                   7129:          once
                   7130: 
                   7131: 2009-05-25  misha
                   7132: 
                   7133:        * src/classes/file.C: - bugfix: file::exec didn't work after
                   7134:          optimizing of helper_length
                   7135: 
                   7136: 2009-05-24  misha
                   7137: 
                   7138:        * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
                   7139:          were added - little refactoring
                   7140: 
                   7141:        * src/main/execute.C: - core while printing in debug log
                   7142:          non-printable values was fixed - $a[$b.c] and $a[$b.$c]
                   7143:          optimisations were added
                   7144: 
                   7145:        * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
                   7146:          were added
                   7147: 
                   7148: 2009-05-23  misha
                   7149: 
                   7150:        * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
                   7151:          lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
                   7152:          CORD_cat optimization
                   7153: 
                   7154:        * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
                   7155:          - call constr optimisation under separate define now
                   7156: 
                   7157:        * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
                   7158:          in $b should be string, not void
                   7159: 
                   7160:        * src/main/compile.y: - little fix for rem-cut optimisation
                   7161: 
                   7162:        * src/: include/pa_opcode.h, main/compile_tools.C,
                   7163:          main/compile_tools.h, main/execute.C: - optimisations for
                   7164:          $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
                   7165: 
                   7166:        * INSTALL: - description of some #defined were added
                   7167: 
                   7168:        * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
                   7169:          before 1st access (memory usage is reduced if don't access to
                   7170:          .text field)
                   7171: 
                   7172:        * src/include/pa_array.h: - array grows step now not static (it
                   7173:          reduces numbers of reallocs)
                   7174: 
                   7175: 2009-05-20  misha
                   7176: 
                   7177:        * src/include/pa_opcode.h: - bytecode optimization for $a(1),
                   7178:          $.b(2), $c[d] and $.e[f] was added
                   7179: 
                   7180:        * src/main/: compile.y, compile_tools.C, compile_tools.h,
                   7181:          execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
                   7182:          $.e[f] was added
                   7183: 
                   7184:        * src/main/execute.C: - debug printing moved in defines
                   7185: 
                   7186:        * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
                   7187:          and little refactoring for OP_GET_OBJECT_ELEMENT +
                   7188:          OP_GET_OBJECT_VAR_ELEMENT optimisation
                   7189: 
                   7190: 2009-05-19  misha
                   7191: 
                   7192:        * src/main/: compile.y, compile_tools.C, compile_tools.h,
                   7193:          execute.C: - $a.$b & ^a.$b bytecode optimisation
                   7194: 
                   7195:        * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
                   7196:          ^a.$b optimisation)
                   7197: 
                   7198:        * src/main/compile.y: - compiler now generate new opcodes:
                   7199:          OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
                   7200:          ^a.b - compiler now cut off ^rem{ with all content ; any number
                   7201:          of params }
                   7202: 
                   7203:        * src/main/execute.C: - code for handle new opcodes
                   7204:          OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
                   7205: 
                   7206:        * src/main/: compile_tools.C, compile_tools.h: - new parameter was
                   7207:          added for LA2V and LA2S
                   7208: 
                   7209:        * src/include/pa_opcode.h: - new defines which can be used for
                   7210:          disable some bytecode optimisation and new opcodes were added
                   7211: 
                   7212: 2009-05-17  misha
                   7213: 
                   7214:        * src/lib/cord/cordxtra.c: - bugfix.
                   7215: 
                   7216:        * tests/212.html: - .size[] and .study_size[] were added to tests
                   7217: 
                   7218:        * operators.txt: - info about regex class was added
                   7219: 
                   7220:        * tests/212.html: - tests for regex class were added
                   7221: 
                   7222: 2009-05-16  misha
                   7223: 
                   7224:        * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
                   7225:          gc7.1
                   7226: 
                   7227:        * tests/022.html: - test for ^file:list[path;] (empty second param)
                   7228:          was added
                   7229: 
                   7230:        * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
                   7231:          param) should work
                   7232: 
                   7233: 2009-05-15  misha
                   7234: 
                   7235:        * src/classes/table.C: - automatically disable stringstream usage
                   7236:          on freebsd4
                   7237: 
                   7238:        * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
                   7239:          scope
                   7240: 
                   7241:        * tests/211.html: - test with different types of access to hash was
                   7242:          added
                   7243: 
                   7244:        * tests/210.html: - test which checks for loosing tainting in
                   7245:          hash's keys was added
                   7246: 
                   7247:        * tests/208.html: - some parser work added. or stime == 0 %-)
                   7248: 
                   7249:        * src/lib/cord/cordbscs.c: - little hack was added to cord
                   7250: 
                   7251:        * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
                   7252: 
                   7253:        * src/include/pa_version.h, configure.in: - moko have made a lot of
                   7254:          optimisations for increacing version number more dramatically :)
                   7255: 
                   7256:        * src/classes/date.C: - little refactoring: use constructor which
                   7257:          accepts formated string
                   7258: 
                   7259:        * src/: include/pa_string.h, main/pa_string.C: - String constructor
                   7260:          which can print formatted string was added
                   7261: 
                   7262: 2009-05-14  misha
                   7263: 
                   7264:        * src/include/pa_string.h: - type was fixed
                   7265: 
                   7266:        * src/: classes/hashfile.C, classes/op.C,
                   7267:          include/pa_cache_managers.h, include/pa_charset.h,
                   7268:          include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
                   7269:          include/pa_request.h, include/pa_sql_driver_manager.h,
                   7270:          include/pa_string.h, include/pa_stylesheet_manager.h,
                   7271:          include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
                   7272:          main/pa_charsets.C, main/pa_string.C,
                   7273:          main/pa_stylesheet_connection.C, types/pa_value.h,
                   7274:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   7275:          types/pa_vobject.C, types/pa_vstateless_class.C,
                   7276:          types/pa_vstateless_class.h: - hash_code caching was implemented
                   7277:          (seaches should be faster now)
                   7278: 
                   7279:        * src/: classes/file.C, classes/hash.C, classes/image.C,
                   7280:          classes/string.C, classes/table.C, include/pa_string.h,
                   7281:          main/pa_charset.C, main/pa_http.C, main/pa_request.C,
                   7282:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
                   7283:          types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
                   7284:          types/pa_vrequest.C: - String constructors don't have that stupid
                   7285:          true/false param which means 'tainted'. they accept lang instead.
                   7286: 
                   7287:        * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
                   7288:          with OPTIMIZE_RESULT
                   7289: 
                   7290:        * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
                   7291:          wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
                   7292: 
                   7293: 2009-05-13  misha
                   7294: 
                   7295:        * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
                   7296:          types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
                   7297:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   7298:          types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
                   7299:          types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
                   7300:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                   7301:          include/pa_string.h, classes/date.C, classes/file.C,
                   7302:          classes/hash.C, classes/image.C, classes/string.C,
                   7303:          classes/table.C, classes/xdoc.C: - result optimisation -
                   7304:          helper_length parameter removed from string constructors
                   7305: 
                   7306: 2009-05-11  misha
                   7307: 
                   7308:        * tests/209.html: - tests for ^hash::create[hash] were added
                   7309: 
                   7310:        * tests/208.html: - tests for $status:rusage, $status:memory,
                   7311:          ^memory:compact[] were added
                   7312: 
                   7313:        * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
                   7314:          log10 were added
                   7315: 
                   7316:        * tests/206.html: - test for try with finally was added
                   7317: 
                   7318: 2009-05-10  misha
                   7319: 
                   7320:        * tests/205.html: - test for ^file::create[...] was added
                   7321: 
                   7322:        * tests/204.html: - test for ^response:clear[] was added
                   7323: 
                   7324:        * tests/038.html: - tests for trigonometric functions were added
                   7325: 
                   7326:        * tests/014.html: - tests for ^hash.containts and ^hash.delete were
                   7327:          added - more tests for .add, .sub, .union, .intersects and
                   7328:          .intersections
                   7329: 
                   7330:        * tests/065.html: - test for ^file:dirname was added
                   7331: 
                   7332:        * tests/030.html: - test for $cookie:fields was added
                   7333: 
                   7334:        * tests/203.html: - test for ^h._keys[column name] was added
                   7335: 
                   7336:        * tests/201.html: - tests for .trim were added
                   7337: 
                   7338:        * tests/202.html: - tests for last-day,
                   7339:          date:calendar[type](YYYY;MM;DD) were added
                   7340: 
                   7341:        * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
                   7342:          .offset[type](N) were added
                   7343: 
                   7344:        * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
                   7345:          and .pos[c](N) were added
                   7346: 
                   7347:        * tests/141.html: - test for math:sha1 was added
                   7348: 
                   7349:        * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
                   7350: 
                   7351: 2009-05-09  misha
                   7352: 
                   7353:        * src/main/compile.y: - rollback
                   7354: 
                   7355: 2009-05-05  misha
                   7356: 
                   7357:        * src/main/pa_exec.C: - little optimisation: somewhere length() was
                   7358:          replaced by is_empty()
                   7359: 
                   7360:        * src/: include/pa_string.h, main/pa_charset.C: - little
                   7361:          optimisation: somewhere length() was replaced by is_empty()
                   7362: 
                   7363:        * src/classes/table.C: - little optimisation: somewhere length()
                   7364:          was replaced by is_empty()
                   7365: 
                   7366:        * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
                   7367:          classes/op.C, classes/table.C, main/pa_exception.C: - little
                   7368:          optimisation: somewhere length() was replaced by is_empty()
                   7369: 
                   7370: 2009-05-04  misha
                   7371: 
                   7372:        * src/: types/pa_method.h, types/pa_vstateless_class.C,
                   7373:          types/pa_vstateless_class.h, main/execute.C,
                   7374:          include/pa_request.h, classes/hash.C, classes/op.C,
                   7375:          classes/table.C: - more optimisations were added: some operators
                   7376:          don't switch write context anylonger
                   7377: 
                   7378: 2009-05-01  misha
                   7379: 
                   7380:        * src/main/compile.y: - slightly more opcode optimisations for
                   7381:          WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
                   7382: 
                   7383:        * src/main/execute.C: - simplifying process for getters
                   7384: 
                   7385: 2009-04-30  misha
                   7386: 
                   7387:        * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
                   7388: 
                   7389:        * tests/results/199.processed: - test for checking $result into
                   7390:          ^rem was added
                   7391: 
                   7392:        * tests/199.html: - test for checking $result into ^rem was added
                   7393: 
                   7394:        * tests/: 022.html, 096.html: - þsort after :list was asses (on
                   7395:          some OS it returns list in different order)
                   7396: 
                   7397:        * src/: include/pa_array.h, include/pa_request.h,
                   7398:          include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
                   7399:          changes in stack impl - get_element() optimisation: 3rd param
                   7400:          removed - bugfix: problems with reading empty input param -
                   7401:          defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
                   7402: 
                   7403:        * tests/results/198.processed: - test for reading empty local var
                   7404:          was added
                   7405: 
                   7406:        * tests/198.html: - test for reading empty local var was added
                   7407: 
                   7408: 2009-04-29  misha
                   7409: 
                   7410:        * src/main/compile.y: - bugfix: couldn't compile because
                   7411:          OP_VALUE__GET_ELEMENT should be unde #ifdef
                   7412: 
                   7413:        * src/: include/pa_array.h, include/pa_opcode.h,
                   7414:          include/pa_request.h, main/compile.y, main/execute.C,
                   7415:          main/pa_request.C, types/pa_vmethod_frame.C,
                   7416:          types/pa_vmethod_frame.h: - we can work without opcode
                   7417:          OP_STORE_PARAM, so it was removed
                   7418: 
                   7419: 2009-04-28  misha
                   7420: 
                   7421:        * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
                   7422:          op-codes optimisation:   1. VALUE+GET_CLASS=>VALUE_GET_CLASS   2.
                   7423:          WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
                   7424:          3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
                   7425:          4.
                   7426:          WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
                   7427: 
                   7428:        * src/main/compile_tools.h: - new stuff for op-codes optimisation
                   7429: 
                   7430:        * src/: main/pa_string.C, classes/string.C: - !length() =>
                   7431:          is_empty()
                   7432: 
                   7433: 2009-04-27  misha
                   7434: 
                   7435:        * src/types/pa_vregex.h: - back explicit vars initialisation
                   7436: 
                   7437: 2009-04-24  misha
                   7438: 
                   7439:        * src/classes/string.C: - ups. typo fixed
                   7440: 
                   7441:        * src/main/execute.C: - more replacements '*new VBool' to
                   7442:          'VBool::get' - checks for ^break[], ^continue[] and
                   7443:          parser.interrupted were optimised
                   7444: 
                   7445:        * src/classes/string.C: - number of params.count() calls was
                   7446:          slightly reduced
                   7447: 
                   7448: 2009-04-23  misha
                   7449: 
                   7450:        * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
                   7451:          make it x64 friendly
                   7452: 
                   7453:        * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
                   7454:          parser is x64 friendly now
                   7455: 
                   7456: 2009-04-22  misha
                   7457: 
                   7458:        * src/types/pa_vhashfile.C: - coder friendly exception about
                   7459:          exceeding record size was added
                   7460: 
                   7461:        * src/classes/file.C: - use vregex object instead of direct calls
                   7462:          methods from pcre lib
                   7463: 
                   7464:        * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
                   7465:          classes/string.C: - use vregex object instead of direct calls
                   7466:          methods from pcre lib
                   7467: 
                   7468:        * src/: include/pa_common.h, main/pa_common.C: - method
                   7469:          print_pcre_exec_error_text was moved to class vregex
                   7470: 
                   7471:        * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
                   7472:          was added
                   7473: 
                   7474:        * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
                   7475:          - class vregex was added
                   7476: 
                   7477: 2009-04-21  misha
                   7478: 
                   7479:        * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
                   7480: 
                   7481:        * src/: types/pa_junction.h, types/pa_value.C,
                   7482:          types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
                   7483:          types/pa_wcontext.h, main/execute.C, classes/op.C: -
                   7484:          junction-optimisation (destructors)
                   7485: 
                   7486:        * src/include/pa_array.h: - free under if now
                   7487: 
                   7488: 2009-04-19  misha
                   7489: 
                   7490:        * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
                   7491: 
                   7492: 2009-04-18  misha
                   7493: 
                   7494:        * src/include/pa_version.h:
                   7495:          :q :
                   7496: 
                   7497:          CV:
                   7498:          ----------------------------------------------------------------------
                   7499: 
                   7500:        * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
                   7501:          refactoring
                   7502: 
                   7503:        * src/: include/pa_array.h, include/pa_hash.h,
                   7504:          types/pa_vmethod_frame.h: - destructors under #ifdef now
                   7505: 
                   7506:        * src/include/pa_memory.h: - define for using destructors was added
                   7507: 
                   7508:        * src/: types/pa_method.h, types/pa_vstateless_class.C,
                   7509:          main/execute.C: - some junctions will be cached now
                   7510: 
                   7511:        * src/include/pa_hash.h: - hash destructor frees pairs now
                   7512: 
                   7513:        * src/include/pa_array.h: - inline was added to destructor
                   7514: 
                   7515:        * src/types/pa_method.h: - comment was changed
                   7516: 
                   7517: 2009-04-17  misha
                   7518: 
                   7519:        * src/: include/pa_array.h, include/pa_hash.h,
                   7520:          types/pa_vmethod_frame.h: - destructors were added
                   7521: 
                   7522:        * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
                   7523:          renamed to always_use_result
                   7524: 
                   7525:        * src/main/: compile.y, compile_tools.h: - rollback changes in
                   7526:          compiler: full backward compatibility is better
                   7527: 
                   7528:        * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
                   7529:          result in var's hash
                   7530: 
                   7531:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
                   7532:          optimisation in method_frame
                   7533: 
                   7534:        * src/include/pa_array.h: - optimisation in array (allocate
                   7535:          elements only when needed)
                   7536: 
                   7537:        * src/types/pa_vresponse.C: - check for $response:headers field
                   7538:          before looking at custom fields
                   7539: 
                   7540:        * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
                   7541:          not needed to check existance var with name 'result' in var's
                   7542:          hash
                   7543: 
                   7544:        * src/main/compile.y: - compiler was changed: now it detects
                   7545:          writings to $result and set flag writo_to_result in method
                   7546: 
                   7547:        * src/classes/string.C: - little optimisation: no needed to write
                   7548:          number with lang
                   7549: 
                   7550:        * src/main/pa_charset.C: - methods readChar and skipChar which is
                   7551:          used for read utf8-strings were renamed - is_escaped was renamed
                   7552:          to isEscaped (to the same name convention)
                   7553: 
                   7554:        * src/: types/pa_method.h, main/compile_tools.h: - flag
                   7555:          write_to_result added. compiler get this info from code.
                   7556: 
                   7557: 2009-04-16  misha
                   7558: 
                   7559:        * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
                   7560:          String only before 1st write
                   7561: 
                   7562:        * src/include/pa_string.h: - not needed template removed
                   7563: 
                   7564:        * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
                   7565:          types/pa_vjunction.C, types/pa_vproperty.C,
                   7566:          types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
                   7567:          main/pa_request.C, classes/bool.C, classes/double.C,
                   7568:          classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
                   7569:          classes/void.C, classes/xnode.C: - bool optimisation (use only 2
                   7570:          bool objects)
                   7571: 
                   7572: 2009-04-15  misha
                   7573: 
                   7574:        * src/lib/cord/cordxtra.c: - more optimisation
                   7575: 
                   7576:        * src/: include/pa_string.h, main/untaint.C: - String::append
                   7577:          optimisation
                   7578: 
                   7579:        * src/include/pa_hash.h: - get_by_hash_code added (it works faster
                   7580:          then get and can sometime be used)
                   7581: 
                   7582:        * src/main/pa_string.C: - String::length optimisation
                   7583: 
                   7584:        * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
                   7585:          these methods read different strings
                   7586: 
                   7587:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
                   7588:          fresult_initial_void removed + some optimisation - if $result
                   7589:          defined we don't write to context anymore
                   7590: 
                   7591:        * src/main/pa_charset.C: - readChar => skipChar (in this place we
                   7592:          need just skip char)
                   7593: 
                   7594:        * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   7595:          types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
                   7596:          classes/table.C: - VVoid::get() => new VVoid (one void-instance)
                   7597: 
                   7598:        * src/types/pa_vvoid.h: - added get() method for retreave one
                   7599:          instance
                   7600: 
                   7601: 2009-04-11  misha
                   7602: 
                   7603:        * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
                   7604: 
                   7605:        * tests/197.html: - test for parser://test in xml was added
                   7606: 
                   7607:        * src/classes/string.C: - small optimisation
                   7608: 
                   7609:        * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
                   7610:          optimisation
                   7611: 
                   7612: 2009-04-10  misha
                   7613: 
                   7614:        * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
                   7615:          to pcre-7.8
                   7616: 
                   7617:        * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
                   7618: 
                   7619:        * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
                   7620:          added
                   7621: 
                   7622:        * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
                   7623:          $request:CLASS_NAME were added
                   7624: 
                   7625:        * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
                   7626:          were added
                   7627: 
                   7628:        * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
                   7629:          $env:CLASS_NAME were added
                   7630: 
                   7631:        * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
                   7632:          '@todo' now
                   7633: 
                   7634:        * src/targets/cgi/parser3.C: - size_t -> int for calming down
                   7635:          compirer
                   7636: 
                   7637:        * src/main/pa_string.C: - little code cleanup
                   7638: 
                   7639:        * src/main/pa_common.C: - describe one more UTF-8 related error
                   7640:          during PCRE compile/execute
                   7641: 
                   7642:        * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
                   7643:          normalizing todo-comments: '@todo' now
                   7644: 
                   7645:        * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
                   7646: 
                   7647:        * src/main/pa_charset.C: - type changed for making compiler happy
                   7648: 
                   7649: 2009-03-10  misha
                   7650: 
                   7651:        * src/targets/cgi/parser3.C: make g++ happy with the type of argc
                   7652:          in main()
                   7653: 
                   7654: 2009-02-01  misha
                   7655: 
                   7656:        * src/main/pa_http.C: - bugfix: double CRLF before the end of
                   7657:          boundary
                   7658: 
                   7659: 2009-01-25  misha
                   7660: 
                   7661:        * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
                   7662: 
                   7663:        * src/classes/file.C: - more changes for parsing different number
                   7664:          of params for file::load
                   7665: 
                   7666:        * tests/193.html: - tests for exception while base64-decode binary
                   7667:          to string was added
                   7668: 
                   7669:        * tests/192.html: - tests for file::load with different number of
                   7670:          options
                   7671: 
                   7672:        * src/classes/math.C: - ups. forgot '+1'
                   7673: 
                   7674:        * src/: classes/table.C, classes/file.C, include/pa_common.h,
                   7675:          include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
                   7676:          main/pa_http.C: - ^file::load[...;http://...;] now can post files
                   7677:          (new option $.encode[multipart-form/data] should be specified) -
                   7678:          $.method[] option for file::load now is not case-sensitive
                   7679: 
                   7680:        * src/: include/pa_string.h, main/untaint.C: - for file post the
                   7681:          new taint language L_FILE_POST was added
                   7682: 
                   7683:        * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
                   7684:          main/main.vcproj, classes/math.C, include/Makefile.am: - some
                   7685:          stuff was moved to separate files
                   7686: 
                   7687: 2009-01-23  misha
                   7688: 
                   7689:        * src/classes/math.C: - little optimisation in ^math:sha1[] -
                   7690:          spaces to tabs were converted
                   7691: 
                   7692: 2009-01-12  misha
                   7693: 
                   7694:        * src/main/pa_http.C: - value of $.method[] option force uppercased
                   7695:          now
                   7696: 
                   7697:        * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   7698:          types/pa_vform.C, types/pa_vmail.C: - some constants changed
                   7699:          their names
                   7700: 
                   7701:        * src/main/pa_common.C: - changes in formating
                   7702: 
                   7703:        * src/: classes/file.C, main/pa_http.C: - some constants changed
                   7704:          their names
                   7705: 
                   7706:        * src/include/pa_http.h: - some spaces were converted to tabs
                   7707: 
                   7708:        * src/include/pa_common.h: - some constants changed their names
                   7709: 
                   7710:        * src/classes/file.C: - fixed 4-th paramether for file::load -
                   7711:          little code rewriting
                   7712: 
                   7713:        * src/types/pa_vfile.C: - little code rewriting
                   7714: 
                   7715:        * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
                   7716:          types/pa_value.h: - some formating changes
                   7717: 
                   7718:        * src/include/pa_common.h: - some formating spaces transformed to
                   7719:          tabs
                   7720: 
                   7721:        * src/classes/string.C: - exception while base64-decode binary to a
                   7722:          string
                   7723: 
                   7724: 2009-01-11  misha
                   7725: 
                   7726:        * configure.in: - version changed to 3.3.1b
                   7727: 
                   7728: 2008-09-05  misha
                   7729: 
                   7730:        * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
                   7731:          release_3_3_0 on 2008-09-05 10:59:35 +0000
                   7732: 
                   7733: 2008-09-04  misha
                   7734: 
                   7735:        * tests/: 130.html, 131.html: - these exceptions not typeless
                   7736:          anymore
                   7737: 
                   7738:        * src/classes/op.C: - exception with 'invalid taint language' not
                   7739:          typeless anylonger
                   7740: 
                   7741:        * src/classes/image.C: - some exceptions while operations with
                   7742:          image not typeless anymore
                   7743: 
                   7744:        * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
                   7745:          main/pa_exec.C, main/pa_http.C: - some exceptions while
                   7746:          operations with files not typeless anymore
                   7747: 
                   7748:        * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
                   7749:          types/pa_vdate.h: - exceptions while checking date range not
                   7750:          typeless anymore
                   7751: 
                   7752:        * src/include/pa_exception.h: - exception type string for invalid
                   7753:          date range was added
                   7754: 
                   7755: 2008-09-03  misha
                   7756: 
                   7757:        * src/: classes/file.C, main/pa_string.C: - exception while pce
                   7758:          operations not typeless anymore
                   7759: 
                   7760:        * src/include/pa_exception.h: - exception type for pce operations
                   7761:          was added
                   7762: 
                   7763:        * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
                   7764:          and .CLASS_NAME insite classes
                   7765: 
                   7766:        * src/classes/table.C: - don't save table header whiile
                   7767:          ^table.save[append;filename] if file exists
                   7768: 
                   7769: 2008-09-02  misha
                   7770: 
                   7771:        * src/main/compile.y, src/main/compile_tools.h,
                   7772:          src/types/pa_vstateless_class.h, src/main/compile.tab.C,
                   7773:          tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
                   7774:          renamed to partial and it login changed: we must mark class as
                   7775:          partial for allow their modifications in future.
                   7776: 
                   7777: 2008-08-29  misha
                   7778: 
                   7779:        * tests/results/022.processed: - testing taint[regex] in mask for
                   7780:          file:list
                   7781: 
                   7782:        * tests/022.html: - testing taint[regex] in mask for file:list
                   7783: 
                   7784:        * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
                   7785:          for file:list was added
                   7786: 
                   7787:        * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
                   7788:          file:list
                   7789: 
                   7790: 2008-08-26  misha
                   7791: 
                   7792:        * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
                   7793:          last derived object
                   7794: 
                   7795:        * src/classes/image.C: - many strings "image.format" replaced by
                   7796:          IMAGE_FORMAT constant string - handle GPS info while parse exif -
                   7797:          understand some more exif tags
                   7798: 
                   7799:        * src/include/pa_exception.h: - string "image.format" was added
                   7800: 
                   7801: 2008-08-21  misha
                   7802: 
                   7803:        * src/: main/pa_string.C, classes/file.C: - use method for print
                   7804:          pcre_exec text error
                   7805: 
                   7806:        * src/main/pa_common.C: - method for print pcre_exec text error was
                   7807:          added
                   7808: 
                   7809:        * src/include/pa_common.h: - method declaration for print pcre_exec
                   7810:          text error was added
                   7811: 
                   7812: 2008-08-19  misha
                   7813: 
                   7814:        * src/main/execute.C: - bugfix: opcodes must be in separate
                   7815:          namespace while debug execution as well
                   7816: 
                   7817:        * tests/: 015.html, results/015.processed: - test for escaping some
                   7818:          parser chars was added
                   7819: 
                   7820: 2008-08-18  misha
                   7821: 
                   7822:        * tests/: 190.html, 190.p, results/190.processed: - test for
                   7823:          $caller.self.field + default getter in one class was added
                   7824: 
                   7825:        * tests/: 189.html, results/189.processed: - test for
                   7826:          ^date::create[date object]
                   7827: 
                   7828:        * tests/: 188.html, results/188.processed: - tests for match with
                   7829:          UTF-8 strings
                   7830: 
                   7831:        * src/main/pa_string.C: - option 'U' (ungreedy) was added to
                   7832:          ^string.match[]
                   7833: 
                   7834:        * ChangeLog: - parser 3.3.0 beta13
                   7835: 
                   7836: 2008-08-15  misha
                   7837: 
1.116     moko     7838:        * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
                   7839:          internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
                   7840:          pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
                   7841:          dftables.c: - old PCRE files removed
1.95      moko     7842: 
                   7843:        * src/lib/pcre/config.h: - configuration for PCRE library
                   7844: 
                   7845:        * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
                   7846:          use PCRE library from win32\pcre instead of parser3\src\lib\pcre
                   7847: 
                   7848:        * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
                   7849:          library and set flag UTF8 if $request:charset is UTF-8
                   7850: 
                   7851:        * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
                   7852:          include/pa_config_fixed.h: - moved to new PCRE library
                   7853: 
                   7854:        * src/: main/main.vcproj, types/types.vcproj,
                   7855:          classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
                   7856:          win32\pcre instead of parser3\src\lib\pcre
                   7857: 
                   7858:        * src/: include/pa_opcode.h, include/pa_operation.h,
                   7859:          main/compile.C, main/compile.y, main/compile_tools.C,
                   7860:          main/compile_tools.h, main/execute.C, main/compile.tab.C: -
                   7861:          opcodes were moved to separate namespace
                   7862: 
                   7863: 2008-08-14  misha
                   7864: 
                   7865:        * src/types/pa_vstateless_class.C: - newline at the end missed
                   7866: 
                   7867:        * src/main/untaint.C: - char '-' also prefixed by '\' while regex
                   7868:          tainting
                   7869: 
                   7870: 2008-08-11  misha
                   7871: 
                   7872:        * tests/: 187.html, 187.p, results/187.processed: - tests for
                   7873:          $caller.self, $caller.self.field and $caller.self.field[value]
                   7874:          were added
                   7875: 
                   7876:        * src/types/pa_vmethod_frame.h: - still need to check 'self'
                   7877:          runtime as well (for $caller.self)
                   7878: 
                   7879: 2008-07-25  misha
                   7880: 
                   7881:        * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
                   7882:          059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
                   7883:          086.html, 098.html, 109.html, 121.html: - set correct charsets in
                   7884:          tests with international characters
                   7885: 
                   7886: 2008-07-23  misha
                   7887: 
                   7888:        * src/main/pa_http.C: - escape $cookies as %uXXXX while
                   7889:          file::load[...;http://
                   7890: 
                   7891:        * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
                   7892:          now everywhere in separate namespace
                   7893: 
                   7894:        * src/types/pa_vmethod_frame.h: - looking for caller before looking
                   7895:          for vars
                   7896: 
                   7897:        * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
                   7898:          can be escaped by '^'
                   7899: 
                   7900: 2008-07-22  misha
                   7901: 
                   7902:        * src/classes/string.C, tests/186.html: - names changes:
                   7903:          escape=>js-escape, unescape=>js-unescape
                   7904: 
                   7905: 2008-07-21  misha
                   7906: 
                   7907:        * tests/results/186.processed: - test for string escape/unescape
                   7908: 
                   7909:        * tests/186.html: - test for string escape/unescape
                   7910: 
                   7911:        * src/classes/string.C: - string has escape and unescape methods
                   7912:          now
                   7913: 
                   7914:        * src/: include/pa_string.h, main/pa_string.C: - escape method was
                   7915:          added
                   7916: 
                   7917:        * src/: include/pa_charset.h, main/pa_charset.C: - more escape
                   7918:          method-layers added (with different params)
                   7919: 
                   7920: 2008-07-18  misha
                   7921: 
                   7922:        * tests/results/185.processed: - test for ^str.pos[substr](offset)
                   7923:          was added
                   7924: 
                   7925:        * tests/185.html: - test for ^str.pos[sub](offset) added
                   7926: 
                   7927:        * src/classes/string.C, src/classes/void.C, operators.txt: -
                   7928:          ^string.pos[substr](offset) -- 2nd param accepted now
                   7929: 
                   7930:        * src/main/pa_string.C: - .pos works fine with offset for utf-8
                   7931:          strings
                   7932: 
                   7933: 2008-07-17  misha
                   7934: 
                   7935:        * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
                   7936:          helper length added for mid for small optimisation
                   7937: 
                   7938: 2008-07-16  misha
                   7939: 
                   7940:        * tests/: 185.html, results/185.processed: - tests for
                   7941:          length/left/right/mid/pos with utf-8 strings
                   7942: 
                   7943:        * src/classes/string.C: - left/right/mid/length/pos works fine for
                   7944:          utf-8 strings
                   7945: 
                   7946:        * src/main/untaint.C: - comments removed
                   7947: 
                   7948:        * src/: include/pa_string.h, main/pa_string.C,
                   7949:          include/pa_charset.h, main/pa_charset.C: - methods for working
                   7950:          with pos/mid for strings in utf-8 were added
                   7951: 
                   7952: 2008-07-15  misha
                   7953: 
                   7954:        * tests/: 184.html, results/184.processed: - test for case body as
                   7955:          expression: $var(^switch(1){^case(1)(true)..})
                   7956: 
                   7957:        * src/classes/op.C: - case body can be expression now:
                   7958:          $var(^switch(1){^case(1)(true)..})
                   7959: 
                   7960:        * tests/: results/183.processed, 183.html: - added test for testing
                   7961:          new cookie encoding (%uXXXX)
                   7962: 
                   7963:        * src/main/untaint.C: - cookies outputs as %uXXXX now. while
                   7964:          decoding for backward compatibility they decoded from %XX in
                   7965:          request:charset too
                   7966: 
                   7967:        * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
                   7968:          - cookie class now decode cookies before first access after last
                   7969:          request:charset changing (as form class).
                   7970: 
                   7971:        * src/main/pa_charset.C: - added method escape for escaping cookies
                   7972:          as %uXXXX - before transcode calculate required space for dest
                   7973:          string. it reduce mem usage for transcode
                   7974: 
                   7975:        * src/include/pa_charset.h: - added method escape for escaping
                   7976:          cookies as %uXXXX
                   7977: 
                   7978:        * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
                   7979:          was added. will used for escaping cookies as %uXXXX
                   7980: 
                   7981:        * src/include/pa_common.h: - escape method has new option for skip
                   7982:          converting '+' to a space char
                   7983: 
                   7984:        * src/main/: pa_common.C, pa_http.C: - skip BOM code before
                   7985:          transcode - escape method has new option for skip converting '+'
                   7986:          to a space char
                   7987: 
                   7988: 2008-07-08  misha
                   7989: 
                   7990:        * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
                   7991:          (no UE if more then 1 case matches anylonger) - optimization:
                   7992:          doing searching.as_string() || searching.as_double() only once
                   7993: 
                   7994: 2008-07-04  misha
                   7995: 
                   7996:        * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
                   7997:          now ^date::create[date object] works
                   7998: 
                   7999:        * src/classes/string.C: - left and right added as aliases for start
                   8000:          and end in ^string.trim[]
                   8001: 
                   8002: 2008-07-03  misha
                   8003: 
                   8004:        * src/classes/file.C: - allow $.limit for file::sql as well
                   8005: 
                   8006:        * src/classes/file.C: - allow $.offset option for file::sql - force
                   8007:          send limit=1 to query for use sql specifics authomatically
                   8008: 
                   8009:        * src/classes/: hash.C, string.C, table.C: - don't throw exception
                   8010:          if $.limit value if empty. autoconvert it as everywere
                   8011: 
                   8012: 2008-07-02  misha
                   8013: 
                   8014:        * configure.in: - time to change version number to 3.3.0 %-)
                   8015: 
                   8016:        * src/include/pa_version.h: - time to change version number to
                   8017:          3.3.0 %-)
                   8018: 
                   8019: 2008-06-26  misha
                   8020: 
                   8021:        * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
                   8022:          $.limit(0) fixes
                   8023: 
                   8024:        * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
                   8025:          - $.limit(0) fixes
                   8026: 
                   8027:        * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
                   8028:          new API)
                   8029: 
                   8030:        * src/: include/pa_sql_driver_manager.h,
                   8031:          include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
                   8032:          classes/op.C: - document_root added
                   8033: 
                   8034:        * src/main/compile.tab.C: - error message was changed
                   8035: 
                   8036: 2008-06-25  misha
                   8037: 
                   8038:        * src/main/compile.y: - error message was changed
                   8039: 
                   8040: 2008-06-24  misha
                   8041: 
                   8042:        * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
                   8043: 
                   8044:        * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
                   8045:          tests for @OPTIONS\nappend
                   8046: 
                   8047:        * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
                   8048: 
                   8049:        * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
                   8050: 
                   8051:        * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
                   8052: 
                   8053:        * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
                   8054:          compile.y
                   8055: 
                   8056: 2008-06-17  misha
                   8057: 
                   8058:        * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
                   8059:          compilation: ^if(default){true. it's incorrect. must be
                   8060:          exception}
                   8061: 
                   8062: 2008-06-16  misha
                   8063: 
                   8064:        * tests/: 181.ent, 181.html, results/181.processed: - test for
                   8065:          checking external reference loading with 'http://localhost'
                   8066:          prefix while creating xdoc
                   8067: 
                   8068:        * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
                   8069:          ^math:long2ip[] and ^math:ip2long[]
                   8070: 
                   8071:        * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
                   8072:          added which use scalar stateless class method when user object
                   8073:          used in scalar context - use get_scalar_value when user object
                   8074:          requested in scalar context
                   8075: 
                   8076:        * src/main/pa_common.C: - size must be int but not size_t or we
                   8077:          can't compare with 0 sprintf result
                   8078: 
                   8079:        * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   8080:          main/execute.C, main/pa_request.C: - go back to one VMethodFrame
                   8081:          with internal switch between local/global vars
                   8082: 
                   8083:        * src/types/pa_vclass.C: - register scalar if method @GET[] was
                   8084:          specified
                   8085: 
                   8086:        * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
                   8087:          pa_vstateless_object.h: - stateless class and object now has
                   8088:          private scalar field and getter/setter for working with it
                   8089: 
                   8090:        * src/classes/math.C: - methods math:long2ip & math:ip2long were
                   8091:          moved to inet static class
                   8092: 
                   8093:        * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
                   8094:          class added (^inet:aton[IP], ^inet:ntoa(number))
                   8095: 
                   8096:        * tests/: 180.html, results/180.processed: - tests for
                   8097:          ^math:long2ip(long) and ^math:ip2long[IP]
                   8098: 
                   8099:        * src/classes/math.C: - ^math:ip2long[IP] added
                   8100: 
                   8101: 2008-06-11  misha
                   8102: 
                   8103:        * src/main/pa_xml_io.C: - use file_read_text again because of we
                   8104:          need cut BOM code and remove DOS newline chars. but don't
                   8105:          transcode it anyway.
                   8106: 
                   8107:        * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
                   8108:          main/pa_http.C: - option for disable transcoding while file_read
                   8109:          and file_read_text added
                   8110: 
                   8111: 2008-06-10  misha
                   8112: 
                   8113:        * tests/: 179.html, 179.p, results/179.processed: - test for many
                   8114:          classes in 1 file
                   8115: 
                   8116:        * src/main/: compile.C, compile_tools.h: - compile return list of
                   8117:          classes now.
                   8118: 
                   8119:        * src/main/: compile.y, compile.tab.C: - compile return list of
                   8120:          classes now. internals.
                   8121: 
                   8122:        * src/main/pa_request.C: - compile return list of classes now. try
                   8123:          call @conf and @auto for each returned class
                   8124: 
                   8125:        * src/include/pa_request.h: - compile return list of classes now
                   8126: 
                   8127:        * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
                   8128:          return list of classes when compile buf)
                   8129: 
                   8130: 2008-06-07  misha
                   8131: 
                   8132:        * src/main/pa_request.C: - constructing VRequest object with 3rd
                   8133:          param -- form
                   8134: 
                   8135:        * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
                   8136:          3rd param: form. needed for get post_charset
                   8137: 
                   8138:        * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
                   8139:          added
                   8140: 
                   8141:        * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
                   8142:          types/pa_vform.C, types/pa_vform.h: - some polish
                   8143: 
                   8144: 2008-06-06  misha
                   8145: 
                   8146:        * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
                   8147:          charset and decode chars from it but not from response:charset
                   8148: 
                   8149:        * src/main/pa_http.C: - detect_charset moved out of here
                   8150: 
                   8151:        * src/: include/pa_common.h, main/pa_common.C: - more helpers
                   8152:          methods moved here - unescape_chars accepn one charset now
                   8153: 
                   8154:        * src/main/pa_http.C: - new constants used - don't allow
                   8155:          $.content-type in ^file::load[;http://;$.method[POST]] - add
                   8156:          charset info while ^file::load[;http://;$.method[POST]] - option
                   8157:          $.omit-post-charset(true) added to ^file::load[;http://] for
                   8158:          disabling charset during post
                   8159: 
                   8160:        * src/types/pa_vform.C: - new constants used
                   8161: 
                   8162:        * src/include/pa_common.h: - some constants were added
                   8163: 
                   8164:        * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
                   8165:          instead of StrEqNc
                   8166: 
                   8167:        * src/main/pa_common.C: - new method for caseless search
                   8168:          c-substring in c-string - use isxdigit instead of is_hex_digit
                   8169: 
                   8170:        * src/include/pa_common.h: - new method for caseless search
                   8171:          c-substring in c-string
                   8172: 
                   8173: 2008-06-05  misha
                   8174: 
                   8175:        * tests/results/178.processed: - test for testing default getter
                   8176: 
                   8177:        * tests/178.html: - test for testing default getter
                   8178: 
                   8179:        * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
                   8180:          for test for testing default getter
                   8181: 
                   8182:        * src/main/execute.C: - default getter soul
                   8183: 
                   8184:        * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
                   8185:          requested objects' field not found
                   8186: 
                   8187:        * src/types/pa_vclass.C: - register default getter if defined - get
                   8188:          default getter if requested field not found
                   8189: 
                   8190:        * src/types/pa_vstateless_object.h: - method get_default_getter was
                   8191:          added
                   8192: 
                   8193:        * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
                   8194:          pointer to default getter and methods for get/set it were added
                   8195: 
                   8196:        * src/types/: pa_junction.h, pa_vjunction.h: - junction has
                   8197:          auto_name field (for default getter)
                   8198: 
                   8199: 2008-06-04  misha
                   8200: 
                   8201:        * src/main/pa_xml_io.C: - load external xml in binary mode (no
                   8202:          transcoding, no cutting BOM code, no fixing line breaks) and get
                   8203:          it to libxml "as is"
                   8204: 
                   8205: 2008-06-03  misha
                   8206: 
                   8207:        * src/main/pa_common.C: - use store_Char instead of
                   8208:          transcodeCharFromUTF8
                   8209: 
                   8210:        * src/: include/pa_charset.h, main/pa_charset.C: - method
                   8211:          store_Char added, transcodeCharFromUTF8 -- removed
                   8212: 
                   8213: 2008-06-02  misha
                   8214: 
                   8215:        * tests/: results/177.processed, 177.html: - test for checking
                   8216:          .[acm]date after local ^file::load[] was added
                   8217: 
                   8218:        * tests/: results/176.processed, 176.html: - test for checking
                   8219:          @OPTION\locals + @method[vars][locals] added
                   8220: 
                   8221:        * tests/results/auto.p: - CLASS_PATH specified for checking use
                   8222: 
                   8223: 2008-05-30  misha
                   8224: 
                   8225:        * src/main/: compile.y, compile.tab.C: - changes in compiler:
                   8226:          @OPTION\nlocals + @method[vars][;locals;] were added
                   8227: 
                   8228:        * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
                   8229:          moved to separate method op_code - switch from VMethodFrame to
                   8230:          VMethodFrameGlobal + VMethodFrameLocal
                   8231: 
                   8232:        * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
                   8233:          was moved to separate method op_code
                   8234: 
                   8235:        * src/main/pa_request.C: - use VMethodFrameGlobal instead of
                   8236:          VMethodFrame now
                   8237: 
                   8238:        * src/types/pa_vstateless_class.h: - stateless class have bool flag
                   8239:          all_vars_local as well
                   8240: 
                   8241:        * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
                   8242:          pa_vmethod_frame_local.h, Makefile.am: - who children for
                   8243:          VMethodFrame were added: one (global) works as VMethodFrame
                   8244:          before and second (local) write all vars in self vars scope
                   8245: 
                   8246:        * src/types/pa_method.h: - method has bool flag all_vars_local now
                   8247: 
                   8248: 2008-05-29  misha
                   8249: 
                   8250:        * tests/: 129.html, results/129.processed: - more tests for
                   8251:          ^table.hash[]
                   8252: 
                   8253:        * src/classes/hash.C: - ^hash::sql has a new option:
                   8254:          $.type[hash|string|table] as ^table.hash[] one.
                   8255: 
                   8256:        * src/classes/op.C: - ^try has 3rd param now: finally code which
                   8257:          executed anyway after try or catch section
                   8258: 
                   8259: 2008-05-27  misha
                   8260: 
                   8261:        * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
                   8262:          must not fail if $.distinct(1) wasn't specified
                   8263: 
                   8264: 2008-05-26  misha
                   8265: 
                   8266:        * src/classes/op.C: - allow ^throw[my type]
                   8267: 
                   8268: 2008-05-22  misha
                   8269: 
                   8270:        * configure.in, configure: - version number updated to 3.2.4b
                   8271: 
                   8272:        * src/classes/: op.C, string.C: - trim format string before
                   8273:          eval/format
                   8274: 
                   8275:        * tests/: results/175.processed, 175.html: - more tests for
                   8276:          different format strings in .format[]
                   8277: 
                   8278:        * src/types/pa_vform.C: - while decoding get values decode %uXXXX
                   8279:          as well (not only %XX)
                   8280: 
                   8281:        * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
                   8282:          charset specified - checks for format before print number
                   8283:          (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
                   8284:          (instead of tabs) removed
                   8285: 
                   8286:        * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
                   8287:          charset specified
                   8288: 
                   8289:        * src/: include/pa_charset.h, main/pa_charset.C: - method for get
                   8290:          char in requested charset from utf code was added
                   8291: 
                   8292: 2008-05-19  misha
                   8293: 
                   8294:        * tests/: 174.html, results/174.processed: - test for
                   8295:          ^hashfile.cleanup[] added
                   8296: 
                   8297:        * src/classes/hashfile.C: - optimization: don't create any key or
                   8298:          value variable if it's name weren't specified
                   8299:          (^hf.foreach[;v]{...})
                   8300: 
                   8301: 2008-05-16  misha
                   8302: 
                   8303:        * src/classes/hash.C: - optimization: don't create any key variable
                   8304:          if variable name wasn't specified (^h.foreach[;v]{...})
                   8305: 
                   8306: 2008-05-15  misha
                   8307: 
                   8308:        * src/classes/op.C: - small changes
                   8309: 
                   8310:        * src/classes/hashfile.C: - code reformating (as hash.foreach)
                   8311: 
                   8312:        * src/classes/hash.C: - calculate var_context once before foreach
                   8313: 
                   8314: 2008-05-14  misha
                   8315: 
                   8316:        * src/classes/hashfile.C: - incorrect vars context calculation for
                   8317:          ^hashfile.foreach[;]{} fixed
                   8318: 
                   8319:        * src/classes/: hash.C, table.C: - little optimisation
                   8320: 
                   8321:        * src/classes/file.C: - bugfix: double absolute path while loading
                   8322:          file
                   8323: 
                   8324:        * tests/: 174.html, results/174.processed: - tests for hashfile
                   8325:          were added
                   8326: 
                   8327:        * buildall-with-xml: - moving to libxslt 1.1.24
                   8328: 
                   8329: 2008-04-30  misha
                   8330: 
                   8331:        * src/classes/file.C: - stat file while loading (local only) so
                   8332:          .adate, .mdate and .cdate available without additional ::stat
                   8333: 
                   8334: 2008-04-28  misha
                   8335: 
                   8336:        * src/classes/file.C: - $.name and $.content-type available for
                   8337:          stated file
                   8338: 
                   8339: 2008-04-14  misha
                   8340: 
                   8341:        * src/targets/cgi/parser3.C: - new year in copyright %-)
                   8342: 
                   8343:        * src/include/pa_version.h: - new version number in head
                   8344: 
                   8345: 2008-04-10  misha
                   8346: 
                   8347:        * tests/: 080.html, results/080.processed: - cut '0' from
                   8348:          exponential part because of on diff OS it differ (20 or 020 for
                   8349:          ex)
                   8350: 
                   8351:        * tests/: 119.html, results/119.processed: - check for encoding
                   8352:          while creating xdoc
                   8353: 
                   8354: 2008-04-09  misha
                   8355: 
                   8356:        * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
                   8357: 
                   8358:        * src/main/pa_common.C: - comment added
                   8359: 
                   8360:        * src/classes/date.C: - little refactoring
                   8361: 
                   8362: 2008-04-07  misha
                   8363: 
                   8364:        * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
                   8365:          style of ^table.save[]: prepare one big string and sabe it at
                   8366:          once. it's safe on freebsd 4.x but use much more memory.
                   8367: 
                   8368:        * buildall-with-xml, buildall-without-xml: - option
                   8369:          --disable-stringstream added (under comment. use it on freebsd
                   8370:          4.x)
                   8371: 
                   8372: 2008-02-22  misha
                   8373: 
                   8374:        * src/main/pa_http.C: - exception if $.body[] and $.forms[]
                   8375:          specified together in file::load[;http] - get back transcoding
                   8376:          $.body[] in file::load[;http]
                   8377: 
                   8378: 2008-02-21  misha
                   8379: 
                   8380:        * src/classes/date.C: - ^date.gmt-string[] was added
                   8381: 
                   8382:        * src/types/pa_value.C: - method for output date in RFC 822 format
                   8383:          moved to pa_common.h
                   8384: 
                   8385:        * src/include/pa_common.h: - method for output date in RFC 822
                   8386:          format moved here from pa_value.C
                   8387: 
                   8388:        * src/types/pa_vmail.C: - fixed core in sending mail with
                   8389:          attachment in simple mode ($.file[file here]) introduced in 3.2.2
                   8390: 
                   8391: 2008-02-20  misha
                   8392: 
                   8393:        * src/main/pa_http.C: - transcode $.headers before escaping into
                   8394:          specified charset while ^file::load[...;http://...] (L_URI
                   8395:          instead of L_HTTP_HEADER) - $.cookies param available in
                   8396:          ^file::load[;http://...] now (but we don't parse set-cookies from
                   8397:          response yet) (cookies not transcoded as common $cookies)
                   8398: 
                   8399: 2008-02-19  misha
                   8400: 
                   8401:        * src/main/pa_request.C: - rollback: we mustn't force taint
                   8402:          $response:field values because in this case
                   8403:          $response:locateion[http://...] don't works.
                   8404: 
                   8405: 2008-02-15  misha
                   8406: 
                   8407:        * src/classes/op.C: - little refactoring
                   8408: 
                   8409:        * src/main/pa_http.C: - taint names of $.headers for load[;http
                   8410: 
                   8411:        * src/main/pa_request.C: - force taint values of $response:field
                   8412: 
                   8413: 2008-02-14  misha
                   8414: 
                   8415:        * src/main/pa_request.C: - $response:field transcoded to
                   8416:          $response:charset before escaping now
                   8417: 
                   8418:        * src/main/pa_http.C: - some outdated comments removed
                   8419: 
                   8420:        * src/classes/date.C: - lastdat -> last-day
                   8421: 
                   8422:        * src/classes/date.C: - ^date:lastday(year;month) and
                   8423:          ^date.lastday[] were added - little code refactoring - comments
                   8424:          changes
                   8425: 
                   8426:        * tests/: 159.html, results/159.processed: - test for number of
                   8427:          days in February
                   8428: 
                   8429:        * src/types/pa_value.C: - fixes in code formatting
                   8430: 
                   8431:        * src/classes/: file.C, op.C, table.C: - fixes in code formatting
                   8432:          and comments
                   8433: 
                   8434: 2008-02-13  misha
                   8435: 
                   8436:        * src/main/pa_common.C: - bugfix for february at leap year
                   8437: 
                   8438: 2008-01-28  misha
                   8439: 
                   8440:        * tests/: 160.html, results/160.processed: - more test for cache
                   8441:          added
                   8442: 
                   8443:        * src/classes/op.C: - bugfix: cache body executed twice if contains
                   8444:          unhandled exception
                   8445: 
                   8446: 2008-01-25  misha
                   8447: 
                   8448:        * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
                   8449:          bug when hashfile became inavailable after memory:compact)
                   8450: 
                   8451:        * src/lib/sdbm/apr_strings.C: - +arp_malloc
                   8452: 
                   8453: 2008-01-22  misha
                   8454: 
                   8455:        * src/classes/table.C: - little refactiring and exception texts
                   8456:          changes in method ^table.hash[]
                   8457: 
                   8458:        * src/types/pa_vcookie.C: - link to cookie specification changed
                   8459: 
                   8460: 2008-01-21  misha
                   8461: 
                   8462:        * tests/: 171.html, cat.sh, results/171.processed: - more tests for
                   8463:          file::exec/cgi
                   8464: 
                   8465:        * src/classes/file.C: - bugfix: core while processing headers if
                   8466:          executed cgi script don't return content
                   8467: 
                   8468: 2008-01-18  misha
                   8469: 
                   8470:        * buildall-with-xml: - move to libxml2 version 2.6.31
                   8471: 
                   8472:        * src/include/pa_version.h, configure.in: - version number updated
                   8473:          to '3.2.3b'
                   8474: 
                   8475: 2007-12-28  misha
                   8476: 
                   8477:        * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
                   8478:          hash.contains
                   8479: 
                   8480: 2007-12-27  misha
                   8481: 
                   8482:        * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
                   8483:          src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
                   8484:          src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
                   8485:          src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
                   8486:          src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
                   8487:          src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
                   8488:          src/targets/cgi/parser3.vcproj,
                   8489:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
                   8490:          back to VS2003 because of Apache 1.3 module can't work if it was
                   8491:          built in VS 2005.  with cgi all file so VS2003 project files can
                   8492:          be easy converted to the new format.
                   8493: 
                   8494: 2007-12-04  misha
                   8495: 
                   8496:        * src/types/pa_vcode_frame.h: - changes in comment
                   8497: 
                   8498: 2007-11-29  misha
                   8499: 
                   8500:        * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
                   8501:          intercept strings any longer
                   8502: 
                   8503:        * tests/: 173.html, results/173.processed: - tests for
                   8504:          $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
                   8505:          but not in main code frame
                   8506: 
                   8507:        * tests/: 172.html, results/172.processed: - more tests for pass
                   8508:          objects from code frames
                   8509: 
                   8510: 2007-11-27  misha
                   8511: 
                   8512:        * tests/: 152.html, results/152.processed: - tests for converting
                   8513:          strings 'true'/'false' to bool were added
                   8514: 
                   8515:        * tests/152.html: - added checks for converting strings
                   8516:          'true'/'false' to bool
                   8517: 
                   8518:        * src/classes/string.C: - ^srting.bool[] now can convert to bool
                   8519:          not only strings with numbers but with values 'true'/'false' as
                   8520:          well
                   8521: 
                   8522:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
                   8523:          for parser3.log increased
                   8524: 
                   8525:        * src/main/pa_common.C: - remove_crlf optimize whitespaces now
                   8526: 
                   8527:        * src/include/pa_common.h: - remove_crlf return cstring size now
                   8528: 
                   8529:        * src/include/pa_types.h: - constant with buffer size for
                   8530:          parser3.log added
                   8531: 
                   8532: 2007-11-16  misha
                   8533: 
                   8534:        * tests/cat.sh: - script for tests for file::exec/cgi
                   8535: 
                   8536:        * tests/171.html: - tests for file::exec/cgi
                   8537: 
                   8538:        * tests/results/171.processed: - tests results for file::exec/cgi
                   8539: 
                   8540: 2007-11-15  misha
                   8541: 
                   8542:        * src/main/pa_exec.C: - fixed incorrect exec code for unix
                   8543: 
                   8544:        * src/classes/file.C: - .body must be set before analyzing cgi
                   8545:          headers
                   8546: 
                   8547:        * src/classes/file.C: - bugfix: we must transcode output fix EOLs
                   8548:          only if exec/cgi return anything.
                   8549: 
                   8550: 2007-11-14  misha
                   8551: 
                   8552:        * operators.txt: - info about new text|binary option for
                   8553:          file::exec/cgi was added
                   8554: 
                   8555:        * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
                   8556:          ^file:exec[[text|binary];script;...]
                   8557: 
                   8558:        * src/: include/pa_exception.h, classes/file.C, classes/image.C,
                   8559:          classes/string.C, classes/table.C: - more text strings moved to
                   8560:          the one place
                   8561: 
                   8562: 2007-11-09  misha
                   8563: 
                   8564:        * src/types/pa_vrequest.C: - $request:argv must be taint
                   8565: 
                   8566:        * ChangeLog: - $request:argv [patch from Sumo]
                   8567: 
                   8568:        * operators.txt: - $request:argv
                   8569: 
                   8570:        * src/: include/pa_request_info.h, types/pa_vrequest.C,
                   8571:          types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
                   8572: 
                   8573: 2007-10-25  misha
                   8574: 
                   8575:        * buildall-with-xml, buildall-without-xml: - options preparations
                   8576:          for ./configure rewrited
                   8577: 
                   8578:        * src/main/: compile.tab.C, compile.y: - bug if parser.compile
                   8579:          error occure in unhandled_exception finally fixed
                   8580: 
                   8581: 2007-10-23  misha
                   8582: 
                   8583:        * tests/: 170.html, results/170.processed: - test for
                   8584:          @method[][result]
                   8585: 
                   8586:        * operators.txt: - added info about node.prefix and
                   8587:          node.namespaceURI
                   8588: 
                   8589:        * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
                   8590: 
                   8591:        * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
                   8592:          added for node and attribute
                   8593: 
                   8594: 2007-10-22  misha
                   8595: 
                   8596:        * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
                   8597: 
                   8598:        * src/main/pa_request.C: - added const content-transfer-encoding
                   8599: 
                   8600:        * src/include/pa_request.h: - added const content-transfer-encoding
                   8601:          - ups. constants must be in lowercase (for search)
                   8602: 
                   8603:        * src/types/pa_vmail.C: - more constants used -
                   8604:          content-transfer-encoding: 8bit added
                   8605: 
                   8606:        * src/main/pa_uue.C: - content-transfer-encoding moved out of here
                   8607: 
                   8608:        * src/include/pa_request.h: - more constants
                   8609: 
                   8610:        * src/types/pa_vmail.C: - constant renamed - $.content-id don't
                   8611:          ommit anymore if $.content-disposition was specified - little
                   8612:          refactoring
                   8613: 
                   8614:        * src/: include/pa_request.h, main/pa_request.C: - constant renamed
                   8615: 
                   8616: 2007-10-17  misha
                   8617: 
                   8618:        * operators.txt: - info about
                   8619:          table::create[nameless]{data}[>options<] was added
                   8620: 
                   8621:        * src/main/: compile.tab.C, compile.y: - if error occure while
                   8622:          compile method don't put this method in methods table anymore.
                   8623:          in other case the parser coredumped if @unhandled_exception
                   8624:          method can't be compiled because of parser.compile error.
                   8625: 
                   8626:        * src/main/execute.C: - little code reformating
                   8627: 
                   8628:        * src/main/pa_request.C: - little code reformating - comment
                   8629:          changed
                   8630: 
                   8631: 2007-10-16  misha
                   8632: 
                   8633:        * tests/: 035.html, results/035.processed: - tests
                   8634:          table::create[]{}[options] added
                   8635: 
                   8636:        * src/classes/table.C: - table::create[]{} now accept 3rd param:
                   8637:          options (only $.seperator[] yet)
                   8638: 
                   8639: 2007-10-10  misha
                   8640: 
                   8641:        * src/classes/table.C: - some contstants moved to pa_common.h -
                   8642:          some code changes
                   8643: 
                   8644: 2007-10-02  misha
                   8645: 
                   8646:        * src/main/pa_uue.C: - memory usage during uuencode reduced more
                   8647:          then three time as much. but base64 encoding method still use
                   8648:          less memory anyway.
                   8649: 
                   8650: 2007-09-17  misha
                   8651: 
                   8652:        * operators.txt: - added info about $cookie:fields
                   8653: 
                   8654:        * src/types/pa_vcookie.C: - $cookie:fields available now
                   8655: 
                   8656:        * src/classes/hash.C: - some stuff for use with .for_each moved to
                   8657:          common
                   8658: 
                   8659:        * src/include/pa_common.h: - some stuff for use with .for_each
                   8660:          moved here
                   8661: 
                   8662:        * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
                   8663: 
                   8664: 2007-09-14  misha
                   8665: 
                   8666:        * buildall-with-xml: - new xml libs again =)
                   8667: 
                   8668: 2007-08-28  misha
                   8669: 
                   8670:        * operators.txt: - texts about ^table.columns[[column name]]  and
                   8671:          ^string.split[...][v][column name] were added
                   8672: 
                   8673:        * tests/: 168.html, 169.html, results/168.processed,
                   8674:          results/169.processed: - tests for ^table.columns[[column name]]
                   8675:          and ^string.split[...][v][column name] were added
                   8676: 
                   8677:        * src/classes/table.C: - new option ^table.columns[[column name]]
                   8678:          was added
                   8679: 
                   8680:        * src/classes/string.C: - new option ^string.split[...;v;[column
                   8681:          name]]
                   8682: 
                   8683:        * src/include/pa_exception.h: - error text message for
                   8684:          ^hash._keys[], ^table.columns[] and ^string.split[]
                   8685: 
                   8686: 2007-08-27  misha
                   8687: 
                   8688:        * src/main/untaint.C: - try to fix coredump on unix if print to
                   8689:          body ^taint[sql][something] outside of connect
                   8690: 
                   8691:        * tests/: 167.html, results/167.processed: - test for ^taint[sql]
                   8692:          outside of connect
                   8693: 
                   8694:        * buildall-with-xml, buildall-without-xml: - strip parser3 was
                   8695:          added (commented by default)
                   8696: 
                   8697: 2007-08-20  misha
                   8698: 
                   8699:        * operators.txt: - comment about new method ^node.hasAttributes[]
                   8700:          was added
                   8701: 
                   8702:        * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
                   8703:          duplicated exception text strings were removed
                   8704: 
                   8705:        * src/include/pa_exception.h: - more exception text strings moved
                   8706:          here
                   8707: 
                   8708:        * src/classes/table.C: - some duplicate exceptions' text strings
                   8709:          removed
                   8710: 
                   8711:        * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
                   8712:          xdoc.C, xnode.C: - some duplicate exceptions' text strings
                   8713:          removed
                   8714: 
                   8715:        * src/include/pa_exception.h: - some exception text strings movet
                   8716:          to pa_exception
                   8717: 
                   8718:        * tests/: 149.html, results/149.processed: - test for
                   8719:          ^xnode.hasAttributes[] was added - some code changes
                   8720: 
                   8721:        * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
                   8722:          added
                   8723: 
                   8724: 2007-08-17  misha
                   8725: 
                   8726:        * tests/: results/006.processed, results/059.processed, 006.html,
                   8727:          059.html: - more tests for match
                   8728: 
                   8729:        * tests/: 129.html, results/129.processed: - tests for
                   8730:          ^table.hash[...][$.type[string|hash|table]] added
                   8731: 
                   8732:        * src/targets/cgi/parser3.C: - little syntax changes
                   8733: 
                   8734:        * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
                   8735:          syntax changes
                   8736: 
                   8737:        * src/targets/cgi/parser3.C, operators.txt: - annoying 'SIGPIPE'
                   8738:          messages in parser3.log switched off by default. If someone
                   8739:          really still need it: use $SIGPIPE(1)
                   8740: 
                   8741: 2007-08-08  misha
                   8742: 
                   8743:        * buildall-with-xml, buildall-without-xml: - remove libs source
                   8744:          files by default since now
                   8745: 
                   8746: 2007-08-07  misha
                   8747: 
                   8748:        * buildall-without-xml: - some option syntax changes
                   8749: 
                   8750:        * buildall-with-xml: - compile libxml2 without http support - some
                   8751:          option syntax changes
                   8752: 
                   8753:        * src/main/pa_xml_io.C: - will use parser file loader for xml needs
                   8754: 
                   8755: 2007-08-06  misha
                   8756: 
                   8757:        * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
                   8758: 
                   8759:        * tests/: 160.html, results/160.processed: - cache test was
                   8760:          rewrited
                   8761: 
                   8762: 2007-07-06  misha
                   8763: 
                   8764:        * tests/: 153.html, results/153.processed: - added test for
                   8765:          ^math:sha1[string]
                   8766: 
                   8767:        * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
                   8768:          transcoded
                   8769: 
                   8770:        * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
                   8771:          were added
                   8772: 
                   8773: 2007-06-28  misha
                   8774: 
                   8775:        * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
                   8776:          some incorrect chars
                   8777: 
                   8778: 2007-06-19  misha
                   8779: 
                   8780:        * src/include/pa_hash.h: - methods generic_hash_code & hash_code
                   8781:          were moved on top because of gcc 4 had a problems during
                   8782:          building.
                   8783: 
                   8784: 2007-06-18  misha
                   8785: 
                   8786:        * tests/results/019.processed: - new image commited
                   8787: 
                   8788: 2007-06-09  misha
                   8789: 
                   8790:        * src/classes/: op.C, table.C: - in while and table.select method
                   8791:          as_expression used now
                   8792: 
                   8793:        * src/types/pa_vmethod_frame.h: - method as_expression was added
                   8794: 
                   8795: 2007-06-08  misha
                   8796: 
                   8797:        * tests/: 166.html, results/166.processed: - test for
                   8798:          ^match[...][n]
                   8799: 
                   8800:        * tests/: 165.html, results/165.processed: - tests for loops
                   8801: 
                   8802:        * src/lib/cord/include/private/cord_pos.h: - back to origin value
                   8803:          because of no speed/memory optimisation but some proglems with
                   8804:          long cycles occure
                   8805: 
                   8806: 2007-06-06  misha
                   8807: 
                   8808:        * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
                   8809:          ^table.select(true) and ^table.select(1) didn't works because of
                   8810:          awaiting junction-param only. fixed.
                   8811: 
                   8812: 2007-05-24  misha
                   8813: 
                   8814:        * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
                   8815:          with 0.5 secs interval
                   8816: 
                   8817:        * src/classes/op.C: - cache was rewrited. I hope it works with
                   8818:          locking system now on unix
                   8819: 
                   8820:        * src/main/pa_os.C: - locks engines were rewrited: now we don't use
                   8821:          system locks which wait till other threads release it but try get
                   8822:          lock, if fail wait 1 sec and make 10 attempts.
                   8823: 
                   8824:        * src/include/pa_os.h: - consts for blocking locks + some comments
                   8825:          were added
                   8826: 
                   8827:        * src/lib/sdbm/apr_file_io.C: - wait till lock released while
                   8828:          opening files
                   8829: 
                   8830:        * src/classes/table.C: - changes in includes. if unclude <sstream>
                   8831:          after our classes on unix it can't be build
                   8832: 
                   8833:        * src/types/pa_vhashfile.C: - not needed code removed
                   8834: 
                   8835: 2007-05-23  misha
                   8836: 
                   8837:        * src/: classes/file.C, classes/op.C, main/pa_common.C,
                   8838:          include/pa_common.h: - cosmetic changes
                   8839: 
                   8840: 2007-05-18  misha
                   8841: 
                   8842:        * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
                   8843:          often. it's give some speed increasing
                   8844: 
                   8845:        * tests/results/160.processed: - returned time corrected
                   8846: 
                   8847:        * tests/160.html: - time increased because on unix 1 mean nothing
                   8848:          :(
                   8849: 
                   8850:        * operators.txt: - added info about ^hash.contain[key]
                   8851: 
                   8852:        * src/classes/hash.C: - added ^hash.contain[key]
                   8853: 
                   8854:        * src/include/pa_hash.h: - added method for checking key exists in
                   8855:          hash
                   8856: 
                   8857: 2007-05-07  misha
                   8858: 
                   8859:        * src/include/pa_string.h: - was compilation error during build on
                   8860:          freebsd4
                   8861: 
                   8862: 2007-05-03  misha
                   8863: 
                   8864:        * src/classes/table.C: - option $.type[hash|string|table] was added
                   8865:          for ^table.hash[]
                   8866: 
                   8867:        * src/classes/file.C: - comment removed
                   8868: 
                   8869: 2007-04-26  misha
                   8870: 
                   8871:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
                   8872:          real files doesn't opened in place anymore
                   8873: 
                   8874: 2007-04-24  misha
                   8875: 
                   8876:        * src/classes/math.C: - I thought one more time and remove lg(N) :)
                   8877: 
                   8878:        * src/include/pa_exception.h: "static" removed
                   8879: 
                   8880: 2007-04-23  misha
                   8881: 
                   8882:        * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
                   8883: 
                   8884:        * src/classes/math.C: added: - ^math:ln(N) (the same as
                   8885:          ^math:log(N)) - ^math:lg(N)
                   8886: 
                   8887:        * tests/: 097.html, results/097.processed: - charsets converstion
                   8888:          during ^file::load[text;http://...] added
                   8889: 
                   8890:        * tests/: 164.html, results/164.processed: - check for set expires
                   8891:          as a date
                   8892: 
                   8893:        * tests/: 164.html, results/164.processed: - test for hashfile
                   8894: 
                   8895:        * src/classes/hashfile.C: - little comment changes
                   8896: 
                   8897:        * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
                   8898:          access
                   8899: 
                   8900:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   8901:          classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
                   8902:          classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
                   8903:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   8904:          classes/xnode.h, include/pa_request.h, main/execute.C,
                   8905:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   8906:          main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
                   8907:          main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
                   8908:          types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
                   8909:          types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
                   8910:          types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
                   8911:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   8912:          types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
                   8913:          "parser.runtime" strings were removed
                   8914: 
                   8915:        * src/classes/hashfile.C: - with .clear[] called files_delete()
                   8916:          now.
                   8917: 
                   8918:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
                   8919: 
                   8920:        * src/include/pa_exception.h: - string constant with
                   8921:          "parser.runtime" text was added
                   8922: 
                   8923: 2007-04-20  misha
                   8924: 
                   8925:        * operators.txt: - some comments changing
                   8926: 
                   8927:        * operators.txt: - added info about .^hashfile.release[],
                   8928:          ^hashfile.clenaup[] and new ^string.match[][>N-option<]
                   8929: 
                   8930:        * configure: =cheching for unsetenv
                   8931: 
                   8932:        * src/classes/hashfile.C: - ^hashfile.cleanup[],
                   8933:          ^hashfile.release[] were added
                   8934: 
                   8935:        * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
                   8936:          ^string.match[][] understand new option now: return number of
                   8937:          matches but not table wit results
                   8938: 
                   8939:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
                   8940:          reopen now
                   8941: 
                   8942:        * src/classes/op.C: - bug. must be false
                   8943: 
                   8944:        * configure.in: - checking for unsetenv was added
                   8945: 
                   8946:        * src/types/pa_vform.C: - some comments
                   8947: 
                   8948: 2007-04-18  misha
                   8949: 
                   8950:        * buildall-with-xml: moving to libxml2-2.6.28
                   8951: 
                   8952:        * buildall-with-xml, buildall-without-xml: added commented lines
                   8953:          with --disable-safe-mode option
                   8954: 
                   8955:        * operators.txt: - info about $form:files
                   8956: 
                   8957: 2007-04-17  misha
                   8958: 
                   8959:        * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
                   8960:          $form:files was added
                   8961: 
                   8962:        * tests/: 163.html, results/163.processed: removing auto format
                   8963: 
                   8964:        * src/types/pa_vdate.h: - start adding unsetenv("TZ");
                   8965: 
                   8966: 2007-04-16  misha
                   8967: 
                   8968:        * tests/: 163.html, results/163.processed: - test for .int[],
                   8969:          floor, round, ceiling and .format[]
                   8970: 
                   8971:        * src/classes/file.C: - little optimization for getting args in
                   8972:          exec/cgi
                   8973: 
                   8974: 2007-04-13  misha
                   8975: 
                   8976:        * src/classes/file.C: - arguments for file::exec/cgi can be
                   8977:          specified now as s table with one column
                   8978: 
                   8979: 2007-03-27  misha
                   8980: 
                   8981:        * tests/: 162.html, results/162.processed: - test for
                   8982:          ^table.select(^condition[$t])
                   8983: 
                   8984:        * tests/results/auto.p: - load windows-1251 charset for some tests
                   8985: 
                   8986:        * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
                   8987: 
                   8988:        * tests/: results/161.processed, 161.html, 161_utf8.txt,
                   8989:          161_windows1251.txt: - added test for
                   8990:          ^file::load[text;/local/file.txt;$.charset[...]]
                   8991: 
                   8992:        * tests/: results/013.processed, 013.html: - added test for
                   8993:          checking $._default value while hash modifications
                   8994: 
                   8995:        * tests/: 160.html, results/160.processed: - add test for
                   8996:          ^cache[key](secs){code}, ^cache[] and ^cache(0)
                   8997: 
                   8998: 2007-03-22  misha
                   8999: 
                   9000:        * src/include/pa_common.h: - "charset" string defined for
                   9001:          ^file::load[text;/local.txt] and ^table::load[/table.txt]
                   9002: 
                   9003:        * src/main/: pa_common.C, pa_http.C: - $.charset option for
                   9004:          ^file::load[text;/local.txt] and ^table::load[/table.txt] was
                   9005:          added - not needed transcodes were removed from
                   9006:          ^file::load[...;http://...]
                   9007: 
                   9008:        * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
                   9009:          added
                   9010: 
                   9011:        * src/classes/date.C: - date.week was fixed
                   9012: 
                   9013:        * operators.txt: - added info about date.weekyear
                   9014: 
                   9015:        * tests/: 159.html, results/159.processed: - tests for date.week
                   9016:          and date.weekyear added
                   9017: 
                   9018: 2007-03-15  misha
                   9019: 
                   9020:        * src/classes/table.C: - enclose column numbers for nameless tables
                   9021:          as well
                   9022: 
                   9023: 2007-03-14  misha
                   9024: 
                   9025:        * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
                   9026: 
                   9027:        * src/classes/table.C: - table.save optimization: now required much
                   9028:          less memory
                   9029: 
                   9030: 2007-03-13  misha
                   9031: 
                   9032:        * tests/results/: 158.processed, 158.processes: - tests for
                   9033:          table.save/table.load
                   9034: 
                   9035:        * tests/: 158.html, results/158.processes: - tests for
                   9036:          table.save/table.load
                   9037: 
                   9038:        * buildall-with-xml: libxml2: --without-ftp --without-docbook
                   9039: 
                   9040:        * buildall-with-xml: - pattern needed now for building
                   9041: 
                   9042:        * tests/results/097.processed: - added test results for xdoc::load
                   9043:          & xdoc::load[http://...]
                   9044: 
                   9045:        * tests/097.html: - added test for xdoc::load
                   9046: 
                   9047: 2007-03-12  misha
                   9048: 
                   9049:        * tests/: 107.html, results/107.processed: - added test for xpath
                   9050:          '//man'
                   9051: 
                   9052: 2007-03-01  misha
                   9053: 
                   9054:        * tests/: 097.html, results/097.processed: - added test for
                   9055:          creating xdoc from file
                   9056: 
                   9057:        * tests/: results/157.processed, 157.html: - added test for
                   9058:          file:move
                   9059: 
                   9060: 2007-02-28  misha
                   9061: 
                   9062:        * src/classes/xdoc.C: - another attempt
                   9063: 
                   9064:        * src/classes/xdoc.C: - roll back last changes for a while
                   9065: 
                   9066:        * src/classes/xdoc.C, operators.txt: - ^xdoc::create[$file] added.
                   9067: 
                   9068:        * src/classes/file.C: - under lock we create non-exist dir anyway
                   9069: 
                   9070:        * tests/results/099.processed: - ever send content-disposition to
                   9071:          client with file
                   9072: 
                   9073:        * tests/157.html: + test for file:copy
                   9074: 
                   9075: 2007-02-26  misha
                   9076: 
                   9077:        * src/classes/file.C: - some similar strings moved to #define
                   9078:          instead of to be copy/pasted many times
                   9079: 
                   9080:        * src/types/pa_vfile.h: - class name string ("file") moved to
                   9081:          #define
                   9082: 
                   9083: 2007-02-20  misha
                   9084: 
                   9085:        * bin/auto.p.dist.in: - added lines for sqlite
                   9086: 
                   9087:        * configure.in: - added some strings for sqlite detection
                   9088: 
                   9089: 2007-02-19  misha
                   9090: 
                   9091:        * operators.txt: - some comments changes
                   9092: 
                   9093:        * buildall-with-xml, buildall-without-xml: - some modifications
                   9094: 
                   9095: 2007-02-17  misha
                   9096: 
                   9097:        * buildall-with-xml, buildall-without-xml: - moving to gc6.8
                   9098: 
                   9099:        * src/main/pa_request.C: - damn, i forgot to commit it while I
                   9100:          change console behaviour
                   9101: 
                   9102: 2007-02-12  misha
                   9103: 
                   9104:        * src/targets/cgi/parser3.C: - don't print headers if
                   9105:          $console:line[data] was used during cgi execution.
                   9106: 
                   9107:        * src/types/pa_vconsole.h: - console class have bool flag now which
                   9108:          marked as 'true' if class was used.
                   9109: 
                   9110:        * tests/: 152.html, results/152.processed: - more types was added
                   9111:          to test 152
                   9112: 
                   9113:        * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
                   9114:          adding 'bool' (^if($image){} caused exception)
                   9115: 
                   9116: 2007-02-09  misha
                   9117: 
                   9118:        * tests/: 152.html, results/152.processed: - test alightly updated
                   9119: 
                   9120:        * tests/: 152.html, results/152.processed: - test rewrited
                   9121: 
                   9122:        * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
                   9123:          bugfix. I broke xdoc & xnode in expression
                   9124: 
                   9125: 2007-02-08  misha
                   9126: 
                   9127:        * tests/: 152.html, results/152.processed: - add test for checking
                   9128:          'def' for void, string, bool, int & double
                   9129: 
                   9130: 2007-02-07  misha
                   9131: 
                   9132:        * operators.txt: - ^file:base64[filespec]  was added
                   9133: 
                   9134:        * tests/results/153.processed: - result test for
                   9135:          ^file:base64[filespec]  was updated
                   9136: 
                   9137:        * tests/153.html: - test for ^file:base64[filespec]  was added
                   9138: 
                   9139:        * src/types/pa_vconsole.h: - little optimization
                   9140: 
                   9141:        * src/classes/file.C: - ^file:base64[filespec]
                   9142: 
                   9143:        * src/main/pa_common.C: - definitions for ^file:base64[filespec]
                   9144: 
                   9145:        * src/include/pa_common.h: - declarations for
                   9146:          ^file:base64[filespec]
                   9147: 
                   9148:        * src/types/pa_vcookie.C: - little optimization
                   9149: 
                   9150: 2007-02-06  misha
                   9151: 
                   9152:        * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
                   9153:          were temporary commented
                   9154: 
                   9155:        * src/types/pa_vbool.h: - bugfix
                   9156: 
                   9157:        * tests/156.html: - added test for bool cookie
                   9158: 
                   9159:        * src/types/pa_vcookie.h: - not needed string "cookie" removed
                   9160: 
                   9161:        * tests/: 155.html, results/155.processed: - added test for check
                   9162:          $.encloser[] option for table save/load
                   9163: 
                   9164:        * tests/: 153.html, 154.html, todo.txt: - two more tests added
                   9165: 
                   9166: 2007-02-05  misha
                   9167: 
                   9168:        * tests/results/152.processed: - newline at the end was missed
                   9169: 
                   9170:        * tests/results/141.processed: - math:md5 must be lowercased
                   9171: 
                   9172:        * src/targets/cgi/parser3.C: - 2007 in help ;)
                   9173: 
                   9174: 2007-02-03  misha
                   9175: 
                   9176:        * tests/results/: 150.processed, 151.processed, 152.processed: -
                   9177:          test for bool added and some content length fixes
                   9178: 
                   9179:        * tests/152.html: - test for bool added
                   9180: 
                   9181:        * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
                   9182: 
                   9183:        * operators.txt: - info bool class was added
                   9184: 
1.116     moko     9185:        * src/: classes/Makefile.am, classes/bool.C,
1.95      moko     9186:          classes/classes.vcproj, classes/double.C, classes/int.C,
                   9187:          classes/string.C, classes/void.C, classes/xnode.C,
                   9188:          include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
                   9189:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
                   9190:          types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
                   9191:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   9192:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
                   9193:          types/types.vcproj: - bool class was added
                   9194: 
                   9195:        * src/main/pa_request.C: - fix
                   9196: 
                   9197: 2007-01-18  misha
                   9198: 
                   9199:        * src/: main/pa_string.C, classes/string.C: - return table during
                   9200:          ^string.match[][] even if no matched found.
                   9201: 
                   9202: 2006-12-20  misha
                   9203: 
                   9204:        * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
                   9205:          http://www.parser.ru/forum/?id=55598 ]
                   9206: 
                   9207: 2006-12-19  misha
                   9208: 
                   9209:        * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
                   9210:          details: http://www.parser.ru/forum/?id=52359
                   9211: 
                   9212:        * src/main/pa_request.C: - always set content-disposition for
                   9213:          $response:body[hash here]. more details:
                   9214:          http://www.parser.ru/forum/?id=52130
                   9215: 
                   9216: 2006-12-07  misha
                   9217: 
                   9218:        * operators.txt: - added info about bool params in cookie set
                   9219: 
                   9220:        * src/types/pa_vcookie.C: - bool param in cookies available now
                   9221:          $cookie:name[   $.value[123]   $.secure(true)   $.httponly(true)
                   9222:          ]
                   9223: 
                   9224:        * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
                   9225:          was added
                   9226: 
                   9227: 2006-12-02  misha
                   9228: 
                   9229:        * src/classes/file.C: - file_block_read used instead of native read
                   9230: 
                   9231:        * src/main/pa_common.C: - added file_block_read with read error
                   9232:          detection - file_block_read used instead of native read
                   9233: 
                   9234:        * src/include/pa_common.h: - added file_block_read declaration
                   9235: 
                   9236: 2006-12-01  misha
                   9237: 
                   9238:        * operators.txt: - info about $var.CLASS_NAME was added
                   9239: 
                   9240:        * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
                   9241:          $var.CLASS_NAME added
                   9242: 
                   9243:        * operators.txt: - added info about ^file:copy[]
                   9244: 
                   9245:        * src/classes/file.C: - ^file:copy[from;fo] was added
                   9246: 
                   9247: 2006-11-20  misha
                   9248: 
                   9249:        * src/classes/date.C: - bug fix :)
                   9250: 
                   9251: 2006-11-17  misha
                   9252: 
                   9253:        * src/include/pa_common.h: - array in crc32 calculation was changed
                   9254:          to static
                   9255: 
                   9256:        * src/main/pa_common.C: - little optimization in getMonthDays -
                   9257:          small changes in crc32 calculation
                   9258: 
                   9259:        * src/classes/date.C: - not needed code was removed
                   9260: 
                   9261: 2006-11-16  misha
                   9262: 
                   9263:        * src/types/pa_vmail.C: - fix missed brakes
                   9264: 
                   9265:        * src/types/pa_vmail.C: - mail:send now set content-type:
                   9266:          multipart/related instead of multipart/mixed if file have
                   9267:          $.content-id[]
                   9268: 
                   9269: 2006-11-15  misha
                   9270: 
                   9271:        * src/types/pa_vdouble.h: abs -> fabs
                   9272: 
                   9273: 2006-11-14  misha
                   9274: 
                   9275:        * operators.txt: - added info about ^file.md5[] and
                   9276:          ^file:md5[file-name]
                   9277: 
                   9278:        * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
                   9279:          added
                   9280: 
                   9281:        * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
                   9282:          FILE_BUFFER_SIZE
                   9283: 
                   9284:        * src/classes/math.C: - hex_string was moved to pa_common.h
                   9285: 
                   9286:        * src/include/pa_common.h: - hex_string was moved from math.C -
                   9287:          CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
                   9288: 
                   9289:        * src/types/pa_vdouble.h: - incorrect frac detection with negative
                   9290:          values was fixed
                   9291: 
                   9292: 2006-11-13  misha
                   9293: 
                   9294:        * operators.txt: - added info about ^math:crc32[string],
                   9295:          ^file:crc32[file-name] & ^file.crc32[]
                   9296: 
                   9297:        * src/classes/math.C: - added ^math:crc32[string]
                   9298: 
                   9299:        * src/classes/file.C: - some comments were changed - added
                   9300:          ^file:crc32[file-name] and ^file.crc32[]
                   9301: 
                   9302:        * src/: include/pa_common.h, main/pa_common.C: - some functions for
                   9303:          crc32 calculation added
                   9304: 
                   9305: 2006-11-03  misha
                   9306: 
                   9307:        * src/include/pa_array.h: - not needed variable removed
                   9308: 
                   9309:        * tests/: 150.html, 151.html, results/150.processed,
                   9310:          results/151.processed: - 2 tests were added
                   9311: 
                   9312:        * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
                   9313:          with $.reverse(1) were fixed
                   9314: 
                   9315:        * src/main/pa_http.C: - bug fix. now tainted data from $.form and
                   9316:          query converted to $.charset during ^file::load[http://...]
                   9317: 
                   9318: 2006-11-02  misha
                   9319: 
                   9320:        * src/include/pa_table.h: ups. forget '=' char
                   9321: 
                   9322:        * src/include/pa_table.h: - one more fix in
                   9323:          .locate[...][$.reverse(1)]
                   9324: 
                   9325: 2006-11-01  misha
                   9326: 
                   9327:        * src/classes/math.C: - bug fix, details:
                   9328:          http://www.parser.ru/forum/?id=53360
                   9329: 
                   9330:        * src/include/pa_table.h: - bug fix during ^table.locate( condition
                   9331:          false for all records )[$.reverse(1)]
                   9332: 
                   9333:        * src/main/pa_http.C: - second param for this mid method is length
                   9334:          but not end_index so this method has error and can't detect
                   9335:          charsets in next content-types: Content-type: text/html;
                   9336:          charset="windows-1251" Content-type: text/html;
                   9337:          charset="windows-1251"; Content-type: text/html;
                   9338:          charset=windows-1251;
                   9339: 
                   9340:          only Content-type: text/html; charset=windows-1251 was fine
                   9341: 
                   9342: 2006-10-31  misha
                   9343: 
                   9344:        * src/classes/file.C: - empty args in file::exec removed now
                   9345: 
                   9346: 2006-09-11  misha
                   9347: 
                   9348:        * bin/auto.p.dist.in: - 2 errors were fixed - table::set was
                   9349:          replaced to table::create - some changes in text/code formatting
                   9350: 
                   9351: 2006-09-03  paf
                   9352: 
                   9353:        * src/classes/file.C: proper tainting of
                   9354:          ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
                   9355: 
                   9356: 2006-06-09  paf
                   9357: 
                   9358:        * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
                   9359: 
                   9360:        * src/classes/table.C: formatting
                   9361: 
                   9362:        * src/classes/table.C: incorporated patch from misha: Sent:
                   9363:          Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
                   9364:          ignoring string options for ^table.save[]
                   9365: 
                   9366:        * src/classes/hash.C: incorporated patch from misha Sent:
                   9367:          Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
                   9368:          $hash._default disappear while
                   9369: 
                   9370:        * operators.txt: ^mail:send[   $.file1[      $.value[file]
                   9371:          $.format[!uue|!base64] << new base64 option. default uue   ] ]
                   9372: 
                   9373:        * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
                   9374:          PM Subject: patch for base64 in ^mail:send[] %-)
                   9375: 
                   9376: 2006-04-09  paf
                   9377: 
                   9378:        * src/main/compile.tab.C: ` change compiled
                   9379: 
                   9380:        * gnu.vcproj, operators.txt, parser3.sln,
                   9381:          src/classes/classes.vcproj, src/classes/file.C,
                   9382:          src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
                   9383:          src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
                   9384:          src/classes/xnode.C, src/include/pa_array.h,
                   9385:          src/include/pa_config_fixed.h, src/include/pa_dir.h,
                   9386:          src/include/pa_memory.h, src/include/pa_request.h,
                   9387:          src/include/pa_stack.h, src/lib/cord/cord.vcproj,
                   9388:          src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
                   9389:          src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
                   9390:          src/lib/pcre/pcre_dftables.vcproj,
                   9391:          src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
                   9392:          src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
                   9393:          src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
                   9394:          src/main/pa_cache_managers.C, src/main/pa_charset.C,
                   9395:          src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
                   9396:          src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
                   9397:          src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
                   9398:          src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
                   9399:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
                   9400:          src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
                   9401:          src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
                   9402:          src/types/pa_value.h, src/types/pa_vcookie.C,
                   9403:          src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
                   9404:          src/types/pa_vmail.C, src/types/pa_vresponse.C,
                   9405:          src/types/pa_vstatus.C, src/types/types.vcproj,
                   9406:          tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
                   9407:          ^menu, ^hash/hashfile.foreach
                   9408: 
                   9409:        * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
                   9410:          src/classes/file.C, src/classes/hash.C, src/classes/image.C,
                   9411:          src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
                   9412:          src/classes/xnode.C, src/include/pa_array.h,
                   9413:          src/include/pa_config_fixed.h, src/include/pa_dir.h,
                   9414:          src/include/pa_memory.h, src/include/pa_request.h,
                   9415:          src/include/pa_stack.h, src/lib/cord/cord.vcproj,
                   9416:          src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
                   9417:          src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
                   9418:          src/lib/pcre/pcre_dftables.vcproj,
                   9419:          src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
                   9420:          src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
                   9421:          src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
                   9422:          src/main/pa_cache_managers.C, src/main/pa_charset.C,
                   9423:          src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
                   9424:          src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
                   9425:          src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
                   9426:          src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
                   9427:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
                   9428:          src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
                   9429:          src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
                   9430:          src/types/pa_value.h, src/types/pa_vcookie.C,
                   9431:          src/types/pa_vmail.C, src/types/pa_vresponse.C,
                   9432:          src/types/pa_vstatus.C, src/types/types.vcproj,
                   9433:          tests/descript.ion: ! switched to VS2005 (projects and
                   9434:          object<info explicitly typed>.for_each(, info)) +
                   9435:          $response:field[] setting void means removing + grammar $name`
                   9436:          name stops now, for mysql `$field` + started ^break[]
                   9437:          ^continue[], in ^for. TODO: to other iterators (while, menu,
                   9438:          foreach) + all log messages += [uri=, method=, cl=]
                   9439: 
                   9440:        * buildall-with-xml: merged . ftp paths update
                   9441: 
                   9442:        * buildall-with-xml: . ftp paths update
                   9443: 
                   9444: 2006-03-04  paf
                   9445: 
                   9446:        * src/main/: pa_string.C: merged from HEAD ! cache file curruption
                   9447:          checks++ [thanks to Igor Zinkovsky for detailed report]
                   9448: 
                   9449:        * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
                   9450:          Igor Zinkovsky for detailed report]
                   9451: 
                   9452: 2006-03-01  paf
                   9453: 
                   9454:        * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
                   9455:          \n to ' ' in
                   9456: 
                   9457: 2006-02-18  paf
                   9458: 
                   9459:        * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
                   9460:          \n to ' ' in
                   9461: 
                   9462:        * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
                   9463: 
                   9464: 2006-02-03  paf
                   9465: 
                   9466:        * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
                   9467:          base64
                   9468: 
                   9469:        * src/main/pa_common.C: ! bugfix: decoding from base64
                   9470: 
                   9471: 2006-01-20  paf
                   9472: 
                   9473:        * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
                   9474:          economy fix
                   9475: 
                   9476:        * src/classes/: table.C: merged from HEAD ! bugfix
                   9477:          ^table.save[$.encloser-s now handled properly
                   9478: 
                   9479:        * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
                   9480:          handled properly
                   9481: 
                   9482: 2006-01-19  paf
                   9483: 
                   9484:        * buildall-with-xml, buildall-without-xml: merged from HEAD !
                   9485:          libgc:USE_MUNMAP activates merging of free memory blocks which
                   9486:          helps a lot in our case: after transform we want
                   9487:          CORD(main.result)->cstr[big malloc]->transcode[big malloc]
                   9488: 
                   9489:        * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
                   9490:          economy fix
                   9491: 
                   9492:        * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
                   9493:          activates merging of free memory blocks which helps a lot in our
                   9494:          case: after transform we want CORD(main.result)->cstr[big
                   9495:          malloc]->transcode[big malloc]
                   9496: 
                   9497: 2006-01-17  paf
                   9498: 
                   9499:        * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
                   9500:          before reading them. got rid of reallocs = became quicker and
                   9501:          less fragmentated
                   9502: 
                   9503: 2005-12-29  paf
                   9504: 
1.116     moko     9505:        * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
                   9506:          configure, configure.in, src/include/pa_version.h,
                   9507:          src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95      moko     9508:          src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
                   9509:          src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
                   9510:          src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
                   9511:          src/lib/ltdl/missing: . merged from 3.2.1
                   9512: 
1.116     moko     9513:        * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
                   9514:          packaged when 'make dist', so do configure companion files in
                   9515:          src/lib/ltdl
                   9516: 
                   9517:        * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
                   9518:          config.guess, config.sub, configure.in, install-sh, ltmain.sh,
                   9519:          missing: . now config_auto.h is created with configure [were
                   9520:          constant]
1.95      moko     9521: 
                   9522:        * INSTALL: . references to documentation and some clarification
                   9523: 
                   9524:        * buildall-with-xml, buildall-without-xml: . farawell doc
                   9525:          indication
                   9526: 
1.116     moko     9527:        * Makefile.am: . dist+=buildall*
1.95      moko     9528: 
                   9529: 2005-12-28  paf
                   9530: 
                   9531:        * configure: . 3.2.1
                   9532: 
                   9533:        * INSTALL, buildall-with-xml, buildall-without-xml: + started to
                   9534:          simplify build process, see INSTALL
                   9535: 
                   9536: 2005-12-26  paf
                   9537: 
                   9538:        * configure: ver
                   9539: 
                   9540:        * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
                   9541:          version
                   9542: 
                   9543: 2005-12-21  paf
                   9544: 
                   9545:        * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
                   9546:          compiled with bison 1.875b, it reports unexpected token names
                   9547: 
                   9548: 2005-12-19  paf
                   9549: 
                   9550:        * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
                   9551:          holds a link to xmlNode to prevent premature gc(xmlNode)
                   9552: 
                   9553:        * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
                   9554:          src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
                   9555:          src/main/main.vcproj, src/main/pa_globals.C,
                   9556:          src/targets/cgi/parser3.vcproj,
                   9557:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
                   9558:          configure, configure.in, src/include/pa_version.h: . killing
                   9559:          gdome [what a relief]
                   9560: 
                   9561:        * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
                   9562:          113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
                   9563:          run_parser.sh, results/001.processed, results/002.processed,
                   9564:          results/003.processed, results/004.processed,
                   9565:          results/005.processed, results/006.processed,
                   9566:          results/008.processed, results/009.processed,
                   9567:          results/010.processed, results/011.processed,
                   9568:          results/012.processed, results/013.processed,
                   9569:          results/014.processed, results/015.processed,
                   9570:          results/016.processed, results/017.processed,
                   9571:          results/018.processed, results/020.processed,
                   9572:          results/021.processed, results/022.processed,
                   9573:          results/023.processed, results/024.processed,
                   9574:          results/025.processed, results/026.processed,
                   9575:          results/027.processed, results/028.processed,
                   9576:          results/029.processed, results/030.processed,
                   9577:          results/031.processed, results/032.processed,
                   9578:          results/033.processed, results/034.processed,
                   9579:          results/035.processed, results/036.processed,
                   9580:          results/037.processed, results/038.processed,
                   9581:          results/039.processed, results/040.processed,
                   9582:          results/041.processed, results/042.processed,
                   9583:          results/043.processed, results/044.processed,
                   9584:          results/045.processed, results/046.processed,
                   9585:          results/047.processed, results/048.processed,
                   9586:          results/049.processed, results/050.processed,
                   9587:          results/051.processed, results/052.processed,
                   9588:          results/053.processed, results/054.processed,
                   9589:          results/055.processed, results/056.processed,
                   9590:          results/057.processed, results/058.processed,
                   9591:          results/059.processed, results/060.processed,
                   9592:          results/061.processed, results/062.processed,
                   9593:          results/063.processed, results/064.processed,
                   9594:          results/065.processed, results/066.processed,
                   9595:          results/067.processed, results/068.processed,
                   9596:          results/069.processed, results/070.processed,
                   9597:          results/071.processed, results/072.processed,
                   9598:          results/073.processed, results/074.processed,
                   9599:          results/075.processed, results/076.processed,
                   9600:          results/077.processed, results/078.processed,
                   9601:          results/079.processed, results/080.processed,
                   9602:          results/081.processed, results/082.processed,
                   9603:          results/083.processed, results/084.processed,
                   9604:          results/085.processed, results/086.processed,
                   9605:          results/087.processed, results/088.processed,
                   9606:          results/089.processed, results/090.processed,
                   9607:          results/091.processed, results/092.processed,
                   9608:          results/093.processed, results/094.processed,
                   9609:          results/095.processed, results/096.processed,
                   9610:          results/097.processed, results/099.processed,
                   9611:          results/100.processed, results/101.processed,
                   9612:          results/102.processed, results/104.processed,
                   9613:          results/105.processed, results/106.processed,
                   9614:          results/107.processed, results/108.processed,
                   9615:          results/109.processed, results/110.processed,
                   9616:          results/111.processed, results/112.processed,
                   9617:          results/113.processed, results/114.processed,
                   9618:          results/115.processed, results/117.processed,
                   9619:          results/119.processed, results/120.processed,
                   9620:          results/121.processed, results/122.processed,
                   9621:          results/123.processed, results/124.processed,
                   9622:          results/125.processed, results/126.processed,
                   9623:          results/127.processed, results/128.processed,
                   9624:          results/129.processed, results/130.processed,
                   9625:          results/131.processed, results/132.processed,
                   9626:          results/133.processed, results/134.processed,
                   9627:          results/135.processed, results/136.processed,
                   9628:          results/138.processed, results/139.processed,
                   9629:          results/140.processed, results/141.processed,
                   9630:          results/142.processed, results/143.processed,
                   9631:          results/144.processed, results/145.processed,
                   9632:          results/146.processed, results/147.processed,
                   9633:          results/148.processed, results/149.processed, results/auto.p: .
                   9634:          now works if we turn off default auto.p
                   9635: 
1.116     moko     9636:        * configure: . makes
1.95      moko     9637: 
                   9638:        * src/types/pa_vxnode.C: . less warnings
                   9639: 
                   9640:        * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
                   9641:          tests/145.html, tests/149.html, tests/descript.ion,
                   9642:          tests/outputs/d.cmd, tests/results/142.processed,
                   9643:          tests/results/143.processed, tests/results/144.processed,
                   9644:          tests/results/145.processed, tests/results/146.processed,
                   9645:          tests/results/147.processed, tests/results/148.processed,
                   9646:          tests/results/149.processed: . removed .nodeValue from all node
                   9647:          types other than 5 (grabbed piece from gdome)
                   9648: 
                   9649:        * tests/: 137.html, results/137.processed: . not handled this case
                   9650:          yet. code does not hang from inserting parent into child,
                   9651:          considering thing minor issue -- nodes are removed from source
                   9652:          anyway, don't know why shold that be an error after all
                   9653: 
                   9654:        * src/targets/cgi/parser3.C: . style
                   9655: 
                   9656:        * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
                   9657:          xdoc too [were barking "not element"]
                   9658: 
                   9659: 2005-12-16  paf
                   9660: 
                   9661:        * tests/: 146.html, 147.html, 148.html: . more tests
                   9662: 
                   9663:        * src/classes/xnode.C: . also bark on possible errors
                   9664: 
                   9665:        * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
                   9666:          props
                   9667: 
                   9668:        * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
                   9669:          main/compile.y: merged from HEAD ! fixed overoptimized
                   9670:          ^call(false) case. (confused it with ^call[] case)
                   9671: 
                   9672:        * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
                   9673:          ^call(false) case. (confused it with ^call[] case)
                   9674: 
                   9675:        * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
                   9676: 
                   9677:        * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
                   9678:          results/001.processed, results/002.processed,
                   9679:          results/003.processed, results/004.processed,
                   9680:          results/005.processed, results/006.processed,
                   9681:          results/008.processed, results/009.processed,
                   9682:          results/010.processed, results/011.processed,
                   9683:          results/012.processed, results/013.processed,
                   9684:          results/014.processed, results/015.processed,
                   9685:          results/016.processed, results/017.processed,
                   9686:          results/018.processed, results/019.processed,
                   9687:          results/020.processed, results/021.processed,
                   9688:          results/022.processed, results/023.processed,
                   9689:          results/024.processed, results/025.processed,
                   9690:          results/026.processed, results/027.processed,
                   9691:          results/028.processed, results/029.processed,
                   9692:          results/030.processed, results/031.processed,
                   9693:          results/032.processed, results/033.processed,
                   9694:          results/034.processed, results/035.processed,
                   9695:          results/036.processed, results/037.processed,
                   9696:          results/038.processed, results/039.processed,
                   9697:          results/040.processed, results/041.processed,
                   9698:          results/042.processed, results/043.processed,
                   9699:          results/044.processed, results/045.processed,
                   9700:          results/046.processed, results/047.processed,
                   9701:          results/048.processed, results/049.processed,
                   9702:          results/050.processed, results/051.processed,
                   9703:          results/052.processed, results/053.processed,
                   9704:          results/054.processed, results/055.processed,
                   9705:          results/056.processed, results/057.processed,
                   9706:          results/058.processed, results/059.processed,
                   9707:          results/060.processed, results/061.processed,
                   9708:          results/062.processed, results/063.processed,
                   9709:          results/064.processed, results/065.processed,
                   9710:          results/066.processed, results/067.processed,
                   9711:          results/068.processed, results/069.processed,
                   9712:          results/070.processed, results/071.processed,
                   9713:          results/072.processed, results/073.processed,
                   9714:          results/074.processed, results/075.processed,
                   9715:          results/076.processed, results/077.processed,
                   9716:          results/078.processed, results/079.processed,
                   9717:          results/080.processed, results/081.processed,
                   9718:          results/082.processed, results/083.processed,
                   9719:          results/084.processed, results/085.processed,
                   9720:          results/086.processed, results/087.processed,
                   9721:          results/088.processed, results/089.processed,
                   9722:          results/090.processed, results/091.processed,
                   9723:          results/092.processed, results/093.processed,
                   9724:          results/094.processed, results/095.processed,
                   9725:          results/096.processed, results/097.processed,
                   9726:          results/099.processed, results/101.processed,
                   9727:          results/102.processed, results/104.processed,
                   9728:          results/105.processed, results/106.processed,
                   9729:          results/107.processed, results/108.processed,
                   9730:          results/109.processed, results/110.processed,
                   9731:          results/111.processed, results/112.processed,
                   9732:          results/113.processed, results/114.processed,
                   9733:          results/115.processed, results/116.processed,
                   9734:          results/117.processed, results/118.processed,
                   9735:          results/119.processed, results/120.processed,
                   9736:          results/121.processed, results/122.processed,
                   9737:          results/123.processed, results/124.processed,
                   9738:          results/125.processed, results/126.processed,
                   9739:          results/127.processed, results/128.processed,
                   9740:          results/129.processed, results/130.processed,
                   9741:          results/131.processed, results/132.processed,
                   9742:          results/133.processed, results/134.processed,
                   9743:          results/135.processed, results/136.processed,
                   9744:          results/137.processed, results/138.processed,
                   9745:          results/139.processed, results/140.processed,
                   9746:          results/141.processed: . refreshed old tests, made them work
                   9747:          without auto.p (in utf8) . things noted: . gif got encoded
                   9748:          differently . exif 0000:00:00 decoded now into 0000:00:00 (were
                   9749:          some strange year)
                   9750: 
                   9751:        * INSTALL: . revived linux libgc fix
                   9752: 
                   9753:        * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
                   9754:          glib/gdome in INSTALL and patches]
                   9755: 
                   9756:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   9757:          include/pa_charset.h, include/pa_config_includes.h,
                   9758:          include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
                   9759:          include/pa_xml_exception.h, lib/cord/Makefile.am,
                   9760:          lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
                   9761:          lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
                   9762:          main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
                   9763:          main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
                   9764:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   9765:          types/pa_vxnode.h: . started killing gdome
                   9766: 
                   9767: 2005-12-13  paf
                   9768: 
                   9769:        * src/main/: pa_request.C: merged from HEAD ! when code in
                   9770:          @unhandled_exception thrown another exception, print correct
                   9771:          origin (earlier code in catch of exception inside of
                   9772:          @unhandled_exception grabbed parent_frame(original_exception)
                   9773:          origin and printed it, instead of true origin)
                   9774: 
                   9775:        * src/main/pa_request.C: ! when code in @unhandled_exception thrown
                   9776:          another exception, print correct origin (earlier code in catch of
                   9777:          exception inside of @unhandled_exception grabbed
                   9778:          parent_frame(original_exception) origin and printed it, instead
                   9779:          of true origin)
                   9780: 
                   9781: 2005-12-09  paf
                   9782: 
                   9783:        * INSTALL: . updated INSTALL doc to work around linux stack base
                   9784:          detection problem, due to change in gc6.4 code
                   9785: 
                   9786:        * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
                   9787:          ignored in ^string.matched :(
                   9788: 
                   9789:        * src/main/pa_string.C: ! regex tainting were ignored in
                   9790:          ^string.matched :(
                   9791: 
                   9792:        * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
                   9793:          src/include/pa_config_fixed.h, src/include/pa_version.h,
                   9794:          src/main/compile.y, src/main/compile_tools.h,
                   9795:          src/main/pa_charset.C, src/main/pa_common.C,
                   9796:          src/main/pa_globals.C, src/main/pa_string.C,
                   9797:          src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
                   9798:          src/types/pa_vmail.C: . merged latest fixes from 3.2.0
                   9799: 
                   9800: 2005-12-08  paf
                   9801: 
                   9802:        * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
                   9803:          500 chars now handled OK [were wrapped on 500th char according to
                   9804:          rfc, but sendmail failed to unwrap it properly]
                   9805: 
                   9806:        * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
                   9807:          handled OK [were wrapped on 500th char according to rfc, but
                   9808:          sendmail failed to unwrap it properly]
                   9809: 
                   9810:        * src/targets/isapi/parser3isapi.C: . less warnings
                   9811: 
                   9812:        * src/targets/isapi/parser3isapi.C: . undone some strange change
                   9813:          since 3.1.5
                   9814: 
                   9815:        * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
                   9816:          link fixes
                   9817: 
                   9818:        * src/: classes/date.C, include/pa_config_fixed.h,
                   9819:          main/compile.tab.C, main/compile.y, main/compile_tools.h,
                   9820:          main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
                   9821:          main/pa_string.C, targets/cgi/getopt.c: . less warnings
                   9822: 
                   9823:        * src/include/pa_config_fixed.h: . removed outdated string origins
                   9824:          [in current storage scheme there's no place for them. someday we
                   9825:          can add third CORD to store origins and special version of parser
                   9826:          which stores origins there [separate binary]]
                   9827: 
                   9828: 2005-12-07  paf
                   9829: 
                   9830:        * src/targets/isapi/parser3isapi.C: . now links in release mode
                   9831: 
                   9832:        * src/include/pa_version.h: makefiles
                   9833: 
                   9834:        * src/include/pa_version.h: . not beta
                   9835: 
                   9836:        * configure, configure.in, src/include/pa_version.h: not beta
                   9837: 
                   9838: 2005-12-06  paf
                   9839: 
                   9840:        * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
                   9841:          [some details here http://i2/tasks/edit/?id=4869912143891354460]
                   9842:          decided to undo the change ^call[$void] passes void. now it will
                   9843:          pass empty string again.
                   9844: 
                   9845:        * src/main/: compile.tab.C, compile.y: . version readded
                   9846: 
                   9847:        * src/classes/op.C: . in this version there is no ^switch[$nothing]
                   9848:          = ^switch[void] problem
                   9849: 
                   9850: 2005-12-01  paf
                   9851: 
                   9852:        * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
                   9853:          caused ^case[string] to be coerced to double since searching
                   9854:          value were not string (it was vvoid)
                   9855: 
                   9856:        * src/classes/op.C: . bugfix ^switch[$void_value] caused
                   9857:          ^case[string] to be coerced to double since searching value were
                   9858:          not string (it was vvoid)
                   9859: 
                   9860:        * INSTALL: . compiled with       libxml2 = 2.6.22       libxslt =
                   9861:          1.1.15       glib = 1.2.10       gdome2 = 0.8.1
                   9862: 
                   9863: 2005-11-30  paf
                   9864: 
                   9865:        * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
                   9866:          win32 must putenv("TZ="), on unix works only putenv("TZ")
                   9867: 
                   9868:        * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
                   9869:          putenv("TZ="), on unix works only putenv("TZ")
                   9870: 
                   9871:        * INSTALL: . xml libs versions updated
                   9872: 
                   9873:        * src/main/pa_globals.C: //20051130 trying to remove this, author
                   9874:          claims that fixed a lot there // 20040920 for now both
                   9875:          workarounds needed. wait for new libxml/xsl versions
                   9876: 
                   9877: 2005-11-28  paf
                   9878: 
                   9879:        * src/classes/table.C: merged from HEAD: ! nameless table has
                   9880:          columns==0
                   9881: 
                   9882:        * src/classes/table.C: ! nameless table has columns==0
                   9883: 
                   9884:        * src/main/pa_http.C: merged from HEAD: ! status line check made
                   9885:          earlier [was totally wrong]
                   9886: 
                   9887:        * src/main/pa_http.C: ! status line check made earlier [was totally
                   9888:          wrong]
                   9889: 
                   9890: 2005-11-25  paf
                   9891: 
                   9892:        * src/include/pa_array.h: -this reduces speed(table::load) strange.
                   9893:          undoing for now...
                   9894: 
                   9895:        * src/include/pa_version.h: -this reduces speed(table::load),
                   9896:          strange. undoing
                   9897: 
                   9898:        * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
                   9899: 
                   9900:        * src/classes/op.C: + ^while(){}[SEPARATOR]
                   9901: 
                   9902:        * src/include/pa_array.h: + optimistics added: all arrays (table
                   9903:          rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
                   9904:          this speeds things up and saves memory a LOT! (not noticed
                   9905:          negative effect on syntetic tests, future will tell...)
                   9906: 
                   9907:        * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
                   9908:          changed gc_malloc implementation, which obscured profiling
                   9909: 
                   9910:        * src/classes/table.C: merged from HEAD: + optimized
                   9911:          table::load/sql, now row ArrayString-s allocated with
                   9912:          columns.count() elements and don't always grow from
                   9913:          count=3[realloc,realloc]
                   9914: 
                   9915:        * src/classes/table.C: + optimized table::load/sql, now row
                   9916:          ArrayString-s allocated with columns.count() elements and don't
                   9917:          always grow from count=3[realloc,realloc]
                   9918: 
                   9919:        * src/classes/table.C: merged from HEAD: . ^table.save unused
                   9920:          buffer after save
                   9921: 
                   9922:        * src/classes/table.C: . ^table.save unused buffer after save
                   9923: 
                   9924: 2005-11-24  paf
                   9925: 
                   9926:        * configure.in: . merged glib2-config patch
                   9927: 
                   9928:        * configure.in: + trying to find glib2-config
                   9929: 
                   9930:        * src/: classes/file.C, include/pa_common.h, main/execute.C,
                   9931:          main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
                   9932:          file/dir_readable to simple file/dir_exist, this would help in
                   9933:          situations "class not found because .p file has bad rights" << in
                   9934:          that case error would be explicit "access denied to 'this' file"
                   9935: 
1.116     moko     9936:        * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95      moko     9937: 
                   9938:        * src/: classes/file.C, include/pa_common.h, main/execute.C,
                   9939:          main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
                   9940:          to simple file/dir_exist, this would help in situations "class
                   9941:          not found because .p file has bad rights" << in that case error
                   9942:          would be explicit "access denied to 'this' file"
                   9943: 
                   9944:        * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
                   9945:          include/pa_http.h, main/Makefile.am, main/main.vcproj,
                   9946:          main/pa_common.C, main/pa_http.C: merged from HEAD: +!
                   9947:          ^file::exec/cgi[script;$.charset[changed]
                   9948:          $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
                   9949:          encoded in $.charset charset
                   9950: 
                   9951:        * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
                   9952:          $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
                   9953:          encoded in $.charset charset
                   9954: 
                   9955:        * src/: include/Makefile.am, include/pa_common.h,
                   9956:          include/pa_http.h, main/Makefile.am, main/main.vcproj,
                   9957:          main/pa_common.C, main/pa_http.C: . extracted http:// into
                   9958:          separate file [preparation for
                   9959:          ^file::cgi[script;$.form[$.field1[]
                   9960: 
                   9961: 2005-11-22  paf
                   9962: 
                   9963:        * src/: include/pa_version.h, main/compile.tab.C: makefiles
                   9964: 
                   9965:        * acinclude.m4, configure.in: . merged underquting fixes
                   9966: 
1.116     moko     9967:        * src/include/pa_config_auto.h.in: configure+makes
1.95      moko     9968: 
                   9969:        * src/classes/op.C: . overmerged a little
                   9970: 
                   9971:        * src/main/compile.tab.C: Makefile
                   9972: 
                   9973:        * src/main/: pa_common.C: . less gcc warnings
                   9974: 
                   9975:        * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
                   9976:          now reports original exception if we have no old cache
                   9977: 
                   9978:        * src/classes/op.C: + $exception.handled[cache] now reports
                   9979:          original exception if we have no old cache
                   9980: 
                   9981:        * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
                   9982:          from HEAD: + ^taint/untaint[regex] << escapes these:
                   9983:          \^$.[]|()?*+{}
                   9984: 
                   9985:        * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
                   9986:          ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
                   9987: 
                   9988:        * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
                   9989:          getenv-ed variable, which does not work both on win32&unix.
                   9990:          copied old TZ value now
                   9991: 
                   9992:        * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
                   9993:          stored pointer to getenv-ed variable, which does not work both on
                   9994:          win32&unix. copied old TZ value now
                   9995: 
                   9996:        * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
                   9997:          getenv-ed variable, which does not work both on win32&unix.
                   9998:          copied old TZ value now
                   9999: 
                   10000:        * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
                   10001:          access to internal hash
                   10002: 
                   10003:        * src/types/pa_vresponse.C: + $response:headers access to internal
                   10004:          hash
                   10005: 
                   10006:        * src/targets/isapi/parser3isapi.C: merged from HEAD: +
                   10007:          GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
                   10008:          isapi] this reduces number of "GC Warning: Repeated allocation of
                   10009:          very large block" messages to only important onces
                   10010: 
                   10011:        * src/targets/isapi/parser3isapi.C: +
                   10012:          GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
                   10013:          isapi] this reduces number of "GC Warning: Repeated allocation of
                   10014:          very large block" messages to only important onces
                   10015: 
                   10016:        * src/classes/string.C: merged from HEAD: + removed limitation on
                   10017:          ^string/int/double:sql{}[$.default[({param style})] ]
                   10018: 
                   10019:        * src/classes/string.C: + removed limitation on
                   10020:          ^string/int/double:sql{}[$.default[({param style})] ]
                   10021: 
                   10022:        * src/main/pa_common.C: merged from HEAD: + removed "use either uri
                   10023:          with ?params or $.form option" limitation
                   10024: 
                   10025:        * src/main/pa_common.C: + removed "use either uri with ?params or
                   10026:          $.form option" limitation
                   10027: 
                   10028:        * src/: classes/file.C, classes/string.C, include/pa_common.h,
                   10029:          main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
                   10030:          ^file::base64[encoded] decode
                   10031: 
                   10032:        * src/: classes/file.C, classes/string.C, include/pa_common.h,
                   10033:          main/pa_common.C: + ^file.base64[] encode +
                   10034:          ^file::base64[encoded] decode
                   10035: 
                   10036:        * src/classes/: file.C, string.C: + ^string.base64[] encode +
                   10037:          ^string:base64[encoded] decode
                   10038: 
                   10039:        * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
                   10040:          ^string:base64[in] encode + ^string.base64[] decode
                   10041: 
                   10042: 2005-11-21  paf
                   10043: 
                   10044:        * src/classes/file.C: + merged from HEAD:
                   10045:          ^file::create[text;file.xml;^untaint[xml]{data}]
                   10046: 
                   10047:        * src/classes/file.C: +
                   10048:          ^file::create[text;file.xml;^untaint[xml]{data}]
                   10049: 
                   10050:        * src/main/pa_request.C: ! merged: $response:body[file] now
                   10051:          differes from :download, it does not return content-disposition
                   10052:          at all now [previusely it returned valueless content-disposition]
                   10053: 
                   10054:        * src/main/pa_request.C: ! $response:body[file] now differes from
                   10055:          :download, it does not return content-disposition at all now
                   10056:          [previusely it returned valueless content-disposition]
                   10057: 
                   10058:        * src/main/: compile.tab.C, compile.y: ! overoptimized void
                   10059:          literals, reverted to just vvod, recreating empty array with each
                   10060:          void_value token. that's absolutely needed, since that array
                   10061:          grows
                   10062: 
                   10063:        * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
                   10064:          types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
                   10065:          types/pa_vmethod_frame.h: + merged: expression literals:
                   10066:          true/false. ^format[$.indent(true)]
                   10067: 
                   10068:        * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
                   10069:          types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
                   10070:          types/pa_vmethod_frame.h: + expression literals: true/false.
                   10071:          ^format[$.indent(true)]
                   10072: 
                   10073:        * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
                   10074:          merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
                   10075:          i386-pc-win32)"
                   10076: 
                   10077:        * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
                   10078:          $env:PARSER_VERSION reports "3.1.5beta (compiled on
                   10079:          i386-pc-win32)"
                   10080: 
                   10081: 2005-11-18  paf
                   10082: 
                   10083:        * src/classes/: double.C, int.C: ! ^int/double:sql{select
                   10084:          null}[$.default(123)] will now return default value
                   10085: 
                   10086:        * src/classes/op.C: + merged ^cache[] << returns current cache
                   10087:          expiration time
                   10088: 
                   10089:        * src/classes/op.C: + ^cache[] << returns current cache expiration
                   10090:          time
                   10091: 
                   10092:        * src/classes/table.C: ! merged ^table::create[not'nameless';
                   10093:          failed << Exception.problem_source pointed to local var!
                   10094: 
                   10095:        * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
                   10096:          Exception.problem_source pointed to local var!
                   10097: 
                   10098:        * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
                   10099:          now loads VFile.ptr!=0, so such files can be saved now
                   10100: 
                   10101:        * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
                   10102:          loads VFile.ptr!=0, so such files can be saved now
                   10103: 
                   10104:        * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
                   10105:          only . and .. now removed from list [were removed all .*]
                   10106: 
                   10107:        * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
                   10108:          .. now removed from list [were removed all .*]
                   10109: 
                   10110:        * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
                   10111:          open error now checked, were not :( [stole that piece from apache
                   10112:          1.3 sources]
                   10113: 
                   10114:        * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
                   10115:          checked, were not :( [stole that piece from apache 1.3 sources]
                   10116: 
                   10117:        * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
                   10118:          untainting of @main result if returned by $result or
                   10119:          $response:body
                   10120: 
                   10121:        * src/main/pa_request.C: ! ensured proper untainting of @main
                   10122:          result if returned by $result or $response:body
                   10123: 
                   10124:        * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
                   10125:          issue: now tries to guess content-length and allocates one big
                   10126:          piece if possible [regretfully gc_realloc works as malloc+free,
                   10127:          leaving lots of holes behind]
                   10128: 
                   10129:        * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
                   10130:          fixed file load memory issue: now tries to guess content-length
                   10131:          and allocates one big piece if possible [regretfully gc_realloc
                   10132:          works as malloc+free, leaving lots of holes behind]
                   10133: 
                   10134: 2005-11-16  paf
                   10135: 
                   10136:        * src/: include/pa_common.h, classes/file.C, classes/table.C,
                   10137:          main/compile.tab.C, main/pa_common.C: merged to HEAD: !
                   10138:          table::save with enclosers now doubles them: "->"" !
                   10139:          table::save/load do not remove elements from options hash
                   10140: 
                   10141:        * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
                   10142:          [were overoptimized ^if(double_literal), compiler confused
                   10143:          OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
                   10144: 
                   10145:        * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
                   10146:          [were overoptimized ^if(double_literal), compiler confused
                   10147:          OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
                   10148: 
                   10149:        * src/: classes/file.C, classes/table.C, include/pa_common.h,
                   10150:          main/pa_common.C: ! table::save with enclosers now doubles them:
                   10151:          "->"" ! table::save/load do not remove elements from options hash
                   10152: 
                   10153: 2005-11-03  paf
                   10154: 
1.116     moko     10155:        * src/main/: Makefile.am, compile.tab.C: removed $< from .y
                   10156:          compilation, not all makefiles liked that
1.95      moko     10157: 
                   10158: 2005-08-30  paf
                   10159: 
                   10160:        * src/classes/op.C: merge . speedup check of [DEFAULT]
                   10161: 
                   10162:        * src/classes/op.C: . speedup check of [DEFAULT]
                   10163: 
                   10164: 2005-08-26  paf
                   10165: 
                   10166:        * src/: classes/date.C, types/pa_vdate.h: merged + date.week
                   10167: 
                   10168:        * src/: classes/date.C, types/pa_vdate.h: + date.week
                   10169: 
                   10170:        * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
                   10171:          complains about bad!=nameless
                   10172: 
                   10173:        * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
                   10174:          about bad!=nameless
                   10175: 
                   10176:        * src/classes/: hash.C, string.C, table.C, void.C: merged !
                   10177:          optional options were allowed to be empty. were checked
                   10178:          if(is_string), changed to !defined||is_string to allow void
                   10179: 
                   10180:        * src/: targets/isapi/parser3isapi.C, classes/hash.C,
                   10181:          classes/string.C, classes/table.C, classes/void.C: ! optional
                   10182:          options were allowed to be empty. were checked if(is_string),
                   10183:          changed to !defined||is_string to allow void
                   10184: 
                   10185:        * src/types/pa_vmethod_frame.h: merged ! many classes/*  used
                   10186:          as_junction where they needed as_int/double, so failed with
                   10187:          recent "(const) now no junction" optimization
                   10188: 
                   10189:        * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
                   10190:          merged ! many classes/*  used as_junction where they needed
                   10191:          as_int/double, so failed with recent "(const) now no junction"
                   10192:          optimization
                   10193: 
                   10194:        * src/: classes/double.C, classes/int.C, classes/math.C,
                   10195:          classes/op.C, classes/string.C, classes/table.C,
                   10196:          main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
                   10197:          used as_junction where they needed as_int/double, so failed with
                   10198:          recent "(const) now no junction" optimization
                   10199: 
                   10200: 2005-08-24  paf
                   10201: 
                   10202:        * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
                   10203:          windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
                   10204:          stripped it
                   10205: 
                   10206: 2005-08-09  paf
                   10207: 
                   10208:        * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
                   10209:          not cleared
                   10210: 
                   10211:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   10212:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   10213:          classes/hashfile.C, classes/image.C, classes/int.C,
                   10214:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   10215:          classes/response.C, classes/string.C, classes/table.C,
                   10216:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   10217:          include/pa_array.h, include/pa_cache_managers.h,
                   10218:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   10219:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   10220:          include/pa_dictionary.h, include/pa_dir.h,
                   10221:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   10222:          include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
                   10223:          include/pa_operation.h, include/pa_os.h, include/pa_request.h,
                   10224:          include/pa_request_charsets.h, include/pa_request_info.h,
                   10225:          include/pa_sapi.h, include/pa_socks.h,
                   10226:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   10227:          include/pa_stack.h, include/pa_string.h,
                   10228:          include/pa_stylesheet_connection.h,
                   10229:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   10230:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   10231:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   10232:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   10233:          lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
                   10234:          lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
                   10235:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
                   10236:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   10237:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   10238:          main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
                   10239:          main/pa_os.C, main/pa_request.C, main/pa_socks.C,
                   10240:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   10241:          main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
                   10242:          main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
                   10243:          main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
                   10244:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   10245:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   10246:          types/pa_junction.h, types/pa_method.h, types/pa_property.h,
                   10247:          types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
                   10248:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   10249:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   10250:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
                   10251:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   10252:          types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
                   10253:          types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
                   10254:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
                   10255:          types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
                   10256:          types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   10257:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   10258:          types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   10259:          types/pa_vresponse.C, types/pa_vresponse.h,
                   10260:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   10261:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   10262:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   10263:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                   10264:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   10265:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   10266:          types/pa_wcontext.h, types/pa_wwrapper.h: 2005
                   10267: 
                   10268:        * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
                   10269:          pa_vmethod_frame.h: merged from HEAD ! simplified (double)
                   10270:          speedup consequent checks in vmethod_frame
                   10271: 
                   10272:        * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
                   10273:          not cleared
                   10274: 
                   10275:        * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
                   10276:          params: 50 max (were 10)
                   10277: 
                   10278:        * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
                   10279:          params: 50 max (were 10)
                   10280: 
                   10281:        * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
                   10282:          pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
                   10283:          pa_wcontext.h: + ^call[$void] param inside now is void (were:
                   10284:          empty string) ! simplified (double) speedup consequent checks in
                   10285:          vmethod_frame
                   10286: 
                   10287:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
                   10288:          optimized constants in expressions vstring->vdouble + optimized
                   10289:          ^call(vdouble), no junction creation, no calls later
                   10290: 
                   10291: 2005-08-08  paf
                   10292: 
                   10293:        * bin/auto.p.dist.in: merged . apache bad 404 handling workaround
                   10294:          integrated
                   10295: 
                   10296:        * bin/auto.p.dist.in: . apache bad 404 handling workaround
                   10297:          integrated
                   10298: 
                   10299:        * src/main/: compile.tab.C, compile.y, compile_tools.C,
                   10300:          compile_tools.h: merged + optimized constants in expressions
                   10301:          vstring->vdouble + optimized ^call(vdouble), no junction
                   10302:          creation, no calls later
                   10303: 
                   10304:        * src/types/pa_vdouble.h: merged . double values without fractional
                   10305:          part now default printed as %.0f instead of %g
                   10306: 
                   10307:        * src/types/pa_vdouble.h: . double values without fractional part
                   10308:          now default printed as %.0f instead of %g
                   10309: 
                   10310:        * src/classes/hashfile.C: . merged ! second hashfile::open would
                   10311:          cause an exception
                   10312: 
                   10313:        * src/classes/hashfile.C: ! second hashfile::open would cause an
                   10314:          exception
                   10315: 
                   10316:        * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
                   10317:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   10318:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   10319:          types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
                   10320:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
                   10321:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   10322:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   10323:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   10324:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   10325:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
                   10326:          merged VJunction(new Junction) optimization from 3.1.4
                   10327: 
                   10328:        * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
                   10329:          types/pa_vstateless_class.C: + optimized new VJunction(new
                   10330:          Junction(params)) to new VJunction(params), thousands of mallocs
                   10331:          removed
                   10332: 
                   10333: 2005-08-05  paf
                   10334: 
                   10335:        * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
                   10336:          types/pa_vdouble.h, types/pa_vmethod_frame.C,
                   10337:          types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
                   10338:          creation, no calls later
                   10339: 
                   10340:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   10341:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   10342:          classes/hashfile.C, classes/image.C, classes/int.C,
                   10343:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   10344:          classes/response.C, classes/string.C, classes/table.C,
                   10345:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   10346:          include/pa_array.h, include/pa_cache_managers.h,
                   10347:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   10348:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   10349:          include/pa_dictionary.h, include/pa_dir.h,
                   10350:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   10351:          include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
                   10352:          include/pa_operation.h, include/pa_os.h, include/pa_request.h,
                   10353:          include/pa_request_charsets.h, include/pa_request_info.h,
                   10354:          include/pa_sapi.h, include/pa_socks.h,
                   10355:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   10356:          include/pa_stack.h, include/pa_string.h,
                   10357:          include/pa_stylesheet_connection.h,
                   10358:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   10359:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   10360:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   10361:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   10362:          lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
                   10363:          lib/smtp/smtp.h, main/compile.C, main/compile.y,
                   10364:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   10365:          main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
                   10366:          main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
                   10367:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   10368:          main/pa_memory.C, main/pa_os.C, main/pa_request.C,
                   10369:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   10370:          main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
                   10371:          main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
                   10372:          main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
                   10373:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   10374:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   10375:          types/pa_junction.h, types/pa_method.h, types/pa_value.C,
                   10376:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                   10377:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   10378:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   10379:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   10380:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   10381:          types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
                   10382:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   10383:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
                   10384:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
                   10385:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   10386:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   10387:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   10388:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   10389:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   10390:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   10391:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                   10392:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   10393:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   10394:          types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
                   10395: 
                   10396:        * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
                   10397:          lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
                   10398:          lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
                   10399:          lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
                   10400:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   10401:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
                   10402:          optimized constants in expressions vstring->vdouble
                   10403: 
                   10404: 2005-07-29  paf
                   10405: 
                   10406:        * src/types/pa_vclass.C: . shaped up error messages a bit
                   10407: 
                   10408:        * src/types/pa_vclass.C: + property getter can now be overridden
                   10409: 
                   10410:        * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
                   10411:          bug fix: static parent fields were not replaced in case
                   10412:          $derived:field[put] + property setter can now be overridden
                   10413: 
                   10414: 2005-07-28  paf
                   10415: 
                   10416:        * configure, configure.in, src/classes/classes.h,
                   10417:          src/classes/date.C, src/classes/file.C, src/classes/hash.C,
                   10418:          src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
                   10419:          src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
                   10420:          src/classes/xnode.h, src/include/pa_hash.h,
                   10421:          src/include/pa_version.h, src/main/execute.C,
1.116     moko     10422:          src/types/Makefile.am, src/types/pa_method.h,
                   10423:          src/types/pa_value.h, src/types/pa_vclass.C,
                   10424:          src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
                   10425:          src/types/pa_vconsole.h, src/types/pa_vcookie.C,
                   10426:          src/types/pa_vcookie.h, src/types/pa_vhash.h,
                   10427:          src/types/pa_vhashfile.h, src/types/pa_vimage.C,
                   10428:          src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
                   10429:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   10430:          src/types/pa_vproperty.h, src/types/pa_vrequest.C,
                   10431:          src/types/pa_vrequest.h, src/types/pa_vresponse.C,
                   10432:          src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
                   10433:          src/types/pa_vstateless_class.h,
1.95      moko     10434:          src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
                   10435:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   10436:          src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
                   10437:          dynamic_fields_join
                   10438: 
                   10439:        * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
                   10440:          classes/xnode.C, include/pa_hash.h, main/execute.C,
                   10441:          types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
                   10442:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   10443:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
                   10444:          types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
                   10445:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   10446:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   10447:          types/pa_vresponse.h, types/pa_vstateless_object.h,
                   10448:          types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   10449:          types/pa_wwrapper.h: ! restored put_element('replace' param), and
                   10450:          restored its checks in vobject.put_element->static fields |
                   10451:          dynamic properties
                   10452: 
                   10453: 2005-07-27  paf
                   10454: 
                   10455:        * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
                   10456:          is some old code containing @set_name $name
                   10457: 
                   10458:        * src/types/pa_vobject.h: . fixed warning
                   10459: 
                   10460:        * configure, configure.in, src/include/pa_version.h,
1.116     moko     10461:          src/types/Makefile.am: 3.2.0beta started
1.95      moko     10462: 
                   10463:        * src/: classes/xnode.C, include/pa_hash.h,
                   10464:          types/pa_vstateless_class.C: ! new asserts were all false.
                   10465:          regretfully reverted them all to checks
                   10466: 
                   10467:        * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
                   10468:          classes/op.C, main/execute.C, types/pa_method.h,
                   10469:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   10470:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   10471:          types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
                   10472:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
                   10473:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   10474:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   10475:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   10476:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
                   10477:          joined_dynamic_fields: removed unused param from put_method
                   10478:          (returned to 3 params)
                   10479: 
                   10480:        * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
                   10481:          joined_dynamic_fields: dynamic get/set works with overriding
                   10482:          props [alpha2]
                   10483: 
                   10484:        * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
                   10485:          works [alfa]
                   10486: 
                   10487:        * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
                   10488:          classes/op.C, include/pa_hash.h, main/execute.C,
                   10489:          types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
                   10490:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   10491:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
                   10492:          types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
                   10493:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   10494:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   10495:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   10496:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   10497:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
                   10498:          joined_dynamic_fields: just compiled
                   10499: 
                   10500:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   10501:          classes/hashfile.C, classes/image.C, classes/table.C,
                   10502:          classes/xdoc.C, classes/xnode.h, main/execute.C,
                   10503:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
                   10504:          types/pa_vstateless_class.h: joined_dynamic_fields: started
                   10505: 
                   10506:        * src/types/pa_vobject.C: . object setters [only started, does not
                   10507:          work yet]
                   10508: 
                   10509:        * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
                   10510:          object setters [only started, does not work yet]
                   10511: 
                   10512: 2005-07-26  paf
                   10513: 
                   10514:        * src/: include/pa_request.h, main/execute.C: . properties: set
                   10515:          works [alpha2]. for classes. todo: for objects
                   10516: 
                   10517:        * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
                   10518:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   10519:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   10520:          types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
                   10521:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
                   10522:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   10523:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   10524:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   10525:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
                   10526:          properties: set works [alpha1]
                   10527: 
                   10528: 2005-07-25  paf
                   10529: 
                   10530:        * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
                   10531:          types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
                   10532:          properties: started, get works [alpha1, other approach]
                   10533: 
                   10534:        * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
                   10535:          properties: started, get works [alpha2]
                   10536: 
                   10537:        * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
                   10538:          pa_vstateless_class.h: . properties: started, get works [alpha]
                   10539: 
                   10540: 2005-07-15  paf
                   10541: 
                   10542:        * src/: classes/classes.h, classes/op.C, main/execute.C,
                   10543:          types/pa_junction.h, types/pa_property.h, types/pa_value.h,
                   10544:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   10545:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   10546:          types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
                   10547:          types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
                   10548:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   10549:          types/pa_vresponse.C, types/pa_vresponse.h,
                   10550:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   10551:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   10552:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
                   10553:          types/pa_wwrapper.h, types/types.vcproj: + started property
                   10554:          [getters work but think of changing them too to precaching]
                   10555: 
                   10556: 2005-07-08  paf
                   10557: 
                   10558:        * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
                   10559:          gpf
                   10560: 
                   10561: 2005-06-28  paf
                   10562: 
                   10563:        * src/: classes/file.C, main/untaint.C: ! string invariant violated
                   10564:          in passing empty strings to file::exec/cgi environment
                   10565: 
                   10566: 2005-06-06  paf
                   10567: 
                   10568:        * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
                   10569:          ^table:sql ^hash:sql now DO process $.bind option
                   10570: 
                   10571: 2005-05-24  paf
                   10572: 
                   10573:        * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
                   10574:          $.limit] now work again [support was broken in 3.1.4]
                   10575: 
                   10576:        * src/: main/pa_string.C, classes/op.C: . steps toward removing
                   10577:          ALL_INTERIOR_POINTERS
                   10578: 
                   10579: 2005-05-12  paf
                   10580: 
                   10581:        * configure: 3.1.5beta
                   10582: 
                   10583:        * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
                   10584: 
                   10585:        * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
                   10586:          $.limit] now work again [support was broken in 3.1.4]
                   10587: 
                   10588:        * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
                   10589:          line-width  [was refusing to fill if line-width >1, thanks to
                   10590:          Seras <seras@pinxit.lt> for repro case
                   10591: 
                   10592: 2005-04-25  paf
                   10593: 
                   10594:        * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
                   10595:          correctly
                   10596: 
                   10597: 2005-04-19  paf
                   10598: 
                   10599:        * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
                   10600:          in VString violating invariant!!
                   10601: 
                   10602:        * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
                   10603:          getenv("TZ")==null
                   10604: 
                   10605: 2005-04-08  paf
                   10606: 
                   10607:        * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
                   10608:          bugfix: when there is no char in charset one byte produces 6
                   10609:          (&#255; <<max). increased buffer size!
                   10610: 
                   10611: 2005-03-23  paf
                   10612: 
                   10613:        * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
                   10614:          ^date.sql-string now takes TZ into account
                   10615: 
                   10616: 2005-03-16  paf
                   10617: 
                   10618:        * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
                   10619:          gcc 3.4
                   10620: 
                   10621:        * src/types/pa_vhash.C: . warning about eof eol
                   10622: 
                   10623: 2005-02-17  paf
                   10624: 
                   10625:        * operators.txt, src/classes/op.C: + operator ^sleep(double
                   10626:          seconds)
                   10627: 
                   10628: 2005-02-02  paf
                   10629: 
                   10630:        * src/classes/xnode.C: beauty: removed needless includes
                   10631: 
                   10632: 2005-01-31  paf
                   10633: 
                   10634:        * src/types/pa_vmail.C: change: $.partX now always 1...  change:
                   10635:          $.partNoNumber now alias to $.part1
                   10636: 
                   10637:        * src/types/pa_vmail.C: change: incoming letter part contains
                   10638:          "content-disposition" header with any value? now considering that
                   10639:          part to be "file#" [for text/plain text/html were $.text#
                   10640:          $.html#]
                   10641: 
                   10642:        * INSTALL: updatet to latest working versions available
                   10643: 
                   10644: 2005-01-20  paf
                   10645: 
                   10646:        * configure.in, src/include/pa_version.h: version
                   10647: 
                   10648: 2005-01-19  paf
                   10649: 
1.116     moko     10650:        * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
                   10651:          targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
                   10652:          couple warnings in parser3.C
1.95      moko     10653: 
                   10654: 2004-12-23  paf
                   10655: 
                   10656:        * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
                   10657: 
                   10658:        * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
                   10659:          dir to directory of script (when shbang used), not to directory
                   10660:          of its interpreter
                   10661: 
                   10662:        * src/include/pa_version.h: compiled on win32...
                   10663: 
                   10664:        * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
                   10665:          we need more hspace
                   10666: 
                   10667:        * configure, configure.in, src/include/pa_version.h: configured
                   10668:          host to pa_version. will be displayed everywhere
                   10669: 
                   10670:        * src/main/pa_request.C: new: @unhandled_exception can prevent
                   10671:          exception from being logged by setting $exception.handled(1)
                   10672: 
                   10673:        * operators.txt, src/classes/file.C: change:
                   10674:          ^file::sql{query}[[options]] options: $.name[file name]
                   10675:          $.content-type[application/what]
                   10676: 
                   10677:        * src/: include/pa_common.h, main/pa_common.C,
                   10678:          types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
                   10679:          new file
                   10680: 
                   10681:        * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
                   10682:          bugfix: table->hash now regards _default
                   10683: 
                   10684:        * src/types/pa_vmethod_frame.h: bugfix: when method junction was
                   10685:          created by accessing $name_of_method it acquired bad self=closest
                   10686:          methodframe; instead of proper self (current class)
                   10687: 
                   10688:        * src/types/pa_vhashfile.C: bugfix: reading empty string from
                   10689:          hashfile produced bad cord
                   10690: 
                   10691: 2004-12-10  paf
                   10692: 
                   10693:        * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
                   10694:          subsequent failures though defined in .h
                   10695: 
                   10696:        * src/main/pa_common.C: comment on volatile
                   10697: 
                   10698:        * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
                   10699:          alarm function were not used since the beginning due to stupid
                   10700:          error [setsigjmp were not checked in configure.in]
                   10701: 
                   10702:        * src/main/pa_common.C: http: timeout setsockopt [if possible] on
                   10703:          unix too
                   10704: 
                   10705:        * src/main/pa_common.C: http: exception status of send/recv errors
                   10706:          change to most probable http.timeout
                   10707: 
                   10708:        * src/main/pa_common.C: win32: http connection $.timeout option now
                   10709:          works [setsockopt on send/receive]
                   10710: 
                   10711: 2004-12-08  paf
                   10712: 
                   10713:        * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
                   10714:          cstr-ed knowing mail charset, and untainting uri lang now knows
                   10715:          proper charset
                   10716: 
                   10717: 2004-11-24  paf
                   10718: 
                   10719:        * src/classes/hash.C: hash: adding/cloning adds/clones _default now
                   10720: 
                   10721:          $hash[  $.a[1]  $._default[def] ] #$hash2[^hash::create[$hash]]
                   10722:          $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
                   10723: 
                   10724: 2004-11-12  paf
                   10725: 
                   10726:        * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
                   10727:          [since 3.0.4]
                   10728: 
                   10729: 2004-11-09  paf
                   10730: 
                   10731:        * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
                   10732:          writes basics to c:\parser3.log
                   10733: 
                   10734: 2004-10-21  paf
                   10735: 
                   10736:        * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
                   10737:          tainted strings [were returning clean onces]
                   10738: 
                   10739: 2004-10-15  paf
                   10740: 
                   10741:        * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
                   10742:          cycles(i=1; i=2), which was wrong, now does ONE
                   10743: 
                   10744: 2004-10-12  paf
                   10745: 
                   10746:        * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
                   10747: 
                   10748: 2004-10-07  paf
                   10749: 
                   10750:        * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
                   10751:          main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
                   10752:          release asserts
                   10753: 
                   10754:        * src/: main/pa_string.C, include/pa_string.h: debugger help:
                   10755:          String.dump() to stdout in detailed form  [were String.v() in
                   10756:          short form]
                   10757: 
                   10758:        * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
                   10759:          \t\r\n as @#| and truncates long char sequences less
                   10760: 
                   10761: 2004-10-06  paf
                   10762: 
                   10763:        * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
                   10764:          win32 beauty: socket errors properly decoded
                   10765: 
                   10766: 2004-10-05  paf
                   10767: 
                   10768:        * src/: include/pa_request.h, main/pa_request.C: bugfix:
                   10769:          request::configure_user/admin done always, even if no
                   10770:          file-to-process useful in @unhandled_exception [say, if they
                   10771:          would want to mail by SMTP something]
                   10772: 
                   10773:        * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
                   10774:          now performed prior to file loading [and @auto executing] thus
                   10775:          making $cookie:value available in @auto and in
                   10776:          @unhandled_exception when IIS is configured to run interpreter
                   10777:          even if no file exist
                   10778: 
                   10779: 2004-09-20  paf
                   10780: 
                   10781:        * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
                   10782:          somewhere where it should have called xmlMalloc and it calls
                   10783:          xmlFree when it should have not called it.  inserted two
                   10784:          workarounds: xmlMallocAtomic implemented as xmlMalloc, and
                   10785:          xmlFree just ignored.  put away a testcase, maybe someday libxml
                   10786:          author would fix all that.  until that day: we have SLOW garbage
                   10787:          collecting when many xml objects are alive hint: do
                   10788:          ^memory:compact[] before xdoc::create
                   10789: 
                   10790: 2004-09-17  paf
                   10791: 
                   10792:        * src/classes/file.C: bugfix: file::cgi headers were lost [typo
                   10793:          error from 3.0.8 version]
                   10794: 
                   10795: 2004-09-14  paf
                   10796: 
                   10797:        * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
                   10798:          part bugfix: hashfile.foreach iterated only part if hashfile were
                   10799:          modified inside
                   10800: 
                   10801: 2004-09-13  paf
                   10802: 
                   10803:        * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
                   10804:          [were as octal]
                   10805: 
                   10806:        * src/types/pa_vhashfile.C: beauty: not reproduced
                   10807:          $hashfile.key[$novalue] bug [reported by motorin], inserted
                   10808:          safety-check
                   10809: 
                   10810:        * src/types/pa_vhashfile.C: change: empty keys now error in parser
                   10811:          [not something obscure from sdbm lib]
                   10812: 
                   10813:        * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
                   10814:          = strerror now returnes something and we can properly report that
                   10815:          to client
                   10816: 
                   10817:        * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
                   10818:          now 8008 bytes, were 1008. perl sdbm compatibility now ruined
                   10819: 
                   10820:        * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
                   10821:          [tainted as-is] this helps //[space][newline] to remain as-is and
                   10822:          not be unnecessary optimized away [ruining javascript]
                   10823: 
                   10824:        * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
                   10825:          [tainted as-is]
                   10826: 
                   10827:        * src/classes/mail.C: bugfix: typo error
                   10828: 
                   10829: 2004-09-09  paf
                   10830: 
                   10831:        * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
                   10832:          separators bugfix: loads header with endings \r\n\r\n and \n\n
                   10833:          (bloody yandex.server)
                   10834: 
                   10835: 2004-09-06  paf
                   10836: 
                   10837:        * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
                   10838:          TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
                   10839:          encoded
                   10840: 
                   10841: 2004-09-01  paf
                   10842: 
                   10843:        * src/types/pa_vmail.C: change: multipart/mixed changed to
                   10844:          multipart/related outlook express have no problems showing
                   10845:          unrelated attachments.  todo: someday figure out a way of
                   10846:          multipart/mixed    multipart/related       text/html
                   10847:          image/xxx application/octet-stream << true attachments
                   10848: 
                   10849:        * src/types/pa_vmail.C: new:
                   10850:          ^mail:send[$.file[$.content-disposition can be overriden new:
                   10851:          empty mail header fields removed from letter
                   10852: 
                   10853:        * src/: classes/mail.C, include/pa_config_fixed.h,
                   10854:          types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
                   10855:          ^mail:send[    $.file[       $.any[header]
                   10856: 
                   10857: 2004-08-30  paf
                   10858: 
                   10859:        * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
                   10860:          warnings
                   10861: 
                   10862:        * src/main/pa_common.C: beauty: do not bother with charset
                   10863:          detection when ^file::load[binary
                   10864: 
                   10865: 2004-08-27  paf
                   10866: 
                   10867:        * src/main/pa_common.C: hack: for yandex.server http server
                   10868: 
                   10869: 2004-08-18  paf
                   10870: 
                   10871:        * src/main/pa_request.C: bugfix: Accept-Ranges: bytes  when sending
                   10872:          possibly-chunked response
                   10873: 
                   10874: 2004-08-17  paf
                   10875: 
                   10876:        * src/classes/file.C: bugfix: $f[^file::load[;http://]]
                   10877:          $f.content-type now = that of http response
                   10878: 
                   10879:        * src/classes/file.C: bugfix: $f[^file::load[;http://]]
                   10880:          $f.content-type now = that of http response
                   10881: 
                   10882: 2004-07-30  paf
                   10883: 
                   10884:        * src/: include/pa_request.h, main/pa_request.C,
                   10885:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
                   10886:          win32: system&parser exceptions in release mode reported properly
                   10887:          parser exception in exception handler WERE mistakenly reported as
                   10888:          system exception, without details [in apache & isapi] +some
                   10889:          beauty in exception text
                   10890: 
                   10891:        * src/: include/pa_exception.h, main/pa_request.C,
                   10892:          targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
                   10893:          release mode reported properly parser exception in exception
                   10894:          handler WERE mistakenly reported as system exception, without
                   10895:          details
                   10896: 
                   10897:        * src/main/execute.C: beauty: simplified system exception handling
                   10898: 
                   10899: 2004-07-29  paf
                   10900: 
                   10901:        * src/classes/table.C: bugfix:
                   10902:          ^table.save[export.csv;$.separator[^;]] now works fine [separator
                   10903:          were ignored, and \t used unconditionally]
                   10904: 
                   10905:        * src/types/Makefile.am: added vhash.c
                   10906: 
                   10907: 2004-07-28  paf
                   10908: 
                   10909:        * src/: classes/date.C, classes/image.C, classes/math.C,
                   10910:          lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
                   10911:          main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
                   10912:          types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
                   10913:          failed on russian letters
                   10914: 
                   10915:        * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
                   10916:          bugfix: isspace((unsigned char)c) everywhere. failed on russian
                   10917:          letters
                   10918: 
                   10919:        * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
                   10920:          as 'currentDirectory' parameter to CreateProcess
                   10921: 
                   10922: 2004-07-27  paf
                   10923: 
                   10924:        * src/targets/cgi/parser3.vcproj: beauty: win32:
                   10925:          globaloptimizations ON, release:mapfile ON todo: copy .mapfile
                   10926:          from release somewhere [to help searching for unhandled system
                   10927:          exceptions]
                   10928: 
                   10929:        * src/types/pa_vdate.h: check: for invalid datetime after temporary
                   10930:          TZ shift
                   10931: 
                   10932:        * src/types/pa_vdate.h: bugfix: time checked not only at set_time
                   10933:          but also in ctor
                   10934: 
                   10935: 2004-07-26  paf
                   10936: 
                   10937:        * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
                   10938:          src/main/pa_request.C, src/types/pa_vfile.h,
                   10939:          src/types/pa_vhash.C, src/types/pa_vhash.h,
                   10940:          src/types/types.vcproj: new: $response:body/download[
                   10941:          $.file[name on disk]    $.name[of file for user]
                   10942:          $.mdate[date of last-modified. default from directory] ]
                   10943: 
                   10944:        * src/classes/file.C: moving file:send somewhere else..
                   10945: 
                   10946:        * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
                   10947:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
                   10948:          ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
                   10949:          $response:download[ $.filename[filename] $.option[] ,, ]
                   10950: 
                   10951:        * src/classes/file.C: beauty: invalid mode thoroughly reported
                   10952: 
                   10953: 2004-07-21  paf
                   10954: 
                   10955:        * src/types/pa_vmail.C: bugfix: too long header values now splitted
                   10956:          to several lines
                   10957: 
                   10958:          were: header: vaaaaaaaaaaaalue now: header: vaaaaaa  aaalue
                   10959: 
                   10960:          note: ms outlook[!express] shows only first 255 characters of
                   10961:          subject
                   10962: 
                   10963: 2004-07-15  paf
                   10964: 
                   10965:        * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
                   10966:          off]
                   10967: 
                   10968: 2004-07-14  paf
                   10969: 
                   10970:        * src/classes/table.C: bugfix: $.bind values now got untainted
                   10971:          according to lang  [were: as-is]
                   10972: 
                   10973: 2004-07-07  paf
                   10974: 
                   10975:        * src/classes/op.C: bugfix: cache with 2 params caused assertion,
                   10976:          checked that
                   10977: 
                   10978:        * src/main/pa_exec.C: bufix: on unix AND win32 environment string
                   10979:          now untainted according to their languages.  were: as-is.
                   10980:          EVERYWHERE
                   10981: 
                   10982:        * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
                   10983:          environment string now untainted according to their languages.
                   10984:          were: as-is. EVERYWHERE
                   10985: 
                   10986:        * src/main/pa_exec.C: bufix: on unix environment string now
                   10987:          untainted according to their languages.  were: as-is. on win32:
                   10988:          ok
                   10989: 
                   10990:        * parser3.vssscc: ...would not go unnoticed
                   10991: 
                   10992:        * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
                   10993:          fails. in case on input appears nonutf, those bytes will be
                   10994:          printed in %HH form. that can be easily decoded/recovered.
                   10995: 
                   10996:          this form is quite noticable, and hopefully would not go noticed
                   10997: 
                   10998: 2004-07-06  paf
                   10999: 
                   11000:        * src/main/pa_exec.C: bufix: on unix environment string now
                   11001:          untainted according to their languages.  were: as-is. on win32:
                   11002:          ok
                   11003: 
                   11004: 2004-07-01  paf
                   11005: 
                   11006:        * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
                   11007:          lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
                   11008:          lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
                   11009:          lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
                   11010:          main/main.vcproj, targets/cgi/parser3.vcproj,
                   11011:          targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
                   11012:          option: global optimization ON
                   11013: 
                   11014:        * src/main/untaint.C: workaround kinda bug in libxml: life requires
                   11015:          to do xdoc::create{invalid chars} standard disables chars less
                   11016:          then \x20, except tab, cr, lf.
                   11017: 
                   11018:          changed tainting so that those become '!'
                   11019: 
                   11020: 2004-06-25  paf
                   11021: 
                   11022:        * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
                   11023:          int on odd address [prev bugfix failed due to superwize
                   11024:          optimizer, which turned memcpy into same 'ld' asm command]
                   11025: 
                   11026:        * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
                   11027:          int on odd address
                   11028: 
                   11029: 2004-06-22  paf
                   11030: 
                   11031:        * src/sql/pa_sql_driver.h: note: about possible optimization
                   11032: 
                   11033:        * operators.txt, src/classes/hash.C, src/classes/memory.C,
                   11034:          src/classes/string.C, src/classes/table.C, src/classes/void.C,
                   11035:          src/include/pa_config_includes.h: new:        ^void:sql{call
                   11036:          paf(:a)}[                $.bind[                         $.a[2]
                   11037:                 ]       ] output variables work.  todo: check in out
                   11038:          variables
                   11039: 
                   11040: 2004-06-18  paf
                   11041: 
                   11042:        * src/: classes/file.C, classes/hash.C, classes/string.C,
                   11043:          classes/table.C, classes/void.C, include/pa_globals.h,
                   11044:          include/pa_sql_connection.h, main/compile.tab.C,
                   11045:          sql/pa_sql_driver.h: started:         ^void:sql{call paf(:a)}[
                   11046:                      $.bind[                         $.a[2]          ]
                   11047:          ] input variables work.  todo:output
                   11048: 
                   11049:        * src/targets/cgi/parser3.C: bugfix: iis specific
                   11050:          http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
                   11051:          /_bug.html?404;http://hpsv/test/
                   11052:          --------------------------------------------------------------------------------
                   11053:          $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
                   11054:          --------------------------------------------------------------------------------
                   11055:          IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
                   11056: 
                   11057: 2004-06-16  paf
                   11058: 
                   11059:        * src/targets/cgi/parser3.C: new: iis specific
                   11060:          http://parser3/_bug.html?404;http://server/_bug.html?f=v now
                   11061:          $request:query
                   11062:          IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
                   11063:          $form:fields IIS-STATUS="404"
                   11064:          IIS-DOCUMENT="http://server/_bug.html" f="v"
                   11065: 
                   11066:          todo: isapi too
                   11067: 
                   11068: 2004-05-26  paf
                   11069: 
                   11070:        * src/include/pa_version.h: 3.1.3
                   11071: 
                   11072:        * operators.txt: beauty: removed outdated level 'table'
                   11073: 
                   11074:        * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
                   11075: 
                   11076:        * src/main/pa_string.C: beauty: removed 3 warnings
                   11077: 
                   11078:        * src/: include/pa_string.h, classes/table.C, main/untaint.C,
                   11079:          classes/op.C: beauty: removed outdated level 'table'
                   11080: 
                   11081: 2004-05-25  paf
                   11082: 
                   11083:        * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
                   11084:          implementation. mistery: how anything worked
                   11085: 
                   11086:        * src/sql/pa_sql_driver.h: beauty: param renamed and comment
                   11087:          changed, it is now safe to use url if pointers to it are stored
                   11088:          to gc mem
                   11089: 
                   11090:        * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
                   11091:          unknown errors reported and not cause SIGSEGV now
                   11092: 
                   11093: 2004-05-24  paf
                   11094: 
                   11095:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   11096:          lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
                   11097:          less memory: CORD_chars_block originally intended to ...  it was
                   11098:          good that CORD_chars_block were not used: it consumes more memory
                   11099:          [and, might be slow too] undoing that. [and removed that func so
                   11100:          that it would not confuse parser developer in future]
                   11101: 
                   11102:        * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
                   11103:          less memory: CORD_chars_block originally intended to
                   11104:          speedup/reduce mem usage were forgotten, and were used stupid
                   11105:          CORD_chars
                   11106: 
                   11107:        * src/include/pa_config_auto.h.in: bugfix: bigendian check added
                   11108: 
                   11109:        * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
                   11110:          BIGENDIAN processors space-conserving mech failed, causing
                   11111:          SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
                   11112:          (1|2|3));
                   11113: 
                   11114: 2004-05-14  paf
                   11115: 
                   11116:        * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
                   11117:          bugfix: void now has vfile value, and $response:body[] works OK
                   11118: 
                   11119: 2004-05-12  paf
                   11120: 
                   11121:        * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
                   11122:          beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
                   11123:          sources to use is_defined() {return as_bool();} along VBool
                   11124: 
                   11125: 2004-05-11  paf
                   11126: 
                   11127:        * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
                   11128:          referencing to local objects
                   11129: 
                   11130:        * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
                   11131:          types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
                   11132:          left intact
                   11133: 
                   11134: 2004-04-15  paf
                   11135: 
                   11136:        * src/classes/date.C: merged: beauty: unused var removed
                   11137: 
                   11138:        * src/classes/date.C: beauty: unused var removed
                   11139: 
                   11140:        * src/include/: pa_exec.h: bugfix: interface without pointer
                   11141:          provoked bug
                   11142: 
                   11143: 2004-04-09  paf
                   11144: 
                   11145:        * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
                   11146: 
                   11147:        * src/types/pa_vform.C: bugfix: form:imap were incorrect
                   11148: 
                   11149: 2004-04-08  paf
                   11150: 
                   11151:        * src/classes/date.C: new: ^date::create[y-m-d
                   11152:          h-M-s>>.milliseconds<<] now allowed, ignored so far
                   11153: 
                   11154:        * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
                   11155: 
                   11156:        * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
                   11157:          to consult default catalog [usually, that file belongs to other
                   11158:          user/group]
                   11159: 
                   11160: 2004-04-06  paf
                   11161: 
                   11162:        * src/main/pa_common.C: beauty: gcc warning removed
                   11163: 
                   11164:        * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
                   11165:          accept that trick, trying other
                   11166: 
                   11167:        * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
                   11168:          explicit result problem
                   11169: 
                   11170:        * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
                   11171:          explicit result problem
                   11172: 
                   11173:        * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
                   11174:          explicit result problem
                   11175: 
                   11176:        * operators.txt, src/classes/string.C: new: ^string.append[string]
                   11177: 
                   11178:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   11179:          main/execute.C: attempt_check_call_in_explicit_result_mode:
                   11180:          failed
                   11181: 
                   11182:        * src/main/pa_common.C: bugfix: of 1.175 bugfix:
                   11183:          http://i.p.a.ddress gethostbyaddr added [on some platforms
                   11184:          gethostbyname failed with such 'domains'] now checked properly,
                   11185:          were: needless reverse/forward dns lookup
                   11186: 
                   11187:        * src/main/pa_common.C: bugfix: of 1.175 bugfix:
                   11188:          http://i.p.a.ddress gethostbyaddr added [on some platforms
                   11189:          gethostbyname failed with such 'domains'] now checked properly,
                   11190:          were: needless reverse/forward dns lookup
                   11191: 
                   11192:        * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
                   11193:          @method[][result] means "no string output here" moved to lexical
                   11194:          level [on grammar level it were too difficult]
                   11195: 
                   11196:        * operators.txt, src/include/pa_string.h, src/main/compile.tab.C,
                   11197:          src/main/compile.y, src/main/compile_tools.h,
                   11198:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h: new:
                   11199:          @method[][result] means "no string output here", implemented part
                   11200:          of that idea: compiler throws away string literal generation
                   11201:          code. and barks nonwhitespace chars
                   11202: 
                   11203:        * operators.txt: truth: removed comment about $ORIGIN
                   11204: 
                   11205: 2004-04-05  paf
                   11206: 
                   11207:        * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
                   11208:          src/include/pa_version.h, src/main/pa_common.C,
                   11209:          src/targets/isapi/parser3isapi.C: merged with 3.1.3
                   11210: 
                   11211:        * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
                   11212:          Konstantin Tomashevitch [mailto:konst@design.ru]
                   11213: 
                   11214:        * src/doc/html2chm.cmd: beauty: no need in bg here
                   11215: 
                   11216:        * src/doc/sources2html.cmd: beauty: same window, in bg it
                   11217:          interfered with FAR console
                   11218: 
                   11219:        * configure, configure.in: 3.1.3
                   11220: 
                   11221:        * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
                   11222: 
                   11223:        * src/main/pa_common.C: removed warning
                   11224: 
                   11225:        * src/include/pa_version.h: 3.1.3
                   11226: 
                   11227: 2004-04-02  paf
                   11228: 
                   11229:        * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
                   11230: 
                   11231:        * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
                   11232:          allows to specify where to put parser log file
                   11233: 
                   11234: 2004-04-01  paf
                   11235: 
                   11236:        * src/classes/table.C: bugfix: bugfix: table::load last line
                   11237:          without tab and enter were ignored
                   11238: 
                   11239:        * src/: include/pa_cache_managers.h, include/pa_globals.h,
                   11240:          include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
                   11241:          main/pa_socks.C, targets/cgi/parser3.C,
                   11242:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
                   11243:          bugfix: sql connections now are disconnected
                   11244: 
                   11245: 2004-03-30  paf
                   11246: 
                   11247:        * src/classes/table.C: bugfix: table::load last line without tab
                   11248:          and enter were ignored
                   11249: 
                   11250:        * src/classes/table.C: bufix: if last table lines were commented,
                   11251:          gpfed
                   11252: 
                   11253:        * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
                   11254:          doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
                   11255:          doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
                   11256:          doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
                   11257:          doc/methoded.dox, doc/object.dox, doc/string.dox,
                   11258:          doc/targets.dox, doc/value.dox, include/pa_version.h,
                   11259:          main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
                   11260:          targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
                   11261:          bugfixes from 3.1.2, changed version to 3.1.3beta
                   11262: 
                   11263: 2004-03-29  paf
                   11264: 
                   11265:        * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
                   11266:          causes gpf
                   11267: 
                   11268:        * src/doc/: ClassExample1.dox, ClassExample2.dox,
                   11269:          ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
                   11270:          doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
                   11271:          memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
                   11272:          value.dox: translated to english
                   11273: 
                   11274: 2004-03-25  paf
                   11275: 
                   11276:        * src/targets/isapi/parser3isapi.vcproj: beauty: one more
                   11277:          parser3project dependency removed
                   11278: 
                   11279:        * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
                   11280:          bugfix: refused to compile without xml
                   11281: 
                   11282:        * src/types/pa_vform.C: beauty: removed warning
                   11283: 
                   11284:        * src/classes/classes.vcproj: merged bugfix: now all compiles in
                   11285:          any folder [removed last ;) folder dependency]
                   11286: 
                   11287:        * src/classes/classes.vcproj: bugfix: now all compiles in any
                   11288:          folder [removed last ;) folder dependency]
                   11289: 
                   11290:        * src/include/pa_version.h: release
                   11291: 
                   11292:        * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
                   11293: 
                   11294:        * src/classes/table.C: beauty: comment& more meaningful error
                   11295:          message
                   11296: 
                   11297:        * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
                   11298:          $.hash[$.column_value1(true) ... ] [were producing some strang
                   11299:          thing]
                   11300: 
                   11301: 2004-03-23  paf
                   11302: 
                   11303:        * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
                   11304:          and http status line parsing checked number of columns in table
                   11305:          [user reported an assert]
                   11306: 
                   11307:        * operators.txt: example: on hashfile
                   11308: 
                   11309:        * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
                   11310:          bugfix: junction reattach now actually reattaches a junction to
                   11311:          new wcontext [were only assigning it to junction, which caused
                   11312:          junction tracking to loose junction, and it's context were not
                   11313:          killed, and it tried to process in invalid context, gpf]
                   11314: 
                   11315:        * src/targets/cgi/parser3.C: debug helper added
                   11316: 
                   11317: 2004-03-19  paf
                   11318: 
                   11319:        * src/types/pa_wcontext.C: beauty: error messages removed duplicate
                   11320:          "type(type)" in braces
                   11321: 
                   11322: 2004-03-10  paf
                   11323: 
                   11324:        * operators.txt, src/classes/xdoc.C, src/classes/xnode.C,
                   11325:          src/classes/xnode.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   11326:          src/types/pa_vxnode.C, src/types/pa_vxnode.h: new: refined
                   11327:          solution to search-in-namespaces problem:
                   11328:          $xdoc.search-namespaces.x[http://pif.design.ru/]
                   11329:          $nodes[^xdoc.select[//x:second]]
                   11330: 
                   11331:        * operators.txt, src/classes/xnode.C: new: xnode.select*[xpath
                   11332:          expression][[NAMESPACES HASH]] allows to search for info in
                   11333:          namespaces
                   11334: 
                   11335:          $nodes[^xdoc.select[//x:second][
                   11336:          $.x[http://pif.design.ru/] ]]
                   11337: 
                   11338: 2004-03-09  paf
                   11339: 
                   11340:        * operators.txt, src/main/pa_common.C: new:
                   11341:          ^file::load[...][options]         $.form[
                   11342:          !$.field1[string]
                   11343:          !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
                   11344:               ]         !$.body[string]
                   11345: 
                   11346:          GET ?here notGET(POST, HEAD, others) in content-type:
                   11347:          application/x-www-form-urlencoded
                   11348: 
                   11349:          todo: upload files ability
                   11350: 
                   11351:        * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
                   11352:          properly, done
                   11353: 
                   11354: 2004-03-05  paf
                   11355: 
                   11356:        * operators.txt, src/main/pa_common.C: new: file::load[;http://
                   11357:          GET/POST $.form[$.fields started, not tested yet
                   11358:          todo:$.field[table] for multiple values
                   11359: 
                   11360:        * operators.txt: new: http:// options $.user $.password basic
                   11361:          authorization
                   11362: 
                   11363:        * src/main/pa_common.C: beauty: link to rtf added
                   11364: 
                   11365:        * operators.txt, src/include/pa_common.h, src/main/pa_common.C:
                   11366:          new: http:// options $.user $.password basic authorization
                   11367: 
                   11368:        * src/main/pa_common.C: beauty: removed needless vars
                   11369: 
                   11370:        * operators.txt: new: pgsql option [like that recently added to
                   11371:          oracle driver]             ClientCharset=parser-charset <<
                   11372:          charset in which parser thinks client works
                   11373: 
                   11374:        * operators.txt: new: odbc option [like that recently added to
                   11375:          oracle driver]             ClientCharset=parser-charset <<
                   11376:          charset in which parser thinks client works
                   11377: 
                   11378:        * src/sql/pa_sql_driver.h: beauty: important warning added
                   11379: 
                   11380:        * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
                   11381:          char!
                   11382: 
                   11383:        * etc/parser3.charsets/windows-1251.cfg: typo
                   11384: 
                   11385: 2004-03-04  paf
                   11386: 
                   11387:        * src/main/pa_sql_driver_manager.C: speedup: charset lookups
                   11388:          cached, sql transcoding now goes faster
                   11389: 
                   11390:        * operators.txt: new: mysql option [like that recently added to
                   11391:          oracle driver]             ClientCharset=parser-charset <<
                   11392:          charset in which parser thinks client works
                   11393: 
                   11394:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
                   11395:          typo error
                   11396: 
                   11397:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
                   11398:          chars commented
                   11399: 
                   11400: 2004-03-03  paf
                   11401: 
                   11402:        * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
                   11403:          Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
                   11404: 
                   11405: 2004-03-02  paf
                   11406: 
                   11407:        * operators.txt: new[update typo]:     !^void.left(n)
                   11408:          nothing     !^void.right(n)        nothing     !^void.mid(p[;n])
                   11409:                nothing
                   11410: 
                   11411:        * operators.txt, src/classes/void.C: new:     !^void.left(n)
                   11412:          nothing     !^void.right(n)        nothing     !^void.pos(p[;n])
                   11413:                nothing
                   11414: 
                   11415:        * operators.txt, src/classes/file.C, src/include/pa_string.h: new:
                   11416:          ^file::sql[[name_to_become_$.name]]{} query result must be one
                   11417:          row with columns:   first: data   second: file name   third:
                   11418:          content-type
                   11419: 
                   11420:        * operators.txt, src/classes/file.C: ^file.sql-string[] inside
                   11421:          ^connect gets properly escaped string, which can be passed to
                   11422:          request now this for mysql only. it's up to parser sql driver to
                   11423:          fix zeros properly
                   11424: 
                   11425:        * INSTALL: note: added on building apache with this option:
                   11426:          --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
                   11427: 
                   11428: 2004-03-01  paf
                   11429: 
                   11430:        * src/targets/isapi/parser3isapi.C: new: apache module & isapi
                   11431:          extension memory:compact befor processingrequest
                   11432: 
                   11433:        * operators.txt, src/classes/hash.C: new: ^hash._keys[>>name<<] to
                   11434:          call sole column of result
                   11435: 
                   11436:        * operators.txt, src/classes/image.C, src/lib/gd/gif.C,
                   11437:          src/lib/gd/gif.h: new: ^image.pixel(x;y)[(color)]         get/set
                   11438:          pixel color
                   11439: 
                   11440:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
                   11441:          beauty: image -- less checks [were ugly impl]
                   11442: 
                   11443:        * src/classes/string.C: bugfix: ^string.left/right/mid with
                   11444:          negative values now considered bad
                   11445: 
                   11446:        * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
                   11447: 
                   11448:        * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
                   11449:          options now have unified defaults [after transform
                   11450:          indent/omit-xml-declaration/standalone 'default' erroreously
                   11451:          meant 'true']
                   11452: 
                   11453:        * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
                   11454:          added [on some platforms gethostbyname failed with such
                   11455:          'domains']
                   11456: 
                   11457:        * src/include/pa_config_auto.h.in: no select check, no define
                   11458: 
                   11459:        * src/classes/string.C: feature: ^string.trim both parameters may
                   11460:          be empty-strings, meaning kind=both chars=whitespaces
                   11461: 
                   11462:        * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
                   11463:          exist
                   11464: 
                   11465:        * src/classes/string.C: check: trim 'chars' must not be empty,
                   11466:          exception if it is
                   11467: 
                   11468:        * src/classes/string.C: changed: ^string.trim [] << both,
                   11469:          whitespaces [start|both|end] << kind, whitespaces
                   11470:          [start|both|end;chars]  full
                   11471: 
                   11472: 2004-02-27  paf
                   11473: 
                   11474:        * operators.txt, src/classes/string.C, src/main/pa_string.C: new
                   11475:          method: ^string.trim[start|both|end[;chars]]        default
                   11476:          'chars' -- whitespace chars finished
                   11477: 
                   11478:        * operators.txt, src/classes/string.C, src/include/pa_string.h,
                   11479:          src/main/pa_string.C: new method:
                   11480:          ^string.trim[start|both|end[;chars]]        default 'chars' --
                   11481:          whitespace chars   started, only start works
                   11482: 
                   11483:        * src/main/compile.C: bugfix: line numbers after
                   11484:          ^process{}[$.line(-10]] can be negative, allowed to print they as
                   11485:          signed
                   11486: 
                   11487:        * src/main/untaint.C: speed: there's no \n chars in output
                   11488:          [normally], so no need to optimize them they could be retrived
                   11489:          from databases, though. but 1. should be replaced 2. if not
                   11490:          optimized, no harm done
                   11491: 
                   11492:        * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
                   11493:          ^file::exec/cgi could return invalid status & zombie child can
                   11494:          remain for short period until process exists [very bad in
                   11495:          mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
                   11496: 
                   11497:        * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
                   11498:          malicious SMTP server to attack as by returning too long status
                   11499:          responses http://i2/tasks/edit/?id=4629448401140924947
                   11500: 
                   11501: 2004-02-26  paf
                   11502: 
                   11503:        * operators.txt: feature: ^process...{CODE}[now has options] which
                   11504:          are         $.main[to what to rename @main]         $.file[file,
                   11505:          from which (user says) goes that CODE]         $.lineno(line
                   11506:          number in that file, where CODE starts. may be negative)
                   11507: 
                   11508:        * operators.txt, src/classes/op.C, src/include/pa_request.h,
                   11509:          src/main/compile.C, src/main/compile_tools.h,
                   11510:          src/main/pa_request.C: feature: ^process...{CODE}[now has
                   11511:          options] which are         $.main[to what to rename @main]
                   11512:          $.file[file, from which (user says) goes that CODE]
                   11513:          $.lineno(line number in that file, where CODE starts. may be
                   11514:          negative)
                   11515: 
                   11516: 2004-02-25  paf
                   11517: 
1.116     moko     11518:        * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
                   11519:          old @charsetsdir@ recently erased from configure.in]
1.95      moko     11520: 
                   11521:        * src/classes/hash.C: feature: ^hash::sql{one colum result} now
                   11522:          produces hash of column=>1
                   11523: 
                   11524:        * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
                   11525:          with incomplete errno constants set
                   11526: 
                   11527: 2004-02-24  paf
                   11528: 
                   11529:        * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
                   11530:          "man select"
                   11531: 
                   11532:        * src/main/pa_os.C: beauty: <0 better then ==-1
                   11533: 
                   11534:        * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
                   11535: 
                   11536:        * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
                   11537: 
1.116     moko     11538:        * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95      moko     11539: 
                   11540:        * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
                   11541:          unix: steps to work on unix [extracted 'to']
                   11542: 
                   11543:        * src/classes/mail.C: smtp on unix: steps to work on unix
                   11544: 
                   11545:        * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
                   11546: 
1.116     moko     11547:        * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
                   11548:          lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
                   11549:          unix [testing on solaris]
1.95      moko     11550: 
                   11551: 2004-02-20  paf
                   11552: 
                   11553:        * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
                   11554:          pointing that out
                   11555: 
                   11556:        * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
                   11557:          fixed again [same solution, mistanenly removed one line]
                   11558: 
                   11559: 2004-02-19  paf
                   11560: 
                   11561:        * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
                   11562:          date::create from bad datetime in spring daylightsaving hole now
                   11563:          OK for all platforms [on some platforms it failed]
                   11564: 
                   11565:        * src/classes/: date.C, image.C: beauty: date::create[bad date time
                   11566:          in daylightsaving hole] now throws error
                   11567: 
                   11568:        * src/classes/date.C: comment: mistake fixed
                   11569: 
                   11570: 2004-02-18  paf
                   11571: 
                   11572:        * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
                   11573:          now renderes in $request:charset, but in header puts
                   11574:          $response:charset todo: make that default only so that coder
                   11575:          could override that
                   11576: 
                   11577:        * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
                   11578:          turns off omit-xml-declaration
                   11579: 
                   11580:        * src/classes/xdoc.C: feature: reimplemented xhtml output, see
                   11581:          /.xsl for sample
                   11582: 
                   11583: 2004-02-17  paf
                   11584: 
                   11585:        * src/classes/xdoc.C: beauty: needless helper class removed
                   11586: 
                   11587:        * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
                   11588:          copied extra time
                   11589: 
                   11590:        * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
                   11591:          part of libxml
                   11592: 
                   11593:        * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
                   11594:          libxml to do the work] <xsl:output        method="html"
                   11595:          doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
                   11596:          doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
                   11597:          />
                   11598: 
                   11599:        * src/classes/xdoc.C: beauty: no <meta ... charset generated
                   11600: 
                   11601:        * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
                   11602:          caused assertion
                   11603: 
                   11604:        * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
                   11605:          could hang. now such add does nothing, sub clears $hash
                   11606: 
                   11607:        * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
                   11608:          not made quoted-printable
                   11609: 
                   11610:        * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
                   11611:          string invariant
                   11612: 
                   11613: 2004-02-16  paf
                   11614: 
                   11615:        * src/main/pa_globals.C: bugfix: xml errors copy from library now
                   11616:          cleared [were not cleared properly]
                   11617: 
                   11618: 2004-02-13  paf
                   11619: 
1.116     moko     11620:        * src/include/pa_version.h: prerelease
1.95      moko     11621: 
                   11622:        * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
                   11623:          used, introducing dependencies timestamp check
                   11624: 
                   11625:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   11626:          include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
                   11627:          main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
                   11628:          .xsl.stamp now not used, introducing dependencies timestamp check
                   11629: 
                   11630:        * configure.in, bin/auto.p.dist.in: auto.p: @conf made relative
                   11631: 
                   11632: 2004-02-12  paf
                   11633: 
                   11634:        * src/types/pa_vform.C: bugfix: empty values[recently allowed]
                   11635:          ruined empty <input type=file> submits. parser thought there were
                   11636:          nameless empty file and $form:field got value of type 'file'
                   11637: 
                   11638:        * INSTALL: --without-threads
                   11639: 
                   11640:        * src/include/pa_sapi.h: 2004
                   11641: 
                   11642: 2004-02-11  paf
                   11643: 
                   11644:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   11645:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   11646:          classes/hashfile.C, classes/image.C, classes/int.C,
                   11647:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   11648:          classes/response.C, classes/string.C, classes/table.C,
                   11649:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   11650:          include/pa_array.h, include/pa_cache_managers.h,
                   11651:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   11652:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   11653:          include/pa_dictionary.h, include/pa_dir.h,
                   11654:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   11655:          include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
                   11656:          include/pa_operation.h, include/pa_os.h, include/pa_request.h,
                   11657:          include/pa_request_charsets.h, include/pa_request_info.h,
                   11658:          include/pa_socks.h, include/pa_sql_connection.h,
                   11659:          include/pa_sql_driver_manager.h, include/pa_stack.h,
                   11660:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   11661:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   11662:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   11663:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   11664:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   11665:          lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
                   11666:          lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
                   11667:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
                   11668:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   11669:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   11670:          main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
                   11671:          main/pa_os.C, main/pa_request.C, main/pa_socks.C,
                   11672:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   11673:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   11674:          main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
                   11675:          sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
                   11676:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   11677:          types/pa_junction.h, types/pa_method.h, types/pa_value.C,
                   11678:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                   11679:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   11680:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   11681:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   11682:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   11683:          types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
                   11684:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   11685:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
                   11686:          types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   11687:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   11688:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   11689:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   11690:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   11691:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   11692:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   11693:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   11694:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   11695:          types/pa_wcontext.h, types/pa_wwrapper.h: 2004
                   11696: 
                   11697:        * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
                   11698:          debug version of gc.dll
                   11699: 
                   11700:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                   11701:          lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
                   11702:          lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
                   11703:          lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
                   11704:          targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
                   11705:          targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
                   11706:          to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
                   11707:          processes
                   11708: 
                   11709:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
                   11710:          main/pa_globals.C, targets/cgi/parser3.vcproj,
                   11711:          targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
                   11712:          changes to reflect libxml xsl new folders
                   11713: 
                   11714:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                   11715:          lib/smtp/smtp.vcproj, main/main.vcproj,
                   11716:          targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
                   11717:          to reflect libxml xsl new folders
                   11718: 
                   11719:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                   11720:          lib/smtp/smtp.vcproj, main/main.vcproj,
                   11721:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                   11722:          types/types.vcproj: started changes to reflect libxml xsl new
                   11723:          folders
                   11724: 
                   11725:        * ChangeLog, parser3.sln, src/classes/classes.vcproj,
                   11726:          src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
                   11727:          src/main/compile.tab.C, src/main/main.vcproj,
                   11728:          src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
                   11729:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
                   11730:          started changes to reflect libxml xsl new folders
                   11731: 
                   11732: 2004-02-10  paf
                   11733: 
                   11734:        * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
                   11735:          compile. recommened latest libxml up to date
                   11736: 
                   11737:        * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
                   11738:          pattern compilation errors", on which spent 4 hours worktime. use
                   11739:          versions higher than that. recommended now latest up to date
                   11740: 
                   11741: 2004-02-06  paf
                   11742: 
                   11743:        * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
                   11744:          beauty: unified destructing style
                   11745: 
                   11746:        * src/main/untaint.C: beauty: removed old def/ifdef
                   11747: 
                   11748:        * src/main/untaint.C: beauty: coredump @unknown untaint language
                   11749:          now
                   11750: 
                   11751: 2004-02-03  paf
                   11752: 
                   11753:        * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
                   11754:          targets/isapi/parser3isapi.C, types/pa_value.C,
                   11755:          types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
                   11756:          then %ld/%lu
                   11757: 
                   11758:        * src/main/pa_common.C: typo: %l -> %u
                   11759: 
                   11760:        * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
                   11761:          in attributes or documents-results of transform now not &#04xx;
                   11762: 
                   11763:        * src/classes/xnode.C: memleaks found: not fixed yet. todo
                   11764: 
                   11765:        * src/main/pa_charset.C: bugfix: forgot to undo some
                   11766: 
                   11767:        * src/main/pa_charset.C: beauty: uncomment
                   11768:          PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
                   11769:          libraries
                   11770: 
                   11771: 2004-02-02  paf
                   11772: 
                   11773:        * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
                   11774:          $cookie:example[    $.value[value]  $.path[/there/] ]
                   11775: 
                   11776:          $cookie:example[        $.value[]       $.expires[session]
                   11777:          $.path[/there/]         $.domain[test.com] ]
                   11778: 
                   11779:        * src/types/pa_vform.C: bugfix: empty values with
                   11780:          enctype=multipart/form-data now produce entries in $form:tables
                   11781:          <form method=post enctype=multipart/form-data> <input type=hidden
                   11782:          name=a> <input type=hidden name=b>
                   11783: 
                   11784:          <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
                   11785:          <hr> <pre>$request:body
                   11786: 
                   11787: 2004-01-30  paf
                   11788: 
                   11789:        * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
                   11790:          or documents-results of transform now not &#04xx;
                   11791: 
                   11792:        * src/classes/date.C: bugfix: ^date::create[invalid fields now
                   11793:          produce exception.
                   11794: 
                   11795:        * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
                   11796:          bugfix: ^date::create[invalid fields now produce exception.
                   11797: 
                   11798:        * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
                   11799:          year] now produces exception. todo: check other fields
                   11800: 
                   11801: 2004-01-29  paf
                   11802: 
                   11803:        * src/include/pa_memory.h: typo error
                   11804: 
                   11805:        * src/include/pa_memory.h: bugfix: [potential] strdup copied one
                   11806:          more byte then specified, then zeroed it << useless and
                   11807:          potentially harmful(could gpf)
                   11808: 
                   11809: 2004-01-22  paf
                   11810: 
                   11811:        * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
                   11812: 
                   11813:        * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
                   11814:          optimization
                   11815: 
                   11816:        * src/main/untaint.C: bugfix: whitespace now optimized properly
                   11817:          [were bug: ^taint[1 & 2]="1 &2"
                   11818: 
                   11819:        * src/main/pa_globals.C: beauty: bigger buffer for xml-related
                   11820:          errors
                   11821: 
                   11822:        * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
                   11823:          overflow
                   11824: 
                   11825:        * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
                   11826:          error-reporting code * in parser-error reporting code [when no
                   11827:          @unhandled_exception defined]
                   11828: 
                   11829:          fixed in one place: my *snprintf override
                   11830: 
                   11831: 2004-01-13  paf
                   11832: 
                   11833:        * operators.txt: typo erro
                   11834: 
                   11835: 2003-12-25  paf
                   11836: 
                   11837:        * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
                   11838:          garbled  [pieces after zero bytes were removed]
                   11839: 
                   11840: 2003-12-22  paf
                   11841: 
1.116     moko     11842:        * src/include/Makefile.am: bugfix: removed from dist:
                   11843:          src/include/pa_config_auto.h which were configured for
1.95      moko     11844:          make-dist-platform and badly updated proper config file in target
                   11845:          [when .tar used for updating existing source tree]
                   11846: 
                   11847:        * ChangeLog, operators.txt, src/classes/op.C,
                   11848:          src/include/pa_sql_connection.h,
                   11849:          src/include/pa_sql_driver_manager.h,
                   11850:          src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
                   11851:          feature: sql introducing ability to transcode charsets
                   11852: 
                   11853: 2003-12-19  paf
                   11854: 
                   11855:        * src/main/pa_sql_driver_manager.C: beauty: more straighforward
                   11856:          error message
                   11857: 
                   11858:        * src/main/pa_charset.C: bugfix: memory for charsethandler
                   11859:          structure for libxml now allocated properly
                   11860: 
                   11861: 2003-12-17  paf
                   11862: 
                   11863:        * src/types/pa_vfile.C: beauty: removed outdated cast
                   11864: 
                   11865:        * src/main/pa_common.C: bugfix: empty http response caused gpf
                   11866: 
                   11867:        * src/include/pa_string.h: bugfix: removed too strong a assert
                   11868: 
                   11869:        * src/main/pa_globals.C: bugfix: removed false warning [warning:
                   11870:          unreported xmlGenericErrors]
                   11871: 
                   11872: 2003-12-15  paf
                   11873: 
                   11874:        * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
                   11875:          works}
                   11876: 
                   11877: 2003-12-11  paf
                   11878: 
                   11879:        * operators.txt, src/types/pa_vstatus.C:     !$status:pid process
                   11880:          id
                   11881:              !$status:tid thread id
                   11882: 
                   11883:        * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
                   11884:          main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
                   11885:          bugfix(solaris): removed dependency on object initialization
                   11886:          order [one more place]
                   11887: 
                   11888:        * src/: classes/file.C, classes/mail.C, classes/op.C,
                   11889:          classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
                   11890:          types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
                   11891:          understand that
                   11892: 
                   11893:        * src/: classes/file.C, classes/mail.C, classes/op.C,
                   11894:          classes/xdoc.C, include/pa_cache_managers.h,
                   11895:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   11896:          include/pa_stylesheet_manager.h, main/pa_request.C,
                   11897:          main/pa_stylesheet_manager.C, types/pa_vimage.C,
                   11898:          types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
                   11899:          ctor call [relying on implicit String::Body(cstr) call]
                   11900: 
                   11901:        * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
                   11902:          pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
                   11903:          object initialization order [two places]
                   11904: 
                   11905: 2003-12-10  paf
                   11906: 
                   11907:        * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
                   11908:          << time now ok
                   11909: 
                   11910:        * operators.txt, src/main/pa_sql_driver_manager.C,
                   11911:          src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
                   11912:          operational
                   11913: 
                   11914:        * ChangeLog, operators.txt, src/classes/xdoc.C,
                   11915:          src/include/pa_charset.h, src/include/pa_sql_connection.h,
                   11916:          src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
                   11917:          src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
                   11918:          back operational
                   11919: 
                   11920: 2003-12-02  paf
                   11921: 
                   11922:        * src/types/pa_vmail.C: bugfix:
                   11923:          ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
                   11924:          as-is forced]
                   11925: 
                   11926:        * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
                   11927:          exceptions out of libxml callbacks: reimplemented error handling
                   11928:          of http://localhost, parser://method and safemode check callbacks
                   11929: 
                   11930:        * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
                   11931:          [merged from HEAD]
                   11932: 
                   11933:        * src/classes/image.C: nothing: comment removed
                   11934: 
                   11935:        * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
                   11936:          addresses to int
                   11937: 
                   11938: 2003-12-01  paf
                   11939: 
                   11940:        * src/main/pa_xml_io.C: bugfix: typo
                   11941: 
                   11942:        * src/main/pa_globals.C: bugfix: win32: compile prob
                   11943: 
                   11944:        * src/classes/xdoc.C: bugfix: typo
                   11945: 
                   11946:        * src/main/pa_xml_io.C: todo: safe mode check not to throw
                   11947:          exception
                   11948: 
                   11949:        * src/main/pa_xml_io.C: bugfix: http://localhost typo error
                   11950: 
                   11951: 2003-11-28  paf
                   11952: 
                   11953:        * src/main/pa_xml_io.C: installed safe-mode checker as filter of
                   11954:          all xml documents read
                   11955: 
                   11956:        * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
                   11957: 
                   11958:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   11959:          include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
                   11960:          replaced original open mech of xdoc::create & co to use libxml
                   11961:          open, so that this would work for root document todo: safe mode
                   11962:          checks to libxml: ideally to some 1 point
                   11963: 
                   11964:        * src/main/pa_xml_io.C: comment
                   11965: 
                   11966:        * operators.txt, src/main/pa_xml_io.C: leading / in
                   11967:          http://parser[abscent params]
                   11968: 
                   11969:        * operators.txt, src/include/pa_request.h, src/main/pa_xml_io.C:
                   11970:          works.  todo: maybe replace original open mech of xdoc::create &
                   11971:          co to use libxml open, so that this would work for root document
                   11972: 
                   11973:          $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
                   11974:          "parser://method/params/here"> <test>   &test^; </test> }]
                   11975: 
                   11976:          ^taint[^xdoc.string[]]
                   11977: 
                   11978:          @method[param] <!ENTITY test
                   11979:          "test-entity-value+$form:user+$param!">
                   11980: 
                   11981: 2003-11-27  paf
                   11982: 
                   11983:        * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
                   11984: 
                   11985:        * src/classes/date.C: bugfix: typo error
                   11986: 
                   11987: 2003-11-26  paf
                   11988: 
                   11989:        * operators.txt, src/include/Makefile.am, src/include/pa_globals.h,
                   11990:          src/main/Makefile.am, src/main/main.vcproj,
                   11991:          src/main/pa_globals.C, src/main/pa_request.C,
                   11992:          src/include/pa_xml_io.h, src/main/pa_xml_io.C: simplification:
                   11993:          xml errors to hash<thread_id,error> reorganization: xml io moved
                   11994:          to pa_xml_io.C/h
                   11995: 
                   11996:        * src/types/pa_value.h: warnings: --
                   11997: 
                   11998: 2003-11-25  paf
                   11999: 
                   12000:        * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
                   12001:          whatever)
                   12002: 
                   12003:        * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
                   12004:          a, (c?x:y, z)
                   12005: 
                   12006:        * src/main/untaint.C: bugfix: consequences of not reading this
                   12007:          comment: CORD_pos_chars_left /* Number of characters in cache.
                   12008:          <= 0 ==> none    */
                   12009: 
                   12010:        * src/include/pa_array.h: removed needless checks
                   12011: 
                   12012: 2003-11-24  paf
                   12013: 
                   12014:        * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
                   12015:          removed limit: now $form:xxx can be accessed anytime, even in
                   12016:          @auto/conf [and request/response:charset still can be changed
                   12017:          anytime]
                   12018: 
                   12019:        * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
                   12020:          now not transcodes response body
                   12021: 
                   12022:        * operators.txt, src/types/pa_vxnode.C, src/types/pa_vxnode.h:
                   12023:          $xdoc[^xdoc::create[test]] $tn[^xdoc.createTextNode[text node
                   12024:          value]] $dummy[^xdoc.firstChild.appendChild[$tn]]
                   12025:          $xdoc.firstChild.firstChild.nodeValue[different]
                   12026:          ^taint[^xdoc.string[]]
                   12027: 
                   12028:        * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
                   12029:          workaround: static Hash::allocates -> static Hash_allocates
                   12030: 
                   12031: 2003-11-21  paf
                   12032: 
1.116     moko     12033:        * Makefile.am, configure, configure.in, src/classes/Makefile.am,
                   12034:          src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
                   12035:          src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95      moko     12036: 
                   12037:        * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
                   12038: 
                   12039:        * src/classes/mail.C: bugfix: typo
                   12040: 
                   12041:        * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.116     moko     12042:          src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
                   12043:          src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
                   12044:          src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
                   12045:          src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95      moko     12046:          src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
                   12047: 
                   12048:        * src/main/pa_exec.C: bug in safe mode
                   12049: 
                   12050:        * src/include/Makefile.am: pa_xml_exception.h
                   12051: 
                   12052:        * src/targets/isapi/parser3isapi.C: more warnings --
                   12053: 
                   12054: 2003-11-20  paf
                   12055: 
                   12056:        * src/: classes/math.C, classes/op.C, classes/string.C,
                   12057:          main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
                   12058:          types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
                   12059:          --
                   12060: 
                   12061:        * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
                   12062:          more warnings --
                   12063: 
                   12064:        * src/classes/xdoc.C: more warnings --
                   12065: 
                   12066:        * src/classes/: date.C, image.C, xdoc.C: more warnings --
                   12067: 
                   12068:        * src/: main/pa_sql_driver_manager.C, main/untaint.C,
                   12069:          types/pa_vcookie.C, types/pa_vmail.C: more warnings --
                   12070: 
                   12071:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   12072:          classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
                   12073:          classes/table.C, include/pa_cache_managers.h,
                   12074:          include/pa_stylesheet_connection.h, main/pa_request.C,
                   12075:          types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
                   12076:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
                   12077:          --
                   12078: 
                   12079:        * src/main/: execute.C, pa_request.C: old forgotten todo: when
                   12080:          can't report problem (undefined @unhandled_exception) problem
                   12081:          source string were not reported
                   12082: 
                   12083:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   12084:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   12085:          classes/hashfile.C, classes/image.C, classes/int.C,
                   12086:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   12087:          classes/response.C, classes/string.C, classes/table.C,
                   12088:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   12089:          include/pa_array.h, include/pa_cache_managers.h,
                   12090:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   12091:          include/pa_config_fixed.h, include/pa_dictionary.h,
                   12092:          include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
                   12093:          include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
                   12094:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                   12095:          include/pa_request.h, include/pa_request_charsets.h,
                   12096:          include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
                   12097:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   12098:          include/pa_stack.h, include/pa_string.h,
                   12099:          include/pa_stylesheet_connection.h,
                   12100:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   12101:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   12102:          include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                   12103:          lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
                   12104:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   12105:          main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
                   12106:          main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
                   12107:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   12108:          main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
                   12109:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   12110:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   12111:          main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
                   12112:          sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
                   12113:          targets/cgi/parser3.C, targets/isapi/pa_threads.C,
                   12114:          targets/isapi/parser3isapi.C, types/pa_junction.h,
                   12115:          types/pa_method.h, types/pa_value.C, types/pa_value.h,
                   12116:          types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
                   12117:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   12118:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   12119:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   12120:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   12121:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   12122:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   12123:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
                   12124:          types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   12125:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   12126:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   12127:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   12128:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   12129:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   12130:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   12131:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   12132:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   12133:          types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
                   12134:          const IDENT
                   12135: 
                   12136:        * src/: include/pa_array.h, include/pa_pool.h,
                   12137:          include/pa_request.h, include/pa_string.h, include/pa_table.h,
                   12138:          main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
                   12139:          types/pa_wcontext.h: more warnings --
                   12140: 
                   12141:        * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
                   12142:          classes/file.C, classes/hash.C, classes/hashfile.C,
                   12143:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   12144:          classes/memory.C, classes/op.C, classes/string.C,
                   12145:          classes/table.C, classes/xdoc.C, classes/xnode.C,
                   12146:          include/pa_config_includes.h, include/pa_operation.h,
                   12147:          include/pa_sql_connection.h, include/pa_table.h,
                   12148:          include/pa_types.h, lib/ltdl/config_fixed.h,
                   12149:          lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
                   12150:          lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
                   12151:          lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
                   12152:          main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
                   12153:          main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
                   12154:          main/pa_globals.C, main/pa_os.C, main/pa_request.C,
                   12155:          main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
                   12156:          targets/isapi/parser3isapi.vcproj, types/pa_value.h,
                   12157:          types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
                   12158:          types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
                   12159:          types/pa_vmail.C, types/pa_vobject.C,
                   12160:          types/pa_vstateless_class.h, types/pa_vtable.C,
                   12161:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
                   12162:          types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
                   12163:          on all projects (except libltdl=off & libsdbm=level3) found
                   12164:          several unitialized vars
                   12165: 
                   12166: 2003-11-19  paf
                   12167: 
                   12168:        * src/classes/op.C: more ansi C++ comp
                   12169: 
                   12170:        * operators.txt, src/classes/op.C, src/include/pa_request.h,
                   12171:          src/main/pa_request.C: ^cache[...]{body}{catch block with
                   12172:          $exception.handled[cache] meaning "get expired cache, if any.
                   12173:          else error"}
                   12174: 
                   12175:        * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
                   12176:          main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
                   12177:          ^cache[...]{body}{catch code with $exception.cache field}
                   12178: 
                   12179: 2003-11-12  paf
                   12180: 
                   12181:        * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
                   12182:          [copy/paste bug]
                   12183: 
                   12184: 2003-11-11  paf
                   12185: 
                   12186:        * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
                   12187:          failed]
                   12188: 
                   12189:        * bin/auto.p.dist.in: colno
                   12190: 
                   12191: 2003-11-10  paf
                   12192: 
                   12193:        * src/types/pa_vconsole.h: flush
                   12194: 
                   12195:        * operators.txt, src/main/pa_request.C, src/types/Makefile.am,
                   12196:          src/types/types.vcproj, src/types/pa_vconsole.h: $console:line
                   12197:          read/write  [for nntp]
                   12198: 
                   12199:        * operators.txt: mysql: transaction support: ?autocommit=0
                   12200: 
                   12201:        * operators.txt: comment: updated
                   12202: 
                   12203:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
                   12204:          serialize version and exipire now removes entries
                   12205: 
                   12206:        * operators.txt: ^hashfile.delete[] removes files altogether [and
                   12207:          dir, if could]
                   12208: 
                   12209:        * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
                   12210:          types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
                   12211:          removes files altogether [and dir, if could]
                   12212: 
                   12213:        * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
                   12214:          nonexistent pair. .c coded that that was error. fixed
                   12215: 
                   12216:        * src/types/pa_vhashfile.C: sdbm: exception type change to
                   12217:          file.access [regretfull can't split it to different exceptions
                   12218:          without modifying sdbm source wich would prefer not to]
                   12219: 
                   12220: 2003-11-07  paf
                   12221: 
                   12222:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   12223:          classes/hashfile.C, classes/image.C, classes/table.C,
                   12224:          classes/xdoc.C, include/Makefile.am, include/pa_array.h,
                   12225:          include/pa_pool.h, include/pa_request.h, main/Makefile.am,
                   12226:          main/execute.C, main/main.vcproj, main/pa_pool.C,
                   12227:          main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
                   12228:          types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
                   12229:          types/pa_vstateless_class.h: resurrected: pool idea. now only for
                   12230:          destructing objects at request processing end
                   12231: 
                   12232: 2003-11-06  paf
                   12233: 
                   12234:        * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
                   12235:          updates
                   12236: 
                   12237:        * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
                   12238:          to include sdbm
                   12239: 
1.116     moko     12240:        * src/include/: pa_config_includes.h, pa_version.h: our
                   12241:          replacements of max& co only for cpp
1.95      moko     12242: 
                   12243:        * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
                   12244:          upper dir, .am updated
                   12245: 
                   12246:        * tests/todo.txt: hashfile: done
                   12247: 
                   12248:        * operators.txt, src/types/pa_vhashfile.C: hashfile: clear &
                   12249:          expiration [time in value. todo: move time to key]
                   12250: 
                   12251:        * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
                   12252: 
                   12253:        * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
                   12254:          to do that in foreach, no errors, but surely wrong]
                   12255: 
                   12256:        * operators.txt, src/types/pa_vhashfile.C,
                   12257:          src/types/pa_vhashfile.h: hashfile: clear and proper locking
                   12258: 
                   12259:        * operators.txt, src/classes/hash.C, src/classes/hashfile.C,
                   12260:          src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: hashfile:
                   12261:          foreach
                   12262: 
                   12263:        * src/classes/hashfile.C, src/types/pa_vhashfile.C,
                   12264:          src/types/pa_vhashfile.h, operators.txt: hashfile: hash
                   12265: 
                   12266:        * operators.txt, src/classes/hashfile.C, src/types/pa_vhashfile.C,
                   12267:          src/types/pa_vhashfile.h, tests/todo.txt: hashfile: delete
                   12268: 
                   12269:        * src/: include/pa_memory.h, targets/cgi/parser3.C,
                   12270:          types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
                   12271:          types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
                   12272:          get/put [raw]
                   12273: 
                   12274:        * src/: classes/op.C, main/pa_os.C: just linked
                   12275: 
                   12276:        * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
                   12277:          XmlException changes
                   12278: 
                   12279:        * src/: include/pa_charset.h, include/pa_globals.h,
                   12280:          include/pa_stylesheet_connection.h, main/pa_exception.C:
                   12281:          XmlException changes
                   12282: 
                   12283:        * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
                   12284: 
                   12285:        * src/: include/pa_common.h, include/pa_exception.h,
                   12286:          main/main.vcproj, main/pa_common.C, include/pa_os.h,
                   12287:          include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
                   12288:          main/pa_xml_exception.C: locking move to pa_os [along with
                   12289:          pa_sleep] apr-impl locking done
                   12290: 
                   12291:        * configure, configure.in, operators.txt, parser3.sln,
                   12292:          src/classes/classes.vcproj, src/classes/hashfile.C,
                   12293:          src/classes/xdoc.C, src/include/pa_config_fixed.h,
                   12294:          src/include/pa_exception.h, src/include/pa_globals.h,
                   12295:          src/include/pa_memory.h, src/include/pa_version.h,
                   12296:          src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
                   12297:          src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
                   12298:          src/main/compile.tab.C, src/main/main.vcproj,
                   12299:          src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
                   12300:          src/types/Makefile.am, src/types/pa_vhash.C,
                   12301:          src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
                   12302:          src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
                   12303:          again with sdbm from apache
                   12304: 
                   12305: 2003-11-05  paf
                   12306: 
                   12307:        * src/: classes/classes.vcproj, include/pa_config_fixed.h,
                   12308:          main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
                   12309:          \parser3project dir anymore
                   12310: 
                   12311:        * src/main/pa_charset.C: bugfix: had broken binary search [copied
                   12312:          thoughtlessly from xalan]
                   12313: 
                   12314:        * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
                   12315:          sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
                   12316:          from httpd-2.0.43\srclib\apr-util\dbm\sdbm
                   12317: 
                   12318:        * src/main/helpers/CaseFolding.txt:
                   12319:          http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
                   12320: 
                   12321: 2003-11-04  paf
                   12322: 
                   12323:        * operators.txt: comment: ^mail:send[$.options[
                   12324: 
                   12325:        * src/classes/table.C: compiled on unix
                   12326: 
1.116     moko     12327:        * src/classes/Makefile.am: classes.C to rebuild last
1.95      moko     12328: 
                   12329:        * src/classes/mail.C: compiled on unix
                   12330: 
                   12331:        * operators.txt, src/classes/mail.C, src/types/pa_vmail.C,
                   12332:          src/types/pa_vmail.h:     !^mail:send[
                   12333:                  $.options[unix: string to append to sendmail command
                   12334:          line]
                   12335: 
                   12336:        * operators.txt, src/classes/table.C, src/main/pa_string.C,
                   12337:          tests/todo.txt: ^table.save[...          $.separator[^#09]
                   12338:          $.encloser["] <nothing> by default
                   12339: 
                   12340:        * operators.txt, src/classes/table.C, tests/todo.txt: ^table::load
                   12341:                 !$.separator[^#09]         !$.encloser["] <nothing> by
                   12342:          default
                   12343: 
                   12344: 2003-11-03  paf
                   12345: 
                   12346:        * operators.txt, src/classes/table.C, src/main/pa_common.C:
                   12347:          ^table::load[; options:         !$.column-separator[^#09]
                   12348:          !$.column-encloser["]
                   12349: 
                   12350:        * operators.txt, src/include/pa_config_fixed.h,
                   12351:          src/types/pa_vrequest.C: $request:document-root
                   12352: 
                   12353:        * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
                   12354:          [already included into uri=xxx]
                   12355: 
                   12356:        * operators.txt, src/classes/image.C, tests/todo.txt:
                   12357:          ^image.gif[filename] for $response:download
                   12358: 
                   12359:        * src/classes/date.C: minor precaution
                   12360: 
                   12361:        * operators.txt, src/classes/date.C:     !^date::unix-timestamp()
                   12362:              !^date.unix-timestamp[]
                   12363: 
                   12364: 2003-10-30  paf
                   12365: 
                   12366:        * operators.txt, src/classes/date.C, src/types/pa_vdate.h: merged
                   12367:          from 3.0.8: ^date.roll[TZ;GMT] $date.hour
                   12368: 
                   12369:        * src/classes/: date.C, image.C: improvement diagnostics:
                   12370:          $now[^date::create[$undefined]] now is error
                   12371: 
                   12372:        * src/main/pa_common.C: read errors would now be reported 'actually
                   12373:          read -1 bytes'
                   12374: 
                   12375: 2003-10-24  paf
                   12376: 
                   12377:        * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
                   12378:          src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
                   12379:          src/main/Makefile.am, src/targets/cgi/Makefile.am,
                   12380:          src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
                   12381: 
                   12382: 2003-10-22  paf
                   12383: 
                   12384:        * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
                   12385: 
                   12386: 2003-10-21  paf
                   12387: 
                   12388:        * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
                   12389:          fixed: string.match[g] without <'> option produced columns with
                   12390:          NULL's, which gpf'ed at table.save time
                   12391: 
                   12392:        * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
                   12393:          recoursion' message with intensive throw-catches fixed: incorrect
                   12394:          name and line (one name upper then needed) in error message about
                   12395:          problems inside try block
                   12396: 
                   12397: 2003-10-10  paf
                   12398: 
                   12399:        * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
                   12400:          check offset argument for validity did that in String::Body::pos
                   12401:          myself http://i2/tasks/edit/?id=4577425257580789777
                   12402: 
                   12403: 2003-10-07  paf
                   12404: 
                   12405:        * src/main/: compile.tab.C, compile.y: ^if ( better error:
                   12406:          .html(1:4): parse error, expecting `'['' or `'{'' or `'(''  now
                   12407: 
                   12408: 2003-10-03  paf
                   12409: 
                   12410:        * parser3.sln, src/include/pa_dictionary.h,
                   12411:          src/main/pa_dictionary.C, src/main/pa_string.C,
                   12412:          src/targets/cgi/parser3.vcproj: dictionary optimized by
                   12413:          precalculating cstr&length
                   12414: 
                   12415: 2003-10-02  paf
                   12416: 
                   12417:        * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
                   12418:          main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
                   12419:          main/pa_stylesheet_manager.C: bugfix: ^throw context were
                   12420:          saved/restored incompletely http://www.parser.ru/forum/?id=21484
                   12421: 
                   12422: 2003-09-30  paf
                   12423: 
                   12424:        * src/main/pa_string.C: string::replace bug fix [were ignoring
                   12425:          occurrances after lang-mismatched
                   12426: 
                   12427: 2003-09-29  paf
                   12428: 
                   12429:        * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
                   12430:          helper
                   12431: 
                   12432:        * src/main/pa_string.C: string::serialize bug fix with
                   12433:          zero-terminator
                   12434: 
                   12435:        * src/classes/table.C: ^nameless_table.save column row now has no
                   12436:          \t at the end
                   12437: 
                   12438:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   12439:          @postprocess  now takes $response:body/download
                   12440: 
                   12441:        * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
                   12442:          error message
                   12443: 
                   12444:        * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
                   12445: 
                   12446:        * src/classes/table.C: bugfix: flip: must produce nameless
                   12447:          http://i2/tasks/edit/?id=4573405524674081244
                   12448: 
                   12449:        * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
                   12450:          main/helpers/simple_folding.pl: utf-8 upper/lower
                   12451: 
                   12452:        * src/main/pa_common.C: bugfix: utf signature were not ignored due
                   12453:          to typo error http://i2/tasks/edit/?id=4573354650786434584
                   12454: 
                   12455: 2003-09-26  paf
                   12456: 
                   12457:        * src/main/untaint.C: removed needless field
                   12458: 
                   12459:        * src/main/untaint.C: removed needless const
                   12460: 
                   12461:        * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
                   12462:          String.for_each bug fixed [omited one-char cases]
                   12463: 
                   12464:        * src/include/pa_stack.h: bugfix: before collecting garbage,
                   12465:          runtime-executor stack were cleared... BADLY
                   12466: 
                   12467:        * src/main/pa_string.C: ^stirng.replace code used old
                   12468:          param-convention on langs.append, fixed that search fo the like,
                   12469:          found none
                   12470: 
                   12471:        * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
                   12472:          string::serialize/deserialize implemented Language enum assigned
                   12473:          meaningful letters [more convinient for debugging. read warning
                   12474:          before adding/changing anything]
                   12475: 
                   12476: 2003-09-25  paf
                   12477: 
                   12478:        * src/: include/pa_string.h, include/pa_version.h,
                   12479:          main/pa_string.C, main/untaint.C: templates and anonymous unions
                   12480:          differences on unix
                   12481: 
                   12482:        * parser3.sln, src/classes/file.C, src/classes/image.C,
                   12483:          src/classes/mail.C, src/classes/op.C, src/classes/table.C,
                   12484:          src/classes/xdoc.C, src/classes/xnode.C,
                   12485:          src/include/pa_cache_managers.h, src/include/pa_charset.h,
                   12486:          src/include/pa_charsets.h, src/include/pa_common.h,
                   12487:          src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
                   12488:          src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
                   12489:          src/include/pa_table.h, src/lib/cord/cordbscs.c,
                   12490:          src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
                   12491:          src/lib/cord/include/cord.h, src/main/compile.tab.C,
                   12492:          src/main/compile_tools.h, src/main/pa_charset.C,
                   12493:          src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
                   12494:          src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
                   12495:          src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
                   12496:          src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
                   12497:          src/types/pa_vmail.C, src/types/pa_vmath.C,
                   12498:          src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
                   12499:          src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
                   12500: 
                   12501:        * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
                   12502:          functions aligned to that of eeparser3 look
                   12503: 
                   12504:        * src/lib/cord/cordprnt.c: removed warnings
                   12505: 
                   12506: 2003-09-24  paf
                   12507: 
                   12508:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   12509:          classes/op.C, classes/xdoc.C, classes/xnode.C,
                   12510:          include/pa_cache_managers.h, include/pa_charset.h,
                   12511:          include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
                   12512:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   12513:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   12514:          main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
                   12515:          main/pa_common.C, main/pa_exec.C, main/pa_request.C,
                   12516:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   12517:          main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
                   12518:          types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
                   12519:          types/pa_vstateless_class.h, types/pa_vstatus.C,
                   12520:          types/pa_vxnode.C: v() functions of String::Body,
                   12521:          String::Languages and String itself StringBody->String::Body
                   12522: 
                   12523:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   12524:          lib/cord/include/cord.h: CORD_append_block showed no efficiency =
                   12525:          never optimized anything.  todo: somehow speed up harder cases:
                   12526:          concatenationA+concatenationB when last block of A and first of B
                   12527:          contain same letters
                   12528: 
                   12529:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   12530:          lib/cord/include/cord.h: langs: speed up by joining adjucent
                   12531:          blocks of same char [CORD_append_block]
                   12532: 
                   12533:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   12534:          lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
                   12535:          save space by extending blocks when appending block with c ==
                   12536:          lastblock.c
                   12537: 
                   12538:        * src/: include/pa_string.h, main/pa_string.C: aval is not actually
                   12539:          working yet :( but more working &understood :)
                   12540: 
                   12541:        * src/: classes/table.C, include/pa_string.h,
                   12542:          lib/cord/include/cord.h, main/pa_string.C: aval/ works!
                   12543: 
                   12544: 2003-09-23  paf
                   12545: 
                   12546:        * src/main/untaint.C: $a[ok!] $a works!
                   12547: 
                   12548:        * src/main/untaint.C: something even more works :)
                   12549: 
                   12550:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   12551:          something more works :)
                   12552: 
                   12553:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   12554:          lib/cord/cordxtra.c: something already works :)
                   12555: 
                   12556:        * src/: include/pa_string.h, main/untaint.C: just compiled todo:
                   12557:          serialize&deserialize
                   12558: 
                   12559:        * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
                   12560:          lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
                   12561:          main/untaint.C: main idea implemented, details left
                   12562: 
                   12563: 2003-09-22  paf
                   12564: 
                   12565:        * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
                   12566: 
                   12567:        * src/classes/xnode.C: copy/paste comment bugfix
                   12568: 
                   12569:        * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
                   12570:          allocator returns 0, just die.
                   12571:          http://i2/tasks/edit/?id=4570798492410259445
                   12572: 
                   12573:        * src/classes/xdoc.C: copy/paste comment bugfix
                   12574: 
                   12575:        * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
                   12576:          Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
                   12577:          xnode: getAttributeNS setAttributeNS removeAttributeNS
                   12578:          getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
                   12579: 
                   12580:        * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
                   12581:          chars due to bitwise operation signed-char error]
                   12582: 
                   12583: 2003-09-19  paf
                   12584: 
                   12585:        * src/types/pa_wcontext.C: output message: more practical
                   12586:          suggestion
                   12587: 
                   12588:        * src/main/pa_common.C, operators.txt: merged
                   12589:          $f[^file::load[binary;http://...]] $f.tables
                   12590: 
                   12591: 2003-09-02  paf
                   12592: 
                   12593:        * src/main/pa_common.C: printf is buffered, write(1 is not. can't
                   12594:          flush stdout without referencing 'stdout' symbol. to hell with
                   12595:          non-ansi libraries without 'stdout' symbol
                   12596: 
                   12597:        * src/main/pa_common.C: got rid of 'stdout' symbol reference on
                   12598:          unix (users reported problems with some old libc)
                   12599: 
                   12600:        * src/types/pa_vdate.h: forgot initializer
                   12601: 
                   12602: 2003-09-01  paf
                   12603: 
                   12604:        * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
                   12605:          main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
                   12606:          zone]
                   12607: 
                   12608:        * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
                   12609: 
                   12610: 2003-08-19  paf
                   12611: 
                   12612:        * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
                   12613:          pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
                   12614:          simplified a little
                   12615: 
                   12616:        * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
                   12617:          [lost fix from 3.0.8]
                   12618: 
                   12619:        * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{   now
                   12620:          visible here }
                   12621: 
                   12622:          bug fix
                   12623: 
                   12624:        * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
                   12625: 
                   12626:        * src/main/compile.tab.C: initialized couple of variables about
                   12627:          which user reported runtime problems when parser were compiled
                   12628:          with VC7, warning level4.  study shows that later in bison
                   12629:          they've fixed that. would migrate to latest bison someday
                   12630: 
                   12631:        * src/types/pa_vmail.C: turned  off recoding in gmime (were still
                   12632:          recoding headers)
                   12633: 
                   12634:        * src/types/pa_vmail.C: works as before, same charset problems:
                   12635:          gmime recodes to UTF-8 only headers, not body. so not recoding
                   12636:          anything for now
                   12637: 
                   12638:        * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
                   12639:          problems with body
                   12640: 
                   12641:        * src/types/pa_vmail.C: mail_receive just compiled
                   12642: 
                   12643: 2003-08-18  paf
                   12644: 
                   12645:        * src/: classes/classes.vcproj, include/pa_config_fixed.h,
                   12646:          main/main.vcproj, types/types.vcproj: win32: continued process
                   12647:          detaching from \parser3project directory
                   12648: 
                   12649:        * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
                   12650:          src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
                   12651:          src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
                   12652:          src/lib/pcre/pcre_dftables.dsp,
                   12653:          src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
                   12654:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
                   12655:          src/types/types.dsp: moved to MSVC 7
                   12656: 
                   12657:        * gnu.vcproj.vspscc, parser3.vssscc,
                   12658:          src/classes/classes.vcproj.vspscc,
                   12659:          src/lib/cord/cord.vcproj.vspscc,
                   12660:          src/lib/ltdl/libltdl.vcproj.vspscc,
                   12661:          src/lib/md5/md5.vcproj.vspscc,
                   12662:          src/lib/pcre/pcre_dftables.vcproj.vspscc,
                   12663:          src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
                   12664:          src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
                   12665:          src/targets/isapi/parser3isapi.vcproj.vspscc,
                   12666:          src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
                   12667:          moved to MSVC 7
                   12668: 
                   12669:        * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
                   12670:          src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
                   12671:          src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
                   12672:          src/lib/pcre/pcre_dftables.vcproj,
                   12673:          src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
                   12674:          src/targets/cgi/parser3.vcproj,
                   12675:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
                   12676:          new VS project files
                   12677: 
                   12678:        * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
                   12679:          .NET to detect Jalindi Igloo capabilities.
                   12680: 
                   12681:        * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.116     moko     12682:          src/classes/classes.awk, src/doc/footer.htm,
                   12683:          src/include/pa_config_fixed.h, src/include/pa_version.h,
                   12684:          src/lib/Makefile.am, src/main/compile.tab.C,
1.95      moko     12685:          src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
                   12686:          src/types/pa_vmail.C: merged 3.1.0 latest changes
                   12687: 
                   12688: 2003-08-15  paf
                   12689: 
                   12690:        * src/main/untaint.C: email addresses in forms:   "non-ascii" <yyy>
                   12691:          non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
                   12692: 
                   12693:        * src/main/untaint.C: email addresses in forms:   "non-ascii" <yyy>
                   12694:          non-ascii <yyy> now encoded correctly
                   12695: 
                   12696: 2003-07-29  paf
                   12697: 
1.116     moko     12698:        * src/classes/: Makefile.am, classes.awk: classes.awk added to make
                   12699:          dist
1.95      moko     12700: 
                   12701:        * src/types/pa_vmail.C: just started --with-mail-receive
                   12702: 
                   12703: 2003-07-28  paf
                   12704: 
1.116     moko     12705:        * src/: classes/Makefile.am, lib/Makefile.am: removed circular
                   12706:          dependence in src/classes, src/lib/gc now in dist
1.95      moko     12707: 
                   12708:        * src/main/pa_string.C: ^cache bug fix [were not working at all]
                   12709: 
                   12710: 2003-07-25  paf
                   12711: 
                   12712:        * src/doc/footer.htm: year
                   12713: 
                   12714: 2003-07-24  paf
                   12715: 
                   12716:        * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
                   12717:          fix
                   12718: 
                   12719:        * src/include/pa_version.h: release
                   12720: 
1.116     moko     12721:        * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95      moko     12722: 
                   12723:        * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
                   12724:          src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
                   12725:          src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
                   12726:          getting rid of win32xml pseudo project
                   12727: 
                   12728:        * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
                   12729: 
1.116     moko     12730:        * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
                   12731:          configure.in, operators.txt, parser3.dsw,
1.95      moko     12732:          etc/parser3.charsets/koi8-r.cfg,
1.116     moko     12733:          etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95      moko     12734:          src/classes/classes.C, src/classes/classes.awk,
                   12735:          src/classes/classes.dsp, src/classes/classes.h,
                   12736:          src/classes/date.C, src/classes/double.C, src/classes/file.C,
                   12737:          src/classes/form.C, src/classes/hash.C, src/classes/image.C,
                   12738:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   12739:          src/classes/memory.C, src/classes/op.C, src/classes/response.C,
                   12740:          src/classes/string.C, src/classes/table.C, src/classes/void.C,
                   12741:          src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
                   12742:          src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
                   12743:          src/doc/string.dox, src/include/Makefile.am,
1.116     moko     12744:          src/include/pa_array.h, src/include/pa_cache_managers.h,
                   12745:          src/include/pa_charset.h, src/include/pa_charsets.h,
                   12746:          src/include/pa_common.h, src/include/pa_config_auto.h.in,
                   12747:          src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
                   12748:          src/include/pa_dictionary.h, src/include/pa_dir.h,
                   12749:          src/include/pa_exception.h, src/include/pa_exec.h,
                   12750:          src/include/pa_globals.h, src/include/pa_hash.h,
                   12751:          src/include/pa_memory.h, src/include/pa_opcode.h,
                   12752:          src/include/pa_operation.h, src/include/pa_pool.h,
                   12753:          src/include/pa_pragma_pack_begin.h,
1.95      moko     12754:          src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
                   12755:          src/include/pa_request_charsets.h, src/include/pa_request_info.h,
                   12756:          src/include/pa_sapi.h, src/include/pa_socks.h,
                   12757:          src/include/pa_sql_connection.h,
                   12758:          src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
                   12759:          src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
                   12760:          src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
                   12761:          src/include/pa_threads.h, src/include/pa_types.h,
1.116     moko     12762:          src/include/pa_uue.h, src/lib/Makefile.am,
                   12763:          src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
                   12764:          src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
                   12765:          src/lib/cord/cordxtra.c, src/lib/cord/source.url,
                   12766:          src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95      moko     12767:          src/lib/cord/include/ec.h,
                   12768:          src/lib/cord/include/private/Makefile.am,
                   12769:          src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.116     moko     12770:          src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
                   12771:          src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95      moko     12772:          src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.116     moko     12773:          src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
                   12774:          src/main/compile_tools.C, src/main/compile_tools.h,
                   12775:          src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
                   12776:          src/main/pa_cache_managers.C, src/main/pa_charset.C,
                   12777:          src/main/pa_charsets.C, src/main/pa_common.C,
                   12778:          src/main/pa_dictionary.C, src/main/pa_dir.C,
                   12779:          src/main/pa_exception.C, src/main/pa_exec.C,
1.95      moko     12780:          src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
                   12781:          src/main/pa_request.C, src/main/pa_socks.C,
                   12782:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   12783:          src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.116     moko     12784:          src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
                   12785:          src/targets/Makefile.am, src/targets/cgi/Makefile.am,
                   12786:          src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
                   12787:          src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
                   12788:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
                   12789:          src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
                   12790:          src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95      moko     12791:          src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
                   12792:          src/targets/isapi/parser3isapi.dsp,
                   12793:          src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.116     moko     12794:          src/types/pa_junction.h, src/types/pa_method.h,
                   12795:          src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95      moko     12796:          src/types/pa_vclass.C, src/types/pa_vclass.h,
                   12797:          src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
                   12798:          src/types/pa_vcookie.h, src/types/pa_vdate.h,
                   12799:          src/types/pa_vdouble.h, src/types/pa_venv.h,
                   12800:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
                   12801:          src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
                   12802:          src/types/pa_vimage.C, src/types/pa_vimage.h,
                   12803:          src/types/pa_vint.h, src/types/pa_vjunction.h,
                   12804:          src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
                   12805:          src/types/pa_vmath.h, src/types/pa_vmemory.h,
                   12806:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   12807:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   12808:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
                   12809:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   12810:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
                   12811:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
                   12812:          src/types/pa_vstatus.h, src/types/pa_vstring.C,
                   12813:          src/types/pa_vstring.h, src/types/pa_vtable.C,
                   12814:          src/types/pa_vtable.h, src/types/pa_vvoid.h,
                   12815:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   12816:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   12817:          src/types/pa_wcontext.C, src/types/pa_wcontext.h,
                   12818:          src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
                   12819:          HEAD
                   12820: 
                   12821:        * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
                   12822:          006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
                   12823:          012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
                   12824:          018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
                   12825:          023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
                   12826:          029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
                   12827:          035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
                   12828:          041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
                   12829:          047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
                   12830:          052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
                   12831:          058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
                   12832:          062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
                   12833:          068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
                   12834:          074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
                   12835:          080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
                   12836:          086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
                   12837:          092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
                   12838:          098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
                   12839:          103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
                   12840:          106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
                   12841:          111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
                   12842:          117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
                   12843:          123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
                   12844:          129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
                   12845:          135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
                   12846:          141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
                   12847:          022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
                   12848:          outputs/create-dir, results/001.processed, results/002.processed,
                   12849:          results/003.processed, results/004.processed,
                   12850:          results/005.processed, results/006.processed,
                   12851:          results/007.processed, results/008.processed,
                   12852:          results/009.processed, results/010.processed,
                   12853:          results/011.processed, results/012.processed,
                   12854:          results/013.processed, results/014.processed,
                   12855:          results/015.processed, results/016.processed,
                   12856:          results/017.processed, results/018.processed,
                   12857:          results/019.processed, results/020.processed,
                   12858:          results/021.processed, results/022.processed,
                   12859:          results/023.processed, results/024.processed,
                   12860:          results/025.processed, results/026.processed,
                   12861:          results/027.processed, results/028.processed,
                   12862:          results/029.processed, results/030.processed,
                   12863:          results/031.processed, results/032.processed,
                   12864:          results/033.processed, results/034.processed,
                   12865:          results/035.processed, results/036.processed,
                   12866:          results/037.processed, results/038.processed,
                   12867:          results/039.processed, results/040.processed,
                   12868:          results/041.processed, results/042.processed,
                   12869:          results/043.processed, results/044.processed,
                   12870:          results/045.processed, results/046.processed,
                   12871:          results/047.processed, results/048.processed,
                   12872:          results/049.processed, results/050.processed,
                   12873:          results/051.processed, results/052.processed,
                   12874:          results/053.processed, results/054.processed,
                   12875:          results/055.processed, results/056.processed,
                   12876:          results/057.processed, results/058.processed,
                   12877:          results/059.processed, results/060.processed,
                   12878:          results/061.processed, results/062.processed,
                   12879:          results/063.processed, results/064.processed,
                   12880:          results/065.processed, results/066.processed,
                   12881:          results/067.processed, results/068.processed,
                   12882:          results/069.processed, results/070.processed,
                   12883:          results/071.processed, results/072.processed,
                   12884:          results/073.processed, results/074.processed,
                   12885:          results/075.processed, results/076.processed,
                   12886:          results/077.processed, results/078.processed,
                   12887:          results/079.processed, results/080.processed,
                   12888:          results/081.processed, results/082.processed,
                   12889:          results/083.processed, results/084.processed,
                   12890:          results/085.processed, results/086.processed,
                   12891:          results/087.processed, results/088.processed,
                   12892:          results/089.processed, results/090.processed,
                   12893:          results/091.processed, results/092.processed,
                   12894:          results/093.processed, results/094.processed,
                   12895:          results/095.processed, results/096.processed,
                   12896:          results/097.processed, results/098.processed,
                   12897:          results/099.processed, results/100.processed,
                   12898:          results/101.processed, results/102.processed,
                   12899:          results/103.processed, results/104.processed,
                   12900:          results/105.processed, results/106.processed,
                   12901:          results/107.processed, results/108.processed,
                   12902:          results/109.processed, results/110.processed,
                   12903:          results/111.processed, results/112.processed,
                   12904:          results/113.processed, results/114.processed,
                   12905:          results/115.processed, results/116.processed,
                   12906:          results/117.processed, results/118.processed,
                   12907:          results/119.processed, results/120.processed,
                   12908:          results/121.processed, results/122.processed,
                   12909:          results/123.processed, results/124.processed,
                   12910:          results/125.processed, results/126.processed,
                   12911:          results/127.processed, results/128.processed,
                   12912:          results/129.processed, results/130.processed,
                   12913:          results/131.processed, results/132.processed,
                   12914:          results/133.processed, results/134.processed,
                   12915:          results/135.processed, results/136.processed,
                   12916:          results/137.processed, results/138.processed,
                   12917:          results/139.processed, results/140.processed,
                   12918:          results/141.processed: merged(copied) to HEAD from template_gc
                   12919: 
                   12920:        * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
                   12921:          towards \parser3project not having to be in root
                   12922: 
                   12923:        * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
                   12924:          module compiled [were minor unnecessary changes in lib/md5
                   12925:          interface]
                   12926: 
                   12927:        * src/include/pa_version.h: release
                   12928: 
                   12929:        * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
                   12930: 
                   12931:        * src/classes/math.C: merged uuid bugfix
                   12932: 
                   12933:        * tests/: 141.html, results/141.processed: fixed bug with
                   12934:          too-small-a-buffer
                   12935: 
                   12936:        * src/classes/math.C: uuid bugfix
                   12937: 
                   12938:        * tests/: 141.html, Makefile, results/005.processed,
                   12939:          results/030.processed, results/075.processed,
                   12940:          results/078.processed: to reflect date format change (were -
                   12941:          become ' ')
                   12942: 
                   12943:        * src/classes/math.C: uuid bugfix
                   12944: 
                   12945:        * parser3.dsw, src/main/pa_globals.C: few paths for libxml
                   12946:          debug/release changes
                   12947: 
                   12948:        * src/lib/md5/pa_md5c.c: PA_ -> pa_
                   12949: 
                   12950: 2003-07-23  paf
                   12951: 
                   12952:        * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
                   12953:          renamed a little [to move to comman naming conv]
                   12954: 
1.116     moko     12955:        * src/targets/Makefile.am: apache13 splitted to simplify apache
                   12956:          build
1.95      moko     12957: 
                   12958:        * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
                   12959:          main/pa_request.C, main/pa_sql_driver_manager.C,
                   12960:          main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
                   12961:          stack top_index() fixed
                   12962: 
                   12963:        * src/main/pa_globals.C: minor style changes
                   12964: 
                   12965:        * src/: classes/op.C, include/pa_sql_connection.h: connection
                   12966:          closing/caching fixed [connections were not closed/put to cache]
                   12967: 
                   12968: 2003-07-22  paf
                   12969: 
                   12970:        * INSTALL: gc part updated stightly
                   12971: 
                   12972:        * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
                   12973:          new sapi interface
                   12974: 
                   12975:        * src/classes/file.C: comment on OS
                   12976: 
                   12977:        * src/main/pa_string.C: removed reduntant invariant check [there is
                   12978:          one deeper in cord lib]
                   12979: 
                   12980:        * src/main/pa_exec.C: on win32 bugfix in handling shbang
                   12981: 
                   12982:        * src/main/pa_memory.C: out of memory is no longer coredump
                   12983: 
                   12984:        * INSTALL: disable-threads adviced
                   12985: 
                   12986: 2003-07-21  paf
                   12987: 
1.116     moko     12988:        * src/classes/Makefile.am: removed circular dependency on classes.C
1.95      moko     12989: 
                   12990:        * src/classes/file.C: file::exec/cgi environment variables now must
                   12991:          be UPPERCASE and A-Z 0-9 _-
                   12992: 
                   12993:        * src/classes/file.C: env passing fixed
                   12994: 
                   12995:        * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
                   12996: 
                   12997:        * src/main/pa_common.C: http:// CRLF now
                   12998: 
                   12999: 2003-07-02  paf
                   13000: 
                   13001:        * operators.txt, src/types/pa_vstatus.C: renamed $memory:status
                   13002:          fields to reflect their real meaning
                   13003: 
                   13004: 2003-06-27  paf
                   13005: 
                   13006:        * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
                   13007:          include/pa_hash.h, main/pa_charset.C: merged from HEAD
                   13008:          file::exec/cgi .charset
                   13009: 
                   13010: 2003-06-26  paf
                   13011: 
                   13012:        * ChangeLog, src/classes/file.C, src/classes/hash.C,
                   13013:          src/classes/image.C, src/classes/op.C, src/classes/string.C,
                   13014:          src/classes/table.C: fixed several uninitialized local
                   13015:          structures.  notably ^hash.foreach now inserts delimiters
                   13016:          properly [were inserting it before first body]
                   13017: 
                   13018: 2003-06-24  paf
                   13019: 
                   13020:        * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
                   13021: 
                   13022: 2003-06-20  paf
                   13023: 
                   13024:        * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
                   13025:          src/main/pa_globals.C: introducing
                   13026:          $f[^file::load[binary;http://...]] $f.tables
                   13027: 
                   13028: 2003-06-06  paf
                   13029: 
                   13030:        * src/types/: pa_vhash.h: $hash.field lookup first now: along with
                   13031:          table. [were method lookup: inconsistent]
                   13032: 
                   13033: 2003-06-02  paf
                   13034: 
                   13035:        * src/include/pa_memory.h: empty string clone fixed to return
                   13036:          writable memory
                   13037: 
                   13038:        * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
                   13039:          were not appended] which violated string invariant
                   13040: 
                   13041: 2003-05-30  paf
                   13042: 
                   13043:        * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
                   13044:          GMT  ; RFC 822, updated by RFC 1123 [as in HEAD]
                   13045: 
                   13046:        * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
                   13047:          GMT  ; RFC 822, updated by RFC 1123
                   13048: 
                   13049:        * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
                   13050:          targets/isapi/parser3isapi.C: initialized request_info properly
                   13051: 
                   13052:        * src/classes/xnode.C: found minor bug, commended for future
                   13053: 
                   13054: 2003-05-28  paf
                   13055: 
                   13056:        * src/classes/form.C: request_info.content_length can't be <0,
                   13057:          size_t for some time
                   13058: 
                   13059: 2003-05-26  paf
                   13060: 
                   13061:        * src/: classes/file.C, classes/string.C, main/pa_string.C: few
                   13062:          forgotten <0 changed to !=STRING_NOT_FOUND
                   13063: 
                   13064:        * src/classes/math.C: merged ffffu from HEAD
                   13065: 
                   13066: 2003-05-11  paf
                   13067: 
                   13068:        * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
                   13069: 
                   13070:        * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
                   13071:          premature doc free.  transformed document had xmlDoc reference
                   13072:          stored to non-gc-memory (libgdome) added holding-reference
                   13073: 
                   13074: 2003-04-29  paf
                   13075: 
                   13076:        * src/main/pa_globals.C: started digging on double free.  on win32
                   13077:          found that that's perfectly normal.
                   13078: 
                   13079: 2003-04-25  paf
                   13080: 
                   13081:        * src/classes/table.C: table.join bug fix  [bad limit check]
                   13082: 
                   13083:        * src/classes/math.C: merged from HEAD: simpiler hash_string
                   13084: 
                   13085:        * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
                   13086:          print anything.  changed to quicker and simplier code
                   13087: 
                   13088:        * src/classes/hash.C: allowed ^hash::create[^rem{xxx}]   [were to
                   13089:          strict a check]
                   13090: 
                   13091:        * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
                   13092: 
                   13093: 2003-04-24  paf
                   13094: 
                   13095:        * src/include/pa_table.h: too strict assert loosened
                   13096: 
                   13097:        * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
                   13098:          <soldis@infolio.ru> for reporing this ansi c fiolation syntax
                   13099:          report
                   13100: 
                   13101: 2003-04-21  paf
                   13102: 
1.116     moko     13103:        * src/targets/cgi/Makefile.am: pp3 added to .am
1.95      moko     13104: 
                   13105:        * src/main/pa_globals.C: pcre memory management changed to use GC
                   13106:          memory
                   13107: 
                   13108:        * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
                   13109:          xmlMallocAtomic [author agreed to my suggestion], used that
                   13110: 
                   13111:        * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
                   13112: 
                   13113:        * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
                   13114:          types/pa_vmail.C: attributed_meaning_to_string added
                   13115:          L_UNSPECIFIED piece which was sortof OK, but violated string
                   13116:          invariant [assertion barked on that] changed to L_PASS_APPEND,
                   13117:          made that param obligatory
                   13118: 
                   13119:        * src/main/pa_string.C: String::ArrayFragment::append_positions bug
                   13120:          fixed [assert helped]
                   13121: 
                   13122:        * src/include/pa_string.h: assert added [looking for bug]
                   13123: 
                   13124:        * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
                   13125:          names on Win32 considered disk-global
                   13126: 
                   13127:        * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
                   13128:          considered disk-global
                   13129: 
                   13130: 2003-04-18  paf
                   13131: 
                   13132:        * src/main/untaint.C: merged from HEAD: enabled '~' letter in
                   13133:          filenames
                   13134: 
                   13135:        * src/main/untaint.C: enabled '~' letter in filenames
                   13136: 
                   13137: 2003-04-16  paf
                   13138: 
                   13139:        * src/classes/file.C: small bug introduced in autoptr times fixed
                   13140: 
                   13141:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
                   13142:          HEAD
                   13143: 
1.116     moko     13144:        * src/classes/table.C: fix: gcc reported tiny error
1.95      moko     13145: 
                   13146: 2003-04-15  paf
                   13147: 
                   13148:        * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
                   13149:          src/lib/md5/pa_md5c.c, tests/141.html,
                   13150:          tests/results/141.processed: merged from head ^math:uuid[]
                   13151:          ^math:uid64[] ^math:md5[string]
                   13152: 
                   13153:          test added: 141.html
                   13154: 
                   13155:        * operators.txt, src/classes/math.C: ^math:uid64[]
                   13156: 
                   13157:        * src/classes/math.C: ^math:uuid[]
                   13158: 
                   13159:        * operators.txt, src/classes/math.C: ^math:uuid[]
                   13160: 
                   13161:        * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
                   13162:          src/lib/md5/pa_md5c.c: ^math:md5[string] 16-byte digest
                   13163: 
                   13164:        * operators.txt, src/classes/file.C, src/include/pa_common.h,
                   13165:          src/include/pa_config_fixed.h, src/main/pa_common.C:
                   13166:          ^file::load[mode;name;     $.offset     $.limit
                   13167: 
                   13168: 2003-04-14  paf
                   13169: 
                   13170:        * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
                   13171:          started ^math:md5
                   13172: 
                   13173:        * src/classes/table.C, src/include/pa_array.h,
                   13174:          src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
                   13175:          tests/results/140.processed: table $.reverse option works in
                   13176:          create&co table $.distinct[tables] bug fix merged
                   13177: 
                   13178:        * src/: classes/table.C, include/pa_table.h: table
                   13179:          $.distinct[tables] bug fixed
                   13180: 
                   13181:        * src/classes/table.C: more warnings
                   13182: 
                   13183:        * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
                   13184:          removed checks in table::set_current, moved them back to
                   13185:          table::locate implemented table::create/join ñ $.reverse
                   13186: 
                   13187:        * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
                   13188:          removed checks in table::set_current, moved them back to
                   13189:          table::locate
                   13190: 
                   13191: 2003-04-11  paf
                   13192: 
                   13193:        * operators.txt, src/classes/date.C, src/classes/table.C,
                   13194:          src/include/pa_array.h, src/include/pa_common.h,
                   13195:          src/include/pa_config_includes.h, src/include/pa_string.h,
                   13196:          src/include/pa_table.h, src/main/pa_request.C,
                   13197:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   13198:          src/main/pa_table.C: merged from HEAD from
                   13199:          before_append_array_limit_sense_change to
                   13200:          after_append_array_limit_sense_change
                   13201: 
                   13202:        * src/classes/table.C: typo
                   13203: 
                   13204:        * operators.txt, src/classes/date.C, src/classes/table.C,
                   13205:          src/include/pa_array.h, src/include/pa_common.h,
                   13206:          src/include/pa_config_includes.h, src/include/pa_globals.h,
                   13207:          src/include/pa_table.h, src/main/pa_array.C,
                   13208:          src/main/pa_globals.C, src/main/pa_request.C,
                   13209:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   13210:          src/main/pa_table.C: append_array_limit_sense_change locate
                   13211:          accepts options same as create new option: $.reverse(1)   [do not
                   13212:          work in table::create]
                   13213: 
                   13214:        * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
                   13215:          (stat xxx,
                   13216: 
                   13217:        * src/classes/: table.C: typo
                   13218: 
                   13219:        * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
                   13220:          135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
                   13221:          results/130.processed, results/131.processed,
                   13222:          results/132.processed, results/133.processed,
                   13223:          results/134.processed, results/135.processed,
                   13224:          results/136.processed, results/137.processed,
                   13225:          results/138.processed, results/139.processed: added few mustfail
                   13226:          tests 130.html mustfail: empty regexp 131.html mustfail: invalid
                   13227:          date/time 132.html mustfail: access to junction outside of
                   13228:          context 133.html mustfail: access to junction outside of context,
                   13229:          case version 134.html mustfail: hash: adding a key inside of
                   13230:          foreach 135.html mustfail: modifying system class 136.html
                   13231:          mustfail: $.name outside of $hash[here] 137.html mustfail:
                   13232:          appendChild without import 138.html mustfail: invalid encoding
                   13233:          inside of xml 139.html mustfail: bad XPath
                   13234: 
                   13235:        * operators.txt, src/classes/table.C, tests/084.html,
                   13236:          tests/125.html, tests/126.html, tests/127.html, tests/128.html,
                   13237:          tests/129.html, tests/results/125.processed,
                   13238:          tests/results/126.processed, tests/results/127.processed,
                   13239:          tests/results/128.processed, tests/results/129.processed: merged
                   13240:          from HEAD ^table.hash[key][$.distinct[tables]]
                   13241: 
                   13242:          maked appropriate tests [changed one old nonconforming]
                   13243: 
                   13244:        * operators.txt, src/classes/table.C:
                   13245:          ^table.hash[key][$.distinct[tables]]
                   13246: 
                   13247:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
                   13248:          merged fix for found very old xml (dom) bug: were passing
                   13249:          domString objects and later ERROREOUSLY freed them
                   13250: 
                   13251:        * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
                   13252:          src/main/pa_charset.C: re-added libgdome patch. regretfully
                   13253:          libgdome bug can not be worked around
                   13254: 
                   13255: 2003-04-10  paf
                   13256: 
                   13257:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
                   13258:          found very old xml (dom) bug: were passing domString objects and
                   13259:          later ERROREOUSLY freed them
                   13260: 
                   13261:        * src/doc/string.dox, src/include/pa_memory.h,
                   13262:          src/include/pa_string.h, src/lib/cord/cordbscs.c,
                   13263:          src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
                   13264:          tests/123.html, tests/124.html, tests/results/001.processed,
                   13265:          tests/results/002.processed, tests/results/003.processed,
                   13266:          tests/results/004.processed, tests/results/005.processed,
                   13267:          tests/results/006.processed, tests/results/008.processed,
                   13268:          tests/results/009.processed, tests/results/010.processed,
                   13269:          tests/results/011.processed, tests/results/012.processed,
                   13270:          tests/results/013.processed, tests/results/014.processed,
                   13271:          tests/results/015.processed, tests/results/016.processed,
                   13272:          tests/results/017.processed, tests/results/018.processed,
                   13273:          tests/results/020.processed, tests/results/021.processed,
                   13274:          tests/results/022.processed, tests/results/023.processed,
                   13275:          tests/results/024.processed, tests/results/025.processed,
                   13276:          tests/results/026.processed, tests/results/027.processed,
                   13277:          tests/results/028.processed, tests/results/029.processed,
                   13278:          tests/results/030.processed, tests/results/031.processed,
                   13279:          tests/results/032.processed, tests/results/033.processed,
                   13280:          tests/results/034.processed, tests/results/035.processed,
                   13281:          tests/results/036.processed, tests/results/037.processed,
                   13282:          tests/results/038.processed, tests/results/039.processed,
                   13283:          tests/results/040.processed, tests/results/041.processed,
                   13284:          tests/results/042.processed, tests/results/043.processed,
                   13285:          tests/results/044.processed, tests/results/045.processed,
                   13286:          tests/results/046.processed, tests/results/047.processed,
                   13287:          tests/results/048.processed, tests/results/049.processed,
                   13288:          tests/results/050.processed, tests/results/051.processed,
                   13289:          tests/results/052.processed, tests/results/053.processed,
                   13290:          tests/results/054.processed, tests/results/055.processed,
                   13291:          tests/results/056.processed, tests/results/057.processed,
                   13292:          tests/results/058.processed, tests/results/059.processed,
                   13293:          tests/results/060.processed, tests/results/061.processed,
                   13294:          tests/results/062.processed, tests/results/063.processed,
                   13295:          tests/results/064.processed, tests/results/065.processed,
                   13296:          tests/results/066.processed, tests/results/067.processed,
                   13297:          tests/results/068.processed, tests/results/069.processed,
                   13298:          tests/results/070.processed, tests/results/071.processed,
                   13299:          tests/results/072.processed, tests/results/073.processed,
                   13300:          tests/results/074.processed, tests/results/075.processed,
                   13301:          tests/results/076.processed, tests/results/077.processed,
                   13302:          tests/results/078.processed, tests/results/079.processed,
                   13303:          tests/results/080.processed, tests/results/081.processed,
                   13304:          tests/results/082.processed, tests/results/083.processed,
                   13305:          tests/results/084.processed, tests/results/085.processed,
                   13306:          tests/results/086.processed, tests/results/087.processed,
                   13307:          tests/results/088.processed, tests/results/089.processed,
                   13308:          tests/results/090.processed, tests/results/091.processed,
                   13309:          tests/results/092.processed, tests/results/093.processed,
                   13310:          tests/results/094.processed, tests/results/095.processed,
                   13311:          tests/results/096.processed, tests/results/097.processed,
                   13312:          tests/results/101.processed, tests/results/102.processed,
                   13313:          tests/results/104.processed, tests/results/105.processed,
                   13314:          tests/results/106.processed, tests/results/107.processed,
                   13315:          tests/results/108.processed, tests/results/109.processed,
                   13316:          tests/results/110.processed, tests/results/111.processed,
                   13317:          tests/results/112.processed, tests/results/113.processed,
                   13318:          tests/results/114.processed, tests/results/115.processed,
                   13319:          tests/results/116.processed, tests/results/117.processed,
                   13320:          tests/results/118.processed, tests/results/119.processed,
                   13321:          tests/results/120.processed, tests/results/121.processed,
                   13322:          tests/results/122.processed, tests/results/123.processed,
                   13323:          tests/results/124.processed: new convention: char* never 0.
                   13324:          assert in cord on that
                   13325: 
                   13326:        * src/main/pa_charset.C: couple more asserts
                   13327: 
                   13328:        * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
                   13329:          speedup
                   13330: 
                   13331:        * src/main/pa_charset.C: couple assertions on fantastic situations
                   13332:          added [may be those is the case now?]
                   13333: 
                   13334:        * src/main/pa_charset.C: bugfix on memory buffer overrun [but
                   13335:          that's memory from gc_malloc, not from g_malloc :(, but would
                   13336:          hope]
                   13337: 
                   13338:        * src/main/pa_charset.C: bugfix on memory buffer overrun [but
                   13339:          that's memory from gc_malloc, not from g_malloc :(, but would
                   13340:          hope]
                   13341: 
                   13342:        * src/main/pa_charset.C: checked custom malloc for returning 0
                   13343: 
                   13344: 2003-04-09  paf
                   13345: 
                   13346:        * src/classes/date.C: merged ^date.roll changes
                   13347: 
                   13348:        * src/classes/date.C: ^date.roll bug fix
                   13349: 
                   13350:        * src/classes/date.C: ^date.roll now throws less errors: month
                   13351:          shifts handles end of month situation by reducing day number
                   13352:          hour-hole shift reduces hour to recover
                   13353: 
                   13354:        * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
                   13355:          Sort by function time
                   13356: 
                   13357:        * operators.txt, src/main/pa_charset.C, src/main/pa_common.C:
                   13358:          http://   $.charset[] param done
                   13359: 
                   13360:        * tests/: 122.html, results/122.processed: 122 date test <= and ==
                   13361:          added [after volatile fix. passes on win&intel-solaris]
                   13362: 
                   13363: 2003-04-08  paf
                   13364: 
                   13365:        * src/: classes/file.C, classes/op.C, classes/table.C,
                   13366:          classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
                   13367:          include/pa_common.h, include/pa_request_charsets.h,
                   13368:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   13369:          main/pa_exec.C, main/pa_request.C, main/untaint.C,
                   13370:          types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
                   13371:          types/pa_vresponse.C: started http://   $.charset[] param and
                   13372:          http response charset detection just compiled.  todo:test
                   13373: 
                   13374:        * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
                   13375: 
                   13376:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
                   13377:          main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
                   13378:          types/pa_vmail.C: changed transcode param converntion  along with
                   13379:          string creating convention -- all strings are zero-terminated,
                   13380:          this allowed to fix one remaining String("123", 2) case
                   13381: 
                   13382:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   13383:          classes/op.C, classes/string.C, classes/table.C,
                   13384:          include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
                   13385:          main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
                   13386:          main/pa_request.C, main/pa_string.C, main/pa_uue.C,
                   13387:          main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
                   13388:          types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
                   13389:          violated String::invariant. started fixing [not compiled now]
                   13390: 
                   13391:        * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
                   13392:          main/compile.tab.C, main/compile.y, main/pa_string.C,
                   13393:          main/untaint.C, targets/cgi/parser3.C: number of string style
                   13394:          improvements & optimizations
                   13395: 
                   13396:        * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
                   13397:          :(]
                   13398: 
                   13399:        * src/main/untaint.C: removed redundant & in CORD_pos param passing
                   13400:          [for it's a pointer really]
                   13401: 
                   13402:        * src/main/untaint.C: CORD_pos_advance turned out to have limit on
                   13403:          'n' param. worked that around
                   13404: 
                   13405:        * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
                   13406:          Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
                   13407:          <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
                   13408:          April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
                   13409:          cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
                   13410: 
                   13411:          Thanks for the bug report and patch.
                   13412: 
                   13413:          I hadn't looked at this code in a while.  Reading it now, it
                   13414:          seems to me that the tests should also be ">= MAX_DEPTH" to
                   13415:          comply with the invariant, though that may not matter a lot.  I
                   13416:          changed that, too.
                   13417: 
                   13418:          Hans
                   13419: 
                   13420: 2003-04-07  paf
                   13421: 
                   13422:        * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
                   13423:          merged from head:safe mode error message now includes numbers
                   13424: 
                   13425:        * src/main/execute.C: n-th attempt to make a=a work with double.
                   13426:          problem: as_double returns it's result in fp-register compiler
                   13427:          optimizes access to that register after b->as_double, and just
                   13428:          compares ALREADY_STORED_VALUE with prev-calculated a->as_double
                   13429:          from memory.  _SAME_ double values do not match here.  when
                   13430:          forced to REload fp-register, values do match.
                   13431: 
                   13432:          tried to make them volatile.
                   13433: 
                   13434:        * src/main/execute.C: n-th attempt to make a=a work with double.
                   13435:          problem: as_double returns it's result in fp-register compiler
                   13436:          optimizes access to that register after b->as_double, and just
                   13437:          compares ALREADY_STORED_VALUE with prev-calculated a->as_double
                   13438:          from memory.  _SAME_ double values do not match here.  when
                   13439:          forced to REload fp-register, values do match.
                   13440: 
                   13441:          tried to make them volatile.
                   13442: 
                   13443:        * src/types/pa_vobject.h: small style change
                   13444: 
                   13445:        * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
                   13446: 
                   13447:        * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
                   13448:          mode error message now includes numbers
                   13449: 
                   13450:        * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
                   13451:          now causes death
                   13452: 
                   13453: 2003-04-04  paf
                   13454: 
                   13455:        * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
                   13456:          incorportated pa_exec patch by From: "Victor Fedoseev"
                   13457:          <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
                   13458:          Sent: Thursday, January 23, 2003 9:14 AM
                   13459: 
                   13460:          huge speedup on ^file::cgi with big result
                   13461: 
                   13462:        * src/classes/table.C: sort table with 0 rows bug fixed
                   13463: 
                   13464:        * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
                   13465:          fix http://i2/tasks/edit/?id=4493701604654042676
                   13466: 
                   13467:          @main[] $with_default[  $.a[1]  $._default[default from
                   13468:          with_default] ] ^show[$with_default]
                   13469: 
                   13470:          $to_add_to[     $.b[2] ] ^to_add_to.add[$with_default]
                   13471:          =$to_add_to.xxx=<br>
                   13472: 
                   13473:          ^show[$to_add_to]
                   13474: 
                   13475:          $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
                   13476:          ^show[$cloned]
                   13477: 
                   13478:          @show[hash] ^hash.foreach[k;v]{         $k = $v <br>
                   13479: 
                   13480:          }  <hr>
                   13481: 
                   13482:        * src/classes/hash.C: $hash._default showed in foreach & co bug fix
                   13483:          http://i2/tasks/edit/?id=4493701604654042676
                   13484: 
                   13485:          @main[] $with_default[  $.a[1]  $._default[default from
                   13486:          with_default] ] ^show[$with_default]
                   13487: 
                   13488:          $to_add_to[     $.b[2] ] ^to_add_to.add[$with_default]
                   13489:          =$to_add_to.xxx=<br>
                   13490: 
                   13491:          ^show[$to_add_to]
                   13492: 
                   13493:          $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
                   13494:          ^show[$cloned]
                   13495: 
                   13496:          @show[hash] ^hash.foreach[k;v]{         $k = $v <br>
                   13497: 
                   13498:          }  <hr>
                   13499: 
                   13500:        * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
                   13501:          http://i2/tasks/edit/?id=4507350336410850921
                   13502: 
                   13503:        * src/classes/xdoc.C: memory allocation func bugfix
                   13504:          http://i2/tasks/edit/?id=4499303470368629745
                   13505: 
                   13506:        * src/classes/math.C: allowed random 1...
                   13507: 
                   13508:        * src/classes/math.C: allowed random 0..
                   13509: 
                   13510:        * src/main/pa_globals.C: exif mem leak
                   13511:          http://i2/tasks/edit/?id=4480590323629807263
                   13512: 
                   13513:        * src/: classes/classes.dsp, main/main.dsp,
                   13514:          targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
                   13515:          fix http://i2/tasks/edit/?id=4493946731322521294
                   13516:          $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
                   13517: 
                   13518:        * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
                   13519:          lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
                   13520:          main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
                   13521:          links to xml libs made relative, no need to unpack parser3project
                   13522:          to /parser3project.
                   13523: 
                   13524:        * src/main/: compile.tab.C, compile.y, compile_tools.h: error
                   13525:          column more precise - tab handling bug fixed
                   13526: 
                   13527:        * src/main/: compile.tab.C, compile.y: more understandable error
                   13528:          message in case @CLASS with more then one line inside
                   13529: 
                   13530:        * src/targets/cgi/parser3.C: more understandable error message in
                   13531:          case of errors in @unhandled_exception
                   13532: 
                   13533: 2003-04-03  paf
                   13534: 
                   13535:        * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
                   13536:          src/main/compile.tab.C, src/main/compile.y,
                   13537:          src/main/compile_tools.C, src/main/compile_tools.h,
                   13538:          src/main/execute.C, src/main/pa_request.C: debug info format
                   13539:          simplified, now it's: OP_VALUE Operation::Origin << here value*
                   13540: 
                   13541:          higher limits:   file number (max: 255)   line number (max:
                   13542:          64535)   column number (max: 255)
                   13543: 
                   13544:        * src/classes/math.C: top limit
                   13545: 
                   13546:        * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
                   13547:          precise parse error position in case of
                   13548: 
                   13549:          ^bug ]
                   13550: 
                   13551:        * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
                   13552:          changed to realities, and passed [bug fixed]
                   13553: 
                   13554:        * src/: classes/op.C, include/pa_request.h, main/compile.C,
                   13555:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                   13556:          main/compile_tools.h, main/pa_request.C: introducing
                   13557:          ^process...[main-method-alias]
                   13558: 
                   13559:        * src/: classes/date.C, classes/image.C, classes/op.C,
                   13560:          classes/string.C, classes/table.C, classes/xdoc.C,
                   13561:          types/pa_vmethod_frame.h: MethodParams& now [methods without
                   13562:          params receive zero reference, but they are expected not to look
                   13563:          there]
                   13564: 
                   13565:        * operators.txt, src/classes/date.C, src/classes/double.C,
                   13566:          src/classes/file.C, src/classes/hash.C, src/classes/image.C,
                   13567:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   13568:          src/classes/memory.C, src/classes/op.C, src/classes/response.C,
                   13569:          src/classes/string.C, src/classes/table.C, src/classes/void.C,
                   13570:          src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
                   13571:          src/main/execute.C, src/types/pa_method.h: MethodParams& now
                   13572:          [methods without params receive zero reference, but they are
                   13573:          expected not to look there]
                   13574: 
                   13575:        * operators.txt, src/classes/op.C, src/include/pa_request.h,
                   13576:          src/main/pa_request.C, src/types/pa_vmethod_frame.h:
                   13577:          ^process...[filename] useful for better error reporting
                   13578:          [file/line/col]
                   13579: 
                   13580:        * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
                   13581:          types/pa_vstring.h: slightly improved error messages text: 1. is
                   13582:          '%s', it 2. method undefined in case of ^void[]
                   13583: 
                   13584:        * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
                   13585:          include/pa_types.h, main/execute.C, main/pa_request.C: exception
                   13586:          handling done. now we have error columns todo: test it
                   13587: 
                   13588:        * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
                   13589:          exception when ^try{    ^throw[a;1] }{    ^throw[b;2] }
                   13590: 
                   13591:          this makes life easier: were: bad stack order -- were in
                   13592:          exception catch unwind order, which didn't match execution order
                   13593: 
                   13594:          @main[] ^try{   ^first[] }{     ^throw[c;3] }
                   13595: 
                   13596:          @first[] ^throw[a;1]
                   13597: 
                   13598:          showed throw a first throw b try
                   13599: 
                   13600:          which is no good
                   13601: 
                   13602:        * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
                   13603:          main/compile.tab.C, main/execute.C, main/pa_request.C: strack
                   13604:          trace reset after handled exception [old bug fixed]
                   13605: 
                   13606:        * src/main/: compile.tab.C, compile.y: parse position old bug
                   13607:          fixed.  position reporting made precise [both, in parse erros and
                   13608:          runtime errors]
                   13609: 
                   13610: 2003-04-02  paf
                   13611: 
                   13612:        * src/: include/pa_operation.h, include/pa_request.h,
                   13613:          main/compile.C, main/compile.tab.C, main/compile.y,
                   13614:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   13615:          main/pa_exception.C, main/pa_request.C: debug info: started
                   13616:          using.  todo:complete
                   13617: 
                   13618:        * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
                   13619:          main/compile.C, main/compile.tab.C, main/compile.y,
                   13620:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   13621:          main/pa_request.C: prepared debug info todo:use it
                   13622: 
                   13623:        * src/include/pa_operation.h: strange mistake fixed: forgot to
                   13624:          return Operation class->union after switching from autoptrs.
                   13625: 
                   13626:        * tests/: Makefile, results/108.processed, results/117.processed:
                   13627:          meta considered OK [it's up to coder now to remove it not needed]
                   13628: 
                   13629:        * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
                   13630:          Dictionary constructor when moved to gc]
                   13631: 
                   13632:        * src/main/pa_common.C: uncommented http:// file loading
                   13633: 
                   13634:        * src/include/pa_array.h, src/main/execute.C,
                   13635:          src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
                   13636:          fix [gdGrowingBuf]
                   13637: 
                   13638:        * configure.in, src/lib/Makefile.am: removed patches
                   13639: 
                   13640:        * configure, src/include/pa_config_auto.h.in,
                   13641:          src/main/pa_charset.C: --enable-assertions autoconf-ed
                   13642: 
                   13643:        * src/main/pa_common.C: uncommented http:// file loading
                   13644: 
                   13645:        * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
                   13646:          xdoc::create/load
                   13647: 
                   13648:        * src/: classes/form.C, classes/hash.C, classes/image.C,
                   13649:          classes/string.C, classes/table.C, classes/void.C,
                   13650:          include/pa_common.h, main/pa_common.C, main/pa_request.C,
                   13651:          main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
                   13652:          String::String(str,helper_length) are checked.  found/fixed one
                   13653:          place: $request:body now zero-terminated,
                   13654: 
                   13655:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   13656:          main/compile_tools.C, main/execute.C, types/pa_value.h,
                   13657:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
                   13658:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
                   13659:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   13660:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
                   13661:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
                   13662:          types/pa_vxnode.h: more locally scoped vars in execute (more
                   13663:          easily optimizable)
                   13664: 
                   13665:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
                   13666:          for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
                   13667: 
                   13668:        * src/: include/pa_array.h, include/pa_stack.h,
                   13669:          include/pa_string.h, main/compile_tools.C, main/main.dsp,
                   13670:          main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
                   13671:          become assertion iterator in methodframe filler
                   13672: 
                   13673:        * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
                   13674:          targets/cgi/parser3.C: array::get/put inlined
                   13675: 
                   13676:        * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
                   13677:          gc_substitute_memory_management_functions +installed CORD_oom
                   13678:          function
                   13679: 
                   13680:        * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
                   13681:          src/include/pa_config_includes.h, src/include/pa_string.h,
                   13682:          src/lib/cord/cordbscs.c, src/main/pa_memory.C,
                   13683:          src/targets/cgi/parser3.C: converted debug hacks to ANSI
                   13684:          assertions started configure.in --enable-assertions
                   13685: 
                   13686: 2003-04-01  paf
                   13687: 
                   13688:        * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
                   13689:          main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
                   13690:          types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
                   13691:          gdome uses glib memory, and stores last pointer to xmlDoc there,
                   13692:          gc misses that and collects valid memory fixed by remembering
                   13693:          xmlDoc from dom object in xdoc.  todo: do something with
                   13694:          premature free of xdoc with xnodes/node values referring into it
                   13695: 
                   13696:        * src/classes/: mail.C: typo fix
                   13697: 
                   13698:        * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
                   13699:          changes
                   13700: 
                   13701:        * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
                   13702:          main/pa_memory.C: moved memory debugging to global level: to
                   13703:          pa_gc_malloc
                   13704: 
                   13705:        * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
                   13706:          debugging showed no errors. todo: debug parser memory
                   13707: 
                   13708:        * src/targets/cgi/: parser3.C, parser3.dsp: more build
                   13709:          configurations
                   13710: 
                   13711:        * src/: classes/classes.dsp, include/pa_config_fixed.h,
                   13712:          main/compile.tab.C, main/main.dsp, main/pa_globals.C,
                   13713:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   13714:          types/types.dsp: prepared xml-static configuration
                   13715: 
                   13716: 2003-03-31  paf
                   13717: 
                   13718:        * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
                   13719:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
                   13720:          xml lib memory debugging, simple checks failed: it seems that
                   13721:          library does realloc(bad ptr), and recording those ptrs in heap
                   13722:          [for debugging] was bad: heap situation changes = everything
                   13723:          works fine
                   13724: 
                   13725:        * src/: main/pa_charset.C, include/pa_charset.h: worked around
                   13726:          xmlRegisterCharEncodingHandler limitation [currently imposed
                   13727:          limit of 10 user-defined charsets]
                   13728: 
                   13729: 2003-03-28  paf
                   13730: 
                   13731:        * src/main/execute.C: execution stack copied to local register
                   13732:          variable, removed lots [~2e7) of memory accesses
                   13733: 
                   13734: 2003-03-27  paf
                   13735: 
                   13736:        * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
                   13737:          works in debug, but fails in release todo: fix that
                   13738: 
                   13739:        * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
                   13740:          targets/cgi/parser3.C: forgot to merge XML memory funcs
                   13741:          replacement from gc branch
                   13742: 
                   13743:        * src/main/pa_exec.C: introducing append_help_length [radical
                   13744:          improvement here]
                   13745: 
                   13746:        * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
                   13747:          'not recommened' in gc.h, on win32 noticed no difference]
                   13748: 
                   13749:        * src/include/pa_array.h: returned checked array get [were disabled
                   13750:          for debugging] result:not slower [don't understand that, it were
                   13751:          INLINED] todo: find out a way of inlining it!
                   13752: 
                   13753:        * src/: include/pa_string.h, lib/gc/include/gc.h,
                   13754:          lib/gc/include/gc_fake.h, main/compile.tab.C,
                   13755:          targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
                   13756:          convention changed: all resulting strings are zero-terminated
                   13757: 
                   13758:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   13759:          classes/string.C, classes/table.C, classes/void.C,
                   13760:          include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
                   13761:          lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
                   13762:          main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
                   13763:          main/pa_request.C, main/pa_string.C, main/pa_uue.C,
                   13764:          sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
                   13765:          types/pa_vfile.C, types/pa_vmail.C: introducing
                   13766:          append_help_length [radical improvement here]
                   13767: 
                   13768:        * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
                   13769:          include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
                   13770:          lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
                   13771:          targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
                   13772:          even slower
                   13773: 
                   13774:        * src/: classes/string.C, classes/table.C, include/pa_array.h,
                   13775:          include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
                   13776:          main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
                   13777:          clients of &get(): most to use non-ref version, some[in tight
                   13778:          places] to get_unchecked_ref
                   13779: 
                   13780:        * src/doc/memory.dox: forgot to add
                   13781: 
                   13782:        * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
                   13783:          include/pa_array.h, include/pa_request.h, include/pa_stack.h,
                   13784:          include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
                   13785:          lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
                   13786:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   13787:          main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
                   13788:          targets/cgi/parser3.dsp, types/pa_vmail.C,
                   13789:          types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
                   13790:          T>>&<< removed after Stack::pop wiping removed [moved to separate
                   13791:          func] other Array & removed
                   13792: 
                   13793: 2003-03-26  paf
                   13794: 
                   13795:        * src/: classes/classes.dsp, classes/file.C, classes/op.C,
                   13796:          classes/table.C, include/pa_array.h, include/pa_charset.h,
                   13797:          include/pa_stack.h, include/pa_string.h, include/pa_table.h,
                   13798:          lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
                   13799:          lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
                   13800:          main/main.dsp, main/pa_charset.C, main/pa_common.C,
                   13801:          main/pa_exec.C, main/pa_sql_driver_manager.C,
                   13802:          main/pa_stylesheet_manager.C, main/pa_table.C,
                   13803:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   13804:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   13805:          types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
                   13806:          pre-evaluated .count() in some places
                   13807: 
                   13808:        * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
                   13809:          lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
                   13810:          types/types.dsp: .dsp profiling updated
                   13811: 
                   13812:        * src/: classes/classes.dsp, lib/cord/cord.dsp,
                   13813:          lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
                   13814:          targets/cgi/parser3.dsp, types/types.dsp: started profiling
                   13815: 
                   13816:        * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
                   13817:          main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
                   13818:          targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
                   13819:          use lib/gc,lib/cord
                   13820: 
1.116     moko     13821:        * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
                   13822:          src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95      moko     13823:          src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
                   13824:          src/include/pa_config_includes.h, src/include/pa_request.h,
                   13825:          src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
                   13826:          src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.116     moko     13827:          src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95      moko     13828:          src/lib/cord/include/Makefile.am,
1.116     moko     13829:          src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
                   13830:          src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
                   13831:          src/targets/cgi/Makefile.am, src/types/Makefile.am,
                   13832:          src/types/pa_vclass.h, src/types/pa_vcookie.h,
                   13833:          src/types/pa_vform.h, src/types/pa_vhash.h,
                   13834:          src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
                   13835:          src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
                   13836:          src/types/pa_vstatus.C, src/types/pa_vstatus.h,
                   13837:          src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
                   13838:          funcs ported pa_exec
1.95      moko     13839: 
                   13840:        * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
                   13841: 
                   13842:        * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
                   13843:          bundled gc includes
                   13844: 
                   13845:        * src/: classes/op.C, include/pa_array.h,
                   13846:          include/pa_sql_connection.h, include/pa_string.h,
                   13847:          include/pa_version.h, main/compile.tab.C, main/compile.y,
                   13848:          main/execute.C, main/pa_common.C, main/pa_exception.C,
                   13849:          main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
                   13850:          targets/cgi/parser3.dsp: a number of bugfixes [while testing
                   13851:          first real site (aval)]
                   13852: 
                   13853: 2003-03-25  paf
                   13854: 
                   13855:        * operators.txt, src/main/pa_sql_driver_manager.C,
                   13856:          src/types/pa_vstatus.C: $status.memory used free since_compact
                   13857:          process
                   13858: 
                   13859:        * src/: include/pa_sql_connection.h, main/pa_globals.C,
                   13860:          main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
                   13861: 
                   13862:        * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
                   13863: 
                   13864:        * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
                   13865:          src/types/pa_value.h, src/types/pa_vfile.h,
                   13866:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   13867:          src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
                   13868:          tests/results/121.processed: untaint.C L_URI
                   13869: 
                   13870:        * operators.txt, src/classes/Makefile.am, src/classes/classes.dsp,
                   13871:          src/classes/op.C, src/main/pa_request.C, src/types/Makefile.am,
                   13872:          src/types/pa_venv.h, src/types/types.dsp, src/classes/memory.C,
                   13873:          src/types/pa_vmemory.h: ^memory:compact[]
                   13874: 
                   13875:        * tests/results/109.processed: it was a bug in parser. updated 109
                   13876:          test result
                   13877: 
                   13878:        * src/classes/xdoc.C, tests/Makefile: fixed transform params2
                   13879: 
                   13880:        * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
                   13881:          tests/results/107.processed: fixed dom language [values are now
                   13882:          considered tainted.  it was a bug in parser. updated 107 test
                   13883:          result
                   13884: 
                   13885:        * src/classes/xdoc.C: fixed transform params
                   13886: 
                   13887:        * src/: include/pa_stylesheet_manager.h,
                   13888:          main/pa_stylesheet_manager.C: fixed stylesheet caching
                   13889: 
                   13890:        * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
                   13891:          overloads for structure handling
                   13892: 
                   13893:        * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
                   13894:          include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
                   13895:          StringBody(0) ambiguilty, introducting static
                   13896:          StringBody::Format(int)
                   13897: 
                   13898:        * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
                   13899:          linked
                   13900: 
                   13901:        * src/types/pa_vxdoc.C: vxdoc compiled
                   13902: 
                   13903:        * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
                   13904:          types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
                   13905:          finalizers isntalled
                   13906: 
                   13907:        * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
                   13908:          doc/exception.dox, doc/index.dox, include/pa_charset.h,
                   13909:          include/pa_memory.h, include/pa_request.h, include/pa_string.h,
                   13910:          main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
                   13911:          compiled todo: xnode.C / finalizers
                   13912: 
                   13913:        * src/doc/string.dox: updated: new string internals
                   13914: 
                   13915: 2003-03-24  paf
                   13916: 
                   13917:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   13918:          include/pa_charset.h, include/pa_config_fixed.h,
                   13919:          include/pa_request.h, include/pa_stylesheet_connection.h,
                   13920:          include/pa_stylesheet_manager.h, main/pa_charset.C,
                   13921:          main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
                   13922:          main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
                   13923:          types/pa_vxnode.h: started XML
                   13924: 
                   13925:        * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
                   13926: 
                   13927:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   13928:          include/pa_string.h, main/pa_common.C,
                   13929:          main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
                   13930: 
                   13931:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   13932:          include/pa_memory.h, include/pa_string.h, main/pa_common.C,
                   13933:          main/pa_request.C, main/pa_sql_driver_manager.C,
                   13934:          types/pa_vimage.h: size_t pos everywhere checks changed to check
                   13935:          for eq STRING_NOT_FOUND
                   13936: 
                   13937:        * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
                   13938:          optimize bit implemented
                   13939: 
                   13940:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   13941:          String::ArrayFragment::append_positions fixed
                   13942: 
                   13943:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
                   13944:          String::this_starts fixed
                   13945: 
                   13946:        * src/main/pa_string.C, tests/Makefile: string::pos fixed
                   13947: 
                   13948:        * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
                   13949:          hashcode implemented fully, including per-char callback [it can
                   13950:          be - substr CORD node]
                   13951: 
                   13952:        * src/: include/pa_array.h, main/compile.tab.C: gif encoding
                   13953:          rewritten to rewalloc with 100byte buf ahead
                   13954: 
                   13955:        * src/classes/image.C, src/classes/op.C, src/classes/table.C,
                   13956:          src/include/pa_string.h, src/main/compile.tab.C,
                   13957:          src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
                   13958:          src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
                   13959:          CORD_ec [bad] would rewrite as realloc now
                   13960: 
                   13961:        * src/: classes/date.C, classes/file.C, classes/form.C,
                   13962:          classes/image.C, classes/math.C, classes/op.C, classes/table.C,
                   13963:          include/pa_cache_managers.h, include/pa_charsets.h,
                   13964:          include/pa_common.h, include/pa_request.h,
                   13965:          include/pa_sql_driver_manager.h, include/pa_table.h,
                   13966:          main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
                   13967:          main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
                   13968:          targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
                   13969:          types/pa_vmail.C, types/pa_vmethod_frame.C,
                   13970:          types/pa_vstateless_class.h: 2*2 worked :)
                   13971: 
                   13972:        * parser3.dsw, src/classes/date.C, src/classes/file.C,
                   13973:          src/include/pa_exec.h, src/include/pa_string.h,
                   13974:          src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
                   13975:          passed OK
                   13976: 
                   13977:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   13978:          types/pa_value.C: all linked todo: debug
                   13979: 
                   13980:        * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
                   13981:          types/pa_vstateless_class.C: all compiled.  todo:link
                   13982: 
                   13983:        * src/types/pa_wcontext.C: pa_wcontext.C compiled
                   13984: 
                   13985:        * src/types/pa_vtable.C: pa_vtable.C compiled
                   13986: 
                   13987:        * src/types/pa_vstring.C: pa_vstring.C compiled
                   13988: 
                   13989:        * src/types/pa_vstatus.C: pa_vstatus.C compiled
                   13990: 
                   13991:        * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
                   13992:          pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
                   13993:          pa_vstateless_class.C, pa_vstateless_class.h:
                   13994:          pa_vstateless_class.C compiled
                   13995: 
                   13996:        * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
                   13997:          types/pa_vmath.C: pa_vmail.C compiled
                   13998: 
                   13999:        * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
                   14000: 
                   14001:        * src/types/pa_vform.C: pa_vform.C compiled
                   14002: 
                   14003:        * src/types/pa_vfile.C: pa_vfile.C compiled
                   14004: 
                   14005:        * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
                   14006:          pa_vstateless_class.C: pa_vcookie.C compiled
                   14007: 
                   14008:        * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
                   14009:          types/pa_vhash.h: pa_value.C compiled
                   14010: 
                   14011:        * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
                   14012:          classes.lib main.lib compiled
                   14013: 
                   14014:        * src/classes/void.C: void.C compiled
                   14015: 
                   14016:        * src/: classes/string.C, classes/table.C, include/pa_string.h,
                   14017:          main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
                   14018:          compiled
                   14019: 
                   14020:        * src/: classes/string.C, include/pa_request.h,
                   14021:          include/pa_string.h, main/pa_string.C: string.C compiled
                   14022: 
                   14023:        * src/: classes/op.C, classes/string.C, classes/table.C,
                   14024:          classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
                   14025:          main/pa_request.C, main/pa_string.C: op.C compiled
                   14026: 
                   14027:        * src/classes/: math.C, op.C: math.C compiled
                   14028: 
                   14029:        * src/: classes/mail.C, classes/string.C, classes/table.C,
                   14030:          types/pa_vmail.h: mail.C compiled
                   14031: 
                   14032:        * src/classes/: int.C, table.C: int.C compiled
                   14033: 
                   14034:        * src/: classes/hash.C, classes/image.C, classes/string.C,
                   14035:          classes/table.C, include/pa_memory.h, include/pa_string.h,
                   14036:          main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
                   14037:          compiled
                   14038: 
                   14039:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   14040:          classes/void.C, classes/xdoc.C, include/pa_request.h,
                   14041:          include/pa_sql_connection.h: hash.C compiled
                   14042: 
                   14043:        * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
                   14044:          classes/date.C, classes/double.C, classes/file.C, classes/form.C,
                   14045:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   14046:          classes/math.C, classes/op.C, classes/response.C,
                   14047:          classes/string.C, classes/table.C, classes/void.C,
                   14048:          classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
                   14049:          include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
                   14050:          main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
                   14051:          file.C table.C compiled
                   14052: 
                   14053:        * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
                   14054:          main/untaint.C: main.lib compiled
                   14055: 
                   14056: 2003-03-21  paf
                   14057: 
                   14058:        * src/: classes/op.C, include/pa_cache_managers.h,
                   14059:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   14060:          include/pa_stylesheet_manager.h, main/pa_exception.C,
                   14061:          main/pa_globals.C, main/pa_sql_driver_manager.C,
                   14062:          sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
                   14063:          compiled
                   14064: 
                   14065:        * src/: classes/hash.C, classes/image.C, classes/op.C,
                   14066:          classes/xdoc.C, classes/xnode.C, include/pa_common.h,
                   14067:          include/pa_hash.h, include/pa_request.h, include/pa_string.h,
                   14068:          main/compile.C, main/pa_common.C, main/pa_request.C,
                   14069:          types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
                   14070:          pa_request.C compiled
                   14071: 
                   14072:        * src/: classes/hash.C, classes/mail.C, classes/op.C,
                   14073:          include/pa_request.h, main/execute.C, main/pa_request.C,
                   14074:          types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
                   14075:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
                   14076:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   14077:          types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
                   14078:          compiled
                   14079: 
                   14080:        * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
                   14081:          main/pa_string.C: pa_exec.C compiled [win32 only for now]  todo:
                   14082:          on unix
                   14083: 
                   14084:        * src/: include/pa_charset.h, include/pa_charsets.h,
                   14085:          include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
                   14086:          main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
                   14087:          pa_charsets.C compiled
                   14088: 
                   14089:        * src/: classes/image.C, classes/mail.C, classes/op.C,
                   14090:          include/pa_request.h, include/pa_string.h, main/compile.tab.C,
                   14091:          main/compile.y, main/execute.C, main/pa_common.C,
                   14092:          main/pa_request.C, types/pa_junction.h, types/pa_method.h,
                   14093:          types/pa_vcode_frame.h, types/pa_vimage.h,
                   14094:          types/pa_vmethod_frame.h: execute.C compiled
                   14095: 
                   14096:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   14097:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   14098:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   14099:          classes/op.C, classes/string.C, classes/table.C, classes/void.C,
                   14100:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   14101:          include/pa_cache_managers.h, include/pa_charsets.h,
                   14102:          include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
                   14103:          include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
                   14104:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   14105:          include/pa_stylesheet_connection.h,
                   14106:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   14107:          main/compile.C, main/compile.tab.C, main/compile.y,
                   14108:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   14109:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   14110:          main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
                   14111:          main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
                   14112:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   14113:          types/pa_junction.h, types/pa_method.h, types/pa_value.C,
                   14114:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                   14115:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   14116:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   14117:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   14118:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   14119:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   14120:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
                   14121:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
                   14122:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   14123:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   14124:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   14125:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   14126:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   14127:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   14128:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   14129:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   14130:          types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
                   14131:          [C++ CORD wrapper]
                   14132: 
                   14133:        * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
                   14134: 
                   14135:        * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
                   14136:          $file::exec/cgi[script;    $.charset[this is script's charset]
                   14137: 
                   14138:          command line, env values, input got transcoded before call
                   14139:          stdout, stderr got transcoded after call
                   14140: 
                   14141:        * src/classes/file.C: ^file::exec/cgi now does not pass post data
                   14142:          by default.  use: ^file::exec[...;$.stdin[$request.body]
                   14143: 
                   14144:        * src/main/pa_common.C: } typo bug fix
                   14145: 
                   14146:        * src/main/pa_common.C: } typo bug fix
                   14147: 
                   14148: 2003-03-20  paf
                   14149: 
                   14150:        * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
                   14151:          main/untaint.C: cord bug fix, but still errors todo: clear out
                   14152: 
                   14153:        * src/include/pa_string.h: more tests
                   14154: 
                   14155:        * src/main/pa_string.C: string.pos fixed
                   14156: 
1.116     moko     14157:        * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
                   14158:          ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
                   14159:          pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
                   14160:          pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
                   14161:          replaces
1.95      moko     14162: 
                   14163:        * src/: classes/image.C, include/pa_dictionary.h,
                   14164:          include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
                   14165:          lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
                   14166:          main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
                   14167:          main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
                   14168: 
                   14169:        * src/include/pa_string.h: warning
                   14170: 
                   14171:        * src/include/pa_string.h: this_starts fixed
                   14172: 
                   14173:        * src/: include/pa_string.h, main/pa_string.C: added: assertion on
                   14174:          new String ctor & append params convention
                   14175: 
                   14176:        * src/: classes/file.C, classes/hash.C, classes/image.C,
                   14177:          classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
                   14178:          classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
                   14179:          include/pa_string.h, main/compile.tab.C, main/pa_common.C,
                   14180:          main/pa_exception.C, main/pa_exec.C,
                   14181:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   14182:          main/pa_stylesheet_manager.C, main/untaint.C,
                   14183:          targets/isapi/parser3isapi.C, types/pa_vimage.C,
                   14184:          types/pa_vmail.C: more tests OK
                   14185: 
                   14186:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
                   14187:          include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
                   14188:          gc/exit runned OK
                   14189: 
                   14190:        * src/types/pa_vmail.C: another naming problem: should not name
                   14191:          vars like that: unpredictable close caused problems with later
                   14192:          sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
                   14193:          descriptors missing on startup: stdin; Bad file number
                   14194: 
                   14195:          todo: find out why so many filters(stream) here. probably wrong?
                   14196: 
                   14197:        * src/: include/pa_dictionary.h, include/pa_string.h,
                   14198:          main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
                   14199:          main/untaint.C: test compiled
                   14200: 
                   14201:        * src/: classes/image.C, classes/mail.C, classes/math.C,
                   14202:          classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
                   14203:          include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
                   14204:          lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
                   14205:          lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
                   14206:          lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
                   14207:          main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
                   14208:          main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
                   14209:          main/pa_string.C, main/untaint.C, types/pa_vfile.h,
                   14210:          types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
                   14211: 
                   14212:        * parser3.dsw, src/classes/file.C, src/classes/image.C,
                   14213:          src/classes/op.C, src/classes/string.C, src/classes/table.C,
                   14214:          src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
                   14215:          src/include/pa_memory.h, src/include/pa_request.h,
                   14216:          src/include/pa_request_charsets.h,
                   14217:          src/include/pa_sql_connection.h, src/include/pa_string.h,
                   14218:          src/main/compile.tab.C, src/main/execute.C,
                   14219:          src/main/pa_charset.C, src/main/pa_common.C,
                   14220:          src/main/pa_exception.C, src/main/pa_exec.C,
                   14221:          src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
                   14222:          src/main/pa_stylesheet_manager.C, src/main/untaint.C,
                   14223:          src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
                   14224:          src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
                   14225:          src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
                   14226:          src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
                   14227:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   14228:          src/types/pa_vobject.C, src/types/pa_vresponse.C,
                   14229:          src/types/pa_vstatus.C, src/types/pa_vstring.C,
                   14230:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   14231:          src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
                   14232:          pa_common.C [done, without http for now]
                   14233: 
                   14234: 2003-03-19  paf
                   14235: 
                   14236:        * src/: classes/date.C, classes/form.C, classes/hash.C,
                   14237:          classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
                   14238:          classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
                   14239:          include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
                   14240:          include/pa_string.h, include/pa_table.h, main/compile.C,
                   14241:          main/compile_tools.C, main/execute.C, main/pa_charset.C,
                   14242:          main/pa_common.C, main/pa_exception.C, main/pa_request.C,
                   14243:          main/pa_socks.C, main/pa_string.C, main/pa_table.C,
                   14244:          main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   14245:          types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
                   14246:          types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
                   14247:          types/pa_vstateless_class.h, types/pa_vtable.C,
                   14248:          types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
                   14249:          types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   14250:          types/pa_wwrapper.h: started test
                   14251: 
1.116     moko     14252:        * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
                   14253:          pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95      moko     14254: 
                   14255:        * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
                   14256:          include/pa_string.h, main/pa_string.C: string compiled todo: test
                   14257:          it
                   14258: 
                   14259:        * src/: classes/classes.dsp, classes/string.C, classes/table.C,
                   14260:          include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
                   14261:          include/pa_exception.h, include/pa_string.h, include/pa_table.h,
                   14262:          lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
                   14263:          main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
                   14264:          types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
                   14265:          types/pa_vmethod_frame.h, types/types.dsp: string
                   14266:          reimplementation with cord+array<fragment>: 70%
                   14267: 
                   14268: 2003-03-18  paf
                   14269: 
                   14270:        * src/: classes/date.C, classes/file.C, classes/form.C,
                   14271:          classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
                   14272:          classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
                   14273:          classes/xnode.C, include/pa_hash.h, include/pa_string.h,
                   14274:          main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
                   14275:          can ignore lang in cmp and pos really,             but would
                   14276:          split properly!
                   14277: 
                   14278:        * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
                   14279:          cord part made parser/src/lib: it's not compiled into libgc by
                   14280:          default
                   14281: 
                   14282:        * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
                   14283:          src/classes/date.C, src/classes/double.C, src/classes/file.C,
                   14284:          src/classes/form.C, src/classes/hash.C, src/classes/image.C,
                   14285:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   14286:          src/classes/op.C, src/classes/response.C, src/classes/string.C,
                   14287:          src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
                   14288:          src/classes/xnode.C, src/classes/xnode.h,
                   14289:          src/include/Makefile.am, src/include/pa_cache_managers.h,
                   14290:          src/include/pa_charset.h, src/include/pa_charsets.h,
                   14291:          src/include/pa_common.h, src/include/pa_dictionary.h,
                   14292:          src/include/pa_exception.h, src/include/pa_exec.h,
                   14293:          src/include/pa_globals.h, src/include/pa_hash.h,
                   14294:          src/include/pa_memory.h, src/include/pa_pool.h,
                   14295:          src/include/pa_request.h, src/include/pa_request_charsets.h,
                   14296:          src/include/pa_sapi.h, src/include/pa_sql_connection.h,
                   14297:          src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
                   14298:          src/include/pa_stylesheet_connection.h,
                   14299:          src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
                   14300:          src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
                   14301:          src/main/compile.C, src/main/compile.tab.C,
                   14302:          src/main/compile_tools.C, src/main/compile_tools.h,
                   14303:          src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
                   14304:          src/main/pa_charsets.C, src/main/pa_common.C,
                   14305:          src/main/pa_dictionary.C, src/main/pa_exception.C,
                   14306:          src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
                   14307:          src/main/pa_pool.C, src/main/pa_request.C,
                   14308:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   14309:          src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
                   14310:          src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
                   14311:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
                   14312:          src/types/pa_junction.h, src/types/pa_method.h,
                   14313:          src/types/pa_value.C, src/types/pa_value.h,
                   14314:          src/types/pa_vclass.C, src/types/pa_vclass.h,
                   14315:          src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
                   14316:          src/types/pa_vcookie.h, src/types/pa_vdate.h,
                   14317:          src/types/pa_vdouble.h, src/types/pa_venv.h,
                   14318:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
                   14319:          src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
                   14320:          src/types/pa_vimage.C, src/types/pa_vimage.h,
                   14321:          src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
                   14322:          src/types/pa_vmath.C, src/types/pa_vmath.h,
                   14323:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   14324:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   14325:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
                   14326:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   14327:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
                   14328:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
                   14329:          src/types/pa_vstatus.h, src/types/pa_vstring.C,
                   14330:          src/types/pa_vstring.h, src/types/pa_vtable.C,
                   14331:          src/types/pa_vtable.h, src/types/pa_vvoid.h,
                   14332:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   14333:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   14334:          src/types/pa_wcontext.C, src/types/pa_wcontext.h,
                   14335:          src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
                   14336:          gc: PA_Object done lots of replacements also
                   14337: 
                   14338:        * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
                   14339:          gc logging
                   14340: 
                   14341: 2003-03-17  paf
                   14342: 
                   14343:        * src/: classes/date.C, classes/file.C, classes/form.C,
                   14344:          classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
                   14345:          classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
                   14346:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   14347:          include/pa_string.h, include/pa_types.h, main/compile.C,
                   14348:          main/compile.tab.C, main/execute.C, main/pa_charset.C,
                   14349:          main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
                   14350:          main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
                   14351:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   14352:          main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
                   14353:          targets/cgi/pa_pool.C, targets/cgi/parser3.C,
                   14354:          targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
                   14355:          types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
                   14356:          types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
                   14357:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   14358:          types/pa_vxnode.h: libgc attempt
                   14359: 
                   14360: 2003-03-13  paf
                   14361: 
                   14362:        * src/: include/pa_sql_driver_manager.h,
                   14363:          main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
                   14364:          called
                   14365: 
                   14366:        * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
                   14367:          lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
                   14368:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
                   14369:          types/pa_value.h, types/pa_vobject.h,
                   14370:          types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
                   14371:          set_base, set_derived simplified [counter leaks fixed]
                   14372: 
                   14373:        * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
                   14374:          src/types/types.dsp: incorporated status class patch From:
                   14375:          "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
                   14376:          2003 8:14 AM
                   14377: 
                   14378:          now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
                   14379:          Win32 specific: QuotaPeakNonPagedPoolUsage
                   14380:          QuotaPeakPagedPoolUsage PeakPagefileUsage]
                   14381: 
                   14382: 2003-03-12  paf
                   14383: 
1.116     moko     14384:        * configure, configure.in, src/lib/ltdl/configure,
                   14385:          src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95      moko     14386:          lib/ltdl/Makefile now created by /configure.in only [were by
                   14387:          lib/ltdl/configure.in OVERWRITE]
                   14388: 
1.116     moko     14389:        * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
                   14390:          linkage fixed for g++ 3.2.2
1.95      moko     14391: 
                   14392:        * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
                   14393:          on using privately declared class [fixed]
                   14394: 
                   14395:        * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
                   14396:          3.2 rightliy complained on using privately declared class [fixed]
                   14397: 
                   14398:        * src/targets/cgi/parser3.C: 1. more detailed log on signals.  2.
                   14399:          sigpipe before request constructor now causes death
                   14400: 
                   14401:        * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
                   14402:          targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
                   14403:          not cause exception in exception handler
                   14404: 
1.116     moko     14405:        * configure, configure.in, src/targets/cgi/Makefile.am: configure
                   14406:          now default links libstdc++ statically.  that can be overriden by
                   14407:          --with-dynamic-stdcpp
1.95      moko     14408: 
                   14409: 2003-03-11  paf
                   14410: 
                   14411:        * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
                   14412:          types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
                   14413:          necessity of libstdc++
                   14414: 
                   14415:        * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
                   14416: 
                   14417:        * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
                   14418: 
                   14419: 2003-03-08  paf
                   14420: 
                   14421:        * tests/Makefile: make install & co
                   14422: 
                   14423:        * src/: include/pa_request.h, classes/op.C: removing
                   14424:          vclass,object.h -> pa_request.h dependency
                   14425: 
                   14426:        * src/: classes/mail.C, classes/response.C, include/pa_request.h,
                   14427:          main/pa_request.C: removing vform,response,cookie.h ->
                   14428:          pa_request.h dependency
                   14429: 
                   14430:        * src/include/pa_request.h: removing vmail.h -> pa_request.h
                   14431:          dependency [testing...]
                   14432: 
                   14433:        * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
                   14434:          return 0; fixed
                   14435: 
                   14436:        * src/: include/pa_config_fixed.h, types/pa_vmail.C,
                   14437:          types/pa_vmail.h: vmail.C received just compiled [not tested]
                   14438: 
                   14439:        * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
                   14440: 
                   14441:        * src/main/pa_request.C: forgotten: ifdef XML
                   14442: 
                   14443:        * src/main/pa_request.C: forgotten: ifdef XML
                   14444: 
                   14445:        * src/targets/cgi/parser3.C: todo: move to latest xml version on
                   14446:          win32 and run memleak tests again
                   14447: 
                   14448:        * src/targets/cgi/parser3.C: charsets: see some strange things with
                   14449:          old xml lib-- it's internal memory handling has faults
                   14450: 
                   14451:        * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
                   14452:          problems when transcode from charset A to A.
                   14453: 
                   14454:        * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
                   14455:          todo: still problems when transcode from charset A to A.
                   14456: 
                   14457:        * src/: classes/hash.C, classes/mail.C, classes/string.C,
                   14458:          classes/table.C, include/pa_array.h,
                   14459:          main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
                   14460:          started full-scale-site-test [~ http://parser.ru sources]
                   14461: 
                   14462:          some fixes
                   14463: 
                   14464:        * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
                   14465:          111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
                   14466:          117.html, 118.html, 119.html, 120.html, results/109.processed,
                   14467:          results/110.processed, results/111.processed,
                   14468:          results/112.processed, results/113.processed,
                   14469:          results/114.processed, results/115.processed,
                   14470:          results/116.processed, results/117.processed,
                   14471:          results/118.processed, results/119.processed,
                   14472:          results/120.processed: xml: tests 109 dom create/show 110 xpath
                   14473:          selectSingle 111 xdoc.create from tainted & 112
                   14474:          xdoc.create/output with russian attr value 113 xpath
                   14475:          selectString/Number 114 dom attributes.count 115 xpath selectBool
                   14476:          116 output media-type change 117 transform by dom stylesheet 118
                   14477:          empty transform result 119 dom setAttribute 120 nbsp letter
                   14478:          output
                   14479: 
                   14480:          =END OF PREPARED XML TESTS=
                   14481: 
                   14482: 2003-03-07  paf
                   14483: 
                   14484:        * src/classes/xdoc.C, src/include/pa_charset.h,
                   14485:          src/include/pa_stylesheet_connection.h, tests/108.html,
                   14486:          tests/108.xsl, tests/results/108.processed: xml: test 108
                   14487:          transform with params [bugs fixed]
                   14488: 
                   14489:        * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
                   14490:          from copy/paste bug
                   14491: 
                   14492:        * src/classes/xdoc.C, src/include/pa_charset.h,
                   14493:          src/include/pa_request.h, src/main/execute.C,
                   14494:          src/main/pa_charset.C, src/main/pa_exception.C,
                   14495:          src/main/pa_globals.C, src/main/pa_request.C,
                   14496:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   14497:          src/types/pa_vxnode.C, tests/107.html,
                   14498:          tests/results/107.processed: xml: test: 107 bug fixes
                   14499: 
                   14500:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   14501:          types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   14502:          types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
                   14503: 
                   14504:        * tests/: 106.html, results/106.processed: test: 106 xdoc create,
                   14505:          string
                   14506: 
                   14507:        * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
                   14508:          mem alloc functions used for different cases [libxml, libxsl]
                   14509: 
                   14510:        * src/classes/classes.C: fixed: prevent system classes from
                   14511:          modification to lock ALL the classes, not only directly used
                   14512: 
                   14513:        * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
                   14514:          linked
                   14515: 
                   14516:        * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
                   14517: 
                   14518: 2003-03-06  paf
                   14519: 
                   14520:        * src/classes/xdoc.C: xdoc.C 50%
                   14521: 
                   14522:        * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
                   14523:          include/pa_memory.h, include/pa_request.h, include/pa_string.h,
                   14524:          main/pa_globals.C, main/pa_request.C,
                   14525:          main/pa_stylesheet_manager.C: xnode.C compiled
                   14526: 
                   14527:        * src/: include/pa_stylesheet_connection.h,
                   14528:          include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
                   14529:          main/pa_stylesheet_manager.C: xml: stylesheet&manager done
                   14530: 
                   14531:        * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
                   14532:          include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
                   14533:          xml: stylesheet&manager STARTED
                   14534: 
                   14535:        * src/: include/pa_globals.h, main/pa_charset.C,
                   14536:          main/pa_exception.C, main/pa_globals.C: xml: exceptions
                   14537: 
                   14538:        * src/: include/pa_charset.h, include/pa_config_fixed.h,
                   14539:          include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
                   14540:          main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
                   14541:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
                   14542:          charsets
                   14543: 
                   14544:        * tests/023.html: in some cases it rounded up badly. postponing
                   14545:          solution of that problem, making more simple test
                   14546: 
                   14547:        * tests/: 058_paf2000.png, results/058.processed: .png added with
                   14548:          -kb now
                   14549: 
                   14550:        * src/: include/pa_charset.h, include/pa_charsets.h,
                   14551:          main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
                   14552:          moved to charsets.C
                   14553: 
                   14554: 2003-03-05  paf
                   14555: 
                   14556:        * src/classes/string.C, src/include/pa_string.h,
                   14557:          src/main/pa_string.C, tests/105.html,
                   14558:          tests/results/105.processed: String::match bug fixed
                   14559: 
                   14560:        * src/classes/op.C, src/main/main.dsp, tests/104.html,
                   14561:          tests/results/104.processed: ^bpt operator added [does int3 in
                   14562:          debug build on win32]
                   14563: 
                   14564:        * tests/: 057.html, results/057.processed: test bug fixed
                   14565: 
1.116     moko     14566:        * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95      moko     14567: 
                   14568:        * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
                   14569:          missing
                   14570: 
1.116     moko     14571:        * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
                   14572:          forgotten files added to Makes
1.95      moko     14573: 
                   14574:        * ltmain.sh: ltmain.sh added
                   14575: 
                   14576:        * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
                   14577:          change undone ;(
                   14578: 
                   14579:        * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
                   14580:          made static
                   14581: 
                   14582:        * src/: classes/math.C, classes/op.C, classes/string.C,
1.116     moko     14583:          main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
                   14584:          todo:make linker happy
1.95      moko     14585: 
                   14586:        * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
                   14587:          env param made optional
                   14588: 
                   14589: 2003-03-04  paf
                   14590: 
                   14591:        * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
                   14592:          types/pa_vimage.h: number of gcc compiler bugs fixed
                   14593: 
                   14594:        * tests/: 103.html, 103mark.gif, 103paf2001.gif,
                   14595:          results/103.processed: tests: 103 image.copy transparence test
                   14596: 
                   14597:        * src/main/execute.C, tests/101.html, tests/102.html,
                   14598:          tests/results/101.processed, tests/results/102.processed: tests:
                   14599:          101 method/variable name conflict test 102 form fields change
                   14600:          should not not change anything [bug fix]
                   14601: 
                   14602:        * tests/: 057.html, 099.html, 100.html, results/057.processed,
                   14603:          results/099.processed, results/100.processed: tests: 57 date
                   14604:          create 2002: added 99,100 response:body/download
                   14605: 
                   14606:        * src/classes/image.C, tests/098.html, tests/098font.gif,
                   14607:          tests/results/098.processed: test: 98 image font text [bug fixed]
                   14608: 
                   14609:        * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
                   14610:          tests/results/097.processed: test: 97 file::load http://  [bugs
                   14611:          fixed]
                   14612: 
                   14613:        * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
                   14614:          src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
                   14615:          tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
                   14616:          image EXIF  [bug fixed]
                   14617: 
                   14618:        * src/classes/table.C, src/main/execute.C, tests/061.dat,
                   14619:          tests/061.html, tests/062.html, tests/063.html, tests/064.html,
                   14620:          tests/065.html, tests/066.html, tests/067.html, tests/068.html,
                   14621:          tests/069.html, tests/070.html, tests/071.html, tests/072.html,
                   14622:          tests/073.html, tests/074.html, tests/075.html, tests/076.html,
                   14623:          tests/077.html, tests/078.html, tests/080.html, tests/081.html,
                   14624:          tests/082.html, tests/083.html, tests/084.html, tests/085.html,
                   14625:          tests/086.html, tests/087.html, tests/088.html, tests/089.html,
                   14626:          tests/090.html, tests/091.html, tests/092.html, tests/093.html,
                   14627:          tests/094.html, tests/095.html, tests/results/061.processed,
                   14628:          tests/results/062.processed, tests/results/063.processed,
                   14629:          tests/results/064.processed, tests/results/065.processed,
                   14630:          tests/results/066.processed, tests/results/067.processed,
                   14631:          tests/results/068.processed, tests/results/069.processed,
                   14632:          tests/results/070.processed, tests/results/071.processed,
                   14633:          tests/results/072.processed, tests/results/073.processed,
                   14634:          tests/results/074.processed, tests/results/075.processed,
                   14635:          tests/results/076.processed, tests/results/077.processed,
                   14636:          tests/results/078.processed, tests/results/080.processed,
                   14637:          tests/results/081.processed, tests/results/082.processed,
                   14638:          tests/results/083.processed, tests/results/084.processed,
                   14639:          tests/results/085.processed, tests/results/086.processed,
                   14640:          tests/results/087.processed, tests/results/088.processed,
                   14641:          tests/results/089.processed, tests/results/090.processed,
                   14642:          tests/results/091.processed, tests/results/092.processed,
                   14643:          tests/results/093.processed, tests/results/094.processed,
                   14644:          tests/results/095.processed, tests/079.html,
                   14645:          tests/results/079.processed: tests: 61 file::stat size 62
                   14646:          string->int autoconvert 63 double .int,dec,div,mul 64 date
                   14647:          compare 65 file: basename,justname,justext 66 math:crypt 67
                   14648:          string.match simple on long 68 string.match normalized simple on
                   14649:          long 69 string.int 70 file::stat content-type 71 table.join 72
                   14650:          hash parameter conditional pass 73 date daylightsaving,yearday 74
                   14651:          date arithmetics 75 response date values/attributes 76 string.pos
                   14652:          of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
                   14653:          with local 80 scientific numeric literal in string autoconvert 81
                   14654:          xor: logical and numerical 82 for delims 83 menu delims 84
                   14655:          table.hash distinct 85 long string  replace 86 throw+catch
                   14656:          current language preserve 87 bit shifts 88 junction tests +
                   14657:          $caller test 89 hash.foreach selfmodification 90 int/void to int
                   14658:          91 $caller test 92 junction is + def junction tests 93 $caller
                   14659:          test 94 syntax test 95 table.hash(keygenerator)  [bug fixed]
                   14660: 
                   14661:        * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
                   14662:          fixed] 60 string eq string [bug fixed]
                   14663: 
                   14664:        * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
                   14665:          058.html, 058_paf2000.png, 059.html, 060.html,
                   14666:          results/053.processed, results/054.processed,
                   14667:          results/055.processed, results/056.processed,
                   14668:          results/057.processed, results/058.processed,
                   14669:          results/059.processed, results/060.processed: test: 53
                   14670:          string.replace 54 junctions 55 table.hash 56 call indirect 57
                   14671:          date.create[string] 58 image.measure[png]
                   14672: 
                   14673:        * tests/: 052.html, outputs/049.processed, outputs/050.processed,
                   14674:          outputs/051.processed, results/052.processed: test: 52
                   14675:          pre/match/post test: passed AS-IT-WERE, but wrong :) separate
                   14676:          task: fix that
                   14677: 
                   14678: 2003-03-03  paf
                   14679: 
                   14680:        * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
                   14681:          048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
                   14682:          parser-cygwin.sh, parser-unix.sh, run_parser.sh,
                   14683:          outputs/049.processed, outputs/050.processed,
                   14684:          outputs/051.processed, results/001.processed,
                   14685:          results/002.processed, results/003.processed,
                   14686:          results/005.processed, results/006.processed,
                   14687:          results/008.processed, results/009.processed,
                   14688:          results/011.processed, results/012.processed,
                   14689:          results/013.processed, results/014.processed,
                   14690:          results/015.processed, results/016.processed,
                   14691:          results/017.processed, results/020.processed,
                   14692:          results/021.processed, results/022.processed,
                   14693:          results/024.processed, results/025.processed,
                   14694:          results/026.processed, results/027.processed,
                   14695:          results/028.processed, results/029.processed,
                   14696:          results/030.processed, results/031.processed,
                   14697:          results/049.processed, results/050.processed,
                   14698:          results/051.processed, results/043.processed,
                   14699:          results/044.processed, results/045.processed,
                   14700:          results/046.processed, results/047.processed,
                   14701:          results/048.processed: tests: 43,44,45 date rolls 46
                   14702:          autoevaluating junction 47 table.select 48 name with subvar 49
                   14703:          hash-creating switch 50 process 51 started parent/child, works as
                   14704:          it were but it were NOT GOOD, created separate task  to fix that
                   14705: 
                   14706:        * tests/: 042.html, results/042.processed: test: 42
                   14707:          exception.handled
                   14708: 
                   14709:        * tests/: 041.html, results/041.processed: test: 41 table.locate by
                   14710:          expression
                   14711: 
                   14712:        * tests/: 040.html, results/040.processed: test: 39 method result
                   14713:          of type table 40 method param junction auto evaluate
                   14714: 
                   14715:        * tests/: 039.html, results/039.processed: test: 37 method result
                   14716:          of type table
                   14717: 
                   14718:        * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
                   14719:          tests/034.html, tests/035.html, tests/036.html, tests/037.html,
                   14720:          tests/038.html, tests/results/033.processed,
                   14721:          tests/results/034.processed, tests/results/035.processed,
                   14722:          tests/results/036.processed, tests/results/037.processed,
                   14723:          tests/results/038.processed: tests: 33 string.replace 34
                   14724:          string.upper 35 table created 36 local/global vars with juntions
                   14725:          37 table clone 38 math PI & number formatting
                   14726: 
                   14727:          math class registring typo fixed
                   14728: 
                   14729:        * src/classes/op.C, src/include/pa_request.h,
                   14730:          src/include/pa_string.h, src/main/execute.C,
                   14731:          src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
                   14732:          src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
                   14733:          tests/032.html, tests/results/032.processed: uchar changed to
                   14734:          String_UL in all places [was not everywhere] untaint test: 032
                   14735: 
                   14736:        * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
                   14737:          tests/results/004.processed, tests/parser-cygwin.sh,
                   14738:          tests/parser-unix.sh: removed -H command line key, now testing
                   14739:          using .sh file with SERVER_SOFTWARE=xxx
                   14740: 
                   14741: 2003-02-26  paf
                   14742: 
                   14743:        * src/main/execute.C, src/types/pa_vstateless_class.h,
                   14744:          tests/024.html, tests/025.html, tests/026.html, tests/027.html,
                   14745:          tests/028.html, tests/029.html, tests/030.html, tests/031.html,
                   14746:          tests/results/024.processed, tests/results/025.processed,
                   14747:          tests/results/026.processed, tests/results/027.processed,
                   14748:          tests/results/028.processed, tests/results/029.processed,
                   14749:          tests/results/030.processed, tests/results/031.processed: fixed
                   14750:          bug with name_cstr mutable CharPtr more tests
                   14751: 
                   14752:        * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
                   14753:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
                   14754:          << abort.  die now just exits
                   14755: 
                   14756:        * src/classes/classes.awk, src/classes/classes.h,
                   14757:          src/classes/date.C, src/classes/double.C, src/classes/file.C,
                   14758:          src/classes/form.C, src/classes/hash.C, src/classes/image.C,
                   14759:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   14760:          src/classes/op.C, src/classes/response.C, src/classes/string.C,
                   14761:          src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
                   14762:          src/classes/xnode.C, src/include/pa_memory.h,
                   14763:          src/include/pa_sapi.h, src/targets/cgi/parser3.C,
                   14764:          src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
                   14765:          src/types/pa_vform.C, tests/015.html, tests/016.html,
                   14766:          tests/017.html, tests/018.html, tests/019.html,
                   14767:          tests/019paf2001.gif, tests/020.html, tests/021.html,
                   14768:          tests/022.html, tests/023.html, tests/022_dir/a.html,
                   14769:          tests/022_dir/b.txt, tests/022_dir/c.htm,
                   14770:          tests/results/015.processed, tests/results/016.processed,
                   14771:          tests/results/017.processed, tests/results/018.processed,
                   14772:          tests/results/019.processed, tests/results/020.processed,
                   14773:          tests/results/021.processed, tests/results/022.processed,
                   14774:          tests/results/023.processed: methoded_array now contains all Mxxx
                   14775:          classes SAPI::get_env now returns info on pool more tests
                   14776: 
                   14777:        * src/include/pa_array.h, src/include/pa_hash.h,
                   14778:          src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
                   14779:          tests/002.html, tests/003.html, tests/004.html, tests/005.html,
                   14780:          tests/006.html, tests/007.html, tests/008.html, tests/009.html,
                   14781:          tests/010.html, tests/011.html, tests/012.html, tests/013.html,
                   14782:          tests/014.html, tests/Makefile, tests/outputs/create-dir,
                   14783:          tests/results/001.processed, tests/results/002.processed,
                   14784:          tests/results/003.processed, tests/results/004.processed,
                   14785:          tests/results/005.processed, tests/results/006.processed,
                   14786:          tests/results/007.processed, tests/results/008.processed,
                   14787:          tests/results/009.processed, tests/results/010.processed,
                   14788:          tests/results/011.processed, tests/results/012.processed,
                   14789:          tests/results/013.processed, tests/results/014.processed: hash
                   14790:          cloning fixed
                   14791: 
                   14792: 2003-02-25  paf
                   14793: 
                   14794:        * src/main/pa_common.C: typo fixed
                   14795: 
                   14796: 2003-02-24  paf
                   14797: 
                   14798:        * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
                   14799:          [one remained]
                   14800: 
                   14801:        * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
                   14802:          [should have been get_string(&pool)] todo: check other such calls
                   14803: 
                   14804:        * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
                   14805:          test10, bad lookups
                   14806: 
                   14807:          xxx* xxx=smartptr.get(); << is bad style, after ";" original
                   14808:          object got destructed, and xxx points to sky
                   14809: 
                   14810:        * ChangeLog, src/classes/string.C: match bug fixed
                   14811: 
                   14812:        * src/types/pa_vmail.C: body [text/html] transcoded to
                   14813:          $.charset[specified] now
                   14814: 
                   14815:        * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
                   14816:          which failed to handle sigsetjmp+throw: crashed inside of
                   14817:          pre-throw code.  rewritten simplier [though duplicating
                   14818:          closesocket code]
                   14819: 
                   14820:        * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
                   14821:          which failed to handle sigsetjmp+throw: crashed inside of
                   14822:          pre-throw code.  rewritten simplier [though duplicating
                   14823:          closesocket code]
                   14824: 
                   14825: 2003-02-21  paf
                   14826: 
                   14827:        * operators.txt, src/targets/cgi/parser3.C, src/types/pa_vcookie.C:
                   14828:          $cookie:name[$.expires[date << can be now]]
                   14829: 
                   14830:          written makefile with regression tests [raw]
                   14831: 
                   14832:        * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
                   14833:          tests' only [it's not forcing CGI mode now] now use -H to output
                   14834:          CGI header when parser used in command line [useful for tests
                   14835:          also]
                   14836: 
                   14837:        * src/targets/cgi/parser3.C: MAKE_TEST environment variable
                   14838:          switches on CGI mode, and is used in regression tests
                   14839: 
                   14840:        * src/: include/pa_request.h, main/pa_request.C,
                   14841:          targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
                   14842:          fixed
                   14843: 
                   14844:        * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
                   14845:          handling pa_*
                   14846: 
                   14847:        * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
                   14848:          include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
                   14849:          main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
                   14850:          memory handling files
                   14851: 
                   14852:        * src/main/pa_array.C: pool::format_integer terminator fixed
                   14853: 
                   14854:        * src/: main/execute.C, targets/cgi/parser3.C: release mode now
                   14855:          compiles OK test to show benefits of free
                   14856: 
                   14857:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   14858:          classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
                   14859:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   14860:          types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
                   14861:          use pool [as the one in ^process]
                   14862: 
                   14863:        * src/classes/op.C: fixed process.  sould now check for all cstr's
                   14864:          -- some must use pool [as the one in ^process]
                   14865: 
                   14866: 2003-02-20  paf
                   14867: 
                   14868:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   14869:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   14870:          classes/math.C, classes/op.C, classes/response.C,
                   14871:          classes/string.C, classes/table.C, classes/void.C,
                   14872:          classes/xdoc.C, classes/xnode.C, main/pa_string.C,
                   14873:          types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
                   14874:          string cmp fixed
                   14875: 
                   14876:        * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
                   14877:          values passed OK now
                   14878: 
                   14879: 2003-02-19  paf
                   14880: 
                   14881:        * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
                   14882:          main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
                   14883:          main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
                   14884:          targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
                   14885:          types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
                   14886:          all remaning leaks resulted from pooled::malloc calls [excluding
                   14887:          in gd -- planning complete rewrite extremely ugly code]
                   14888: 
                   14889:        * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
                   14890:          files
                   14891: 
                   14892: 2003-02-17  paf
                   14893: 
                   14894:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   14895:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   14896:          classes/response.C, classes/string.C, classes/table.C,
                   14897:          classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
                   14898:          include/pa_stylesheet_connection.h,
                   14899:          include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
                   14900:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
                   14901:          types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
                   14902:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
                   14903:          types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
                   14904:          types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
                   14905:          of unitialized simple-typed field
                   14906: 
                   14907:        * src/: classes/classes.C, classes/classes.h, main/execute.C,
                   14908:          main/pa_charset.C, main/pa_request.C: another bug of unitialized
                   14909:          simple-typed field fixed.  todo: find&kill all like that one
                   14910: 
                   14911:        * src/: main/execute.C, targets/cgi/pa_pool.C,
                   14912:          targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
                   14913:          debug output fixed
                   14914: 
                   14915:        * src/: include/pa_stack.h, main/compile.C, main/execute.C,
                   14916:          main/pa_request.C: stack-stored items need extra .ref to prevent
                   14917:          object_ptr from delete[them]
                   14918: 
                   14919:        * src/: classes/date.C, classes/op.C, classes/table.C,
                   14920:          classes/xdoc.C, classes/xnode.C, include/pa_array.h,
                   14921:          include/pa_charset.h, main/Makefile.am, main/main.dsp,
                   14922:          main/pa_charset.C, main/pa_common.C,
                   14923:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   14924:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   14925:          types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
                   14926:          calls
                   14927: 
                   14928:        * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
                   14929:          couple mem leaks rusulted from old pooled::malloc usage.
                   14930:          todo:find more like those
                   14931: 
                   14932:        * src/main/: compile.C, compile_tools.C: 2*2!
                   14933: 
                   14934:        * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
                   14935:          stackItem fixed [there were no string on stack before]
                   14936: 
                   14937:        * src/: main/execute.C, main/pa_request.C,
                   14938:          types/pa_vmethod_frame.C: first letters out OK
                   14939: 
                   14940:        * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
                   14941:          include/pa_pool.h, include/pa_request.h, main/pa_request.C,
                   14942:          main/pa_string.C, main/untaint.C, types/pa_value.h,
                   14943:          types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
                   14944:          types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
                   14945:          type not initialized with zeros :( while class fields of class
                   14946:          types initialized with default constructors.  learn C++
                   14947: 
                   14948:        * src/: classes/classes.awk, classes/double.C, classes/file.C,
                   14949:          classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
                   14950:          classes/math.C, classes/xdoc.C, classes/xnode.C,
                   14951:          include/pa_array.h, include/pa_string.h, main/pa_exec.C,
                   14952:          types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
                   14953: 
                   14954: 2003-02-14  paf
                   14955: 
                   14956:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
                   14957:          13 link errors
                   14958: 
                   14959:        * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
                   14960:          main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
                   14961:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   14962:          types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
                   14963:          errors :)
                   14964: 
                   14965:        * src/: classes/classes.C, classes/classes.awk, classes/file.C,
                   14966:          classes/hash.C, classes/mail.C, classes/op.C,
                   14967:          include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
                   14968:          main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
                   14969:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
                   14970:          classes.lib - 0 error(s), 0 warning(s) parser.C compiled
                   14971: 
                   14972:        * src/: classes/classes.dsp, classes/op.C, classes/string.C,
                   14973:          classes/table.C, include/pa_common.h, include/pa_globals.h,
                   14974:          include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
                   14975:          main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
                   14976:          types/pa_vint.h, types/types.dsp: op compiled
                   14977: 
                   14978:        * src/: classes/classes.dsp, classes/response.C, classes/string.C,
                   14979:          include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
                   14980:          main/untaint.C, types/pa_vtable.h: string, response compiled
                   14981: 
                   14982: 2003-02-07  paf
                   14983: 
                   14984:        * src/: classes/table.C, types/pa_vtable.h: table compiled
                   14985: 
                   14986: 2003-02-06  paf
                   14987: 
                   14988:        * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
                   14989:          mail compiled
                   14990: 
                   14991:        * src/: classes/image.C, classes/string.C, classes/xdoc.C,
                   14992:          include/pa_common.h, include/pa_hash.h, main/pa_common.C,
                   14993:          types/pa_vfile.h, types/pa_vimage.h: image compiled
                   14994: 
                   14995:        * src/classes/: file.C, form.C: form compiled
                   14996: 
                   14997:        * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
                   14998:          include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
                   14999:          types/pa_vfile.C, types/pa_vfile.h: file compiled
                   15000: 
                   15001:        * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
                   15002:          types/pa_vmath.h: math compiled [win32]
                   15003: 
                   15004:        * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
                   15005:          types/pa_vstring.h: hash compiled
                   15006: 
                   15007: 2003-02-04  paf
                   15008: 
                   15009:        * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
                   15010:          include/pa_hash.h, include/pa_request.h, include/pa_string.h,
                   15011:          include/pa_table.h, main/pa_common.C, main/pa_exec.C,
                   15012:          main/pa_string.C, types/pa_method.h, types/pa_vform.C,
                   15013:          types/pa_vhash.h: hash 50% compiled
                   15014: 
                   15015:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   15016:          classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
                   15017:          classes/string.C, classes/table.C, classes/xdoc.C,
                   15018:          classes/xnode.C, include/pa_request.h, main/pa_globals.C,
                   15019:          main/pa_string.C: date compiled
                   15020: 
                   15021:        * src/classes/: classes.dsp, double.C: double compiled
                   15022: 
                   15023:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   15024:          classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
                   15025:          classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
                   15026:          classes/string.C, classes/table.C, classes/void.C,
                   15027:          classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
                   15028:          types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
                   15029:          types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
                   15030:          compiled
                   15031: 
                   15032:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   15033:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   15034:          classes/math.C, classes/op.C, classes/response.C,
                   15035:          classes/string.C, classes/table.C, classes/void.C,
                   15036:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   15037:          types/pa_vvoid.h: void  compiled :)
                   15038: 
                   15039:        * src/: include/pa_globals.h, main/pa_cache_managers.C,
                   15040:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   15041:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   15042:          main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
                   15043:          main/pa_string.C, main/pa_uue.C, main/untaint.C,
                   15044:          types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
                   15045:          types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
                   15046:          types/pa_vresponse.C, types/pa_vstateless_class.C,
                   15047:          types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
                   15048:          types/pa_wcontext.C, types/types.dsp: removed stupid
                   15049:          value_includes.h
                   15050: 
                   15051:        * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
                   15052:          trying to remove stupid value_includes.h
                   15053: 
                   15054:        * src/main/pa_exec.C: pa_exec compiled on win32
                   15055: 
                   15056:        * src/main/pa_exec.C: libmain.a compiled on six [unix]
                   15057: 
                   15058:        * src/: include/pa_globals.h, include/pa_request.h,
                   15059:          types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
                   15060:          types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
                   15061:          types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
                   15062:          types/pa_vrequest.C, types/pa_vstateless_class.C,
                   15063:          types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
                   15064: 
                   15065:        * src/: include/pa_config_includes.h, include/pa_dictionary.h,
                   15066:          main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
                   15067:          main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
                   15068: 
                   15069:        * src/: include/pa_array.h, include/pa_config_includes.h,
                   15070:          include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
                   15071:          main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
                   15072:          compiled
                   15073: 
                   15074:        * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
                   15075:          name conflicts)
                   15076: 
                   15077:        * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
                   15078:          types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
                   15079:          yelds "virtual memory exhausted" while trying to compile
                   15080:          execute.C [eating up to 127MB]
                   15081: 
                   15082: 2003-02-03  paf
                   15083: 
                   15084:        * src/: include/pa_config_includes.h, include/pa_hash.h,
                   15085:          include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
                   15086:          main/pa_common.C, types/pa_value.C, types/pa_value.h,
                   15087:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
                   15088:          types/pa_vint.h, types/pa_vjunction.h,
                   15089:          types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
                   15090:          started gcc compiling pa_common compiled
                   15091: 
                   15092:        * src/: include/pa_exception.h, include/pa_pool.h,
                   15093:          main/pa_exception.C: exception gcc change #1
                   15094: 
1.116     moko     15095:        * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
                   15096:          compile _P identifier. it replaced it to some strange 0x0000040
1.95      moko     15097: 
                   15098:        * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
                   15099: 
                   15100:        * src/types/pa_vtable.C: vtable compiled
                   15101: 
                   15102:        * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
                   15103: 
                   15104:        * src/: include/pa_cache_managers.h, main/pa_request.C,
                   15105:          types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
                   15106: 
                   15107:        * src/types/pa_vstateless_class.C: vstateless_class compiled
                   15108: 
                   15109:        * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
                   15110: 
                   15111:        * src/types/pa_vrequest.C: vrequest compiled
                   15112: 
                   15113:        * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
                   15114:          pa_vobject.C, pa_vobject.h: vobject compiled
                   15115: 
                   15116:        * src/: classes/form.C, classes/mail.C, include/pa_request.h,
                   15117:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   15118:          types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
                   15119:          compiled
                   15120: 
                   15121:        * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
                   15122: 
                   15123:        * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
                   15124:          types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
                   15125:          types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
                   15126:          compiled
                   15127: 
                   15128:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   15129:          main.lib - 0 error(s), 0 warning(s)
                   15130: 
                   15131:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   15132:          types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
                   15133: 
                   15134: 2003-01-31  paf
                   15135: 
                   15136:        * src/: include/pa_array.h, include/pa_operation.h,
                   15137:          include/pa_request.h, main/execute.C, main/main.dsp,
                   15138:          types/pa_vjunction.h: started last file from main library:
                   15139:          execute
                   15140: 
                   15141:        * src/: include/pa_request.h, include/pa_sapi.h,
                   15142:          main/compile.tab.C, main/compile.y, main/compile_tools.h,
                   15143:          main/pa_request.C, targets/cgi/parser3.C,
                   15144:          targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
                   15145:          types/pa_vhash.h: pa_request compiled
                   15146: 
                   15147:        * src/: classes/op.C, classes/string.C, include/pa_common.h,
                   15148:          include/pa_globals.h, include/pa_request.h,
                   15149:          include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
                   15150:          main/execute.C, main/main.dsp, main/pa_common.C,
                   15151:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   15152:          types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
                   15153:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
                   15154:          types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   15155:          types/types.dsp: most pa_request compiled
                   15156: 
                   15157:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   15158:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   15159:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   15160:          classes/op.C, classes/response.C, classes/string.C,
                   15161:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   15162:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   15163:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   15164:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   15165:          include/pa_dictionary.h, include/pa_dir.h,
                   15166:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   15167:          include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
                   15168:          include/pa_pool.h, include/pa_request.h,
                   15169:          include/pa_request_charsets.h, include/pa_request_info.h,
                   15170:          include/pa_sapi.h, include/pa_socks.h,
                   15171:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   15172:          include/pa_stack.h, include/pa_string.h,
                   15173:          include/pa_stylesheet_connection.h,
                   15174:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   15175:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   15176:          lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
                   15177:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
                   15178:          lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
                   15179:          lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
                   15180:          main/compile.C, main/compile.tab.C, main/compile.y,
                   15181:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   15182:          main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
                   15183:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
                   15184:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   15185:          main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
                   15186:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   15187:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   15188:          main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
                   15189:          targets/cgi/getopt.h, targets/cgi/pa_pool.C,
                   15190:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   15191:          targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
                   15192:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   15193:          targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
                   15194:          types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
                   15195:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   15196:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   15197:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   15198:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   15199:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   15200:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
                   15201:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
                   15202:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   15203:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   15204:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   15205:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   15206:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   15207:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   15208:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   15209:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   15210:          types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
                   15211: 
                   15212:        * ChangeLog, src/classes/classes.h, src/classes/op.C,
                   15213:          src/include/pa_cache_managers.h, src/include/pa_charset.h,
                   15214:          src/include/pa_charsets.h, src/include/pa_common.h,
                   15215:          src/include/pa_dictionary.h, src/include/pa_exception.h,
                   15216:          src/include/pa_exec.h, src/include/pa_pool.h,
                   15217:          src/include/pa_request.h, src/include/pa_sapi.h,
                   15218:          src/include/pa_sql_connection.h,
                   15219:          src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
                   15220:          src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
                   15221:          src/main/compile.tab.C, src/main/compile_tools.C,
                   15222:          src/main/compile_tools.h, src/main/main.dsp,
                   15223:          src/main/pa_charset.C, src/main/pa_charsets.C,
                   15224:          src/main/pa_common.C, src/main/pa_dictionary.C,
                   15225:          src/main/pa_exception.C, src/main/pa_exec.C,
                   15226:          src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
                   15227:          src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
                   15228:          src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
                   15229:          src/types/pa_vclass.h, src/types/pa_vcookie.C,
                   15230:          src/types/pa_vcookie.h, src/types/pa_vdate.h,
                   15231:          src/types/pa_vdouble.h, src/types/pa_venv.h,
                   15232:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
                   15233:          src/types/pa_vhash.h, src/types/pa_vimage.C,
                   15234:          src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
                   15235:          src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
                   15236:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   15237:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   15238:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
                   15239:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   15240:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
                   15241:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
                   15242:          src/types/pa_vstring.h, src/types/pa_vtable.h,
                   15243:          src/types/pa_vvoid.h, src/types/pa_wcontext.C,
                   15244:          src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
                   15245:          died, long live StringPtr
                   15246: 
                   15247: 2003-01-30  paf
                   15248: 
                   15249:        * src/: include/pa_charset.h, include/pa_request.h,
                   15250:          include/pa_sql_driver_manager.h, main/compile.tab.C,
                   15251:          main/compile.y, main/compile_tools.h, main/pa_request.C,
                   15252:          types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
                   15253: 
                   15254:        * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
                   15255:          main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
                   15256:          types/pa_vhash.h, types/pa_vmethod_frame.h,
                   15257:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   15258:          types/types.dsp: vstateless_class compiled
                   15259: 
                   15260:        * src/main/compile.C: compile compiled
                   15261: 
                   15262:        * src/: include/pa_array.h, include/pa_operation.h,
                   15263:          include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
                   15264:          main/pa_table.C: compile_tools compiled
                   15265: 
                   15266:        * src/: include/pa_operation.h, main/compile.y,
                   15267:          main/compile_tools.C, main/compile_tools.h: started
                   15268:          compile_tools. vagues ideas of how to free compiled code
                   15269: 
                   15270:        * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
                   15271:          main/main.dsp, types/pa_value.C, types/pa_value.h,
                   15272:          types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
                   15273:          compiled
                   15274: 
                   15275: 2003-01-29  paf
                   15276: 
                   15277:        * src/: include/pa_globals.h, include/pa_request.h,
                   15278:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   15279:          types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
                   15280:          types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
                   15281:          compiled
                   15282: 
                   15283:        * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
                   15284:          now
                   15285: 
                   15286:        * src/: include/pa_array.h, include/pa_exception.h,
                   15287:          include/pa_pool.h, main/pa_exception.C: gd compiled
                   15288: 
                   15289:        * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
                   15290:          compiled
                   15291: 
                   15292:        * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
                   15293:          types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
                   15294:          types/pa_vfile.h: vfile compiled
                   15295: 
                   15296:        * src/: include/pa_common.h, include/pa_globals.h,
                   15297:          include/pa_string.h, main/pa_globals.C, types/pa_value.C,
                   15298:          types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   15299:          types/pa_vform.C, types/pa_vform.h: vcookie compiled
                   15300: 
                   15301:        * src/: include/pa_exception.h, main/pa_cache_managers.C,
                   15302:          main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
                   15303:          main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
                   15304:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   15305:          main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
                   15306: 
                   15307:        * src/: include/pa_request_charsets.h, include/pa_request_info.h,
                   15308:          main/main.dsp, main/untaint.C: more compiled
                   15309: 
                   15310:        * src/: include/pa_charsets.h, include/pa_request.h,
                   15311:          include/pa_request_info.h, include/pa_string.h,
                   15312:          main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
                   15313:          types/pa_vresponse.h: vrequest compiled
                   15314: 
                   15315:        * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
                   15316:          pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
                   15317:          pa_vresponse.h, pa_wcontext.h: vrequest compiled
                   15318: 
                   15319:        * src/: classes/classes.h, include/pa_charset.h,
                   15320:          include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
                   15321:          include/pa_request.h, include/pa_string.h, main/main.dsp,
                   15322:          main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
                   15323:          main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
                   15324:          types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
                   15325:          types/pa_vrequest.C, types/pa_vrequest.h,
                   15326:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   15327:          types/pa_vvoid.h: vrequest,vdouble,vint compiled
                   15328: 
                   15329:        * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
                   15330:          include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
                   15331:          main/main.dsp, types/pa_value.h, types/pa_vbool.h,
                   15332:          types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
                   15333:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   15334:          types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
                   15335:          types/pa_vobject.h, types/pa_vstateless_class.h,
                   15336:          types/pa_vstateless_object.h, types/pa_vstatus.h,
                   15337:          types/pa_vstring.h, types/types.dsp: vmath compiled
                   15338: 
                   15339: 2003-01-28  paf
                   15340: 
                   15341:        * src/: classes/classes.h, classes/date.C, classes/file.C,
                   15342:          classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
                   15343:          classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
                   15344:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
                   15345:          types/pa_vobject.h, types/pa_vstateless_class.h: started main:
                   15346:          compile_tools
                   15347: 
                   15348:        * src/: include/pa_charset.h, include/pa_exception.h,
                   15349:          include/pa_request.h, include/pa_string.h, main/untaint.C:
                   15350:          untaint compiled
                   15351: 
                   15352:        * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
                   15353:          src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
                   15354:          more compiled.  struck with string::store_to needing to know
                   15355:          source/client charsets
                   15356: 
                   15357:        * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
                   15358:          types/pa_vfile.h: uue compiled
                   15359: 
                   15360:        * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
                   15361:          table compiled
                   15362: 
                   15363:        * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
                   15364:          main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
                   15365: 
                   15366:        * src/: include/pa_charset.h, main/pa_charset.C,
                   15367:          main/pa_charsets.C: charset/s simplified [charset::pool_for_load
                   15368:          introduced]
                   15369: 
                   15370:        * src/: classes/date.C, include/pa_charset.h,
                   15371:          include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
                   15372:          main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
                   15373:          pa_charsets compiled
                   15374: 
                   15375:        * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
                   15376:          include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
                   15377: 
                   15378:        * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
                   15379:          common compiled
                   15380: 
                   15381:        * src/: include/pa_charsets.h, main/pa_charsets.C,
                   15382:          main/pa_sql_driver_manager.C: pa_charsets compiled
                   15383: 
                   15384:        * src/: include/pa_array.h, include/pa_charset.h,
                   15385:          include/pa_charsets.h, include/pa_pool.h,
                   15386:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   15387:          include/pa_stack.h, include/pa_string.h,
                   15388:          main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
                   15389:          sql_driver_manager compiled
                   15390: 
                   15391:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
                   15392:          letter i with two dots added to koi, all ukranian letters added
                   15393:          to win1251.
                   15394: 
                   15395:          typographic simbol 0xb9 deleted from win1251 [strange one & were
                   15396:          abscent from koi]
                   15397: 
                   15398: 2003-01-27  paf
                   15399: 
                   15400:        * src/: include/pa_exception.h, include/pa_sql_connection.h,
                   15401:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   15402:          main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
                   15403:          sql/pa_sql_driver.h: paused on sql_manager
                   15404: 
                   15405:        * src/: include/pa_cache_managers.h, include/pa_pool.h,
                   15406:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   15407:          include/pa_stack.h, main/pa_sql_driver_manager.C,
                   15408:          types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
                   15409: 
                   15410:        * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
                   15411:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   15412:          include/pa_table.h, main/pa_sql_driver_manager.C,
                   15413:          main/pa_table.C: table compiled
                   15414: 
                   15415:        * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
                   15416:          cache_managers compiled
                   15417: 
                   15418:        * src/: include/pa_array.h, include/pa_charset.h,
                   15419:          include/pa_pool.h, main/pa_charset.C: charset compiled
                   15420: 
                   15421:        * src/: include/pa_pool.h, main/pa_common.C: common compiled
                   15422: 
                   15423:        * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
                   15424:          include/pa_pool.h, include/pa_string.h, main/pa_common.C,
                   15425:          main/pa_string.C, types/pa_value.C, types/pa_value.h,
                   15426:          types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
                   15427:          types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
                   15428: 
                   15429: 2003-01-24  paf
                   15430: 
                   15431:        * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
                   15432:          include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
                   15433:          include/pa_pool.h, include/pa_string.h, main/pa_common.C,
                   15434:          main/pa_globals.C, main/pa_string.C, types/pa_value.h,
                   15435:          types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
                   15436:          types/pa_vint.h, types/pa_vjunction.h,
                   15437:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   15438:          types/pa_vstatus.h, types/pa_vstring.h: more patched
                   15439: 
                   15440:        * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
                   15441:          include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
                   15442:          include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
                   15443:          main/pa_string.C, main/pa_table.C: string compiled
                   15444: 
                   15445:        * src/: include/pa_array.h, include/pa_common.h,
                   15446:          include/pa_dictionary.h, include/pa_exception.h,
                   15447:          include/pa_pool.h, include/pa_string.h, include/pa_table.h,
                   15448:          main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
                   15449:          main/pa_string.C: dictionary compiled
                   15450: 
                   15451: 2003-01-23  paf
                   15452: 
                   15453:        * src/: include/pa_array.h, include/pa_common.h,
                   15454:          include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
                   15455:          include/pa_request.h, include/pa_string.h, main/pa_common.C,
                   15456:          main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
                   15457:          types/pa_value.h: resurrected pool in new sense: now it's
                   15458:          factory, producing&accounting memory chunks for read[autofree]
                   15459:          buffers
                   15460: 
                   15461:        * src/: include/pa_array.h, include/pa_exception.h,
                   15462:          include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
                   15463:          main/pa_exception.C, main/pa_table.C: table compiled
                   15464: 
                   15465:        * src/: classes/image.C, classes/op.C, include/pa_array.h,
                   15466:          include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
                   15467:          include/pa_pool.h, include/pa_pragma_pack_begin.h,
                   15468:          include/pa_pragma_pack_end.h, include/pa_sapi.h,
                   15469:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   15470:          main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
                   15471:          main/pa_table.C: aint that easy
                   15472: 
                   15473:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   15474:          main/main.dsp: continued with Hash
                   15475: 
                   15476:        * src/main/pa_common.C: connect_string allocated on heap[wes on
                   15477:          stack] now. and exception can be reported OK now [can be reported
                   15478:          outside of pro c with that stack]
                   15479: 
                   15480: 2003-01-22  paf
                   15481: 
                   15482:        * src/: include/pa_array.h, include/pa_charset.h,
                   15483:          include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
                   15484:          include/pa_string.h, main/pa_array.C, main/pa_hash.C,
                   15485:          main/pa_pool.C, main/pa_string.C: started auto_ptr.  PA_Object is
                   15486:          base: contains references_count.  auto_ptr template calls
                   15487:          add_ref/release
                   15488: 
                   15489: 2003-01-21  paf
                   15490: 
                   15491:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   15492:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   15493:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   15494:          classes/op.C, classes/response.C, classes/string.C,
                   15495:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   15496:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   15497:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   15498:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   15499:          include/pa_dictionary.h, include/pa_dir.h,
                   15500:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   15501:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   15502:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   15503:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   15504:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   15505:          include/pa_stack.h, include/pa_string.h,
                   15506:          include/pa_stylesheet_connection.h,
                   15507:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   15508:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   15509:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                   15510:          lib/pcre/pcre_parser_ctype.c, main/compile.C,
                   15511:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   15512:          main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
                   15513:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
                   15514:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   15515:          main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
                   15516:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   15517:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   15518:          main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
                   15519:          targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
                   15520:          targets/cgi/parser3.C, targets/cgi/pool_storage.h,
                   15521:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   15522:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
                   15523:          types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
                   15524:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   15525:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   15526:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   15527:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   15528:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
                   15529:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
                   15530:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   15531:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   15532:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   15533:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   15534:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   15535:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   15536:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   15537:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   15538:          types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   15539:          types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
                   15540:          2002->2003
                   15541: 
                   15542: 2003-01-16  paf
                   15543: 
                   15544:        * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
                   15545:          src/main/pa_globals.C: http:// introducing     $.any-status(1)
                   15546: 
                   15547:        * operators.txt, src/include/pa_config_fixed.h,
                   15548:          src/main/pa_common.C: http request now return status. and not
                   15549:          fail on status!=200
                   15550: 
                   15551: 2003-01-15  paf
                   15552: 
                   15553:        * src/main/pa_globals.C: localized pa_xmlFileRead/Close
                   15554: 
                   15555: 2003-01-14  paf
                   15556: 
                   15557:        * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
                   15558:          mkinstalldirs: removed some ancient files [they in / really]
                   15559: 
                   15560:        * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
                   15561:          regretfully needed patch in two places.  in config_fixed.h made
                   15562:          stubs for lib to compile in MSVC
                   15563: 
                   15564: 2003-01-13  paf
                   15565: 
                   15566:        * config.guess, config.sub, ltmain.sh: removed last piece of
                   15567:          configure.in(libtool) hacks
                   15568: 
1.116     moko     15569:        * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95      moko     15570:          config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
                   15571:          ltdl.h: moved to latest libtool (1.4.3)
                   15572: 
                   15573: 2003-01-10  paf
                   15574: 
                   15575:        * src/lib/ltdl/: configure, configure.in: PROG_NM
                   15576: 
                   15577:        * src/main/pa_globals.C: moved to latest xml lib versions, changed
                   15578:          patches.        libxml2 >= 2.5.1
                   15579:          [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz]        libxslt >= 1.0.23
                   15580:          [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz]        gdome2 >= 0.7.2
                   15581:          [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
                   15582: 
                   15583:        * INSTALL: moved to latest versions of xml libs       libxml2 >=
                   15584:          2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz]       libxslt >=
                   15585:          1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz]       gdome2 >=
                   15586:          0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
                   15587: 
                   15588: 2003-01-09  paf
                   15589: 
                   15590:        * INSTALL: xml,xslt,gdome lib urls updated
                   15591: 
                   15592:        * config.guess, config.sub, missing, mkinstalldirs,
1.116     moko     15593:          src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95      moko     15594:          src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.116     moko     15595:          src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
                   15596:          1.7.2
1.95      moko     15597: 
                   15598:        * depcomp: moving to automake 1.7.2
                   15599: 
                   15600: 2002-12-27  paf
                   15601: 
                   15602:        * src/include/pa_version.h: 0007
                   15603: 
                   15604:        * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
                   15605:          outdated parts, made links to language docs
                   15606: 
                   15607:        * src/include/pa_config_auto.h.in: comment
                   15608: 
                   15609: 2002-12-26  paf
                   15610: 
                   15611:        * src/classes/file.C: ^file:fullpath[a.gif] when document root did
                   15612:          not contain trailing / fixed.
                   15613: 
                   15614:        * INSTALL: changing SAFE_MODE politics
                   15615: 
                   15616:        * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
                   15617: 
                   15618:        * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
                   15619: 
                   15620: 2002-12-25  paf
                   15621: 
                   15622:        * src/main/pa_globals.C: optimized-xml
                   15623: 
                   15624:        * src/main/pa_globals.C: optimized-as-is
                   15625: 
                   15626: 2002-12-24  paf
                   15627: 
                   15628:        * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
                   15629:          fixed [were really called with zero size when .html?a=&b=]
                   15630: 
                   15631:        * src/classes/mail.C: $MAIL in @conf now invalid when configured
                   15632:          with --with-sendmail
                   15633: 
                   15634:        * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
                   15635:          fixed]
                   15636: 
                   15637: 2002-12-23  paf
                   15638: 
                   15639:        * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
                   15640:          ignoring parameters & were storing only string with default
                   15641:          expires
                   15642: 
                   15643:        * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
                   15644:          To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
                   15645:          December 23, 2002 4:22 AM Subject: bug â
                   15646:          Charset::transcode_buf2xchar
                   15647: 
                   15648: 2002-12-20  paf
                   15649: 
                   15650:        * src/targets/cgi/parser3.C: removed last \n appending in non-win32
                   15651:          non-cgi [script] runs
                   15652: 
                   15653: 2002-12-19  paf
                   15654: 
                   15655:        * INSTALL: --without-iconv recommended [it crashes on some systems
                   15656:          [tested on elik]] moreover, it's not needed there [parser
                   15657:          registers charsets itself]
                   15658: 
                   15659:        * INSTALL: --without-iconv recommended [it crashes on some systems
                   15660:          [tested on elik]]
                   15661: 
                   15662:        * operators.txt, src/include/pa_globals.h,
                   15663:          src/include/pa_request.h, src/main/pa_globals.C,
                   15664:          src/main/pa_request.C: $response:download
                   15665: 
                   15666:        * src/classes/mail.C: 'to' check bugfix [now checked only on ms
                   15667:          compiler [win32]].
                   15668: 
                   15669: 2002-12-18  paf
                   15670: 
                   15671:        * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
                   15672: 
                   15673: 2002-12-17  paf
                   15674: 
                   15675:        * src/targets/cgi/parser3.C: merged die&iis changes
                   15676: 
                   15677:        * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
                   15678:          to exit(1) 2. more flexible iilegal call check
                   15679: 
                   15680: 2002-12-16  paf
                   15681: 
                   15682:        * ltmain.sh: some automakes silly insist on having this handy
                   15683: 
                   15684:        * src/main/untaint.C: filespec russian small 'r' changed to latin
                   15685:          'p' bug fix
                   15686: 
                   15687: 2002-12-15  paf
                   15688: 
                   15689:        * src/main/untaint.C: filespec russian small 'r' changed to latin
                   15690:          'p'
                   15691: 
                   15692:        * configure.in, src/include/pa_config_auto.h.in,
                   15693:          src/main/compile.C, src/main/pa_common.C: merged small changes
                   15694:          from branch 6 to HEAD
                   15695: 
                   15696:        * src/main/compile.C: removed warning
                   15697: 
                   15698:        * src/main/pa_common.C: ftruncate having checked
                   15699: 
                   15700:        * configure.in, src/include/pa_version.h: new version
                   15701: 
                   15702: 2002-12-14  paf
                   15703: 
                   15704:        * src/classes/table.C: removed unnecessary code
                   15705: 
                   15706:        * src/sql/pa_sql_driver.h: exception type fixed
                   15707: 
                   15708: 2002-12-09  paf
                   15709: 
                   15710:        * src/types/pa_vvoid.h: $void.store[now] error
                   15711: 
                   15712:        * src/targets/cgi/parser3.C: ::die now tries to write core dump
                   15713: 
                   15714:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
                   15715:          tries to write core dump
                   15716: 
                   15717:        * src/targets/cgi/parser3.C: ::die now tries to write core dump
                   15718: 
                   15719:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   15720:          classes/void.C, main/pa_sql_driver_manager.C,
                   15721:          sql/pa_sql_driver.h: changed exception handling mech in sql
                   15722:          handlers #2
                   15723: 
                   15724:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
                   15725:          exception handling mech in sql handlers
                   15726: 
                   15727:        * src/sql/pa_sql_driver.h: changed exception handling mech in sql
                   15728:          handlers
                   15729: 
                   15730:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   15731:          classes/void.C, main/pa_sql_driver_manager.C,
                   15732:          sql/pa_sql_driver.h: changed exception handling mech in sql
                   15733:          handlers
                   15734: 
1.116     moko     15735:        * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
                   15736:          to write makefile which used libtool to install things, which is
                   15737:          not needed
1.95      moko     15738: 
                   15739: 2002-12-06  paf
                   15740: 
                   15741:        * operators.txt, src/main/compile.tab.C, src/types/pa_vhash.h:
                   15742:          $hash.fields -- pseudo field to make 'hash' more like 'table'
                   15743: 
                   15744: 2002-12-05  paf
                   15745: 
                   15746:        * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
                   15747:          cc/bcc OK now
                   15748: 
                   15749:        * src/main/untaint.C: mail header closed properly
                   15750: 
                   15751:        * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
                   15752:          header ',' allowed.  still bugs in smtp [only one receiptient
                   15753:          works, cc, bcc ignored now, and MAILED ;)]
                   15754: 
                   15755:          [strncpy killed, memnchr used]
                   15756: 
                   15757:        * src/main/pa_table.C: table-copy now current=0
                   15758: 
                   15759:        * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
                   15760:          lowlevel proc
                   15761: 
                   15762:        * src/targets/cgi/parser3.C: more checks on
                   15763:          http://domain/parser.cgi start [maybe some getenv returns "",
                   15764:          checked that now
                   15765: 
                   15766:        * src/targets/cgi/parser3.C: more checks on
                   15767:          http://domain/parser.cgi start [maybe some getenv returns "",
                   15768:          checked that now
                   15769: 
                   15770:        * src/targets/cgi/parser3.C: error logging made unbuffered [so that
                   15771:          out-of-mem errors reached log]
                   15772: 
                   15773:        * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
                   15774:          mail:send MIME-Version default
                   15775: 
                   15776:        * src/main/main.dsp: pa_version included into main.dsp
                   15777: 
                   15778: 2002-12-04  paf
                   15779: 
                   15780:        * src/types/pa_vform.C: $form:field string value cut by premature 0
                   15781: 
                   15782:        * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
                   15783:          lib/libltdl -> lib/ltdl Win32 changes. s
                   15784: 
                   15785:        * src/classes/classes.awk: more strict *.C$
                   15786: 
                   15787:        * gnu.dsp: restored
                   15788: 
1.116     moko     15789:        * configure.in, gnu.dsp, src/lib/Makefile.am,
                   15790:          src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
                   15791:          src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
                   15792:          src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
                   15793:          src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
                   15794:          src/lib/ltdl/configure, src/lib/ltdl/configure.in,
                   15795:          src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
                   15796:          src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
                   15797:          now created with /configure, not ltdl/configure, so it does have
                   15798:          no problems with automake.  ltdl/configure
                   15799:          AC_OUTPUT(Makefile<<removed)
1.95      moko     15800: 
                   15801: 2002-12-02  paf
                   15802: 
                   15803:        * operators.txt: removed outdated status:db
                   15804: 
                   15805:        * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
                   15806:          src/main/pa_common.C, src/main/pa_request.C,
                   15807:          src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
                   15808:          tainted parts becomes http-header
                   15809: 
                   15810: 2002-11-29  paf
                   15811: 
                   15812:        * src/classes/date.C, src/classes/image.C, operators.txt: exif
                   15813:          dates now objects of type date
                   15814: 
                   15815:        * src/classes/image.C: file.seek removed [it were used in image.C
                   15816:          only, and for parser user this  means that jpeg image has bad
                   15817:          size in fragment's header] now used image.format
                   15818: 
                   15819:        * src/: include/pa_common.h, main/pa_common.C,
                   15820:          types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
                   15821:          now handled exactly like $response:header values.  e.g. can be
                   15822:          hash [can have subattributes] & contain date values.
                   15823: 
                   15824:        * src/main/pa_common.C: http:// param values lang forced URI
                   15825: 
                   15826:        * src/main/pa_common.C: http:// tainted partes now %xx
                   15827: 
                   15828: 2002-11-28  paf
                   15829: 
                   15830:        * operators.txt: http.timeout
                   15831: 
                   15832:        * src/classes/image.C: ^image.length now counts interchar space.
                   15833:          plus space after last char
                   15834: 
                   15835:        * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
                   15836: 
                   15837:        * src/classes/image.C: ^image.font width measurer now scans full
                   15838:          height [were -1]
                   15839: 
                   15840:        * configure.in: stopped double libltdl/Makefile generation
                   15841: 
                   15842:        * src/classes/image.C: ^image.text now outputs one pixel HIGHER
                   15843:          chars [one top horizontal line of 1pixel height were missing]
                   15844: 
                   15845:        * src/classes/op.C: ^cache bug fixed.  stupid compiler allowed
                   15846:          'false' to go into (Hash *) parameter
                   15847: 
                   15848: 2002-11-27  paf
                   15849: 
                   15850:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
                   15851:          types/pa_vmail.C: response:body[file]  if file nows it's name now
                   15852:          returns content-disposition: >>attachment<<
                   15853: 
                   15854:        * src/classes/image.C: ^image.font << bad font file-size now
                   15855:          properly reported
                   15856: 
                   15857: 2002-11-26  paf
                   15858: 
                   15859:        * src/main/pa_request.C: fixed lang in reponse header
                   15860: 
                   15861:        * src/main/pa_common.C: utf8 prefix ignored @read text
                   15862: 
                   15863:        * operators.txt, src/main/pa_common.C: http:// response status!=200
                   15864:          made exception: http.status with source=bad status#
                   15865: 
                   15866: 2002-11-25  paf
                   15867: 
                   15868:        * configure.in, src/classes/image.C,
                   15869:          src/include/pa_config_auto.h.in,
                   15870:          src/include/pa_config_includes.h, src/main/Makefile.am,
1.116     moko     15871:          src/main/pa_common.C, src/main/pa_globals.C: http:// and image
                   15872:          const void related probs fixed
1.95      moko     15873: 
                   15874:        * operators.txt, src/main/pa_common.C: http fields now UPPERCASE
                   15875: 
                   15876:          $file[^file::load[http://there]] $file.SERVER
                   15877: 
                   15878:        * src/: classes/file.C, classes/image.C, classes/xdoc.C,
                   15879:          include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
                   15880:          http options [invalid onces now reported] made default
                   15881:          user-agent: paf
                   15882: 
                   15883:        * operators.txt, src/classes/file.C, src/classes/table.C,
                   15884:          src/classes/xdoc.C, src/include/pa_common.h,
                   15885:          src/include/pa_globals.h, src/main/pa_common.C,
                   15886:          src/main/pa_globals.C, src/main/pa_request.C,
                   15887:          src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
                   15888:          now understand http:// prefix and additional params, sample:
                   15889:          $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
                   15890:          $.USER-AGENT[parser3] ]]
                   15891: 
                   15892: 2002-11-22  paf
                   15893: 
                   15894:        * src/classes/image.C, src/include/pa_globals.h,
                   15895:          src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
                   15896:          src/types/pa_vimage.h, operators.txt: $image.exif support
                   15897:          $image.exif.DateTime & co
                   15898: 
                   15899: 2002-11-21  paf
                   15900: 
                   15901:        * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
                   15902:          _PASS_APPENDED)
                   15903: 
                   15904:        * src/classes/image.C: jpeg size measure fixed: were badly skipping
                   15905:          EXIF information [were big block and it's size were considered
                   15906:          negative :(]
                   15907: 
                   15908:        * operators.txt, src/classes/image.C, src/include/pa_common.h,
                   15909:          src/main/pa_common.C, src/types/pa_vmail.C: image.measure
                   15910:          internals rewritten. no there's reader.seek, and all's ready for
                   15911:          EXIF extraction [now we fail to measure files with EXIF info]
                   15912: 
                   15913:        * src/main/pa_common.C: O_TRUNCATE killed, ftruncate  used instead:
                   15914:          O_TRUNC truncates even exclusevely write-locked file [thanks to
                   15915:          Igor Milyakov <virtan@rotabanner.com> for discovering]
                   15916: 
                   15917: 2002-11-20  paf
                   15918: 
                   15919:        * src/targets/cgi/parser3.C: logging @signal += query_string
                   15920: 
                   15921:        * configure.in, src/include/pa_config_auto.h.in,
                   15922:          src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
                   15923:          comment
                   15924: 
                   15925:        * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
                   15926: 
                   15927:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   15928:          targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
                   15929:          currently processed document SIGPIPE >> interrupts request
                   15930:          processing [exception = DB rollback]
                   15931: 
                   15932:        * src/main/pa_exec.C: comment
                   15933: 
                   15934:        * src/main/pa_exec.C: pa_exec: data written only if size>0
                   15935: 
                   15936:        * operators.txt, src/classes/file.C: ^file::exec/cgi[file;$.stdin[]
                   15937:          << disable HTTP-POST repassing
                   15938: 
                   15939:        * src/: include/pa_config_fixed.h, main/pa_common.C,
                   15940:          main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
                   15941:          pipe read errors now checked
                   15942: 
                   15943: 2002-11-19  paf
                   15944: 
                   15945:        * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
                   15946:          CGI: Illegal call
                   15947: 
                   15948: 2002-11-01  paf
                   15949: 
                   15950:        * src/main/execute.C: comment
                   15951: 
                   15952: 2002-10-31  paf
                   15953: 
                   15954:        * src/main/execute.C: found out why, checked that for now.  todo:
                   15955:          find out a way for that user could do that
                   15956: 
                   15957:        * src/types/pa_vstateless_object.h: object put replaces static
                   15958:          parent if any
                   15959: 
                   15960:        * src/types/pa_vobject.C: object put replaces static parent if any
                   15961: 
                   15962:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   15963:          classes/xnode.h, main/compile.tab.C, main/execute.C,
                   15964:          main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
                   15965:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   15966:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
                   15967:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   15968:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
                   15969:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   15970:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   15971:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   15972:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   15973:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   15974:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
                   15975:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   15976:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   15977:          types/pa_wwrapper.h: static fix merged
                   15978: 
                   15979:        * src/: main/compile.tab.C, types/pa_vobject.C: killed
                   15980:          $virtual_fields in dynamic, but one can reach derived
                   15981:          static[class] variable from base
                   15982: 
                   15983:        * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
                   15984:          types/pa_vobject.C, types/pa_vobject.h,
                   15985:          types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
                   15986:          statics, left $virtual_fields in dynamic
                   15987: 
                   15988:        * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
                   15989:          one can't remember derivates in base class: there's so many of
                   15990:          them.  also there can be no virtual method calls in static
                   15991:          classes
                   15992: 
                   15993:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   15994:          classes/xnode.h, main/execute.C, main/pa_request.C,
                   15995:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   15996:          types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   15997:          types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
                   15998:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   15999:          types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
                   16000:          types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
                   16001:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   16002:          types/pa_vresponse.C, types/pa_vresponse.h,
                   16003:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   16004:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   16005:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
                   16006:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   16007:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   16008:          types/pa_wwrapper.h: static call $self fixed
                   16009: 
                   16010:        * src/main/execute.C: comment
                   16011: 
                   16012:        * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
                   16013:          ^process[$caller.self]{...} now compiles to last derived object
                   16014:          part of that 'self'
                   16015: 
                   16016: 2002-10-29  paf
                   16017: 
                   16018:        * src/targets/isapi/parser3isapi.C: comment on 404 bad status
                   16019:          re-passing [iis to blame]
                   16020: 
                   16021:        * src/classes/string.C: changed string.save to pass current sql
                   16022:          connection to cstr thus one can ^connect[some server]{
                   16023:          $s[insert into table x (x) values (^taint[sql]{value})]
                   16024:          ^s.save[some.sql] } and he'd get in some.sql file code with
                   16025:          properly escaped.  [tried in mssql->mysql export->import of
                   16026:          binary data]
                   16027: 
                   16028: 2002-10-25  paf
                   16029: 
                   16030:        * src/types/pa_vresponse.C: case insensitive response user fields
                   16031:          get/put
                   16032: 
                   16033:        * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
                   16034:          types/pa_vresponse.C: saving for maybe-future
                   16035: 
                   16036: 2002-10-23  paf
                   16037: 
                   16038:        * operators.txt, src/classes/table.C: ^table.hash{code}...
                   16039:          ^table.hash(expr)...
                   16040: 
                   16041:        * src/types/pa_vmail.C: email whitespace trimBoth-ed
                   16042: 
                   16043: 2002-10-22  paf
                   16044: 
                   16045:        * src/types/: pa_vform.C, pa_vform.h: removed needless
                   16046:          VForm::Append...(...Value)
                   16047: 
                   16048:        * src/main/execute.C: $.name outside of $name[...] checked
                   16049: 
                   16050:        * src/main/: compile.tab.C, compile.y: lexer changed to fix
                   16051:          ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
                   16052: 
                   16053: 2002-10-21  paf
                   16054: 
                   16055:        * operators.txt, src/types/pa_vform.C, src/types/pa_vform.h:
                   16056:          $form:qtail $form:imap.x/y
                   16057: 
                   16058:        * operators.txt, src/types/pa_vform.C: $form:nameless =
                   16059:          "?value&...", "...&value&...", "...&value"
                   16060: 
                   16061:        * operators.txt, src/types/pa_vform.C: $form:image-map
                   16062: 
                   16063:        * operators.txt, src/classes/file.C: /some/page.html:
                   16064:          ^file:fullpath[a.gif] => /some/a.gif
                   16065: 
                   16066: 2002-10-17  paf
                   16067: 
                   16068:        * src/main/: compile.tab.C, compile.y: operators precedence changed
                   16069:          a little: logical not and bitwise negation precedence made
                   16070:          highest, << and >> bitshits precedence made equal [were << higher
                   16071:          than >>]
                   16072: 
                   16073:        * src/classes/op.C: exception handling fixed [were bad with
                   16074:          contexts]
                   16075: 
                   16076: 2002-10-16  paf
                   16077: 
                   16078:        * src/: classes/op.C, include/pa_request.h, main/execute.C,
                   16079:          main/pa_request.C: Request::self considered equal to
                   16080:          VMethodFrame::self, and removed, Request::get_self() mapped to
                   16081:          VMethodFrame.self()
                   16082: 
                   16083:        * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
                   16084:          $hash in open field now gives old good error meesage
                   16085: 
                   16086: 2002-10-15  paf
                   16087: 
                   16088:        * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
                   16089:          use ^if($junction is junction){was and now true}
                   16090: 
                   16091:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
                   16092:          include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
                   16093:          types/pa_vxnode.C: xml->parser strings now have origin, which
                   16094:          points to place where value left xml library and came to parser:
                   16095:          place of dom field extraction/call
                   16096: 
                   16097:        * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
                   16098:          main/compile.tab.C, main/compile.y, main/execute.C,
                   16099:          types/pa_vmethod_frame.h: removed last pieces of old code
                   16100:          allowing $junction.xxx at compile time
                   16101: 
                   16102:        * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
                   16103:          src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
                   16104:          objects also considered [were only classes]
                   16105: 
                   16106:        * ChangeLog, src/classes/op.C, src/include/pa_request.h,
                   16107:          src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
                   16108:          with CLASS self.  [   (request&method_frame).self temporarily
                   16109:          changed   ]
                   16110: 
                   16111:        * src/classes/: hash.C, op.C: method_frame now always changed, with
                   16112:          no exception to native calls.  for&foreach changed to use
                   16113:          method_frame.caller for their var's name context
                   16114: 
                   16115:        * src/: main/execute.C, targets/cgi/parser3.C,
                   16116:          types/pa_vstateless_class.C, types/pa_vstateless_class.h:
                   16117:          compiling to system classes disabled
                   16118: 
                   16119:        * operators.txt, src/classes/op.C:
                   16120:          ^process[$caller.CLASS]{code-string} added
                   16121: 
                   16122:        * operators.txt, src/classes/op.C, src/main/compile.tab.C,
                   16123:          src/main/compile.y, src/main/execute.C, src/main/pa_request.C,
                   16124:          src/types/Makefile.am, src/types/pa_vjunction.C,
                   16125:          src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
                   16126:          src/types/types.dsp: removed $junction.get $junction.set[]
                   16127:          introducing $caller
                   16128: 
                   16129:        * src/types/pa_value.h: removed outdated comments. doxygen would
                   16130:          find them lower by inheritance tree
                   16131: 
                   16132:        * src/types/pa_vjunction.C: ident
                   16133: 
                   16134: 2002-10-14  paf
                   16135: 
                   16136:        * src/classes/op.C: process compiles to code's class class
                   16137: 
                   16138:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   16139:          include/pa_request.h, main/compile.C, main/compile.tab.C,
                   16140:          main/compile.y, main/execute.C, main/pa_request.C,
                   16141:          types/pa_vstateless_class.h: operators now main-class-methods
                   16142: 
                   16143:        * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
                   16144:          better stack trace [has "call" & co there]
                   16145: 
                   16146:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   16147:          operators @auto now executed in MAIN context
                   16148: 
                   16149:        * src/main/execute.C: operator execution context now = MAIN, not
                   16150:          closest stack frame
                   16151: 
                   16152:          @touchit[] $i[after]
                   16153: 
                   16154:          ----t.html $i[before] << local ^touchit[] $i << now 'before',
                   16155:          were 'after'
                   16156: 
                   16157:          ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
                   16158:          'after'
                   16159: 
                   16160:        * src/main/execute.C: comment
                   16161: 
                   16162:        * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
                   16163:          pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
                   16164:          action]
                   16165: 
                   16166:        * src/types/pa_vxnode.C: misreplace fixed
                   16167: 
                   16168:        * configure, configure.in, src/include/pa_config_auto.h.in,
                   16169:          src/types/pa_vstatus.C, operators.txt:
                   16170:          $status:rusage.tv_secs/usecs introduced
                   16171: 
                   16172: 2002-10-09  paf
                   16173: 
                   16174:        * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
                   16175:          on empty string [or uses (default)]
                   16176: 
                   16177: 2002-10-08  paf
                   16178: 
                   16179:        * src/main/untaint.C: mail header quoted printable changed after
                   16180:          RFC reread
                   16181: 
                   16182:        * operators.txt: plan on ^if(method
                   16183: 
                   16184:        * src/types/pa_vxnode.C: misreplace
                   16185: 
                   16186: 2002-09-24  paf
                   16187: 
1.116     moko     16188:        * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95      moko     16189: 
                   16190:        * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
                   16191:          mailreceive would compile on freebsd now
                   16192: 
                   16193:        * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
                   16194:          configure, configure.in, src/include/pa_config_auto.h.in,
1.116     moko     16195:          src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
                   16196:          mailreceive would compile on freebsd now
1.95      moko     16197: 
                   16198:        * src/: classes/file.C, main/untaint.C: 1.  file spec language
                   16199:          changed: now there are only few chars are untainted: * ? ' " < >
                   16200:          | and, on unix, : \ ~ [russian letters and SPACES now enabled,
                   16201:          one should use ^untaint[uri]{...} now]
                   16202: 
                   16203:          2.  $list[^file:list[dir]] now returns simply tainted names in
                   16204:          $list.name, not tainted as filespec
                   16205: 
                   16206:          @russianindex[] #dir with files with russian-lang names
                   16207:          $where[dir]
                   16208: 
                   16209:          $dir[^file:list[$where;\.txt^$]] ^dir.menu{     <a
                   16210:          href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
                   16211: 
                   16212: 2002-09-23  paf
                   16213: 
                   16214:        * src/types/pa_vdouble.h: double->int round added
                   16215: 
                   16216:        * src/classes/date.C: date bug fix, now
                   16217:          round(floatDays*secondsPerDay)
                   16218: 
                   16219:        * src/classes/date.C: date bug fix, now
                   16220:          round(floatDays*secondsPerDay)
                   16221: 
                   16222: 2002-09-20  paf
                   16223: 
                   16224:        * src/main/execute.C: code junction calls disabled [before: code
                   16225:          was compiled in such a way, that there were no code-junctions in
                   16226:          OP_CALL]
                   16227: 
                   16228:          this now error: @badjunctioncall[] ^badjunctioncallinside{code}
                   16229: 
                   16230:          @badjunctioncallinside[code] ^code[]
                   16231: 
                   16232:        * src/main/: compile.tab.C, compile.y: changed grammer on junction
                   16233:          expanding to include ^junction.method
                   16234: 
                   16235:        * src/main/pa_common.C: -d "DIR/" now true
                   16236: 
                   16237:        * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
                   16238:          as internal xdoc encoding, and after decoding attributes set by
                   16239:          dom functions now encoded OK, not as digital entities
                   16240: 
                   16241:        * src/classes/xdoc.C: empty transform result, being taken as file
                   16242:          now returns empty file, not raises stupid error about "stat-ed
                   16243:          file"
                   16244: 
                   16245:        * src/types/pa_vhash.h: hash.foreach modification of existing keys
                   16246:          allowed
                   16247: 
                   16248:        * src/types/types.dsp: introducing $junction.get/put(1) one can
                   16249:          write iterators now:
                   16250: 
                   16251:          ^user-foreach[key;value]{$key=$value<br>}
                   16252: 
                   16253:          @user-foreach[key;value;code] ^for[i](1;10){    $code.key($i)
                   16254:          $code.value($i*2)       $code }
                   16255: 
                   16256:        * src/main/compile_tools.h: mistype
                   16257: 
1.116     moko     16258:        * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
                   16259:          thus taking linking options configure changes into account [were:
                   16260:          ignoring]
1.95      moko     16261: 
                   16262:        * src/types/: pa_vjunction.C, Makefile.am: introducing
                   16263:          $junction.get/put(1) one can write iterators now:
                   16264: 
                   16265:          ^user-foreach[key;value]{$key=$value<br>}
                   16266: 
                   16267:          @user-foreach[key;value;code] ^for[i](1;10){    $code.key($i)
                   16268:          $code.value($i*2)       $code }
                   16269: 
                   16270:        * src/: include/pa_opcode.h, include/pa_request.h,
                   16271:          main/compile.tab.C, main/compile.y, main/execute.C,
                   16272:          main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
                   16273:          introducing $junction.get/put(1) one can write iterators now:
                   16274: 
                   16275:          ^user-foreach[key;value]{$key=$value<br>}
                   16276: 
                   16277:          @user-foreach[key;value;code] ^for[i](1;10){    $code.key($i)
                   16278:          $code.value($i*2)       $code }
                   16279: 
                   16280: 2002-09-19  paf
                   16281: 
1.116     moko     16282:        * Makefile.am: new: make commit
1.95      moko     16283: 
                   16284:        * aclocal.m4: forced to be older
                   16285: 
                   16286: 2002-09-18  paf
                   16287: 
                   16288:        * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
                   16289:          src/main/compile.y, src/main/execute.C: << >> int shifts
                   16290: 
                   16291:        * src/: include/pa_common.h, include/pa_request.h,
                   16292:          main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
                   16293:          - now this - fatal error
                   16294: 
                   16295:        * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
                   16296:          that one can pass binary data there
                   16297: 
                   16298:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   16299:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   16300:          classes/op.C, classes/response.C, classes/string.C,
                   16301:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   16302:          include/pa_request.h: pa_request contexts made privated, plus
                   16303:          get_{self/method_frame} to read.  Request_context_saver used in
                   16304:          ^try to save flang too.  [were not saved]
                   16305: 
                   16306:        * src/types/pa_vresponse.C: header value chains joined before
                   16307:          output, this should help $.subject[$var $var] from being
                   16308:          converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
                   16309: 
                   16310: 2002-09-17  paf
                   16311: 
                   16312:        * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
                   16313:          removed changes, operators executed with calling self.  lots of
                   16314:          code with ^include code relies on defined/defining self variables
                   16315: 
                   16316:          $a[1] ^include[print_a.p] print_a.p: $a
                   16317: 
                   16318:          ^include[set_a.p] a=$a set_a.p: $a[1]
                   16319: 
                   16320:        * src/: classes/op.C, main/execute.C, main/pa_request.C,
                   16321:          types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
                   16322:          types/pa_vstateless_class.h: operators now executed with MAIN
                   16323:          self.  it's for ^include sake, too strong a change
                   16324: 
                   16325:        * src/classes/op.C: made place for ^process to compile it's code to
                   16326:          in case of no self
                   16327: 
                   16328:        * src/main/execute.C: found ancient param to Junction, removed.
                   16329:          allowed passing self to native_code_operators [for ^process to
                   16330:          work, she needs self]
                   16331: 
                   16332:        * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
                   16333:          types/pa_vstateless_class.h: found ancient param to Junction,
                   16334:          removed.  allowed passing self to native_code_operators [for
                   16335:          ^process to work, she needs self]
                   16336: 
                   16337:        * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
                   16338:          types/pa_value.h, types/pa_vmethod_frame.h,
                   16339:          types/pa_vstateless_class.h: allowed Request.self to be 0,
                   16340:          checked that in VMethodFrame get/put and $self.
                   16341: 
                   16342:        * src/classes/: table.C, xdoc.C: table::sql  options table::create
                   16343:          copy options options checked, wrong option now fatal error
                   16344: 
                   16345:        * src/main/pa_string.C: string.replace fixed [were missing words on
                   16346:          pieces boundaries]
                   16347: 
                   16348:        * bin/auto.p.dist.in: strange \n
                   16349: 
                   16350:        * configure, configure.in: .so now detected [can be .sl on hpux,
                   16351:          .dll on cygwin, .so in other cases)
                   16352: 
1.116     moko     16353:        * configure, configure.in, bin/auto.p.dist.in: .so now detected
                   16354:          [can be .sl on hpux, .dll on cygwin, .so in other cases)
1.95      moko     16355: 
                   16356:        * operators.txt, src/classes/hash.C, src/classes/table.C,
                   16357:          src/include/pa_globals.h, src/main/pa_globals.C: table.sql
                   16358:          hash::sql flag to allow duplicate keys [$.distinct(1/0)] first
                   16359:          record taken [were last]
                   16360: 
                   16361:        * src/: classes/hash.C, classes/table.C,
                   16362:          include/pa_sql_connection.h: table.sql hash::sql duplicate keys
                   16363:          now errors
                   16364: 
                   16365:        * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
                   16366: 
                   16367:        * src/classes/: op.C, table.C: menu/for delims bug fixed [were
                   16368:          ,2,3]
                   16369: 
                   16370: 2002-09-16  paf
                   16371: 
                   16372:        * src/classes/file.C: file::cgi line ends can be both unix & dos.
                   16373:          and they can be unix [\n\n] on win when 'use CGI' used, it causes
                   16374:          stdout to be binary.  now detected closest header break.
                   16375: 
                   16376:        * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?=  now
                   16377:          closed right
                   16378: 
                   16379: 2002-09-13  paf
                   16380: 
                   16381:        * operators.txt, src/main/compile.tab.C, src/main/compile.y,
                   16382:          src/main/compile_tools.h: (expression #comment)
                   16383: 
                   16384:          (multiline expression #comment  line2  #comment )
                   16385: 
                   16386:          (expression #comment with (brackets) comment) << OK
                   16387: 
                   16388:        * operators.txt, src/main/compile.tab.C, src/main/compile.y: !|
                   16389:          bitwise !|| numerical xor now [preparing for expression
                   16390:          #comments]
                   16391: 
                   16392:        * src/main/: compile.tab.C, compile.y: @method[$name] now parse
                   16393:          error
                   16394: 
                   16395:        * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
                   16396:          cheched in pa_socks.C
                   16397: 
1.116     moko     16398:        * configure, configure.in, src/include/pa_config_auto.h.in:
                   16399:          HAVE_WINSOCK_H created in configure.in
1.95      moko     16400: 
                   16401:        * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
                   16402:          cookie date now clean [were mistakenly tainted & that worked bad
                   16403:          with opera -- 'happily' that worked OK with msie]
                   16404: 
                   16405: 2002-09-12  paf
                   16406: 
                   16407:        * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
                   16408:          VClass get_element now first looks to fields, next to methods &
                   16409:          co todo: the rest reason: more speed
                   16410: 
                   16411:        * src/main/untaint.C: quoted printable encoding stops before
                   16412:          \s*<...>$
                   16413: 
                   16414:        * src/main/untaint.C: quoted printable ' ' now =20 and encoding
                   16415:          stops before <...>$
                   16416: 
                   16417: 2002-09-11  paf
                   16418: 
                   16419:        * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
                   16420:          xmlCharEncodingInput/OutputFunc callbacks returned bad value )
                   16421:          forgot to check users of those funcs. not all were using that
                   16422:          return value convention
                   16423: 
                   16424:        * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
                   16425:          windows-1254 added
                   16426: 
                   16427: 2002-09-10  paf
                   16428: 
                   16429:        * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
                   16430:          VCodeFrame parent param were specified badly
                   16431: 
                   16432:        * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
                   16433:          WWrapper which used in constructing objects(second param to sql
                   16434:          method) ^...sql{}[$.default{code}] now has parent, wich helps
                   16435:          code in hash to survivi
                   16436: 
                   16437:        * src/: include/pa_request.h, main/execute.C: removed redundant
                   16438:          param to execute [stack said 'thanks']
                   16439: 
                   16440:        * src/: classes/op.C, main/execute.C, types/pa_value.C,
                   16441:          types/pa_value.h, types/pa_vcode_frame.h,
                   16442:          types/pa_vmethod_frame.h, types/pa_wcontext.C,
                   16443:          types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
                   16444:          responsibility to wcontext
                   16445: 
                   16446:        * src/classes/file.C: decided not to log exec's with stderr, that
                   16447:          could be warnings, and it's up to scritper to log/show them
                   16448: 
                   16449:        * src/: classes/double.C, main/execute.C: double:sql badly called
                   16450:          write_assign_lang, not write_no_lang, thus doing unnecessary
                   16451:          double/string converstion, which were loosing time&precesion
                   16452: 
                   16453:        * src/: main/pa_charset.C, types/pa_vmail.C:
                   16454:          xmlCharEncodingInput/OutputFunc callbacks returned bad value in
                   16455:          case of unfinished in buffer processing, causing accidental
                   16456:          transcode stop [in case that source enc != utf-8 & there is
                   16457:          incomplete utf-8 sequence at the end of 16000block iside of
                   16458:          libxml lib] tfm readed & code updated
                   16459: 
                   16460: 2002-09-04  paf
                   16461: 
                   16462:        * configure: makes with sjlj
                   16463: 
                   16464:        * INSTALL, src/include/pa_config_fixed.h,
                   16465:          src/include/pa_sql_connection.h,
                   16466:          src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
                   16467:          checked.  on win32 it made default
                   16468: 
                   16469:        * src/include/pa_config_auto.h.in: sjlj define
                   16470: 
                   16471:        * configure, configure.in: introducing --with-sjlj-exceptions [hpux
                   16472:          can not work with longjump/throw pair, and one must switch that
                   16473:          on there.  todo: detect that automatically]
                   16474: 
                   16475:        * src/types/pa_vxnode.C: removed too strong checks of
                   16476:          xnode.elements.  now, for instance, if element does not have any
                   16477:          attributes, $xnode.attributes is void, not error
                   16478: 
                   16479: 2002-09-02  paf
                   16480: 
                   16481:        * operators.txt, src/main/execute.C, src/targets/cgi/parser3.dsp:
                   16482:          removed double_result, didn't help
                   16483: 
                   16484:        * src/main/execute.C: double_result made to move that var away from
                   16485:          hungry g++ optimizer (-O2), before: it were optimized and
                   16486:          comparison operators worked badly
                   16487: 
                   16488:        * src/types/pa_vdate.h: removed debug
                   16489: 
1.116     moko     16490:        * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95      moko     16491: 
                   16492:        * src/main/execute.C: fixed numeric < & co so that thay now use
                   16493:          c=a-b, c OPERATOR 0.  this works fine on solaris/intel for still
                   16494:          unknown reason.
                   16495: 
                   16496: 2002-08-29  paf
                   16497: 
                   16498:        * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
                   16499:          src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
                   16500:          src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
                   16501:          src/main/pa_request.C, src/targets/cgi/parser3.dsp,
                   16502:          src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
                   16503:          src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
                   16504:          src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
                   16505:          [called less frequent, allowed to remove ugly
                   16506:          Junction.change_context-s from many places, switch,
                   16507:          mail:send..html{}, ..] request.root renamed to method_frame [more
                   16508:          easyreading] ancient {...PUSH/POPs...} changed to stack vars
                   16509:          [speed up]
                   16510: 
                   16511: 2002-08-28  paf
                   16512: 
                   16513:        * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
                   16514:          tainted
                   16515: 
                   16516:        * src/types/pa_vcookie.C: fixed cookie delete when
                   16517:          $cookie:name[$.value[]]
                   16518: 
                   16519:        * operators.txt, src/classes/string.C:
                   16520:          ^string.split[delim[;options]]
                   16521: 
                   16522: 2002-08-27  paf
                   16523: 
1.116     moko     16524:        * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95      moko     16525: 
                   16526:        * operators.txt, src/main/compile.tab.C, src/main/compile.y: # now
                   16527:          delimiter
                   16528: 
                   16529:        * INSTALL: recommended latest gmime 1.0.5
                   16530: 
                   16531: 2002-08-26  paf
                   16532: 
                   16533:        * configure, configure.in: apache13/hook added to make dist.
                   16534: 
                   16535: 2002-08-23  paf
                   16536: 
                   16537:        * src/: include/pa_common.h, main/pa_common.C,
                   16538:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
                   16539:          beside binary [cgi, isapi] not accessible [due to bad rights or
                   16540:          whatever] it's error now
                   16541: 
                   16542: 2002-08-21  paf
                   16543: 
1.116     moko     16544:        * Makefile.am: can use: make happy equals to make update install
1.95      moko     16545: 
                   16546:        * src/main/: compile.tab.C, compile.y, compile_tools.C,
                   16547:          compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
                   16548:          class".  compiled as if here they named base class
                   16549: 
                   16550:        * src/main/pa_string.C: fixed bad language bug, [were wrong string
                   16551:          cloning constructor]
                   16552: 
                   16553:        * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
                   16554: 
                   16555:        * bin/auto.p.dist.in, src/targets/cgi/parser3.C,
                   16556:          src/types/pa_vfile.C, src/types/pa_vmail.C:
                   16557:          $mail.received.file.value.content-type fixed
                   16558: 
                   16559: 2002-08-20  paf
                   16560: 
                   16561:        * src/classes/file.C: fixed language of file:file result
                   16562: 
                   16563:        * operators.txt, src/classes/void.C: ^void.pos[...] = -1 merged
                   16564:          from 3.0.0005
                   16565: 
                   16566:        * operators.txt, src/classes/void.C: ^void.pos[...] = -1
                   16567: 
                   16568:        * operators.txt, src/classes/void.C: ^void.length[] = 0 merged from
                   16569:          3.0.0005
                   16570: 
                   16571:        * src/classes/void.C, operators.txt: ^void.length[] = 0
                   16572: 
                   16573: 2002-08-19  paf
                   16574: 
                   16575:        * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
                   16576:          work now
                   16577: 
                   16578:        * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
                   16579:          error in xnode, which were not catched in xdoc]
                   16580: 
                   16581:        * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
                   16582:          prepared:        // validate each document after load/create (?)
                   16583:                 //xmlDoValidityCheckingDefaultValue = 1;
                   16584: 
                   16585: 2002-08-15  paf
                   16586: 
                   16587:        * src/classes/classes.h: write to static var caused useless
                   16588:          Exception, introduced Methoded::put_element wich consumes those
                   16589: 
                   16590:        * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
                   16591:          src/types/pa_vcookie.C, src/types/pa_vdate.h,
                   16592:          src/types/pa_vresponse.C, src/types/pa_vresponse.h:
                   16593:          $response:field[date] $response:field[$.xxx[date]]
                   16594: 
                   16595:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   16596:          classes/void.C, include/pa_sql_connection.h: fixed source of
                   16597:          ^hash::sql{bad}
                   16598: 
                   16599:        * operators.txt: $request:body unprecessed POST request body
                   16600: 
                   16601:        * src/types/pa_vrequest.C: $request:body unprecessed POST request
                   16602: 
                   16603:        * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
                   16604:          pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
                   16605: 
                   16606:        * operators.txt, src/classes/form.C, src/include/pa_pool.h,
                   16607:          src/include/pa_request.h, src/main/pa_pool.C,
                   16608:          src/types/pa_vform.C, src/types/pa_vform.h: planning/preparing_to
                   16609:          $request:body r.post_data now const
                   16610: 
                   16611:        * src/: classes/image.C, classes/op.C, classes/xdoc.C,
                   16612:          classes/xnode.C, main/execute.C, types/pa_value.h,
                   16613:          types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
                   16614:          types/pa_vtable.h: instead of type() checking everywhere used
                   16615:          Value.as now user descendants can be used in params.
                   16616: 
                   16617:          VObject::as_*, is_defined now taken from bases.  xtable(table)
                   16618:          ^if($xtable) now OK
                   16619: 
                   16620:        * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
                   16621:          types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
                   16622:          types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
                   16623: 
                   16624: 2002-08-14  paf
                   16625: 
                   16626:        * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
                   16627:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   16628:          types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   16629:          types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
                   16630:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   16631:          types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
                   16632:          types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
                   16633:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   16634:          types/pa_vresponse.C, types/pa_vresponse.h,
                   16635:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   16636:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
                   16637:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   16638:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   16639:          types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
                   16640:          & VClass
                   16641: 
                   16642:        * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
                   16643: 
                   16644:        * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
                   16645:          removed fixopt stupidity. on stupid linux use cd /document/root
                   16646:          ../cgi/parser3 script
                   16647: 
                   16648:        * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
                   16649:          params, splitting them by space, excluding argv[0], argv[argc-1]
                   16650: 
                   16651:        * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
                   16652:          fixopt.h: fixopt now preprocesses command line params, splitting
                   16653:          them by space, excluding argv[0], argv[argc-1]
                   16654: 
                   16655:        * src/targets/cgi/parser3.C: -f config file
                   16656: 
                   16657:        * src/targets/cgi/parser3.C: fixed .log file dir
                   16658: 
                   16659: 2002-08-13  paf
                   16660: 
                   16661:        * src/types/pa_vobject.C: allow override parent variables, useful
                   16662:          for form descendants [in vobject too, were in vclass]
                   16663: 
                   16664:        * src/types/pa_vclass.C: allow override parent variables, useful
                   16665:          for form descendants
                   16666: 
                   16667:        * src/types/pa_vclass.C: checked: form[vclass]fields can be
                   16668:          overwritten in derived(table)
                   16669: 
                   16670:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   16671:          classes/xnode.h, include/pa_request.h, main/execute.C,
                   16672:          main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
                   16673:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   16674:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
                   16675:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   16676:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
                   16677:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   16678:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   16679:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   16680:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   16681:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
                   16682:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   16683:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   16684:          types/pa_vxnode.h, types/pa_wwrapper.h: introduced
                   16685:          Value::get_element(..., bool looking_down) [needed to exclude
                   16686:          endless recoursion]
                   16687: 
                   16688:        * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
                   16689:          fix bug with put endless recoursion todo: check 'as'
                   16690: 
                   16691:        * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
                   16692:          reorganized modules todo: fix bug with put endless recoursion
                   16693:          todo: check 'as'
                   16694: 
                   16695:        * src/types/pa_vobject.h: checked: table fields can be overwritten
                   16696:          in derived(table)
                   16697: 
                   16698:        * src/types/pa_vobject.h: derived classes can have fields of their
                   16699:          own now
                   16700: 
                   16701:        * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
                   16702:          fixed error message on using non-created table
                   16703: 
                   16704:        * src/: classes/form.C, classes/hash.C, classes/mail.C,
                   16705:          classes/op.C, classes/xnode.h, include/pa_request.h,
                   16706:          main/compile.C, main/compile.tab.C, main/execute.C,
                   16707:          main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
                   16708:          types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   16709:          types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
                   16710:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   16711:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
                   16712:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   16713:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   16714:          types/pa_vresponse.C, types/pa_vresponse.h,
                   16715:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   16716:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
                   16717:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   16718:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   16719:          types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
                   16720:          looking down/up tree todo: fix error message on non-constructed
                   16721:          parents
                   16722: 
                   16723: 2002-08-12  paf
                   16724: 
                   16725:        * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
                   16726:          derived OK
                   16727: 
                   16728:        * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
                   16729:          thorough testing
                   16730: 
                   16731:        * src/: main/compile.tab.C, main/compile.y, main/execute.C,
                   16732:          main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
                   16733:          types/pa_vobject.h, types/pa_vstateless_class.h,
                   16734:          types/pa_vstateless_object.h, types/pa_wcontext.h,
                   16735:          types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
                   16736:          ^base:create[] dynamic call rewritten todo: thorough testing
                   16737: 
                   16738:        * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
                   16739:          now instantates base class, remembers it and saves child in
                   16740:          parent VObject.get_class now returns last child = downward
                   16741:          virtual calls OK
                   16742: 
                   16743:        * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
                   16744:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
                   16745:          types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
                   16746:          types/pa_vobject.h, types/pa_vresponse.h,
                   16747:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   16748:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
                   16749:          types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
                   16750:          VAliased [redundant], moved $CLASS to VObject only [parser class
                   16751:          instance]
                   16752: 
                   16753:        * bin/auto.p.dist.in: more like in dist on parser.ru
                   16754: 
                   16755:        * bin/auto.p.dist.in: fixed sendmail default comment
                   16756: 
                   16757:        * src/main/pa_request.C: $response:body[file] content-type check
                   16758:          fixed [were bad when content-type is hash]
                   16759: 
                   16760: 2002-08-09  paf
                   16761: 
                   16762:        * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
                   16763:          types/pa_vobject.h, types/pa_vxdoc.h: started as()
                   16764: 
                   16765: 2002-08-08  paf
                   16766: 
                   16767:        * operators.txt, src/classes/date.C, src/include/pa_globals.h,
                   16768:          src/main/pa_globals.C: year column in month calendar [week year]
                   16769: 
                   16770:        * src/main/execute.C: error reporting on object writes to MAIN
                   16771:          improved [were ruind with fixing $obj[^if(1){$obj}] ]
                   16772: 
                   16773:        * operators.txt, src/types/pa_vdate.h: $date.yearday
                   16774:          $date.daylightsaving
                   16775: 
                   16776:        * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
                   16777:          use tainted data now. only she must specify the language.
                   16778: 
                   16779:          ^mail:send[     $.from[paf@mail.design.ru]
                   16780:          $.to[paf@mail.design.ru]        $.subject[^taint[uri][ìîñêâà]=2]
                   16781:                $.text[^taint[uri][ìîñêâà]=] ]
                   16782: 
                   16783:        * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
                   16784:          now prints more precise origin
                   16785: 
                   16786:        * src/include/pa_string.h: String::first_char now not fails on
                   16787:          empty strings ^if(-f '') now ok and in 3 other places.
                   16788: 
                   16789:        * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
                   16790:          String::first_char now not fails on empty strings ^if(-f '') now
                   16791:          ok and in 3 other places.
                   16792: 
                   16793: 2002-08-07  paf
                   16794: 
                   16795:        * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
                   16796:          fixed
                   16797: 
                   16798:        * src/main/pa_string.C: ^string.mid(0;bad) fixed
                   16799: 
                   16800:        * src/: main/execute.C, types/pa_vcode_frame.h,
                   16801:          types/pa_vmethod_frame.h, types/pa_wcontext.C,
                   16802:          types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
                   16803:          mistakenly not completely transparent to object writes.
                   16804:          $hash[^if(1){$hash}] now works
                   16805: 
                   16806:        * operators.txt, src/classes/op.C: ^cache...{...^cache<<to past...}
                   16807:          now erasing cache file [there were bad check on that]
                   16808: 
                   16809:        * src/: classes/classes.dsp, classes/table.C,
                   16810:          lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
                   16811:          all Debug dirs in .dsp now named 'Debug'
                   16812: 
1.116     moko     16813:        * etc/parser3.charsets/Makefile.am: all included into dist
1.95      moko     16814: 
                   16815:        * operators.txt, src/classes/mail.C: exception_type  email.send
                   16816: 
                   16817:        * operators.txt, src/types/pa_vmail.C: exception_type  email.format
                   16818: 
                   16819:        * src/types/pa_vmail.C: mail:send empty  email checked
                   16820: 
                   16821: 2002-08-06  paf
                   16822: 
                   16823:        * operators.txt, src/classes/table.C, src/include/pa_array.h,
                   16824:          src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
                   16825:          ^table::create[$source;$.options] ^table::join[$source;$.options]
                   16826: 
                   16827:        * operators.txt, src/classes/hash.C, src/classes/string.C,
                   16828:          src/classes/table.C: sql options can be string now ^xxx:sql{...}[
                   16829:          #  $.default() }
                   16830: 
                   16831:        * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
                   16832: 
                   16833:        * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
                   16834:          main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
                   16835:          $file.content-type [instead of .mime-type] now works for
                   16836:          file::stat also
                   16837: 
                   16838:        * src/main/pa_request.C: case insensitive mime_type_of
                   16839: 
                   16840:        * bin/auto.p.dist.in: jpeg
                   16841: 
                   16842: 2002-08-05  paf
                   16843: 
                   16844:        * src/types/pa_vxnode.C: xnode.childNodes  now 0... [were 1...]
                   16845: 
                   16846:        * src/types/pa_vmail.C: file buffer relocated to parser heap
                   16847: 
                   16848:        * operators.txt: comment on date:calendar week column
                   16849: 
                   16850:        * src/main/pa_common.C: write checked
                   16851: 
                   16852:        * src/main/: pa_common.C: write checked
                   16853: 
                   16854:        * src/classes/date.C: +1 buf size for stupid snprintfs
                   16855: 
                   16856:        * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
                   16857:          month calendar week column [ISO 8601 Week Numbers]
                   16858: 
                   16859: 2002-08-02  paf
                   16860: 
                   16861:        * src/: include/pa_config_fixed.h, main/pa_string.C,
                   16862:          targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
                   16863:          DEBUG*
                   16864: 
                   16865:        * configure, configure.in, src/include/pa_version.h: release
                   16866:          3_0_0005
                   16867: 
                   16868:        * bin/auto.p.dist.in: unhandled_exception comments
                   16869: 
                   16870:        * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
                   16871:          multipart post fixed
                   16872: 
                   16873:        * operators.txt, src/main/pa_request.C, src/types/pa_vform.C:
                   16874:          response transcoded source->client only when text/* or simple
                   16875:          onoverridden $response:body
                   16876: 
                   16877: 2002-08-01  paf
                   16878: 
                   16879:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   16880:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   16881:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   16882:          classes/op.C, classes/response.C, classes/string.C,
                   16883:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   16884:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   16885:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   16886:          include/pa_config_fixed.h, include/pa_dictionary.h,
                   16887:          include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
                   16888:          include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
                   16889:          include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
                   16890:          include/pa_socks.h, include/pa_sql_connection.h,
                   16891:          include/pa_sql_driver_manager.h, include/pa_stack.h,
                   16892:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   16893:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   16894:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   16895:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                   16896:          lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
                   16897:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   16898:          main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
                   16899:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
                   16900:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   16901:          main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
                   16902:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   16903:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   16904:          main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
                   16905:          targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
                   16906:          targets/cgi/parser3.C, targets/cgi/pool_storage.h,
                   16907:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   16908:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
                   16909:          types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
                   16910:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
                   16911:          types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   16912:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
                   16913:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   16914:          types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
                   16915:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   16916:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
                   16917:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   16918:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   16919:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   16920:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   16921:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   16922:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   16923:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   16924:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1.119     moko     16925:          types/pa_wcontext.h, types/pa_wwrapper.h: Date: now
1.95      moko     16926: 
                   16927:        * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
                   16928:          classes/date.C, classes/double.C, classes/file.C, classes/form.C,
                   16929:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   16930:          classes/math.C, classes/op.C, classes/response.C,
                   16931:          classes/string.C, classes/table.C, classes/void.C,
                   16932:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   16933:          include/pa_array.h, include/pa_cache_managers.h,
                   16934:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   16935:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   16936:          include/pa_dictionary.h, include/pa_dir.h,
                   16937:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   16938:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   16939:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   16940:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   16941:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   16942:          include/pa_stack.h, include/pa_string.h,
                   16943:          include/pa_stylesheet_connection.h,
                   16944:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   16945:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   16946:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
                   16947:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   16948:          main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
                   16949:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   16950:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   16951:          main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
                   16952:          main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
                   16953:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   16954:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   16955:          main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   16956:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   16957:          targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
                   16958:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   16959:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   16960:          targets/isapi/pool_storage.h, types/pa_valiased.C,
                   16961:          types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
                   16962:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   16963:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   16964:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   16965:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   16966:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
                   16967:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
                   16968:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   16969:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   16970:          types/pa_vresponse.C, types/pa_vresponse.h,
                   16971:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   16972:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   16973:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   16974:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   16975:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   16976:          types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   16977:          types/pa_wwrapper.h, types/types.dsp, Makefile.am,
                   16978:          classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
                   16979:          types/Makefile.am: ident.C* removed
                   16980: 
                   16981:        * operators.txt, src/classes/file.C, src/main/pa_request.C:
                   16982:          file:find[/can/do/this/now.txt]
                   16983: 
                   16984:        * src/targets/cgi/parser3.C: usage to stdout now
                   16985: 
                   16986: 2002-07-31  paf
                   16987: 
                   16988:        * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
                   16989: 
                   16990:        * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
                   16991:          default "postmaster"
                   16992: 
                   16993:        * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
                   16994:          -f postmaster now default sendmail key word "postmaster"
                   16995:          replaced to $.from
                   16996: 
                   16997: 2002-07-30  paf
                   16998: 
1.116     moko     16999:        * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
                   17000:          src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95      moko     17001: 
                   17002:        * src/main/pa_charset.C: comment
                   17003: 
                   17004:        * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
                   17005:          table, &#decimal;
                   17006: 
                   17007:        * src/main/pa_request.C: comment
                   17008: 
                   17009:        * etc/parser3.charsets/windows-1251.cfg: section sign [russian
                   17010:          paragraf]
                   17011: 
                   17012: 2002-07-11  paf
                   17013: 
                   17014:        * src/main/pa_exec.C: build command line badly added params twice
                   17015:          [and first time without ' ']. double wrong. fixed.
                   17016: 
                   17017:        * src/main/pa_exec.C: invalid .exe caused error message with params
                   17018:          wich parser did not provide = reported badly.  fixed that.
                   17019: 
                   17020:        * src/classes/mail.C: $MAIL[ # xxx ]
                   17021: 
                   17022:          now ok
                   17023: 
                   17024:        * operators.txt: plan: sql detailed exception
                   17025: 
                   17026: 2002-07-01  paf
                   17027: 
                   17028:        * src/: classes/form.C, main/pa_request.C: @conf bug fixed
                   17029:          [MForm.configure_admin were called when request.main_class ==0
                   17030: 
                   17031:        * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
                   17032: 
                   17033:        * src/classes/form.C: content_length type fix
                   17034: 
                   17035: 2002-06-30  paf
                   17036: 
                   17037:        * src/classes/mail.C: merged from 4
                   17038: 
                   17039:        * src/classes/mail.C: restored $MAIL
                   17040: 
                   17041: 2002-06-28  paf
                   17042: 
                   17043:        * configure, configure.in: removed paths.h
                   17044: 
1.116     moko     17045:        * configure, src/include/pa_version.h,
1.95      moko     17046:          src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
                   17047:          merged, makes updated
                   17048: 
                   17049:        * ChangeLog, configure, operators.txt, src/classes/xdoc.C,
                   17050:          src/include/pa_charset.h, src/include/pa_config_fixed.h,
                   17051:          src/include/pa_pool.h, src/include/pa_version.h,
                   17052:          src/main/pa_charset.C, src/main/pa_pool.C,
                   17053:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
                   17054:          src/types/pa_vmail.C: merged latest updates to head
                   17055: 
                   17056: 2002-06-27  paf
                   17057: 
                   17058:        * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
                   17059:          not error now
                   17060: 
                   17061:        * operators.txt, src/classes/xdoc.C, src/include/pa_charset.h,
                   17062:          src/include/pa_config_fixed.h, src/include/pa_pool.h,
                   17063:          src/main/pa_charset.C, src/main/pa_pool.C:
                   17064:          ^xdoc::create[[uri]]... base uri for document being created,
                   17065:          imports and other relative file names would be relative to this
                   17066:          uri default uri=path_translated
                   17067: 
                   17068:        * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
                   17069: 
                   17070: 2002-06-26  paf
                   17071: 
                   17072:        * configure, configure.in, src/include/pa_version.h:
                   17073:          release_3_0_0004
                   17074: 
                   17075:        * src/main/pa_string.C: blank string '', ' <whitespace>' considered
                   17076:          0 now
                   17077: 
                   17078:        * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
                   17079: 
                   17080: 2002-06-25  paf
                   17081: 
                   17082:        * src/main/pa_string.C: emtpy string, or string of whitespaces
                   17083:          considered bad number now
                   17084: 
                   17085:        * operators.txt, src/classes/xdoc.C: ^xdoc.transform[xdoc <<can be
                   17086:          now
                   17087: 
                   17088:        * operators.txt, src/classes/string.C: ^string.normalize  [old
                   17089:          name: optimize
                   17090: 
                   17091:        * configure, configure.in, src/include/pa_config_auto.h.in: crypt
                   17092:          library configured
                   17093: 
                   17094:        * src/main/pa_request.C: configure_admin forced if no @conf
                   17095: 
                   17096:        * operators.txt, bin/auto.p.dist.in, src/classes/math.C,
                   17097:          src/types/pa_vmail.C: ^math:crypt updated to generate random salt
                   17098:          when needed and to call system crypt() if not $apr1$ prefix
                   17099: 
                   17100: 2002-06-24  paf
                   17101: 
                   17102:        * INSTALL: --with-static/shared-mailreceive described
                   17103: 
                   17104:        * src/include/pa_config_fixed.h: ssize_t fixed
                   17105: 
1.116     moko     17106:        * configure, configure.in, src/include/pa_config_auto.h.in,
                   17107:          src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95      moko     17108:          src/types/pa_vmail.C: $mail:received makes update
                   17109: 
                   17110:        * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
                   17111:          WITH_MAILRECEIVE
                   17112: 
                   17113:        * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
                   17114: 
                   17115:        * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
                   17116:          option, for $mail:receive
                   17117: 
                   17118:        * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
                   17119:          introducting $message:received ^mail:send rewritten with backward
                   17120:          comp
                   17121: 
                   17122:        * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
                   17123:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   17124:          types/types.dsp: win32xml win32mailreceive pseudomodules paths
                   17125:          now
                   17126: 
                   17127:        * operators.txt, src/classes/mail.C, src/include/Makefile.am,
                   17128:          src/include/pa_charset.h, src/include/pa_config_fixed.h,
                   17129:          src/include/pa_request.h, src/include/pa_string.h,
                   17130:          src/include/pa_uue.h, src/main/Makefile.am, src/main/main.dsp,
                   17131:          src/main/pa_globals.C, src/main/pa_request.C,
                   17132:          src/main/pa_string.C, src/main/pa_uue.C,
                   17133:          src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
                   17134:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
                   17135:          src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
                   17136:          uue to separate file introducting $message:received ^mail:send
                   17137:          rewritten with backward comp
                   17138: 
                   17139: 2002-06-21  paf
                   17140: 
1.116     moko     17141:        * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
                   17142:          co changes
1.95      moko     17143: 
1.116     moko     17144:        * configure, configure.in, src/lib/md5/Makefile.am,
                   17145:          src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
                   17146:          restructure .in and .am files appropriate changes
1.95      moko     17147: 
                   17148:        * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
                   17149:          pcre to libs/ added libs/md5 which is linked to non-apache
                   17150:          targets ^math:crypt[password;$apr1$salt]
                   17151: 
                   17152:        * INSTALL, configure.in, operators.txt, parser3.dsw,
                   17153:          src/Makefile.am, src/classes/Makefile.am,
                   17154:          src/classes/classes.dsp, src/classes/math.C,
                   17155:          src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.116     moko     17156:          src/lib/pcre/Makefile.am, src/lib/pcre/README,
                   17157:          src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
                   17158:          src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
                   17159:          src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
                   17160:          src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
                   17161:          src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
                   17162:          src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
                   17163:          src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95      moko     17164:          src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
                   17165:          src/lib/pcre/pcre_parser_ctype.dsp,
                   17166:          src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
                   17167:          src/lib/pcre/win-koi.tab, src/main/Makefile.am,
                   17168:          src/main/compile.tab.C, src/main/main.dsp,
                   17169:          src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
                   17170:          src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
                   17171:          src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
                   17172:          to libs/ added libs/md5 which is linked to non-apache targets
                   17173:          ^math:crypt[password;$apr1$salt]
                   17174: 
                   17175: 2002-06-20  paf
                   17176: 
                   17177:        * INSTALL, configure, configure.in, operators.txt, bin/Makefile.am,
1.116     moko     17178:          bin/auto.p.dist.in, src/classes/file.C, src/classes/op.C,
                   17179:          src/doc/doxygen.cfg, src/include/pa_globals.h,
1.95      moko     17180:          src/include/pa_request.h, src/main/execute.C,
                   17181:          src/main/pa_request.C, src/targets/cgi/parser3.C,
                   17182:          src/targets/isapi/parser3isapi.C, src/types/pa_vmethod_frame.h:
                   17183:          marged latest HEAD updates, mainly file:justname&co &
                   17184:          @auto/conf[filespec
                   17185: 
                   17186:        * operators.txt, src/classes/file.C:
                   17187:          !^file:dirname[/a/some.tar.gz]=/a
                   17188:              !^file:dirname[/a/b/]=/a
                   17189:              !^file:basename[/a/some.tar.gz]=some.tar.gz
                   17190:              !^file:justname[/a/some.tar.gz]=some.tar
                   17191:              !^file:justext[/a/some.tar.gz]=gz
                   17192: 
                   17193:        * src/: classes/op.C, include/pa_request.h, main/execute.C,
                   17194:          main/pa_request.C, types/pa_vmethod_frame.h: introducing
                   17195:          @conf/auto[filespec]
                   17196: 
                   17197:        * bin/auto.p.dist.in: <noindex>
                   17198: 
1.116     moko     17199:        * configure: parser3.conf renamed to auto.p autoconf changes
1.95      moko     17200: 
                   17201:        * INSTALL, configure.in, operators.txt, bin/Makefile.am,
                   17202:          bin/auto.p.dist.in, src/doc/doxygen.cfg,
                   17203:          src/include/pa_globals.h, src/targets/cgi/parser3.C,
                   17204:          src/targets/isapi/parser3isapi.C: parser3.conf renamed to auto.p
                   17205: 
                   17206: 2002-06-18  paf
                   17207: 
                   17208:        * configure, configure.in, src/include/pa_version.h: version to
                   17209:          configure.in
                   17210: 
                   17211:        * INSTALL: reflected .conf.dist dir change
                   17212: 
1.116     moko     17213:        * Makefile.am, configure, configure.in, bin/Makefile.am,
                   17214:          etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95      moko     17215:          .in & *.am updated
                   17216: 
                   17217:        * src/classes/file.C: strncasecmp
                   17218: 
                   17219:        * src/classes/file.C: strcasecmp
                   17220: 
1.116     moko     17221:        * bin/Makefile.am, etc/Makefile.am: bin/parser3.conf.dist [moved
                   17222:          from etc
1.95      moko     17223: 
                   17224:        * src/classes/file.C: ^file::exec[script;$.bad error case
                   17225:          insensitive check now
                   17226: 
                   17227:        * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
                   17228: 
                   17229:        * configure, configure.in, src/include/pa_pool.h,
                   17230:          src/include/pa_types.h: pack configure.in detection simplified.
                   17231:          figured out that gcc on sparc not that stupid as thought
                   17232:          previously: on sparc: when it sees packed class it modifies it's
                   17233:          field-access-code to byte operations [stb, ldub] instead of 4byte
                   17234:          operations [st, lduh] so packed must be all parts of packed
                   17235:          class, i.e. it's parents&fields(classes).  for now it's only
                   17236:          String that packed and what was wrong is that it's parent -
                   17237:          Pooled, were not packed. fixed that.
                   17238: 
                   17239: 2002-06-14  paf
                   17240: 
                   17241:        * operators.txt: more precise xml-to-text options
                   17242: 
                   17243:        * operators.txt, src/types/pa_vxnode.C: xnode
                   17244:          attribute_node.name/value xnode pi.node.data
                   17245: 
                   17246: 2002-06-12  paf
                   17247: 
1.116     moko     17248:        * configure, configure.in, src/targets/cgi/Makefile.am,
                   17249:          src/targets/cgi/parser3.C: removed root conf define creation
1.95      moko     17250: 
                   17251:        * INSTALL, configure.in, operators.txt, etc/Makefile.am,
                   17252:          src/include/pa_globals.h, src/include/pa_request.h,
                   17253:          src/main/compile.tab.C, src/main/pa_globals.C,
                   17254:          src/main/pa_request.C, src/targets/cgi/parser3.C,
                   17255:          src/targets/isapi/parser3isapi.C: parser3.conf now one and only
                   17256: 
                   17257:        * src/classes/mail.C: sendmail -ti [default now]
                   17258: 
                   17259:        * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
                   17260:          to be strings. for convinient #ing
                   17261: 
                   17262:        * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
                   17263:          main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
                   17264: 
                   17265:        * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
                   17266:          main/pa_globals.C, main/pa_request.C: @conf
                   17267: 
                   17268: 2002-06-11  paf
                   17269: 
                   17270:        * src/classes/file.C: check simplified
                   17271: 
                   17272:        * src/: classes/file.C, targets/cgi/parser3.dsp,
                   17273:          targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
                   17274:          valid prefix
                   17275: 
                   17276:        * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
                   17277:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
                   17278:          file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
                   17279: 
                   17280: 2002-06-10  paf
                   17281: 
                   17282:        * operators.txt, src/classes/op.C, src/include/pa_common.h,
                   17283:          src/main/pa_common.C: lock failures reported now
                   17284: 
                   17285:        * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
                   17286:          string->double @ compile time were not-enough-checking...
                   17287: 
                   17288:        * src/main/: compile.tab.C, pa_string.C: whitespace after number in
                   17289:          autoconvert now ignored
                   17290: 
                   17291:        * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
                   17292:          check
                   17293: 
                   17294:        * src/classes/mail.C: mail netscape attachment name fixed. todo:
                   17295:          $response:body content-type:name
                   17296: 
                   17297:        * configure, configure.in: hpux check, nsl link, no socket
                   17298: 
                   17299:        * operators.txt: old merge conflict removed
                   17300: 
                   17301:        * configure, configure.in: pack even address access on sparc&co
                   17302:          arch checked in configure
                   17303: 
                   17304:        * configure, src/include/pa_version.h: makes
                   17305: 
                   17306:        * configure, configure.in, src/include/pa_version.h: makes
                   17307: 
                   17308:        * src/main/untaint.C: (bug#2) mail subject got always prepended
                   17309:          with charset even when all letters were 7bit one
                   17310: 
                   17311:        * src/main/pa_common.C: merged fixed -d (bug)
                   17312: 
                   17313:        * src/main/pa_common.C: fixed -d (bug)
                   17314: 
                   17315: 2002-06-03  paf
                   17316: 
                   17317:        * ChangeLog, operators.txt, etc/parser3.charsets/windows-1251.cfg,
                   17318:          src/classes/classes.dsp, src/main/compile.tab.C,
                   17319:          src/main/main.dsp, src/main/pa_globals.C,
                   17320:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
                   17321:          src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
                   17322:          .dsp-s along with reorganized cvs modules dirs structure
                   17323: 
                   17324:        * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
                   17325:          main/pa_globals.C, targets/cgi/parser3.dsp,
                   17326:          targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
                   17327:          modules
                   17328: 
                   17329: 2002-05-28  paf
                   17330: 
                   17331:        * src/targets/cgi/parser3.C: info.uri now ""
                   17332: 
                   17333: 2002-05-17  paf
                   17334: 
                   17335:        * src/classes/: table.C: ^table.save << checked empty
                   17336:          pre/match/post columns
                   17337: 
                   17338: 2002-05-16  paf
                   17339: 
                   17340:        * src/classes/image.C: image::measure can png now
                   17341: 
                   17342: 2002-05-15  paf
                   17343: 
                   17344:        * operators.txt, src/classes/date.C: ^date::create[%H:%M[:%S]]
                   17345:          added
                   17346: 
                   17347:        * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
                   17348: 
                   17349:        * operators.txt, src/classes/date.C: ^date::create[%Y[-%m[-%d[
                   17350:          %H[:%M[:%S]]]]]] [-%m now
                   17351: 
                   17352: 2002-05-14  paf
                   17353: 
                   17354:        * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
                   17355: 
                   17356: 2002-05-07  paf
                   17357: 
                   17358:        * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
                   17359:          src/include/pa_globals.h, src/include/pa_request.h,
                   17360:          src/include/pa_table.h, src/main/compile.tab.C,
                   17361:          src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
                   17362:          src/main/pa_request.C, src/main/pa_table.C,
                   17363:          src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
                   17364:          src/targets/isapi/parser3isapi.dsp,
                   17365:          src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
                   17366:          name2number field now &.  main_method_name now on Request pool
                   17367:          rather on global_pool [Junction+VJunction created on same pool as
                   17368:          name = were created on global pool, causing mem leaks]
                   17369: 
                   17370:        * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
                   17371:          include/pa_request.h, include/pa_table.h, main/compile.tab.C,
                   17372:          main/compile.y, main/main.dsp, main/pa_globals.C,
                   17373:          main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
                   17374:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   17375:          targets/isapi/pool_storage.h, types/types.dsp: Table name2number
                   17376:          field now &.  main_method_name now on Request pool rather on
                   17377:          global_pool [Junction+VJunction created on same pool as name =
                   17378:          were created on global pool, causing mem leaks]
                   17379: 
                   17380: 2002-05-06  paf
                   17381: 
                   17382:        * src/: main/pa_globals.C, targets/cgi/parser3.C,
                   17383:          targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
                   17384:          100*40 bytes per request memory leak [nonpool malloc in globals]
                   17385: 
                   17386:        * src/: main/pa_globals.C, targets/cgi/parser3.C,
                   17387:          targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
                   17388:          100*40 bytes per request memory leak [nonpool malloc in globals]
                   17389: 
                   17390: 2002-04-30  paf
                   17391: 
                   17392:        * configure, src/include/pa_version.h: version now not b
                   17393: 
                   17394:        * src/targets/cgi/parser3.C: request.uri now never 0
                   17395: 
                   17396: 2002-04-29  paf
                   17397: 
                   17398:        * configure.in: removed b
                   17399: 
                   17400:        * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
                   17401:          Exception::comment/type checked in (), no there's no empty
                   17402:          type/comment by default
                   17403: 
                   17404:        * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
                   17405:          src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
                   17406:          src/doc/value.dox, src/include/pa_exception.h,
                   17407:          src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
                   17408:          0001
                   17409: 
                   17410: 2002-04-26  paf
                   17411: 
                   17412:        * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
                   17413:          size reduced
                   17414: 
                   17415: 2002-04-25  paf
                   17416: 
                   17417:        * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
                   17418:          under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
                   17419:          now that took into account
                   17420: 
                   17421:        * operators.txt, src/classes/date.C: ^date::create[2002-12-33
                   17422:          01:03:04]
                   17423: 
                   17424:        * ChangeLog, operators.txt, src/classes/date.C:
                   17425:          ^date::create[2002-12-33 01:03:04]
                   17426: 
                   17427:        * ChangeLog: updated changelog
                   17428: 
                   17429:        * src/classes/table.C: removed restriction on column count to
                   17430:          ^table.hash to work, now must be >0 [were >1]
                   17431: 
                   17432: 2002-04-24  paf
                   17433: 
                   17434:        * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
                   17435:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   17436:          targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
                   17437:          targets
                   17438: 
                   17439: 2002-04-23  paf
                   17440: 
                   17441:        * operators.txt, src/classes/string.C:
                   17442:          int/double/string:sql{}[$.default{code}] fixed [were barking:
                   17443:          "junction used outside of context"]
                   17444: 
                   17445: 2002-04-22  paf
                   17446: 
                   17447:        * types.txt, src/classes/string.C, src/include/pa_string.h,
                   17448:          src/main/pa_string.C, src/types/pa_vstring.C,
                   17449:          src/types/pa_vstring.h: ^string.optimize[]
                   17450: 
                   17451:        * src/: include/pa_globals.h, include/pa_table.h,
                   17452:          main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
                   17453:          table template
                   17454: 
                   17455:        * src/classes/: string.C: optimize removed from string
                   17456:          .left/right/pos
                   17457: 
                   17458:        * src/main/execute.C: rolled back to
                   17459:          before_killing_userjunction_contexts
                   17460: 
                   17461:        * src/main/execute.C: user junctions context killed
                   17462: 
                   17463:        * src/main/execute.C: junctions to local contexts got
                   17464:          cleanized&checked later
                   17465: 
                   17466: 2002-04-19  paf
                   17467: 
                   17468:        * src/: classes/string.C, include/pa_request.h,
                   17469:          include/pa_string.h, main/pa_request.C, main/pa_string.C,
                   17470:          types/pa_vstring.C, types/pa_vstring.h: string now optimized
                   17471:          prior to .left .right .mid .pos .match when that is profitable,
                   17472:          and always before .replace when $ORIGINS(1) optimization disabled
                   17473:          economy from not wasting mem on lots of strings which occur by
                   17474:          lots of String:mid calls to get parts of source string between
                   17475:          found_occurances
                   17476: 
                   17477:        * src/classes/file.C: ovector now local economy: 16 bytes per
                   17478:          ^file:list
                   17479: 
                   17480:        * src/: include/pa_globals.h, include/pa_table.h,
                   17481:          main/pa_globals.C, main/pa_string.C: String::match table columns
                   17482:          globalized, not created @ each ^match anymore economy:
                   17483:          sizeof(Array)+space on 3+x cells=24+ bytes per ^match
                   17484: 
                   17485:        * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
                   17486:          removed from each String::match replace iteration, and made
                   17487:          stacked sizeof(VTable)=12bytes economy on each replace code
                   17488: 
                   17489:        * src/doc/footer.htm: 2001,
                   17490: 
                   17491:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   17492:          string.match[]['] option enables generation of $match.prematch
                   17493:          .match .postmatch columns
                   17494: 
                   17495:        * src/main/pa_string.C: String::match options analized without
                   17496:          cstr-ing them now
                   17497: 
                   17498:        * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
                   17499:          sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
                   17500:          config updated to doxygen 1.2.15, created helper which fixes
                   17501:          minor bugs in chm project files & htm tree.  changed extension to
                   17502:          .htm
                   17503: 
                   17504: 2002-04-18  paf
                   17505: 
                   17506:        * src/doc/doxygen.cfg: .chi generation disabled
                   17507: 
                   17508:        * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
                   17509:          classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
                   17510:          fields&methods
                   17511: 
                   17512:        * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
                   17513:          types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
                   17514:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
                   17515:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
                   17516:          types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
                   17517:          types/pa_vresponse.h, types/pa_vstateless_class.h,
                   17518:          types/pa_vstateless_object.h, types/pa_vstatus.h,
                   17519:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
                   17520:          types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
                   17521:          VStateless_class to VObject
                   17522: 
                   17523:        * src/: main/pa_request.C, types/pa_valiased.h,
                   17524:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   17525:          types/pa_vstring.h: VStateless_string_object speicalized light
                   17526:          version of VStateless_object
                   17527: 
                   17528:        * src/classes/op.C: ^throw comment param made optional
                   17529: 
                   17530:        * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
                   17531:          pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
                   17532:          and implemented down in VClass, fclass_alias removed,
                   17533: 
                   17534:        * src/types/pa_value.C: forced to cut that from .h because of
                   17535:          VStateless_class usage [undefined in .h]
                   17536: 
                   17537:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   17538:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   17539:          main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
                   17540:          merged with OP_CALL, VCodeFrame move to stack [no more heap waste
                   17541:          on each CALL]
                   17542: 
                   17543:        * src/: classes/classes.h, classes/date.C, classes/double.C,
                   17544:          classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
                   17545:          classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
                   17546:          classes/response.C, classes/string.C, classes/table.C,
                   17547:          classes/void.C, classes/xnode.C, include/pa_globals.h,
                   17548:          include/pa_request.h, main/execute.C, main/pa_globals.C,
                   17549:          main/pa_request.C, types/Makefile.am, types/pa_value.h,
                   17550:          types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
                   17551:          types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   17552:          types/pa_vstateless_class.h, types/pa_wcontext.C,
                   17553:          types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
                   17554:          removed Value::fname
                   17555: 
                   17556: 2002-04-17  paf
                   17557: 
                   17558:        * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
                   17559:          doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
                   17560:          doc/pooled.dox, doc/string.dox, doc/targets.dox,
                   17561:          include/pa_pool.h, include/pa_types.h: dox updated to current
                   17562:          state, PTHROW freshen to throw & co
                   17563: 
                   17564:        * src/types/pa_vhash.h: vstring wrong parent fixed
                   17565: 
                   17566:        * src/classes/op.C: taint local result var bug fixed
                   17567: 
                   17568: 2002-04-16  paf
                   17569: 
                   17570:        * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
                   17571:          Attic asm.txt as most interesting
                   17572: 
                   17573:        * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
                   17574:          check, preventing content-length: 0 from appearing
                   17575: 
                   17576:        * src/main/execute.C: $result in @main now taken into account as in
                   17577:          usual functions
                   17578: 
                   17579:        * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
                   17580:          & @unhandled_exception now taken into account as in usual
                   17581:          functions
                   17582: 
                   17583:        * src/doc/postbuild.txt: instructions on post .html build
                   17584: 
                   17585:        * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
                   17586: 
                   17587:        * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
                   17588:          tainted
                   17589: 
                   17590:        * src/main/pa_request.C: uri in error log
                   17591: 
                   17592:        * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
                   17593:          cheched date:create(days) param for validity [later were assumed
                   17594:          valid and crashed on invalid onces]
                   17595: 
                   17596:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   17597:          main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
                   17598:          and used that for removing VString wrapper
                   17599: 
                   17600:        * src/classes/op.C: exception2vhash file now tainted
                   17601: 
                   17602:        * src/classes/op.C: _process pseudo origin copied from local var to
                   17603:          heap
                   17604: 
                   17605:        * src/classes/op.C: extra check on empty file in origin in _execute
                   17606: 
                   17607: 2002-04-15  paf
                   17608: 
                   17609:        * src/: main/execute.C, types/pa_value.h: fixed name update
                   17610: 
                   17611:        * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
                   17612:          functions
                   17613: 
                   17614:        * src/: classes/file.C, classes/hash.C, classes/op.C,
                   17615:          include/pa_request.h, main/execute.C, types/pa_wcontext.h:
                   17616:          started dual write_xxx_lang functions, if checked & works
                   17617: 
                   17618:        * src/: classes/date.C, classes/file.C, classes/mail.C,
                   17619:          classes/string.C, classes/xnode.C, include/pa_request.h,
                   17620:          types/pa_value.h, types/pa_wcontext.h: removed absolutely
                   17621:          unnecessary VString shells
                   17622: 
                   17623:        * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
                   17624:          prev changes]
                   17625: 
                   17626:        * src/: classes/image.C, classes/op.C, classes/string.C,
                   17627:          classes/table.C, include/pa_request.h, main/execute.C,
                   17628:          types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
                   17629:          StringOrValue wcontext result, now ready for dual writes
                   17630: 
                   17631:        * src/targets/cgi/parser3.C: ctime sometimes can be just "",
                   17632:          checked that
                   17633: 
                   17634:        * src/main/: compile.tab.C, compile.y, compile_tools.C,
                   17635:          compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
                   17636:          changed to OP_WRITE_VALUE in var get cases
                   17637: 
                   17638:        * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
                   17639:          include/pa_request.h, main/compile.tab.C, main/compile.y,
                   17640:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   17641:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
                   17642:          switch in hash constructor fixed [were problems with using of
                   17643:          stacked wwrapper after it's death]
                   17644: 
                   17645: 2002-04-12  paf
                   17646: 
                   17647:        * operators.txt, src/classes/table.C: table.select(expression) 0
                   17648: 
                   17649: 2002-04-11  paf
                   17650: 
                   17651:        * src/: classes/string.C, include/pa_request.h, main/execute.C:
                   17652:          Request::process_internal codeFrame & wwrapper stacked [not
                   17653:          wasting  heap anymore]
                   17654: 
                   17655: 2002-04-10  paf
                   17656: 
                   17657:        * src/: classes/double.C, classes/file.C, classes/hash.C,
                   17658:          classes/image.C, classes/int.C, classes/math.C, classes/op.C,
                   17659:          classes/string.C, classes/table.C, classes/void.C,
                   17660:          classes/xdoc.C, include/pa_request.h, main/execute.C,
                   17661:          main/pa_string.C: killed Request::process() wrapping
                   17662:          VString(String) in case we need only String
                   17663: 
                   17664:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   17665:          killed 8 bytes from String.head
                   17666: 
                   17667: 2002-04-09  paf
                   17668: 
                   17669:        * src/: main/compile.tab.C, targets/cgi/parser3.C,
                   17670:          targets/isapi/parser3isapi.C: removed {   char *a;   {      /*sub
                   17671:          local*/char b[...];      a=b; situations
                   17672: 
                   17673:        * operators.txt, src/classes/xdoc.C: xslt params made literal
                   17674: 
                   17675:        * src/classes/xdoc.C: xslt params fixed
                   17676: 
                   17677:        * src/: main/pa_common.C, targets/cgi/parser3.C,
                   17678:          types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
                   17679:          not pool.malloc(MAX_NUMBER) but really neaded
                   17680: 
                   17681:        * operators.txt, src/classes/double.C, src/classes/int.C:
                   17682:          int/double.int/double(default)
                   17683: 
                   17684: 2002-04-04  paf
                   17685: 
                   17686:        * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
                   17687:          [when reconstructing pieces were split by
                   17688:          max_integral(piece.size), thus some strings to replace happen to
                   17689:          be split into two = not replaced)
                   17690: 
                   17691:        * src/targets/cgi/: parser3.C, parser3.dsp: document root in
                   17692:          standalone version = current dir
                   17693: 
                   17694:        * src/targets/cgi/parser3.C: document root in standalone version =
                   17695:          current dir
                   17696: 
                   17697: 2002-04-03  paf
                   17698: 
                   17699:        * configure, configure.in: more checks on nonexistent charset
                   17700: 
1.116     moko     17701:        * INSTALL, configure, configure.in: root config configure options
1.95      moko     17702: 
                   17703: 2002-04-02  paf
                   17704: 
                   17705:        * src/main/compile.C: parser.compile [exception name more like in
                   17706:          doc]
                   17707: 
                   17708: 2002-04-01  paf
                   17709: 
                   17710:        * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
                   17711:          targets/isapi/parser3isapi.dsp: mail subject encoding taken from
                   17712:          .content-type.charset, not .charset
                   17713: 
                   17714: 2002-03-29  paf
                   17715: 
                   17716:        * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
                   17717: 
                   17718:        * operators.txt, src/classes/date.C: ^date::create now may not
                   17719:          supply day, default 1.  checked 29.03 -> 29.02 roll on non 366
                   17720:          days' year.  | 31.05->31.04   roll
                   17721: 
                   17722: 2002-03-28  paf
                   17723: 
                   17724:        * operators.txt, src/classes/date.C, src/classes/op.C,
                   17725:          src/include/pa_globals.h, src/include/pa_hash.h,
                   17726:          src/main/pa_globals.C, src/types/pa_vdate.h: ^cache[file][date]{
                   17727:          ^cache(seconds)    ^cache[date] }
                   17728: 
                   17729:        * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
                   17730:          param
                   17731: 
                   17732: 2002-03-27  paf
                   17733: 
                   17734:        * operators.txt, src/classes/date.C, src/classes/double.C,
                   17735:          src/classes/file.C, src/classes/form.C, src/classes/hash.C,
                   17736:          src/classes/image.C, src/classes/int.C, src/classes/mail.C,
                   17737:          src/classes/math.C, src/classes/op.C, src/classes/string.C,
                   17738:          src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
                   17739:          src/classes/xnode.C, src/include/pa_exception.h,
                   17740:          src/include/pa_request.h, src/include/pa_stylesheet_connection.h,
                   17741:          src/main/compile.C, src/main/compile_tools.C, src/main/execute.C,
                   17742:          src/main/pa_array.C, src/main/pa_charset.C,
                   17743:          src/main/pa_charsets.C, src/main/pa_common.C,
                   17744:          src/main/pa_dictionary.C, src/main/pa_exception.C,
                   17745:          src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
                   17746:          src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
                   17747:          src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
                   17748:          src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
                   17749:          src/types/pa_value.h, src/types/pa_vcookie.C,
                   17750:          src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
                   17751:          src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
                   17752:          src/types/pa_vtable.C, src/types/pa_vxdoc.h,
                   17753:          src/types/pa_vxnode.h, src/types/pa_wcontext.C,
                   17754:          src/types/pa_wwrapper.h: assigned exception types
                   17755: 
                   17756:        * operators.txt, src/classes/op.C, src/include/pa_config_fixed.h,
                   17757:          src/include/pa_request.h, src/main/execute.C,
                   17758:          src/main/pa_request.C: decided agains resetting exception_trace,
                   17759:          just changed name
                   17760: 
                   17761: 2002-03-26  paf
                   17762: 
                   17763:        * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
                   17764:          fixed
                   17765: 
                   17766:        * src/classes/op.C: forced language of $source field of exception
                   17767:          to 'tainted', so that sql-langed-frags could be outputed outside
                   17768:          of connect
                   17769: 
                   17770:        * operators.txt: removed date.roll limit of +-1 offset
                   17771: 
                   17772:        * src/classes/date.C: removed date.roll limit of +-1 offset
                   17773: 
                   17774:        * operators.txt, src/classes/date.C: fixed date roll on
                   17775:          daylightsaving days mktime took into account tm_isdst flag, which
                   17776:          remained from BEFORE roll, but should have been reset
                   17777: 
                   17778: 2002-03-25  paf
                   17779: 
                   17780:        * operators.txt, src/targets/cgi/parser3.C:
                   17781:          http_site_config_filespec
                   17782: 
                   17783:        * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
                   17784:          main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
                   17785:          with any/both --disable-foreign-group-files --disable-execs
                   17786: 
                   17787:        * INSTALL: "--with=sendmail=COMMAND" comment
                   17788: 
                   17789:        * INSTALL, configure, configure.in, src/classes/mail.C,
                   17790:          src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.116     moko     17791:          src/targets/cgi/Makefile.am: --disable-foreign-group-files now
                   17792:          disables execs also.  introducing --sendmail
1.95      moko     17793: 
                   17794:        * operators.txt: pgsql options comment
                   17795: 
                   17796:        * INSTALL: comment on --disable-link-stdcpp
                   17797: 
1.116     moko     17798:        * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
                   17799:          libstdc++ link skipping configure option
1.95      moko     17800: 
                   17801:        * src/: classes/op.C, include/pa_sql_connection.h: sql connection
                   17802:          with error were put to cache with 'marked_to_rollback' flag, all
                   17803:          consequent even OK requests rolled back
                   17804: 
                   17805: 2002-03-22  paf
                   17806: 
                   17807:        * src/main/pa_exec.C: createprocess nowindow flag check on readfile
                   17808:          false return
                   17809: 
                   17810:        * operators.txt: few comments on sets
                   17811: 
                   17812: 2002-03-18  paf
                   17813: 
                   17814:        * operators.txt, src/classes/op.C, src/include/pa_exception.h,
                   17815:          src/include/pa_globals.h, src/include/pa_request.h,
                   17816:          src/include/pa_stack.h, src/main/pa_globals.C,
                   17817:          src/main/pa_request.C: introducing ^try
                   17818: 
                   17819:        * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
                   17820:          types/pa_vdouble.h: removed some tested @tests
                   17821: 
                   17822: 2002-03-15  paf
                   17823: 
                   17824:        * operators.txt, src/classes/table.C: ^table.locate(logical expr)
                   17825: 
                   17826: 2002-03-13  paf
                   17827: 
                   17828:        * src/main/pa_exception.C: checked not-pooled malloc
                   17829: 
                   17830: 2002-03-11  paf
                   17831: 
                   17832:        * INSTALL, configure, configure.in,
                   17833:          src/include/pa_config_auto.h.in: --disable-foreign-group-files
                   17834: 
                   17835:        * src/main/pa_common.C: --disable-foreign-group-files
                   17836: 
                   17837:        * INSTALL: --disable-execs
                   17838: 
                   17839:        * src/main/pa_exec.C: --disable-execs
                   17840: 
                   17841:        * configure, configure.in, src/include/pa_config_auto.h.in:
                   17842:          --disable-execs
                   17843: 
                   17844:        * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
                   17845: 
                   17846:        * src/types/pa_vfile.C: $file.text now 0A linebreaks,
                   17847:          file::exec/cgi linebreaks "0D0A" changed to 0A onces
                   17848: 
                   17849: 2002-03-05  paf
                   17850: 
                   17851:        * operators.txt, src/classes/date.C: date week calendar columns
                   17852:          named
                   17853: 
                   17854:        * operators.txt, src/classes/date.C: date week calendar columns
                   17855:          named
                   17856: 
                   17857:        * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
                   17858:          requires headers to be terminated with \r\n manually [refuses to
                   17859:          separate header/body itself]
                   17860: 
                   17861:        * src/: main/pa_globals.C, targets/cgi/parser3.C,
                   17862:          targets/isapi/parser3isapi.C: isapi site config beside .dll
                   17863: 
                   17864: 2002-03-04  paf
                   17865: 
                   17866:        * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
                   17867:          in PASS language
                   17868: 
                   17869:        * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
                   17870:          deserialize checks on broken file
                   17871: 
                   17872:        * src/targets/isapi/: pa_threads.C, parser3isapi.C,
                   17873:          parser3isapi.dsp: isapi updated
                   17874: 
                   17875: 2002-03-01  paf
                   17876: 
                   17877:        * src/main/pa_exec.C: execle -> execve, now argc OK
                   17878: 
                   17879: 2002-02-28  paf
                   17880: 
                   17881:        * src/main/untaint.C: removed some debug comments
                   17882: 
                   17883:        * src/main/pa_charsets.C: when placing charset to cache using
                   17884:          global name now [were request]
                   17885: 
                   17886:        * configure, configure.in: apache module updated
                   17887: 
                   17888:        * src/main/pa_string.C: origin by first piece preferred before last
                   17889:          piece
                   17890: 
                   17891: 2002-02-27  paf
                   17892: 
                   17893:        * src/main/pa_charset.C: size_t
                   17894: 
                   17895:        * INSTALL: shared/static-xml with-pathlink
                   17896: 
                   17897:        * operators.txt: SMTP comment
                   17898: 
                   17899: 2002-02-26  paf
                   17900: 
                   17901:        * src/main/pa_exec.C: more precise names for vars, cosmetic
                   17902: 
                   17903:        * src/classes/xnode.C: in some situation, xpath query returned
                   17904:          result with type NODESET, but empty nodeset member field, checked
                   17905:          that
                   17906: 
                   17907: 2002-02-22  paf
                   17908: 
                   17909:        * INSTALL: without-zlib comment
                   17910: 
                   17911:        * etc/parser3.charsets/windows-1251.cfg: &deg;
                   17912: 
                   17913:        * configure, configure.in: glib###.a detection fixed
                   17914: 
                   17915:        * INSTALL: hashfile removed from INSTALL
                   17916: 
1.116     moko     17917:        * Makefile.am: make update
1.95      moko     17918: 
                   17919:        * src/main/pa_string.C: string iterators fixed again, so were
                   17920:          String::join_chain
                   17921: 
                   17922:        * src/main/pa_string.C: string iterators fixed again, so were
                   17923:          String::join_chain
                   17924: 
                   17925:        * src/: include/pa_string.h, main/pa_string.C: string iterators
                   17926:          fixed again, so were String::join_chain
                   17927: 
                   17928:        * src/types/pa_vcookie.C: cookie "expires=0" =  "session"
                   17929: 
                   17930:        * operators.txt, src/types/pa_vcookie.C: cookie "expires=0" =
                   17931:          "session"
                   17932: 
1.116     moko     17933:        * configure, configure.in, src/include/pa_config_auto.h.in:
                   17934:          --with-shared-xml --with-static-xml
1.95      moko     17935: 
                   17936:        * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
                   17937:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   17938:          types/types.dsp: *.dsp: removed refereces to win32db & ancient
                   17939:          xalan&xml
                   17940: 
                   17941:        * acconfig.h: acconfig move in cvs[from src/libltdl to /]
                   17942: 
                   17943:        * operators.txt, src/classes/classes.dsp, src/main/main.dsp,
                   17944:          src/types/types.dsp: removed hashfile support from sources for
                   17945:          now
                   17946: 
1.116     moko     17947:        * configure, configure.in, src/classes/Makefile.am,
1.95      moko     17948:          src/classes/hashfile.C, src/include/Makefile.am,
1.116     moko     17949:          src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
                   17950:          src/include/pa_db_manager.h, src/include/pa_db_table.h,
                   17951:          src/main/Makefile.am, src/main/pa_db_connection.C,
1.95      moko     17952:          src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.116     moko     17953:          src/main/pa_globals.C, src/targets/cgi/Makefile.am,
                   17954:          src/types/Makefile.am, src/types/pa_vhashfile.C,
                   17955:          src/types/pa_vhashfile.h: removed hashfile support for now
1.95      moko     17956: 
                   17957: 2002-02-21  paf
                   17958: 
                   17959:        * src/main/untaint.C: removed debug code, activated commented-for
                   17960:          debug parts
                   17961: 
1.116     moko     17962:        * Makefile.am: make cvsupdate
1.95      moko     17963: 
                   17964:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
                   17965:          main/untaint.C: STRING_*FOREACH_ROW changed to stop at
                   17966:          append_row, not at link zero now string to string appending works
                   17967: 
                   17968: 2002-02-20  paf
                   17969: 
                   17970:        * src/: include/pa_string.h, main/execute.C, main/untaint.C,
                   17971:          targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
                   17972:          DEBUG_STRING_APPENDS_VS_EXPANDS
                   17973: 
                   17974:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   17975:          economy: 22%
                   17976: 
                   17977:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   17978:          space uptimized: string::link_row removed
                   17979: 
                   17980:        * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
                   17981:          main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
                   17982:          main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
                   17983:          types/pa_vstring.h: speed uptimized: string::is_empty
                   17984: 
                   17985:        * operators.txt, src/include/pa_common.h,
                   17986:          src/include/pa_config_fixed.h, src/include/pa_string.h,
                   17987:          src/include/pa_types.h, src/main/compile.tab.C,
                   17988:          src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
                   17989:          src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
                   17990:          string append optimiziation idea and estimates
                   17991: 
                   17992: 2002-02-19  paf
                   17993: 
                   17994:        * src/classes/math.C: not used directly [but erroreously reported
                   17995:          that 'is', thus registering twice&other probs]
                   17996: 
                   17997:        * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
                   17998:          to node [element]
                   17999: 
                   18000:        * src/main/compile.C: without string_origins parse error
                   18001:          file+line+col possible
                   18002: 
                   18003:        * src/main/: compile.C: without string_origins not worked
                   18004: 
                   18005: 2002-02-18  paf
                   18006: 
                   18007:        * src/types/pa_vdouble.h: since we have in_expression removed that
                   18008:          trick i've installed into double::as_string
                   18009: 
                   18010:        * src/main/pa_globals.C: extern "C" was removed too fast
                   18011: 
                   18012:        * src/: include/pa_opcode.h, include/pa_request.h,
                   18013:          main/compile.tab.C, main/compile.y, main/execute.C,
                   18014:          types/pa_wcontext.h: in_expression aimed to solve old problem
                   18015:          with string/nonstring values, now in expressions double/int
                   18016:          values are passed as-is, without stupid tostring/fromstring
                   18017:          conversions
                   18018: 
                   18019:        * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
                   18020:          __cplusplus } #endif
                   18021: 
                   18022:        * src/main/compile.tab.C: bison env set so one could compile
                   18023:          without cygwin installed
                   18024: 
                   18025:        * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
                   18026:          targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
                   18027:          gnome xml libs parser .dsp-s changed accordingly
                   18028: 
                   18029:        * operators.txt, src/targets/cgi/parser3.C: PARSER_ROOT_CONFIG
                   18030: 
                   18031:        * operators.txt, src/classes/date.C: date::create [were date::set,
                   18032:          with backward comp
                   18033: 
                   18034:        * src/classes/math.C: math:random range check fixed
                   18035: 
                   18036:        * src/main/: compile.tab.C, compile.y: integer  division stops name
                   18037: 
                   18038:        * INSTALL: local install comment
                   18039: 
1.116     moko     18040:        * ltconfig, ltmain.sh: removed libtool subpart files
1.95      moko     18041: 
1.116     moko     18042:        * acinclude.m4, aclocal.m4, configure, configure.in,
                   18043:          src/include/pa_config_auto.h.in,
                   18044:          src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
                   18045:          src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95      moko     18046: 
                   18047:        * operators.txt: \ comment
                   18048: 
                   18049: 2002-02-13  paf
                   18050: 
                   18051:        * src/include/pa_config_includes.h: sys/time time both included
                   18052:          now.  vaguely remember confilicts on this on some system [not on
                   18053:          six|ablv] so when would see them again would think up proper
                   18054:          check
                   18055: 
1.116     moko     18056:        * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
                   18057:          --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95      moko     18058: 
                   18059:        * src/main/pa_common.C: truncation never occured when writing files
                   18060:          on unix [since i've changed cache mech] fix
                   18061: 
                   18062:        * src/main/pa_common.C: strnchr: sanity check added
                   18063: 
                   18064:        * etc/parser3.charsets/windows-1257.cfg: id added
                   18065: 
                   18066:        * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
                   18067:          baltic charset file generated, in generation script ispunct check
                   18068:          added
                   18069: 
                   18070: 2002-02-08  paf
                   18071: 
1.116     moko     18072:        * src/: include/Makefile.am, sql/Makefile.am,
                   18073:          targets/isapi/Makefile.am: forgotten makes
1.95      moko     18074: 
                   18075:        * src/types/: pa_vcookie.C: VCookie::fill_fields one check
                   18076:          forgotten
                   18077: 
                   18078:        * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
                   18079: 
                   18080:        * INSTALL, README: install&others updated
                   18081: 
                   18082:        * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
                   18083: 
1.116     moko     18084:        * Makefile.am, configure, configure.in,
                   18085:          etc/parser3.charsets/Makefile.am, src/Makefile.am,
                   18086:          src/classes/Makefile.am, src/main/Makefile.am,
                   18087:          src/main/pa_status_provider.C, src/targets/Makefile.am,
                   18088:          src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
                   18089:          works
1.95      moko     18090: 
                   18091:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   18092:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   18093:          classes/hashfile.C, classes/int.C, classes/mail.C,
                   18094:          classes/math.C, classes/op.C, classes/response.C,
                   18095:          classes/string.C, classes/table.C, classes/void.C,
                   18096:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   18097:          include/pa_array.h, include/pa_cache_managers.h,
                   18098:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   18099:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   18100:          include/pa_db_connection.h, include/pa_db_manager.h,
                   18101:          include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
                   18102:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   18103:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   18104:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   18105:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   18106:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   18107:          include/pa_stack.h, include/pa_string.h,
                   18108:          include/pa_stylesheet_connection.h,
                   18109:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   18110:          include/pa_threads.h, include/pa_types.h, main/compile.C,
                   18111:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   18112:          main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
                   18113:          main/pa_db_connection.C, main/pa_db_manager.C,
                   18114:          main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
                   18115:          main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
                   18116:          main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
                   18117:          main/pa_sql_driver_manager.C, main/pa_status_provider.C,
                   18118:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   18119:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   18120:          targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
                   18121:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   18122:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
                   18123:          types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
                   18124:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   18125:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   18126:          types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
                   18127:          types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
                   18128:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
                   18129:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   18130:          types/pa_vrequest.h, types/pa_vresponse.h,
                   18131:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   18132:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   18133:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
                   18134:          types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
                   18135:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
                   18136:          classes/image.C, main/pa_common.C, main/pa_exec.C,
                   18137:          main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
                   18138:          types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
                   18139:          types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
                   18140:          types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
                   18141:          types/pa_vxnode.C, main/pa_charset.C: name spelling
                   18142: 
                   18143:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   18144:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   18145:          classes/hashfile.C, classes/image.C, classes/int.C,
                   18146:          classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
                   18147:          classes/string.C, classes/table.C, classes/void.C,
                   18148:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   18149:          include/pa_array.h, include/pa_cache_managers.h,
                   18150:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   18151:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   18152:          include/pa_db_connection.h, include/pa_db_manager.h,
                   18153:          include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
                   18154:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   18155:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   18156:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   18157:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   18158:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   18159:          include/pa_stack.h, include/pa_string.h,
                   18160:          include/pa_stylesheet_connection.h,
                   18161:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   18162:          include/pa_threads.h, include/pa_types.h, main/compile.C,
                   18163:          main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
                   18164:          main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
                   18165:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   18166:          main/pa_db_connection.C, main/pa_db_manager.C,
                   18167:          main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
                   18168:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   18169:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   18170:          main/pa_socks.C, main/pa_sql_driver_manager.C,
                   18171:          main/pa_status_provider.C, main/pa_string.C,
                   18172:          main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
                   18173:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   18174:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   18175:          targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
                   18176:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   18177:          targets/isapi/pool_storage.h, types/pa_valiased.C,
                   18178:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   18179:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   18180:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   18181:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   18182:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   18183:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   18184:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   18185:          types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
                   18186:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   18187:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   18188:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   18189:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   18190:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   18191:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   18192:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   18193:          types/pa_wcontext.h, types/pa_wwrapper.h: 2002
                   18194: 
                   18195: 2002-02-07  paf
                   18196: 
                   18197:        * src/main/pa_socks.C: swapped headers to avoid compiler warnings
                   18198: 
1.116     moko     18199:        * configure, configure.in, src/include/pa_config_auto.h.in,
                   18200:          src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
                   18201:          added yet another locking function: fcntl
1.95      moko     18202: 
                   18203:        * config.sub: on cygwin configure passes it with strange i1586
                   18204:          const, hacked it to mean i586
                   18205: 
                   18206:        * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
                   18207:          disabled $if reference due to conflicts with local variables
                   18208: 
                   18209:        * operators.txt, src/classes/xdoc.C, src/include/pa_config_fixed.h:
                   18210:          xdoc::set obsolete now, now xdoc::create, with both sences
                   18211: 
                   18212:        * operators.txt, src/classes/table.C, src/include/pa_array.h,
                   18213:          src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
                   18214:          table::create now // 'set' name obsolete now table clone.
                   18215: 
                   18216:        * operators.txt, src/classes/string.C,
                   18217:          src/include/pa_config_fixed.h, src/main/compile.tab.C:
                   18218:          ^int/double/string.format now can be called with normal []
                   18219:          brackets, not stupid {} as it were implemented for some strange
                   18220:          reason.  retaining backward compatibility due to some
                   18221:          already-implemented servers
                   18222: 
                   18223:        * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
                   18224:          main/compile.y, main/compile_tools.C, main/compile_tools.h:
                   18225:          operators now detected by check at name_without_curly_rdive_read
                   18226:          rule whether diving code constists only of
                   18227:          OP_VALUE+string+OP_GET_ELEMENT.  and last op code substituted
                   18228:          with OP_GET_ELEMENT_OR_OPERATOR to form
                   18229:          OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR.  code
                   18230: 
                   18231: 2002-02-06  paf
                   18232: 
                   18233:        * configure, configure.in: prefix expanded, grr
                   18234: 
                   18235:        * operators.txt, src/classes/mail.C: mail:send config changed
                   18236: 
                   18237: 2002-02-05  paf
                   18238: 
                   18239:        * operators.txt: regex options commented
                   18240: 
                   18241:        * src/main/: pa_exec.C: argv0 now correct
                   18242: 
                   18243:        * src/types/pa_vstatus.C: status:rusage 3
                   18244: 
                   18245:        * src/types/pa_vstatus.C: status:rusage 2
                   18246: 
                   18247:        * operators.txt: status:rusage described int operators
                   18248: 
                   18249:        * src/types/pa_vstatus.C: status:rusage 1
                   18250: 
                   18251:        * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
                   18252:          src/types/types.dsp: status:rusage
                   18253: 
                   18254:        * configure.in, operators.txt, src/classes/file.C,
                   18255:          src/classes/op.C, src/include/pa_common.h,
                   18256:          src/include/pa_config_includes.h, src/main/compile.tab.C,
                   18257:          src/main/pa_common.C: rewritten ^cache to use
                   18258:          non-blocking-exclusive-caches
                   18259: 
                   18260:        * src/main/pa_common.C: text file read mode on win32 adjusted
                   18261:          [speed impact. was off for debugging purpose, but forgotten
                   18262:          afterwards]
                   18263: 
                   18264: 2002-02-01  paf
                   18265: 
                   18266:        * src/classes/op.C: file_write does EX lock after create, while
                   18267:          file_read does SH after open, so there's a moment after create
                   18268:          but before EX lock when read can sneak into, and read
                   18269:          just-created-for-writing-and-not-yet-locked file, added a check
                   18270:          for that in ^cache...read
                   18271: 
                   18272: 2002-01-31  paf
                   18273: 
                   18274:        * src/main/: compile.y, compile.tab.C: disabled operator call after
                   18275:          ^xxx:
                   18276: 
                   18277:        * src/main/: compile.tab.C, execute.C: made operators lookup first
                   18278:          in ^xxx situation.  so that one could not do $if[1] ^if[xxx]
                   18279: 
                   18280:        * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
                   18281:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                   18282:          main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
                   18283:          operators check 6.1 rewritten. now check is done at compile time
                   18284: 
                   18285:        * src/main/execute.C: operators check 5 floated up old error of
                   18286:          staying in 'entered class/object' state after $a($a..) it
                   18287:          prevented operators from being called thereafter
                   18288: 
                   18289:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   18290:          main/execute.C: operators check 4 floated up old error of staying
                   18291:          in 'entered object' state after ^a.a(a) it prevented operators
                   18292:          from being called thereafter
                   18293: 
                   18294:        * src/main/execute.C: operators check 3 floated up old error of
                   18295:          staying in 'entered class' state after $a:a(a) it prevented
                   18296:          operators from being called thereafter
                   18297: 
                   18298:        * src/: main/execute.C, types/pa_wcontext.h: operators check 2
                   18299:          floated up old error of staying in 'entered class' state after
                   18300:          $a:a[a] it prevented operators from being called thereafter
                   18301: 
                   18302:        * src/main/execute.C: operators check, thay mistakenly seen in
                   18303:          $class:operator   $object.operators contexts
                   18304: 
                   18305:        * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
                   18306:          win32
                   18307: 
1.116     moko     18308:        * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
                   18309:          src/classes/Makefile.am, src/main/Makefile.am,
                   18310:          src/targets/cgi/Makefile.am,
1.95      moko     18311:          src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.116     moko     18312:          src/types/Makefile.am: lowered indent.awk back to src/
1.95      moko     18313: 
1.116     moko     18314:        * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
                   18315:          acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
                   18316:          configure, configure.in, form.txt, ident.awk, install-sh,
                   18317:          lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
                   18318:          operators.txt, parser3.dsw, sql.txt, types.txt, etc/Makefile.am,
1.95      moko     18319:          etc/parser3.charsets/Makefile.am,
                   18320:          etc/parser3.charsets/koi8-r.cfg,
                   18321:          etc/parser3.charsets/windows-1250.cfg,
                   18322:          etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.116     moko     18323:          src/classes/Makefile.am, src/include/pa_config_auto.h.in,
                   18324:          src/main/Makefile.am, src/targets/cgi/Makefile.am,
                   18325:          src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
                   18326:          out of src, moved configure&co out of src added windows-1250.cfg
1.95      moko     18327:          straightened installation scripts procedure made
                   18328:          targets/cgi/parser3.C be dependant on ./configure --sysconfdir
                   18329:          change
                   18330: 
                   18331: 2002-01-30  paf
                   18332: 
                   18333:        * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
                   18334:          removed] those comments were a mistake, and prevented libltdl
                   18335:          from function properly
                   18336: 
                   18337: 2002-01-29  paf
                   18338: 
1.116     moko     18339:        * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
                   18340:          creation [modified acinclude.m4 which were creating int into just
                   18341:          assignment LIBTOOL=../libtool] added default system
                   18342:          config&charsetts prepared 'make install', now it installs
                   18343:          targets/cgi/parser3 into bin directory etc/parser3.conf &
                   18344:          etc/parser3.charsets/* into $sysconfdir and
1.95      moko     18345:          $sysconfdir/parser3.charsets respectively
                   18346: 
                   18347:        * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
                   18348:          main/pa_globals.C: few forgotten ifdef XML added
                   18349: 
                   18350: 2002-01-28  paf
                   18351: 
1.116     moko     18352:        * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95      moko     18353:          removed
                   18354: 
                   18355:        * src/main/pa_exception.C: dom|generic error output fix
                   18356: 
                   18357:        * src/classes/xnode.C: xdoc.importNode 3 [check err]
                   18358: 
                   18359:        * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
                   18360: 
                   18361:        * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
                   18362:          [fixed as_node helper func to accept docs]
                   18363: 
                   18364:        * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
                   18365:          xdoc.importNode 0
                   18366: 
                   18367:        * src/classes/xdoc.C: xdoc::set now untaints OK
                   18368: 
                   18369: 2002-01-25  paf
                   18370: 
                   18371:        * src/main/: compile.tab.C, compile.y: #comment  before @ after
                   18372:          @SPECIAL now works OK
                   18373: 
                   18374:        * src/main/: pa_exec.C: unix: exec now does chdir to script dir
                   18375: 
                   18376:        * src/main/pa_exec.C: max arg count now 10, and proper message on
                   18377:          violation that added
                   18378: 
                   18379:        * src/classes/hash.C: unified  hash::sql, now
                   18380:          ^hash::sql{query}[[$.limit(2) $.offset(4)]]
                   18381: 
                   18382:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
                   18383:          ^file:lock[filename]{code}
                   18384: 
                   18385:        * src/: classes/file.C, classes/op.C, classes/string.C,
                   18386:          classes/table.C, classes/xdoc.C, include/pa_common.h,
                   18387:          main/pa_common.C, types/pa_vfile.h: removed redundant pool param
                   18388:          to some pa_common funcs
                   18389: 
                   18390:        * src/: include/pa_charset.h, main/pa_globals.C:
                   18391:          http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
                   18392: 
                   18393:        * src/: include/pa_charset.h, main/pa_charset.C,
                   18394:          include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
                   18395:          not stupid illegal define
                   18396: 
                   18397: 2002-01-24  paf
                   18398: 
                   18399:        * src/include/pa_version.h: changed version number
                   18400: 
                   18401:        * src/: classes/hashfile.C, include/pa_db_table.h,
                   18402:          include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   18403:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   18404:          main/pa_db_connection.C, main/pa_db_table.C,
                   18405:          types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
                   18406:          hashfile without logfiles
                   18407: 
                   18408:        * src/: classes/hashfile.C, include/pa_db_table.h,
                   18409:          main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
                   18410:          types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
                   18411:          of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
                   18412:          DB_INIT_TXN init bits, thus got rid of huge log files, which
                   18413:          cluttered disk without huge need]
                   18414: 
                   18415:        * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
                   18416:          handy macro, which is strangly abscent in dome lib
                   18417: 
                   18418:        * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
                   18419: 
                   18420:        * src/classes/xdoc.C: checked empty response
                   18421: 
                   18422:        * src/classes/xnode.C: xdoc.select fixed context node [were always
                   18423:          /, not self node]
                   18424: 
                   18425:        * src/classes/xnode.C: xnode.select returns array always now, in
                   18426:          case 'nothing found' returns empty array
                   18427: 
                   18428:        * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
                   18429:          be more tender with ctrl/c/v
                   18430: 
                   18431: 2002-01-23  paf
                   18432: 
                   18433:        * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
                   18434:          substituted.         // 2. when dom tree with entites goes under
                   18435:          transform text nodes        // got [erroreosly] cut on first
                   18436:          entity occurance
                   18437: 
                   18438:        * src/types/pa_vdouble.h: double prec. todo: get rid of
                   18439:          twice-converting
                   18440: 
                   18441:        * src/types/pa_vdouble.h: %.20E now float format when %g produced
                   18442:          'e' in output this is for regretful twice-converting here:
                   18443:          $a(double value) when they write double falue  they convert it to
                   18444:          string first, thus %g were losing precesion.
                   18445: 
                   18446:          todo: think up some way to remove double->string string->double
                   18447:          twice-converting
                   18448: 
                   18449:        * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
                   18450:          %.20E now default float format this is for regretful
                   18451:          twice-converting here: $a(double value) when they write double
                   18452:          falue  they convert it to string first, thus %g were losing
                   18453:          precesion.
                   18454: 
                   18455:          todo: think up some way to remove double->string string->double
                   18456:          twice-converting
                   18457: 
                   18458:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   18459:          main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
                   18460:          reasons in comment inside
                   18461: 
                   18462:        * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
                   18463:          statically linked]
                   18464: 
                   18465:        * src/: include/pa_exception.h, main/compile.tab.C,
                   18466:          main/pa_exception.C: removed exception va_list constructor.  1.
                   18467:          not needed anymore 2. there were a conflict[causing errors]
                   18468:          between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
                   18469:          never detected an ambiguilty here, compiling ctor(, "hello") into
                   18470:          ctor(, va_list) which, of course, caused gpf
                   18471: 
                   18472:        * src/main/pa_globals.C: removed debug xslt messages
                   18473: 
                   18474: 2002-01-22  paf
                   18475: 
                   18476:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   18477:          main/pa_globals.C: xsl stylesheet load: parsed entities, this
                   18478:          helps compiling stylesheet properly.  example: this refused to
                   18479:          work,             <b>&laquo;<xsl:value-of select="@title"
                   18480:          />&raquo;</b> stranly worked only this way:
                   18481:          <b>&#171;<xsl:value-of select="@title" />&raquo;</b>
                   18482: 
                   18483:          docs says "set it to 1", never going into details, so I decided
                   18484:          to try NOT to do that
                   18485: 
                   18486:        * src/classes/table.C: join behaived badly in case named tables
                   18487:          structure mismatched: 0 strings sneaked into dest failing
                   18488:          afterwards.  replaced them with empty strings
                   18489: 
                   18490: 2002-01-21  paf
                   18491: 
                   18492:        * src/main/pa_charset.C: checked empty transcoders in
                   18493:          transcode_cstr|buf
                   18494: 
                   18495:        * src/classes/xdoc.C: xdoc::load error source = filespec
                   18496: 
                   18497:        * src/classes/xdoc.C: transform error source now
                   18498:          stylesheet_filespec
                   18499: 
1.116     moko     18500:        * src/: classes/xdoc.C, classes/xnode.C,
1.95      moko     18501:          include/pa_stylesheet_connection.h, main/pa_charset.C,
                   18502:          main/pa_globals.C, main/pa_sql_driver_manager.C,
1.116     moko     18503:          main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
                   18504:          gnome
1.95      moko     18505: 
                   18506:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
                   18507:          include/pa_globals.h, include/pa_stylesheet_connection.h,
                   18508:          main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
                   18509:          xslt generic error 1
                   18510: 
                   18511:        * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
                   18512:          xml generic message 1
                   18513: 
                   18514:        * src/classes/table.C: ^table::load empty lines or #comments before
                   18515:          headline
                   18516: 
                   18517:        * src/: include/pa_array.h, include/pa_globals.h,
                   18518:          include/pa_request.h, include/pa_threads.h, main/pa_array.C,
                   18519:          main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
                   18520:          targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
                   18521:          errors 0
                   18522: 
                   18523: 2002-01-16  paf
                   18524: 
                   18525:        * src/: classes/hash.C, classes/op.C, classes/string.C,
                   18526:          classes/table.C, classes/void.C, classes/xdoc.C,
                   18527:          include/pa_db_connection.h, include/pa_request.h,
                   18528:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   18529:          include/pa_stylesheet_connection.h,
                   18530:          include/pa_stylesheet_manager.h, main/pa_request.C,
                   18531:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   18532:          targets/cgi/pool_storage.h: auto closers to sql_connection,
                   18533:          stylesheet_connection auto destroyers to remaining gnome objects
                   18534: 
                   18535:        * src/classes/xdoc.C: few comments
                   18536: 
                   18537: 2002-01-15  paf
                   18538: 
                   18539:        * src/classes/xdoc.C: xdoc   file   save   string
                   18540: 
                   18541:          ready.  todo: error handling
                   18542: 
                   18543:        * src/classes/xdoc.C: xdoc save rewritten using
                   18544:          xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
                   18545:          result
                   18546: 
                   18547:        * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
                   18548:          started output options parsing
                   18549: 
                   18550: 2002-01-14  paf
                   18551: 
                   18552:        * src/classes/xdoc.C: method
                   18553: 
                   18554:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
                   18555:          include/pa_pool.h, include/pa_stylesheet_connection.h,
                   18556:          main/main.dsp, main/pa_charset.C, main/pa_globals.C,
                   18557:          main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
                   18558:          xslt transform0.  TODO:   use output options   handle errors
                   18559: 
                   18560:        * src/classes/: xdoc.C, xnode.C: ^xdoc.file
                   18561: 
                   18562: 2002-01-11  paf
                   18563: 
                   18564:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   18565:          main/compile_tools.C, main/compile_tools.h, main/execute.C:
                   18566:          partial logical && || evaluation
                   18567: 
                   18568:        * src/classes/xnode.C: xpath selectNodes
                   18569: 
                   18570:        * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
                   18571:          string/number/bool
                   18572: 
                   18573:        * src/classes/xnode.C: xpath selectNode 2
                   18574: 
                   18575:        * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
                   18576:          xpath selectNode 1
                   18577: 
                   18578: 2002-01-10  paf
                   18579: 
                   18580:        * src/classes/xnode.C: xpath selectNode -100 [just written]
                   18581: 
                   18582:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
                   18583:          include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
                   18584:          main/pa_pool.C: GdomeDOMString_auto_ptr  c++ wrapper [calls
                   18585:          refcounter]
                   18586: 
                   18587: 2001-12-29  paf
                   18588: 
                   18589:        * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
                   18590:          main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
                   18591:          glib works 0
                   18592: 
                   18593: 2001-12-28  paf
                   18594: 
                   18595:        * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
                   18596:          main/pa_exception.C: started glib transcoders
                   18597: 
                   18598:        * src/main/pa_globals.C: renamed gdome to libgdome.dll
                   18599: 
                   18600:        * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
                   18601:          classes/xnode.C, classes/xnode.h, include/pa_exception.h,
                   18602:          include/pa_globals.h, main/compile.tab.C, main/main.dsp,
                   18603:          main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
                   18604:          main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
                   18605:          targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
                   18606:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
                   18607:          libs just compiled in.  no refcounting no xpath no xslt   yet
                   18608: 
                   18609: 2001-12-27  paf
                   18610: 
                   18611:        * src/: include/pa_charset.h, include/pa_common.h,
                   18612:          include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
                   18613:          main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
                   18614:          main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
                   18615:          targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   18616:          types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
                   18617:          from xalan&xerces, started the process.  globals [initialization
                   18618:          pool [charset update charset [transcodings vxnode vxdoc [DOM
                   18619:          calls
                   18620: 
                   18621:        * src/classes/Makefile.am: going away from xalan&xerces, not needed
                   18622:          anymore
                   18623: 
                   18624: 2001-12-26  paf
                   18625: 
                   18626:        * src/: include/pa_charset.h, include/pa_charsets.h,
                   18627:          main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
                   18628:          key globalized [bug]
                   18629: 
                   18630: 2001-12-25  paf
                   18631: 
                   18632:        * src/: classes/mail.C, classes/table.C, include/pa_string.h,
                   18633:          main/pa_string.C: table set & append changed splitting languages,
                   18634:          separators now can be clean AND as-is same to mail command line
                   18635:          $MAIN:MAIL.progX arguments
                   18636: 
                   18637: 2001-12-24  paf
                   18638: 
                   18639:        * src/classes/mail.C: one parted text messages - no multipart
                   18640:          mime-type anymore.  for convinient if $.attach-ments
                   18641: 
                   18642:        * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
                   18643:          main/pa_string.C: read from cache size check updated
                   18644: 
                   18645:        * src/main/: pa_string.C: String::join_chain another ugly bug :(
                   18646: 
                   18647: 2001-12-21  paf
                   18648: 
                   18649:        * src/classes/date.C: date:sql-string now returns localtime
                   18650: 
                   18651:        * src/main/pa_request.C: $result in @main actually not working, to
                   18652:          hell with it for now
                   18653: 
                   18654:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   18655:          types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
                   18656:          @postprocess @exception
                   18657: 
                   18658:        * src/main/execute.C: junction evaluation canceled - endless
                   18659:          recursion detected
                   18660: 
                   18661: 2001-12-19  paf
                   18662: 
                   18663:        * src/main/pa_charset.C: charset->charset transcoding via unicode
                   18664:          intermediate
                   18665: 
                   18666:        * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
                   18667: 
                   18668:        * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
                   18669: 
                   18670:        * src/classes/op.C: ^cache keypath now relative
                   18671: 
                   18672:        * src/classes/mail.C: changed weighting prior to sort
                   18673: 
                   18674:        * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
                   18675:          were missing
                   18676: 
                   18677: 2001-12-17  paf
                   18678: 
                   18679:        * src/main/pa_charset.C: ifndef XML were bad type
                   18680: 
                   18681:        * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
                   18682:          outdated unset services_pool
                   18683: 
                   18684:        * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
                   18685:          main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
                   18686:          types/pa_vresponse.C: ^mail:send[    $.charset[zzz] addded
                   18687: 
                   18688:        * src/main/untaint.C: allowed space in filespec
                   18689: 
                   18690:        * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
                   18691: 
                   18692:        * src/classes/image.C: no govno
                   18693: 
                   18694:        * src/classes/image.C: govno
                   18695: 
                   18696: 2001-12-16  paf
                   18697: 
                   18698:        * src/include/: pa_charset.h, pa_charsets.h: forgot to add
                   18699: 
                   18700:        * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
                   18701:          charset_connection&manager replaced by charset&charsets
                   18702: 
                   18703:        * src/main/pa_charset.C: name_cstr 0
                   18704: 
                   18705:        * src/main/untaint.C: uri lang now knows about client/source
                   18706:          charsets
                   18707: 
                   18708:        * src/: classes/file.C, classes/math.C, classes/op.C,
                   18709:          classes/string.C, classes/table.C, classes/xdoc.C,
                   18710:          include/pa_array.h, include/pa_cache_managers.h,
                   18711:          include/pa_charset_connection.h, include/pa_charset_manager.h,
                   18712:          include/pa_common.h, include/pa_db_connection.h,
                   18713:          include/pa_db_manager.h, include/pa_db_table.h,
                   18714:          include/pa_dictionary.h, include/pa_exception.h,
                   18715:          include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
                   18716:          include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
                   18717:          include/pa_sapi.h, include/pa_socks.h,
                   18718:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   18719:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   18720:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   18721:          include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
                   18722:          main/pa_charset.C, main/pa_charset_connection.C,
                   18723:          main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
                   18724:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   18725:          main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
                   18726:          types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
                   18727:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   18728:          types/types.dsp: introducing Charset
                   18729: 
                   18730: 2001-12-14  paf
                   18731: 
                   18732:        * src/: include/pa_request.h, include/pa_transcoder.h,
                   18733:          main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
                   18734:          types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
                   18735:          uri lang
                   18736: 
                   18737:        * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
                   18738: 
                   18739:        * src/targets/cgi/Makefile.am: -I../../pcre  to .am
                   18740: 
                   18741:        * src/: include/pa_globals.h, main/pa_globals.C: removed unused
                   18742:          defalts_name global
                   18743: 
                   18744:        * src/: include/pa_charset_connection.h, include/pa_pool.h,
                   18745:          include/pa_request.h, main/main.dsp,
                   18746:          main/pa_charset_connection.C, main/pa_charset_manager.C,
                   18747:          main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
                   18748:          types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
                   18749:          include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
                   18750:          changed charset model.  now important: $request:charset
                   18751:          $response:charset while $response:content-type.charset become
                   18752:          unimportant [informational]
                   18753: 
                   18754: 2001-12-13  paf
                   18755: 
                   18756:        * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
                   18757: 
                   18758:        * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
                   18759:          of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
                   18760:          auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
                   18761:          _Tp = FormatterListener] /usr/include/g++-3/memory:48:
                   18762:          auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
                   18763:          [with _Tp1 = FormatterListener, _Tp = FormatterListener]
                   18764: 
                   18765:        * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
                   18766:          auto_ptr part other way, because of stupid gcc 2.96
                   18767:          /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
                   18768:          &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
                   18769:          FormatterListener] /usr/include/g++-3/memory:48:
                   18770:          auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
                   18771:          _Tp1 = FormatterListener, _Tp = FormatterListener]
                   18772: 
                   18773:        * src/classes/xdoc.C: removed extra inc
                   18774: 
                   18775:        * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
                   18776: 
                   18777:        * src/include/pa_types.h: msvc head debugging flag
                   18778: 
                   18779:        * src/classes/xdoc.C: freed up listener
                   18780: 
                   18781:        * src/classes/string.C: change msg '... code is not code'
                   18782: 
                   18783:        * src/: main/pa_db_connection.C, main/pa_db_manager.C,
                   18784:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   18785:          targets/cgi/pool_storage.h: couple cache expiratiors were wrong
                   18786:          [past/future prob]
                   18787: 
                   18788:        * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
                   18789:          include/pa_config_fixed.h, include/pa_db_manager.h,
                   18790:          include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
                   18791:          main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
                   18792: 
                   18793:        * src/: include/pa_config_fixed.h, main/pa_common.C,
                   18794:          main/pa_string.C: removed signed mismatch warnings
                   18795: 
                   18796:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
                   18797:          'expires' from header outputs
                   18798: 
                   18799:        * src/main/pa_string.C: string::recustruct erroreusly used outdated
                   18800:          row ptr
                   18801: 
                   18802:        * src/classes/file.C: file::cgi bug, request_method were passed to
                   18803:          SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
                   18804: 
                   18805:        * src/classes/xdoc.C: lang list updated
                   18806: 
                   18807: 2001-12-10  paf
                   18808: 
                   18809:        * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
                   18810: 
                   18811:        * src/main/untaint.C: FILE_SPEC untainting changed so that one can
                   18812:          erase files like that, knowing their full name introducing   //
                   18813:          theoretical problem with, for instance, "_2B" and "." fragments,
                   18814:          // they would yield the same    // because
                   18815:          need_file_encode('_')=false  // but we need to delete such files
                   18816:          somehow, getting names from ^index
                   18817: 
                   18818:        * src/main/pa_string.C: ^string.replace bug fixed [bad
                   18819:          string::join_chank break]
                   18820: 
                   18821: 2001-12-07  paf
                   18822: 
                   18823:        * src/: classes/hashfile.C, classes/op.C, classes/table.C,
                   18824:          include/pa_common.h, include/pa_config_auto.h.in,
                   18825:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   18826:          include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
                   18827:          main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
                   18828:          types/pa_vhashfile.C: merged from r14_simple_cache
                   18829: 
                   18830:        * src/main/pa_string.C: stupid sparc architecture failed to access
                   18831:          short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
                   18832:             lduh  [ %i2 + 1 ], %l0
                   18833: 
                   18834:          bus error, fixed that
                   18835: 
                   18836:        * src/main/pa_string.C: strange string deserialize bug on
                   18837:          client[pmts], a bit shortened,
                   18838: 
                   18839:        * src/include/pa_config_auto.h.in: makes
                   18840: 
                   18841:        * src/: include/pa_common.h, include/pa_config_fixed.h,
                   18842:          include/pa_config_includes.h, main/pa_common.C: exclusive lock
                   18843:          file write shared lock file read
                   18844: 
                   18845:        * src/: classes/op.C, include/pa_common.h,
                   18846:          include/pa_config_fixed.h, main/pa_common.C: ^cache operator
                   18847: 
                   18848: 2001-12-06  paf
                   18849: 
                   18850:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   18851:          main/pa_request.C: #ifdef RESOURCES_DEBUG
                   18852: 
                   18853:        * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
                   18854:          info
                   18855: 
                   18856:        * src/classes/hashfile.C: removed transaction from ^cache
                   18857: 
                   18858: 2001-12-05  paf
                   18859: 
                   18860:        * src/targets/cgi/: parser3.C: fatal error reporting fixed.  in
                   18861:          IIS5 there were a prob with illegal call check
                   18862: 
                   18863: 2001-12-04  paf
                   18864: 
                   18865:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   18866:          main/pa_request.C: measures to log
                   18867: 
                   18868: 2001-11-23  paf
                   18869: 
                   18870:        * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
                   18871:          main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
                   18872:          types/pa_vhashfile.C: merged from _0014, 1
                   18873: 
                   18874:        * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
                   18875:          main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
                   18876:          hashfile bugfix2 more wrong sizes.  ^cache behaviour changed: if
                   18877:          ^cache(33) would change
                   18878: 
                   18879:          0660 bits in file_write & hashfile create
                   18880: 
                   18881:        * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
                   18882:          after pa_string optimization]
                   18883: 
                   18884: 2001-11-22  paf
                   18885: 
                   18886:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                   18887:          table.offset[whence]
                   18888: 
                   18889:        * src/classes/op.C: process cstr(,connection)
                   18890: 
                   18891:        * src/classes/op.C: process now gets its body on current language,
                   18892:          not as-is
                   18893: 
                   18894:        * src/main/untaint.C: ORIGINS mode removed UHTML
                   18895: 
                   18896:        * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
                   18897:          bit
                   18898: 
1.116     moko     18899:        * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95      moko     18900: 
                   18901: 2001-11-21  paf
                   18902: 
                   18903:        * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
                   18904:          <xsl:output output options made identical to xsl:output
                   18905:          attributes exclusion:    cdata-section-elements what xalan can do
                   18906:          but that not used now:    it can escape and remove CDATA sections
                   18907: 
                   18908:        * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
                   18909:          produced by xslt
                   18910: 
                   18911:        * src/targets/cgi/parser3.C: removed debug cgi||1
                   18912: 
                   18913:        * src/main/: pa_string.C, untaint.C: cached some string::size() es
                   18914: 
                   18915:        * src/: classes/table.C, main/pa_string.C, main/untaint.C,
                   18916:          targets/cgi/parser3.C: table.append bug fixed: forgot to switch
                   18917:          default language for {code}, it happen to change it's language
                   18918:          from CLEAN, so later refused to split by CLEAN \t
                   18919: 
                   18920: 2001-11-20  paf
                   18921: 
1.116     moko     18922:        * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
                   18923:          main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95      moko     18924:          bottom of dependeces, so that errors would popup quicklier, fixed
                   18925:          line numbering in table::sql
                   18926: 
                   18927: 2001-11-19  paf
                   18928: 
                   18929:        * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
                   18930:          include/pa_types.h, main/pa_globals.C, main/pa_request.C,
                   18931:          main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
                   18932:          targets/isapi/parser3isapi.C, types/pa_wcontext.C,
                   18933:          types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
                   18934:          at wcontext.write
                   18935: 
1.116     moko     18936:        * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95      moko     18937:          _set_new_handler
                   18938: 
1.116     moko     18939:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
                   18940:          set_new_handler in apache&isapi
1.95      moko     18941: 
                   18942: 2001-11-16  paf
                   18943: 
                   18944:        * src/targets/cgi/parser3.C: pool debug @ die
                   18945: 
                   18946:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
                   18947:          removed 8 bytes from String, 2 bytes from
                   18948:          string::chunk::row::item
                   18949: 
                   18950:        * src/main/pa_string.C: removed 1+4 bytes from String
                   18951: 
                   18952:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
                   18953:          types/pa_vstring.C: removed 1+4 bytes from String
                   18954: 
                   18955:        * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
                   18956:          0
                   18957: 
                   18958:        * src/: include/pa_globals.h, include/pa_string.h,
                   18959:          include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
                   18960:          main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
                   18961:          targets/cgi/parser3.C: introducing estimating
                   18962:          String::cstr_bufsize, 0
                   18963: 
                   18964:        * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
                   18965: 
                   18966:        * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
                   18967: 
                   18968:        * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
                   18969:          include/pa_pool.h: die in pool::fail
                   18970: 
                   18971: 2001-11-15  paf
                   18972: 
                   18973:        * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
                   18974:          main/pa_exception.C, targets/cgi/parser3.C: exception with
                   18975:          dynamic buffer re-back now with counter
                   18976: 
                   18977:        * src/: include/pa_exception.h, main/pa_exception.C: exception with
                   18978:          static buffer back
                   18979: 
                   18980:        * src/targets/cgi/parser3.C: std::
                   18981: 
                   18982:        * src/: classes/classes.awk, include/pa_config_auto.h.in,
                   18983:          include/pa_config_includes.h: setnewhandler check
                   18984: 
1.116     moko     18985:        * src/include/pa_config_auto.h.in: makes
1.95      moko     18986: 
                   18987:        * src/targets/cgi/parser3.C: set_new_handler started
                   18988: 
                   18989: 2001-11-14  paf
                   18990: 
                   18991:        * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
                   18992:          was wrong
                   18993: 
                   18994:        * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
                   18995:          was wrong
                   18996: 
                   18997:        * src/main/pa_request.C: z
                   18998: 
                   18999:        * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
                   19000:          full returns win32 -1 solaris >buffer_size
                   19001: 
                   19002:          checked all that
                   19003: 
                   19004:        * src/classes/op.C: ^untaint{body} as-is default now
                   19005: 
                   19006:        * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
                   19007:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
                   19008:          with no_bad_constructors_try
                   19009: 
                   19010:        * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
                   19011:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
                   19012:          this: $bred[^string::length[]] $bred[^response::clear[]]
                   19013:          $bred[^int::int[]]
                   19014: 
                   19015:          now VObject creation moved into overriden
                   19016:          VClass::create_new_value, thus 0 from create_new_value means that
                   19017:          class has no ctors
                   19018: 
                   19019: 2001-11-13  paf
                   19020: 
                   19021:        * src/classes/classes.C: returned accedently removed if in foreach
                   19022:          callbacks [when hash no-0-restructure]
                   19023: 
                   19024: 2001-11-12  paf
                   19025: 
                   19026:        * src/main/pa_pool.C: changed xdoc createXXX politics, now string
                   19027:          passed as-is to method, xalan makes & into &amp; itself
                   19028: 
                   19029:        * src/classes/date.C: date.roll parser2 alg used
                   19030: 
                   19031:        * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
                   19032:          include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
                   19033:          main/pa_dictionary.C, main/pa_hash.C,
                   19034:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
                   19035:          now does not containt 0 values. put 0 actullay removes.  no check
                   19036:          on 0 value in foreach now required
                   19037: 
                   19038: 2001-11-11  paf
                   19039: 
                   19040:        * src/sql/pa_sql_driver.h: removed extra constructor, doc
                   19041: 
                   19042:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
                   19043: 
                   19044:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
                   19045:          driver initialize not const
                   19046: 
                   19047: 2001-11-10  paf
                   19048: 
                   19049:        * src/main/pa_exec.C: doc
                   19050: 
                   19051: 2001-11-09  paf
                   19052: 
                   19053:        * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
                   19054:          param properly
                   19055: 
                   19056:        * src/classes/string.C: string.save now does untainting before
                   19057:          saving
                   19058: 
                   19059:        * src/main/pa_common.C: line endings fixing fixed last piece[was
                   19060:          still cstr oriented]
                   19061: 
                   19062:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
                   19063:          line endings fixing got rid of cstr, now must work ok with post
                   19064:          multipart
                   19065: 
                   19066:        * src/types/pa_vform.C: line endings fixed at post / multipart /
                   19067:          not file  also now
                   19068: 
                   19069: 2001-11-08  paf
                   19070: 
                   19071:        * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
                   19072:          include/pa_db_manager.h, include/pa_sql_driver_manager.h,
                   19073:          include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
                   19074:          main/pa_db_manager.C, main/pa_sql_driver_manager.C,
                   19075:          main/pa_stylesheet_manager.C: restructured Cache manager to be
                   19076:          simple parent, not second parent [gcc 2.96 strangly refused to
                   19077:          call virtual from second parent]
                   19078: 
1.116     moko     19079:        * src/: include/pa_common.h, main/Makefile.am,
                   19080:          targets/cgi/pa_pool.C: makes
1.95      moko     19081: 
                   19082:        * src/: include/pa_request.h, main/pa_request.C,
                   19083:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
                   19084:          'status' class enabler
                   19085: 
                   19086:          <Location /parser-status.html> ParserStatusAllowed </Location>
                   19087: 
                   19088:        * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
                   19089:          include/pa_db_manager.h, include/pa_sql_driver_manager.h,
                   19090:          include/pa_stylesheet_manager.h, main/main.dsp,
                   19091:          main/pa_cache_managers.C, main/pa_charset_manager.C,
                   19092:          main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
                   19093:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   19094:          types/pa_vstatus.h: cache_managers, maybe-expiring every request
                   19095:          todo: apache 'status' class enabler
                   19096: 
                   19097: 2001-11-05  paf
                   19098: 
                   19099:        * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
                   19100:          debug to normal
                   19101: 
                   19102:        * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
                   19103:          hence i removed skipping 0 values in hash::for_each-es we need to
                   19104:          check cleaned cache items manually. few more checks.
                   19105: 
                   19106:          expiring to 0 time was wrong, changed to 'now' time
                   19107: 
                   19108:        * src/targets/cgi/parser3.C: read can return 0, that means sort of
                   19109:          sig_pipe on freebsd [moko's experiments].   checked that in cgi,
                   19110:          on apache already done :)
                   19111: 
                   19112:        * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
                   19113:          skipping 0 values in hash::for_each-es we need to check cleaned
                   19114:          cache items manually
                   19115: 
                   19116:        * src/main/: pa_db_connection.C, pa_db_table.C:
                   19117:          parser_multithreaded check was wrong
                   19118: 
                   19119:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   19120:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   19121:          classes/hashfile.C, classes/image.C, classes/int.C,
                   19122:          classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
                   19123:          classes/string.C, classes/table.C, classes/void.C,
                   19124:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   19125:          include/pa_array.h, include/pa_charset_connection.h,
                   19126:          include/pa_charset_manager.h, include/pa_common.h,
                   19127:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   19128:          include/pa_db_connection.h, include/pa_db_manager.h,
                   19129:          include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
                   19130:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   19131:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   19132:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   19133:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   19134:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   19135:          include/pa_stack.h, include/pa_string.h,
                   19136:          include/pa_stylesheet_connection.h,
                   19137:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   19138:          include/pa_threads.h, include/pa_types.h, main/compile.C,
                   19139:          main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
                   19140:          main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
                   19141:          main/pa_charset_manager.C, main/pa_common.C,
                   19142:          main/pa_db_connection.C, main/pa_db_manager.C,
                   19143:          main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
                   19144:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   19145:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   19146:          main/pa_socks.C, main/pa_sql_driver_manager.C,
                   19147:          main/pa_status_provider.C, main/pa_string.C,
                   19148:          main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
                   19149:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   19150:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   19151:          targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
                   19152:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   19153:          targets/isapi/pool_storage.h, types/pa_valiased.C,
                   19154:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   19155:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   19156:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   19157:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   19158:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   19159:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   19160:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   19161:          types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
                   19162:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
                   19163:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   19164:          types/pa_vstateless_object.h, types/pa_vstatus.h,
                   19165:          types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
                   19166:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   19167:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   19168:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
                   19169:          $status:db fixed used not initialized in db_connection & db_table
                   19170: 
                   19171:        * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
                   19172:          $status:charset
                   19173: 
                   19174:        * src/: classes/xdoc.C, include/pa_db_connection.h,
                   19175:          include/pa_stylesheet_connection.h,
                   19176:          include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
                   19177:          types/pa_vstatus.h: $status:stylesheet
                   19178: 
                   19179:        * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
                   19180:          include/pa_request.h, include/pa_sql_connection.h,
                   19181:          include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
                   19182:          main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
                   19183:          main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
                   19184:          main/pa_sql_driver_manager.C, main/pa_status_provider.C,
                   19185:          main/pa_stylesheet_manager.C, types/pa_vstatus.h,
                   19186:          types/pa_vxnode.C, types/types.dsp: started status parser class
                   19187: 
                   19188: 2001-11-01  paf
                   19189: 
                   19190:        * src/include/pa_config_auto.h.in: makes
                   19191: 
                   19192:        * src/main/pa_hash.C: removed old extra include
                   19193: 
                   19194:        * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
                   19195:          checks [for hp, there are such in math.h]
                   19196: 
                   19197:        * src/classes/op.C: ^for endless loop check strightened
                   19198: 
                   19199:        * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
                   19200:          behavior in native calls.  it left unchanged, so ^for ^foreach &
                   19201:          co can use r.root to write their i & key,value there
                   19202: 
                   19203:        * src/classes/op.C: detected for var storage bug, fixed.
                   19204:          todo:foreach
                   19205: 
                   19206:        * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
                   19207:          include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
                   19208:          types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
                   19209:          changing of hash inside of foreach
                   19210: 
                   19211:        * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
                   19212:          ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
                   19213:          were hash.foreach
                   19214: 
                   19215:        * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
                   19216:          types/pa_vstring.C, types/pa_vstring.h:
                   19217:          ^foreach[key|value]{body}[[separator]|{separator}]
                   19218: 
                   19219:        * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
                   19220:          types/pa_vcookie.C: ^hash.delete[key]
                   19221: 
                   19222: 2001-10-31  paf
                   19223: 
                   19224:        * src/main/: compile.C, pa_common.C: completely empty file now
                   19225:          considered "read", not ignored [not perfect trick used]
                   19226: 
                   19227:        * src/main/pa_common.C: simplier common ifdefs
                   19228: 
                   19229:        * src/main/pa_common.C: typing bug in common - bad ifdeff
                   19230: 
                   19231:        * src/main/pa_db_connection.C: z
                   19232: 
                   19233:        * src/main/: pa_db_connection.C, pa_sql_driver_manager.C:       //
                   19234:          lockdetector flags
                   19235:                  dbenv.lk_detect=DB_LOCK_RANDOM;
                   19236: 
                   19237:        * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
                   19238:          from accidental show [imagine user forgot @exception]
                   19239: 
                   19240:        * src/classes/table.C: ^table.save[[nameless|+append;]path]
                   19241: 
                   19242:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   19243:          classes/string.C, classes/xnode.C, include/pa_common.h,
                   19244:          main/pa_common.C: ^string.save[[append;]path]
                   19245: 
                   19246:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   19247:          main/execute.C: \ in expression: int divide 10/3=3
                   19248: 
                   19249:        * src/types/pa_vhashfile.h: hashfile  ^delete to do something only
                   19250:          inside of ^cache
                   19251: 
                   19252:        * src/: include/pa_threads.h, main/pa_db_connection.C,
                   19253:          main/pa_db_table.C, targets/cgi/pa_threads.C,
                   19254:          targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
                   19255:          needed
                   19256: 
                   19257: 2001-10-30  paf
                   19258: 
                   19259:        * src/: classes/classes.dsp, main/main.dsp,
                   19260:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   19261:          types/types.dsp: enabled debug incremental compile
                   19262: 
                   19263:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
                   19264:          form post data line endings not reformatted now.
                   19265: 
                   19266:        * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
                   19267:          now required [had bug when file= has no value]
                   19268: 
                   19269:        * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
                   19270:          pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
                   19271:          cstr(asis) default param removed
                   19272: 
                   19273:        * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
                   19274: 
                   19275:        * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
                   19276: 
                   19277:        * src/include/pa_dir.h: LOAD_DIR fixed
                   19278: 
                   19279:        * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
                   19280:          was broken} fix_line_breaks
                   19281: 
                   19282:        * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
                   19283:          pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
                   19284:          packed with #pragma pack
                   19285: 
1.116     moko     19286:        * src/include/pa_config_auto.h.in: pragma detection
1.95      moko     19287: 
                   19288: 2001-10-29  paf
                   19289: 
                   19290:        * src/types/pa_wcontext.h: bitfield syntax stricter
                   19291: 
                   19292:        * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
                   19293:          string hash.puts
                   19294: 
                   19295:        * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
                   19296: 
                   19297:        * src/include/pa_sql_connection.h: there were one wrong
                   19298:          SQL_CONNECTION_FUNC_GUARDED [failed]
                   19299: 
                   19300:        * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
                   19301:          param.someday either ifdef or remove it
                   19302: 
                   19303:        * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
                   19304: 
                   19305:        * src/main/untaint.C: optimizing returned after debugging
                   19306: 
                   19307:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
                   19308:          main/untaint.C: memory hunging #pragma pack(1)
                   19309: 
                   19310:          16 419 844 13 169 394
                   19311: 
                   19312:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
                   19313:          targets/cgi/pa_pool.C: String size_t replace to uint in proper
                   19314:          places [todo:Array]
                   19315: 
                   19316:        * src/: main/execute.C, targets/cgi/pa_pool.C,
                   19317:          targets/cgi/parser3.dsp, types/pa_wcontext.h,
                   19318:          types/pa_wwrapper.h: debugging memory WContext flags to bits
                   19319: 
                   19320:          total 5 652 652/158731 total 5 469 332/158731
                   19321: 
                   19322:        * src/: include/pa_array.h, main/pa_array.C: debugging memory
                   19323:          Array:: without cache in get/put now
                   19324: 
                   19325:          [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
                   19326:          18:25:27 2001] total 5 652 652/158731
                   19327: 
                   19328:        * src/: include/pa_string.h, main/pa_string.C,
                   19329:          targets/cgi/pa_pool.C: debugging memory String::fused_rows func
                   19330:          now
                   19331: 
                   19332:          [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
                   19333:          18:11:53 2001] total 5796092/158731
                   19334: 
                   19335:        * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
                   19336:          main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
                   19337:          key ref now
                   19338: 
                   19339:          [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
                   19340:          17:11:17 2001] total 16867948/202658
                   19341: 
                   19342:        * src/: classes/file.C, classes/image.C, classes/string.C,
                   19343:          classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
                   19344:          main/execute.C, main/pa_array.C, main/pa_common.C,
                   19345:          main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   19346:          main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
                   19347:          types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
                   19348:          string::as_int/double now usually uses stack, not heap [200K out
                   19349:          of 17M :)] VString(String&) not copies reference [29M -> 17M]
                   19350: 
                   19351:        * src/main/pa_sql_driver_manager.C: ping to have services [old
                   19352:          hiding bug]
                   19353: 
                   19354:        * src/Makefile.am: .am order
                   19355: 
                   19356:        * src/: include/pa_array.h, include/pa_charset_manager.h,
                   19357:          include/pa_db_connection.h, include/pa_db_manager.h,
                   19358:          include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
                   19359:          include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
                   19360:          include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
                   19361:          types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
                   19362:          required "friend class"
                   19363: 
                   19364:          ../include/pa_request.h:51: friend declaration requires
                   19365:          class-key, i.e. `friend    class Temp_lang'
                   19366: 
                   19367:        * src/: include/pa_exception.h, include/pa_sql_connection.h,
                   19368:          main/pa_exception.C, main/pa_sql_driver_manager.C,
                   19369:          sql/pa_sql_driver.h: sql driver impl changed in _throw part.
                   19370: 
                   19371:          the idea is to #1 jump to C++ some function to main body, where
                   19372:          every function stack frame has exception unwind information and
                   19373:          from there... #2 propagate_exception()
                   19374: 
                   19375: 2001-10-28  paf
                   19376: 
                   19377:        * src/main/pa_db_connection.C: removed old consts
                   19378: 
                   19379:        * src/main/pa_db_connection.C: expire table [was accidently pasted
                   19380:          with wrong type/cast]
                   19381: 
                   19382:        * src/main/: pa_db_connection.C, pa_db_table.C: exception
                   19383:          translation
                   19384: 
1.116     moko     19385:        * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95      moko     19386:          remember to build DB2 with -fexceptions!!!
                   19387: 
                   19388:        * src/main/pa_db_table.C: DB_RMW defed
                   19389: 
                   19390:        * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
                   19391:          include/pa_db_connection.h, include/pa_db_manager.h,
                   19392:          include/pa_db_table.h, main/pa_db_connection.C,
                   19393:          main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
                   19394: 
                   19395: 2001-10-27  paf
                   19396: 
                   19397:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   19398:          include/pa_db_table.h, main/pa_db_connection.C,
                   19399:          main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
                   19400:          types/pa_vhashfile.C: DB2 ifdefs
                   19401: 
1.116     moko     19402:        * src/: classes/Makefile.am, include/pa_config_fixed.h,
                   19403:          main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95      moko     19404:          makes with DB2
                   19405: 
1.116     moko     19406:        * src/: include/pa_config_auto.h.in, main/Makefile.am,
                   19407:          types/Makefile.am: makes db
1.95      moko     19408: 
                   19409:        * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
                   19410:          targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
                   19411:          globals.C
                   19412: 
                   19413:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   19414:          include/pa_db_table.h, main/pa_db_connection.C,
                   19415:          main/pa_db_table.C: ^hashfile.clear[]
                   19416: 
                   19417:        * src/classes/classes.awk: no $ in var names
                   19418: 
                   19419:        * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
                   19420:          connection&table [forgotten calls]
                   19421: 
                   19422: 2001-10-26  paf
                   19423: 
                   19424:        * src/main/pa_db_connection.C: db checkpoints
                   19425: 
                   19426:        * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
                   19427:          checkpoints
                   19428: 
                   19429:        * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
                   19430:          default. but entities still reparsed. todo: tothink
                   19431: 
                   19432:        * src/main/pa_db_connection.C: db recover mech 2
                   19433: 
                   19434:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   19435:          include/pa_db_manager.h, include/pa_db_table.h,
                   19436:          include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
                   19437:          main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
                   19438:          types/pa_vhashfile.h: db connections & tables now cached at
                   19439:          create time & multithreaded
                   19440: 
                   19441:        * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
                   19442:          parsed_source
                   19443: 
                   19444:        * src/main/pa_db_connection.C: about to remove connection from
                   19445:          vhashfile
                   19446: 
                   19447:        * src/: main/pa_db_table.C, classes/hashfile.C: db: child
                   19448:          transaction commit/rollback responsibility left to parent [as it
                   19449:          sould - else there were a bug with double free]
                   19450: 
                   19451:        * src/include/pa_db_table.h: db: child transaction commit/rollback
                   19452:          responsibility left to parent [as it sould - else there were a
                   19453:          bug with double free]
                   19454: 
                   19455: 2001-10-25  paf
                   19456: 
                   19457:        * src/: classes/hashfile.C, include/pa_common.h,
                   19458:          include/pa_db_connection.h, include/pa_db_manager.h,
                   19459:          main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
                   19460:          types/pa_vhashfile.C, types/pa_vhashfile.h,
                   19461:          include/pa_db_table.h, main/pa_db_table.C: started db_home
                   19462:          [multiple, cached] todo: autorecover [tried, but not succeded,
                   19463:          yet]
                   19464: 
                   19465:        * src/include/pa_dir.h: ancient gpf on dir not found fixed
                   19466: 
                   19467:        * src/: include/pa_db_connection.h, main/pa_db_manager.C:
                   19468:          transaction parent passed
                   19469: 
                   19470: 2001-10-24  parser
                   19471: 
1.116     moko     19472:        * src/classes/Makefile.am: makes
1.95      moko     19473: 
                   19474:        * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
                   19475:          isapi/pool_storage.h: pool_storage fixed
                   19476: 
                   19477:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
                   19478:          types/pa_vform.h: form fix_line_breaks
                   19479: 
1.116     moko     19480:        * src/targets/cgi/pool_storage.h: makes
1.95      moko     19481: 
                   19482:        * src/: classes/Makefile.am, targets/cgi/Makefile.am,
                   19483:          targets/cgi/pool_storage.h: makes
                   19484: 
                   19485:        * src/sql/pa_sql_driver.h: version
                   19486: 
                   19487:        * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
                   19488:          types/pa_vform.C, types/pa_vform.h: .am
                   19489: 
                   19490:        * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
                   19491:          this: DB_RMW Acquire write locks instead of read locks when doing
                   19492:          the retrieval. Setting this flag may decrease the likelihood of
                   19493:          deadlock during a read-modify-write cycle by immediately
                   19494:          acquiring the write lock during the read part of the cycle so
                   19495:          that another thread of control acquiring a read lock for the same
                   19496:          item, in its own read-modify-write cycle, will not result in
                   19497:          deadlock
                   19498: 
                   19499:        * src/targets/isapi/parser3isapi.dsp: doc
                   19500: 
                   19501:        * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
                   19502: 
                   19503:        * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
                   19504: 
                   19505:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   19506:          main/pa_db_connection.C: hashfile expired deleted from db when
                   19507:          get & iterate
                   19508: 
                   19509:        * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
                   19510:          expiring 1
                   19511: 
                   19512:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
                   19513: 
                   19514:        * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
                   19515:          db_connection not bothers with key when not returning expired
                   19516:          data
                   19517: 
                   19518:        * src/: include/pa_db_connection.h, main/pa_db_connection.C,
                   19519:          types/pa_vhashfile.C: db_cursor constructor public now
                   19520: 
                   19521:        * src/: include/pa_db_connection.h, main/pa_db_connection.C,
                   19522:          types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
                   19523:          stamped, todo: put_element analize
                   19524: 
                   19525:        * src/: include/pa_db_connection.h, include/pa_string.h,
                   19526:          main/pa_db_connection.C, main/pa_string.C: hashfile pieced
                   19527:          serialize. todo stamp
                   19528: 
                   19529: 2001-10-23  parser
                   19530: 
                   19531:        * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
                   19532:          classes/image.C, classes/mail.C, classes/response.C,
                   19533:          classes/string.C, classes/table.C, classes/xdoc.C,
                   19534:          include/pa_config_fixed.h, include/pa_db_connection.h,
                   19535:          main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
                   19536:          types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
                   19537:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
                   19538:          types/pa_vtable.C: ^hashfile.hash[]
                   19539: 
                   19540:        * src/: classes/hashfile.C, classes/xdoc.C,
                   19541:          include/pa_config_fixed.h, main/pa_db_manager.C,
                   19542:          main/pa_globals.C: ifdefs so it compiled without db
                   19543: 
                   19544:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   19545:          include/pa_db_manager.h, main/pa_db_connection.C,
                   19546:          main/pa_db_manager.C, types/pa_vhashfile.h:
                   19547:          ^hashfile.transaction{code} ^hashfile:clear[filename]
                   19548:          ^hashfile.delete[key]
                   19549: 
                   19550: 2001-10-22  parser
                   19551: 
                   19552:        * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
                   19553:          cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
                   19554: 
                   19555:        * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
                   19556:          classes/xnode.C, include/pa_charset_connection.h,
                   19557:          include/pa_db_connection.h, include/pa_db_manager.h,
                   19558:          include/pa_exception.h, include/pa_sapi.h,
                   19559:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   19560:          include/pa_stylesheet_connection.h,
                   19561:          include/pa_stylesheet_manager.h,
                   19562:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   19563:          main/pa_db_connection.C, main/pa_db_manager.C,
                   19564:          main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
                   19565:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   19566:          main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
                   19567:          targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
                   19568:          types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
                   19569:          types/types.dsp: hashfile 0
                   19570: 
                   19571:        * src/types/pa_vhashfile.C: z
                   19572: 
                   19573:        * src/: classes/classes.dsp, classes/hashfile.C,
                   19574:          include/pa_config_fixed.h, main/execute.C,
                   19575:          targets/cgi/parser3.dsp, types/pa_vhashfile.C,
                   19576:          types/pa_vhashfile.h, types/types.dsp: hashfile -100
                   19577: 
                   19578:        * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
                   19579: 
                   19580:        * src/: include/pa_exception.h, include/pa_request.h,
                   19581:          main/execute.C, main/pa_exception.C, main/pa_request.C,
                   19582:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   19583:          types/pa_vclass.h, types/pa_vobject.h: stack backtrace
                   19584: 
                   19585: 2001-10-19  parser
                   19586: 
                   19587:        * src/include/pa_pool.h: header
                   19588: 
                   19589:        * src/main/pa_pool.C: auto compiled on gcc
                   19590: 
                   19591:        * src/classes/image.C: comment
                   19592: 
1.116     moko     19593:        * src/: include/pa_pool.h, main/pa_common.C: makes
1.95      moko     19594: 
                   19595:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   19596:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   19597:          types/pa_vxnode.h: xnode clone got freed
                   19598: 
                   19599:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
                   19600:          include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
                   19601:          can free up xalandomstring resulting from pool::transcode
                   19602: 
                   19603:        * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
                   19604:          include/pa_config_fixed.h, include/pa_exception.h,
                   19605:          include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
                   19606:          main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
                   19607:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
                   19608:          to c++ exceptions 1xml configure fixed to exclude xalan-patch
                   19609:          from non-xml compile
                   19610: 
                   19611:        * src/main/pa_request.C: pool:: context - get_context
                   19612: 
                   19613:        * src/: classes/classes.h, classes/date.C, classes/double.C,
                   19614:          classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
                   19615:          classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
                   19616:          classes/string.C, classes/table.C, classes/void.C,
                   19617:          include/pa_config_fixed.h, include/pa_exception.h,
                   19618:          include/pa_pool.h, include/pa_request.h, include/pa_types.h,
                   19619:          main/compile.C, main/compile_tools.C, main/execute.C,
                   19620:          main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
                   19621:          main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
                   19622:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   19623:          main/pa_string.C, main/pa_table.C, main/untaint.C,
                   19624:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   19625:          types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
                   19626:          types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
                   19627:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
                   19628:          types/pa_vstateless_class.h, types/pa_vtable.C,
                   19629:          types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
                   19630:          exceptions 0
                   19631: 
                   19632:        * src/classes/classes.awk: $ removed
                   19633: 
                   19634: 2001-10-18  parser
                   19635: 
                   19636:        * src/types/pa_vcookie.C: cookie:CLASS
                   19637: 
                   19638:        * src/main/main.dsp: project
                   19639: 
                   19640:        * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
                   19641:          set_document & ctor question "who owns document" solved
                   19642: 
                   19643:        * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
                   19644: 
                   19645:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
                   19646:          main/pa_pool.C: encoding in dom creating funcs
                   19647: 
                   19648:        * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
                   19649:          be transformed now
                   19650: 
                   19651:        * src/classes/xdoc.C: dom created by create can be transformed now
                   19652: 
                   19653:        * src/classes/xdoc.C: z
                   19654: 
                   19655:        * src/classes/xdoc.C: comment
                   19656: 
                   19657:        * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
                   19658:          create now uses XercesDocumentBridge, appendChild&co now works
                   19659: 
                   19660:        * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
                   19661:          @ recompile
                   19662: 
                   19663:        * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
                   19664:          $origin @exception[
                   19665: 
                   19666:        * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
                   19667:          tag names forced to XML lang
                   19668: 
                   19669:        * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
                   19670:          leechy-found bugs in code&doc fixed
                   19671: 
                   19672: 2001-10-17  parser
                   19673: 
                   19674:        * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
                   19675:          types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
                   19676:          n functionality preserved
                   19677: 
                   19678:        * src/types/pa_vimage.h: removed unused vimage::save
                   19679: 
                   19680: 2001-10-16  parser
                   19681: 
                   19682:        * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
                   19683: 
                   19684:        * src/classes/: xnode.C: removed few dom returns & changed op.txt
                   19685: 
                   19686:        * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
                   19687: 
                   19688:        * src/classes/image.C: image.copy tolerance
                   19689: 
                   19690:        * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
                   19691:          ineffective, but works for small paleted image
                   19692: 
                   19693:        * src/types/pa_vimage.C: comment
                   19694: 
                   19695:        * src/classes/image.C: gd size/resize bugfix
                   19696: 
                   19697:        * src/: classes/classes.dsp, main/main.dsp,
                   19698:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   19699:          types/types.dsp: ident >nul 2>&1
                   19700: 
                   19701:        * src/main/pa_common.C: \r\n -> \n   DOS \r -> \n Macintosh on all
                   19702:          systems
                   19703: 
                   19704:        * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
                   19705:          x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
                   19706: 
                   19707: 2001-10-15  parser
                   19708: 
                   19709:        * src/main/execute.C: z
                   19710: 
                   19711:        * src/classes/: xdoc.C:     !::create{qualifiedName}
                   19712: 
                   19713:        * src/types/pa_vxnode.C:     document_type_node.
                   19714:                  !readonly attribute DOMString name
                   19715:              !notation_node.
                   19716:                  !readonly attribute DOMString publicId
                   19717:                  !readonly attribute DOMString systemId
                   19718: 
1.116     moko     19719:        * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
                   19720:          ::write badly passed string too transparently [failed to
                   19721:          intercept it]
1.95      moko     19722: 
                   19723:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
                   19724:          include/pa_request.h, main/pa_sql_driver_manager.C,
                   19725:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   19726:          types/pa_vxnode.h: DOM1 major addtion, only few
                   19727:          attributes/methods left
                   19728: 
                   19729: 2001-10-13  parser
                   19730: 
                   19731:        * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
                   19732:          targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
                   19733:          in main handler
                   19734: 
                   19735:        * src/targets/isapi/pool_storage.h: isapi pool storage reverse
                   19736:          cleanups & frees order
                   19737: 
                   19738:        * src/types/pa_vcode_frame.h: couple comments
                   19739: 
                   19740:        * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
                   19741:          transparent enough to handle hash if creation&passing
                   19742: 
                   19743:        * src/: include/pa_config_fixed.h, main/execute.C,
                   19744:          main/pa_exception.C: noticed that vcodeframe not transparent
                   19745:          enough, would change now
                   19746: 
                   19747: 2001-10-12  parser
                   19748: 
                   19749:        * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
                   19750:          fixed. initialization&free on each thread!
                   19751: 
                   19752:        * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
                   19753:          handling changed: now type of default param analized always, not
                   19754:          only at problem time, thus helping early problem spotting
                   19755: 
                   19756:        * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
                   19757:          main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
                   19758:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
                   19759:          targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
                   19760:          multithread bug fixed. initialization&free on each thread!
                   19761: 
                   19762: 2001-10-11  parser
                   19763: 
                   19764:        * src/classes/xnode.C: xnode.selectSingle now
                   19765: 
                   19766:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
                   19767:          include/pa_pool.h, include/pa_stylesheet_connection.h,
                   19768:          main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
                   19769:          convertors out of Pool into Exception
                   19770: 
                   19771:        * src/main/pa_string.C: const
                   19772: 
                   19773:        * src/: include/pa_string.h, main/pa_string.C: restructured string:
                   19774:          linked pieces of same language together prior to String::replace
                   19775: 
                   19776:        * src/classes/hash.C:     !^hash.add[addme]
                   19777:              !^hash.sub[subme]
                   19778:              !^a.union[b] = new
                   19779:              !^a.intersection[b] = new
                   19780:              !^a.intersects[b] = bool
                   19781: 
                   19782:        * src/classes/hash.C:     !^hash::append[append_from]
                   19783: 
                   19784:        * src/: classes/hash.C, types/pa_vhash.h:
                   19785:          !^hash::create[[copy_from]]
                   19786: 
                   19787:        * src/: classes/string.C, classes/table.C, include/pa_globals.h,
                   19788:          include/pa_string.h, main/pa_globals.C, main/pa_string.C,
                   19789:          main/untaint.C, types/pa_vvoid.h: untaint lang origins table
                   19790:          fixed.  got rid of empty_string, which caused errors - it hasnt
                   19791:          exception but somebody[value.bark] tried to throw it on it's pool
                   19792: 
1.116     moko     19793:        * src/include/pa_config_auto.h.in: makes
1.95      moko     19794: 
                   19795: 2001-10-10  parser
                   19796: 
                   19797:        * src/: classes/op.C, main/compile.tab.C: ^error[msg]
                   19798: 
                   19799:        * src/main/: compile.tab.C, compile.y: ^a[
                   19800: 
                   19801:          @next_method  << now unclosed ] would be reported here
                   19802: 
                   19803:        * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
                   19804:          compile error
                   19805: 
                   19806: 2001-10-09  parser
                   19807: 
1.116     moko     19808:        * src/: classes/Makefile.am, main/Makefile.am,
                   19809:          targets/cgi/Makefile.am, types/Makefile.am: makes
1.95      moko     19810: 
                   19811:        * src/classes/Makefile.am: makes
                   19812: 
                   19813:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
                   19814:          win32 errors intercepted [xalan transformer patched and
                   19815:          incorporated]
                   19816: 
                   19817:        * src/: classes/classes.dsp, classes/xdoc.C,
                   19818:          include/pa_stylesheet_connection.h, main/main.dsp,
                   19819:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   19820:          types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
                   19821:          patches starting
                   19822: 
                   19823:        * src/classes/: string.C, table.C: ^string.save[file]
                   19824: 
                   19825:        * src/classes/: date.C, table.C: calendar moved to date
                   19826: 
                   19827:        * src/classes/: op.C, table.C: table.hash[key field;value field(s)
                   19828:          string/table]  now
                   19829: 
                   19830:        * src/classes/: op.C, table.C: z
                   19831: 
                   19832:        * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
                   19833:          types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
                   19834:          types/pa_vxnode.h: table:menu & op for delims made allowed not to
                   19835:          be code [be string..]
                   19836: 
                   19837:        * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
                   19838:          table.C: lots of
                   19839:          params->as_int/double/as_string/as_junction/as_no_junction
                   19840:          messages added
                   19841: 
                   19842: 2001-10-08  parser
                   19843: 
                   19844:        * src/: classes/date.C, classes/image.C, classes/string.C,
                   19845:          classes/table.C, classes/void.C, include/pa_request.h:
                   19846:          params->as_int/double message added
                   19847: 
                   19848:        * src/classes/image.C: image:circle [and round arc] uses Bresenham
                   19849: 
                   19850:        * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
                   19851:          image:sector removed image:html internal "line-*" attribs
                   19852: 
                   19853:        * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
                   19854:          types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
                   19855: 
                   19856:        * src/types/pa_vcookie.C: removing cookie made more netscape-like
                   19857:          way
                   19858: 
                   19859:        * src/: classes/file.C, classes/form.C, main/pa_common.C,
                   19860:          main/untaint.C: header untainting to UL_HTTP_HEADER,
                   19861:          UL_MAIL_HEADER made nonforced [only tainted pieces]
                   19862: 
                   19863:        * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
                   19864:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
                   19865:          @ SAPI::log
                   19866: 
                   19867:        * src/main/untaint.C: \r to ' ' in origins mode
                   19868: 
                   19869:        * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
                   19870:          set]
                   19871: 
                   19872:        * src/: classes/xdoc.C, include/pa_config_fixed.h,
                   19873:          main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
                   19874:          nonstandard liaison freed up
                   19875: 
                   19876: 2001-10-07  parser
                   19877: 
                   19878:        * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
                   19879:          project
                   19880: 
                   19881: 2001-10-05  parser
                   19882: 
                   19883:        * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
                   19884:          main/pa_pool.C: changed xdoc:set to prevent SAXParseException
                   19885:          from outputing to cerr.  lots of "todos"
                   19886: 
                   19887:        * src/main/untaint.C: http_header tainting more gentle with
                   19888:          enquoting now
                   19889: 
                   19890:        * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
                   19891:          main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
                   19892:          xml errorhandler.  fixed string.replace a little, read @test
                   19893: 
                   19894:        * src/main/pa_string.C: found replace bug - first_that_starts(char
                   19895:          *) does not have limit, and looks further eos, fixing....
                   19896: 
                   19897:        * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
                   19898: 
                   19899:        * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
                   19900: 
                   19901:        * src/main/: pa_charset_connection.C: ctype another mem clear
                   19902:          bugfix
                   19903: 
1.116     moko     19904:        * src/main/: compile.tab.C, compile.y: disabled ^literals in names
                   19905:          $result[^[$p^]z] now works fine
1.95      moko     19906: 
                   19907:        * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
                   19908:          wrong. fixed it
                   19909: 
                   19910:        * src/main/pa_charset_connection.C: unicode zero pair at the beging
                   19911:          of totable appered to be vital
                   19912: 
                   19913: 2001-10-04  parser
                   19914: 
                   19915:        * src/classes/image.C: ^image.length[text]
                   19916: 
                   19917: 2001-10-03  parser
                   19918: 
                   19919:        * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
                   19920: 
                   19921:        * src/main/pa_request.C: restored pcre defaulting in request
                   19922:          [mindlessly "optimized" yesterday] comment left
                   19923: 
                   19924: 2001-10-02  parser
                   19925: 
                   19926:        * src/: main/pa_charset_manager.C,
                   19927:          include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
                   19928:          needed
                   19929: 
                   19930:        * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
                   19931:          forgot non-xml pool.*charset needed
                   19932: 
                   19933:        * src/classes/table.C: # config comments fixed
                   19934: 
                   19935:        * src/: classes/table.C, main/pa_charset_connection.C: table:load &
                   19936:          charset_connection #comment now
                   19937: 
                   19938:        * src/: classes/classes.dsp, types/types.dsp: release projects
                   19939:          options fixed to use release msvcrt lib
                   19940: 
                   19941:        * src/main/pa_charset_connection.C: pcre tables now const inside
                   19942:          removed default - pcre handles that internally fixed bug on
                   19943:          not-cleaning tables [previously was calloced, now member]
                   19944: 
                   19945:        * src/: include/pa_request.h, main/pa_charset_connection.C,
                   19946:          main/pa_request.C, types/pa_vstring.h: pcre tables now const
                   19947:          inside removed default - pcre handles that internally fixed bug
                   19948:          on not-cleaning tables [previously was calloced, now member]
                   19949: 
                   19950:        * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
                   19951:          tested charset reload on file change @ apache version = OK tested
                   19952:          freeing up prev encoding on adding new = OK
                   19953: 
                   19954: 2001-10-01  parser
                   19955: 
                   19956:        * src/main/pa_charset_connection.C: removed entitify external hack
                   19957:          [internal installed]
                   19958: 
1.116     moko     19959:        * src/main/Makefile.am: makes+removed dtd
1.95      moko     19960: 
                   19961:        * src/: include/pa_charset_connection.h,
                   19962:          include/pa_charset_manager.h,
                   19963:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   19964:          main/pa_charset_connection.C, main/pa_charset_manager.C,
                   19965:          main/pa_request.C: charset loading & caching mech 0
                   19966: 
                   19967:        * src/: include/pa_stylesheet_connection.h,
                   19968:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   19969:          main/pa_globals.C, main/pa_request.C: would make charset loading
                   19970:          & caching mech now
                   19971: 
                   19972: 2001-09-30  parser
                   19973: 
                   19974:        * src/main/pa_request.C: forgot to fill toTable
                   19975: 
                   19976:        * src/: include/pa_config_fixed.h, main/pa_request.C: started
                   19977:          hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
                   19978:          failed on win32 for now..
                   19979: 
                   19980:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
                   19981:          now charsets table configuration variable is: CHARSETS
                   19982: 
                   19983:        * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
                   19984:          ctype with unicode 1. todo: no &#1055; entities on output somehow
                   19985: 
                   19986:        * src/: classes/file.C, classes/op.C, classes/string.C,
                   19987:          include/pa_request.h, main/pa_request.C: started ctype with
                   19988:          unicode values
                   19989: 
                   19990: 2001-09-28  parser
                   19991: 
                   19992:        * src/: main/pa_request.C, classes/mail.C, classes/op.C,
                   19993:          classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
                   19994:          string passed AS-IS now
                   19995: 
                   19996:        * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
                   19997:          way of user-configuring... todo: implement
                   19998: 
                   19999: 2001-09-27  parser
                   20000: 
                   20001:        * src/classes/table.C: table.sort changed to sort table itself
                   20002: 
                   20003:        * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
                   20004:          X^.getElementsByTagName[tagname] = array of xnode
                   20005:          X^.getElementsByTagNameNS[namespaceURI;localName] = array of
                   20006:          nodes removed - regretfully not supported @ xalan. maybe someday
                   20007:          would reimplement, if needed.
                   20008: 
                   20009:          win32build system: solved long waiting anti-non-started-apache
                   20010:          problem
                   20011: 
                   20012:        * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
                   20013:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   20014:          types/types.dsp: win32 ident make system so not to rebuild
                   20015:          library [ident.C.new]
                   20016: 
                   20017: 2001-09-26  parser
                   20018: 
                   20019:        * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
                   20020:          classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
                   20021:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   20022:          types/pa_vxnode.C, types/types.dsp: z
                   20023: 
                   20024:        * src/classes/classes.C: forgot one non-xml check
                   20025: 
1.116     moko     20026:        * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
                   20027:          targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95      moko     20028: 
                   20029:        * src/targets/cgi/parser3.C: z
                   20030: 
                   20031:        * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
                   20032:          targets/isapi/parser3isapi.C: #ifdef SMTP
                   20033: 
                   20034:        * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
                   20035:          classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   20036:          main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
                   20037:          types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
                   20038:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   20039:          types/types.dsp: xdoc&xnode now
                   20040: 
                   20041:        * src/: classes/classes.C, classes/classes.awk,
                   20042:          classes/classes.dsp, classes/classes.h, classes/date.C,
                   20043:          classes/dnode.C, classes/dnode.h, classes/dom.C,
                   20044:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   20045:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   20046:          classes/op.C, classes/response.C, classes/string.C,
                   20047:          classes/table.C, classes/void.C, include/pa_array.h,
                   20048:          include/pa_common.h, include/pa_config_fixed.h,
                   20049:          include/pa_config_includes.h, include/pa_dictionary.h,
                   20050:          include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
                   20051:          include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
                   20052:          include/pa_socks.h, include/pa_sql_connection.h,
                   20053:          include/pa_sql_driver_manager.h, include/pa_stack.h,
                   20054:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   20055:          include/pa_table.h, include/pa_threads.h, include/pa_types.h,
                   20056:          include/pa_xslt_stylesheet_manager.h, main/compile.C,
                   20057:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   20058:          main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
                   20059:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   20060:          main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
                   20061:          main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
                   20062:          main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
                   20063:          main/pa_xslt_stylesheet_manager.C, main/untaint.C,
                   20064:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   20065:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   20066:          targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
                   20067:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   20068:          targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
                   20069:          types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
                   20070:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   20071:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   20072:          types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
                   20073:          types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
                   20074:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   20075:          types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
                   20076:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
                   20077:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   20078:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
                   20079:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   20080:          types/pa_vstateless_object.h, types/pa_vstring.C,
                   20081:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   20082:          types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   20083:          types/pa_wwrapper.h, types/types.dsp: added ident.awk and
                   20084:          main.dsp splitted to main+classes+types along to .am
                   20085: 
                   20086:        * src/classes/Makefile.am: removed useless var
                   20087: 
                   20088:        * src/: classes/classes.cmd, main/main.dsp,
                   20089:          targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
                   20090:          main.dsp
                   20091: 
                   20092: 2001-09-25  parser
                   20093: 
                   20094:        * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
                   20095:          1251 though, todo ICU
                   20096: 
1.116     moko     20097:        * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95      moko     20098:          include/pa_stylesheet_connection.h, main/Makefile.am,
1.116     moko     20099:          main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
                   20100:          types/pa_vdom.h: xml configure makes
1.95      moko     20101: 
                   20102: 2001-09-24  parser
                   20103: 
1.116     moko     20104:        * src/: classes/Makefile.am, include/pa_config_auto.h.in,
                   20105:          types/Makefile.am: makes
1.95      moko     20106: 
1.116     moko     20107:        * src/targets/cgi/Makefile.am: makefiles
1.95      moko     20108: 
                   20109:        * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
                   20110:          started unix makes update
                   20111: 
                   20112:        * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
                   20113:          started unix makes update
                   20114: 
                   20115:        * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
                   20116: 
                   20117:        * src/types/pa_value.h: z
                   20118: 
                   20119:        * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
                   20120:          bugs with usinge hash/table in expressions
                   20121: 
                   20122:        * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
                   20123:          resolved conflicts fixed [const]
                   20124: 
                   20125:        * src/: classes/classes.cmd, classes/image.C, classes/op.C,
                   20126:          classes/table.C, include/pa_request.h, include/pa_sapi.h,
                   20127:          main/compile.C, main/compile.tab.C, main/compile.y,
                   20128:          main/compile_tools.h, main/main.dsp, main/pa_common.C,
                   20129:          main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
                   20130:          targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
                   20131:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
                   20132:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
                   20133:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
                   20134:          with before_xml [merge2 actually didn't happen - i've created
                   20135:          tags on wrong branch. so this merge is in fact re-merge]
                   20136: 
                   20137: 2001-09-21  parser
                   20138: 
                   20139:        * src/: main/main.dsp, targets/cgi/parser3.dsp,
                   20140:          targets/isapi/parser3isapi.dsp: updated project files [/ sadly
                   20141:          produced "" in make file and sadly wrong interpreted on load]
                   20142: 
1.116     moko     20143:        * src/: classes/classes.h, classes/hash.C, classes/op.C,
                   20144:          classes/table.C, doc/doxygen.cfg, include/pa_common.h,
                   20145:          include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
                   20146:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   20147:          main/compile.tab.C, main/main.dsp, main/pa_common.C,
                   20148:          main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
                   20149:          targets/isapi/parser3isapi.dsp: merged with before_xml
1.95      moko     20150: 
                   20151:        * src/: classes/classes.C, classes/date.C, classes/dnode.C,
                   20152:          classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
                   20153:          classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
                   20154:          include/pa_pool.h, main/main.dsp, main/pa_globals.C,
                   20155:          main/pa_pool.C, main/pa_request.C,
                   20156:          main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
                   20157:          targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
                   20158:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   20159:          targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
                   20160:          types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
                   20161:          types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
                   20162:          types/pa_vrequest.C, types/pa_vresponse.h,
                   20163:          types/pa_vstateless_class.C, types/pa_vstring.C,
                   20164:          types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
                   20165:          created new projects for sql drivers [planning to remove sql
                   20166:          drivers from main cvs project] first, will join latest changes
                   20167: 
                   20168:        * src/classes/: dom.C: defaulted dom writing methods encoding to
                   20169:          pool.get_charset
                   20170: 
                   20171:        * src/classes/dom.C: defaulted dom writing methods encoding to
                   20172:          pool.get_charset
                   20173: 
                   20174:        * src/include/pa_pool.h: defaulted dom writing methods encoding to
                   20175:          pool.get_charset
                   20176: 
                   20177:        * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
                   20178:          types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
                   20179:          methods encoding to pool.get_charset
                   20180: 
                   20181:        * src/: include/pa_pool.h, main/pa_pool.C: checked whether
                   20182:          transcoder were created right "unsupported encoding" message.
                   20183:          not @ set time, but @ use time, so until xml output functions
                   20184:          .string, .file, .save used - no encoding name check occur
                   20185: 
                   20186:          reduced transcode buffer size to 60 fixed pool cleanup - no
                   20187:          registration needed, pools are officially destructured
                   20188: 
                   20189: 2001-09-20  parser
                   20190: 
                   20191:        * src/classes/image.C: 20K preload on jpg measure [image::measure]
                   20192: 
                   20193:        * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
                   20194:          $MAIN:DEFAULTS.content-type[$.charset[here]]
                   20195: 
                   20196:        * src/: classes/dnode.C, classes/dom.C,
                   20197:          include/pa_config_includes.h, include/pa_globals.h,
                   20198:          include/pa_pool.h, main/main.dsp, main/pa_globals.C,
                   20199:          main/pa_pool.C, targets/cgi/parser3.dsp,
                   20200:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   20201:          types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
                   20202:          Pool::transcode 0
                   20203: 
                   20204:        * src/classes/dom.C: dom. string save file moved output xml options
                   20205:          to last param and made it optional
                   20206: 
                   20207:        * src/types/pa_vdnode.C:     !$elementnode.attributes = hash of
                   20208:          dnodes
                   20209:              !$attributenode.specified = boolean
                   20210:                      true if the attribute received its value explicitly
                   20211:          in the XML document,
                   20212:                      or if a value was assigned programatically with the
                   20213:          setValue function.
                   20214:                  false if the attribute value came from the default value
                   20215:          declared in the document's DTD.
                   20216:              !$pinode.target = target of this processing instruction
                   20217:                  XML defines this as being the first token following the
                   20218:          markup
                   20219:                  that begins the processing instruction.
                   20220:                  XPath:
                   20221:              !^node.select[xpath/query/expression] = hash of 0->node0
                   20222:          1->node1
                   20223:              !^node.select-single[xpath/query/expression] = first node if
                   20224:          any
                   20225: 
                   20226:        * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
                   20227:          pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
                   20228:          some 'const's added
                   20229: 
                   20230:        * src/types/: pa_vhash.h, pa_vtable.h: table/hash  can be used in
                   20231:          expression context now, there value = size and boolean value
                   20232:          size!=0
                   20233: 
                   20234:        * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
                   20235:          can be used in expression context now, there value = size and
                   20236:          boolean value size!=0
                   20237: 
                   20238:        * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
                   20239:          types/pa_vstring.h: dnode .file .string .save moved back to dom
                   20240:          due to strange xalan bug
                   20241: 
                   20242: 2001-09-18  parser
                   20243: 
                   20244:        * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
                   20245:          classes/image.C, classes/op.C, classes/table.C,
                   20246:          include/pa_common.h, include/pa_globals.h, include/pa_request.h,
                   20247:          include/pa_sql_driver_manager.h, main/compile.C,
                   20248:          main/compile.tab.C, main/compile.y, main/compile_tools.h,
                   20249:          main/execute.C, main/pa_common.C, main/pa_request.C,
                   20250:          main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
                   20251:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   20252:          targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
                   20253:          types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
                   20254:          types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
                   20255:          before_xml branch ^if(def $hash) now true only when
                   20256:          ^hash:_count[]!=0 moved .string .save .file from dom to dnode
                   20257: 
                   20258:        * src/: classes/op.C, main/execute.C: operators self changed to
                   20259:          root ^for variable context changed to self
                   20260: 
                   20261:        * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
                   20262:          dnode 1
                   20263: 
                   20264:        * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
                   20265:          types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
                   20266: 
                   20267:        * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
                   20268:          poly* fixed
                   20269: 
                   20270: 2001-09-17  parser
                   20271: 
                   20272:        * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
                   20273:          types/pa_vdom.h: started dnode+dom
                   20274: 
                   20275:          dnode     DOM methods:     $node.name     $node.value
                   20276:          ...others...
                   20277: 
                   20278:              ^node.xpath[/rates/USD] = hash
                   20279:                  $hash[
                   20280:                          $.0[node0]
                   20281:                          $.1[node1]
                   20282:                  ]
                   20283: 
                   20284:        * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
                   20285:          applies to all linear primitives
                   20286: 
                   20287:        * src/: classes/classes.h, classes/dom.C, classes/hash.C,
                   20288:          include/pa_stylesheet_connection.h, main/main.dsp,
                   20289:          targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
                   20290:          types/pa_vimage.h: started dnode     DOM:     $node.name
                   20291:          $node.value     ...others...      ^node.xpath[/rates/USD] = hash
                   20292:          dom(dnode)
                   20293: 
                   20294:        * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
                   20295:          main/compile.y, main/compile_tools.h, main/execute.C,
                   20296:          targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
                   20297:          in expression compound($aa.zz.xx) names now can have minus '-' in
                   20298:          name after '.'
                   20299: 
                   20300: 2001-09-15  parser
                   20301: 
                   20302:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
                   20303:          image: $line-width ^line(...)[****   style]
                   20304: 
                   20305:        * src/: classes/dom.C, targets/isapi/parser3isapi.C,
                   20306:          targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
                   20307:          pool_storage - cleanups first, allocations second.  apache wisely
                   20308:          does just like that
                   20309: 
                   20310:        * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
                   20311:          rewritten using template, no bugs now
                   20312: 
                   20313:        * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
                   20314:          targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
                   20315:          targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
                   20316:          poorly started isapi pool_storage, would rewrite using template
                   20317:          now
                   20318: 
                   20319:        * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
                   20320:          include/pa_stylesheet_connection.h, main/main.dsp,
                   20321:          targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
                   20322:          targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
                   20323:          xalan objects freed up [introducing Pool::register_cleanup]
                   20324: 
                   20325:        * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
                   20326:          comments
                   20327: 
                   20328: 2001-09-14  parser
                   20329: 
                   20330:        * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
                   20331:          z
                   20332: 
                   20333:        * src/: classes/dom.C, classes/file.C, classes/image.C,
                   20334:          classes/mail.C, include/pa_common.h,
                   20335:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   20336:          include/pa_stylesheet_connection.h,
                   20337:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   20338:          main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
                   20339:          main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
                   20340:          main/untaint.C, types/pa_vfile.C: dom.xslt  stylesheet
                   20341:          compiled&cached
                   20342: 
                   20343: 2001-09-13  parser
                   20344: 
                   20345:        * src/: classes/dom.C, classes/file.C, classes/image.C,
                   20346:          types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
                   20347: 
                   20348:        * src/classes/dom.C: dom:file content-type(.method)
                   20349: 
                   20350:        * src/: include/pa_common.h, include/pa_globals.h,
                   20351:          main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
                   20352:          string now more informative error messages
                   20353: 
                   20354:        * src/: include/pa_globals.h, include/pa_request.h,
                   20355:          main/pa_request.C, targets/cgi/parser3.C,
                   20356:          targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
                   20357:          ParserSiteConfig .../parser3.conf
                   20358: 
                   20359:          cgi&isapi looks for {configure|c:\windows}/parser3.conf
                   20360: 
                   20361: 2001-09-12  parser
                   20362: 
                   20363:        * src/: classes/op.C, include/pa_sql_driver_manager.h,
                   20364:          main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
                   20365:          precise error reporting: "connection string must start with
                   20366:          protocol://" now
                   20367: 
                   20368:        * src/main/compile.tab.C: fixed - subname code parts actually []
                   20369:          braced
                   20370: 
                   20371:        * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
                   20372:          lexer on LS_USER level did [] matching without setting nestage,
                   20373:          introduced special LS_NAME_SQUARE_PART state
                   20374: 
                   20375: 2001-09-11  parser
                   20376: 
                   20377:        * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
                   20378:          main/untaint.C: ^dom:set{<some>xml</some>} default language XML
                   20379:          languages+=xml
                   20380: 
                   20381:        * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
                   20382: 
                   20383:        * src/classes/dom.C: ^dom:save/string/file[output options] output
                   20384:          options:     $.method[xml|html|text] detection fixed
                   20385: 
                   20386:        * src/types/pa_vdom.h: messages
                   20387: 
                   20388:        * src/classes/dom.C: ^dom:save/string/file[output options] output
                   20389:          options:     $.method[xml|html|text] detection fixed
                   20390: 
                   20391: 2001-09-10  parser
                   20392: 
                   20393:        * src/classes/dom.C: ^dom:save/string/file[output options] output
                   20394:          options:     $.method[xml|html|text] $.encoding[windows-1251|...]
                   20395: 
                   20396:        * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
                   20397:          added]
                   20398: 
                   20399:        * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
                   20400:          ^dom.xslt[stylesheet filename] 0
                   20401: 
                   20402:        * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
                   20403:          ^dom.xslt[stylesheet filename] -1 doc is lying
                   20404: 
                   20405:        * src/classes/dom.C: ^dom.file[encoding] = file
                   20406: 
                   20407:        * src/classes/: dom.C: ^dom.string[encoding] 1
                   20408:          ^dom.save[encoding;filename]
                   20409: 
                   20410:        * src/classes/dom.C: ^dom.string[] 0
                   20411: 
                   20412:        * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
                   20413: 
                   20414:        * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
                   20415:          types/pa_vform.h: ^dom.save[b.xml] 0
                   20416: 
                   20417: 2001-09-08  parser
                   20418: 
                   20419:        * src/types/pa_vform.C: $form:tables.name.field
                   20420: 
                   20421: 2001-09-07  parser
                   20422: 
                   20423:        * src/classes/table.C: table:empty removed, superceded by ^if(def
                   20424:          $table)...
                   20425: 
                   20426:        * src/targets/cgi/parser3.C: z
                   20427: 
                   20428:        * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now  [conversion
                   20429:          from '' to int/double is 0]
                   20430: 
                   20431:        * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
                   20432:          $table) is false when table is empty
                   20433: 
                   20434:        * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
                   20435:          !$form:tables $atable[$form:tables.a]
                   20436:          ^atable.menu{a=$atable.element}[,]
                   20437: 
                   20438:        * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
                   20439:          types/pa_vform.h, types/pa_vhash.h: !$form:fields
                   20440: 
1.116     moko     20441:        * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95      moko     20442:          types/pa_vdom.h, types/pa_vform.C: merged with successful start
                   20443:          of dom
                   20444: 
                   20445:        * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
                   20446:          types/pa_vform.C, types/pa_vform.h: z
                   20447: 
                   20448:        * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
                   20449:          element [not last]
                   20450: 
1.116     moko     20451:        * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95      moko     20452:          types/pa_vdom.h: introducing dom. dom:load[a.xml]
                   20453: 
                   20454: 2001-09-06  parser
                   20455: 
                   20456:        * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
                   20457:          table with one column 'element' and two rows: 1 and 2
                   20458: 
                   20459:        * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
                   20460:          table with one column 'element' and two rows: 1 and 2
                   20461: 
                   20462:        * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
                   20463:          bad int/double conversions, and now $form:nonexistent.int(88)
                   20464:          would return 88
                   20465: 
                   20466:        * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
                   20467:          types/pa_vhash.h: now there's special hash key '_default'
                   20468:          [instead of ^_default method] $hash[         $.a[1]  $.b[2]
                   20469:          $._default[xx] ] $hash.c
                   20470: 
                   20471:        * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
                   20472:          fixed [thanks, fif], ^; were treated there non-literally
                   20473: 
                   20474:        * src/doc/doxygen.cfg: merged new default options from 1.2.10
                   20475:          doxygen
                   20476: 
                   20477:        * src/: classes/image.C, classes/op.C, classes/string.C,
                   20478:          classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
                   20479:          types/pa_vtable.C: few #ifndef DOXYGEN
                   20480: 
                   20481: 2001-09-05  parser
                   20482: 
                   20483:        * src/classes/: string.C, table.C: sql options can be void [same as
                   20484:          image:html the other day]
                   20485: 
                   20486:        * src/targets/cgi/Makefile.am: .am undo
                   20487: 
                   20488:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
                   20489:          targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
                   20490:          macro expantion on param, simply qoutes whatever passed, undone
                   20491: 
                   20492:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
                   20493:          targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
                   20494:          STRINGIZE(name) #name invented
                   20495: 
                   20496:        * src/: classes/op.C, include/pa_sql_driver_manager.h,
                   20497:          main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
                   20498:          MAIN_SQL_DRIVERS_NAME "drivers"
                   20499: 
                   20500:          moved to be availible to all users
                   20501: 
                   20502:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
                   20503:          SQL_DRIVER_CREATE_FUNC_NAME
                   20504: 
                   20505:        * src/classes/mail.C: MAIN:MAIL check fixed
                   20506: 
                   20507: 2001-09-04  parser
                   20508: 
                   20509:        * src/classes/image.C: image.html now can accept void params
                   20510: 
                   20511:        * src/targets/isapi/parser3isapi.C: z
                   20512: 
                   20513:        * src/targets/cgi/parser3.C: full_file_spec bug
                   20514: 
                   20515:        * src/targets/cgi/parser3.C: getenvcheck
                   20516: 
                   20517:        * src/targets/cgi/parser3.C: zz
                   20518: 
                   20519:        * src/targets/cgi/parser3.C: zzz
                   20520: 
                   20521:        * src/classes/date.C: date
                   20522: 
                   20523:        * src/classes/date.C: date:sql-string is now without ''
                   20524: 
1.116     moko     20525:        * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95      moko     20526:          targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
                   20527:          auto.p location for targets/cgi/parser3, default[/usr/local/etc]
                   20528: 
1.116     moko     20529:        * src/include/pa_config_auto.h.in: makes
1.95      moko     20530: 
                   20531: 2001-09-03  parser
                   20532: 
                   20533:        * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
                   20534: 
                   20535: 2001-09-01  parser
                   20536: 
                   20537:        * src/classes/image.C: letter_spacing
                   20538: 
                   20539:        * src/classes/image.C: image: font params changed
                   20540: 
                   20541:        * src/classes/image.C: image: as_int as_string used
                   20542: 
                   20543:        * src/types/pa_vmethod_frame.h: $result[] now gets properly
                   20544:          analized
                   20545: 
                   20546: 2001-08-31  parser
                   20547: 
                   20548:        * src/targets/cgi/parser3.C: z
                   20549: 
1.116     moko     20550:        * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
                   20551:          cygwin
1.95      moko     20552: 
                   20553:        * src/classes/void.C: void:int/double += (default)
                   20554: 
                   20555:        * src/classes/image.C: image:font added space param image:font
                   20556:          changed charwidth alg, added kerning const[for now]
                   20557: 
                   20558:        * src/classes/: string.C, table.C: string:int/double (defaults)
                   20559: 
                   20560: 2001-08-29  parser
                   20561: 
                   20562:        * src/main/pa_exception.C: exception redundant debug info
                   20563: 
                   20564: 2001-08-28  parser
                   20565: 
                   20566:        * src/classes/image.C: image error msgs
                   20567: 
                   20568:        * src/classes/image.C: image: gifsize little endian
                   20569: 
                   20570:        * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
                   20571:          doxygeneration
                   20572: 
                   20573:        * src/: classes/Makefile.am, main/Makefile.am,
                   20574:          targets/cgi/Makefile.am, types/Makefile.am: .am-s
                   20575: 
                   20576:        * src/: include/pa_dictionary.h, main/pa_dictionary.C,
                   20577:          main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
                   20578: 
                   20579:        * src/main/compile.C: NO_STRING_ORIGIN check2
                   20580: 
                   20581:        * src/classes/table.C: NO_STRING_ORIGIN check
                   20582: 
                   20583:        * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
                   20584:          storage class specifiers invalid in friend function declarations
                   20585: 
                   20586:        * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
                   20587:          main/untaint.C, targets/cgi/parser3.C,
                   20588:          targets/isapi/parser3isapi.C: strncpy forced with zero ending in
                   20589:          case of limit
                   20590: 
                   20591:        * src/: classes/file.C, main/pa_common.C: file:move
                   20592:          autocreate/remove dest/src dir
                   20593: 
                   20594:        * src/: classes/string.C, include/pa_dictionary.h,
                   20595:          include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
                   20596:          main/untaint.C: pa_directory speeded up. moved zero 'from' check
                   20597:          to directory constructor.  string:replace
                   20598: 
                   20599: 2001-08-27  parser
                   20600: 
                   20601:        * src/classes/image.C: fixed jpgsize alg
                   20602: 
                   20603:        * src/classes/image.C: fixed jpgsize alg
                   20604: 
                   20605:        * src/main/pa_exception.C: z
                   20606: 
                   20607:        * src/main/pa_common.C: removed debug info from pa_common
                   20608: 
                   20609:        * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
                   20610:          [auto.p from current dir loading]
                   20611: 
1.116     moko     20612:        * src/: main/pa_common.C, main/pa_exception.C,
                   20613:          main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
                   20614:          for solaris -lsocket
1.95      moko     20615: 
                   20616: 2001-08-24  parser
                   20617: 
                   20618:        * src/targets/cgi/parser3.C: not cgi extra \n 3
                   20619: 
                   20620:        * src/targets/cgi/parser3.C: not cgi extra \n 2
                   20621: 
                   20622:        * src/targets/cgi/parser3.C: not cgi extra \n
                   20623: 
                   20624:        * src/main/pa_sql_driver_manager.C: z
                   20625: 
                   20626:        * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
                   20627:          sql* removed services from disconnect - cross-request ideological
                   20628:          probs.
                   20629: 
                   20630:        * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
                   20631:          cross-request ideological probs.  oracle - fixed bug: cs
                   20632:          allocated on request.pool and got freed before disconnect
                   20633: 
                   20634:        * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
                   20635:          mallocs fixed
                   20636: 
                   20637: 2001-08-23  parser
                   20638: 
                   20639:        * src/classes/file.C: minor bug in file:save fixed
                   20640: 
                   20641:        * src/main/pa_sql_driver_manager.C: oracle: dlink
                   20642: 
                   20643: 2001-08-22  parser
                   20644: 
                   20645:        * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
                   20646:          types/pa_vfile.h: file:load|save[text|binary;
                   20647: 
                   20648:        * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
                   20649: 
                   20650: 2001-08-21  parser
                   20651: 
                   20652:        * src/classes/: file.C, table.C: ^file:list
                   20653: 
                   20654: 2001-08-20  parser
                   20655: 
                   20656:        * src/: main/compile.tab.C, main/compile.y,
                   20657:          main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
                   20658:          types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
                   20659:          recousively caused problems: inc incremeted 123 literal!! fixed
                   20660: 
                   20661: 2001-08-10  parser
                   20662: 
                   20663:        * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
                   20664: 
                   20665:        * src/main/: compile.tab.C, compile.y: (codes) name part syntax
                   20666:          added
                   20667: 
                   20668:        * src/main/: compile.tab.C, compile.y: (codes) name part syntax
                   20669:          added
                   20670: 
                   20671:        * src/classes/table.C: table:sort restored [it was bad test :(]
                   20672: 
                   20673:        * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
                   20674:          ''
                   20675: 
                   20676:        * src/main/: pa_request.C: wanted to make const int
                   20677:          MAX_EXECUTE_SECONDS=1;
                   20678: 
                   20679:          but couldnt, set_callback_and_alarm appeared to be not exported
                   20680:          :(
                   20681: 
                   20682:        * src/main/pa_string.C: string.match hanged on. there were a hang
                   20683:          check but it weren't wise enough
                   20684: 
                   20685:          @parse[dateString][tmp]
                   20686:          $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
                   20687:          #end
                   20688: 
                   20689:          @main[] ^parse[2001-02-03]
                   20690: 
                   20691:        * src/classes/: table.C: table:sort now default desc
                   20692: 
                   20693:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                   20694:          table.sort now creates new sorted table
                   20695: 
                   20696: 2001-08-09  parser
                   20697: 
                   20698:        * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
                   20699: 
                   20700:        * src/classes/hash.C: hash:_default now [was hash:default]
                   20701: 
                   20702:        * src/classes/op.C: case without switch check added
                   20703: 
                   20704:        * src/types/pa_vcookie.C: cookie name&value origins added, more
                   20705:          precise $ORIGINS(1)
                   20706: 
                   20707:        * src/main/Makefile.am: .am
                   20708: 
                   20709:        * src/classes/void.C: void: int double  copy/paste from int: bug
                   20710:          fixed
                   20711: 
                   20712:        * src/classes/void.C: void: int double  copy/paste from int: bug
                   20713:          fixed
                   20714: 
                   20715: 2001-08-07  parser
                   20716: 
                   20717:        * src/: classes/double.C, classes/int.C, classes/string.C,
                   20718:          classes/table.C, include/pa_globals.h, main/pa_globals.C:
                   20719:          !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
                   20720:          string, table
                   20721: 
                   20722:        * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
                   20723:          srand made working
                   20724: 
                   20725: 2001-08-06  parser
                   20726: 
                   20727:        * src/: classes/mail.C, classes/op.C, include/pa_array.h,
                   20728:          include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
                   20729:          main/compile.tab.C, main/compile.y, main/pa_array.C,
                   20730:          main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
                   20731:          main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
                   20732: 
                   20733:        * src/main/pa_exec.C: exec win32 real filename
                   20734: 
                   20735:        * src/classes/file.C: exec stderr out
                   20736: 
                   20737:        * src/classes/hash.C: hash:keys renamed to hash:_keys :(
                   20738: 
                   20739: 2001-08-03  parser
                   20740: 
                   20741:        * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
                   20742: 
                   20743: 2001-08-02  parser
                   20744: 
                   20745:        * src/: classes/string.C, classes/table.C, include/pa_array.h,
                   20746:          main/execute.C, main/pa_exec.C: introducing Array_iter
                   20747: 
                   20748:        * src/main/execute.C: detected quick_get recursion bug. changed to
                   20749:          get@execute, but needs array iterator, separate from array to
                   20750:          avoid it & use caching
                   20751: 
                   20752:        * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
                   20753:          bug fixed
                   20754: 
                   20755:        * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
                   20756:          main/execute.C, main/pa_globals.C: found another multithread bug
                   20757:          in op.C (last, last global var killed) :)
                   20758: 
                   20759: 2001-08-01  parser
                   20760: 
                   20761:        * src/: include/pa_dictionary.h, include/pa_globals.h,
                   20762:          include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
                   20763:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   20764:          main/untaint.C: speeded up typo-html replacements. introducing
                   20765:          Dictionary with first-char caching
                   20766: 
                   20767: 2001-07-31  parser
                   20768: 
                   20769:        * src/types/Makefile.am: pa_vtable.C added to .am
                   20770: 
                   20771:        * src/main/compile.tab.C: added, so that could be compiled even on
                   20772:          non-bison-enabled platforms
                   20773: 
                   20774: 2001-07-28  parser
                   20775: 
                   20776:        * src/classes/table.C: table:hash always produces hash, when can't
                   20777:          - empty
                   20778: 
                   20779:        * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
                   20780:          skipped \n
                   20781: 
                   20782: 2001-07-27  parser
                   20783: 
                   20784:        * src/classes/: double.C, int.C, string.C: provided meaningful msg
                   20785:          on int/double/string :sql without result and default
                   20786: 
                   20787: 2001-07-26  parser
                   20788: 
                   20789:        * src/classes/op.C: fixed bad multithread bug with strangly global
                   20790:          OP
                   20791: 
                   20792:        * src/main/compile.y: $man[$.age[zzz]]  0
                   20793: 
                   20794:        * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
                   20795:          creation syntax problem persists. restored $: for a while.
                   20796:          thinking of $man[$.age[zzz]] syntax now
                   20797: 
                   20798:        * src/: classes/double.C, classes/int.C, classes/string.C,
                   20799:          include/pa_opcode.h, main/compile.C, main/compile.y,
                   20800:          main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
                   20801:          types/pa_vmethod_frame.h, types/pa_wcontext.h,
                   20802:          types/pa_wwrapper.h: fixing :: realization #1
                   20803: 
                   20804:        * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
                   20805:          main/compile_tools.h, main/execute.C, main/pa_request.C,
                   20806:          types/pa_vmethod_frame.h: introducing :: this is constructor call
                   20807:          prefix.  ordinary : remains for static accesses
                   20808: 
                   20809: 2001-07-25  parser
                   20810: 
                   20811:        * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
                   20812:          fields 2. methods 3. columns
                   20813: 
                   20814:        * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
                   20815:          quote.  optimized double&int tostring-s
                   20816: 
                   20817:        * src/main/: compile.C, compile.y, compile_tools.h: allowed
                   20818:          whitespace before first method decl
                   20819: 
                   20820:        * src/classes/table.C: allowed nontable result in table:sql,
                   20821:          results in empty table
                   20822: 
                   20823:        * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
                   20824:          lines before first method decl
                   20825: 
                   20826:        * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
                   20827:          types/pa_vtable.h: ^table.record[] now $table.fields
                   20828: 
                   20829:        * src/main/compile.y: $var[] is now empty string, not void
                   20830: 
                   20831:        * src/main/: compile.y, execute.C: $var[] is now empty string, not
                   20832:          void
                   20833: 
                   20834:        * src/: classes/string.C, include/pa_globals.h, main/execute.C,
                   20835:          main/pa_globals.C: match replace code context moved to implicit
                   20836:          $match context
                   20837: 
                   20838:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
                   20839:          main/compile_tools.h, main/execute.C: with killed, code storage
                   20840:          introduced with former 'with' syntax
                   20841: 
                   20842: 2001-07-24  parser
                   20843: 
                   20844:        * src/: main/compile.C, main/execute.C, main/pa_string.C,
                   20845:          types/pa_value.h: first get_element, next get operator
                   20846: 
                   20847:        * src/main/compile.y: removed @end handling
                   20848: 
                   20849:        * src/main/: compile.C, compile.y: @end handling method2
                   20850: 
                   20851:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
                   20852:          file:move
                   20853: 
                   20854:        * src/main/pa_common.C: file_read close @ eof when imgsize bug
                   20855:          fixed
                   20856: 
                   20857: 2001-07-23  parser
                   20858: 
                   20859:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
                   20860:          driver
                   20861: 
                   20862:        * src/classes/hash.C: changed sql driver query interface
                   20863: 
                   20864:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   20865:          classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
                   20866:          changed sql driver query interface
                   20867: 
                   20868: 2001-07-20  parser
                   20869: 
                   20870:        * src/types/pa_vrequest.C: X!$browser:type
                   20871: 
                   20872:        * src/: classes/file.C, classes/string.C, include/pa_string.h,
                   20873:          main/execute.C, main/pa_string.C, types/pa_valiased.C,
                   20874:          types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
                   20875:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
                   20876:          types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
                   20877:          types/pa_vobject.h, types/pa_vrequest.C,
                   20878:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
                   20879:          ^class:method dynamic calls allowed.  ^BASE.method call disabled.
                   20880:          BASE element globally removed
                   20881: 
                   20882: 2001-07-18  parser
                   20883: 
                   20884:        * src/classes/file.C: file:exec/cgi msg
                   20885: 
                   20886:        * src/classes/file.C: $file:exit-code renamed to 'status'
                   20887: 
                   20888:        * src/: classes/file.C, main/pa_exec.C: file:exec
                   20889: 
1.116     moko     20890:        * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
                   20891:          targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
                   20892:          removed $id from *.in *.am
1.95      moko     20893: 
                   20894:        * src/main/: pa_request.C, untaint.C: ORIGINS langs name
                   20895:          abbrevations
                   20896: 
                   20897:        * src/: classes/date.C, classes/mail.C, classes/math.C,
                   20898:          classes/string.C, classes/table.C, include/pa_globals.h,
                   20899:          include/pa_string.h, main/execute.C, main/pa_globals.C,
                   20900:          main/pa_request.C, main/pa_string.C, main/untaint.C,
                   20901:          types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
                   20902:          types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
                   20903:          $ORIGINS(1) output tracing mode
                   20904: 
                   20905: 2001-07-13  parser
                   20906: 
                   20907:        * src/: classes/double.C, classes/int.C, classes/string.C,
                   20908:          include/pa_request.h, main/execute.C, main/pa_request.C:
                   20909:          auto.p[@auto], /news/auto.p[no @auto], so that initializing
                   20910:          second would not call first @auto
                   20911: 
                   20912:        * src/main/: execute.C, pa_request.C: order of MAIN parents was
                   20913:          wrong, fixed
                   20914: 
                   20915: 2001-07-12  parser
                   20916: 
                   20917:        * src/types/pa_value.h: pa_value.putelement modification of system
                   20918:          classes prevented
                   20919: 
                   20920: 2001-07-11  parser
                   20921: 
                   20922:        * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
                   20923:          table $piece
                   20924: 
                   20925:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
                   20926:          types/pa_vstateless_class.h: $file created by file:state +=
                   20927:          .atime .mtime .ctime +found&fixed bug with exceptions on
                   20928:          get_junction-created objects [they were on wrong pool]
                   20929: 
                   20930: 2001-07-09  parser
                   20931: 
                   20932:        * src/main/untaint.C: qp wrong name
                   20933: 
                   20934:        * src/: classes/date.C, classes/string.C, classes/table.C,
                   20935:          main/compile.y: date format 0
                   20936: 
                   20937: 2001-07-07  parser
                   20938: 
                   20939:        * src/: classes/date.C, classes/table.C, include/pa_common.h,
                   20940:          include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
                   20941:          roll table calendar
                   20942: 
                   20943:        * src/: classes/Makefile.am, classes/date.C, classes/file.C,
                   20944:          classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
                   20945:          classes/op.C, classes/string.C, classes/table.C, classes/void.C,
                   20946:          include/pa_request.h, main/main.dsp, types/pa_value.h,
                   20947:          types/pa_vdate.h, types/pa_wcontext.C: date  now set $fields roll
                   20948:          string.  todo: sql, calendar
                   20949: 
                   20950: 2001-07-06  parser
                   20951: 
                   20952:        * src/: classes/math.C, include/pa_request.h, main/execute.C,
                   20953:          main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
                   20954: 
                   20955: 2001-07-03  parser
                   20956: 
                   20957:        * src/: classes/Makefile.am, classes/math.C, classes/op.C,
                   20958:          classes/random.C, main/main.dsp: class random renamed to math,
                   20959:          operators became methods
                   20960: 
                   20961:        * src/classes/op.C:  pow sqrt
                   20962: 
                   20963:        * src/: classes/op.C, main/execute.C:  sin asin cos acos tan atan
                   20964: 
                   20965: 2001-07-02  parser
                   20966: 
                   20967:        * src/classes/table.C: ^table.columns column renamed from 'name' to
                   20968:          'column'
                   20969: 
                   20970:        * src/classes/hash.C: ^hash.keys[]
                   20971: 
                   20972:        * src/: classes/table.C, main/pa_table.C: ^table:columns[]
                   20973: 
                   20974:        * src/main/: compile.y, compile_tools.h: in expressions now allowed
                   20975:          'strings'
                   20976: 
                   20977: 2001-06-29  parser
                   20978: 
                   20979:        * src/main/: execute.C: /0  %0 checkes ver 2
                   20980: 
                   20981:        * src/main/execute.C: /0  %0 checke
                   20982: 
                   20983:        * src/classes/Makefile.am: nothing - void
                   20984: 
                   20985:        * src/classes/table.C: empty strings @ sql
                   20986: 
                   20987: 2001-06-28  parser
                   20988: 
                   20989:        * src/: classes/double.C, classes/file.C, classes/form.C,
                   20990:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   20991:          classes/op.C, classes/random.C, classes/response.C,
                   20992:          classes/string.C, classes/table.C, classes/void.C,
                   20993:          main/compile.C, main/compile_tools.C, main/execute.C,
                   20994:          main/pa_array.C, main/pa_common.C, main/pa_dir.C,
                   20995:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   20996:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   20997:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   20998:          main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
                   20999:          targets/isapi/parser3isapi.C, main/compile.y: */ static const
                   21000:          char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
                   21001:          $";
                   21002: 
                   21003:        * src/: classes/double.C, classes/file.C, classes/form.C,
                   21004:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   21005:          classes/op.C, classes/random.C, classes/response.C,
                   21006:          classes/string.C, classes/table.C, classes/void.C,
                   21007:          main/compile.C, main/compile.y, main/compile_tools.C,
                   21008:          main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
                   21009:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   21010:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   21011:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   21012:          main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
1.119     moko     21013:          targets/isapi/parser3isapi.C: static char *RCSId="Id";
1.95      moko     21014: 
                   21015:        * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
                   21016:          $class:name: == ${class:name}:
                   21017: 
                   21018:        * src/classes/string.C: exactly one
                   21019: 
                   21020: 2001-06-27  parser
                   21021: 
                   21022:        * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
                   21023:          types/pa_vvoid.h: nothing renamed to void
                   21024: 
                   21025:        * src/classes/op.C: ^switch ^case
                   21026: 
                   21027:        * src/main/compile.y: nothing renamed to void
                   21028: 
                   21029:        * src/: classes/hash.C, classes/table.C, main/compile.y,
                   21030:          main/execute.C, main/main.dsp, main/pa_request.C,
                   21031:          targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
                   21032:          types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
                   21033:          void
                   21034: 
                   21035:        * src/main/compile.y: lexer: $zzzz^zzzz were name part
                   21036: 
                   21037: 2001-05-28  parser
                   21038: 
                   21039:        * src/doc/html2chm.cmd: removed >a
                   21040: 
                   21041:        * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
                   21042:          project options [some bugs]
                   21043: 
                   21044:        * src/doc/sources2html.cmd: z
                   21045: 
                   21046:        * src/: classes/classes.C, main/compile.C, main/compile.y,
                   21047:          main/execute.C: operators are not in root class again
                   21048: 
                   21049: 2001-05-24  parser
                   21050: 
                   21051:        * src/targets/cgi/parser3.dsp: project file
                   21052: 
                   21053:        * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
                   21054:          ^log ^exp
                   21055: 
                   21056:        * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
                   21057:          conversions in @exception[params]
                   21058: 
                   21059:        * src/main/pa_request.C: // no _ conversions in @exception[params]
                   21060: 
                   21061: 2001-05-23  parser
                   21062: 
                   21063:        * src/main/pa_string.C: string cmp bug
                   21064: 
                   21065:        * src/classes/: mail.C, op.C: rem max 1000
                   21066: 
                   21067:        * src/: classes/op.C, main/compile.y: allow one empty line before
                   21068:          LS_DEF_NAME
                   21069: 
                   21070: 2001-05-22  parser
                   21071: 
                   21072:        * src/classes/op.C: if params code-required
                   21073: 
                   21074: 2001-05-21  parser
                   21075: 
                   21076:        * src/types/pa_vstring.C: eoleof
                   21077: 
                   21078:        * src/classes/Makefile.am: .AM
                   21079: 
                   21080:        * src/classes/nothing.C: resultless ^sql  moved to nothing:
                   21081: 
                   21082:        * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
                   21083: 
                   21084:        * src/: classes/double.C, classes/nothing.C, classes/string.C,
                   21085:          classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
                   21086:          types/pa_vunknown.h, classes/hash.C, main/compile.y,
                   21087:          main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
                   21088:          types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
                   21089:          main/pa_request.C, types/pa_value.h: 'unknown' renamed to
                   21090:          'nothing'
                   21091: 
                   21092:        * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
                   21093:          vstring::set_string
                   21094: 
                   21095:        * src/classes/: double.C, int.C, string.C: int,double;sql
                   21096: 
                   21097:        * src/: classes/hash.C, classes/int.C, classes/string.C,
                   21098:          classes/table.C, include/pa_string.h, main/pa_string.C,
                   21099:          types/pa_vstring.C, types/pa_vstring.h: started int:sql
                   21100: 
                   21101:        * src/: classes/classes.C, classes/hash.C, classes/op.C,
                   21102:          classes/table.C, main/compile.C, main/compile.y, main/execute.C:
                   21103:          hash:sql moved to main trunc. operators.txt updated
                   21104: 
                   21105:        * src/classes/: hash.C, op.C, table.C: hash:sql
                   21106: 
                   21107:        * src/classes/op.C: z
                   21108: 
                   21109:        * src/: main/compile.C, classes/classes.C: 1
                   21110: 
                   21111:        * src/: classes/classes.C, main/compile.C, main/compile.y,
                   21112:          main/execute.C: 0
                   21113: 
                   21114:        * src/main/execute.C: z
                   21115: 
                   21116:        * src/targets/cgi/parser3.C: z
                   21117: 
                   21118:        * src/targets/cgi/parser3.C: argv can be just "parser3". made
                   21119:          site_auto_path "." in that case
                   21120: 
                   21121:        * src/targets/cgi/: parser3.C: z
                   21122: 
                   21123:        * src/main/pa_request.C: .am
                   21124: 
                   21125:        * src/: main/pa_request.C, targets/cgi/parser3.C:
                   21126:          pcre_tables=pcre_default_tables;
                   21127: 
                   21128: 2001-05-19  parser
                   21129: 
                   21130:        * src/main/pa_string.C: z
                   21131: 
                   21132:        * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
                   21133:          introducing String::cstr_bufsize, returns just size+1 for as_is
                   21134:          target.
                   21135: 
                   21136:        * src/: main/untaint.C, targets/cgi/pa_pool.C,
                   21137:          targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
                   21138:          used, 4* mem wasted
                   21139: 
                   21140:        * src/classes/string.C: root context in match replace body now
                   21141:          unchanged
                   21142: 
                   21143:        * src/types/pa_value.h: parameter # 1 based
                   21144: 
                   21145:        * src/main/pa_common.C: common:  actual filename '%s'
                   21146: 
                   21147:        * src/classes/string.C: z
                   21148: 
                   21149:        * src/classes/Makefile.am: classes/.am
                   21150: 
                   21151:        * src/classes/: Makefile.am: classes/.am
                   21152: 
                   21153:        * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
                   21154:          targets/cgi/pa_pool.C: classes/.am
                   21155: 
                   21156: 2001-05-18  parser
                   21157: 
1.116     moko     21158:        * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
                   21159:          pa_threads.C ins
1.95      moko     21160: 
                   21161:        * src/targets/cgi/Makefile.am: .am pa_threads.C added
                   21162: 
                   21163: 2001-05-17  parser
                   21164: 
                   21165:        * src/: classes/string.C, include/pa_config_fixed.h,
                   21166:          include/pa_config_includes.h, main/compile.y,
                   21167:          main/compile_tools.h, main/execute.C, main/pa_array.C,
                   21168:          main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
                   21169:          main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
                   21170:          types/pa_vform.C: #include "pa_config_includes.h" removed from
                   21171:          most .C
                   21172: 
                   21173:        * src/doc/html2chm.cmd: z
                   21174: 
                   21175:        * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
                   21176:          view.cmd, view_chm.cmd, view_html.cmd: doc cmds
                   21177: 
                   21178:        * src/main/pa_sql_driver_manager.C: moved expiration to
                   21179:          get_connection_from_cache
                   21180: 
                   21181:        * src/main/pa_sql_driver_manager.C: cache expiration bf
                   21182: 
                   21183:        * src/: classes/classes.h, include/pa_sql_connection.h,
                   21184:          include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
                   21185:          cache expiration[use SQL_Driver::disconnect]
                   21186: 
                   21187:        * src/main/pa_table.C: table.locate current restored on "not found"
                   21188: 
                   21189:        * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
                   21190:          line no
                   21191: 
                   21192:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   21193:          ANTI_ENDLESS_EXECUTE_RECOURSION
                   21194: 
                   21195:        * src/: classes/op.C, include/pa_sql_connection.h,
                   21196:          include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
                   21197:          sql/pa_sql_driver.h: fixed problem at last: 2connections own
                   21198:          1driver and set_services fight for driver::fservices. before fix
                   21199: 
                   21200:        * src/: classes/op.C, include/pa_config_fixed.h,
                   21201:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   21202:          main/pa_sql_driver_manager.C: found problem at last: 2connections
                   21203:          own 1driver and set_services fight for driver::fservices. before
                   21204:          fix
                   21205: 
                   21206:        * src/: include/pa_config_fixed.h, include/pa_threads.h,
                   21207:          targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
                   21208:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
                   21209:          pa_threads.C
                   21210: 
                   21211:        * src/include/pa_threads.h: removed targets/parser
                   21212: 
                   21213:        * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
                   21214:          pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
                   21215:          pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
                   21216:          pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
                   21217:          pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
                   21218:          headers
                   21219: 
                   21220:        * src/: classes/image.C, include/pa_sql_driver_manager.h,
                   21221:          main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
                   21222:          order prevented sqlmanager to see MULTYTHREAD define
                   21223: 
                   21224:        * src/: include/pa_config_fixed.h, include/pa_threads.h,
                   21225:          main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
                   21226:          put/gets
                   21227: 
                   21228:        * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
                   21229:          from hash.h
                   21230: 
                   21231:        * src/: classes/op.C, include/pa_sql_connection.h,
                   21232:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
                   21233:          from cache ->set_services(&services);
                   21234: 
                   21235: 2001-05-16  parser
                   21236: 
                   21237:        * src/targets/cgi/parser3.C: z
                   21238: 
                   21239:        * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
                   21240:          debug, #ifdefed some.  would debug later, on more precise sample
                   21241:          than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
                   21242:          $name.$tail[$tail!] $name.$tail } ok3
                   21243: 
                   21244:        * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
                   21245:          removed array debug. before vstring rebasing
                   21246: 
                   21247:        * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
                   21248:          main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
                   21249:          array debugged; adjusted
                   21250: 
                   21251:        * src/main/: pa_sql_driver_manager.C, pa_string.C:
                   21252:          SQL_Driver_manager line no for connect/charset errors
                   21253: 
                   21254: 2001-05-15  parser
                   21255: 
                   21256:        * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
                   21257:          main/pa_string.C: string+array made linear grows
                   21258: 
                   21259:        * src/: include/pa_string.h, main/pa_string.C,
                   21260:          targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
                   21261:          grow lineary, not exponentialy
                   21262: 
                   21263:        * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
                   21264:          targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
                   21265:          with fullchunk cmps
                   21266: 
                   21267:        * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
                   21268:          70041=           81
                   21269: 
                   21270:        * src/: include/pa_string.h, targets/cgi/pa_pool.C,
                   21271:          targets/cgi/parser3.C: detected huge mem allocation: size/times
                   21272:          malloc 27809390/368771, calloc 3232/83. would test now
                   21273: 
                   21274:        * src/: classes/random.C, main/compile.y, main/execute.C,
                   21275:          main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
                   21276:          numbered params had wrong name - for instance: bad error message
                   21277:          in ^for[] bad body type. fixed
                   21278: 
                   21279: 2001-05-14  parser
                   21280: 
                   21281:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
                   21282:          main/untaint.C: ^string.upper|lower[]
                   21283: 
                   21284: 2001-05-11  parser
                   21285: 
                   21286:        * src/: classes/double.C, classes/image.C, classes/op.C,
                   21287:          classes/string.C, classes/table.C, classes/unknown.C,
                   21288:          main/execute.C, types/pa_value.h, types/pa_vbool.h,
                   21289:          types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
                   21290:          types/pa_vunknown.h: op: MAX_LOOPS as_int
                   21291: 
                   21292:        * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
                   21293:          .dsp for win32tools
                   21294: 
                   21295: 2001-05-11  paf
                   21296: 
                   21297:        * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
                   21298:          main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
                   21299:          targets/isapi/istart.cmd, targets/isapi/istop.cmd,
                   21300:          targets/isapi/kill.pl: moved win32 helpers to /win32tools
                   21301: 
                   21302: 2001-05-10  paf
                   21303: 
                   21304:        * src/include/: pa_common.h, pa_config_includes.h: inline undefed
                   21305:          for C++, that's all
                   21306: 
1.116     moko     21307:        * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
                   21308:          pa_config_includes.h: inline wonders
1.95      moko     21309: 
                   21310:        * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
                   21311:          doc/doxygen.cmd: hash.C added
                   21312: 
                   21313:        * src/: main/pa_request.C, types/pa_vrequest.C: op configured
                   21314: 
                   21315:        * src/main/compile.y: @end grammar: allowed zero strings in control
                   21316:          menthod
                   21317: 
                   21318:        * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
                   21319:          pa_vstateless_object.h: changed priority: field before method
                   21320:          lookup in vclass & vobject
                   21321: 
                   21322:        * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
                   21323:          grammar: priorities changes [lowerd && prior] vobject: now first
                   21324:          fields, next methods
                   21325: 
                   21326: 2001-05-08  paf
                   21327: 
                   21328:        * src/main/pa_table.C: table columnname2item on nameless ignored
                   21329:          bark=false. fixed
                   21330: 
                   21331:        * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
                   21332:          types/pa_vmethod_frame.h: hash:default works at last!
                   21333: 
                   21334:        * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
                   21335:          main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
                   21336:          hash:default
                   21337: 
                   21338:        * src/classes/table.C: z
                   21339: 
                   21340:        * src/classes/table.C: table:hash always hash of hash now
                   21341: 
                   21342:        * src/classes/table.C: table:empty return bool now
                   21343: 
                   21344:        * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
                   21345:          include/pa_table.h, main/pa_table.C, types/pa_value.h,
                   21346:          types/pa_vtable.h: table:hash
                   21347: 
                   21348:        * src/classes/table.C: table:record have name
                   21349: 
                   21350:        * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
                   21351:          returns vunknown
                   21352: 
                   21353:        * src/classes/: double.C, int.C, op.C, string.C:
                   21354:          int,double,string:int[] double[] string:length[] results now have
                   21355:          hames
                   21356: 
                   21357:        * src/: classes/op.C, classes/table.C, main/main.dsp,
                   21358:          types/pa_vtable.h: removed table:find. table:locate and op:eval
                   21359:          now return bool
                   21360: 
                   21361:        * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
                   21362:          in method checkparams again. fixed
                   21363: 
                   21364: 2001-05-07  paf
                   21365: 
                   21366:        * src/doc/chm.cmd: cmd
                   21367: 
                   21368:        * src/: classes/image.C, classes/mail.C, classes/string.C,
                   21369:          doc/chm.cmd, include/pa_table.h, main/pa_table.C,
                   21370:          types/pa_value.h: method reported errors on wrong pool
                   21371: 
                   21372:        * src/main/execute.C: ^var[^class:var.method[]] is not constructor
                   21373:          now
                   21374: 
                   21375:        * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
                   21376:          include/code.h, include/pa_opcode.h, main/compile.C,
                   21377:          main/compile_tools.h, main/execute.C, types/pa_value.h,
                   21378:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   21379:          types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
                   21380:          types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
                   21381:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   21382:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   21383:          types/pa_vrequest.h, types/pa_vresponse.h,
                   21384:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   21385:          types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
                   21386:          types/pa_wwrapper.h: pa_code.h
                   21387: 
                   21388:        * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
                   21389: 
                   21390:        * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
                   21391:          doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
                   21392:          doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
                   21393:          doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
                   21394:          doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
                   21395:          doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
                   21396:          include/pa_hash.h, include/pa_string.h, main/pa_request.C,
                   21397:          main/pa_sql_driver_manager.C, types/pa_vjunction.h,
                   21398:          types/pa_vtable.h: dox, split by not clean parts also
                   21399: 
                   21400:        * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
                   21401:          types/pa_vtable.h: table: fields, then methods.  so to enable
                   21402:          'dir' fields & co. more
                   21403: 
                   21404:        * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
                   21405:          so to enable 'dir' fields & co.
                   21406: 
                   21407:        * src/main/compile.y: grammar: @end
                   21408: 
                   21409: 2001-05-04  paf
                   21410: 
                   21411:        * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
                   21412:          doc/ClassExample3.dox, main/execute.C: dox: example1 updated
                   21413: 
                   21414:        * src/: classes/classes.h, classes/double.C, classes/file.C,
                   21415:          classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
                   21416:          classes/op.C, classes/random.C, classes/response.C,
                   21417:          classes/string.C, classes/table.C, classes/unknown.C,
                   21418:          doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
                   21419:          method dox
                   21420: 
                   21421: 2001-05-03  paf
                   21422: 
                   21423:        * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
                   21424:          doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
                   21425:          doc/doxygen.txt, doc/executor.dox, doc/index.dox,
                   21426:          doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
                   21427:          doc/string.dox, doc/targets.dox, doc/value.dox,
                   21428:          main/pa_request.C: dox splitted .dox files and added some
                   21429: 
                   21430:        * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
                   21431: 
                   21432: 2001-05-02  paf
                   21433: 
                   21434:        * src/classes/: image.C, table.C: table:dir result are not tainted
                   21435:          by file_name  language now
                   21436: 
                   21437: 2001-04-28  paf
                   21438: 
                   21439:        * src/classes/classes.inc: removed classes.inc
                   21440: 
                   21441:        * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
                   21442:          from .am
                   21443: 
                   21444:        * src/classes/classes.awk: skipped classes in .awk
                   21445: 
                   21446:        * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
                   21447:          classes/classes.inc, classes/double.C, classes/file.C,
                   21448:          classes/form.C, classes/int.C, classes/op.C, classes/response.C,
                   21449:          classes/string.C, classes/table.C, classes/unknown.C,
                   21450:          include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
                   21451:          targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
                   21452:          types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
                   21453:          pa_methoded back to classes/classes.h
                   21454: 
                   21455:        * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
                   21456: 
                   21457:        * src/: classes/Makefile.am, classes/classes.awk,
                   21458:          classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
                   21459:          classes/ls.exe, main/bison.exe: classes.inc autogenerator
                   21460: 
                   21461:        * src/: classes/classes.C, classes/classes.h, classes/double.C,
                   21462:          classes/file.C, classes/form.C, classes/int.C, classes/op.C,
                   21463:          classes/response.C, classes/string.C, classes/table.C,
                   21464:          classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
                   21465:          main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
                   21466:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
                   21467:          types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
                   21468:          include|main/pa_methoded
                   21469: 
                   21470:        * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
                   21471:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
                   21472: 
                   21473:        * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
                   21474:          moved some configured data to request::classes_conf moved some
                   21475:          string crations from globals to M...  [works]
                   21476: 
                   21477:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   21478:          include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
                   21479:          main/pa_request.C: moved some configured data to
                   21480:          request::classes_conf moved some string crations from globals to
                   21481:          M...
                   21482: 
                   21483:        * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
                   21484:          about to move configured data to special request hash
                   21485: 
                   21486:        * src/: classes/classes.C, classes/classes.h, classes/file.C,
                   21487:          classes/form.C, classes/mail.C, include/pa_request.h,
                   21488:          main/pa_request.C: configure started
                   21489: 
                   21490:        * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
                   21491:          2. todo: methoded-configure
                   21492: 
                   21493:        * src/: classes/_double.h, classes/_file.h, classes/_form.h,
                   21494:          classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
                   21495:          classes/_random.h, classes/_response.h, classes/_string.h,
                   21496:          classes/_table.h, classes/_unknown.h, classes/classes.inc,
                   21497:          classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
                   21498:          classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
                   21499:          classes/random.C, classes/response.C, classes/string.C,
                   21500:          classes/table.C, classes/unknown.C, include/pa_globals.h,
                   21501:          include/pa_request.h, main/compile.y, main/execute.C,
                   21502:          main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   21503:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   21504:          types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
                   21505:          types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
                   21506:          types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
                   21507:          types/pa_vrequest.h, types/pa_vresponse.h,
                   21508:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   21509:          types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
                   21510:          classes/classes.C, classes/classes.h: Methoded reorganized. todo:
                   21511:          methoded-configure
                   21512: 
                   21513:        * src/: classes/file.C, classes/table.C, main/compile.y,
                   21514:          main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
                   21515:          types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
                   21516:          ability. now $a{^menu{$name}} or ^a.menu{$a.name}
                   21517: 
                   21518:        * src/: classes/_string.h, classes/classes.C, classes/classes.h,
                   21519:          classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
                   21520:          classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
                   21521:          classes/random.C, classes/response.C, classes/string.C,
                   21522:          classes/table.C, classes/unknown.C, include/pa_request.h,
                   21523:          main/compile.y, main/execute.C, main/pa_globals.C,
                   21524:          main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
                   21525:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   21526:          types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
                   21527:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
                   21528:          beautifying just compiled. todo: debug, configure
                   21529: 
                   21530: 2001-04-27  paf
                   21531: 
                   21532:        * src/: classes/file.C, classes/image.C, classes/table.C,
                   21533:          main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
                   21534:          beautifying -99
                   21535: 
                   21536:        * src/: classes/_double.h, classes/_form.h, classes/_int.h,
                   21537:          classes/_response.h, classes/_unknown.h, classes/classes.C,
                   21538:          classes/classes.h, classes/double.C, classes/file.C,
                   21539:          classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
                   21540:          classes/op.C, classes/random.C, classes/response.C,
                   21541:          classes/string.C, include/pa_globals.h, main/main.dsp,
                   21542:          main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
                   21543:          types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
                   21544:          types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
                   21545:          types/pa_vunknown.h: beautifying -100
                   21546: 
                   21547:        * src/main/compile.y: serge@ found @CLASS bug. fixed
                   21548: 
                   21549:        * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
                   21550:          classes/_op.h, classes/_random.h, classes/_table.h,
                   21551:          classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
                   21552:          classes/op.C, classes/random.C, classes/response.C,
                   21553:          classes/string.C, classes/table.C, classes/unknown.C,
                   21554:          include/pa_globals.h, main/main.dsp, main/pa_globals.C,
                   21555:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
                   21556:          types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
                   21557:          beautifying
                   21558: 
                   21559: 2001-04-26  paf
                   21560: 
                   21561:        * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
                   21562: 
                   21563:        * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
                   21564:          documentation ++
                   21565: 
                   21566:        * src/: classes/_exec.h, doc/doxygen.cfg,
                   21567:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   21568:          targets/cgi/pa_pool.C: code documentation ++
                   21569: 
                   21570:        * src/: classes/_image.h, classes/op.C, classes/random.C,
                   21571:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   21572:          types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
                   21573:          types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
                   21574:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   21575:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   21576:          types/pa_vrequest.C, types/pa_vrequest.h,
                   21577:          types/pa_vstateless_class.C, types/pa_vstateless_object.h,
                   21578:          types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
                   21579:          types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
                   21580:          code documentation ++
                   21581: 
                   21582:        * src/: classes/image.C, classes/mail.C, classes/string.C,
                   21583:          classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
                   21584:          include/pa_array.h, include/pa_dir.h, include/pa_string.h,
                   21585:          main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
                   21586:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   21587:          types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
                   21588:          types/pa_vobject.h, types/pa_vstateless_class.h,
                   21589:          types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
                   21590: 
                   21591:        * src/main/: pa_request.C, pa_string.C: z
                   21592: 
                   21593:        * src/: include/pa_common.h, include/pa_types.h,
                   21594:          main/pa_sql_driver_manager.C: module [and, guess, isapi]
                   21595:          connection caching fixed.  request-pooled-url were stored into
                   21596:          global connectioncache
                   21597: 
                   21598: 2001-04-25  paf
                   21599: 
                   21600:        * src/: doc/doxygen.cfg, doc/doxygen.txt,
                   21601:          targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
                   21602: 
                   21603:        * src/: include/code.h, include/pa_common.h, main/compile.y,
                   21604:          main/execute.C, main/pa_common.C: -d
                   21605: 
                   21606:        * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
                   21607:          illegal call check a bit improved, but still under iis no mapping
                   21608:          of dir with parser allowed!
                   21609: 
                   21610: 2001-04-24  paf
                   21611: 
                   21612:        * src/targets/Makefile.am: apache module lib .am
                   21613: 
                   21614:        * src/main/pa_exec.C: windows32 buildCommand
                   21615: 
                   21616: 2001-04-23  paf
                   21617: 
                   21618:        * src/targets/cgi/Makefile.am: win32 conditional
                   21619: 
                   21620:        * src/targets/cgi/Makefile.am: win32 conditional
                   21621: 
                   21622:        * src/targets/cgi/Makefile.am: liblink
                   21623: 
                   21624:        * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
                   21625:          vfile fields return type
                   21626: 
                   21627:        * src/types/pa_vfile.h: vfile fields return type
                   21628: 
                   21629:        * src/include/pa_config_auto.h.in: .h.in
                   21630: 
                   21631:        * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
                   21632:          types/Makefile: makefiles removed
                   21633: 
                   21634:        * src/: classes/Makefile, main/Makefile, main/pa_string.C,
                   21635:          targets/cgi/Makefile, types/Makefile: configure.in + makefiles
                   21636: 
                   21637:        * src/main/pa_string.C: tested OK /// @test really @b test: s x m
                   21638:          [tested: i & g ]
                   21639: 
                   21640:        * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
                   21641:          @test noticed series in isapi, check how initialize_random_class
                   21642:          is called! [must be called only once]
                   21643: 
                   21644:        * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
                   21645:          would not be 'unknown column'
                   21646: 
                   21647:        * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
                   21648:          @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
                   21649: 
                   21650:        * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
                   21651:          commandline start "parser3 a.html" so that ^load[a.cfg] worked!
                   21652:          [now doesnt]
                   21653: 
                   21654:        * src/targets/cgi/parser3.C: cgi cmdline ver
                   21655: 
                   21656:        * src/targets/cgi/parser3.C: cgi /// @test disable
                   21657:          /cgi-bin/parser3/auto.p
                   21658: 
                   21659:        * src/main/untaint.C: untaint without charset
                   21660: 
                   21661:        * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
                   21662:          main/pa_common.C: common: file_write /// @test mkdirs
                   21663:          file_delete rmdirs
                   21664: 
                   21665:        * src/main/untaint.C: mail header only once to =?
                   21666: 
                   21667:        * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
                   21668:          include/pa_string.h, main/pa_exec.C, main/pa_request.C,
                   21669:          main/untaint.C: untaint -        @test optimize whitespaces for
                   21670:          all but 'html'
                   21671: 
                   21672:        * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
                   21673:          main/pa_common.C, main/pa_hash.C, main/pa_request.C,
                   21674:          main/untaint.C: untaint -  @test mail-header
                   21675: 
                   21676: 2001-04-20  paf
                   21677: 
                   21678:        * src/: classes/string.C, classes/table.C, include/pa_globals.h,
                   21679:          include/pa_request.h, include/pa_string.h, main/compile.y,
                   21680:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   21681:          targets/cgi/parser3.C: $MAIN:LOCALE
                   21682: 
                   21683:        * src/main/untaint.C: z
                   21684: 
                   21685:        * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
                   21686: 
                   21687: 2001-04-19  paf
                   21688: 
                   21689:        * src/main/compile_tools.h: $a$b bugfix
                   21690: 
                   21691:        * src/targets/cgi/parser3.C: z
                   21692: 
                   21693:        * src/classes/file.C: z
                   21694: 
                   21695:        * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
                   21696:          done: header to $fields. waits for header '\' tricks
                   21697: 
                   21698:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
                   21699:          main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
                   21700:          changed urlencode here and in untaint.C to HTTP standard's " and
                   21701:          \" mech
                   21702: 
                   21703:        * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
                   21704:          http://alx/~paf/ doesnt load /auto.p
                   21705: 
                   21706: 2001-04-18  paf
                   21707: 
                   21708:        * src/main/pa_request.C: 1
                   21709: 
                   21710:        * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
                   21711:          linux @alx
                   21712: 
                   21713: 2001-04-17  paf
                   21714: 
                   21715:        * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
                   21716:          include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
                   21717:          sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
                   21718:          enabled
                   21719: 
                   21720:        * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
                   21721:          classes/_exec.h, classes/_file.h, classes/_form.h,
                   21722:          classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
                   21723:          classes/_random.h, classes/_response.h, classes/_string.h,
                   21724:          classes/_table.h, classes/_unknown.h, classes/file.C,
                   21725:          classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
                   21726:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   21727:          include/pa_hash.h, include/pa_sql_driver_manager.h,
                   21728:          include/pa_version.h, main/Makefile.am, main/compile.y,
                   21729:          main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
                   21730:          main/pa_sql_driver_manager.C, sql/Makefile.am,
                   21731:          sql/pa_sql_driver.h, targets/cgi/Makefile.am,
                   21732:          targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
                   21733:          types/pa_vform.C, types/pa_vimage.h: exec @jav
                   21734: 
                   21735:        * src/: include/pa_sql_driver_manager.h,
                   21736:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
                   21737:          types/pa_vimage.h: sql driver interface now has initialize(client
                   21738:          .so)
                   21739: 
                   21740: 2001-04-16  paf
                   21741: 
                   21742:        * src/Makefile.am: compile2 cygwin
                   21743: 
                   21744:        * src/: include/pa_config_includes.h, main/pa_exec.C,
                   21745:          main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
                   21746: 
                   21747:        * src/targets/cgi/Makefile.am: compile0 jav
                   21748: 
                   21749:        * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
                   21750:          classes/_exec.h, classes/_file.h, classes/_form.h,
                   21751:          classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
                   21752:          classes/_random.h, classes/_response.h, classes/_string.h,
                   21753:          classes/_table.h, classes/_unknown.h, classes/image.C,
                   21754:          classes/mail.C, classes/op.C, classes/random.C,
                   21755:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   21756:          include/pa_hash.h, include/pa_version.h, main/Makefile.am,
                   21757:          main/compile.y, main/pa_common.C, main/pa_exec.C,
                   21758:          sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
                   21759:          types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
                   21760:          compile-1
                   21761: 
                   21762: 2001-04-15  paf
                   21763: 
                   21764:        * src/classes/op.C: z
                   21765: 
                   21766:        * src/classes/table.C: table:empty +=process
                   21767: 
                   21768:        * src/types/pa_value.h: MethodParams !junction
                   21769: 
                   21770:        * src/: classes/_string.h, classes/double.C, classes/file.C,
                   21771:          classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
                   21772:          classes/random.C, classes/response.C, classes/string.C,
                   21773:          classes/table.C, classes/unknown.C, main/pa_request.C:
                   21774:          MethodParams everywhere
                   21775: 
                   21776:        * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
                   21777:          types/pa_vmethod_frame.h: MethodParams in op.C
                   21778: 
                   21779: 2001-04-12  paf
                   21780: 
                   21781:        * src/: classes/image.C, types/pa_vimage.h: image:font :text
                   21782: 
                   21783:        * src/: classes/_unknown.h, classes/unknown.C,
                   21784:          include/pa_globals.h, main/main.dsp, main/pa_globals.C,
                   21785:          types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
                   21786: 
                   21787:        * src/: classes/image.C, main/pa_hash.C: hash bug fixed
                   21788: 
                   21789:        * src/classes/image.C: image:gif now does not have params
                   21790: 
                   21791:        * src/classes/image.C:
                   21792:          image:line/fill/rectangle/bar/replace/polygon/polybar
                   21793: 
                   21794:        * src/: classes/image.C, classes/op.C, main/execute.C,
                   21795:          types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
                   21796:          for var now written not to r.wcontext, but to r.root cleared
                   21797:          "entered_object" state
                   21798: 
                   21799: 2001-04-11  paf
                   21800: 
                   21801:        * src/classes/image.C: image:create image:load
                   21802: 
                   21803:        * src/: classes/image.C, main/main.dsp: gd with mem write + image
                   21804:          just compiled
                   21805: 
                   21806:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
                   21807:          todo: gif without file
                   21808: 
                   21809:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
                   21810:          started porting to Pooled descendant
                   21811: 
                   21812:        * src/: classes/image.C, main/execute.C, main/main.dsp,
                   21813:          main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
                   21814:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
                   21815:          types/pa_vmframe.h: libimaging dead end: pil parses header in .py
                   21816: 
                   21817:        * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
                   21818:          main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
                   21819:          end. switching to python imaging lib
                   21820: 
                   21821:        * src/main/main.dsp: gd+smtp made separate libs
                   21822: 
                   21823:        * src/: include/pa_globals.h, include/pa_string.h,
                   21824:          main/pa_common.C, main/pa_request.C, main/untaint.C,
                   21825:          types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
                   21826:          length
                   21827: 
                   21828:        * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
                   21829:          types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
                   21830:          types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
                   21831:          UL_FILE_NAME of posted file name
                   21832: 
                   21833:        * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
                   21834:          post [broke when moved post read to core]
                   21835: 
                   21836: 2001-04-10  paf
                   21837: 
                   21838:        * src/classes/image.C: image:html done
                   21839: 
                   21840:        * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
                   21841: 
                   21842:        * src/classes/image.C: z
                   21843: 
                   21844:        * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
                   21845:          forgotten!
                   21846: 
                   21847:        * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
                   21848:          main/pa_request.C, main/pa_string.C, main/untaint.C,
                   21849:          types/pa_vimage.h: image:measure -90
                   21850: 
                   21851:        * src/: classes/_double.h, classes/_file.h, classes/_form.h,
                   21852:          classes/_int.h, classes/_mail.h, classes/_op.h,
                   21853:          classes/_random.h, classes/_response.h, classes/_string.h,
                   21854:          classes/_table.h, classes/file.C, classes/mail.C,
                   21855:          include/pa_common.h, include/pa_globals.h, main/execute.C,
                   21856:          main/main.dsp, main/pa_common.C, main/pa_globals.C,
                   21857:          targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
                   21858:          types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
                   21859:          types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
                   21860:          compiled
                   21861: 
                   21862:        * src/classes/mail.C: minor bug with unclear from/to
                   21863: 
                   21864:        * src/classes/mail.C: sendmail unix skipping defaults
                   21865: 
                   21866:        * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
                   21867:          sendmail unix added defaults
                   21868: 
                   21869:        * src/classes/mail.C: unix sendmail compiled. todo:testing
                   21870: 
                   21871:        * src/: classes/mail.C, main/pa_globals.C: smtp some consts
                   21872: 
                   21873: 2001-04-09  paf
                   21874: 
                   21875:        * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
                   21876:          main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
                   21877:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
                   21878:          targets/isapi/parser3isapi.dsp: all targets exec
                   21879: 
                   21880:        * src/: include/pa_sapi.h, include/pa_string.h,
                   21881:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   21882:          targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
                   21883:          args in apache:util.script
                   21884: 
                   21885:        * src/include/pa_string.h: written but not tested exec with env for
                   21886:          unix
                   21887: 
                   21888:        * src/: classes/file.C, main/main.dsp, main/pa_request.C,
                   21889:          targets/cgi/parser3.C: exec win32 env
                   21890: 
                   21891:        * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
                   21892:          0
                   21893: 
                   21894:        * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
                   21895:          main/execute.C, main/main.dsp, main/pa_globals.C,
                   21896:          main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
                   21897:          types/pa_vform.C, types/pa_vstring.C: exec4. todo env
                   21898: 
                   21899:        * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
                   21900:          main/untaint.C: exec3. decided exec:cgi to move to file:cgi
                   21901: 
                   21902:        * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
                   21903:          main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
                   21904: 
                   21905:        * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
                   21906:          include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
                   21907:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                   21908:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   21909:          targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
                   21910:          exec class just compiled. moved post read to request core
                   21911: 
                   21912:        * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
                   21913:          include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
                   21914:          main/pa_globals.C, targets/cgi/parser3.C,
                   21915:          targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
                   21916:          are already read by vform
                   21917: 
                   21918: 2001-04-08  paf
                   21919: 
                   21920:        * src/: classes/file.C, classes/mail.C, classes/string.C,
                   21921:          include/pa_request.h, include/pa_string.h, main/pa_request.C:
                   21922:          uuencode. string<<
                   21923: 
                   21924: 2001-04-07  paf
                   21925: 
                   21926:        * src/classes/mail.C: z
                   21927: 
                   21928:        * src/classes/mail.C: z
                   21929: 
                   21930:        * src/classes/mail.C: ^mail[$attach
                   21931: 
                   21932:        * src/classes/mail.C: ^attach dead end
                   21933: 
                   21934:        * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
                   21935:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   21936:          targets/isapi/parser3isapi.C: mail:send 1
                   21937: 
                   21938:        * src/: classes/mail.C, main/pa_request.C: z
                   21939: 
                   21940:        * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
                   21941:          main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
                   21942:          compiled
                   21943: 
                   21944:        * src/classes/mail.C: +=
                   21945: 
                   21946:        * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
                   21947:          prepared
                   21948: 
                   21949:        * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
                   21950:          include/pa_globals.h, include/pa_string.h, main/main.dsp,
                   21951:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
                   21952:          main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
                   21953: 
                   21954: 2001-04-06  paf
                   21955: 
                   21956:        * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
                   21957:          main/pa_string.C: table:dir 1
                   21958: 
                   21959:        * src/: classes/table.C, include/pa_dir.h, main/execute.C,
                   21960:          main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
                   21961: 
                   21962:        * src/: classes/_op.h, classes/_root.h, classes/op.C,
                   21963:          classes/root.C, include/pa_globals.h, include/pa_request.h,
                   21964:          main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
                   21965:          main/pa_request.C: renamed 'root' to 'op'
                   21966: 
                   21967:        * src/classes/: _op.h, op.C: renamed from 'root'
                   21968: 
                   21969:        * src/types/pa_valiased.C: another root inherititance skipped
                   21970: 
                   21971:        * src/main/: compile.C, compile.y, execute.C: operators are now not
                   21972:          root methods of parent class. just 'ROOT' class
                   21973: 
                   21974:        * src/: classes/random.C, classes/table.C, main/pa_globals.C:
                   21975:          @office
                   21976: 
                   21977:        * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
                   21978: 
                   21979: 2001-04-05  paf
                   21980: 
                   21981:        * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
                   21982:          types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
                   21983:          constructor flag dropped at get_method_frame and remembered into
                   21984:          method_frame
                   21985: 
                   21986:        * src/: classes/file.C, classes/root.C, classes/string.C,
                   21987:          classes/table.C, main/pa_request.C: junction to code&expression
                   21988:          in errors
                   21989: 
                   21990:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
                   21991:          main/pa_string.C, targets/isapi/parser3isapi.dsp:
                   21992:          $LOCALE:ctype[Russian_Russia.1251]
                   21993: 
                   21994:        * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
                   21995:          include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
                   21996:          main/pa_table.C: hash now not thread-safe.
                   21997: 
                   21998:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
                   21999:          main/untaint.C: z
                   22000: 
                   22001:        * src/: classes/random.C, classes/root.C, classes/table.C,
                   22002:          include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
                   22003:          main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
                   22004:          sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
                   22005:          types/pa_wcontext.h: sql quote. string untaint UL_SQL
                   22006: 
                   22007:        * src/: classes/table.C, include/pa_sql_connection.h,
                   22008:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
                   22009: 
                   22010:        * src/classes/table.C: select * from hren error contains statement
                   22011: 
                   22012:        * src/: classes/table.C, include/pa_sql_connection.h,
                   22013:          include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
                   22014:          sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
                   22015: 
                   22016:        * src/: classes/root.C, include/pa_sql_connection.h,
                   22017:          include/pa_sql_driver.h, main/main.dsp,
                   22018:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
                   22019:          services for conv memory & error reporting
                   22020: 
                   22021: 2001-04-04  paf
                   22022: 
                   22023:        * src/doc/doxygen.cfg: z
                   22024: 
                   22025:        * src/include/pa_sql_driver.h: mysql connect
                   22026: 
                   22027:        * src/include/pa_sql_driver.h: mysql info
                   22028: 
                   22029:        * src/: classes/root.C, include/pa_sql_driver.h,
                   22030:          include/pa_sql_driver_manager.h, main/main.dsp,
                   22031:          main/pa_sql_driver_manager.C: more manager&connection&driver
                   22032: 
                   22033:        * src/sql/Makefile.am: forgot to add mysql client
                   22034: 
                   22035:        * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
                   22036:          main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
                   22037:          [forgot to add libltdl, added]
                   22038: 
                   22039:        * src/: Makefile.am, classes/root.C, classes/string.C,
                   22040:          classes/table.C, include/pa_globals.h, include/pa_hash.h,
                   22041:          include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
                   22042:          include/pa_string.h, include/pa_table.h, main/main.dsp,
                   22043:          main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
                   22044:          main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
                   22045:          -1000 just compiled
                   22046: 
                   22047:        * src/: classes/random.C, classes/root.C, classes/table.C,
                   22048:          include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
                   22049:          main/pa_request.C, types/pa_vclass.h: sql frame -10
                   22050: 
                   22051: 2001-04-03  paf
                   22052: 
                   22053:        * src/types/pa_vform.C: z
                   22054: 
                   22055:        * src/: classes/string.C, types/pa_vform.C: string:match replace
                   22056:          assigned lang
                   22057: 
                   22058:        * src/: classes/string.C, main/compile.y: grammar: fixed to allow
                   22059:          {}[]< empty []
                   22060: 
                   22061:        * src/: classes/file.C, classes/string.C, classes/table.C,
                   22062:          include/pa_string.h, main/pa_common.C, main/pa_string.C,
                   22063:          main/untaint.C: string:match replace 2.  string.cstr(forced lang)
                   22064: 
                   22065:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   22066:          string:match replace strange matches
                   22067: 
                   22068:        * src/classes/string.C: string:match replace 0
                   22069: 
                   22070:        * src/: classes/string.C, main/pa_string.C: string:match replace
                   22071:          prepared 2
                   22072: 
                   22073:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   22074:          string:match replace prepared
                   22075: 
                   22076:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   22077:          string:match replace -11
                   22078: 
                   22079:        * src/: classes/string.C, include/pa_globals.h,
                   22080:          include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
                   22081:          main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
                   22082: 
                   22083:        * src/: classes/string.C, include/pa_globals.h,
                   22084:          include/pa_string.h, main/main.dsp, main/pa_globals.C,
                   22085:          main/pa_string.C: string:match [search] -1 just compiled
                   22086: 
                   22087:        * src/types/pa_vstring.C: z
                   22088: 
                   22089:        * src/: classes/double.C, classes/file.C, classes/form.C,
                   22090:          classes/int.C, classes/response.C, classes/root.C,
                   22091:          classes/string.C, classes/table.C, include/pa_string.h,
                   22092:          main/pa_string.C: string:match -10 [frame]
                   22093: 
                   22094:        * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
                   22095:          main/pa_request.C: z
                   22096: 
                   22097:        * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
                   22098:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
                   22099:          todo/tests
                   22100: 
                   22101:        * src/include/pa_common.h: z
                   22102: 
                   22103:        * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
                   22104:          main/pa_request.C, targets/cgi/parser3.C,
                   22105:          targets/isapi/parser3isapi.C, types/pa_vfile.C:
                   22106:          content-disposition
                   22107: 
                   22108:        * src/: include/pa_common.h, include/pa_globals.h,
                   22109:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
                   22110:          targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
                   22111: 
                   22112:        * src/: include/pa_common.h, include/pa_request.h,
                   22113:          include/pa_sapi.h, main/main.dsp, main/pa_common.C,
                   22114:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
                   22115:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
                   22116:          response:body
                   22117: 
                   22118:        * src/classes/table.C: table:append now uses string::split
                   22119: 
                   22120:        * src/classes/table.C: z
                   22121: 
                   22122:        * src/: classes/file.C, classes/root.C, classes/string.C,
                   22123:          classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
                   22124:          doc/generate.cmd, include/pa_array.h, include/pa_request.h,
                   22125:          include/pa_string.h, main/execute.C, main/pa_string.C,
                   22126:          main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
                   22127:          string::pos & cmp & piece bugs fixed.  string::split new
                   22128:          table:load separated from set table:set implemented with clean \n
                   22129:          \t searches
                   22130: 
                   22131: 2001-04-02  paf
                   22132: 
                   22133:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
                   22134:          types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
                   22135:          types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
                   22136:          types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
                   22137:          it in table:set/load
                   22138: 
                   22139:        * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
                   22140:          include/pa_table.h, main/execute.C, types/pa_value.h: table:join
                   22141: 
                   22142:        * src/classes/random.C: random:generate 1
                   22143: 
                   22144:        * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
                   22145:          main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   22146:          types/pa_value.h: random:generate
                   22147: 
                   22148: 2001-03-30  paf
                   22149: 
                   22150:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
                   22151:          todo: table flip and append. string::pos
                   22152: 
                   22153:        * src/: classes/double.C, classes/file.C, classes/int.C,
                   22154:          classes/response.C, classes/root.C, classes/string.C,
                   22155:          classes/table.C, main/compile.y, main/execute.C,
                   22156:          types/pa_value.h, types/pa_vstateless_class.C,
                   22157:          types/pa_vstateless_class.h: static|dynamic|any method
                   22158:          registration
                   22159: 
                   22160:        * src/: classes/file.C, classes/table.C, include/pa_table.h,
                   22161:          main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
                   22162:          table:flip
                   22163: 
                   22164: 2001-03-29  paf
                   22165: 
                   22166:        * src/classes/string.C: string:xsplit forgot that they must result
                   22167:          in 1 row N column [not vice versa]
                   22168: 
                   22169:        * src/classes/string.C: z
                   22170: 
                   22171:        * src/classes/string.C: string: rsplit
                   22172: 
                   22173:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   22174:          string: lsplit
                   22175: 
                   22176:        * src/: classes/string.C, include/pa_string.h, main/execute.C,
                   22177:          main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
                   22178:          lsplit -1
                   22179: 
                   22180:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   22181:          string: pos
                   22182: 
                   22183:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   22184:          string: pos -1
                   22185: 
                   22186:        * src/: classes/string.C, classes/table.C, include/pa_string.h,
                   22187:          main/compile.y, main/pa_request.C, main/pa_string.C,
                   22188:          main/untaint.C: string: left right mid
                   22189: 
                   22190:        * src/: classes/string.C, main/compile.y, main/compile_tools.C,
                   22191:          main/compile_tools.h, main/main.dsp, types/pa_value.h,
                   22192:          types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
                   22193:          and [;] are different now.
                   22194: 
                   22195:        * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
                   22196:          main/untaint.C: pool.request undone
                   22197: 
                   22198:        * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
                   22199:          main/untaint.C: pool.request
                   22200: 
                   22201: 2001-03-28  paf
                   22202: 
                   22203:        * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
                   22204:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   22205:          types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
                   22206:          $request:browser [.type .version]; unknown.get_double now = 0.
                   22207: 
                   22208:        * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
                   22209:          include/pa_table.h, main/pa_globals.C, main/pa_request.C,
                   22210:          main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
                   22211:          types/pa_vform.C: file:load autodetection of mime-type by
                   22212:          user-file-name
                   22213: 
                   22214:        * src/: classes/file.C, main/execute.C, main/pa_common.C,
                   22215:          main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
                   22216:          types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
                   22217: 
                   22218:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
                   22219:          types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
                   22220:          write. must be self.set
                   22221: 
                   22222:        * src/: classes/file.C, classes/root.C, classes/table.C,
                   22223:          include/pa_table.h, main/pa_table.C: table:locate1, file:test
                   22224: 
                   22225:        * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
                   22226:          include/pa_table.h, main/pa_array.C, main/pa_table.C,
                   22227:          types/pa_vtable.h: table:locate just compiled
                   22228: 
                   22229: 2001-03-27  paf
                   22230: 
                   22231:        * src/main/: execute.C, pa_common.C: fixed r/w context of
                   22232:          code-params2, fixed ntfs hardlink slow dir update
                   22233: 
                   22234:        * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
                   22235:          types/pa_wcontext.h: fixed r/w context of code-params
                   22236: 
                   22237:        * src/: classes/table.C, main/execute.C: about to change junction
                   22238:          rcontext!!
                   22239: 
                   22240:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   22241:          classes/string.C, classes/table.C, main/compile_tools.C,
                   22242:          main/execute.C, main/pa_request.C, main/untaint.C,
                   22243:          types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
                   22244:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
                   22245:          types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
                   22246:          types/pa_vunknown.h: sort 0
                   22247: 
                   22248:        * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
                   22249:          pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
                   22250:          renamed to are_static_calls_disabled
                   22251: 
                   22252:        * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
                   22253:          targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
                   22254:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
                   22255:          types/pa_vstring.h, types/pa_vunknown.h: continue on sort
                   22256: 
                   22257:        * src/main/compile.y: fixed minor bug in @mn[][] ...^{
                   22258: 
                   22259:        * src/: classes/table.C, include/pa_common.h, main/compile.y:
                   22260:          started table:sort fixed minor bug in #...^{
                   22261: 
                   22262:        * src/: classes/table.C, include/pa_common.h, main/compile.y,
                   22263:          main/execute.C, main/pa_common.C, main/pa_table.C: table:save
                   22264:          decided to have as it were. stepped back.  grammar: added 'in'
                   22265:          'is' 'lt'&co follow-space check
                   22266: 
                   22267: 2001-03-26  paf
                   22268: 
                   22269:        * src/: classes/file.C, classes/root.C, classes/table.C,
                   22270:          include/pa_common.h, include/pa_globals.h, include/pa_table.h,
                   22271:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
                   22272:          main/pa_table.C: moved ::save to pa_table.  disabled @auto
                   22273:          invocation in ^process
                   22274: 
                   22275:        * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
                   22276: 
                   22277:        * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
                   22278:          main/pa_array.C: table:record
                   22279: 
                   22280:        * src/: main/untaint.C, targets/cgi/parser3.C,
                   22281:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   22282:          targets/isapi/pool_storage.h, types/pa_valiased.h,
                   22283:          types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
                   22284:          types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
                   22285:          types/pa_vtable.h: z
                   22286: 
                   22287:        * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
                   22288:          types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
                   22289:          types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
                   22290:          types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
                   22291:          $b[$a.CLASS] ^b.inc[123] shit.  allowed no checks in native
                   22292:          method realisations on 'self' validity - they now can simply
                   22293:          assume that 'self' is V{Proper} .
                   22294: 
                   22295: 2001-03-25  paf
                   22296: 
                   22297:        * src/main/untaint.C: z
                   22298: 
                   22299:        * src/main/: pa_request.C, untaint.C: moved default typo-table to
                   22300:          lowlevel - it initialization could be skipped if failed in @auto.
                   22301:          so that exception report would use some table
                   22302: 
                   22303:        * src/main/pa_request.C: table empty lines ignored. system-default
                   22304:          content type assigned in output:result [can fail in main:auto and
                   22305:          skipped normal defaults extraction]
                   22306: 
                   22307:        * src/: include/pa_string.h, main/compile.y: #comment fixed minor
                   22308:          bug
                   22309: 
                   22310:        * src/main/: pa_globals.C, untaint.C: html-typo - moved all
                   22311:          processing to table [except preliminary \r\n \r \n replacements
                   22312:          to "\n"]
                   22313: 
                   22314:        * src/: classes/table.C, main/untaint.C: html-typo - decided to
                   22315:          move all the processing to table
                   22316: 
                   22317:        * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
                   22318:          main/pa_table.C, main/untaint.C: returned table originating.
                   22319:          useful for reporting typo table problems origin. think would be
                   22320:          useful somewhere else
                   22321: 
                   22322:        * src/main/untaint.C: typo  \r \r\n \n properly handled
                   22323: 
                   22324:        * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
                   22325:          include/pa_table.h, main/compile.y, main/compile_tools.C,
                   22326:          main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
                   22327:          main/pa_string.C, main/pa_table.C, main/untaint.C,
                   22328:          types/pa_vcookie.h: typo & typo-default
                   22329: 
                   22330: 2001-03-24  paf
                   22331: 
                   22332:        * src/main/pa_common.C: z
                   22333: 
                   22334:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
                   22335:          targets/cgi/parser3.C: html-typo 2
                   22336: 
                   22337:        * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
                   22338:          doc/view.cmd, include/pa_array.h, include/pa_globals.h,
                   22339:          include/pa_pool.h, include/pa_string.h, include/pa_table.h,
                   22340:          main/execute.C, main/pa_array.C, main/pa_globals.C,
                   22341:          main/pa_request.C, main/pa_string.C, main/untaint.C,
                   22342:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   22343:          types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
                   22344:          noticed double default content-type prob. run cgi.cmd tomorrow
                   22345:          first html-typo sample. detected << problem: they become ltlt too
                   22346:          fast
                   22347: 
                   22348:        * src/main/compile.y: z
                   22349: 
                   22350:        * src/main/: compile.y, compile_tools.h: #comment
                   22351: 
                   22352:        * src/: classes/file.C, classes/root.C, classes/table.C,
                   22353:          include/pa_common.h, include/pa_request.h, main/compile.y,
                   22354:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                   22355:          targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
                   22356:          stringified
                   22357: 
                   22358:        * src/types/pa_valiased.C: decided to String-ify file_read
                   22359: 
                   22360:        * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
                   22361:          isapi/parser3isapi.dsp: cgi: sapi::log
                   22362: 
                   22363:        * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
                   22364:          targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
                   22365:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
                   22366:          error log experiments failed - cgi under iis got no access to
                   22367:          log. registereventsource simply failed with 5(illegal call) code,
                   22368:          while worked OK as standalone executable.  isapi: used
                   22369:          HSE_APPEND_LOG_PARAMETER feature
                   22370: 
                   22371:        * src/: include/pa_common.h, include/pa_globals.h,
                   22372:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
                   22373:          targets/isapi/parser3isapi.C: fixed default content-type
                   22374:          allocation storage
                   22375: 
                   22376:        * src/: include/pa_globals.h, include/pa_request.h,
                   22377:          main/pa_globals.C, main/pa_request.C: z
                   22378: 
                   22379:        * src/: include/pa_array.h, include/pa_hash.h,
                   22380:          include/pa_request.h, main/compile.y, main/pa_array.C,
                   22381:          main/pa_common.C, main/pa_hash.C, main/pa_request.C,
                   22382:          types/pa_vcookie.C: cyclic uses ignored. defaulted default
                   22383:          content-type
                   22384: 
                   22385:        * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
                   22386:          sanity
                   22387: 
                   22388:        * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
                   22389:          types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
                   22390:          away freeze mech.  no danger now for you can't do
                   22391:          ^request:process[@new-method[] body] trick anymore.  still
                   22392:          remains $some_instance.process[@new-method[] possibility] but
                   22393:          would leave it as a feature.  see index for sample
                   22394: 
                   22395:        * src/: include/pa_common.h, main/pa_common.C,
                   22396:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
                   22397:          monkey every target
                   22398: 
                   22399:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
                   22400:          targets/cgi/parser3.C, targets/isapi/pool_storage.h,
                   22401:          types/pa_vform.C, types/pa_vform.h: auto.p monkey
                   22402: 
                   22403: 2001-03-23  paf
                   22404: 
                   22405:        * src/: include/pa_pool.h, main/pa_request.C,
                   22406:          targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
                   22407:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   22408:          targets/isapi/pool_storage.h: isapi: dumb pool storage
                   22409: 
                   22410:        * src/targets/isapi/pa_pool.C: decided to continue with extension
                   22411: 
                   22412:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
                   22413:          it would be better to rewrite as filter then to deal with pool
                   22414: 
                   22415:        * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
                   22416:          now like in cgi, not from APPL_PHYSICAL_PATH
                   22417: 
                   22418:        * src/: classes/root.C, classes/table.C, include/pa_common.h,
                   22419:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   22420:          include/pa_string.h, include/pa_threads.h, include/pa_types.h,
                   22421:          include/pa_version.h, main/compile.y, main/execute.C,
                   22422:          main/pa_array.C, main/pa_common.C, main/pa_hash.C,
                   22423:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   22424:          main/untaint.C, targets/cgi/parser3.C,
                   22425:          targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
                   22426:          cgi: reinvent document_root and request_uri under iis. autoconf
                   22427:          updated. introducing ap_config_includes
                   22428: 
                   22429:        * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
                   22430: 
                   22431:        * src/targets/cgi/parser3.C: cgi: only one pool now
                   22432: 
                   22433:        * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
                   22434:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
                   22435:          targets/isapi/parser3isapi.C, types/pa_vcookie.C,
                   22436:          types/pa_venv.h, types/pa_vform.C: sapi made object
                   22437: 
                   22438:        * src/: include/pa_globals.h, main/pa_request.C,
                   22439:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   22440:          targets/isapi/parser3isapi.C, types/pa_vcookie.C,
                   22441:          types/pa_venv.h, types/pa_vform.C: all: sapi beauty
                   22442: 
                   22443:        * src/: main/pa_request.C, targets/cgi/parser3.C,
                   22444:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
                   22445:          isapi minor env beauty
                   22446: 
                   22447:        * src/: main/pa_request.C, targets/cgi/parser3.C,
                   22448:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
                   22449:          isapi document_root 0
                   22450: 
                   22451: 2001-03-22  paf
                   22452: 
                   22453:        * src/targets/isapi/parser3isapi.C: isapi keep-alive
                   22454: 
                   22455:        * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
                   22456:          isapi/parser3isapi.C: z
                   22457: 
                   22458:        * src/: include/pa_pool.h, main/pa_request.C,
                   22459:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
                   22460: 
                   22461:        * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
                   22462:          kill.pl: isapi added utils
                   22463: 
                   22464:        * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
                   22465:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   22466:          types/pa_vform.C: isapi 0
                   22467: 
                   22468:        * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
                   22469:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   22470:          targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
                   22471:          targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
                   22472:          started isapi
                   22473: 
                   22474:        * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
                   22475:          some comments
                   22476: 
                   22477:        * src/: include/pa_globals.h, include/pa_request.h,
                   22478:          include/pa_types.h, main/pa_globals.C, main/pa_request.C,
                   22479:          targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
                   22480:          parser_root_auto_path parser_site_auto_path
                   22481: 
                   22482:        * src/types/pa_vcookie.C: cookie attr decoded
                   22483: 
                   22484: 2001-03-21  paf
                   22485: 
                   22486:        * src/targets/cgi/parser3.C: z
                   22487: 
                   22488:        * src/include/pa_globals.h: post. todo: config of auto.p path
                   22489: 
                   22490:        * src/: include/pa_globals.h, targets/cgi/parser3.C,
                   22491:          types/pa_venv.h: in cookie & env. todo:post
                   22492: 
                   22493:        * src/: Makefile.am, classes/Makefile.am, classes/file.C,
                   22494:          classes/root.C, classes/table.C, include/pa_array.h,
                   22495:          include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
                   22496:          include/pa_request.h, include/pa_string.h, main/Makefile.am,
                   22497:          main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
                   22498:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   22499:          main/pa_table.C, main/untaint.C, targets/Makefile.am,
                   22500:          targets/cgi/Makefile.am, targets/cgi/parser3.C,
                   22501:          targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
                   22502:          types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
                   22503:          shifted apache branch on main trunc
                   22504: 
                   22505:        * src/: include/pa_common.h, include/pa_globals.h,
                   22506:          include/pa_pool.h, include/pa_request.h, main/main.dsp,
                   22507:          main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
                   22508:          types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
                   22509:          starting mod_parser3
                   22510: 
                   22511:        * src/targets/cgi/parser3.C: starting mod_parser3
                   22512: 
                   22513: 2001-03-20  paf
                   22514: 
                   22515:        * src/: main/pa_common.C, targets/cgi/Makefile.am,
                   22516:          targets/cgi/parser3.C: automake compiled and works. todo:make
                   22517:          win32 ifdefs work and add ifdef unistd
                   22518: 
                   22519:        * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
                   22520:          main/Makefile.am, main/pa_common.C, main/pa_request.C,
                   22521:          main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
                   22522:          z
                   22523: 
                   22524:        * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
                   22525:          main/execute.C, main/pa_common.C, types/Makefile.am: removing
                   22526:          locking
                   22527: 
                   22528:        * src/: classes/Makefile.am, types/Makefile.am: z
                   22529: 
                   22530:        * src/: Makefile.am, classes/file.C, classes/root.C,
                   22531:          classes/table.C, include/pa_array.h, include/pa_request.h,
                   22532:          include/pa_string.h, main/Makefile.am, main/execute.C,
                   22533:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
                   22534:          main/pa_string.C, main/untaint.C, targets/Makefile.am,
                   22535:          targets/cgi/Makefile.am, targets/cgi/parser3.C,
                   22536:          types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
                   22537: 
                   22538:        * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
                   22539:          main/pa_request.C, types/pa_vfile.h: ^table:save
                   22540: 
                   22541:        * src/: classes/file.C, classes/table.C, include/pa_array.h,
                   22542:          include/pa_common.h, include/pa_request.h, include/pa_string.h,
                   22543:          include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
                   22544:          main/untaint.C, types/pa_valiased.h, types/pa_value.h,
                   22545:          types/pa_vform.h: z
                   22546: 
                   22547:        * src/include/pa_string.h: z
                   22548: 
                   22549:        * src/: classes/_request.h, classes/request.C, main/main.dsp,
                   22550:          main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
                   22551:          types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
                   22552:          :Value
                   22553: 
                   22554:        * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
                   22555:          types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
                   22556:          :VStateless_object
                   22557: 
                   22558:        * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
                   22559:          types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
                   22560:          :VStateless_object
                   22561: 
                   22562:        * src/: main/main.dsp, targets/cgi/parser3.dsp,
                   22563:          types/pa_valiased.C, types/pa_vform.h: commented VForm
                   22564: 
                   22565:        * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
                   22566:          types/pa_valiased.h, types/pa_value.h,
                   22567:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   22568:          types/pa_vstateless_object.h: moved common get_element part from
                   22569:          stateless object&class into VAliased
                   22570: 
                   22571:        * src/: classes/_env.h, classes/_table.h, classes/env.C,
                   22572:          classes/table.C, main/execute.C, main/main.dsp,
                   22573:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   22574:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
                   22575:          now :Value
                   22576: 
                   22577:        * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
                   22578:          main/execute.C, main/main.dsp, main/pa_globals.C,
                   22579:          types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
                   22580: 
                   22581:        * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
                   22582:          doxx
                   22583: 
                   22584:        * src/: classes/_file.h, classes/file.C, include/pa_types.h,
                   22585:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
                   22586:          types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
                   22587:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
                   22588:          and ^file:save
                   22589: 
                   22590: 2001-03-19  paf
                   22591: 
                   22592:        * src/types/pa_vfile.C: z
                   22593: 
                   22594:        * src/: classes/file.C, classes/request.C, classes/table.C,
                   22595:          include/pa_string.h, main/main.dsp, main/pa_pool.C,
                   22596:          main/pa_request.C, main/untaint.C, types/pa_value.h,
                   22597:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
                   22598: 
                   22599:        * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
                   22600:          include/pa_string.h, include/pa_table.h, main/main.dsp,
                   22601:          main/pa_common.C, main/pa_globals.C, types/pa_value.h,
                   22602:          types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
                   22603:          types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
                   22604:          classes/_file.h, classes/file.C, types/pa_vfile.C,
                   22605:          types/pa_vfile.h: file class just compiled
                   22606: 
                   22607:        * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
                   22608:          include/pa_table.h, include/pa_types.h, main/execute.C,
                   22609:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
                   22610:          types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
                   22611:          types/pa_vstateless_object.h: ^table:set{default level: TABLE}
                   22612: 
                   22613:        * src/include/pa_pool.h: z
                   22614: 
                   22615:        * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
                   22616:          main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
                   22617:          Hash::Value to Val so to doxygen would finlly stop confusing
                   22618:          those Value-s
                   22619: 
                   22620:        * src/: include/code.h, include/pa_array.h, include/pa_common.h,
                   22621:          include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
                   22622:          include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
                   22623:          include/pa_string.h, include/pa_table.h, include/pa_threads.h,
                   22624:          include/pa_types.h, main/compile.C, main/compile.y,
                   22625:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   22626:          main/pa_array.C, main/pa_common.C, main/pa_exception.C,
                   22627:          main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
                   22628:          main/pa_request.C, main/pa_string.C, main/pa_table.C,
                   22629:          main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
                   22630: 
                   22631:        * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
                   22632:          derivates somehow unlinked. don't know why yet
                   22633: 
                   22634:        * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
                   22635:          include/pa_string.h, include/pa_threads.h, main/compile.C,
                   22636:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   22637:          main/execute.C, main/pa_array.C, main/pa_common.C,
                   22638:          main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
                   22639:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   22640:          main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
                   22641: 
                   22642:        * src/: classes/root.C, classes/table.C, main/pa_exception.C,
                   22643:          main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
                   22644:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
                   22645:          types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
                   22646:          types/pa_vrequest.h: doc: detected Value derivates prob
                   22647: 
                   22648:        * src/include/pa_globals.h: z
                   22649: 
                   22650:        * src/: classes/_request.h, classes/request.C, include/code.h,
                   22651:          include/pa_array.h, include/pa_common.h, include/pa_exception.h,
                   22652:          include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
                   22653:          include/pa_request.h, include/pa_stack.h, include/pa_string.h,
                   22654:          include/pa_table.h, include/pa_threads.h, include/pa_types.h,
                   22655:          main/execute.C, main/pa_pool.C, main/pa_request.C,
                   22656:          main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
                   22657:          types/pa_value.h, types/pa_vform.C: doxygen include/, Value
                   22658: 
                   22659: 2001-03-18  paf
                   22660: 
                   22661:        * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
                   22662:          cookie: allowed access to hash-assigned
                   22663: 
                   22664:        * src/targets/cgi/parser3.C: z
                   22665: 
                   22666:        * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
                   22667:          include/pa_globals.h, include/pa_request.h, include/pa_string.h,
                   22668:          include/pa_types.h, main/main.dsp, main/pa_common.C,
                   22669:          main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
                   22670:          main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
                   22671:          types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   22672:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   22673:          types/pa_vunknown.h: cookie class
                   22674: 
                   22675:        * src/main/pa_request.C: zero length output allowed
                   22676: 
                   22677:        * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
                   22678:          types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
                   22679: 
                   22680:        * src/: classes/root.C, main/pa_request.C: taint forgotten forced
                   22681:          lang switch
                   22682: 
                   22683:        * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
                   22684:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   22685:          types/pa_value.h, types/pa_vhash.h:
                   22686:          $defautl[$content-type[$value[text/html] $charset[windows-1251]]
                   22687: 
                   22688:        * src/main/execute.C: z
                   22689: 
                   22690:        * src/: classes/root.C, main/pa_request.C, main/untaint.C,
                   22691:          targets/cgi/parser3.C: taint[uri
                   22692: 
                   22693:        * src/: classes/request.C, classes/response.C, classes/root.C,
                   22694:          include/pa_common.h, include/pa_globals.h, include/pa_request.h,
                   22695:          include/pa_string.h, main/pa_common.C, main/pa_globals.C,
                   22696:          main/pa_request.C, targets/cgi/parser3.C: ^taint 0
                   22697: 
                   22698:        * src/: classes/root.C, classes/string.C, include/pa_string.h,
                   22699:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   22700:          types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
                   22701:          types/pa_vstateless_class.C: convinient string(pool, char *src,
                   22702:          bool tainted) ctor
                   22703: 
                   22704:        * src/: include/pa_hash.h, include/pa_request.h,
                   22705:          include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
                   22706:          main/pa_request.C, main/pa_string.C, main/untaint.C,
                   22707:          targets/cgi/parser3.C: proper @exceptions params tainting
                   22708: 
                   22709:        * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
                   22710:          response fields to header
                   22711: 
                   22712:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
                   22713:          z
                   22714: 
                   22715:        * src/: classes/_response.h, classes/response.C,
                   22716:          include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
                   22717:          main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
                   22718:          main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
                   22719:          targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
                   22720:          types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
                   22721:          $response: 0  request::core exception rethrow
                   22722: 
                   22723: 2001-03-16  paf
                   22724: 
                   22725:        * src/: main/execute.C, main/main.dsp, types/pa_value.h,
                   22726:          types/pa_vrequest.h: native method' class call with less params
                   22727:          then needed error reporting
                   22728: 
                   22729:        * src/: classes/_request.h, classes/request.C,
                   22730:          include/pa_globals.h, include/pa_request.h, main/execute.C,
                   22731:          main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   22732:          targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
                   22733:          types/pa_vrequest.h: $request : query :uri
                   22734: 
                   22735:        * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
                   22736:          types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
                   22737:          types/pa_wcontext.h: $result
                   22738: 
                   22739:        * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
                   22740: 
                   22741:        * src/: classes/double.C, include/code.h, main/compile.y,
                   22742:          main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
                   22743:          and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
                   22744: 
                   22745:        * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
                   22746:          main/compile.y, main/execute.C, types/pa_value.h,
                   22747:          types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
                   22748:          types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
                   22749:          wcontext conflict
                   22750: 
                   22751:        * src/: main/execute.C, types/pa_value.h,
                   22752:          types/pa_vstateless_object.h, types/pa_vstring.h: disabled
                   22753:          $string.field
                   22754: 
                   22755: 2001-03-15  paf
                   22756: 
                   22757:        * src/main/pa_request.C: news sample
                   22758: 
                   22759:        * src/: main/compile.y, main/execute.C, main/pa_request.C,
                   22760:          targets/cgi/parser3.C, types/pa_vstring.h: @exception
                   22761: 
                   22762:        * src/main/: compile.y, execute.C: z
                   22763: 
                   22764:        * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
                   22765:          types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
                   22766:          pre pre works
                   22767: 
                   22768:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
                   22769:          targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
                   22770:          fillfields just compiled
                   22771: 
                   22772: 2001-03-14  paf
                   22773: 
                   22774:        * src/: include/pa_request.h, main/pa_request.C,
                   22775:          targets/cgi/parser3.C: z
                   22776: 
                   22777:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
                   22778:          targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
                   22779:          types/pa_vstring.h: limits -1
                   22780: 
                   22781:        * src/: include/pa_globals.h, include/pa_request.h,
                   22782:          include/pa_types.h, main/main.dsp, main/pa_globals.C,
                   22783:          main/pa_request.C, targets/cgi/parser3.C,
                   22784:          targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
                   22785:          request_info -1
                   22786: 
                   22787:        * src/: include/pa_globals.h, main/pa_globals.C,
                   22788:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   22789:          targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
                   22790:          vform_fields_fill
                   22791: 
                   22792:        * src/targets/cgi/parser3.C: #  if MSVC
                   22793: 
                   22794:        * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
                   22795:          targets/cgi/parser3.C: PATH_DELIMITER_CHAR
                   22796: 
                   22797:        * src/targets/cgi/parser3.C: z
                   22798: 
                   22799:        * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
                   22800:          include/pa_string.h, include/pa_types.h, main/compile.y,
                   22801:          main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   22802:          targets/cgi/pa_vform.C, targets/cgi/parser3.C,
                   22803:          targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
                   22804:          types/pa_vunknown.h: global handler, exceptions in parser3
                   22805: 
                   22806: 2001-03-13  paf
                   22807: 
                   22808:        * src/: classes/form.C, main/compile.y, main/core.C,
                   22809:          types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
                   22810:          types/pa_vform.h, types/pa_vstateless_class.C,
                   22811:          types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
                   22812:          instead
                   22813: 
                   22814:        * src/: include/core.h, include/pa_common.h, include/pa_request.h,
                   22815:          main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
                   22816:          targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
                   22817:          started cgi target
                   22818: 
                   22819:        * src/: include/core.h, include/pa_common.h, include/pa_request.h,
                   22820:          main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
                   22821:          before error show with parser
                   22822: 
                   22823:        * src/: classes/_form.h, classes/form.C, include/core.h,
                   22824:          include/pa_request.h, main/core.C, main/pa_request.C,
                   22825:          targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
                   22826: 
                   22827:        * src/targets/cgi/: parser.dsp, parser3.dsp: z
                   22828: 
                   22829:        * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
                   22830:          parser3.C: renamed targets/ parser to cgi
                   22831: 
                   22832:        * src/: classes/double.C, classes/env.C, classes/int.C,
                   22833:          classes/root.C, classes/string.C, classes/table.C,
                   22834:          include/pa_request.h, types/pa_vhash.h: z
                   22835: 
                   22836:        * src/: classes/_env.h, classes/env.C, classes/root.C,
                   22837:          include/core.h, include/pa_pool.h, include/pa_request.h,
                   22838:          main/compile.C, main/compile.y, main/core.C, main/main.dsp,
                   22839:          main/pa_common.C, main/pa_request.C, types/pa_value.h,
                   22840:          types/pa_venv.h, types/pa_vstateless_class.h: started $form:
                   22841:          [historical moment :)]
                   22842: 
                   22843:        * src/: include/code.h, include/pa_string.h, main/compile.y,
                   22844:          main/execute.C, main/pa_string.C: 'value is type' expr operator
                   22845: 
                   22846:        * src/types/pa_venv.h: $ENV 1
                   22847: 
                   22848:        * src/main/execute.C: z
                   22849: 
                   22850:        * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
                   22851:          future methods of ENV constructor if
                   22852: 
                   22853:        * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
                   22854:          class
                   22855: 
                   22856:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   22857:          classes/_root.h, classes/_string.h, classes/_table.h,
                   22858:          classes/double.C, classes/env.C, classes/int.C, classes/root.C,
                   22859:          classes/string.C, classes/table.C, include/pa_request.h,
                   22860:          main/compile.C, main/compile_tools.h, main/core.C,
                   22861:          main/execute.C, main/main.dsp, main/pa_request.C,
                   22862:          types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
                   22863:          types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
                   22864:          types/pa_vobject.h, types/pa_vstateless_class.C,
                   22865:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   22866:          types/pa_wcontext.h: $ENV: re 0, stateless classes
                   22867: 
                   22868:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   22869:          classes/_root.h, classes/_string.h, classes/_table.h,
                   22870:          classes/double.C, classes/env.C, classes/int.C, classes/root.C,
                   22871:          classes/string.C, classes/table.C, include/pa_request.h,
                   22872:          main/compile.C, main/compile_tools.h, main/core.C,
                   22873:          main/execute.C, main/main.dsp, main/pa_request.C,
                   22874:          types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
                   22875:          types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
                   22876:          types/pa_vobject.h, types/pa_vstateless_class.C,
                   22877:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   22878:          types/pa_wcontext.h: $ENV: re 0, stateless classes
                   22879: 
                   22880:        * src/: include/pa_request.h, main/compile.C, main/execute.C,
                   22881:          main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
                   22882:          yesterdays bad decision on execute_static_method
                   22883: 
                   22884:        * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
                   22885: 
                   22886:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   22887:          types/pa_vdouble.h, types/pa_vint.h: Int,Double  dec mul div mod
                   22888: 
                   22889:        * src/main/pa_request.C: z
                   22890: 
                   22891:        * src/: classes/root.C, classes/table.C, include/pa_exception.h,
                   22892:          include/pa_pool.h: skipped_restructure_exceptions_dead_end
                   22893: 
                   22894:        * src/: classes/root.C, classes/table.C, include/pa_exception.h,
                   22895:          include/pa_pool.h, main/pa_request.C:
                   22896:          restructure_exceptions_dead_end
                   22897: 
                   22898:        * src/: classes/root.C, main/compile.y: ^if required junctions.
                   22899:          allowed ; inside {} to break params
                   22900: 
                   22901:        * src/classes/root.C: ^eval
                   22902: 
                   22903:        * src/: classes/_string.h, classes/double.C, classes/int.C,
                   22904:          classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
                   22905:          string ^format
                   22906: 
                   22907:        * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
                   22908:          'bad' but not 'enough'
                   22909: 
                   22910:        * src/: classes/double.C, classes/root.C, classes/table.C,
                   22911:          include/pa_common.h, include/pa_types.h, main/compile.y,
                   22912:          main/pa_common.C, main/pa_request.C, main/untaint.C,
                   22913:          types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
                   22914:          types/pa_wwrapper.h: think constructing flag as is  is bad
                   22915: 
                   22916:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   22917:          classes/string.C, classes/table.C, main/core.C, main/execute.C,
                   22918:          types/pa_vint.h: ^for
                   22919: 
                   22920: 2001-03-12  paf
                   22921: 
                   22922:        * src/classes/table.C: table ^empty
                   22923: 
                   22924:        * src/: classes/table.C, include/pa_table.h: table ^menu
                   22925: 
                   22926:        * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
                   22927:          ^offset ^line ^count
                   22928: 
                   22929:        * src/classes/root.C: ^round()  ^floor()        ^ceiling()
                   22930:          ^abs()  ^sign()
                   22931: 
                   22932:        * src/classes/: root.C, table.C: ^use
                   22933: 
                   22934:        * src/: classes/root.C, classes/table.C, include/pa_request.h,
                   22935:          main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
                   22936:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
                   22937:          ^while. switched off wcontext.constructing after write(value) or
                   22938:          auto-vhash-constructing
                   22939: 
                   22940:        * src/: classes/root.C, classes/table.C, include/pa_request.h,
                   22941:          main/pa_request.C: fail_if_junction_ helper func
                   22942: 
                   22943:        * src/: classes/root.C, classes/table.C, include/pa_common.h,
                   22944:          include/pa_request.h, main/execute.C, main/main.dsp,
                   22945:          main/pa_common.C, main/pa_request.C: ^process error point by
                   22946:          actual method_name, not source.  ^load
                   22947: 
                   22948:        * src/types/pa_vtable.h: table: no, better with string in cells...
                   22949: 
                   22950:        * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
                   22951:          classes/_table.h, classes/table.C, main/untaint.C: z
                   22952: 
                   22953:        * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
                   22954:          include/pa_table.h, main/core.C, main/execute.C,
                   22955:          main/pa_common.C, main/pa_request.C, main/pa_table.C,
                   22956:          types/pa_value.h: table:set 0
                   22957: 
                   22958:        * src/: classes/root.C, include/core.h, include/pa_array.h,
                   22959:          include/pa_request.h, include/pa_table.h, main/core.C,
                   22960:          main/main.dsp, main/pa_request.C, main/pa_table.C,
                   22961:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   22962:          types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
                   22963:          types/pa_vstring.h: freeze, ^table:create[] -1
                   22964: 
                   22965:        * src/: classes/root.C, types/pa_value.h: z
                   22966: 
                   22967:        * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
                   22968:          get_method in couple places optimizing them
                   22969: 
                   22970:        * src/classes/root.C: z
                   22971: 
                   22972:        * src/: classes/root.C, types/pa_vclass.h: process temp main
                   22973:          zeroing
                   22974: 
                   22975:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   22976:          classes/string.C, include/pa_common.h, include/pa_request.h,
                   22977:          include/pa_string.h, include/pa_types.h, main/compile.C,
                   22978:          main/compile.y, main/compile_tools.h, main/execute.C,
                   22979:          main/pa_common.C, main/pa_request.C, types/pa_value.h,
                   22980:          types/pa_vmframe.h: ^process. actual names to store param and
                   22981:          check_actual_numbered_params for better place diagnostics
                   22982: 
                   22983:        * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
                   22984:          method-junctions bug fixed
                   22985: 
                   22986:        * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
                   22987:          pa_vstateless_object.h, pa_vstring.h: stateless_object
                   22988: 
                   22989: 2001-03-11  paf
                   22990: 
                   22991:        * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
                   22992:          types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
                   22993:          VDouble VInt base now VObject_base - without fields
                   22994: 
                   22995:        * src/: classes/root.C, include/core.h, main/core.C: z
                   22996: 
                   22997:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   22998:          classes/string.C, include/core.h, include/pa_hash.h,
                   22999:          include/pa_pool.h, include/pa_request.h, include/pa_string.h,
                   23000:          main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
                   23001: 
                   23002:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   23003:          include/pa_request.h, main/execute.C: intercept_string
                   23004: 
                   23005:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   23006:          types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
                   23007: 
                   23008:        * src/: classes/double.C, classes/int.C, include/pa_request.h:
                   23009:          ^inc-s(expr)
                   23010: 
                   23011:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   23012:          classes/_root.h, classes/_string.h, classes/double.C,
                   23013:          classes/env.C, classes/int.C, classes/root.C, classes/string.C,
                   23014:          include/code.h, include/core.h, include/pa_array.h,
                   23015:          include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
                   23016:          include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
                   23017:          include/pa_string.h, include/pa_table.h, include/pa_threads.h,
                   23018:          include/pa_types.h, main/compile.C, main/compile.y,
                   23019:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   23020:          main/execute.C, main/pa_array.C, main/pa_common.C,
                   23021:          main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
                   23022:          main/pa_request.C, main/pa_string.C, main/pa_table.C,
                   23023:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   23024:          types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
                   23025:          types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
                   23026:          types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
                   23027:          types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
                   23028:          types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
                   23029: 
                   23030:        * src/: main/pa_request.C, types/pa_vhash.h: z
                   23031: 
                   23032:        * src/: include/core.h, include/pa_request.h, main/core.C,
                   23033:          main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
                   23034: 
                   23035:        * src/: include/pa_valiased.h, include/pa_value.h,
                   23036:          include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
                   23037:          include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
                   23038:          include/pa_vjunction.h, include/pa_vmframe.h,
                   23039:          include/pa_vobject.h, include/pa_vstring.h,
                   23040:          include/pa_vunknown.h, include/pa_wcontext.h,
                   23041:          include/pa_wwrapper.h, main/compile.y, main/core.C,
                   23042:          main/main.dsp, main/pa_cframe.C, main/pa_request.C,
                   23043:          main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
                   23044:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   23045:          types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
                   23046:          types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
                   23047:          types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
                   23048:          types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
                   23049:          types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
                   23050:          include/
                   23051: 
                   23052: 2001-03-10  paf
                   23053: 
                   23054:        * src/: include/core.h, include/pa_request.h, main/core.C,
                   23055:          main/pa_request.C: run+auto=run
                   23056: 
                   23057:        * src/: classes/root.C, include/pa_request.h: minor if junction bug
                   23058: 
                   23059:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   23060:          classes/_root.h, classes/_string.h, classes/double.C,
                   23061:          classes/env.C, classes/int.C, classes/root.C, classes/string.C,
                   23062:          include/code.h, include/core.h, include/pa_array.h,
                   23063:          include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
                   23064:          include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
                   23065:          include/pa_string.h, include/pa_table.h, include/pa_threads.h,
                   23066:          include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
                   23067:          include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
                   23068:          include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
                   23069:          include/pa_vjunction.h, include/pa_vmframe.h,
                   23070:          include/pa_vobject.h, include/pa_vstring.h,
                   23071:          include/pa_vunknown.h, include/pa_wcontext.h,
                   23072:          include/pa_wwrapper.h, main/compile.C, main/compile.y,
                   23073:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   23074:          main/execute.C, main/pa_array.C, main/pa_cframe.C,
                   23075:          main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
                   23076:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   23077:          main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
                   23078:          main/pa_wcontext.C: sources header
                   23079: 
                   23080:        * src/main/pa_request.C: auto..
                   23081: 
                   23082:        * src/: include/pa_request.h, main/compile.C, main/compile.y,
                   23083:          main/pa_request.C: auto tree0
                   23084: 
                   23085:        * src/: include/core.h, include/pa_request.h, main/compile.y,
                   23086:          main/core.C, main/pa_request.C: names to core.C
                   23087: 
                   23088:        * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
                   23089:          include/pa_request.h, main/core.C, main/execute.C,
                   23090:          main/pa_common.C, main/pa_request.C: root auto.p loaded
                   23091: 
                   23092:        * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
                   23093:          include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
                   23094:          main/compile_tools.C, main/compile_tools.h, main/execute.C:
                   23095:          optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
                   23096: 
                   23097:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   23098:          @auto[] realised. auto.p scan togo
                   23099: 
                   23100:        * src/: include/pa_request.h, main/execute.C: autocalc
                   23101:          code-junctions result now have names
                   23102: 
                   23103:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   23104:          classes/string.C, include/pa_request.h, include/pa_string.h,
                   23105:          include/pa_wcontext.h, main/compile.y, main/execute.C,
                   23106:          main/pa_string.C, main/pa_wcontext.C: tainting 0
                   23107: 
                   23108:        * src/classes/env.C: env:file/line
                   23109: 
                   23110:        * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
                   23111:          include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
                   23112:          include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
                   23113:          include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
                   23114:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   23115:          main/execute.C, main/main.dsp, main/pa_cframe.C,
                   23116:          main/pa_request.C, main/pa_wcontext.C: const fight finished
                   23117: 
                   23118:        * src/include/pa_vclass.h: const fight to go
                   23119: 
                   23120:        * src/: classes/_env.h, classes/env.C, classes/root.C,
                   23121:          include/pa_request.h, include/pa_vclass.h, main/core.C,
                   23122:          main/main.dsp: env0
                   23123: 
                   23124:        * src/: classes/_double.h, classes/_int.h, classes/_root.h,
                   23125:          classes/_string.h, classes/double.C, classes/int.C,
                   23126:          classes/root.C, classes/string.C, include/pa_request.h,
                   23127:          include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
                   23128:          include/pa_wcontext.h, main/core.C, main/main.dsp,
                   23129:          main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
                   23130:          main/pa_wcontext.C: ^lang prepare0
                   23131: 
                   23132: 2001-03-09  paf
                   23133: 
                   23134:        * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
                   23135:          construct proper naming
                   23136: 
                   23137:        * src/: classes/_double.h, classes/_int.h, classes/_string.h,
                   23138:          classes/double.C, classes/int.C, classes/root.C,
                   23139:          classes/string.C, include/code.h, include/pa_value.h,
                   23140:          include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
                   23141:          include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
                   23142:          main/compile.y, main/compile_tools.C, main/core.C,
                   23143:          main/execute.C, main/main.dsp: Int and Double classes with ^int[]
                   23144:          and ^double[]. fixed expr type
                   23145: 
                   23146:        * src/: classes/root.C, include/pa_request.h, main/execute.C:
                   23147:          ^string.length[]
                   23148: 
                   23149: 2001-03-08  paf
                   23150: 
                   23151:        * src/include/pa_vmframe.h: fixed forgotten method_frame my check
                   23152: 
                   23153:        * src/: include/pa_vclass.h, include/pa_vstring.h,
                   23154:          include/pa_wcontext.h, main/compile.y, main/core.C,
                   23155:          main/execute.C, main/main.dsp: dead end: vstring can't be
                   23156:          derivated from vobject
                   23157: 
                   23158:        * src/: include/pa_vclass.h, include/pa_vhash.h,
                   23159:          include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
                   23160: 
                   23161:        * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
                   23162:          remained clone conseqs
                   23163: 
                   23164:        * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
                   23165: 
                   23166:        * src/main/pa_vclass.C: wow! vclass were out of vcs
                   23167: 
                   23168:        * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
                   23169:          include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
                   23170:          include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
                   23171:          include/pa_vobject.h, include/pa_vstring.h,
                   23172:          include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
                   23173:          main/execute.C: withoud cloning. didn't need it actually, params
                   23174:          got passed from out unnamed ewpool
                   23175: 
                   23176:        * src/: include/pa_vdouble.h, include/pa_vhash.h,
                   23177:          include/pa_vjunction.h, include/pa_vobject.h,
                   23178:          include/pa_vunknown.h, main/compile.y: cloning dead end
                   23179: 
                   23180:        * src/: include/pa_bool.h, include/pa_double.h,
                   23181:          include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
                   23182:          include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
                   23183:          include/pa_vjunction.h, include/pa_vmframe.h,
                   23184:          include/pa_vobject.h, include/pa_vstring.h,
                   23185:          include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
                   23186:          main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
                   23187:          to give params proper names
                   23188: 
                   23189:        * src/main/pa_wcontext.C: z
                   23190: 
                   23191:        * src/: include/pa_vmframe.h, main/execute.C: added names to
                   23192:          unknown values in get_element and unfilled params. removed wrong
                   23193:          name change in get_element
                   23194: 
                   23195:        * src/main/execute.C: z
                   23196: 
                   23197:        * src/main/execute.C: fixed problems calling operators in
                   23198:          constructors
                   23199: 
                   23200:        * src/: classes/root.C, include/pa_stack.h, main/execute.C:
                   23201:          detected problems calling operators in constructors
                   23202: 
                   23203:        * src/: classes/root.C, include/pa_request.h, main/execute.C:
                   23204:          autocalc def to string
                   23205: 
                   23206:        * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
                   23207:          include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
                   23208: 
                   23209:        * src/classes/root.C: added root.c
                   23210: 
                   23211:        * src/: include/pa_request.h, include/pa_value.h,
                   23212:          include/pa_vcframe.h, include/pa_vmframe.h,
                   23213:          include/pa_wcontext.h, main/compile.C, main/compile.y,
                   23214:          main/core.C, main/execute.C, main/pa_cframe.C,
                   23215:          main/pa_wcontext.C: 'if' just compiled
                   23216: 
                   23217:        * src/: include/pa_vbool.h, include/pa_vdouble.h,
                   23218:          include/pa_vjunction.h, include/pa_vmframe.h,
                   23219:          include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
                   23220:          main/pa_wcontext.C: z
                   23221: 
                   23222:        * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
                   23223:          main/core.C, main/execute.C, main/main.dsp: z. detected probs
                   23224:          with parameter names  in operator methods
                   23225: 
                   23226:        * src/main/compile.y: minor renamings in .y
                   23227: 
                   23228:        * src/: include/pa_request.h, main/compile.C, main/compile.y,
                   23229:          main/core.C, main/main.dsp: introducing ROOT_CLASS.  it's default
                   23230:          @BASE.  changed 'RUN' assignment mech
                   23231: 
                   23232:        * src/main/execute.C: z
                   23233: 
                   23234:        * src/: include/code.h, main/compile.y, main/compile_tools.C,
                   23235:          main/compile_tools.h, main/execute.C: made class: dynamic, not
                   23236:          static. so to enable runtime ^use
                   23237: 
                   23238:        * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
                   23239: 
                   23240:        * src/: include/code.h, main/compile.y, main/compile_tools.C,
                   23241:          main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
                   23242: 
                   23243:        * src/main/execute.C: root root in code-junction
                   23244: 
                   23245: 2001-03-07  paf
                   23246: 
                   23247:        * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
                   23248:          pa_vobject.h, pa_wwrapper.h: const in Value.get_element
                   23249: 
                   23250:        * src/: include/pa_stack.h, include/pa_value.h,
                   23251:          include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
                   23252:          include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
                   23253:          fixed rwcontext of {} params up
                   23254: 
                   23255:        * src/main/: compile.y, compile_tools.h: ^func(params)
                   23256: 
                   23257:        * src/main/compile.y: .y priorities syntax shaped up a bit
                   23258: 
                   23259:        * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
                   23260:          include/pa_vunknown.h, main/compile.y, main/execute.C,
                   23261:          main/pa_hash.C: expr def in -f
                   23262: 
                   23263:        * src/main/: compile.y, execute.C: expr calls
                   23264: 
                   23265:        * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
                   23266:          fixed
                   23267: 
                   23268:        * src/main/compile.y: expr quoted code
                   23269: 
                   23270:        * src/main/: compile.y, execute.C: expr whitespace solved. added ""
                   23271:          support0
                   23272: 
                   23273:        * src/main/compile.y: expr string comparisons 0
                   23274: 
                   23275:        * src/: include/pa_string.h, main/compile.y, main/execute.C,
                   23276:          main/pa_string.C: just compiled lt&co
                   23277: 
                   23278:        * src/main/execute.C: ^var.menu{$field} problem detected. that
                   23279:          $field not a $var.field
                   23280: 
                   23281: 2001-03-06  paf
                   23282: 
                   23283:        * src/main/compile.y: .y expr visible-shorter
                   23284: 
                   23285:        * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
                   23286:          with skipping whitespace in yylex fixed 2 xors: # bitwise ##
                   23287:          logical
                   23288: 
                   23289:        * src/: include/pa_vstring.h, main/compile.y: problems with
                   23290:          skipping whitespace in yylex
                   23291: 
                   23292:        * src/include/pa_vbool.h: forgot this
                   23293: 
                   23294:        * src/: include/code.h, main/compile.y, main/execute.C: without
                   23295:          string ops in expressions 0
                   23296: 
                   23297:        * src/: include/pa_value.h, include/pa_vdouble.h,
                   23298:          include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
                   23299:          main/execute.C, main/main.dsp: !~
                   23300: 
                   23301:        * src/: include/pa_vcframe.h, include/pa_vclass.h,
                   23302:          include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
                   23303:          include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
                   23304:          include/pa_vunknown.h, include/pa_wcontext.h,
                   23305:          include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
                   23306:          main/compile_tools.h, main/execute.C: +-*/
                   23307: 
                   23308:        * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
                   23309:          main/compile_tools.h: grammar-1.1 $a(z) $a=0
                   23310: 
                   23311:        * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
                   23312:          main/execute.C: expr grammar-1 2*2=4.000000 :)
                   23313: 
                   23314:        * src/main/compile.y: expr grammar-1
                   23315: 
                   23316:        * src/main/compile.y: expr lexx1
                   23317: 
                   23318:        * src/main/: compile.y, execute.C, main.dsp: z
                   23319: 
                   23320:        * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
                   23321:          include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
                   23322:          main/execute.C: expr lex0 exec-1
                   23323: 
                   23324:        * src/: include/code.h, main/compile.y, main/compile_tools.h: g
                   23325: 
                   23326: 2001-02-26  paf
                   23327: 
                   23328:        * src/main/compile.y: max_string in yyerror bug fix
                   23329: 
                   23330: 2001-02-25  paf
                   23331: 
                   23332:        * src/: include/pa_value.h, include/pa_vmframe.h,
                   23333:          include/pa_wcontext.h, main/execute.C: VAliased3
                   23334: 
                   23335:        * src/include/: pa_value.h, pa_vmframe.h: VAliased2
                   23336: 
                   23337:        * src/main/execute.C: VAliased1
                   23338: 
                   23339:        * src/: include/pa_request.h, include/pa_value.h,
                   23340:          include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
                   23341:          VAliased0
                   23342: 
                   23343:        * src/: include/pa_pool.h, include/pa_request.h,
                   23344:          include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
                   23345:          include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
                   23346:          VAliased just compiled
                   23347: 
                   23348:        * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
                   23349:          include/pa_vobject.h, main/execute.C: alias dead end
                   23350: 
                   23351:        * src/: include/pa_value.h, include/pa_vclass.h,
                   23352:          include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
                   23353:          main/main.dsp: no not get fields into interm VFielded class.
                   23354:          fields & staticfields 1
                   23355: 
                   23356:        * src/: include/pa_vcframe.h, include/pa_vmframe.h,
                   23357:          include/pa_vobject.h, include/pa_wcontext.h,
                   23358:          include/pa_wwrapper.h, main/core.C, main/execute.C,
                   23359:          main/main.dsp: would now get fields into interm VFielded class
                   23360: 
                   23361:        * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
                   23362:          include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
                   23363:          include/pa_wcontext.h, main/compile.y, main/core.C,
                   23364:          main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
                   23365:          main/pa_wcontext.C: virtuals2
                   23366: 
                   23367:        * src/main/compile.y: : 1
                   23368: 
                   23369:        * src/main/compile.y: rethought to $class:static.field.subfield
                   23370: 
                   23371:        * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
                   23372:          $class:element
                   23373: 
                   23374:        * src/: include/pa_value.h, include/pa_vmframe.h,
                   23375:          include/pa_wwrapper.h, main/compile.y, main/execute.C,
                   23376:          main/pa_wcontext.C: before execute class calls rewrite
                   23377: 
                   23378:        * src/: include/pa_request.h, main/compile.C, main/core.C: default
                   23379:          name RUN, also alias
                   23380: 
                   23381:        * src/main/compile.y: escaping bug
                   23382: 
                   23383:        * src/: include/pa_request.h, include/pa_value.h,
                   23384:          include/pa_vobject.h, main/compile.y, main/compile_tools.h,
                   23385:          main/core.C, main/execute.C, main/pa_common.C: vobject1
                   23386: 
                   23387:        * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
                   23388:          include/pa_vmframe.h, include/pa_vobject.h,
                   23389:          include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
                   23390:          main/compile_tools.h, main/execute.C: ^class:method() just
                   23391:          compiled
                   23392: 
                   23393: 2001-02-24  paf
                   23394: 
                   23395:        * src/main/main.dsp: no bison -d
                   23396: 
                   23397:        * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
                   23398:          class' err msg wrong
                   23399: 
                   23400:        * src/main/compile.y: z
                   23401: 
                   23402:        * src/main/: compile.y, core.C: yylex need some @special lines adj
                   23403: 
                   23404:        * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
                   23405:          main/compile.y, main/compile_tools.h, main/core.C: modules0
                   23406: 
                   23407:        * src/: include/pa_vclass.h, main/core.C: z
                   23408: 
                   23409:        * src/: include/pa_value.h, include/pa_vclass.h,
                   23410:          include/pa_vobject.h, main/main.dsp: vobject00
                   23411: 
                   23412:        * src/main/pa_array.C: minor bug in expanding very small arrays.
                   23413:          60% from 1 were 0
                   23414: 
                   23415:        * src/: include/pa_value.h, include/pa_wcontext.h,
                   23416:          include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
                   23417:          as bad as you've named it: wcontext.value() was not a perfect
                   23418:          idea
                   23419: 
                   23420:        * src/main/execute.C: codeframe1
                   23421: 
                   23422:        * src/: include/pa_value.h, include/pa_vcframe.h,
                   23423:          include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
                   23424:          include/pa_vjunction.h, include/pa_vmframe.h,
                   23425:          include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
                   23426:          main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
                   23427:          just compiled
                   23428: 
                   23429:        * src/: include/pa_vframe.h, main/compile.y: found junction
                   23430:          ideology @: ^x{$a()) must construct current wcontext element, so
                   23431:          smart wcontext handling needed
                   23432: 
                   23433:        * src/main/compile.y: fixed grammar bugs in constructor/params
                   23434:          klinch
                   23435: 
                   23436:        * src/main/: compile.y, execute.C: fixed empty constructor
                   23437:          optimized empty case. failed on calls - produced empty string
                   23438:          param
                   23439: 
                   23440:        * src/main/compile.y: fixed last \n macrotemplate strip bug
                   23441: 
                   23442:        * src/: include/code.h, include/pa_request.h, include/pa_value.h,
                   23443:          include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
                   23444:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   23445:          main/execute.C: code junctions0. something wrong with last \n
                   23446:          macrotemplate strip
                   23447: 
                   23448:        * src/: include/pa_value.h, main/compile.C, main/core.C,
                   23449:          main/pa_value.C: minor error reporting format beautifyings
                   23450: 
                   23451:        * src/: include/pa_value.h, include/pa_vclass.h,
                   23452:          include/pa_vframe.h, main/core.C, main/execute.C,
                   23453:          main/pa_value.C: get_method RIP. junctions everywhere. call with
                   23454:          junctions0
                   23455: 
                   23456: 2001-02-23  paf
                   23457: 
                   23458:        * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
                   23459:          pa_wwrapper.h: lara came, can't work, sorry :(
                   23460: 
                   23461:        * src/main/: compile.y, execute.C, main.dsp: rethought some. before
                   23462:          junction
                   23463: 
                   23464:        * src/: include/pa_vframe.h, include/pa_vunknown.h,
                   23465:          include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
                   23466:          main/execute.C, main/main.dsp, main/pa_value.C: call0
                   23467: 
                   23468:        * src/: include/pa_hash.h, include/pa_value.h,
                   23469:          include/pa_wcontext.h, main/core.C, main/execute.C,
                   23470:          main/main.dsp, main/pa_hash.C: started call. store param, vframe
                   23471:          done
                   23472: 
                   23473:        * src/include/pa_wcontext.h: z
                   23474: 
                   23475:        * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
                   23476:          wrong grammar in complex constructor case
                   23477: 
                   23478:        * src/main/: compile.y, execute.C: empty constructor bug fixed
                   23479: 
                   23480:        * src/main/execute.C: with result rwpool
                   23481: 
                   23482:        * src/: include/pa_value.h, main/core.C, main/execute.C,
                   23483:          main/main.dsp: value named
                   23484: 
                   23485:        * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
                   23486:          strign 2 value in 2 places in execute
                   23487: 
                   23488:        * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
                   23489:          main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
                   23490:          wcontext.put_element when wcontext fvalue==0
                   23491: 
                   23492: 2001-02-22  paf
                   23493: 
                   23494:        * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
                   23495:          include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
                   23496:          main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
                   23497: 
                   23498:        * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
                   23499:          erroreos checkout
                   23500: 
                   23501:        * src/: include/pa_request.h, main/compile.y: $self.put(val)
                   23502: 
                   23503:        * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
                   23504:          main/compile_tools.h, main/pa_array.C: $self.get
                   23505: 
                   23506:        * src/main/: compile.C, compile.y, compile_tools.C: z
                   23507: 
                   23508:        * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
                   23509:          bit. finished now.
                   23510: 
                   23511:        * src/main/compile.y: $: finished
                   23512: 
                   23513:        * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
                   23514: 
                   23515:        * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
                   23516:          main/execute.C: OP_STRING better then some xxx _VALUE
                   23517: 
                   23518:        * src/: include/code.h, include/pa_vstring.h, main/compile.y,
                   23519:          main/compile_tools.C, main/compile_tools.h, main/execute.C:
                   23520:          string to vstring it .y all
                   23521: 
                   23522:        * src/: include/pa_request.h, include/pa_stack.h,
                   23523:          include/pa_wcontext.h, main/execute.C: z about to vstring it .y
                   23524:          all
                   23525: 
                   23526:        * src/main/: compile.C, core.C, execute.C, pa_string.C: more
                   23527:          precise parse error line:col
                   23528: 
                   23529:        * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
                   23530:          main/pa_hash.C, main/pa_pool.C: TRY...
                   23531: 
                   23532:        * src/: include/pa_exception.h, include/pa_pool.h,
                   23533:          include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
                   23534:          main/compile.C, main/compile.y, main/compile_tools.C,
                   23535:          main/core.C, main/pa_array.C, main/pa_exception.C,
                   23536:          main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
                   23537:          main/pa_table.C: removed exception from request
                   23538: 
                   23539:        * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
                   23540:          some forgotten
                   23541: 
                   23542:        * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
                   23543:          include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
                   23544:          main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
                   23545:          get/put simple vars to VClass works0
                   23546: 
                   23547:        * src/: include/pa_array.h, include/pa_wcontext.h,
                   23548:          main/pa_string.C: in process, but found that exceptions are too
                   23549:          global
                   23550: 
                   23551:        * src/: include/code.h, include/pa_string.h, include/pa_value.h,
                   23552:          include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
                   23553:          main/execute.C, main/pa_string.C: write_value write_string 0 it
                   23554:          seems wcontext must write strings regardles of fvalue!=0
                   23555: 
                   23556: 2001-02-21  paf
                   23557: 
                   23558:        * src/main/execute.C: tired :)
                   23559: 
                   23560:        * src/main/: compile.C, compile.y, execute.C: store0
                   23561: 
                   23562:        * src/: include/compile.h, include/execute.h, include/pa_array.h,
                   23563:          include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
                   23564:          include/pa_wcontext.h, main/compile.C, main/compile.y,
                   23565:          main/execute.C, main/main.dsp, main/pa_array.C,
                   23566:          main/pa_request.C: get put -1 [just compiled]
                   23567: 
                   23568:        * src/: include/core.h, include/pa_context.h, include/pa_request.h,
                   23569:          include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
                   23570:          main/main.dsp, main/pa_request.C: request core methods0
                   23571: 
                   23572:        * src/: include/compile.h, include/pa_array.h, main/compile.C,
                   23573:          main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
                   23574:          execute
                   23575: 
                   23576:        * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
                   23577:          main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
                   23578:          methods and one_big_piece. now compile returns array<method*>
                   23579: 
                   23580:        * src/main/compile.y: more straightforward yylex[end]
                   23581: 
                   23582:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
                   23583:          string.operator==(char*)
                   23584: 
                   23585:        * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
                   23586:          main/execute.C, main/pa_array.C: after array.const get wonders
                   23587: 
                   23588:        * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
                   23589:          pa_string.h, pa_value.h: struck with const array.gets
                   23590: 
                   23591:        * src/main/: execute.C: z
                   23592: 
                   23593:        * src/main/: compile.y, execute.C: z
                   23594: 
                   23595:        * src/main/: compile.C, compile.y, compile_tools.h: error
                   23596:          processing in eval & yyerror so it wouldn't cause memleaks.
                   23597: 
                   23598:        * src/main/: compile.C, compile.y: failed to add absolute precies
                   23599:          parse error positions. leaving RIGHTMOST position as
                   23600:          @file[line:col]
                   23601: 
                   23602:        * src/: include/compile.h, main/compile.C, main/compile.y,
                   23603:          main/compile_tools.h: line numbers needed. would add them to .y
                   23604:          now internally. externally it's not as precise as needed
                   23605: 
                   23606:        * src/: include/code.h, include/pa_types.h, main/compile.C,
                   23607:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   23608:          main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
                   23609:          compiler works ok
                   23610: 
                   23611: 2001-02-20  paf
                   23612: 
                   23613:        * src/main/: compile.C, compile.y, compile_tools.C,
                   23614:          compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
                   23615:          not perfect
                   23616: 
                   23617:        * src/: include/code.h, include/compile.h, include/execute.h,
                   23618:          include/pa_array.h, include/pa_common.h, include/pa_pool.h,
                   23619:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   23620:          main/compile.C, main/compile.y, main/compile_tools.C,
                   23621:          main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
                   23622:          main/pa_array.C, main/pa_common.C, main/pa_hash.C,
                   23623:          main/pa_string.C, main/pa_table.C: bison[yacc] first time
                   23624:          compiled.  execute=dump for now
                   23625: 
                   23626:        * src/main/core.C: core rewrite using yacc investigations now will
                   23627:          be compile[yacc]/execute[opcodes]
                   23628: 
                   23629: 2001-02-15  paf
                   23630: 
                   23631:        * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
                   23632:          rewrite as turing machine? for it seems it would be it's too many
                   23633:          ifs with this syntax now
                   23634: 
                   23635: 2001-02-14  paf
                   23636: 
                   23637:        * src/main/core.C: get_params 1
                   23638: 
                   23639:        * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
                   23640:          :( ]
                   23641: 
                   23642:        * src/main/core.C: varios breaks
                   23643: 
                   23644:        * src/main/core.C: get names 3
                   23645: 
                   23646:        * src/main/core.C: get names 2
                   23647: 
                   23648:        * src/main/core.C: get names 1
                   23649: 
                   23650:        * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
                   23651:          names 0
                   23652: 
                   23653:        * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
                   23654:          text repassing2 operator static vars
                   23655: 
                   23656:        * src/: include/pa_context.h, include/pa_string.h, main/core.C,
                   23657:          main/pa_string.C: process text repassing
                   23658: 
                   23659:        * src/: include/pa_context.h, include/pa_value.h, main/core.C:
                   23660:          module:calls changes
                   23661: 
                   23662: 2001-02-13  paf
                   23663: 
                   23664:        * src/: include/pa_context.h, include/pa_value.h, main/core.C:
                   23665:          ^class:calls[] started
                   23666: 
                   23667:        * src/: include/pa_value.h, main/core.C: z
                   23668: 
                   23669:        * src/main/core.C: operators : and self. prefixes
                   23670: 
                   23671:        * src/main/core.C: z
                   23672: 
                   23673:        * src/: include/pa_string.h, main/pa_string.C: String_iterator
                   23674:          tested
                   23675: 
                   23676:        * src/: include/pa_string.h, main/pa_string.C: String_iterator
                   23677:          optimized
                   23678: 
                   23679:        * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
                   23680:          would change privates to better support optimization
                   23681: 
                   23682:        * src/: include/pa_string.h, main/pa_string.C:
                   23683:          String_iterator::skip_to todo:optimize
                   23684: 
                   23685: 2001-02-12  paf
                   23686: 
                   23687:        * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
                   23688:          String_iterator
                   23689: 
                   23690:        * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
                   23691:          comments
                   23692: 
                   23693:        * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
                   23694:          self/methodref joined
                   23695: 
                   23696: 2001-02-11  paf
                   23697: 
                   23698:        * src/: include/pa_context.h, include/pa_value.h, main/core.C,
                   23699:          main/main.dsp: core started.  core.C, context&value .h
                   23700: 
                   23701:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   23702:          include/pa_string.h, main/main.dsp, main/pa_array.C,
                   23703:          main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
                   23704: 
                   23705: 2001-01-30  paf
                   23706: 
                   23707:        * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
                   23708:          comments
                   23709: 
                   23710:        * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
                   23711:          main/pa_pool.C: moved pa_pool.C to be target specific
                   23712: 
                   23713:        * src/: include/pa_exception.h, include/pa_pool.h,
                   23714:          include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
                   23715:          to & changes
                   23716: 
                   23717:        * src/: include/pa_exception.h, include/pa_pool.h,
                   23718:          include/pa_request.h, include/pa_table.h, main/pa_array.C,
                   23719:          main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
                   23720:          re-associated. that's much better even removed 'die' necessety
                   23721: 
                   23722:        * src/: include/pa_error.h, include/pa_exception.h,
                   23723:          include/pa_pool.h, include/pa_request.h, main/main.dsp,
                   23724:          main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
                   23725:          targets/Makefile.am: lowered targets/parser into subdir, added
                   23726:          parser_Pool(Pool) failed to add. would think..
                   23727: 
                   23728:        * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
                   23729:          include/pa_table.h, main/pa_error.C, main/pa_hash.C,
                   23730:          main/pa_string.C, main/pa_table.C: Table more like C++ style
                   23731:          hence lots of 'const'
                   23732: 
                   23733:        * src/: include/pa_error.h, include/pa_request.h,
                   23734:          include/pa_string.h, include/pa_table.h, main/pa_error.C,
                   23735:          main/pa_table.C: Error fixed
                   23736: 
                   23737: 2001-01-29  paf
                   23738: 
                   23739:        * src/: include/pa_array.h, include/pa_common.h,
                   23740:          include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
                   23741:          include/pa_request.h, include/pa_string.h, include/pa_table.h,
                   23742:          main/Makefile.am, main/pa_array.C, main/pa_common.C,
                   23743:          main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
                   23744: 
                   23745:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   23746:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   23747:          main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
                   23748:          main/pa_string.C, main/pa_table.C: Request Error Table
                   23749: 
                   23750:        * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
                   23751:          templates"
                   23752: 
                   23753:        * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
                   23754:          main/main.dsp, main/pa_array.C: templates failed no template
                   23755:          specializations [VC6], no library auto instantation [VC6, GNU c++
                   23756:          2.95.2-6 from latest cygwin]
                   23757: 
                   23758:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   23759:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   23760:          main/main.dsp, main/pa_array.C, main/pa_string.C,
                   23761:          main/pa_table.C: Table started would test template Array now
                   23762: 
                   23763:        * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
                   23764:          String originating
                   23765: 
                   23766:        * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
                   23767:          main/pa_hash.C: made local Hash-es not thread safe=quicker by
                   23768:          SYNCHRONIZED(thread_safe)
                   23769: 
                   23770:        * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
                   23771:          parts to top
                   23772: 
                   23773:        * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
                   23774:          main/pa_threads.C: decided on one global_mutex, like PHP as I can
                   23775:          see: needed only in global Hash now, made Hash:: put/get
                   23776:          SYNCHRONIZED
                   23777: 
                   23778:        * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
                   23779:          main/pa_threads.C: added pa_threads
                   23780: 
                   23781:          Mutex
                   23782: 
                   23783:        * src/include/pa_hash.h: some comments
                   23784: 
                   23785:        * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
                   23786:          Array& operator += (Array& src)
                   23787: 
                   23788:        * src/main/pa_array.C: expand not convinient, would rewrite
                   23789: 
                   23790:        * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
                   23791:          (Array& src)
                   23792: 
                   23793:          rethought, would change now
                   23794: 
                   23795: 2001-01-27  paf
                   23796: 
                   23797:        * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
                   23798:          caching
                   23799: 
                   23800:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   23801:          include/pa_string.h, main/pa_array.C, main/pa_string.C: array
                   23802:          cache rethought to chunk caching
                   23803: 
                   23804:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   23805:          include/pa_string.h, main/main.dsp, main/pa_array.C,
                   23806:          main/pa_hash.C, main/pa_string.C: Array 0
                   23807: 
                   23808:        * src/main/pa_string.C: String::operator ==
                   23809: 
                   23810:        * src/main/pa_hash.C: String(&String)
                   23811: 
                   23812:        * src/main/pa_hash.C: added pa_hash.C [forgotten]
                   23813: 
                   23814:        * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
                   23815:          main/main.dsp, main/pa_string.C: uint, and added pa_types &
                   23816:          pa_hash[forgotten]
                   23817: 
                   23818: 2001-01-26  paf
                   23819: 
                   23820:        * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
                   23821:          removed templates [vc++ suxx]
                   23822: 
                   23823:        * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
                   23824:          main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
                   23825: 
                   23826:        * src/include/: pa_pool.h, pa_string.h: pa_pool split
                   23827: 
1.119     moko     23828:        * src/main/: main.dsp, pa_string.C: Id check
1.95      moko     23829: 
1.119     moko     23830:        * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: Id
1.95      moko     23831:          check
                   23832: 
                   23833:        * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
                   23834:          dynamic row_count
                   23835: 
                   23836:        * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
                   23837:          main/main.dsp, main/pa_pool.C, main/pa_string.C,
                   23838:          targets/Makefile.am: Initial revision
                   23839: 
                   23840:        * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
                   23841:          main/main.dsp, main/pa_pool.C, main/pa_string.C,
                   23842:          targets/Makefile.am: creating parser3 module
                   23843: 

E-mail: