Annotation of parser3/ChangeLog, revision 1.143

1.143   ! moko        1: 2020-10-18  moko
        !             2: 
        !             3:        * src/targets/cgi/Makefile.am: + pa_sapi_info.h
        !             4: 
        !             5: 2020-10-15  moko
        !             6: 
        !             7:        * src/main/pa_http.C: url no longer needed as
        !             8:          ALTER_EXCEPTION_SOURCE is used
        !             9: 
        !            10:        * src/: classes/curl.C, include/pa_common.h, main/pa_common.C,
        !            11:          main/pa_http.C: check_file_size filespec is now optional
        !            12: 
        !            13:        * src/: classes/curl.C, include/pa_exception.h,
        !            14:          main/pa_exception.C, main/pa_http.C: ALTER_EXCEPTION_SOURCE and
        !            15:          ALTER_EXCEPTION_COMMENT added for better error reporting
        !            16: 
        !            17:        * tests/: 379-curl.html, 379.html, results/223-curl.processed,
        !            18:          results/346-curl.processed, results/379-curl.processed,
        !            19:          results/379.processed: test results updated as load now provides
        !            20:          better error reporting + curl responses updated
        !            21: 
        !            22: 2020-10-14  moko
        !            23: 
        !            24:        * src/: classes/date.C, include/pa_string.h, main/pa_http.C,
        !            25:          main/pa_string.C, targets/apache/mod_parser3_core.C,
        !            26:          targets/cgi/parser3.C: pa_atoi / pa_atoui / pa_atoul usage
        !            27:          checked. 10 is now default base, no hex autodetect by default
        !            28: 
        !            29:        * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
        !            30:          connection socket closing in destructor + accept exception
        !            31:          handling
        !            32: 
        !            33:        * src/targets/cgi/parser3.C: warning war
        !            34: 
        !            35:        * src/: include/pa_http.h, include/pa_sapi.h, main/pa_http.C,
        !            36:          main/pa_request.C, targets/apache/mod_parser3_core.C,
        !            37:          targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C: global try
        !            38:          exception handling unified
        !            39: 
        !            40: 2020-10-13  moko
        !            41: 
        !            42:        * src/targets/isapi/parser3isapi.C: reverted to atoi to avoid hex
        !            43:          autodetection
        !            44: 
        !            45:        * src/targets/apache/mod_parser3_core.C: reverted to atoi
        !            46: 
        !            47:        * src/: main/pa_http.C, targets/cgi/pa_sapi_info.h: warning war
        !            48: 
        !            49:        * src/main/pa_http.C: warning war
        !            50: 
1.142     moko       51: 2020-10-12  moko
                     52: 
1.143   ! moko       53:        * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
        !            54:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: excaption in
        !            55:          unhandled exception code optimization
        !            56: 
        !            57:        * src/targets/cgi/parser3.C: request_info now global variable
        !            58: 
        !            59:        * src/main/pa_http.C: http_read_response moved to HTTP_response
        !            60:          class
        !            61: 
        !            62:        * src/: include/pa_http.h, main/pa_http.C,
        !            63:          targets/cgi/pa_sapi_info.h: read_post implemented
        !            64: 
1.142     moko       65:        * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
                     66:          [host:]port syntax support in httpd mode
                     67: 
                     68:        * src/: include/pa_http.h, targets/cgi/pa_sapi_info.h,
                     69:          targets/cgi/parser3.C: populate_env added
                     70: 
                     71:        * src/include/pa_hash.h: to make get(char *) compiling in
                     72:          HashStringString
                     73: 
                     74: 2020-10-10  moko
                     75: 
                     76:        * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
                     77:          targets/cgi/pa_sapi_info.h: ResponseHeaders -> HTTP_Headers
                     78: 
                     79:        * src/: include/pa_http.h, include/pa_request_info.h,
                     80:          main/pa_http.C, main/pa_string.C,
                     81:          targets/apache/mod_parser3_core.C, targets/cgi/pa_sapi_info.h,
                     82:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                     83:          types/pa_vrequest.C: initial httpd mode implementation
                     84: 
1.141     moko       85: 2020-10-04  moko
                     86: 
                     87:        * src/targets/cgi/parser3.C: options together
                     88: 
                     89: 2020-09-30  moko
                     90: 
                     91:        * src/main/pa_http.C: renamed
                     92: 
1.140     moko       93: 2020-08-14  moko
                     94: 
                     95:        * configure, configure.ac, parser3.sln, src/lib/Makefile.am,
                     96:          src/targets/cgi/Makefile.am: no httpd as separate library
                     97: 
                     98: 2020-08-13  moko
                     99: 
                    100:        * src/targets/cgi/parser3.C: SAPI::die used in exception in
                    101:          unhandled exception handler to report 500 instead of 200 it was
                    102:          before.
                    103: 
                    104:        * src/targets/apache/mod_parser3_core.C: minor cleanup
                    105: 
                    106:        * src/: include/pa_sapi.h, main/untaint.C,
                    107:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                    108:          targets/isapi/parser3isapi.C: SAPI::abort was used only once,
                    109:          thus replaced with SAPI::die and removed
                    110: 
                    111:        * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C,
                    112:          cgi/parser3.C: whitespace
                    113: 
                    114:        * src/targets/cgi/parser3.C: locate_config() extracted, whitespace.
                    115: 
                    116: 2020-08-12  moko
                    117: 
                    118:        * src/targets/cgi/parser3.C: duplicate info in signal logging
                    119:          removed, whitespace was: SIGPIPE received while executing code.
                    120:          uri=/_tmp.html, method=GET, cl=0 [uri=/_tmp.html, method=GET,
                    121:          cl=0]
                    122: 
                    123:        * parser3.sln: + httpd.vcproj
                    124: 
                    125: 2020-08-11  moko
                    126: 
                    127:        * src/targets/cgi/Makefile.am: +libhttpd
                    128: 
                    129:        * configure.ac, src/lib/Makefile.am: +libhttpd
                    130: 
1.139     moko      131: 2020-07-13  moko
                    132: 
                    133:        * tests/: 401.html, results/401.processed: test for hash key does
                    134:          not keep language, but tainted in foreach.
                    135: 
1.138     moko      136: 2020-07-01  moko
                    137: 
                    138:        * tests/: 235.html, results/235.processed: test result updated as
                    139:          messages before attachments implemented (feature #1176)
                    140: 
1.137     moko      141: 2020-06-27  moko
                    142: 
                    143:        * tests/: 400.html, results/400.processed: test updated to check
                    144:          ^return{code}
                    145: 
                    146:        * src/classes/op.C: bugfix: ^return{code} or ^return(expre+ssion)
                    147:          fixed
                    148: 
                    149: 2020-06-26  moko
                    150: 
                    151:        * tests/: 400.html, results/400.processed: test for OPTIMIZE_RESULT
                    152:          added (related to https://www.parser.ru/forum/?id=85319)
                    153: 
                    154:        * src/types/pa_vmethod_frame.h: bugfix: OPTIMIZE_RESULT failed,
                    155:          when $result assignment was last statement in the method
                    156:          (https://www.parser.ru/forum/?id=85319)
                    157: 
1.136     moko      158: 2020-05-23  moko
                    159: 
                    160:        * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h:
                    161:          whitespace, unused level removed
                    162: 
                    163: 2020-05-19  moko
                    164: 
                    165:        * src/types/pa_vmail.C: whitespace
                    166: 
                    167:        * src/types/pa_vmail.C: files should be processed last (related to
                    168:          feature #1176)
                    169: 
1.135     moko      170: 2020-05-12  moko
                    171: 
                    172:        * src/include/pa_memory.h: no new/delete checks for for FreeBSD1X.X
                    173:          due to https://bugs.llvm.org/show_bug.cgi?id=40161 bug
                    174: 
                    175:        * configure.ac: FreeBSD1X.X check added to avoid
                    176:          https://bugs.llvm.org/show_bug.cgi?id=40161 bug.
                    177: 
1.134     moko      178: 2020-02-26  moko
                    179: 
                    180:        * src/main/pa_common.C: entry_exists -> entry_ifdir to fix Windows
                    181:          compilation issue (related to bug #1201)
                    182: 
                    183:        * src/main/pa_common.C: entry_readable -> entry_exists,
                    184:          undocumented access(fname, R_OK) call removed (fixes bug #1201)
                    185:          -f and -d now works under Windows in UTF-8 with Russian
                    186:          filenames.
                    187: 
                    188:        * src/types/pa_vmail.C: g_mime_stream_pipe_new used by gmime author
                    189:          advice (related to feature #1199)
                    190: 
                    191: 2020-02-25  moko
                    192: 
                    193:        * buildall: --silent removed
                    194: 
                    195:        * configure.ac: gmime-3.0 support
                    196: 
                    197:        * buildall: --with-system-mailreceive option added to build with
                    198:          system libgmime
                    199: 
                    200:        * src/types/pa_vmail.C: avoiding
                    201:          https://github.com/jstedfast/gmime/issues/83 "feature" (related
                    202:          to feature #1199)
                    203: 
1.133     moko      204: 2020-02-18  moko
                    205: 
                    206:        * src/classes/op.C: windows x64 debug mode compile fix
                    207: 
                    208:        * src/main/pa_globals.C: no longer required due to -MD -> -MT
                    209:          change (releated to feature #1200)
                    210: 
                    211:        * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
                    212:          lib/gd/gd.vcproj, lib/json/json.vcproj, lib/ltdl/ltdl.vcproj,
                    213:          lib/md5/md5.vcproj, lib/memcached/memcached.vcproj,
                    214:          lib/pcre/pcre_internal.vcproj, lib/punycode/punycode.vcproj,
                    215:          lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
                    216:          targets/apache/ApacheModuleParser3.vcproj,
                    217:          targets/apache/ApacheModuleParser3Core.vcproj,
                    218:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                    219:          types/types.vcproj: -MD -> -MT to remove msvcp71.dll/etc
                    220:          dependency (related to feature #1200)
                    221: 
1.132     moko      222: 2020-02-12  moko
                    223: 
                    224:        * src/types/pa_vmail.C: minimize diff
                    225: 
                    226:        * src/types/pa_vmail.C: libgmime 3.X support (implements feature
                    227:          #1199)
                    228: 
1.131     moko      229: 2020-01-18  moko
                    230: 
                    231:        * tests/: 388-sql.html, results/388-sql.processed: +postprocess
                    232: 
1.130     moko      233: 2019-12-28  moko
                    234: 
                    235:        * src/targets/cgi/parser3.C: avoid empty ?
                    236: 
                    237: 2019-12-27  moko
                    238: 
                    239:        * src/targets/cgi/parser3.C: PATH_INFO check in reinventing
                    240:          DOCUMENT_ROOT (related to feature #1164)
                    241: 
                    242:        * src/targets/cgi/parser3.C: IIS5 support removed to simplify
                    243:          fcgiwrap setup (implements feature #1164)
                    244: 
                    245:        * src/targets/cgi/parser3.C: real_parser_handler logic simplified,
                    246:          but no issues found (related to feature #1164)
                    247: 
                    248:        * src/targets/cgi/parser3.C: actualized
                    249: 
                    250: 2019-12-26  moko
                    251: 
                    252:        * src/targets/apache/ApacheModuleParser3.vcproj: apache stop/start
                    253:          removed
                    254: 
                    255:        * src/targets/isapi/parser3isapi.vcproj: inetinfo stop/start
                    256:          removed
                    257: 
                    258:        * src/: lib/gc/include/gc.h, main/pa_globals.C: As we log
                    259:          allocation errors, we don't want default gc warnings (without
                    260:          timestamp and URI).
                    261: 
                    262:        * src/: classes/memory.C, main/pa_globals.C,
                    263:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                    264:          targets/isapi/parser3isapi.C: GC_dont_gc=1 moved to
                    265:          pa_globals_init
                    266: 
                    267:        * src/main/pa_globals.C: setup_hex_value() removed, static array
                    268:          initialization used (optimization)
                    269: 
                    270:        * src/: main/pa_globals.C, targets/apache/mod_parser3_core.C,
                    271:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
                    272:          pa_socks_init/pa_socks_done moved inside pa_globals_init
                    273:          (optimization)
                    274: 
1.129     moko      275: 2019-12-09  moko
                    276: 
                    277:        * src/include/pa_config_fixed.h: warning war
                    278: 
1.128     moko      279: 2019-12-08  moko
                    280: 
                    281:        * src/main/main.vcproj: compile.y - ExcludedFromBuild, as we
                    282:          process grammar under Unix.
                    283: 
                    284: 2019-12-07  moko
                    285: 
                    286:        * tests/389.html: For Windows XP. :)
                    287: 
                    288:        * tests/388-sql.html: Windows compatibility added
                    289: 
                    290: 2019-12-06  moko
                    291: 
                    292:        * src/targets/cgi/parser3.C: warning war
                    293: 
                    294:        * src/main/pa_string.C: + COMPILE_ASSERT(sizeof(String::Languages)
                    295:          == sizeof(CORD)) to avoid aligning bugs in future
                    296: 
                    297:        * src/: include/pa_config_fixed.h, main/pa_globals.C: simplified to
                    298:          XML_STATIC
                    299: 
                    300:        * src/include/pa_request.h: StackItem() not required
                    301: 
                    302:        * src/include/pa_stack.h: warning war
                    303: 
                    304:        * src/include/pa_config_includes.h: GCC warning silenced
                    305: 
                    306:        * src/include/pa_memory.h: warning war: the program should also
                    307:          define 'void operator delete [](void*, std::size_t)'
                    308:          [-Wsized-deallocation]
                    309: 
                    310:        * src/types/: pa_vregex.h, pa_vtable.h: warning war
                    311: 
                    312:        * src/classes/string.C: not reqired cast removed
                    313: 
                    314:        * src/classes/string.C: not reqired cast removed
                    315: 
                    316: 2019-12-05  moko
                    317: 
                    318:        * src/lib/sdbm/pa_file_io.C: warning war
                    319: 
                    320:        * src/include/pa_string.h: bugfix for Windows x64: enum Language ->
                    321:          enum Language : size_t - required for VS2015+ to make
                    322:          sizeof(Languages::opt) == sizeof(CORD), will be 16 byte under x64
                    323:          without it (related to feature #1198)
                    324: 
                    325: 2019-12-04  moko
                    326: 
                    327:        * src/main/pa_base64.C: unsigned char -> uchar
                    328: 
                    329:        * src/main/: main.vcproj, pa_globals.C: libpcre now linked same way
                    330:          as other libs
                    331: 
                    332:        * src/include/pa_version.h: +amd64
                    333: 
                    334: 2019-12-03  moko
                    335: 
                    336:        * src/: classes/classes.vcproj, types/types.vcproj: sync debug with
                    337:          release
                    338: 
                    339:        * src/include/pa_config_includes.h: warning war
                    340: 
                    341:        * src/classes/image.C: warning war
                    342: 
                    343:        * src/main/pa_globals.C: x64 libs support
                    344: 
                    345:        * src/include/pa_config_includes.h: warning war
                    346: 
                    347:        * src/types/pa_method.h: warning war
                    348: 
1.127     moko      349: 2019-11-28  moko
                    350: 
                    351:        * src/classes/math.C: vs2003 compatibility + warning war
                    352: 
                    353:        * buildall: libxslt-1.1.29 -> libxslt-1.1.34, libxml2-2.9.4 ->
                    354:          libxml2-2.9.9 (related to feature #1136)
                    355: 
                    356:        * src/classes/xdoc.C: xmlHashScanner declaration changed, using
                    357:          typecast for more compatibility (related to feature #1136)
                    358: 
                    359:        * buildall: --direct-download option added, gc-7.6.2 -> gc-8.0.4 +
                    360:          libatomic no longer required, pcre-8.40 -> pcre-8.43 (related to
                    361:          feature #1136)
                    362: 
                    363: 2019-11-26  moko
                    364: 
                    365:        * src/main/: compile_tools.C, compile_tools.h: invalid assert
                    366:          removed (it was failing in $$var case), condition added
                    367: 
1.126     moko      368: 2019-11-25  moko
                    369: 
                    370:        * tests/: 397.html, 399.html, results/141.processed,
                    371:          results/399.processed: base64 options tested
                    372: 
                    373:        * src/: classes/math.C, main/pa_http.C: base64 options used
                    374: 
                    375:        * src/main/pa_base64.C: base64 encode rewritten, base64 options
                    376:          implemented (feature #986)
                    377: 
                    378:        * src/main/pa_cache_managers.C: whitespace
                    379: 
                    380:        * tests/: 397.html, 399.html, results/399.processed: tests for
                    381:          ^base64 encode options added (related to feature #986)
                    382: 
                    383:        * src/: classes/file.C, include/pa_base64.h, main/pa_base64.C:
                    384:          pa_base64_encode(file) removed - more memory, but faster and less
                    385:          code (related fo feature #986)
                    386: 
                    387: 2019-11-24  moko
                    388: 
                    389:        * tests/: 155.html, results/155.processed: limit and offset in
                    390:          ^table::load[] now supported, thus test added
                    391: 
                    392:        * src/: classes/file.C, classes/table.C, include/pa_common.h,
                    393:          main/pa_common.C: optimization: offset and limit options parsing
                    394:          moved inside file_load.
                    395: 
                    396: 2019-11-23  moko
                    397: 
                    398:        * src/: classes/file.C, classes/op.C, include/pa_common.h,
                    399:          main/pa_common.C, main/pa_request.C, types/pa_vform.C:
                    400:          optimization: file_read replaced with simplified file_read_binary
                    401: 
                    402:        * src/: classes/op.C, main/pa_common.C, main/pa_request.C,
                    403:          types/pa_vform.C: whitespace
                    404: 
                    405:        * src/: include/pa_common.h, main/pa_common.C: never used params
                    406:          removed
                    407: 
                    408: 2019-11-21  moko
                    409: 
                    410:        * tests/: 193.html, results/193.processed, results/389.processed:
                    411:          test results updated as now base64 does not discard tail without
                    412:          padding (related to feature #986)
                    413: 
                    414: 2019-11-20  moko
                    415: 
                    416:        * src/: classes/file.C, classes/string.C, include/pa_base64.h,
                    417:          main/pa_base64.C: optimization: void pa_base64_decode -> size_t
                    418:          pa_base64_decode (related to feature #986)
                    419: 
                    420:        * tests/398.html: tests for base64 decode added (related to feature
                    421:          #986)
                    422: 
                    423:        * src/main/pa_base64.C: base64_decode rewritten - padding option
                    424:          support, padding inside base 64 supported (related to feature
                    425:          #096)
                    426: 
                    427: 2019-11-19  moko
                    428: 
                    429:        * src/include/pa_memory.h: CHECK_DELETE_USAGE tested to work under
                    430:          FreeBSD 12
                    431: 
1.125     moko      432: 2019-11-16  moko
                    433: 
                    434:        * src/main/pa_base64.C: base64_decode converted to C++, url-safe
                    435:          support added, step support removed (related to #986)
                    436: 
                    437: 2019-11-15  moko
                    438: 
                    439:        * src/classes/math.C: using log since log2 is not present on
                    440:          FreeBSD < 8.4 (related to feature #1177)
                    441: 
                    442:        * src/: include/pa_base64.h, main/pa_base64.C: whitespace,
                    443:          pa_base64_size extracted and used for files as well (related to
                    444:          feature 986)
                    445: 
                    446: 2019-11-14  moko
                    447: 
                    448:        * tests/: 397.html, results/397.processed: + content check
                    449: 
                    450:        * tests/: 141.html, results/141.processed: make test resuls more
                    451:          readable
                    452: 
                    453:        * tests/: 397.html, results/193.processed, results/397.processed:
                    454:          test results updated after \x00 character was disabled in
                    455:          math:convert string mode (related to feature #1177)
                    456: 
                    457:        * src/classes/: math.C, string.C: \\x00 character disabled while
                    458:          converting to string (as in base64, related to feature #1177)
                    459: 
                    460:        * src/classes/file.C: more correct arguments separation
                    461: 
                    462:        * src/: classes/file.C, classes/math.C, classes/string.C,
                    463:          include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
                    464:          main/pa_http.C, types/pa_vfile.C, types/pa_vmail.C: base64
                    465:          options added, but not yet implemented (related to feature #986)
                    466: 
                    467:        * src/classes/math.C: whitespace
                    468: 
                    469: 2019-11-13  moko
                    470: 
                    471:        * tests/: 397.html, results/397.processed: +tainting test (related
                    472:          to feature #1177)
                    473: 
                    474:        * src/classes/math.C: as we now produce not only digits, result
                    475:          should be tainted (related to feature #1177)
                    476: 
                    477:        * src/main/pa_base64.C: whitespace
                    478: 
                    479:        * src/: include/Makefile.am, main/Makefile.am, main/main.vcproj,
                    480:          include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
                    481:          main/pa_common.C: pa_base64.h and pa_base64.C added, base64
                    482:          implementation moved from pa_common.h and pa_common.C
                    483: 
                    484: 2019-11-12  moko
                    485: 
                    486:        * tests/: 275.html, results/275.processed: out of range test fixed,
                    487:          as ^math:convert now supports arbitrary precision
                    488: 
                    489: 2019-11-11  moko
                    490: 
                    491:        * tests/results/389.processed: uctualized error message
                    492: 
                    493:        * tests/: 389.html, 397.html, results/397.processed: tests for
                    494:          ^math:convert added (related to feature #1177)
                    495: 
                    496:        * src/classes/math.C: ^math:convert now supports arbitrary
                    497:          precision, alphabet support added (implements feature #1177)
                    498: 
1.124     moko      499: 2019-11-06  moko
                    500: 
                    501:        * tests/: 181.html, results/181.processed: entities usage added,
                    502:          more entites load tests (related to bug #842 discussion)
                    503: 
                    504: 2019-11-05  moko
                    505: 
                    506:        * src/main/pa_xml_io.C: bugfix: no more extra http://localhost/
                    507:          call from xmlFileOpen if http://localhost/<file> was not found
                    508:          (related to bug #842)
                    509: 
                    510:        * src/main/pa_xml_io.C: rename
                    511: 
                    512:        * src/main/pa_xml_io.C: +MemoryStream constructor
                    513: 
                    514:        * src/main/pa_xml_io.C: whitespace
                    515: 
1.123     moko      516: 2019-10-31  moko
                    517: 
                    518:        * src/classes/xdoc.C: XML_PARSE_OPTIONS (XML_PARSE_DTDLOAD |
                    519:          XML_PARSE_NOENT) added to fix entities load, (related to feature
                    520:          #1181)
                    521: 
1.122     moko      522: 2019-10-25  moko
                    523: 
                    524:        * tests/: 388-sql.html, results/388-sql.processed: more multiple
                    525:          queries tests
                    526: 
                    527: 2019-10-24  moko
                    528: 
                    529:        * tests/: 388-sql.html, results/388-sql.processed: support for
                    530:          pgsql driver test
                    531: 
                    532:        * tests/: 388-sql.html, results/388-sql.processed:
                    533:          multi_statements=1 now tested, mysql test now supported
                    534:          (connection must be specified in [parser3] section in .my.cnf)
                    535:          related to issues #1195 and #1194
                    536: 
1.121     moko      537: 2019-09-11  moko
                    538: 
                    539:        * src/classes/int.C: whitespace
                    540: 
                    541:        * tests/: 388-sql.html, results/388-sql.processed: +duplicate key
                    542:          exception test
                    543: 
                    544:        * tests/results/388-sql.processed: sql queries now shown (related
                    545:          to feature #1196)
                    546: 
                    547:        * src/sql/pa_sql_driver.h: to keep new SQL drivers more compatible
                    548:          with old parser versions.
                    549: 
                    550:        * src/: classes/file.C, classes/hash.C, classes/string.C,
                    551:          classes/table.C, classes/void.C, include/pa_sql_connection.h,
                    552:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: Show query
                    553:          instead of connect string in query_event_handlers exceptions
                    554:          (implements feature #1196)
                    555: 
1.120     moko      556: 2019-09-06  moko
                    557: 
                    558:        * tests/388-sql.html: mysql compat
                    559: 
                    560:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                    561:          classes/void.C, include/pa_common.h, main/pa_common.C: cleanup:
                    562:          sql_ variables declaration moved to pa_common.h
                    563: 
1.116     moko      564: 2019-01-15  moko
                    565: 
                    566:        * src/classes/curl.C: ^curl:info[] - OrderedHashString used, items
                    567:          logically sorted
                    568: 
                    569: 2018-12-27  moko
                    570: 
                    571:        * src/include/pa_config_includes.h: warning war:
                    572:          -Wdeprecated-register added for C++ 17
                    573: 
                    574: 2018-10-15  moko
                    575: 
                    576:        * configure.ac: FreeBSD 11.2 can be build with ./configure
                    577:          --with-gc=/usr/local/lib/ --with-pcre=/usr/local/
                    578:          --with-xml=/usr/local/
                    579: 
                    580: 2018-09-24  moko
                    581: 
                    582:        * tests/: 396.html, 396.tiff, results/396.processed: test for
                    583:          ^image::measure[] now supports tiff added (related to feature
                    584:          #1188)
                    585: 
                    586:        * src/classes/image.C: ^image::measure[] now supports tiff
                    587:          (implements feature #1188)
                    588: 
                    589: 2018-09-20  moko
                    590: 
                    591:        * tests/: 395.bmp, 395.html, results/395.processed: test for bmp
                    592:          files measure added (related to ticket #1188)
                    593: 
                    594:        * src/classes/image.C: measure of bmp files implemented (related to
                    595:          ticket #1188)
                    596: 
                    597: 2018-09-18  moko
                    598: 
                    599:        * tests/: 394-curl.html, results/394-curl.processed,
                    600:          results/auto.p: test for bug #1187 (max_file_size check for head
                    601:          requests) added
                    602: 
                    603: 2018-08-24  moko
                    604: 
                    605:        * src/classes/curl.C: CURLOPT_NOBODY value used to check if
                    606:          response content-length check is required (fixes bug #1187)
                    607: 
                    608: 2018-05-11  moko
                    609: 
                    610:        * tests/: 157.html, results/157.processed: test for ^file:copy[..;
                    611:          $.append(bool) ] option added (related to feature #919)
                    612: 
                    613:        * src/classes/file.C: ^file:copy[..; $.append(bool) ] option added
                    614:          from misha@ patch (implements feature #919)
                    615: 
                    616: 2018-03-22  moko
                    617: 
                    618:        * src/main/pa_request.C: $response:download[ $.file[file.namef] ]
                    619:          worked rather slow (about 1mb/sec) with 10kb buffer, replaced it
                    620:          with 128kb buffer.  Now works at least 12 times faster. :) May be
                    621:          Windows-only problem.
                    622: 
                    623:        * src/lib/cord/cord.vcproj: Profile * complete cleanup (VS 2003
                    624:          build fix)
                    625: 
                    626: 2018-02-03  moko
                    627: 
                    628:        * src/main/execute.C: removes irrelevant lines from exception stack
                    629:          trace when exceptions occurs in assigment (fixes bug #1165)
                    630: 
                    631:        * tests/: 393.html, results/393.processed: test for behavour after
                    632:          "Property can not be created, already exists field with that
                    633:          name" exception removed (related to feature #1183)
                    634: 
                    635:        * src/types/pa_vclass.C: "Property can not be created, already
                    636:          exists field with that name" exception removed (implements
                    637:          feature #1183)
                    638: 
                    639: 2018-01-19  moko
                    640: 
                    641:        * src/classes/string.C: whitespace
                    642: 
                    643:        * src/classes/string.C: whitespace
                    644: 
                    645:        * tests/: 392.html, results/392.processed: test for
                    646:          ^regex::create[$regex] added (related to feature #1135)
                    647: 
                    648:        * src/: classes/regex.C, types/pa_vregex.C, types/pa_vregex.h:
                    649:          ^regex::create[$regex] added (implements feature #1135)
                    650: 
                    651:        * src/types/: pa_vclass.C, pa_vclass.h: CLASS_GETTER_UNPROTECTED
                    652:          commented define added (related to feature #1157)
                    653: 
                    654: 2018-01-17  moko
                    655: 
                    656:        * buildall: gc 7.6.0 -> 7.6.2 (related to feature #1136)
                    657: 
                    658: 2018-01-15  moko
                    659: 
                    660:        * tests/: 390.html, results/390.processed: real path replaced by
                    661:          stub
                    662: 
                    663:        * tests/: 391.html, results/391.processed: test for feature #1181
                    664:          (XML_PARSE_HUGE exception) added
                    665: 
                    666: 2018-01-11  moko
                    667: 
                    668:        * bin/auto.p.dist.in: sqlite3 -> libsqlite3
                    669: 
                    670:        * src/classes/xdoc.C: xmlReadMemory/xmlReadFile now used with
                    671:          XML_PARSE_HUGE option passed by default (implements feature
                    672:          #1181)
                    673: 
                    674:        * src/classes/string.C: whitespace
                    675: 
                    676: 2017-12-10  moko
                    677: 
                    678:        * tests/: 389.html, 390.html, results/389.processed,
                    679:          results/390.processed: image code coverage tests added (related
                    680:          to feature #1125)
                    681: 
                    682: 2017-12-08  moko
                    683: 
                    684:        * tests/: 346-curl.html, 388-sql.html, 389.html,
                    685:          results/346-curl.processed, results/388-sql.processed,
                    686:          results/389.processed: more code coverage tests
                    687: 
                    688:        * tests/: 264.html, results/264.processed: code coverage for
                    689:          ^file::exec[]
                    690: 
                    691: 2017-12-07  moko
                    692: 
                    693:        * tests/: 174.html, 388-sql.html, 389.html,
                    694:          results/388-sql.processed, results/389.processed,
                    695:          results/174.processed: more coverage tests
                    696: 
                    697:        * src/classes/math.C: exception text actualized
                    698: 
                    699: 2017-12-06  moko
                    700: 
                    701:        * tests/388-sql.html: $SQL can be here
                    702: 
                    703:        * tests/results/auto.p: $SQL not required here
                    704: 
                    705:        * tests/: 388-sql.html, 389.html, Makefile,
                    706:          results/388-sql.processed, results/389.processed, results/auto.p:
                    707:          code coverage tests for sql (using sqlite) and int/double/bool
                    708:          added (related to feature #1125)
                    709: 
                    710:        * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
                    711:          lib/json/json.vcproj, lib/md5/md5.vcproj,
                    712:          lib/memcached/memcached.vcproj, lib/punycode/punycode.vcproj,
                    713:          lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
                    714:          targets/apache/ApacheModuleParser3Core.vcproj,
                    715:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                    716:          types/types.vcproj: gc\include no longer required
                    717: 
                    718:        * src/lib/: cord/cord.vcproj, gd/gd.vcproj: gc\include no longer
                    719:          required
                    720: 
                    721:        * src/: classes/Makefile.am, classes/table.C,
                    722:          include/pa_config_includes.h, include/pa_string.h,
                    723:          lib/cord/Makefile.am, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
                    724:          lib/gd/Makefile.am, lib/json/Makefile.am, lib/sdbm/Makefile.am,
                    725:          lib/smtp/Makefile.am, main/Makefile.am, main/untaint.C,
                    726:          targets/apache/Makefile.am, targets/cgi/Makefile.am,
                    727:          types/Makefile.am: to be sure that our version of gc.h/cord.h is
                    728:          used, we now include it directly
                    729: 
                    730: 2017-12-04  moko
                    731: 
                    732:        * src/lib/: gd/gd.vcproj, md5/md5.vcproj,
                    733:          memcached/memcached.vcproj, punycode/punycode.vcproj,
                    734:          sdbm/sdbm.vcproj, smtp/smtp.vcproj: includes unified, gc added
                    735:          where required
                    736: 
                    737:        * src/: classes/memory.C, include/pa_config_includes.h: GC_DEBUG
                    738:          now can be used to trace memory allocations
                    739: 
                    740:        * src/: classes/table.C, include/pa_config_includes.h,
                    741:          include/pa_memory.h, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
                    742:          main/pa_globals.C: PA_DEBUG_DISABLE_GC works again, pa_gc_*
                    743:          method removes, libcord also can work without libgc
                    744: 
                    745:        * src/classes/json.C: pa_gc_malloc_atomic should not be used
                    746: 
                    747: 2017-11-29  moko
                    748: 
                    749:        * src/classes/curl.C: no exception if some of ^curl:info[] elements
                    750:          are not present (related to feature #1173)
                    751: 
                    752:        * tests/346-curl.html: test updated to test curl content-length bug
                    753:          (related to feature #1173)
                    754: 
                    755:        * tests/results/346-curl.processed: more test for content-length
                    756:          curl bug (related to feature #1173)
                    757: 
                    758:        * tests/results/346-curl.processed: test results updated after
                    759:          #1173 implemented
                    760: 
                    761: 2017-11-28  moko
                    762: 
                    763:        * src/classes/curl.C: another libcurl Content-length bug walkaround
                    764:          (related to feature #1173)
                    765: 
                    766: 2017-11-27  moko
                    767: 
                    768:        * src/: classes/curl.C, lib/curl/curl.h: ^curl:options
                    769:          $.http_version[version string] added (implements feature #1173),
                    770:          CURLOPT_POSTFIELDSIZE is set to 0 now only for old versions,
                    771:          where $post(true) bug existed.
                    772: 
                    773: 2017-11-18  moko
                    774: 
                    775:        * src/include/pa_memory.h: warning war (related to feature #1170)
                    776: 
                    777:        * src/include/pa_pool.h: RedHat 7.3 compatibility fixed (related to
                    778:          feature #1170)
                    779: 
                    780: 2017-11-17  moko
                    781: 
                    782:        * src/include/pa_memory.h: CHECK_DELETE_USAGE define added as
                    783:          std::basic_stringstream used in ^table.csv-string[] is compatible
                    784:          with delete usage check only under Debian 9 (related to feature
                    785:          #1170)
                    786: 
                    787: 2017-11-16  moko
                    788: 
                    789:        * src/: classes/curl.C, classes/hash.C, classes/json.C,
                    790:          classes/table.C, classes/xdoc.C, include/pa_config_includes.h,
                    791:          include/pa_hash.h, include/pa_memory.h, include/pa_pool.h,
                    792:          main/pa_charset.C, main/pa_memory.C, main/pa_xml_io.C,
                    793:          sql/pa_sql_driver.h, types/pa_value.h, types/pa_vmemcached.C,
                    794:          types/pa_vxdoc.h: regular new/delete no longer used in our code,
                    795:          stubs defend from accidental use (implements feature #1170)
                    796: 
                    797: 2017-06-24  moko
                    798: 
                    799:        * configure.ac: minor fix: thanks to alx@
                    800: 
1.115     moko      801: 2017-05-29  moko
                    802: 
                    803:        * src/types/pa_vmail.C: mail headers are now correctly truncated -
                    804:          MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
                    805:          added to avoid cutting of UTF-8 chars (fixed bug #123)
                    806: 
                    807:        * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
                    808:          ignored, =?UTF-8?Q?= should start in case of leading space
                    809:          (related to bug #123)
                    810: 
                    811:        * buildall: echo -n -> printf for OS X. :)
                    812: 
                    813: 2017-05-25  moko
                    814: 
                    815:        * tests/: 288.html, results/288.processed: test updated afted
                    816:          setting $o.prop without setter exception removed (related to
                    817:          feature #1157)
                    818: 
                    819:        * src/types/pa_vclass.C: no more "this property has no setter
                    820:          method" when setting $o.prop without setter (implements feature
                    821:          #1157)
                    822: 
                    823:        * buildall: echo \c -> echo -n for FreeBSD
                    824: 
                    825:        * configure, configure.ac, src/include/pa_config_auto.h.in,
                    826:          src/types/pa_vdouble.h: isfinite now checked in configure
                    827: 
                    828:        * compile, config.guess, config.sub, depcomp, install-sh, missing:
                    829:          upgraded to automake 1.15
                    830: 
                    831: 2017-05-23  moko
                    832: 
                    833:        * src/types/pa_vdouble.h: finite returned where isfinite not
                    834:          defined
                    835: 
                    836: 2017-05-22  moko
                    837: 
                    838:        * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
                    839: 
                    840:        * buildall: extern CFLAGS setting support
                    841: 
                    842:        * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
                    843: 
                    844:        * buildall: http -> https
                    845: 
                    846:        * buildall: gc-7.2f -> gc-7.6.0
                    847: 
                    848: 2017-05-20  moko
                    849: 
                    850:        * buildall: https, pcre, xml, xslt updated to current versions
                    851:          (related to feature #1136)
                    852: 
                    853: 2017-05-19  moko
                    854: 
                    855:        * tests/097.html: after parser.ru moved to https
                    856: 
                    857: 2017-05-17  moko
                    858: 
                    859:        * tests/results/: 175.processed, 372.processed: tests resuls
                    860:          updated after lintian spelling typos fixed (related to bug #1156)
                    861: 
                    862:        * src/: classes/file.C, classes/hash.C, classes/reflection.C,
                    863:          classes/string.C, classes/table.C, main/pa_charset.C,
                    864:          main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
                    865:          types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
                    866:          lintian reported by Sergey B Kirpichev (fixes bug #1156)
                    867: 
                    868:        * tests/results/096.processed: +XMP
                    869: 
                    870:        * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
                    871:          $.xmp(true) options tested (test for feature #1154)
                    872: 
                    873:        * src/classes/image.C: ^image:measure[] options $.exif(false)
                    874:          $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
                    875:          fetched by default! (implements feature #1154)
                    876: 
                    877: 2017-05-16  moko
                    878: 
                    879:        * tests/: 256.html, results/256.processed: ^json:string[$image] now
                    880:          allowed (related to feature #1154)
                    881: 
                    882:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
                    883:          initial XMP implementation - without options and transcode
                    884:          (related to feature #1154)
                    885: 
                    886: 2017-05-12  moko
                    887: 
                    888:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
                    889:          image: exif moved to ffields, skipped in ^image.html[] where
                    890:          iterators now used (preparation for feature #1154)
                    891: 
                    892: 2017-05-05  moko
                    893: 
                    894:        * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
                    895:          results/387.processed: test for circular class inheritance check
                    896:          added (related to bug #1150)
                    897: 
                    898:        * src/types/pa_vstateless_class.C: circular class inheritance check
                    899:          added (fixes endless add_derived bug #1150)
                    900: 
                    901: 2017-05-04  moko
                    902: 
                    903:        * tests/: 386.html, results/386.processed: test for
                    904:          $table.value(number) added (related to feature #1152)
                    905: 
                    906:        * src/types/pa_vtable.C: table put_element: column value must be
                    907:          string  - > column value must be string compatible to allow
                    908:          $t.value(1) (implements feature #1152)
                    909: 
                    910: 2017-05-03  moko
                    911: 
                    912:        * src/main/pa_request.C: $use[$method] is not possible, reverting
                    913:          (related to feature #1151)
                    914: 
                    915:        * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
                    916:          not possible, removing test (related to feature #1151)
                    917: 
                    918:        * src/: main/pa_request.C, types/pa_vstateless_class.h:
                    919:          get_element_method added and used to allow $use[$method] and
                    920:          $autouse[$method] (implements feature 1151)
                    921: 
                    922:        * tests/: 386.html, 386.p, results/386.processed: test for @use in
                    923:          variable added (related to feature #1151)
                    924: 
                    925:        * tests/results/226.processed: actualized after ^try-catch used
                    926: 
                    927:        * tests/: 226.html, 385.html, results/385.processed: test for
                    928:          @autouse in variable added
                    929: 
                    930:        * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
                    931: 
1.114     moko      932: 2017-02-27  moko
                    933: 
                    934:        * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
                    935: 
1.113     moko      936: 2017-02-20  moko
                    937: 
                    938:        * operators.txt: actualization + beauty
                    939: 
                    940: 2017-02-16  moko
                    941: 
                    942:        * tests/: 384.html, results/384.processed: test for
                    943:          ^reflection:mixin[; $.name[] ] option added (related to feature
                    944:          #1089)
                    945: 
                    946:        * tests/: 384.html, results/384.processed: test for
                    947:          ^reflection:mixin[] added (related to feature #1089)
                    948: 
                    949:        * src/types/pa_value.h: warning war: virtual ~Value() added
                    950: 
1.112     moko      951: 2017-02-15  moko
                    952: 
                    953:        * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
                    954:          fixed
                    955: 
                    956:        * tests/: 320.html, results/320.processed: $.reverse(true/false)
                    957:          test added (related to feature #1069)
                    958: 
                    959:        * src/: classes/reflection.C, types/pa_vstateless_class.h:
                    960:          compilation without HASH_ORDER fixed
                    961: 
                    962:        * src/: classes/reflection.C, include/pa_hash.h:
                    963:          $.reverse(true/false) added to ^reflection:methods[] (related to
                    964:          feature #1069)
                    965: 
                    966: 2017-02-14  moko
                    967: 
                    968:        * tests/: 152.html, results/152.processed: test for $._default hash
                    969:          added (related to bug #1131)
                    970: 
                    971:        * tests/: 277.html, results/277.processed: test for hash with only
                    972:          $._default is now defined (related to bug #1131)
                    973: 
                    974:        * src/types/pa_vhash.h: hash with only $._default is now defined
                    975:          (fixed bug #1131)
                    976: 
                    977: 2017-02-13  moko
                    978: 
                    979:        * tests/cat-windows.sh: cat-windows added (cygwin required)
                    980: 
                    981:        * tests/: 171.html, 264.html, 286.html, 370.html,
                    982:          results/320.processed, results/375.processed, results/auto.p:
                    983:          cat-windows.sh support added
                    984: 
                    985:        * tests/375.html: Windows support
                    986: 
                    987:        * tests/270.html: documented
                    988: 
                    989:        * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
                    990:          (not backslashes) even under Windows (broke test 270)
                    991: 
                    992: 2017-02-12  moko
                    993: 
                    994:        * tests/: descript.ion, todo.txt: cleanup
                    995: 
                    996: 2017-02-09  moko
                    997: 
                    998:        * tests/: 253.html, 255.html, 275.html, 347-curl.html,
                    999:          run_tests.cmd: Windows compatibility
                   1000: 
                   1001:        * tests/make_tests.cmd: removed as test can't be passed - TZ is set
                   1002:          incorrectly (GMT) if parser is called from cygwin
                   1003: 
1.111     moko     1004: 2017-02-08  moko
                   1005: 
1.112     moko     1006:        * operators.txt: actualization 15% completed
                   1007: 
                   1008:        * operators.txt: cp1251 -> utf-8
                   1009: 
                   1010:        * NEWS, README: minor update
                   1011: 
                   1012:        * src/include/pa_config_includes.h: warning war continues
                   1013: 
                   1014:        * src/: include/pa_config_includes.h, include/pa_memory.h,
                   1015:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                   1016:          targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
                   1017:          gcc 6.x issues fixed
                   1018: 
1.111     moko     1019:        * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
                   1020:          classes/classes.h, classes/curl.C, classes/date.C,
                   1021:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   1022:          classes/hashfile.C, classes/image.C, classes/inet.C,
                   1023:          classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
                   1024:          classes/memcached.C, classes/memory.C, classes/op.C,
                   1025:          classes/reflection.C, classes/regex.C, classes/response.C,
                   1026:          classes/string.C, classes/table.C, classes/void.C,
                   1027:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   1028:          include/pa_array.h, include/pa_cache_managers.h,
                   1029:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   1030:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   1031:          include/pa_dictionary.h, include/pa_dir.h,
                   1032:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   1033:          include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
                   1034:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                   1035:          include/pa_pool.h, include/pa_random.h, include/pa_request.h,
                   1036:          include/pa_request_charsets.h, include/pa_request_info.h,
                   1037:          include/pa_sapi.h, include/pa_socks.h,
                   1038:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   1039:          include/pa_stack.h, include/pa_string.h,
                   1040:          include/pa_stylesheet_connection.h,
                   1041:          include/pa_stylesheet_manager.h, include/pa_symbols.h,
                   1042:          include/pa_table.h, include/pa_threads.h, include/pa_types.h,
                   1043:          include/pa_uue.h, include/pa_xml_exception.h,
                   1044:          include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
                   1045:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                   1046:          lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
                   1047:          lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
                   1048:          lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
                   1049:          lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
                   1050:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                   1051:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
                   1052:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   1053:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   1054:          main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
                   1055:          main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
                   1056:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   1057:          main/pa_string.C, main/pa_stylesheet_connection.C,
                   1058:          main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
                   1059:          main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
                   1060:          main/untaint.C, sql/pa_sql_driver.h,
                   1061:          targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
                   1062:          targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
                   1063:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   1064:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   1065:          types/pa_junction.h, types/pa_method.h, types/pa_property.h,
                   1066:          types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
                   1067:          types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
                   1068:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   1069:          types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
                   1070:          types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
                   1071:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   1072:          types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
                   1073:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   1074:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
                   1075:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
                   1076:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
                   1077:          types/pa_vmemcached.h, types/pa_vmemory.h,
                   1078:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   1079:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
                   1080:          types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   1081:          types/pa_vresponse.C, types/pa_vresponse.h,
                   1082:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   1083:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   1084:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   1085:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                   1086:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   1087:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   1088:          types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
                   1089:          2015->2017
                   1090: 
1.110     moko     1091: 2017-02-07  moko
                   1092: 
                   1093:        * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
                   1094: 
                   1095: 2017-02-06  moko
                   1096: 
                   1097:        * src/main/pa_common.C: minor fixes, whitespace
                   1098: 
                   1099:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                   1100:          include/pa_common.h, include/pa_dir.h, main/pa_common.C,
                   1101:          main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
                   1102:          now used (implements feature #1081)
                   1103: 
                   1104:        * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
                   1105: 
                   1106: 2017-02-01  moko
                   1107: 
                   1108:        * src/include/pa_request.h: cleanup
                   1109: 
                   1110: 2017-01-30  moko
                   1111: 
                   1112:        * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
                   1113: 
                   1114: 2017-01-29  moko
                   1115: 
                   1116:        * tests/: 383.html, results/383.processed: test for
                   1117:          ^reflection:stack[] added (related to feature #1052)
                   1118: 
                   1119:        * src/classes/reflection.C: else added
                   1120: 
                   1121:        * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
                   1122:          $.max_file_lock_wait added (implements feature #1128)
                   1123: 
                   1124: 2017-01-28  moko
                   1125: 
                   1126:        * tests/: 379-curl.html, results/379-curl.processed: curl empty
                   1127:          body and other cases tests added (related to featue #1014)
                   1128: 
                   1129:        * src/classes/curl.C: bug if response is empty fixed (related to
                   1130:          feature #1014)
                   1131: 
                   1132: 2017-01-27  moko
                   1133: 
                   1134:        * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
                   1135:          main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
                   1136:          added (implements feature #1052)
                   1137: 
                   1138: 2017-01-25  moko
                   1139: 
                   1140:        * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
                   1141:          method test added
                   1142: 
                   1143: 2017-01-23  moko
                   1144: 
                   1145:        * src/classes/reflection.C: optimization: options->get replaced by
                   1146:          hash iterator
                   1147: 
                   1148:        * tests/: 381.html, results/381.processed: now -> fixed date
                   1149: 
                   1150:        * src/main/pa_request.C: warning war
                   1151: 
                   1152:        * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
                   1153:          5Mb (fixes bug #1058)
                   1154: 
                   1155:        * src/classes/curl.C: warning war
                   1156: 
                   1157:        * tests/: 381.html, results/381.processed: tests for ^json:string
                   1158:          $.one-line(true) option added (related to feature #1124)
                   1159: 
                   1160:        * src/: classes/json.C, types/pa_value.h: $json-string
                   1161:          $.one-line(true|false) options is now supported (implements
                   1162:          feature #1124)
                   1163: 
                   1164:        * tests/: 380.html, results/380.processed: test for modified
                   1165:          $.max_file_size added (related to bug #1014)
                   1166: 
                   1167:        * tests/: 379.html, results/auto.p: tests for rewritten http file
                   1168:          load added (related to bug #1014)
                   1169: 
                   1170:        * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
                   1171:          main/pa_common.C, main/pa_http.C: check_file_size added and used
                   1172:          in curl / file load from disk and http, http file load rewritten
                   1173:          (related to bug #1014)
                   1174: 
                   1175: 2017-01-18  moko
                   1176: 
                   1177:        * tests/: 378.html, results/378.processed: tests for ^result[]
                   1178:          added (related to feature #66)
                   1179: 
                   1180:        * src/: classes/op.C, include/pa_request.h: ^return[] can't be
                   1181:          Method::CO_WITHOUT_FRAME as frame still added in expression
                   1182:          (related to feature #66)
                   1183: 
                   1184: 2017-01-17  moko
                   1185: 
                   1186:        * tests/: 377.html, results/377.processed: test for different
                   1187:          combinations of breaks in body and delimiter (related to bug
                   1188:          #1077)
                   1189: 
                   1190:        * tests/: 376.html, results/376.processed: many ^break[] tests
                   1191:          added (related to bug #1077)
                   1192: 
                   1193:        * src/types/pa_vmethod_frame.C: "break is not allowed in expression
                   1194:          passed to native method" exception added to avoid bugs due to
                   1195:          WRITE_EXPR_RESULT skipped and native methods execution continues
                   1196:          after ^break[] (related to bug #1077)
                   1197: 
                   1198: 2017-01-14  moko
                   1199: 
                   1200:        * tests/: 330.html, results/330.processed: test results updated
                   1201:          after ^break[] bugs where fixed (related to bug #1077)
                   1202: 
                   1203:        * tests/: 329.html, results/329.processed: test results updated
                   1204:          after ^break[] bugs where fixed (related to bug #1077)
                   1205: 
                   1206:        * tests/results/320.processed: ^return[] added
                   1207: 
                   1208: 2017-01-13  moko
                   1209: 
                   1210:        * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
                   1211:          classes/table.C, include/pa_request.h, main/execute.C,
                   1212:          main/pa_request.C, targets/cgi/parser3.C,
                   1213:          types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
                   1214:          Request::SKIP_RETURN added and implemented, Request::SKIP_* now
                   1215:          checked after each possible process/execute call (fixes bug
                   1216:          #1077)
                   1217: 
                   1218: 2016-12-29  moko
                   1219: 
                   1220:        * src/main/pa_common.C: warning war
                   1221: 
                   1222:        * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
                   1223:          include/pa_types.h, main/pa_request.C, main/pa_string.C:
                   1224:          pa_file_size_limit added, ^math:random fixed for upper limit and
                   1225:          limits more then 0x7FFFFFFF, limits now declared in pa_types.h
                   1226:          (related to feature #1014)
                   1227: 
                   1228:        * src/: classes/curl.C, classes/file.C, include/pa_common.h,
                   1229:          main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
                   1230:          (related to feature #1014)
                   1231: 
                   1232: 2016-12-28  moko
                   1233: 
                   1234:        * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
                   1235:          warning war
                   1236: 
                   1237: 2016-12-26  moko
                   1238: 
                   1239:        * tests/: 341.html, results/341.processed: test for
                   1240:          ^table.hash[id;;$.type[string]] added (related to feature #1057)
                   1241: 
                   1242:        * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
                   1243:          (related to feature #1057)
                   1244: 
                   1245:        * src/types/pa_vdate.C: warning war continues...
                   1246: 
                   1247:        * src/: classes/date.C, classes/image.C, classes/table.C,
                   1248:          include/pa_config_includes.h, types/pa_vfile.C: warning war
                   1249: 
                   1250:        * src/lib/gd/gifio.C: warning war / cleanup
                   1251: 
                   1252:        * src/lib/json/pa_json.C: warning war
                   1253: 
                   1254:        * src/classes/hash.C: warning war
                   1255: 
                   1256:        * src/types/pa_vfile.C: warning war
                   1257: 
                   1258:        * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
                   1259:          -Wall warning war continues
                   1260: 
                   1261:        * configure.ac: --with-build-warnings actualized
                   1262: 
                   1263: 2016-12-25  moko
                   1264: 
                   1265:        * src/main/pa_exec.C: -wAll warning war
                   1266: 
                   1267:        * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
                   1268:          -wAll warning war
                   1269: 
                   1270:        * src/: include/pa_common.h, include/pa_sapi.h,
                   1271:          types/pa_junction.h, types/pa_method.h, types/pa_value.h,
                   1272:          types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
                   1273:          -wAll warning war
                   1274: 
                   1275: 2016-12-23  moko
                   1276: 
                   1277:        * src/lib/ltdl/Makefile.am: extra dist added
                   1278: 
                   1279:        * tests/results/344.processed: test result updated after $file.text
                   1280:          prefetched in ^hash::create[$file] (related to feature #1075)
                   1281: 
                   1282:        * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
                   1283:          ^hash::create[$file] (related to feature #1075)
                   1284: 
                   1285: 2016-12-22  moko
                   1286: 
                   1287:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
                   1288:          main/pa_request.C, main/pa_stylesheet_connection.C,
                   1289:          types/pa_vfile.C: file_stat now return 64-bit size (implements
                   1290:          #1014 under 32-bit unix versions)
                   1291: 
                   1292: 2016-12-21  moko
                   1293: 
                   1294:        * tests/: 375.html, results/375.processed: test for exec returning
                   1295:          stated file added (related to feature #1119)
                   1296: 
                   1297:        * src/classes/file.C: load should not return file with null body
                   1298:          (fixes bug #1119)
                   1299: 
                   1300: 2016-12-14  moko
                   1301: 
                   1302:        * tests/: 374.html, results/374.processed: test for $method.name
                   1303:          added (related to feature #1117) plus method returning junction
                   1304:          test
                   1305: 
                   1306: 2016-12-13  moko
                   1307: 
                   1308:        * src/: include/pa_symbols.h, main/pa_symbols.C,
                   1309:          types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
                   1310:          (implements feature #1117)
                   1311: 
                   1312:        * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
                   1313:          HEAD and TRACE can't have body (implements feature #1116)
                   1314: 
                   1315: 2016-12-09  moko
                   1316: 
                   1317:        * tests/: 373.html, results/373.processed: tests for
                   1318:          ^reflection:tainting added (related to feature #1098)
                   1319: 
                   1320:        * src/classes/reflection.C: ^reflection:tainting arguments order
                   1321:          change (related to feature #1098)
                   1322: 
                   1323: 2016-12-06  moko
                   1324: 
                   1325:        * src/: classes/reflection.C, include/pa_string.h,
                   1326:          main/pa_string.C: ^reflection:tainting[$string] added (implements
                   1327:          feature #1098)
                   1328: 
                   1329: 2016-12-05  moko
                   1330: 
                   1331:        * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
                   1332:          (fixes bug #1114)
                   1333: 
                   1334: 2016-12-04  moko
                   1335: 
                   1336:        * tests/: 206.html, results/206.processed: negative zero (0/-1)
                   1337:          check added
                   1338: 
                   1339: 2016-12-03  moko
                   1340: 
                   1341:        * tests/: 346-curl.html, results/346-curl.processed: test modified
                   1342:          to test value.as_hash() usage
                   1343: 
                   1344:        * src/classes/curl.C: value.as_hash() used for correct hash
                   1345:          processing
                   1346: 
                   1347:        * src/classes/reflection.C: exceptions texts fixes
                   1348: 
                   1349: 2016-12-02  moko
                   1350: 
                   1351:        * tests/: 372.html, results/372.processed: tests for
                   1352:          ^reflection:create[ $.class[name] $.constructor[name]
                   1353:          $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
                   1354:          feature #1094)
                   1355: 
                   1356:        * src/types/pa_vmethod_frame.h: comment added: params should be
                   1357:          declared outside of *_FRAME_ACTION as MethodParams destructor
                   1358:          will be called in ~VNativeMethodFrame
                   1359: 
                   1360:        * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
                   1361:          ] minor fix
                   1362: 
                   1363:        * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
                   1364:          types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
                   1365:          $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
                   1366:          now supported (implements feature #1094) value::as_hash added
                   1367:          (and should be used everywhere)
                   1368: 
                   1369:        * src/classes/reflection.C: cleanup
                   1370: 
                   1371: 2016-12-01  moko
                   1372: 
                   1373:        * tests/: 356.html, results/356.processed: test for method
                   1374:          junctions class name added to the resulting hash added (related
                   1375:          to feature #1068)
                   1376: 
                   1377:        * src/classes/reflection.C: for method junctions class name added
                   1378:          to the resulting hash (related to feature #1068)
                   1379: 
                   1380: 2016-11-30  moko
                   1381: 
                   1382:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
                   1383:          exception (related to bug #1113)
                   1384: 
                   1385:        * src/types/pa_vhashfile.C: whitespace
                   1386: 
                   1387:        * src/main/pa_os.C: errno now returned as it should (fixes bug
                   1388:          #1113)
                   1389: 
                   1390:        * tests/results/: 175.processed, 192.processed, 224.processed,
                   1391:          229.processed, 239.processed, 244.processed, 246.processed,
                   1392:          314.processed, 352.processed: tests results updated after method
                   1393:          call exceptions improved as method now keeps its name
                   1394: 
                   1395:        * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
                   1396:          types/pa_vmethod_frame.h: method call exceptions improved as
                   1397:          method now keeps its name
                   1398: 
                   1399:        * tests/: 224.html, 239.html, results/224.processed,
                   1400:          results/239.processed: tests and tests results updated after
                   1401:          Request::construct exception changed
                   1402: 
                   1403:        * src/: classes/reflection.C, main/execute.C: Request::construct
                   1404:          exception optimized
                   1405: 
                   1406:        * tests/: 371.html, results/371.processed: test for
                   1407:          WWrapper.get_element call in $.name.key[value] code added
                   1408:          (related to feature #1091)
                   1409: 
                   1410:        * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
                   1411:          in $.name.key[value] code (related to feature #1091)
                   1412: 
                   1413: 2016-11-29  moko
                   1414: 
                   1415:        * src/classes/op.C: VS warning war
                   1416: 
                   1417:        * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
                   1418:          C4239: nonstandard extension used : 'return' : conversion from
                   1419:          'Value' to 'Value &' (related to feature #1020)
                   1420: 
                   1421:        * src/: main/execute.C, types/pa_vmethod_frame.h,
                   1422:          types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
                   1423:          used : 'return' : conversion from 'Value' to 'Value &' (related
                   1424:          to feature #1020)
                   1425: 
                   1426:        * src/main/execute.C: VS warning war
                   1427: 
                   1428:        * src/targets/cgi/parser3.C: VS compatibility fix
                   1429: 
                   1430:        * src/include/pa_request.h: VS warning war
                   1431: 
                   1432:        * tests/: 370.html, results/370.processed: test for ^file::exec[
                   1433:          ... $.stdin[$binary_file] ] added (related to bug #1044)
                   1434: 
                   1435:        * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
                   1436:          include/pa_string.h, main/pa_exec.C: pa_exec now supports
                   1437:          $.stdin[$binary_file] (fixes bug #1044)
                   1438: 
                   1439: 2016-11-28  moko
                   1440: 
                   1441:        * src/main/pa_exec.C: whitespace
                   1442: 
                   1443:        * src/main/pa_request.C: whitespace
                   1444: 
                   1445:        * tests/: 369.html, results/369.processed: test for
                   1446:          $response:status usage added (related to feature #1099)
                   1447: 
                   1448:        * src/targets/cgi/parser3.C: HTTP response code used as exit status
                   1449:          if < 100 (implements feature #1099)
                   1450: 
                   1451:        * src/targets/cgi/parser3.C: whitespace
                   1452: 
                   1453:        * src/targets/cgi/parser3.C: whitespace
                   1454: 
                   1455:        * tests/: 368.html, results/368.processed: test updated after
                   1456:          ^reflection:filename[$method] added (related to feature #1053)
                   1457: 
                   1458:        * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
                   1459:          main/compile.y, main/execute.C, main/pa_request.C,
                   1460:          types/pa_vclass.h: filename -> filespec,
                   1461:          ^reflection:filename[$method] added (related to feature #1053)
                   1462: 
                   1463: 2016-11-27  moko
                   1464: 
                   1465:        * tests/: 368.html, results/368.processed: test for
                   1466:          reflection:filename[$class or object] added (related to feature
                   1467:          #1053)
                   1468: 
                   1469:        * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
                   1470:          types/pa_vstateless_class.h: ^reflection:filename[$class or
                   1471:          object] added (implements feature #1053)
                   1472: 
                   1473: 2016-11-26  moko
                   1474: 
                   1475:        * src/: include/pa_request_info.h,
                   1476:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
                   1477:          remove_absolute_uri -> strip_absolute_uri
                   1478: 
                   1479: 2016-11-25  moko
                   1480: 
                   1481:        * src/: include/pa_request_info.h,
                   1482:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
                   1483:          request_info.remove_absolute_uri added to remove possible
                   1484:          http://site.name/ from $request:uri (implements feature #1112)
                   1485: 
                   1486: 2016-11-24  moko
                   1487: 
                   1488:        * tests/: 367-curl.html, results/367-curl.processed: test for
                   1489:          previous request headers clearing after redirect added (related
                   1490:          to bug #1109)
                   1491: 
                   1492:        * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
                   1493:          response headers from previous requests are now cleared, only
                   1494:          last request headers are collected (fixes bug #1109)
                   1495: 
                   1496:        * tests/results/: 266.processed, 321.processed, 356.processed:
                   1497:          tests results updated as method name now added to the resulting
                   1498:          hash for new syntax only (Imp1 compatimility fixed, related to
                   1499:          feature #1068)
                   1500: 
                   1501:        * src/classes/reflection.C: method name now added to the resulting
                   1502:          hash for new syntax only (Imp1 compatimility fixed, related to
                   1503:          feature #1068)
                   1504: 
                   1505:        * tests/results/366.processed: test for native and parser
                   1506:          implementation of ^use[] logic (related to feature #1074)
                   1507: 
                   1508:        * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
                   1509:          for native and parser implementation of ^use[] logic (related to
                   1510:          feature #1074)
                   1511: 
                   1512: 2016-11-23  moko
                   1513: 
                   1514:        * src/: classes/op.C, include/pa_request.h, main/compile.y,
                   1515:          main/pa_request.C: @USE file now implemented as ^use[file;
                   1516:          $.origin[origin_file] ] (implements feature #1074)
                   1517: 
1.109     moko     1518: 2016-11-21  moko
                   1519: 
1.110     moko     1520:        * tests/: 365.html, results/365.processed: test for $caller bugs in
                   1521:          3.4.4 and $caller.method now tested (related to feature #1110)
                   1522: 
                   1523:        * tests/: 364.html, results/364.processed: $caller usage in
                   1524:          different contexts now tested (related to feature #1110)
                   1525: 
                   1526:        * src/types/types.vcproj: +pa_vcaller_wrapper.h
                   1527: 
                   1528:        * src/types/Makefile.am: pa_vcaller_wrapper.h added
                   1529: 
1.109     moko     1530:        * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
                   1531:          types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
                   1532:          types/pa_vmethod_frame.h:  redesign: VCallerWrapper added and
                   1533:          used (implements feature #1110)
                   1534: 
                   1535: 2016-11-20  moko
                   1536: 
                   1537:        * src/types/pa_vdouble.h: whitespace
                   1538: 
                   1539: 2016-11-11  moko
                   1540: 
                   1541:        * tests/: 363.html, results/363.processed: more tests for feature
                   1542:          #1091 (how parser methods work in expression context)
                   1543: 
                   1544:        * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
                   1545:          expressions strings are now written as strings, not values by
                   1546:          write_as_string (related to feature #1091)
                   1547: 
                   1548:        * src/classes/op.C: to make more correct behavour in expression
                   1549:          context
                   1550: 
                   1551: 2016-11-07  moko
                   1552: 
                   1553:        * tests/: 362.html, results/362.processed: test for
                   1554:          xsltParseStylesheetDoc caching as xsl modification after it added
                   1555:          (related to bug #1108)
                   1556: 
                   1557:        * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
                   1558:          result now cached as xdoc is modified after it (fixes bug #1108)
                   1559: 
                   1560: 2016-11-06  moko
                   1561: 
                   1562:        * src/types/pa_vxdoc.h: whitespace
                   1563: 
                   1564: 2016-11-05  moko
                   1565: 
                   1566:        * src/types/pa_vmethod_frame.h: cleanup
                   1567: 
                   1568: 2016-11-03  moko
                   1569: 
                   1570:        * tests/results/244.processed: more correct exception after method
                   1571:          frames separation
                   1572: 
                   1573:        * src/types/pa_vmethod_frame.h: minor optimizaion
                   1574: 
                   1575:        * src/types/pa_method.h: optimization: params_count added
                   1576: 
                   1577:        * src/: classes/json.C, classes/op.C, classes/reflection.C,
                   1578:          include/pa_request.h, main/execute.C, main/pa_request.C,
                   1579:          types/pa_value.C, types/pa_vmethod_frame.C,
                   1580:          types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
                   1581:          VMethodFrame now divided into VNativeMethodFrame,
                   1582:          VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
                   1583:          EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
                   1584:          and used (related to feature #1104)
                   1585: 
                   1586: 2016-11-02  moko
                   1587: 
                   1588:        * src/: classes/bool.C, classes/curl.C, classes/date.C,
                   1589:          classes/double.C, classes/file.C, classes/hash.C,
                   1590:          classes/hashfile.C, classes/image.C, classes/inet.C,
                   1591:          classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
                   1592:          classes/memcached.C, classes/op.C, classes/reflection.C,
                   1593:          classes/regex.C, classes/string.C, classes/table.C,
                   1594:          classes/xdoc.C, classes/xnode.C, include/pa_request.h,
                   1595:          main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
                   1596:          r.write (implements feature #1091)
                   1597: 
                   1598:        * src/main/execute.C: cleanup (related to feature #1104)
                   1599: 
                   1600:        * src/: include/pa_request.h, main/execute.C,
                   1601:          types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
                   1602:          added, in_expression removed (implements feature #1104)
                   1603: 
                   1604: 2016-10-31  moko
                   1605: 
                   1606:        * src/types/pa_value.C: whitespace
                   1607: 
                   1608: 2016-10-28  moko
                   1609: 
                   1610:        * tests/results/244.processed: updated after error reporting fixed
                   1611:          in pa_wcontext.C
                   1612: 
                   1613:        * src/types/pa_wcontext.C: error reporting fixed
                   1614: 
                   1615:        * src/types/pa_wcontext.h: whitespace
                   1616: 
                   1617:        * src/classes/image.C: not fully readed entries are no longer
                   1618:          processed (fixes bug #1106)
                   1619: 
                   1620: 2016-10-26  moko
                   1621: 
                   1622:        * src/classes/image.C: whitespace
                   1623: 
                   1624:        * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
                   1625:          types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
                   1626:          types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
                   1627:          longer required (related to feature #1091)
                   1628: 
                   1629:        * tests/results/: 264.processed, 350.processed: test results update
                   1630:          reverted (whitespace optimization) after write_no_lang removed :)
                   1631:          (related to feature #1091)
                   1632: 
                   1633:        * src/: classes/file.C, classes/hash.C, classes/op.C,
                   1634:          classes/string.C, classes/table.C, classes/void.C,
                   1635:          classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
                   1636:          types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
                   1637:          equal write_pass_lang (related to feature #1091)
                   1638: 
                   1639:        * tests/results/: 264.processed, 350.processed: test results
                   1640:          updated (whitespace optimization) after write_assign_lang removed
                   1641:          (related to feature #1091)
                   1642: 
                   1643:        * tests/: 361.html, results/361.processed: test for non-string
                   1644:          ^untaint added (related to feature #1091)
                   1645: 
                   1646:        * src/: classes/curl.C, classes/date.C, classes/file.C,
                   1647:          classes/hash.C, classes/op.C, classes/string.C,
                   1648:          include/pa_request.h, main/execute.C: optimization:
                   1649:          write_assign_lang removed as not required (first part of feature
                   1650:          #1091 implementation)
                   1651: 
1.108     moko     1652: 2016-10-12  moko
                   1653: 
                   1654:        * tests/: 360.html, results/360.processed: more test code (related
                   1655:          to feature #1104)
                   1656: 
                   1657:        * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
                   1658:          include/pa_request.h, main/compile.y, main/execute.C: opcode
                   1659:          OP_PREPARE_TO_EXPRESSION removed as not required, optimized
                   1660:          WContext is next task (implements feature #1104)
                   1661: 
                   1662:        * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
                   1663:          / CO_WITHOUT_WCONTEXT
                   1664: 
                   1665:        * tests/: 360.html, results/360.processed: test for in expression
                   1666:          state (related to feature #1104)
                   1667: 
                   1668: 2016-10-11  moko
                   1669: 
                   1670:        * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
                   1671: 
                   1672:        * src/classes/op.C: default value removed from initializer
                   1673: 
                   1674:        * src/types/pa_vmemcached.C: FreeBSD 11 warning war
                   1675: 
                   1676:        * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
                   1677: 
                   1678: 2016-10-10  moko
                   1679: 
                   1680:        * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
                   1681:          $LOOP_LIMIT  -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
                   1682:          to feature #42)
                   1683: 
                   1684:        * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT  ->
                   1685:          $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
                   1686: 
                   1687: 2016-10-08  moko
                   1688: 
                   1689:        * src/classes/double.C: whitespace
                   1690: 
                   1691: 2016-10-07  moko
                   1692: 
                   1693:        * src/types/pa_vmethod_frame.h: reorder
                   1694: 
                   1695: 2016-10-06  moko
                   1696: 
                   1697:        * src/classes/date.C: typo
                   1698: 
                   1699:        * src/types/pa_vmethod_frame.h: whitespace + cleanup
                   1700: 
                   1701:        * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
                   1702:          classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
                   1703:          types/pa_vmethod_frame.h: params.get now returns Value&, not
                   1704:          Value*
                   1705: 
                   1706:        * src/types/pa_vmethod_frame.C: params.get should return Value&.
                   1707: 
                   1708:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
                   1709:          removed; first as_* code rewrite
                   1710: 
                   1711: 2016-10-05  moko
                   1712: 
                   1713:        * src/include/pa_request.h: whitespace
                   1714: 
                   1715:        * tests/: 359.html, results/359.processed: test for VCodeFrame and
                   1716:          intercept_string added (related to feature #1097)
                   1717: 
                   1718:        * src/: classes/image.C, classes/op.C, classes/table.C,
                   1719:          include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
                   1720:          optimization: intercept_string removed (implements feature #1097)
                   1721: 
                   1722:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
                   1723: 
                   1724:        * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
                   1725:          from VCodeFrame and WWrapper as not required
                   1726: 
                   1727: 2016-10-04  moko
                   1728: 
                   1729:        * src/: classes/curl.C, classes/date.C, classes/double.C,
                   1730:          classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
                   1731:          classes/int.C, classes/json.C, classes/op.C,
                   1732:          classes/reflection.C, classes/string.C, classes/table.C,
                   1733:          include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
                   1734:          proces_to_value -> process after StringOrValue removed (related
                   1735:          to feature #1020)
                   1736: 
                   1737:        * src/classes/form.C: whitespace
                   1738: 
                   1739:        * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
                   1740: 
                   1741:        * tests/: 357.html, 358.html, results/357.processed,
                   1742:          results/358.processed, results/auto.p: test for @conf
                   1743:          $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
                   1744: 
                   1745: 2016-10-03  moko
                   1746: 
                   1747:        * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
                   1748:          types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
                   1749:          supported (implements feature #42)
                   1750: 
                   1751:        * src/types/pa_vregex.h: no reason for VRegex to be
                   1752:          is_evaluated_expr
                   1753: 
                   1754:        * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
                   1755:          (implements feature #1095)
                   1756: 
                   1757: 2016-10-01  moko
                   1758: 
                   1759:        * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
                   1760:          false by default (related to feature #1089)
                   1761: 
                   1762: 2016-09-30  moko
                   1763: 
                   1764:        * src/types/pa_wcontext.h: cleanup
                   1765: 
                   1766: 2016-09-29  moko
                   1767: 
                   1768:        * src/main/execute.C: whitespace
                   1769: 
                   1770:        * src/include/pa_request.h: whitespace
                   1771: 
                   1772:        * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
                   1773:          classes/op.C, classes/table.C, include/pa_request.h,
                   1774:          main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
                   1775:          types/pa_vobject.C, types/pa_wcontext.h: optimization:
                   1776:          StringOrValue removed as it just slows down and adds complexity
                   1777:          (implements feature #1020)
                   1778: 
                   1779: 2016-09-28  moko
                   1780: 
                   1781:        * tests/: 356.html, results/266.processed, results/321.processed,
                   1782:          results/356.processed: tests updated after name was added to
                   1783:          method_info hash, test for ^reflection:method_info[junction]
                   1784:          added (related to feature #1068)
                   1785: 
                   1786:        * src/classes/reflection.C: ^reflection:method_info[junction] now
                   1787:          supported, method name added to the resulting hash (implements
                   1788:          feature #1068)
                   1789: 
                   1790:        * tests/: 276.html, results/276.processed: more tests for
                   1791:          ^reflection:delete[]
                   1792: 
                   1793:        * src/classes/reflection.C: fixed bug then ^reflection:delete
                   1794:          didn't work on class and could damage native objects (like file)
                   1795: 
                   1796: 2016-09-26  moko
                   1797: 
                   1798:        * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
                   1799:          results/345.processed, results/346-curl.processed,
                   1800:          results/347-curl.processed, results/348.processed: numbers added
                   1801:          to simplify diff analysis
                   1802: 
                   1803:        * tests/: 352.html, results/352.processed: test result updated as
                   1804:          method name used
                   1805: 
                   1806:        * src/classes/reflection.C: method name used
                   1807: 
                   1808:        * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
                   1809:          its name
                   1810: 
                   1811:        * src/types/pa_method.h: whitespace
                   1812: 
                   1813:        * src/classes/reflection.C: both method and field with one name can
                   1814:          exist.
                   1815: 
                   1816:        * src/classes/reflection.C: ^reflection:mixin added (implements
                   1817:          feature #1089)
                   1818: 
                   1819:        * tests/: 355.html, results/355.processed: property appears in
                   1820:          derived class if added in base test added
                   1821: 
                   1822:        * src/types/pa_vstateless_class.h: get_method declaration +
                   1823:          whitespace
                   1824: 
                   1825:        * tests/: 354.html, results/354.processed: nice test from method
                   1826:          and property with one name in class added
                   1827: 
                   1828: 2016-09-23  moko
                   1829: 
                   1830:        * src/classes/reflection.C: ^reflection:method usage documented
                   1831: 
                   1832: 2016-09-22  moko
                   1833: 
                   1834:        * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
                   1835:          we use 'dynamic_cast' on polymorphic type 'Value'. Without it
                   1836:          compile warning and GPF occures on VS2003 (related to feature
                   1837:          #1087)
                   1838: 
                   1839:        * tests/: 350.html, results/350.processed: test added for
                   1840:          $.encloser[] support in ^table::create (related to feature #11)
                   1841: 
                   1842:        * src/classes/table.C: another minor fix (related to feature #11)
                   1843: 
1.107     moko     1844: 2016-09-21  moko
                   1845: 
                   1846:        * src/include/pa_config_fixed.h: vs2015 compilation fixes
                   1847: 
                   1848:        * src/: classes/curl.C, classes/file.C, classes/hash.C,
                   1849:          classes/json.C, classes/string.C, classes/table.C,
                   1850:          classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
                   1851:          main/pa_common.C, main/pa_http.C, main/pa_request.C,
                   1852:          main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
                   1853:          types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
                   1854:          pa_charsets, vs2015 warning war
                   1855: 
                   1856:        * src/classes/table.C: vs2015 warning war
                   1857: 
                   1858:        * src/types/pa_vdate.C: vs2015 warning war
                   1859: 
                   1860:        * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
                   1861: 
                   1862:        * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
                   1863:          -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
                   1864: 
                   1865:        * src/main/pa_common.C: vs2015 compilation fixes
                   1866: 
                   1867:        * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
                   1868:          vs2015 compilation fixes
                   1869: 
                   1870:        * src/main/pa_charset.C: vs2015 warning war
                   1871: 
                   1872:        * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
                   1873: 
                   1874:        * src/main/pa_charset.C: vs2015 warning war
                   1875: 
                   1876:        * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
                   1877: 
                   1878:        * src/types/pa_vdate.C: vs2015 compilation fix
                   1879: 
                   1880:        * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
                   1881: 
                   1882:        * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
                   1883:          VS2015 compilation fixes
                   1884: 
                   1885:        * src/classes/table.C: minor fix (related to feature #11)
                   1886: 
                   1887:        * tests/results/282.processed: no longer skipping extra enclosers
                   1888:          (related to feature #11)
                   1889: 
                   1890:        * src/classes/table.C: minor fix + no longer skipping extra
                   1891:          enclosers (related to feature #11)
                   1892: 
                   1893:        * src/classes/table.C: minor optimization (related to feature #11)
                   1894: 
                   1895:        * src/classes/table.C: minor fix and optimization (related to
                   1896:          feature #11)
                   1897: 
                   1898: 2016-09-20  moko
                   1899: 
                   1900:        * tests/: 353.html, results/353.processed: test for
                   1901:          PC.cclass->is_vars_local() check in one_big_piece in ^process[]
                   1902:          added (related to bug #1090)
                   1903: 
                   1904:        * src/main/compile.y: PC.cclass->is_vars_local() check added for
                   1905:          one_big_piece (fixes bug #1090)
                   1906: 
                   1907:        * tests/: 229.html, results/229.processed: code coverage tests
                   1908: 
                   1909:        * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
                   1910:          body) was called
                   1911: 
                   1912:        * src/classes/op.C: whitespace
                   1913: 
                   1914:        * tests/: 323.html, results/323.processed: test for code junction
                   1915:          should not be returned by ^reflection:class, ^reflection:base
                   1916: 
                   1917:        * src/classes/reflection.C: bugfix: code junction should not be
                   1918:          returned by ^reflection:class, ^reflection:base
                   1919: 
                   1920:        * tests/: 323.html, 352.html, results/352.processed: no more
                   1921:          exception for ^reflection:method[class;no-such-method] (related
                   1922:          to feature #1087)
                   1923: 
                   1924:        * src/classes/reflection.C:
                   1925:          ^reflection:method[class;no-such-method] : exception -> void
                   1926:          (related to feature #1087)
                   1927: 
                   1928:        * src/include/pa_request.h: request::write_value added to allow
                   1929:          write value without convertion (related to issue #1091)
                   1930: 
                   1931: 2016-09-19  moko
                   1932: 
                   1933:        * src/main/pa_random.C: windows build fix
                   1934: 
                   1935:        * src/types/pa_vhash.h: warning war
                   1936: 
                   1937: 2016-09-14  moko
                   1938: 
                   1939:        * tests/: 352.html, 552.html, results/352.processed,
                   1940:          results/552.processed: test for ^reflection:method[] extension
                   1941:          added (related to feature #1087)
                   1942: 
                   1943:        * tests/: 552.html, results/552.processed: test for
                   1944:          ^reflection:method[] extension added (related to feature #1087)
                   1945: 
                   1946:        * src/classes/reflection.C: compatibility issue fixed, VClass
                   1947:          dynamic_cast check added (related to feature #1087)
                   1948: 
                   1949:        * tests/: 351.html, results/351.processed: test for @auto[]
                   1950:          inheritance bug diring ^process[] added (related to bug #1088)
                   1951: 
                   1952:        * src/: classes/op.C, main/pa_request.C,
                   1953:          types/pa_vstateless_class.C: set_method now checks for @auto[] to
                   1954:          disable it inheritance during ^process (fixes bug #1088)
                   1955: 
                   1956:        * src/classes/reflection.C: ^reflection:method[$class:method;$self]
                   1957:          added (implements feature #1087)
                   1958: 
                   1959: 2016-09-13  moko
                   1960: 
                   1961:        * tests/: 349.html, results/auto.p: test for objects prototyping
                   1962:          added and $OBJECT-PROTOTYPE(false) is used for old tests (related
                   1963:          to feature #1086)
                   1964: 
                   1965:        * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
                   1966:          types/pa_vobject.C: objects now are not class instances, but have
                   1967:          class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
                   1968:          in @conf (implements feature #1086)
                   1969: 
                   1970: 2016-09-08  moko
                   1971: 
                   1972:        * src/: classes/file.C, classes/mail.C, classes/string.C,
                   1973:          classes/table.C, main/pa_http.C, main/pa_string.C,
                   1974:          include/pa_string.h: cleanup: string::split limit argument
                   1975:          removed as no longer required, pos_after no longer reference
                   1976:          (related to feature #11)
                   1977: 
                   1978:        * src/classes/table.C, tests/results/348.processed: now exception
                   1979:          is rised when invalid option is passed to ^table::create[]
                   1980: 
                   1981:        * tests/: 282.cfg, 282.html, results/282.processed: more code
                   1982:          coverage tests
                   1983: 
                   1984:        * tests/: 348.html, results/348.processed: code coverage tests
                   1985:          added
                   1986: 
                   1987:        * tests/: 348.html, results/348.processed: generic ^table::create[]
                   1988:          tests
                   1989: 
                   1990:        * tests/: 035.html, results/035.processed, results/272.processed:
                   1991:          tests updated after $.encloser[] support for ^table::create
                   1992:          implementation (related to feature #11)
                   1993: 
                   1994:        * src/classes/table.C: $.encloser[] support for ^table::create
                   1995:          finally added (implements feature #11)
                   1996: 
                   1997: 2016-09-07  moko
                   1998: 
                   1999:        * src/include/pa_string.h: added StringSplitHelper as friend
                   2000:          (related to feature #11)
                   2001: 
                   2002:        * src/include/pa_string.h: body and langs now protected, not
                   2003:          private to allow inheritance (related to feature #11)
                   2004: 
                   2005:        * src/classes/table.C: lsplit optimized before cloning for
                   2006:          ^table::create with $.encloser[] (related to feature #11)
                   2007: 
                   2008:        * src/classes/table.C: optimizaion: TableControlChars.separators
                   2009:          added and used (related to feature #11)
                   2010: 
                   2011:        * src/classes/table.C: spelling:
                   2012: 
                   2013:          TableSeparators -> TableControlChars column -> separator
                   2014:          separators -> control_chars
                   2015: 
                   2016: 2016-09-06  moko
                   2017: 
                   2018:        * src/main/pa_string.C: whitespace
                   2019: 
                   2020:        * src/main/pa_string.C: whitespace
                   2021: 
                   2022: 2016-09-01  moko
                   2023: 
                   2024:        * tests/: 347-curl.html, results/347-curl.processed: to make tests
                   2025:          results OS-independent
                   2026: 
                   2027:        * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
                   2028:          compiler (related to feature #1042)
                   2029: 
                   2030: 2016-08-15  moko
                   2031: 
                   2032:        * src/include/pa_string.h: whitespace
                   2033: 
                   2034:        * src/classes/table.C: whitespace
                   2035: 
1.106     moko     2036: 2016-08-05  moko
                   2037: 
                   2038:        * tests/: 344.html, results/344.processed: test for
                   2039:          ^hash::create[$file] added (related to feature #1075)
                   2040: 
                   2041:        * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
                   2042:          supported (implements feature #1075)
                   2043: 
                   2044: 2016-08-04  moko
                   2045: 
                   2046:        * tests/: 341.html, results/341.processed: more code coverage tests
                   2047: 
                   2048:        * tests/: 346-curl.html, results/346-curl.processed: more code
                   2049:          coverage tests for curl
                   2050: 
                   2051:        * tests/: 346-curl.html, results/346-curl.processed: more code
                   2052:          coverage tests for curl
                   2053: 
                   2054:        * tests/: 223-curl.html, 223.html, results/223-curl.processed,
                   2055:          results/223.processed: code coverage tests: $.form[ $.table[] ]
                   2056:          test added
                   2057: 
                   2058:        * tests/: 223-curl.html, results/223-curl.processed: more code
                   2059:          coverage tests for curl
                   2060: 
                   2061: 2016-08-03  moko
                   2062: 
                   2063:        * src/classes/curl.C: dlink(curl_library) now called not once, but
                   2064:          until it will be loaded, allowing to find existing library.
                   2065: 
                   2066:        * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
                   2067:          results/347-curl.processed: more code coverage tests for curl
                   2068: 
                   2069:        * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
                   2070:          results/339-curl.processed, results/346-curl.processed: curl
                   2071:          functionality tests
                   2072: 
                   2073: 2016-08-02  moko
                   2074: 
                   2075:        * tests/: 339.html, results/339.processed: test for tables in
                   2076:          ^file:load[] and ^curl:load[] (commented) added (related to
                   2077:          feature #1042)
                   2078: 
                   2079:        * tests/: 345.html, results/345.processed: code coverage tests for
                   2080:          file class
                   2081: 
                   2082:        * tests/: 344.html, results/344.processed: code coverage tests
                   2083: 
                   2084:        * tests/: 344.html, results/344.processed: mdate removed from
                   2085:          output
                   2086: 
                   2087:        * src/classes/file.C: minor bugfix: is_text should be taked from
                   2088:          fcontent.is_text_mode() if not set (related to feature #1061)
                   2089: 
                   2090:        * tests/: 344.html, results/344.processed: more tests
                   2091: 
                   2092:        * tests/: 343.html, 344.html, results/343.processed,
                   2093:          results/344.processed: tests for ^file::create[ $.from-charset
                   2094:          and $.to-charset ] (related to feature #1061)
                   2095: 
                   2096:        * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
                   2097:          aset_text_mode argument optimized
                   2098: 
                   2099:        * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
                   2100:          checkBOM now used in detect_binary_content (related to feature
                   2101:          #1061)
                   2102: 
                   2103:        * src/main/pa_request.C: load_charset no longer required to_upper
                   2104: 
                   2105:        * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
                   2106:          preserves original file mode (if no $.mode specified)
                   2107: 
                   2108:        * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
                   2109:          ^file::create now supports $.from-charset[] and $.to-charset
                   2110:          options (implements feature #1061), automatic transcode is done
                   2111:          if text file is created from binary file and charset is detected.
                   2112: 
                   2113: 2016-07-30  moko
                   2114: 
                   2115:        * src/classes/table.C: ^t.hash[..;] now supported (related to
                   2116:          feature #1057)
                   2117: 
                   2118:        * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
                   2119:          added (related to feature #1057)
                   2120: 
                   2121:        * tests/: 286.html, results/286.processed: code tests coverage
                   2122: 
                   2123: 2016-07-29  moko
                   2124: 
                   2125:        * src/classes/table.C: table size should be checked inside menu and
                   2126:          foreach (related to feature #858)
                   2127: 
                   2128:        * src/: classes/curl.C, classes/file.C, classes/string.C,
                   2129:          classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
                   2130:          main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
                   2131:          types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
                   2132:          charsets.get now does str_upper inside (related to feature #1061)
                   2133: 
                   2134:        * tests/: 342.html, results/342.processed: more code coverage tests
                   2135: 
                   2136:        * tests/: 342.html, outputs/342.processed: table menu code coverage
                   2137:          + foreach test added (related to feature #858)
                   2138: 
                   2139:        * tests/: 341.html, results/341.processed: tests for
                   2140:          ^table.hash[]{code} added + code coverage tests (related to
                   2141:          feature #1057)
                   2142: 
                   2143:        * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
                   2144:          value} support (implements feature #1057)
                   2145: 
                   2146:        * src/classes/table.C: whitespace
                   2147: 
                   2148: 2016-07-28  moko
                   2149: 
                   2150:        * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
                   2151:          from URL, if not specified query string removed from url-based
                   2152:          filenames in ^curl:load[] and ^file::load[] (related to feature
                   2153:          #1042)
                   2154: 
                   2155: 2016-07-27  moko
                   2156: 
                   2157:        * tests/: 340.html, results/340.processed: test for
                   2158:          transcode_text_result=false added (related to issue #1042)
                   2159: 
                   2160: 2016-07-26  moko
                   2161: 
                   2162:        * src/types/pa_vfile.C: file name should not be empty (if file path
                   2163:          is folder and ends with /) (related to feature #1042)
                   2164: 
                   2165:        * src/main/pa_http.C: whitespace optimizaion
                   2166: 
                   2167:        * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
                   2168:          main/pa_common.C, main/pa_http.C: ^curl:load[] now support
                   2169:          multiple headers, ^file::load supports headers transcoding
                   2170:          (implements feature #1042)
                   2171: 
                   2172: 2016-07-25  moko
                   2173: 
                   2174:        * src/include/pa_common.h: PA_DEFAULT added
                   2175: 
                   2176: 2016-07-22  moko
                   2177: 
                   2178:        * tests/: 338.html, results/338.processed: test for
                   2179:          $date.field(value) added (related to feature #1066)
                   2180: 
                   2181:        * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
                   2182:          $date.field(value) now supported for y/m/d/h/m/s (implements
                   2183:          feature #1066)
                   2184: 
1.105     moko     2185: 2016-07-21  moko
                   2186: 
                   2187:        * src/: classes/file.C, classes/image.C, include/pa_common.h,
                   2188:          main/pa_common.C: pa_common.h: File_read_action: fname, as_text
                   2189:          arguments removed; image.C - absolute path shown in exception
                   2190:          (implements feature #1071)
                   2191: 
                   2192:        * tests/: 235.html, results/235.processed: test and test result
                   2193:          updated after static boundary in mail and Errors-To: mail header
                   2194:          removed (related to feature #1047)
                   2195: 
                   2196:        * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
                   2197:          main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
                   2198:          used, static boundary in mail removed, Errors-To: mail header
                   2199:          removed (implements feature #1047)
                   2200: 
                   2201: 2016-07-20  moko
                   2202: 
                   2203:        * src/: classes/reflection.C, types/pa_vstateless_class.h:
                   2204:          equest.classes(): Value -> VStateless_class, part 3 (related to
                   2205:          issue #1051)
                   2206: 
                   2207:        * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
                   2208:          request.classes(): Value -> VStateless_class, part 2 (related to
                   2209:          issue #1051)
                   2210: 
                   2211:        * tests/results/: 224.processed, 323.processed: classes without
                   2212:          methods should not be methoded (related to issue #1051)
                   2213: 
                   2214:        * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
                   2215:          main/compile_tools.h, main/pa_request.C: request.classes(): Value
                   2216:          -> VStateless_class, part 1 (related to issue #1051)
                   2217: 
                   2218:        * tests/: 337.html, results/337.processed: test for
                   2219:          ^reflection:fields_reference[] and VHashReference class added
                   2220:          (related to feature #1072)
                   2221: 
                   2222:        * src/: classes/hash.C, classes/json.C, classes/reflection.C,
                   2223:          types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
                   2224:          and VHashReference added, allowing ^reflection:fields_reference[]
                   2225:          implementation (closes feature #1072)
                   2226: 
                   2227: 2016-07-19  moko
                   2228: 
                   2229:        * tests/: 323.html, results/323.processed: we want to see
                   2230:          "methoded"
                   2231: 
                   2232:        * tests/: 336.html, results/336.processed: test for $BASE:property
                   2233:          and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
                   2234:          #1059)
                   2235: 
                   2236:        * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
                   2237:          types/pa_vstateless_class.h, types/pa_wcontext.h: no more
                   2238:          somebody_entered_some_class, $BASE:property works again,
                   2239:          ^BASE:method[] bugs fixed (fixes bug #1059)
                   2240: 
                   2241: 2016-07-14  moko
                   2242: 
                   2243:        * tests/: 335.html, results/335.processed: test for feature #1055
                   2244:          added
                   2245: 
                   2246:        * src/classes/hash.C: bugfix: $._default was not copied if empty
                   2247:          feature: ^hash.contains[_default] added (implements feature
                   2248:          #1055)
                   2249: 
                   2250: 2016-07-13  moko
                   2251: 
                   2252:        * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
                   2253:          should not call @autouse (http://www.parser.ru/forum/?id=83480)
                   2254: 
                   2255: 2016-07-05  moko
                   2256: 
                   2257:        * src/classes/hash.C: Optimization: HashStringValue::Iterator used
                   2258:          in ^hash.foreach (related to feature #1073)
                   2259: 
                   2260: 2016-07-04  moko
                   2261: 
                   2262:        * tests/: 134.html, 281.html, results/134.processed,
                   2263:          results/281.processed: tests updated after hash blocking removed
                   2264:          (related to feature #1073)
                   2265: 
                   2266:        * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
                   2267:          no longer blocks on change during foreach (implements feature
                   2268:          #1073)
                   2269: 
                   2270: 2016-06-17  moko
                   2271: 
                   2272:        * tests/: 330.html, results/330.processed: try exception source
                   2273:          test added (related to bug in #1062)
                   2274: 
                   2275:        * tests/: 334.html, results/334.processed: Exception stack trace
                   2276:          test added (related to bug in $1062)
                   2277: 
                   2278:        * src/classes/op.C: Exception trace now correctly restored and
                   2279:          errors reported (related to bug #1062)
                   2280: 
1.104     moko     2281: 2016-05-25  moko
                   2282: 
                   2283:        * src/main/compile.y: minor cleanup + beauty
                   2284: 
                   2285: 2016-05-24  moko
                   2286: 
                   2287:        * tests/: 333.html, results/333.processed: more exceptions testing
                   2288: 
                   2289:        * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
                   2290:          _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
                   2291:          features #1056, #1026)
                   2292: 
                   2293:        * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
                   2294:          types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
                   2295:          types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
                   2296:          (implements feature #1056)
                   2297: 
                   2298:        * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
                   2299:          main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
                   2300:          types/pa_vstateless_class.C, types/pa_vstateless_class.h:
                   2301:          CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
                   2302:          feature #1026)
                   2303: 
                   2304:        * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
                   2305:          main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
                   2306:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
                   2307:          have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
                   2308:          LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
                   2309:          feature #1026)
                   2310: 
                   2311:        * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
                   2312:          main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
                   2313:          types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
                   2314:          SYMBOLS_CACHING define implemented (related to feature #1026)
                   2315: 
                   2316:        * src/main/main.vcproj: + ps_symbols
                   2317: 
                   2318:        * src/: include/Makefile.am, include/pa_string.h,
                   2319:          include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
                   2320:          main/compile.y, main/compile_tools.C, main/pa_symbols.C,
                   2321:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   2322:          types/pa_vstateless_class.C: initial implementation for symbols
                   2323:          cache (related to feature #1026)
                   2324: 
                   2325:        * src/: include/pa_common.h, main/pa_http.C: minor cleanup
                   2326: 
                   2327:        * src/main/pa_globals.C: minor cleanup
                   2328: 
                   2329: 2016-05-19  moko
                   2330: 
                   2331:        * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
                   2332:          (related to feature #1046)
                   2333: 
                   2334:        * tests/: 331.html, results/331.processed: test for
                   2335:          BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
                   2336:          (related to feature #1051)
                   2337: 
                   2338:        * src/main/compile.y:
                   2339:          BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
                   2340:          (implements feature #1054)
                   2341: 
                   2342: 2016-05-18  moko
                   2343: 
                   2344:        * src/types/pa_vtable.C, tests/results/324.processed: no more
                   2345:          "column not found" exception for ^table.no-such-method[] (related
                   2346:          to feature #1046)
                   2347: 
                   2348:        * tests/: 261.html, results/261.processed: test added and updated
                   2349:          after feature #1046 implementation
                   2350: 
                   2351:        * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
                   2352:          types/pa_vvoid.h: $string.anything works for whitespace strings,
                   2353:          ^string.contains added for hash compatibility, $string.method no
                   2354:          longer returns stting method (implements feature #1046)
                   2355: 
                   2356: 2016-05-12  moko
                   2357: 
                   2358:        * src/classes/curl.C: content-type response header no longer
                   2359:          ignored (fixes issue #1045)
                   2360: 
                   2361:        * tests/: 330.html, results/330.processed: test for incomplete
                   2362:          finally execution when break occures added (related to issue
                   2363:          #1077)
                   2364: 
                   2365:        * src/classes/op.C: bugfix: Request::skip reset is called before
                   2366:          executing catch and finally code (fixes issue #1062)
                   2367: 
                   2368: 2016-05-11  moko
                   2369: 
                   2370:        * tests/: 329.html, results/329.processed: test for invalid
                   2371:          ^break[] behavour added (bug #1077)
                   2372: 
                   2373:        * src/classes/op.C: try_catch code cleanup (related to bug #1062)
                   2374: 
                   2375: 2016-04-24  moko
                   2376: 
                   2377:        * src/types/pa_vstateless_class.h: warning war
                   2378: 
                   2379: 2016-04-17  moko
                   2380: 
                   2381:        * tests/: 328.html, results/328.processed: test for
                   2382:          ^break(condition) and ^continue(condition) (related to feature
                   2383:          #1063)
                   2384: 
                   2385:        * src/classes/op.C: ^break(condition) and ^continue(condition)
                   2386:          implemented (feature #1063)
                   2387: 
                   2388: 2016-04-12  moko
                   2389: 
                   2390:        * tests/results/280.processed: ordered hash now used for class
                   2391:          methods and properties (test results updated for feature #1069)
                   2392: 
                   2393:        * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
                   2394:          to xdoc.C as under FreeBSD it was inited after and inheritance
                   2395:          failed (related to issue #1051)
                   2396: 
                   2397:        * tests/: 320.html, results/320.processed: xdoc and xnode methods
                   2398:          are printed to check inheritance (related to feature #1051)
                   2399: 
1.103     moko     2400: 2016-04-09  moko
                   2401: 
                   2402:        * tests/results/320.processed: ordered hash now used for class
                   2403:          methods and properties (test results updated for feature #1069)
                   2404: 
                   2405:        * src/types/pa_vstateless_class.h: ordered hash now used for class
                   2406:          methods and properties (implements feature #1069)
                   2407: 
                   2408:        * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
                   2409:          pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
                   2410:          OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
                   2411:          feature #1051)
                   2412: 
                   2413: 2016-04-07  moko
                   2414: 
                   2415:        * src/main/execute.C: returned Value in .CLASS case for VJunction
                   2416:          (related to feature #1051)
                   2417: 
                   2418:        * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
                   2419:          pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
                   2420:          string constants deduplication (related to feature #1051)
                   2421: 
                   2422:        * tests/results/224.processed: test result updated (related to
                   2423:          feature #1051)
                   2424: 
                   2425:        * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
                   2426:          types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
                   2427:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
                   2428:          types/pa_vstatus.h: classes hash now contains only
                   2429:          VStateless_class derived objects, .CLASS is also allways
                   2430:          VStateless_class derived object (related to feature #1051).
                   2431: 
                   2432: 2016-04-06  moko
                   2433: 
                   2434:        * tests/results/323.processed: test result updated after feature
                   2435:          #1051 implementation
                   2436: 
                   2437:        * src/: classes/classes.h, classes/op.C, classes/response.C,
                   2438:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   2439:          main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
                   2440:          types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
                   2441:          types/pa_vresponse.C, types/pa_vresponse.h,
                   2442:          types/pa_vstateless_class.h: base -> methoded_donor for static
                   2443:          classes, type() moved from VStateless_class to VClass and
                   2444:          Methoded (implements feature #1051)
                   2445: 
                   2446: 2016-04-04  moko
                   2447: 
                   2448:        * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
                   2449:          beauty: put_class added (related to feature #1051)
                   2450: 
                   2451: 2016-04-01  moko
                   2452: 
                   2453:        * tests/results/: 175.processed, 192.processed, 224.processed,
                   2454:          229.processed, 244.processed, 246.processed, 316.processed: test
                   2455:          results updated as class.type() removed from error messages, only
                   2456:          type() left (related to feature #1051)
                   2457: 
                   2458:        * src/: classes/classes.C, classes/classes.h, classes/mail.C,
                   2459:          classes/op.C, classes/reflection.C, main/compile.y,
                   2460:          main/compile_tools.h, main/execute.C, main/pa_request.C,
                   2461:          types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
                   2462:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   2463:          types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
                   2464:          from VStateless_class, type() is used instead (related to feature
                   2465:          #1051)
                   2466: 
                   2467:        * src/classes/mail.C: old logic restored.
                   2468: 
                   2469:        * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
                   2470:          classes/classes.h, classes/curl.C, classes/date.C,
                   2471:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   2472:          classes/hashfile.C, classes/image.C, classes/inet.C,
                   2473:          classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
                   2474:          classes/memcached.C, classes/memory.C, classes/reflection.C,
                   2475:          classes/regex.C, classes/response.C, classes/string.C,
                   2476:          classes/table.C, classes/xdoc.C, classes/xnode.C,
                   2477:          types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
                   2478:          types/pa_vmemory.h: optimizaion: *_base_class removed (related to
                   2479:          feature #1051)
                   2480: 
                   2481: 2016-03-30  moko
                   2482: 
                   2483:        * tests/: 327.html, results/224.processed, results/327.processed:
                   2484:          test for TZ specification in ^date::create[], TZ is kept during
                   2485:          ^date::create[$dt] (related to feature #1048)
                   2486: 
                   2487:        * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
                   2488:          ^date::create[], TZ is kept during ^date::create[$dt] (implements
                   2489:          feature #1048)
                   2490: 
                   2491: 2016-03-29  moko
                   2492: 
                   2493:        * tests/: 315.html, results/315.processed: test for timezone format
                   2494:          +HHmm added (related to feature #1065)
                   2495: 
                   2496:        * src/classes/date.C: timezone format +HHmm now supported
                   2497:          (implements feature #1065)
                   2498: 
                   2499: 2016-03-28  moko
                   2500: 
                   2501:        * tests/: 202.html, results/131.processed, results/202.processed,
                   2502:          results/224.processed, results/256.processed,
                   2503:          results/315.processed: test results updated after %.2d now
                   2504:          default for hours offset in iso-string (was %2d), test for
                   2505:          ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
                   2506:          added (related to feature #1065)
                   2507: 
                   2508: 2016-03-27  moko
                   2509: 
                   2510:        * src/types/pa_vdate.C: '+' sign for zero offset (related to
                   2511:          feature #1065)
                   2512: 
                   2513:        * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
                   2514:          ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
                   2515:          added (implements feature #1065)
                   2516: 
                   2517: 2016-03-24  moko
                   2518: 
                   2519:        * tests/: 202.html, results/202.processed: test $date.week added
                   2520:          (related to bug #1067)
                   2521: 
                   2522:        * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
                   2523:          date (fix for bug #1067)
                   2524: 
                   2525: 2016-03-10  moko
                   2526: 
                   2527:        * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
                   2528: 
1.102     moko     2529: 2015-12-07  moko
                   2530: 
                   2531:        * tests/: 326.html, results/326.processed: test for .CLASS &
                   2532:          .CLASS_NAME optimization added (related to feature #844)
                   2533: 
                   2534: 2015-11-17  moko
                   2535: 
                   2536:        * tests/: 323.html, results/323.processed: order added
                   2537: 
                   2538:        * tests/: 325.html, results/325.processed: double range test added
                   2539:          (related to bug #1049)
                   2540: 
                   2541: 2015-11-16  moko
                   2542: 
                   2543:        * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
                   2544:          added to disallow NaN and Infinity (fixes bug #1049)
                   2545: 
                   2546: 2015-11-11  moko
                   2547: 
                   2548:        * tests/324.html: parser 3.4.3 execution support added (related to
                   2549:          feature #1017)
                   2550: 
                   2551:        * tests/: 324.html, results/324.processed: test for
                   2552:          GET_ELEMENT4CALL feature added (feature #1017)
                   2553: 
1.101     moko     2554: 2015-10-29  moko
                   2555: 
                   2556:        * operators.txt: updated for 3.4.4
                   2557: 
                   2558:        * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
                   2559: 
                   2560:        * src/main/pa_exec.C: get_exit_status implemented for Windows
                   2561:          (related to bug #1043)
                   2562: 
                   2563: 2015-10-28  moko
                   2564: 
                   2565:        * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
                   2566:          hangup during ^file::exec (fixes bug #1043)
                   2567: 
1.100     moko     2568: 2015-10-27  moko
                   2569: 
                   2570:        * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
                   2571: 
1.99      moko     2572: 2015-10-26  moko
                   2573: 
1.100     moko     2574:        * tests/322.html, src/classes/reflection.C: arguments reorder
                   2575:          (related to issue #1041)
                   2576: 
                   2577:        * src/: classes/classes.awk, main/helpers/simple_folding.pl:
                   2578:          Copyright year updated
                   2579: 
1.99      moko     2580:        * src/: classes/bool.C, classes/classes.C, classes/classes.h,
                   2581:          classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
                   2582:          classes/form.C, classes/hash.C, classes/hashfile.C,
                   2583:          classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
                   2584:          classes/mail.C, classes/math.C, classes/memcached.C,
                   2585:          classes/memory.C, classes/op.C, classes/reflection.C,
                   2586:          classes/regex.C, classes/response.C, classes/string.C,
                   2587:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   2588:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   2589:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   2590:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   2591:          include/pa_dictionary.h, include/pa_dir.h,
                   2592:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   2593:          include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
                   2594:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                   2595:          include/pa_pool.h, include/pa_random.h, include/pa_request.h,
                   2596:          include/pa_request_charsets.h, include/pa_request_info.h,
                   2597:          include/pa_sapi.h, include/pa_socks.h,
                   2598:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   2599:          include/pa_stack.h, include/pa_string.h,
                   2600:          include/pa_stylesheet_connection.h,
                   2601:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   2602:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   2603:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   2604:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   2605:          lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
                   2606:          lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
                   2607:          lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
                   2608:          lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
                   2609:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   2610:          main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
                   2611:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
                   2612:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   2613:          main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
                   2614:          main/pa_os.C, main/pa_pool.C, main/pa_random.C,
                   2615:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   2616:          main/pa_string.C, main/pa_stylesheet_connection.C,
                   2617:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   2618:          main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
                   2619:          sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
                   2620:          targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
                   2621:          targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
                   2622:          targets/cgi/parser3.C, targets/isapi/pa_threads.C,
                   2623:          targets/isapi/parser3isapi.C, types/pa_junction.h,
                   2624:          types/pa_method.h, types/pa_property.h, types/pa_value.C,
                   2625:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                   2626:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   2627:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
                   2628:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
                   2629:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   2630:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
                   2631:          types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
                   2632:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   2633:          types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
                   2634:          types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
                   2635:          types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
                   2636:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   2637:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
                   2638:          types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   2639:          types/pa_vresponse.C, types/pa_vresponse.h,
                   2640:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   2641:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   2642:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   2643:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                   2644:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   2645:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   2646:          types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
                   2647: 
                   2648:        * src/targets/cgi/parser3.C: year updated
                   2649: 
                   2650:        * src/classes/reflection.C: VS2003 compatibility fixed (related to
                   2651:          issue #1041)
                   2652: 
                   2653:        * tests/: 323.html, results/323.processed: test for base classes
                   2654:          added
                   2655: 
                   2656:        * tests/: 261.html, results/261.processed: updated after better
                   2657:          error reporting done for $string.key exception
                   2658: 
                   2659:        * src/types/pa_vstring.h: better error report for $string.key
                   2660:          exception
                   2661: 
                   2662:        * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
                   2663:          copied as VObject::get_element4call to remove extra virtual call
                   2664: 
                   2665:        * tests/: 322.html, results/322.processed: test for
                   2666:          ^reflection:is[] added (related to feature #1041)
                   2667: 
                   2668:        * src/classes/reflection.C: ^reflection:is empty value is void
                   2669:          (related to feature #1041)
                   2670: 
                   2671:        * src/classes/reflection.C:
                   2672:          ^reflection:is[class_name|code|method;[context;]element_name]
                   2673:          added (implements feature #1041)
                   2674: 
                   2675: 2015-10-24  moko
                   2676: 
                   2677:        * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
                   2678: 
1.98      moko     2679: 2015-10-22  moko
                   2680: 
                   2681:        * tests/: 321.html, results/321.processed: test for
                   2682:          ^reflection:method_info[] file detection added
                   2683: 
                   2684:        * tests/: 320.html, results/320.processed: test for
                   2685:          ^reflection:class_by_name[class_name] added (related to feature
                   2686:          #993)
                   2687: 
                   2688:        * src/classes/reflection.C: ^reflection:class_by_name[class_name]
                   2689:          added (implements feature #993)
                   2690: 
                   2691:        * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
                   2692:          (related to feature #1017)
                   2693: 
                   2694:        * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
                   2695:          added (related to issue #1039)
                   2696: 
                   2697:        * src/main/pa_request.C: ^throw origin fixed (related to feature
                   2698:          #1039)
                   2699: 
                   2700:        * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
                   2701:          for VDate
                   2702: 
                   2703:        * tests/results/182.processed: updated after feature #1038
                   2704:          implemented
                   2705: 
                   2706:        * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
                   2707:          compile-time exception origin added (test for feature #1039)
                   2708: 
                   2709:        * src/: include/pa_request.h, main/compile.C, main/compile.y,
                   2710:          main/pa_request.C: exception unification: compile-time exceptions
                   2711:          now have origin, @USE origins also tracked (implements feature
                   2712:          #1039)
                   2713: 
                   2714: 2015-10-20  moko
                   2715: 
                   2716:        * src/main/pa_request.C: cleanup
                   2717: 
                   2718: 2015-10-15  moko
                   2719: 
                   2720:        * src/types/pa_vtable.C: defines fixed (related to feature #1017)
                   2721: 
                   2722:        * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
                   2723:          types/pa_vtable.C: new feature: no more $table.method and
                   2724:          $hash.method, aliases for _at, _count, _key (related to feature
                   2725:          #1017)
                   2726: 
1.97      moko     2727: 2015-10-14  moko
                   2728: 
1.98      moko     2729:        * tests/: 317.html, results/317.processed: test for
                   2730:          ^string.unescape[] added (related to feature #120)
                   2731: 
1.97      moko     2732:        * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
                   2733:          defined" bug (described in issue #1036)
                   2734: 
                   2735:        * tests/: 247.html, results/247.processed: test for checkBOM added
                   2736:          (test for bug #1037)
                   2737: 
                   2738:        * src/: include/pa_charsets.h, main/pa_charsets.C,
                   2739:          main/pa_common.C, main/pa_http.C: checkBOM detects charset if
                   2740:          it's not enforced, skips BOM signature if it complies charset
                   2741:          (fixes bug #1037)
                   2742: 
                   2743: 2015-10-13  moko
                   2744: 
                   2745:        * src/targets/cgi/parser3.vcproj: disabling buggy incremental
                   2746:          linking
                   2747: 
                   2748:        * src/classes/inet.C: vs2003 compilation fix
                   2749: 
                   2750:        * src/classes/math.C: warning war
                   2751: 
                   2752:        * src/lib/punycode/pa_punycode.c: warning war
                   2753: 
                   2754: 2015-10-12  moko
                   2755: 
                   2756:        * src/lib/punycode/pa_punycode.c: warning war
                   2757: 
                   2758:        * parser3.sln: moved parser3 first, to make it default startup
                   2759:          project
                   2760: 
                   2761:        * buildall: parser "mirror" now used for external libs sources
                   2762:          (implements feature #1036)
                   2763: 
                   2764:        * buildall: most external libs are updated to their current
                   2765:          versions (related to feature #1036)
                   2766: 
                   2767:        * src/classes/image.C: more tags added
                   2768: 
                   2769:        * src/: include/pa_memory.h, types/pa_vdate.C: warning war
                   2770: 
                   2771: 2015-10-11  moko
                   2772: 
                   2773:        * src/classes/curl.C: minor optimization (related to feature #1035)
                   2774: 
                   2775: 2015-10-09  moko
                   2776: 
                   2777:        * src/classes/curl.C: pa_strdup added for strings from curl
                   2778:          (related to feature #1035)
                   2779: 
                   2780:        * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
                   2781:          ULLONG_MAX definition
                   2782: 
                   2783:        * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
                   2784:          (implements feature #1035)
                   2785: 
                   2786:        * src/main/pa_charset.C: String::Body(String::C) used
                   2787: 
                   2788:        * src/main/pa_charset.C: exceptions unified
                   2789: 
                   2790:        * src/: include/pa_charset.h, main/pa_charset.C: declarations
                   2791:          unified
                   2792: 
                   2793:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   2794:          classes/op.C, classes/xdoc.C, classes/xnode.C,
                   2795:          include/pa_string.h, main/pa_request.C, main/pa_string.C,
                   2796:          types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
                   2797:          types/pa_vxdoc.C: explicit String::Body(char) calls removed;
                   2798:          String::Body(String::C) constructor added (related to bug #957)
                   2799: 
                   2800:        * src/classes/file.C: minor optimization
                   2801: 
                   2802:        * src/include/pa_hash.h: hash.get(char*) added, to minimize
                   2803:          Cord(char*) autocreation (related to bug #957)
                   2804: 
                   2805:        * src/: classes/string.C, main/untaint.C: minor optimizations
                   2806: 
                   2807:        * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
                   2808:          String(char*, Lang, length) removed, String(C(), Lang) used
                   2809:          instead (related to bug #957)
                   2810: 
                   2811: 2015-10-08  moko
                   2812: 
                   2813:        * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
                   2814:          lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
                   2815:          main/untaint.C: Now char * is converted to CORD only using
                   2816:          AS_CORD() to check for empty cord bug (fixes bug #957)
                   2817: 
                   2818:        * src/include/pa_hash.h: fixed compilation without
                   2819:          HASH_CODE_CACHING
                   2820: 
                   2821:        * src/classes/string.C:
                   2822:          ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
                   2823:          feature #120)
                   2824: 
                   2825:        * src/main/pa_common.C: reduce js flags checks count (related to
                   2826:          feature #120)
                   2827: 
1.96      moko     2828: 2015-10-07  moko
                   2829: 
                   2830:        * tests/: 275.html, results/275.processed: test modified after
                   2831:          unsigned long long int support implemented (feature #1034)
                   2832: 
                   2833:        * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
                   2834:          pa_atoul added for unsigned long long int support
                   2835: 
                   2836: 2015-10-06  moko
                   2837: 
                   2838:        * src/types/pa_vdate.C: INT_MAX used
                   2839: 
                   2840: 2015-10-03  moko
                   2841: 
                   2842:        * tests/: 302.html, results/302.processed: test for bug #1023
                   2843:          (\u2028, \u2029 escaping) added
                   2844: 
                   2845:        * src/main/untaint.C: \u2028, \u2029 are now escaped in
                   2846:          json:string[] (fixes bug #1023)
                   2847: 
                   2848: 2015-09-29  moko
                   2849: 
                   2850:        * tests/305.html: try-catch added for OS without ipv6 support
                   2851: 
                   2852:        * src/lib/json/pa_json.C: more unique prefixes for Solaris
                   2853:          compilation
                   2854: 
                   2855:        * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
                   2856:          main/execute.C, types/pa_value.h, types/pa_vhash.h,
                   2857:          types/pa_vtable.C, types/pa_vtable.h: get_element4call
                   2858:          implemented to distinguish ^hash.method from $hash.field
                   2859:          (implements feature #1017)
                   2860: 
                   2861:        * src/lib/punycode/pa_punycode.c: warning war
                   2862: 
                   2863:        * src/include/pa_config_includes.h: warning war
                   2864: 
                   2865:        * src/include/pa_config_includes.h: pragma warning actualized a bit
                   2866: 
                   2867:        * src/include/pa_config_includes.h: warning war
                   2868: 
                   2869:        * src/include/pa_hash.h: clang compilation fix
                   2870: 
                   2871: 2015-09-27  moko
                   2872: 
                   2873:        * src/main/compile.tab.C: Bison 3 is now default
                   2874: 
                   2875:        * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
                   2876: 
                   2877: 2015-09-25  moko
                   2878: 
                   2879:        * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
                   2880:          works with undefined HASH_ORDER (related to feature #196)
                   2881: 
                   2882: 2015-09-24  moko
                   2883: 
                   2884:        * tests/: 027.html, results/027.processed: test modified to test
                   2885:          ^hash.sort (feature #196)
                   2886: 
                   2887:        * src/: classes/hash.C, include/pa_hash.h:
                   2888:          ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
                   2889:          added (implements feature #196)
                   2890: 
                   2891:        * tests/: 316.html, results/316.processed: Added test for bug #1025
                   2892:          (exception handling in non-cached ^cache), plus for "it does not
                   2893:          have logical value" and "$exception.handled value must be either
                   2894:          boolean or string 'cache'" exceptions.
                   2895: 
                   2896:        * src/classes/op.C: ^cache: exceptions now handled in non-cached
                   2897:          code (fixes bug #1025)
                   2898: 
1.95      moko     2899: 2015-09-23  moko
                   2900: 
                   2901:        * src/classes/table.C: warning war
                   2902: 
                   2903:        * src/: classes/math.C, types/pa_vcookie.C: warning war
                   2904: 
                   2905:        * src/classes/file.C: warning war
                   2906: 
                   2907:        * src/: include/pa_table.h, main/pa_table.C: warning war
                   2908: 
                   2909:        * src/: main/pa_request.C, classes/date.C: warning war
                   2910: 
                   2911:        * src/: types/pa_vdate.C, classes/op.C: warning war
                   2912: 
                   2913:        * tests/: 122.html, results/122.processed: win sync: to remove
                   2914:          differences with OS that doesn't keep timezone change history
                   2915: 
                   2916:        * src/types/pa_vdate.C: tzset() should be called in Windows after
                   2917:          TZ change (related to feature #36)
                   2918: 
                   2919:        * tests/: 075.html, results/075.processed: win sync: to remove
                   2920:          differences with OS that doesn't keep timezone change history
                   2921: 
                   2922:        * tests/: 315.html, results/315.processed: win sync: to remove
                   2923:          differences with OS that doesn't keep timezone change history
                   2924: 
                   2925:        * tests/: 256.html, results/256.processed: win sync: to remove
                   2926:          differences with OS that doesn't keep timezone change history
                   2927: 
                   2928:        * tests/: 124.html, results/124.processed: win results sync: to
                   2929:          avoid hitting time change hole.
                   2930: 
                   2931:        * src/types/pa_vdate.C: static returned. :)
                   2932: 
                   2933: 2015-09-22  moko
                   2934: 
                   2935:        * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
                   2936: 
                   2937:        * tests/results/131.processed: more tests for feature #1032
                   2938: 
                   2939:        * src/classes/date.C: minor fix related to feature #1032
                   2940: 
                   2941:        * operators.txt: ISO date creation documented (related to feature
                   2942:          #1032)
                   2943: 
                   2944:        * operators.txt: iso-string documented (related to feature #1032)
                   2945: 
                   2946:        * tests/: 315.html, results/315.processed: more tests added
                   2947:          (related to feature #1032)
                   2948: 
                   2949:        * tests/: 131.html, results/131.processed: date range checks
                   2950:          updated (related to feature #36)
                   2951: 
                   2952:        * tests/: 315.html, results/057.processed, results/315.processed:
                   2953:          test added for ISO date support (related to issue #315)
                   2954: 
                   2955:        * src/classes/date.C: more readable exceptions in date creation
                   2956:          (related to ticket #1032)
                   2957: 
                   2958: 2015-09-18  moko
                   2959: 
                   2960:        * tests/: 202.html, results/202.processed: ^date.iso-string[] check
                   2961:          added (related to issue #1032)
                   2962: 
                   2963:        * tests/results/256.processed, src/classes/json.C: iso-string
                   2964:          documented (related to issue #1032)
                   2965: 
                   2966:        * tests/: 256.html, results/256.processed: ISO date check added
                   2967:          (related to issue #1032)
                   2968: 
                   2969:        * tests/: 057.html, results/057.processed, results/224.processed:
                   2970:          tests results updated after ISO date support implemented (related
                   2971:          to feature #1032)
                   2972: 
                   2973:        * src/: classes/date.C, classes/image.C, types/pa_value.h,
                   2974:          types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
                   2975:          ^date::create[string] constructor formalized, ^date.iso-string[]
                   2976:          added (implements feature #1032)
                   2977: 
                   2978: 2015-09-05  moko
                   2979: 
                   2980:        * operators.txt: actualized
                   2981: 
                   2982:        * operators.txt: date changes documented (related to ticket #36)
                   2983: 
                   2984: 2015-09-04  moko
                   2985: 
                   2986:        * src/types/pa_vdate.C: warning war
                   2987: 
                   2988:        * src/: classes/op.C, types/pa_vhashfile.C: warning war
                   2989: 
                   2990: 2015-09-03  moko
                   2991: 
                   2992:        * tests/results/096.processed: test result updated for 0..9999 year
                   2993:          date range support (related to feature #36)
                   2994: 
                   2995:        * tests/: 314.html, results/314.processed: test for
                   2996:          ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
                   2997:          bug #1031)
                   2998: 
                   2999:        * src/classes/string.C: Static calls fixed for ^string:base64[],
                   3000:          ^string:idna[], ^string:js-escape[] (closes bug #1031)
                   3001: 
1.116     moko     3002:        * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
                   3003:          configure.in -> configure.ac
1.95      moko     3004: 
1.116     moko     3005:        * configure, configure.in, src/include/pa_config_auto.h.in: more
                   3006:          correct timezone check for FreeBSD Warning war: configure.in ->
                   3007:          configure.ac
1.95      moko     3008: 
                   3009:        * configure, configure.in, src/classes/Makefile.am,
1.116     moko     3010:          src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
                   3011:          src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
                   3012:          src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
                   3013:          src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
                   3014:          src/main/Makefile.am, src/targets/apache/Makefile.am,
                   3015:          src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95      moko     3016:          AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
                   3017:          check added
                   3018: 
                   3019:        * src/types/pa_vdate.C: FreeBSD fixes + more robust code
                   3020: 
                   3021:        * tests/results/: 124.processed, 224.processed: test resuls updated
                   3022:          for new date implementation (related to feature #36)
                   3023: 
                   3024:        * src/: classes/date.C, classes/image.C, include/pa_common.h,
                   3025:          main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
                   3026:          types/pa_vdate.h: new double date implementation with internal
                   3027:          support for extended 0..9999 year range, default timezone support
                   3028:          (related to feature #36)
                   3029: 
                   3030: 2015-08-28  moko
                   3031: 
                   3032:        * src/types/pa_vmail.C: fixed $mail:received.date calculations
                   3033:          (fixes bug #1030)
                   3034: 
                   3035: 2015-08-21  moko
                   3036: 
                   3037:        * src/classes/inet.C: snprintf size "bug" commented
                   3038: 
                   3039:        * src/main/pa_common.C: snprintf comments updated
                   3040: 
                   3041: 2015-08-16  moko
                   3042: 
                   3043:        * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
                   3044: 
                   3045: 2015-08-11  moko
                   3046: 
                   3047:        * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
                   3048:          types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
                   3049:          can be null (fixes bug #1029)
                   3050: 
                   3051: 2015-08-06  moko
                   3052: 
1.116     moko     3053:        * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
                   3054:          pa_vdate.C added
1.95      moko     3055: 
                   3056: 2015-08-05  moko
                   3057: 
                   3058:        * tests/: 313.html, results/313.processed: test for
                   3059:          ^table.count[columns] and ^table.flip[] with nameless tables
                   3060:          (feature #1003)
                   3061: 
                   3062:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                   3063:          max_cell added, now ^table.count[columns] and ^table.flip[] works
                   3064:          correctly for nameless tables (implements feature #1003)
                   3065: 
                   3066: 2015-08-03  moko
                   3067: 
                   3068:        * tests/312.html: test for ^table.append[$hash] and
                   3069:          ^table.insert[$hash] added (related to feature #1028)
                   3070: 
                   3071:        * src/classes/table.C: ^table.append[$hash] and
                   3072:          ^table.insert[$hash] now supported (implements feature #1028)
                   3073: 
                   3074:        * tests/: 312.html, results/312.processed: test row copy in
                   3075:          ^table.hash[; $.type[table] ] added (related to feature #1016)
                   3076: 
                   3077:        * src/classes/table.C: row copy now created in ^table.hash[;
                   3078:          $.type[table] ] (related to feature #1016)
                   3079: 
                   3080: 2015-07-29  moko
                   3081: 
                   3082:        * tests/: 312.html, results/312.processed: test for ^table.delete[]
                   3083:          added (related to feature #1016)
                   3084: 
                   3085:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                   3086:          ^table.delete[] added to delete current row (related to feature
                   3087:          1016)
                   3088: 
                   3089: 2015-07-28  moko
                   3090: 
                   3091:        * tests/: 312.html, results/312.processed: test for
                   3092:          $table.column[value] and ^table.insert{row} (related to feature
                   3093:          #1016)
                   3094: 
                   3095:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
                   3096:          types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
                   3097:          ^table.insert{row} are now implemented (feature #1016)
                   3098: 
                   3099:        * src/include/pa_array.h: Optimization: bool reverse removed from
                   3100:          append(), insert() added, memmove arguments order in remove()
                   3101:          fixed (related to feature #1016)
                   3102: 
                   3103: 2015-07-23  moko
                   3104: 
                   3105:        * src/classes/json.C: tainted json and empty json exception added
                   3106:          (implements feature #1015)
                   3107: 
                   3108:        * tests/: 311.html, results/311.processed: empty json and tainted
                   3109:          json exception test added (related to issue #1015)
                   3110: 
                   3111: 2015-07-22  moko
                   3112: 
                   3113:        * tests/: 311.html, results/311.processed: test for UTF-8
                   3114:          processing added
                   3115: 
                   3116:        * tests/: 311.html, results/311.processed: test for
                   3117:          json_exception_with_source added (related to issue #394)
                   3118: 
                   3119:        * src/classes/json.C: json_exception_with_source added (implements
                   3120:          feature #394)
                   3121: 
                   3122: 2015-06-29  moko
                   3123: 
                   3124:        * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
                   3125:          directories are now correctly determined if _d_type == DT_UNKNOWN
                   3126:          (closes bug #1027)
                   3127: 
                   3128: 2015-06-10  moko
                   3129: 
                   3130:        * src/types/pa_vxnode.h: extern "C" not requred and causes build
                   3131:          error if libxml has LIBXML_ICU_ENABLED.
                   3132: 
                   3133: 2015-06-04  moko
                   3134: 
                   3135:        * tests/099.html: ups, reverting
                   3136: 
                   3137:        * tests/: 099.html, 309.html, 310.html, results/309.processed,
                   3138:          results/310.processed: tests for $response:body[ $.file[] ] and
                   3139:          $response:last-modified added
                   3140: 
                   3141:        * src/main/pa_request.C: last-modified check fixed
                   3142: 
                   3143: 2015-06-03  moko
                   3144: 
                   3145:        * tests/: 204.html, 205.html, 293.html, results/204.processed,
                   3146:          results/205.processed, results/293.processed: $response:headers
                   3147:          logging added (tests for feature #1007)
                   3148: 
                   3149:        * src/: include/pa_common.h, include/pa_request.h,
                   3150:          main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
                   3151:          $response:headers are now in uppercase (closes feature #1007)
                   3152: 
                   3153: 2015-06-02  moko
                   3154: 
                   3155:        * src/: include/pa_memory.h, classes/math.C: some of -pedantic
                   3156:          build errors reverted for clang compatibility
                   3157: 
                   3158: 2015-06-01  moko
                   3159: 
                   3160:        * src/include/pa_memory.h: -pedantic build errors fixed
                   3161: 
                   3162:        * src/classes/math.C: -pedantic build error fixed
                   3163: 
                   3164:        * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
                   3165: 
                   3166: 2015-05-31  moko
                   3167: 
                   3168:        * src/classes/table.C: USE_STRINGSTREAM optimized
                   3169: 
                   3170:        * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
                   3171:          include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
                   3172:          main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
                   3173:          types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
                   3174:          types/pa_vxnode.h: warning war (-pedantic flag)
                   3175: 
                   3176: 2015-05-28  moko
                   3177: 
                   3178:        * tests/: 308.html, results/308.processed: test for
                   3179:          ^table::create[$t;], etc work added (related to bug #975)
                   3180: 
                   3181:        * src/classes/table.C: check_option_param removed,
                   3182:          ^table::create[$t;], etc now works (fixes bug #975)
                   3183: 
                   3184: 2015-05-27  moko
                   3185: 
                   3186:        * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
                   3187:          (Debian jessie) fixed (closes issue #1024)
                   3188: 
                   3189:        * tests/Makefile: sort added as in Debian jessie list become
                   3190:          unsorted
                   3191: 
                   3192: 2015-05-18  moko
                   3193: 
                   3194:        * tests/: 201.html, results/201.processed: test for
                   3195:          ^string.trim[what] feature #1022
                   3196: 
                   3197:        * src/classes/string.C: ^string.trim[what] now supported,
                   3198:          implements feature #1022
                   3199: 
                   3200: 2015-05-17  moko
                   3201: 
                   3202:        * tests/results/185.processed: test result updated as feature #1021
                   3203:          implemented (left/right accept negative parameter)
                   3204: 
                   3205:        * src/classes/string.C: left/right now accept negative parameter
                   3206:          (implements feature #1021)
                   3207: 
                   3208: 2015-05-08  moko
                   3209: 
                   3210:        * src/classes/math.C: isalnum -> pa_isalnum
                   3211: 
                   3212:        * src/main/execute.C: optimization in getter-junction processing
                   3213:          (related to issue #997)
                   3214: 
                   3215: 2015-05-07  moko
                   3216: 
                   3217:        * tests/: 307.html, results/307.processed: test for issue #997
                   3218:          added
                   3219: 
                   3220:        * src/main/execute.C: process_getter result now checked if junction
                   3221:          returned (closes issue #997)
                   3222: 
                   3223:        * tests/: 305.html, results/305.processed: sort added to ignore
                   3224:          different order
                   3225: 
                   3226:        * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
                   3227:          assignment (closes issue #994)
                   3228: 
                   3229:        * tests/: 306.html, results/306.processed: test for issue #994
                   3230:          added
                   3231: 
                   3232:        * tests/: 303.html, results/303.processed: two more errors tested
                   3233: 
                   3234: 2015-05-06  moko
                   3235: 
                   3236:        * tests/: 305.html, results/305.processed: test for name2ip &
                   3237:          ip2name added (related to feature #992)
                   3238: 
                   3239:        * tests/: 303.html, 304.html, results/303.processed,
                   3240:          results/304.processed: tests for idna conversion added (related
                   3241:          to issue #849)
                   3242: 
                   3243: 2015-05-02  moko
                   3244: 
                   3245:        * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
                   3246:          implemented
                   3247: 
                   3248: 2015-04-30  moko
                   3249: 
                   3250:        * src/main/pa_http.C: idna_host added, related to issue #849
                   3251: 
                   3252:        * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
                   3253:          (related to issue #849)
                   3254: 
                   3255: 2015-04-24  moko
                   3256: 
                   3257:        * src/types/pa_vjunction.C: warning war
                   3258: 
                   3259:        * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
                   3260:          unification
                   3261: 
                   3262:        * src/lib/punycode/pa_idna.c: warning war
                   3263: 
                   3264: 2015-04-22  moko
                   3265: 
                   3266:        * src/main/main.vcproj: punycode include path added
                   3267: 
                   3268:        * src/lib/punycode/pa_idna.c: windows compile error fixed
                   3269: 
                   3270:        * src/lib/punycode/pa_idna.c: warning war
                   3271: 
                   3272:        * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
                   3273:          project file added
                   3274: 
                   3275:        * src/lib/punycode/pa_convert_utf.c: debug compilation fix
                   3276: 
                   3277:        * src/include/pa_memory.h: warning war
                   3278: 
                   3279:        * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
                   3280:          ^string:idna[xn--...], ^string.idna[] - idna conversion support
                   3281:          implemented (related to feature #849)
                   3282: 
                   3283:        * configure.in, src/main/Makefile.am,
                   3284:          src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
                   3285:          libpunycode added in Unix
                   3286: 
                   3287: 2015-04-21  moko
                   3288: 
                   3289:        * configure.in: large files support
                   3290: 
                   3291: 2015-04-15  moko
                   3292: 
                   3293:        * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
                   3294:          pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
                   3295:          pa_punycode.h: initial version for punycode/idna support library
                   3296:          (ticket #849)
                   3297: 
                   3298: 2015-04-08  moko
                   3299: 
                   3300:        * src/: classes/curl.C, classes/date.C, classes/file.C,
                   3301:          classes/image.C, classes/mail.C, classes/reflection.C,
                   3302:          classes/string.C, classes/xnode.C, include/pa_request.h,
                   3303:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   3304:          main/compile.y, main/compile_tools.h, main/execute.C,
                   3305:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                   3306:          main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
                   3307:          types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
                   3308:          types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
                   3309:          types/pa_wwrapper.h, main/compile.tab.C: removed most of the
                   3310:          clang compiler warnings (closes issue #1018)
                   3311: 
                   3312:        * src/include/pa_string.h: String::Body comparation operators with
                   3313:          char * added (related to issue #958)
                   3314: 
                   3315: 2015-04-07  moko
                   3316: 
                   3317:        * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
                   3318:          pa_malloc/pa_free to remove system malloc/free usage (related to
                   3319:          issue #1018)
                   3320: 
                   3321:        * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
                   3322:          include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
                   3323:          lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
                   3324:          main/pa_http.C, main/pa_request.C, main/pa_string.C,
                   3325:          main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
                   3326:          types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
                   3327:          types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
                   3328:          malloc/strdup/free replaced with pa_ version and checks for
                   3329:          accidental use of non-pa_ version added (related to issue #1018)
                   3330: 
                   3331: 2015-04-03  moko
                   3332: 
                   3333:        * buildall: pcre-8.33 -> pcre-8.36
                   3334: 
                   3335:        * src/: main/compile.y, classes/form.C, classes/mail.C,
                   3336:          classes/op.C, classes/string.C, main/compile.tab.C,
                   3337:          main/compile_tools.C, main/pa_http.C, main/pa_request.C,
                   3338:          main/pa_sql_driver_manager.C, types/pa_vfile.C,
                   3339:          types/pa_vhashfile.C: C++11 compilation errors fixed (related to
                   3340:          ticket #958)
                   3341: 
                   3342:        * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
                   3343:          main/pa_common.C, main/pa_http.C, main/pa_request.C,
                   3344:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                   3345:          targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
                   3346:          types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
                   3347:          $request:headers, $request:method added (implements feature
                   3348:          #1007)
                   3349: 
                   3350: 2015-03-17  misha
                   3351: 
                   3352:        * tests/302.html: - test for
                   3353:          ^json:string[...;$._default[method-name]]
                   3354: 
                   3355:        * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
                   3356:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
                   3357:          option $._default[method-name] is specified in ^json:string[], a
                   3358:          method with specified name will be called for classes/objects
                   3359:          serialization ( new feature: #982 )
                   3360: 
                   3361: 2015-03-16  misha
                   3362: 
                   3363:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
                   3364:          main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
                   3365:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
                   3366:          types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
                   3367:          types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
                   3368:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
                   3369:          types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   3370:          types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
                   3371:          types/pa_vrequest.h, types/pa_vstateless_class.C,
                   3372:          types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   3373:          types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
                   3374:          $var.CLASS_NAME now have special opcodes. This can be switched
                   3375:          off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
                   3376:          on pa_opcode.h ( new feature: #844 )
                   3377: 
                   3378: 2015-03-15  misha
                   3379: 
                   3380:        * tests/075.html: - test for $response:header[]
                   3381: 
                   3382:        * src/types/pa_vresponse.C: - $response:header[] deletes header
                   3383:          that was set earlie ( new feature: #1001 )
                   3384: 
                   3385: 2015-03-12  misha
                   3386: 
                   3387:        * tests/246.html: - more tests for ^hash._at[]
                   3388: 
                   3389:        * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
                   3390:          accepts second param [key|value|hash] ( new feature: #1012 )
                   3391: 
                   3392: 2015-03-09  moko
                   3393: 
                   3394:        * src/types/pa_vmail.C: exception for everything but
                   3395:          $mail:received, closes issue #1011
                   3396: 
                   3397: 2015-02-20  moko
                   3398: 
                   3399:        * tests/: 275.html, results/275.processed: hex detection in
                   3400:          pa_atoui fix test (closes issue #1010)
                   3401: 
                   3402:        * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
                   3403:          issue #1010)
                   3404: 
                   3405: 2015-02-17  moko
                   3406: 
                   3407:        * src/types/pa_vmail.C: closes issue #1009 - mail content should be
                   3408:          tainted.
                   3409: 
                   3410: 2015-02-03  misha
                   3411: 
                   3412:        * tests/301.html: - test for ^json:string($double) causes
                   3413:          exception. bugfix: #1008
                   3414: 
                   3415:        * src/classes/json.C: - ^json:string($double) causes exception.
                   3416:          bugfix: #1008
                   3417: 
                   3418:        * tests/014.html: - updated for work with ^hash.delete[]
                   3419: 
                   3420: 2015-01-12  misha
                   3421: 
                   3422:        * src/: classes/form.C, include/pa_common.h,
                   3423:          include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
                   3424:          types/pa_vform.h: - supports body with PUT method as well ( new
                   3425:          feature: #1006 )
                   3426: 
                   3427:        * src/classes/file.C: - warnings war
                   3428: 
                   3429: 2015-01-11  misha
                   3430: 
                   3431:        * tests/300.html: - test for ^hash.delete[] is added
                   3432: 
                   3433:        * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
                   3434:          feature: #989 ) - tiny optimization in intersects
                   3435: 
                   3436: 2015-01-06  moko
                   3437: 
                   3438:        * src/types/pa_vmail.C: file names transcode added, to and cc added
                   3439:          with transcode, attachments detection fixed
                   3440: 
                   3441:        * src/main/pa_request.C: filling mail received after cgi/auto.p
                   3442:          load to allow charset switch (related to issue #996)
                   3443: 
                   3444: 2014-12-31  moko
                   3445: 
                   3446:        * src/types/pa_vmail.C: from and subject now transcoded if not
                   3447:          UTF-8 source charset (fixes issue 996)
                   3448: 
                   3449:        * src/main/pa_exception.C: fixed string from stack bug (closes
                   3450:          issue #1000)
                   3451: 
                   3452: 2014-12-11  misha
                   3453: 
                   3454:        * src/types/pa_vhashfile.C: - check if key is not empty before
                   3455:          access ( bug fix: #1005 )
                   3456: 
                   3457: 2014-11-13  misha
                   3458: 
                   3459:        * src/main/compile.y: - PC.append does not reset to false while
                   3460:          creating a new class. bugfix: #990
                   3461: 
                   3462:        * tests/299.html: - test for creation class after working with
                   3463:          partial class (create+append)
                   3464: 
                   3465:        * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
                   3466:          #995
                   3467: 
                   3468:        * tests/232.html: - test for @get[def] added
                   3469: 
                   3470: 2014-10-12  moko
                   3471: 
                   3472:        * src/lib/pcre/pcre_internal.vcproj: correct path
                   3473: 
                   3474:        * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
                   3475:          lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
                   3476:          lib/pcre/pcre_internal.vcproj, main/main.vcproj,
                   3477:          targets/apache/ApacheModuleParser3.vcproj,
                   3478:          targets/apache/ApacheModuleParser3Core.vcproj,
                   3479:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                   3480:          types/types.vcproj: project GUID inserted in *.vcproj for correct
                   3481:          conversion in newer VS versions
                   3482: 
                   3483:        * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
                   3484:          pcre_internal.vcproj added
                   3485: 
                   3486: 2014-08-28  moko
                   3487: 
                   3488:        * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
                   3489:          pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
                   3490:          and pcre_valid_utf are copied to parser3 code (fixes issue #991)
                   3491: 
                   3492: 2014-06-30  misha
                   3493: 
                   3494:        * tests/298.html: - tests for ^reflection:def[class;className]
                   3495:          added
                   3496: 
                   3497:        * src/classes/reflection.C: - ^reflection:def[class;className]
                   3498:          added ( new feature: #918 )
                   3499: 
                   3500: 2014-06-29  misha
                   3501: 
                   3502:        * src/classes/table.C: - ^table::create[unsupported data] -
                   3503:          exception comment changed to "body must be table or code" ( bug
                   3504:          fix: #951 )
                   3505: 
                   3506:        * tests/: 261.html, results/261.processed: - tests for
                   3507:          ^json:string[...;$.void[null|string]] added
                   3508: 
                   3509:        * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
                   3510:          option $.void[string|null] added to ^json:string[...] ( new
                   3511:          feature: #952 )
                   3512: 
                   3513: 2014-06-28  moko
                   3514: 
                   3515:        * src/classes/curl.C: $.charset now processed before other curl
                   3516:          options (closes issue #980)
                   3517: 
                   3518: 2014-05-23  misha
                   3519: 
                   3520:        * src/classes/json.C: - bug fix: #987
                   3521: 
                   3522: 2014-05-04  misha
                   3523: 
                   3524:        * tests/: 253.html, 253_json.txt: - test for
                   3525:          ^json:parse[$.int(false)] is added
                   3526: 
                   3527:        * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
                   3528:          default true). The option is similar to $.double(bool) but for
                   3529:          integers.
                   3530: 
                   3531: 2014-05-01  moko
                   3532: 
                   3533:        * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
                   3534:          #12 )
                   3535: 
                   3536: 2014-04-16  moko
                   3537: 
                   3538:        * src/main/pa_http.C: response-charset option should finally work
                   3539:          now (fix for issue #867)
                   3540: 
                   3541:        * src/main/pa_http.C: response-charset option should work now (fix
                   3542:          for issue #867)
                   3543: 
                   3544: 2014-03-07  moko
                   3545: 
                   3546:        * buildall: libgc moved
                   3547: 
                   3548:        * buildall: libgc moved
                   3549: 
                   3550: 2013-12-29  moko
                   3551: 
                   3552:        * src/classes/string.C: ^string:js-unescape result now tainted,
                   3553:          closes issue #966
                   3554: 
                   3555:        * tests/: 186.html, results/186.processed: ^string:js-unescape
                   3556:          result now tainted, issue #966
                   3557: 
                   3558: 2013-12-03  moko
                   3559: 
                   3560:        * src/: classes/memcached.C, types/pa_vmemcached.C,
                   3561:          types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
                   3562:          option was added for http://www.parser.ru/forum/?id=79343
                   3563: 
                   3564:        * src/classes/file.C: bugfix for
                   3565:          http://www.parser.ru/forum/?id=79337
                   3566: 
                   3567: 2013-11-05  moko
                   3568: 
                   3569:        * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
                   3570: 
                   3571:        * src/main/pa_globals.C: spelling fixed
                   3572: 
                   3573: 2013-10-29  moko
                   3574: 
                   3575:        * src/lib/json/json.vcproj: json.c -> pa_json.C
                   3576: 
                   3577:        * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
                   3578:          #892
                   3579: 
                   3580:        * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
                   3581:          lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
                   3582:          exceptions to be thrown thougth json library), related to issue
                   3583:          #892
                   3584: 
                   3585:        * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
                   3586:          related to issue #896
                   3587: 
                   3588: 2013-10-24  moko
                   3589: 
                   3590:        * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
                   3591: 
                   3592: 2013-10-23  moko
                   3593: 
                   3594:        * README: actualization
                   3595: 
                   3596: 2013-10-22  moko
                   3597: 
                   3598:        * src/targets/apache/mod_parser3.c: Adopted apache 2.4
                   3599:          compatibility patch from Sergey Kirpichev
                   3600: 
                   3601:        * tests/: 297.html, results/297.processed: non-working getter fix
                   3602:          test for issue #948
                   3603: 
                   3604:        * src/: include/pa_request.h, main/pa_request.C: Now getter is not
                   3605:          called when saving value of $match variable in ^string.match[] to
                   3606:          increase compatibility (related to issue #948).
                   3607: 
                   3608:        * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
                   3609:          usage optimization
                   3610: 
                   3611: 2013-10-21  moko
                   3612: 
                   3613:        * tests/: 182.html, results/182.processed: local path removed for
                   3614:          compatibility
                   3615: 
                   3616:        * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
                   3617:          results/244.processed, results/253.processed,
                   3618:          results/254.processed, results/275.processed,
                   3619:          results/281.processed: try_catch -> try-catch
                   3620: 
                   3621:        * tests/: 288.html, 294.html, 296.html, results/288.processed,
                   3622:          results/294.processed, results/296.processed: try_catch ->
                   3623:          try-catch
                   3624: 
                   3625: 2013-10-20  moko
                   3626: 
                   3627:        * tests/: 296.html, results/296.processed: test for xsl exception
                   3628:          for issue #938 added.
                   3629: 
                   3630:        * src/: include/pa_xml_exception.h,
                   3631:          main/pa_stylesheet_connection.C: forgotten to be replaced
                   3632:          XmlException is now replaced (once again closes issue #938)
                   3633: 
                   3634: 2013-10-19  misha
                   3635: 
                   3636:        * bin/auto.p.dist.in: - more mime-types are added
                   3637: 
                   3638: 2013-10-18  moko
                   3639: 
                   3640:        * buildall: disable clock_gettime detection to avoid librt linking
                   3641:          (which in turn depends on libpthread), related to issue #943
                   3642: 
                   3643: 2013-10-18  misha
                   3644: 
                   3645:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                   3646:          lib/smtp/smtp.vcproj, main/main.vcproj,
                   3647:          targets/apache/ApacheModuleParser3Core.vcproj,
                   3648:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                   3649:          types/types.vcproj: - new locations for libxml2 includes where
                   3650:          added to vcproj files
                   3651: 
                   3652: 2013-10-18  moko
                   3653: 
                   3654:        * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
                   3655:          fix
                   3656: 
                   3657:        * tests/: 295.html, results/295.processed: test for issue #948
                   3658:          updated
                   3659: 
                   3660:        * src/classes/table.C: hopefully last lost part for issue #948 fix.
                   3661:          :)
                   3662: 
                   3663:        * tests/: 295.html, results/295.processed: test for issue #948
                   3664:          added
                   3665: 
                   3666:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   3667:          include/pa_request.h, types/pa_method.h: for getters and setters
                   3668:          to be executed request.put_element should be called, not
                   3669:          context.put_element (fixes issue #948)
                   3670: 
                   3671: 2013-10-17  moko
                   3672: 
                   3673:        * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
                   3674:          LIBXML2_NEW_BUFFER check (closes issue #943)
                   3675: 
                   3676:        * buildall: libxml 2.9.1 build is broken --without-reader.
                   3677: 
                   3678: 2013-10-16  moko
                   3679: 
                   3680:        * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
                   3681: 
                   3682:        * tests/: 294.html, results/294.processed: test for issue #938
                   3683: 
                   3684:        * src/: classes/xdoc.C, classes/xnode.C,
                   3685:          include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
                   3686:          now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
                   3687: 
                   3688:        * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
                   3689:          libxslt-1.1.26 -> libxslt-1.1.28
                   3690: 
                   3691:        * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
                   3692:          main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
                   3693:          to '?', related to issue #938
                   3694: 
                   3695: 2013-10-15  moko
                   3696: 
                   3697:        * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
                   3698:          main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
                   3699:          minor optimizations (closes issue #896)
                   3700: 
                   3701:        * tests/results/: 292.processed, 293.processed: results updated to
                   3702:          comply with issue #896
                   3703: 
                   3704:        * tests/: 292.html, 293.html, results/292.processed,
                   3705:          results/293.processed: tests for json escaping
                   3706: 
                   3707: 2013-10-14  moko
                   3708: 
                   3709:        * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
                   3710:          and cleanup, code moved from .h to .C, no changes in code
                   3711: 
                   3712: 2013-10-12  moko
                   3713: 
                   3714:        * tests/results/119.processed: updated test result commited
                   3715: 
                   3716:        * tests/: 291.html, results/291.processed: test for issue #894
                   3717:          added
                   3718: 
                   3719:        * src/types/pa_wcontext.h: base methods call support function
                   3720:          get_somebody_entered_some_class should not be true forever, as
                   3721:          wcontext can have many get_elements calls (fixes issue #894)
                   3722: 
                   3723: 2013-10-11  moko
                   3724: 
                   3725:        * tests/: 290.html, results/290.processed: test for junction GPF
                   3726:          issue #942 added
                   3727: 
                   3728:        * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
                   3729:          to native method fixed (closes issue #942)
                   3730: 
                   3731:        * tests/: 158.html, results/158.processed: test for csv-string[]
                   3732:          added
                   3733: 
                   3734:        * src/classes/table.C: minor fixes for table.csv-string[] (closes
                   3735:          feature #907)
                   3736: 
                   3737:        * src/classes/table.C: ^table.csv-string[] from misha@ (implements
                   3738:          feature #907)
                   3739: 
                   3740: 2013-10-09  moko
                   3741: 
                   3742:        * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
                   3743:          types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
                   3744:          types/pa_vstateless_class.C: GET_default, SET_default now works
                   3745:          properly not only in objects, but in classes as well (closes
                   3746:          issue #903)
                   3747: 
                   3748:        * tests/: 289.html, results/289.processed: GET/SET_default now
                   3749:          works in classes, not only objects, test case added, related to
                   3750:          issue #903
                   3751: 
                   3752:        * tests/: 288.html, results/288.processed: test for endless
                   3753:          recursion bug added (related to issue #903)
                   3754: 
                   3755: 2013-10-05  moko
                   3756: 
                   3757:        * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
                   3758:          classes/table.C, main/execute.C, types/pa_method.h,
                   3759:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   3760:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   3761:          types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
                   3762:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
                   3763:          types/pa_vmemcached.h, types/pa_vmethod_frame.h,
                   3764:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   3765:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   3766:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   3767:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
                   3768:          optimization: put_element no longer has "bool areplace" argument,
                   3769:          related to issue #903
                   3770: 
                   3771: 2013-10-03  moko
                   3772: 
                   3773:        * tests/results/182.processed: result for $.replace(false) test
                   3774:          commited
                   3775: 
                   3776:        * src/classes/date.C: ^date::create(number) processed correctly
                   3777:          (fixes issue #901)
                   3778: 
                   3779:        * src/classes/image.C: as_no_junction removed, as param can be
                   3780:          expression (closes issue #931)
                   3781: 
                   3782:        * tests/233.html: test for issue #931 added
                   3783: 
                   3784: 2013-10-02  moko
                   3785: 
                   3786:        * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
                   3787:          modified, test for $.replace(false) added
                   3788: 
                   3789:        * src/main/compile_tools.h: forgotten class replace returned. :)
                   3790: 
                   3791: 2013-09-30  moko
                   3792: 
                   3793:        * tests/: 141.html, results/141.processed: md5 tainting test added
                   3794: 
                   3795:        * src/: classes/op.C, include/pa_request.h, main/compile.y,
                   3796:          main/compile_tools.h, main/pa_request.C: allow_class_replace
                   3797:          implemented; $.replace option added to ^process and ^use
                   3798: 
                   3799: 2013-08-27  moko
                   3800: 
                   3801:        * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
                   3802:          cstr_to_string_body_untaint should be called with charsets for
                   3803:          possible uri language and connection for possible sql language.
                   3804:          related to issue #857
                   3805: 
                   3806:        * buildall: and -> or fixed
                   3807: 
                   3808: 2013-08-26  moko
                   3809: 
                   3810:        * buildall: prepare_ functions logic changed to support
                   3811:          gc-7.2d.tar.gz extracting to gc-7.2 directory
                   3812: 
                   3813: 2013-08-23  moko
                   3814: 
                   3815:        * src/include/pa_config_fixed.h: gc and xml libs are now linked
                   3816:          statically
                   3817: 
                   3818: 2013-08-22  moko
                   3819: 
                   3820:        * src/classes/string.C: String::Empty used (related to issue #912)
                   3821:          append_know_length removed (related to old GPF bug)
                   3822: 
                   3823: 2013-08-21  moko
                   3824: 
                   3825:        * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
                   3826: 
                   3827:        * src/classes/math.C: ^math:digest[...;$file] support added
                   3828:          (related to ticket #857
                   3829: 
                   3830:        * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
                   3831:          implemented
                   3832: 
                   3833:        * src/types/pa_vhashfile.h: warning war
                   3834: 
                   3835:        * src/: classes/json.C, classes/op.C, include/pa_hash.h,
                   3836:          include/pa_request.h, main/pa_request.C, types/pa_value.h:
                   3837:          anti_endless_json_string_recoursion removed from request;
                   3838:          json_string_recoursion added to json_options; $.indent[indent
                   3839:          value] now supported and passed within recoursion closes feature
                   3840:          #937
                   3841: 
                   3842:        * tests/: 287.html, results/287.processed: test for feature #937
                   3843: 
                   3844: 2013-07-31  moko
                   3845: 
                   3846:        * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
                   3847:          compilation having #define _S
                   3848: 
                   3849:        * src/main/pa_globals.C: cleanup
                   3850: 
                   3851: 2013-07-30  moko
                   3852: 
                   3853:        * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
                   3854:          main/pa_common.C: vs2003 warning war
                   3855: 
                   3856:        * src/lib/json/: json.c, pa_json.C: vs2003 warning war
                   3857: 
                   3858:        * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
                   3859: 
                   3860:        * src/lib/md5/pa_sha2.c: warning war
                   3861: 
                   3862: 2013-07-29  moko
                   3863: 
                   3864:        * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
                   3865:          patches from github
                   3866: 
                   3867:        * src/: classes/bool.C, classes/double.C, classes/int.C,
                   3868:          classes/memcached.C, include/pa_config_includes.h,
                   3869:          types/pa_vfile.C, types/pa_vfile.h: warning war
                   3870: 
                   3871:        * src/lib/json/json.vcproj: C++ -> C
                   3872: 
                   3873:        * src/lib/json/: json.c, pa_json.C: C++ warning revert
                   3874: 
                   3875:        * src/lib/json/: json.c, pa_json.C: windows compatibility
                   3876: 
                   3877:        * src/lib/json/: json.c, pa_json.C: windows compatibility
                   3878: 
                   3879:        * src/lib/json/: json.c, pa_json.C: warning war
                   3880: 
                   3881:        * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
                   3882: 
                   3883:        * src/include/pa_config_fixed.h: uint16_t added
                   3884: 
                   3885:        * configure.in: uint16_t check added
                   3886: 
                   3887:        * src/: classes/json.C, lib/json/JSON_parser.C,
1.116     moko     3888:          lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
                   3889:          lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
                   3890:          lib/json/pa_json.h: JSON_parser with non-free licence is replaced
                   3891:          with similar GPL licenced libjson (fixes issue #892)
1.95      moko     3892: 
                   3893: 2013-07-25  moko
                   3894: 
                   3895:        * parser3.sln: dependencies added
                   3896: 
                   3897:        * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
                   3898:          src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
                   3899:          module support
                   3900: 
                   3901:        * src/targets/apache/mod_parser3_core.C: win32 cleanup
                   3902: 
                   3903:        * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
                   3904: 
                   3905: 2013-07-23  moko
                   3906: 
                   3907:        * src/: include/pa_memory.h, main/pa_memory.C: non-working
                   3908:          PA_DEBUG_GC_MEMORY removed
                   3909: 
                   3910:        * src/: main/pa_globals.C, targets/cgi/parser3.C:
                   3911:          PA_DEBUG_DISABLE_GC compilation fix
                   3912: 
                   3913:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   3914:          main/pa_request.C: outdated RESOURCES_DEBUG removed
                   3915: 
                   3916:        * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
                   3917:          garbage cleanup
                   3918: 
                   3919:        * src/main/pa_common.C: warning war
                   3920: 
                   3921:        * src/: include/pa_http.h, main/pa_http.C: headers cleanup
                   3922: 
                   3923:        * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
                   3924:          minor cleanup
                   3925: 
                   3926:        * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
                   3927:          uses cygwin, not WIN32 implementation
                   3928: 
                   3929:        * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
                   3930:          able to exec shell scripts
                   3931: 
                   3932:        * src/classes/math.C: ifdef WIN32 cleanup
                   3933: 
                   3934:        * src/types/pa_vmemcached.C: LT_MODULE_EXT used
                   3935: 
                   3936:        * bin/auto.p.dist.in: libpq.so -> libpq.
                   3937: 
                   3938:        * src/classes/curl.C: LT_MODULE_EXT used
                   3939: 
                   3940:        * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
                   3941: 
                   3942: 2013-07-22  moko
                   3943: 
                   3944:        * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
                   3945:          includes fix
                   3946: 
                   3947:        * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
                   3948: 
                   3949:        * configure.in, src/include/pa_config_includes.h,
                   3950:          src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
                   3951:          src/main/pa_exec.C: includes cleanup
                   3952: 
                   3953:        * src/targets/cgi/parser3.C: 2012->2013
                   3954: 
                   3955:        * src/include/pa_version.h: 3.4.2 -> 3.4.3b
                   3956: 
                   3957:        * configure.in, src/include/pa_config_includes.h,
                   3958:          src/include/pa_http.h, src/lib/json/JSON_parser.h,
                   3959:          src/main/pa_random.C, src/main/pa_socks.C,
                   3960:          src/types/pa_vstatus.C: cygwin support cleanup
                   3961: 
                   3962:        * configure.in: dirent.h check added
                   3963: 
                   3964:        * src/: include/pa_config_includes.h, include/pa_dir.h,
                   3965:          main/pa_dir.C: includes cleanup, dirent.h check added filePath
                   3966:          not copied
                   3967: 
                   3968: 2013-07-21  moko
                   3969: 
                   3970:        * src/lib/cord/cord.vcproj: unused cordprnt.c removed
                   3971: 
                   3972:        * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
                   3973:          parser3.vcproj: unused getopt.h / getopt.c removed
                   3974: 
                   3975:        * operators.txt, src/classes/file.C, tests/022.html,
                   3976:          tests/results/022.processed: ^file:list[path][$.filter[regexp]
                   3977:          $.stat(true)] usage commented
                   3978: 
                   3979:        * configure.in, src/classes/file.C, src/include/pa_dir.h,
                   3980:          src/main/pa_dir.C: ^file:list[] now has dir column and when
                   3981:          $.stat(true) it has size/*date columns modified patch from misha@
                   3982:          that closes issue #914.
                   3983: 
                   3984:        * src/: include/pa_config_includes.h, main/pa_globals.C:
                   3985:          PA_RELEASE_ASSERTS removed
                   3986: 
                   3987:        * src/lib/md5/pa_md5c.c: minor cleanup
                   3988: 
                   3989:        * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
                   3990:          localeconv()->decimal_point usage remoed (related to issue #934)
                   3991: 
                   3992:        * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
                   3993:          cordprnt.c removed
                   3994: 
                   3995:        * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
                   3996:          pa-include/pa_errno.h, pa-include/pa_file_io.h,
                   3997:          pa-include/pa_strings.h: includes cleanup
                   3998: 
                   3999:        * src/lib/md5/pa_md5c.c: headers cleanup
                   4000: 
                   4001: 2013-07-20  moko
                   4002: 
                   4003:        * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
                   4004:          cleanup
                   4005: 
                   4006: 2013-07-19  moko
                   4007: 
                   4008:        * src/classes/math.C: extern "C" added for crypt
                   4009: 
                   4010: 2013-07-18  moko
                   4011: 
                   4012:        * src/classes/math.C: fix redhat7.2 build
                   4013: 
                   4014: 2013-07-17  moko
                   4015: 
                   4016:        * configure.in, src/include/pa_config_includes.h,
                   4017:          src/include/pa_config_fixed.h: headers actualized (inttypes.h
                   4018:          added for uint8/32/64_t)
                   4019: 
                   4020:        * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
                   4021:          pa_config_includes.h used for uint32/64_t
                   4022: 
                   4023: 2013-07-16  moko
                   4024: 
                   4025:        * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
                   4026:          types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
                   4027:          war
                   4028: 
                   4029:        * src/main/compile.tab.C: compile.y was updated
                   4030: 
                   4031:        * src/main/compile.y: warning war
                   4032: 
                   4033:        * src/: include/pa_exception.h, main/pa_exception.C,
                   4034:          main/pa_xml_exception.C: warning war
                   4035: 
                   4036:        * src/: include/pa_common.h, main/pa_common.C: warning war
                   4037: 
                   4038:        * configure.in: beauty :)
                   4039: 
                   4040:        * tests/: 141.html, results/141.processed: sha256/512 added
                   4041: 
                   4042: 2013-07-13  moko
                   4043: 
                   4044:        * src/lib/md5/md5.vcproj: sha2 added
                   4045: 
                   4046:        * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
                   4047:          classes/math.C: sha2 support (sha256/sha512 digest)
                   4048: 
                   4049: 2013-07-08  moko
                   4050: 
                   4051:        * src/classes/image.C: directory read or other read problem message
                   4052:          fixed (related to issue #933)
                   4053: 
                   4054: 2013-07-07  moko
                   4055: 
                   4056:        * bin/auto.p.dist.in: windows-1251 commented to remove auto.p
                   4057:          dependense from $charsetsdir directory existance and content (and
                   4058:          UTF-8 is default allready)
                   4059: 
                   4060:        * AUTHORS: + misha + moko. :)
                   4061: 
                   4062: 2013-07-06  moko
                   4063: 
                   4064:        * src/: classes/curl.C, include/pa_globals.h,
                   4065:          include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
                   4066:          main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
                   4067:          for lt_dlinit to be called once and lt_dlexit called at right
                   4068:          place (related to issue #925)
                   4069: 
                   4070: 2013-07-04  moko
                   4071: 
                   4072:        * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
                   4073:          VString::as_vfile now uses vfile.set_binary_string to avoid
                   4074:          content-type to be set, as it brokes badly designed logic in
                   4075:          response output. This hopefully finishes issue #928.
                   4076: 
                   4077:        * tests/results/: 256.processed, 286.processed: file now displayed
                   4078:          as name, size, mode, content-type
                   4079: 
                   4080:        * src/main/pa_common.C: read error now reported cottectly (fixes
                   4081:          issue #933
                   4082: 
                   4083: 2013-06-28  moko
                   4084: 
                   4085:        * tests/: 286.html, results/286.processed: test extended
                   4086: 
                   4087:        * tests/: 286.html, results/286.processed: Test for issue #928
                   4088:          added.  it tests default content-type change.
                   4089: 
                   4090:        * src/types/pa_vfile.C: closes issue #928 - default content-type
                   4091:          now updated
                   4092: 
                   4093: 2013-06-25  moko
                   4094: 
                   4095:        * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
                   4096:          content-type for text/binary files without name added;
                   4097:          ^file::create[$f;...] options now works properly and $f
                   4098:          properties are default (fixes issue #928)
                   4099: 
                   4100: 2013-05-16  misha
                   4101: 
                   4102:        * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
                   4103:          added
                   4104: 
                   4105:        * src/main/pa_table.C: - a tiny memory optimisation while creating
                   4106:          table if specified limit is bigger than source rows count
                   4107: 
                   4108:        * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
                   4109:          added ( new feature: #858 )
                   4110: 
                   4111: 2013-04-29  moko
                   4112: 
                   4113:        * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
                   4114:          $.ipresolve(0|1|2) added (closes issue #891)
                   4115: 
                   4116:        * src/lib/curl/curl.h: CURL_IPRESOLVE added
                   4117: 
                   4118: 2013-04-24  moko
                   4119: 
                   4120:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                   4121:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
                   4122:          types/pa_vmemcached.h: ^memcache.release[] added, calls
                   4123:          memcached_quit (refs #893)
                   4124: 
                   4125: 2013-04-22  moko
                   4126: 
                   4127:        * src/: include/pa_string.h, main/pa_common.C: no more double
                   4128:          slashes in file path (fixes bug #872)
                   4129: 
                   4130:        * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
                   4131:          CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
                   4132:          #739)
                   4133: 
                   4134:        * tests/results/266.processed: $.max_params added (feature #915)
                   4135: 
                   4136:        * src/: include/pa_common.h, main/pa_http.C: response-charset
                   4137:          option added to file::load (closes issue #867)
                   4138: 
                   4139: 2013-04-20  misha
                   4140: 
                   4141:        * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
                   4142:          commited
                   4143: 
                   4144: 2013-03-15  misha
                   4145: 
                   4146:        * src/classes/: hash.C, table.C: - Optimisation: do not create
                   4147:          multiple empty strings while ::sql. uae String::Empty instead
                   4148: 
                   4149: 2013-03-14  misha
                   4150: 
                   4151:        * src/classes/reflection.C: - for user classes
                   4152:          ^reflection:method_info[] returns $.max_params and $.extra_param
                   4153:          with $.call_type if they available ( new feature: #915 )
                   4154: 
                   4155:        * src/classes/file.C: - ^file:delete[] now supports an option
                   4156:          $.exception(false) that suppress any exception while deleting
                   4157:          file ( new feature: #916 )
                   4158: 
                   4159:        * src/classes/curl.C: - parsing cookies after curl:load now should
                   4160:          work :)
                   4161: 
                   4162: 2013-03-12  misha
                   4163: 
                   4164:        * src/types/pa_vfile.C: - if specified file_name is empty string
                   4165:          set default name for the file
                   4166: 
                   4167: 2013-03-11  misha
                   4168: 
                   4169:        * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
                   4170:          also available in $f.cookies
                   4171: 
                   4172:        * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
                   4173:          moved to a separate method
                   4174: 
                   4175: 2013-03-10  moko
                   4176: 
                   4177:        * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
                   4178:          added
                   4179: 
                   4180:        * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
                   4181:          removed (declared by autoconf)
                   4182: 
                   4183:        * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
                   4184:          uint32_t define
                   4185: 
                   4186: 2013-03-10  misha
                   4187: 
                   4188:        * src/classes/file.C: ^file:delete and ^file:move now support
                   4189:          option $.keep-empty-dirs(true) ( new feature: #884 )
                   4190: 
                   4191:        * src/: include/pa_common.h, main/pa_common.C: - option for keeping
                   4192:          empty dirs is added
                   4193: 
                   4194: 2013-03-10  moko
                   4195: 
                   4196:        * src/classes/: bool.C, double.C, int.C: default can be present,
                   4197:          but default check removed from ^int/double/bool.int/double/bool
                   4198:          for string.int/double/bool compatibility (related to issue #913)
                   4199: 
                   4200:        * src/classes/string.C: ^string.int/dobule/bool no longer
                   4201:          internally throws exception if default is present (closes issue
                   4202:          #913)
                   4203: 
                   4204: 2013-03-09  misha
                   4205: 
                   4206:        * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
                   4207:          optimisations ( #845 )
                   4208: 
                   4209:        * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
                   4210: 
                   4211: 2013-03-08  moko
                   4212: 
                   4213:        * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
                   4214:          creates correct table (fixes issue #910)
                   4215: 
                   4216:        * src/classes/op.C: r.connection() -> r.connection(false) to allow
                   4217:          use outside of 'connect' operator (fixes issue #911)
                   4218: 
                   4219:        * tests/results/: 096.processed, 122.processed: test results
                   4220:          updated as doubles now printed with 15 significant digits, not 5
                   4221:          (fixes issue #882)
                   4222: 
                   4223:        * src/types/pa_vdouble.h: %.15g now used to format doubles instead
                   4224:          of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
                   4225: 
                   4226: 2013-02-21  moko
                   4227: 
                   4228:        * src/classes/table.C: _locate_name_value does not check arguments
                   4229:          count, so we check it in advance (fixes issue #905)
                   4230: 
                   4231: 2012-10-23  moko
                   4232: 
                   4233:        * buildall: old shell for and echo compatibility (for six)
                   4234: 
                   4235: 2012-10-19  moko
                   4236: 
                   4237:        * buildall: --strip added --disable-safe-mode listed in usage
                   4238: 
                   4239: 2012-10-17  misha
                   4240: 
                   4241:        * src/classes/op.C: - apply-taint should not throw "outside
                   4242:          connect" exception with sql lang now
                   4243: 
                   4244: 2012-10-17  moko
                   4245: 
                   4246:        * src/main/pa_request.C: bugfix: safe mode should be inited for
                   4247:          each request (for apache module)
                   4248: 
                   4249: 2012-09-26  moko
                   4250: 
                   4251:        * src/doc/doxygen.cfg: png -> svg
                   4252: 
                   4253: 2012-09-25  moko
                   4254: 
                   4255:        * tests/: 141.html, results/141.processed: md5 hmac added, long key
                   4256:          test added
                   4257: 
                   4258:        * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
                   4259:          double use when key is long
                   4260: 
                   4261: 2012-09-16  moko
                   4262: 
                   4263:        * src/classes/math.C: Format -> Method Encode -> Format
                   4264: 
                   4265:        * tests/: 141.html, results/141.processed: math:digest hmac test
                   4266:          added
                   4267: 
                   4268: 2012-09-14  moko
                   4269: 
                   4270:        * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
                   4271:          ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
                   4272:          implementation added
                   4273: 
                   4274: 2012-09-12  moko
                   4275: 
                   4276:        * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
                   4277:          targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
                   4278:          targets.dox and string.dox slightly actualized
                   4279: 
                   4280: 2012-08-31  moko
                   4281: 
                   4282:        * ChangeLog: now generated with patched cvs2cl.pl
                   4283: 
                   4284: 2012-07-29  moko
                   4285: 
                   4286:        * tests/285.html, src/main/execute.C, tests/results/285.processed:
                   4287:          result should be pushed after VMethodFrame destructor is called,
                   4288:          as it deletes junctions from stack params (fixes issue #868)
                   4289: 
                   4290: 2012-07-23  moko
                   4291: 
                   4292:        * INSTALL, README: buildall script usage documented, other outdated
                   4293:          info updated.
                   4294: 
                   4295:        * buildall-with-xml, buildall-without-xml: replaced by buildall
                   4296: 
                   4297: 2012-07-21  moko
                   4298: 
                   4299:        * buildall: glib does not compile when threads are disabled...
                   4300: 
                   4301:        * src/types/pa_vmail.C: g_assertion fixes for empty input
                   4302: 
                   4303:        * src/types/pa_vmail.C: yet another fix (strange GPF on object
                   4304:          unref, can't unref nested objects)
                   4305: 
                   4306:        * src/types/pa_vmail.C: another check added
                   4307: 
                   4308: 2012-07-19  moko
                   4309: 
                   4310:        * buildall: usage added
                   4311: 
                   4312:        * buildall: new buildall script that unites buildall-with-xml,
                   4313:          buildall-without-xml, --with-apache and --with-mailreceive
                   4314: 
                   4315:        * configure.in: support for static gmime and dynamic glib linking.
                   4316:          fixes for FreeBSD
                   4317: 
                   4318: 2012-07-17  moko
                   4319: 
                   4320:        * configure.in: --with-mailreceive replaced
                   4321:          --with-static-mailreceive and --with-shared-mailreceive pathlink
                   4322:          removed
                   4323: 
                   4324: 2012-07-16  moko
                   4325: 
                   4326:        * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
                   4327:          capitalized, content now decoded and text content converted to
                   4328:          $request:charset.  all properties are accessed by functions, this
                   4329:          ready for dynamic load.
                   4330: 
                   4331: 2012-06-28  moko
                   4332: 
1.116     moko     4333:        * src/targets/apache/Makefile.am: fix for apache cflags for Linux
                   4334:          32 bit
1.95      moko     4335: 
                   4336: 2012-06-27  moko
                   4337: 
                   4338:        * buildall-with-xml, buildall-without-xml: fetch requires -p for
                   4339:          passive ftp
                   4340: 
                   4341:        * src/lib/ltdl/ltdl.vcproj: release build fixed
                   4342: 
                   4343:        * configure.in: 3.4.2 RC -> 3.4.2
                   4344: 
                   4345: 2012-06-22  moko
                   4346: 
                   4347:        * src/types/pa_vfile.C: returned empty mode to stated files (issue
                   4348:          #815)
                   4349: 
                   4350:        * tests/: 284.html, results/284.processed: output options test
                   4351:          (feature #265)
                   4352: 
                   4353: 2012-06-22  misha
                   4354: 
                   4355:        * tests/215.html: - little changes
                   4356: 
                   4357: 2012-06-21  moko
                   4358: 
                   4359:        * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
                   4360:          types/pa_vxdoc.h: output_options returned and used (bugfix for
                   4361:          feature #265)
                   4362: 
                   4363:        * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
                   4364:          breaks long .*, default 10M restored. (issue #216)
                   4365: 
                   4366:        * tests/: 283.html, results/283.processed: test for issue #815
                   4367:          added
                   4368: 
                   4369:        * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
                   4370:          again, cstrm not required.
                   4371: 
                   4372:        * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
                   4373:          Win32 and broken FreeBSD (issue #45)
                   4374: 
                   4375:        * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
                   4376: 
                   4377:        * src/main/pa_string.C: warnings war
                   4378: 
                   4379:        * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
                   4380:          lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
                   4381:          main/pa_socks.C, targets/apache/pa_threads.C,
                   4382:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   4383:          types/pa_vstatus.C: compilation under cygwin fixed
                   4384: 
                   4385: 2012-06-19  moko
                   4386: 
                   4387:        * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
                   4388:          Windows fixed
                   4389: 
                   4390:        * parser3.sln: removed antique pcre_ctype
                   4391: 
                   4392:        * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
                   4393: 
                   4394:        * src/include/pa_config_fixed.h: undefined reference to
                   4395:          __imp__pcre_* fix for Windows
                   4396: 
                   4397:        * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.116     moko     4398:          lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
                   4399:          pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
                   4400:          (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
                   4401:          define fixed
1.95      moko     4402: 
                   4403: 2012-06-18  moko
                   4404: 
                   4405:        * src/classes/memcached.C: flush -> clear
                   4406: 
                   4407:        * src/classes/memcached.C: memcached does not support quotes even
                   4408:          in server name
                   4409: 
                   4410:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                   4411:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
                   4412:          called on open to check servers existance.  $.key(true) syntax
                   4413:          now supported
                   4414: 
                   4415: 2012-06-17  moko
                   4416: 
                   4417:        * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
                   4418:          cleanup
                   4419: 
                   4420:        * src/classes/table.C, tests/282.cfg, tests/282.html,
                   4421:          tests/results/282.processed: encloser at the EOF bug fixed,
                   4422:          incorrectly enclosed data now processed more logicaly (fixes
                   4423:          #339)
                   4424: 
                   4425: 2012-06-15  moko
                   4426: 
                   4427:        * buildall-without-xml: sync with buildall-with-xml
                   4428: 
                   4429:        * buildall-with-xml: download auto-detected between fetch and curl
                   4430: 
                   4431:        * configure.in: --with-gc and --with-pcre now also processed
                   4432:          correctly
                   4433: 
1.116     moko     4434:        * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
                   4435:          aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
                   4436:          should be run on rol1 using automake / aclocal (GNU automake)
                   4437:          1.11.1 autoconf (GNU Autoconf) 2.68
1.95      moko     4438: 
                   4439:        * configure.in: new PARSER_VERSION logic
                   4440: 
                   4441:        * src/include/pa_version.h: new pa_version.h logic
                   4442: 
                   4443:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                   4444:          classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
                   4445:          types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
                   4446:          feols_normalized -> fis_text_content set_binary added
                   4447: 
                   4448:        * src/targets/cgi/parser3.C: gcc compilation warnings fixed
                   4449: 
                   4450: 2012-06-15  misha
                   4451: 
                   4452:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                   4453:          classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
                   4454:          types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
                   4455:          ^file::create[text;content] EOLs in content now is normalized. (
                   4456:          new feature: #815 )
                   4457: 
                   4458: 2012-06-15  moko
                   4459: 
                   4460:        * configure.in: --disable-version-update added to disable version
                   4461:          update with host information (for debian package) whitespace
                   4462:          optimized
                   4463: 
                   4464:        * configure.in: version changed to 3.4.2 RC no-pic added for
                   4465:          libtool
                   4466: 
                   4467:        * src/include/pa_version.h: Nice pa_version.h default. Please keep
                   4468:          it.
                   4469: 
                   4470: 2012-06-14  moko
                   4471: 
                   4472:        * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
                   4473:          tests/results/281.processed: "hash flocked" error removed for
                   4474:          safe operations like ^h._count[] ( new feature: #335 )
                   4475: 
1.116     moko     4476:        * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95      moko     4477: 
                   4478:        * buildall-with-xml, buildall-without-xml: --with-static -> --with
                   4479: 
                   4480:        * configure.in: --with-static/shared xml replaced with --with-xml,
                   4481:          xml compilation check added
                   4482: 
                   4483:        * configure.in: --with-static/shared-gc, --with-static-pcre are
                   4484:          replaced with --with-gc and --with-pcre test for pcre linking
                   4485:          added
                   4486: 
                   4487: 2012-06-13  moko
                   4488: 
                   4489:        * configure.in: apxs2 check optimized
                   4490: 
                   4491:        * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
                   4492:          .la, includes optimized
                   4493: 
                   4494:        * buildall-with-xml: --with-pic looks better for -fPIC
                   4495: 
                   4496:        * configure.in: switched to convenience library in static linking
                   4497: 
                   4498:        * src/targets/apache/Makefile.am: switched to convenience library
                   4499:          usage to avoid libtool warnings
                   4500: 
                   4501:        * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
                   4502:          md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
                   4503:          smtp/Makefile.am: switched to convenience library usage
                   4504: 
                   4505:        * src/sql/Makefile.am: pa_sql_driver.h should be in includes
                   4506: 
                   4507:        * src/targets/apache/Makefile.am: updated for libtool usage
                   4508: 
                   4509:        * bin/auto.p.dist.in: .cfg removed from charset names.
                   4510: 
                   4511:        * buildall-without-xml: --with-included-ltdl added
                   4512: 
                   4513:        * buildall-without-xml: sync with buildall-with-xml
                   4514: 
                   4515:        * buildall-with-xml: --with-included-ltdl added $cflags added for
                   4516:          -fPIC for x64 $download added for wget success check added
                   4517: 
                   4518:        * buildall-without-xml: --with-dynamic-stdcpp removed
                   4519: 
                   4520:        * configure.in: disable-static returned
                   4521: 
                   4522:        * src/targets/cgi/Makefile.am: Automake 1.9 does not support
                   4523:          LIBTOOLFLAGS
                   4524: 
                   4525: 2012-06-12  moko
                   4526: 
                   4527:        * configure.in, src/targets/cgi/Makefile.am: disable-static not
                   4528:          compatible with LIBTOOLFLAGS for unknown reasons
                   4529: 
                   4530:        * buildall-with-xml: --with-dynamic-stdcpp removed
                   4531: 
                   4532:        * configure.in: static/dynamic -lstdc++ linking option removed
                   4533:          apxs2 check added
                   4534: 
                   4535:        * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
                   4536:          option removed
                   4537: 
                   4538: 2012-06-10  moko
                   4539: 
                   4540:        * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
                   4541:          added
                   4542: 
                   4543:        * src/targets/cgi/pp3.cmd: old PAF stuff
                   4544: 
1.116     moko     4545:        * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
                   4546:          beauty
1.95      moko     4547: 
                   4548:        * depcomp: from libtool 2.4.2
                   4549: 
                   4550:        * configure.in: ltdl directory removed, it has correct Makefile.in
                   4551: 
                   4552: 2012-06-09  moko
                   4553: 
1.116     moko     4554:        * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
                   4555:          install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95      moko     4556:          autogenerated files updated after libtool update
                   4557: 
1.116     moko     4558:        * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
                   4559:          aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95      moko     4560:          config_auto.h.in, config_fixed.h, configure, configure.ac,
                   4561:          configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
                   4562:          lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
                   4563:          config/compile, config/config.guess, config/config.sub,
                   4564:          config/depcomp, config/install-sh, config/ltmain.sh,
                   4565:          config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
                   4566:          libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
                   4567:          libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
                   4568:          libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
                   4569:          loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
                   4570:          loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
                   4571:          m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
                   4572:          m4/lt~obsolete.m4: libtool updated to version 2.4.2
                   4573: 
                   4574:        * configure.in: preparation for new libtool
                   4575: 
                   4576:        * configure.in: Some beauty added :)
                   4577: 
                   4578:        * src/targets/apache/Makefile.am: := -> =
                   4579: 
                   4580:        * src/lib/pcre/: Makefile.am, config.h: config.h removed once
                   4581:          again. :)
                   4582: 
                   4583:        * src/include/pa_config_includes.h, configure.in: limits.h added,
                   4584:          previously was taken from pcre_internal.h. :)
                   4585: 
                   4586:        * src/lib/pcre/Makefile.am: config.h returned
                   4587: 
                   4588:        * src/lib/pcre/config.h: still need this. :)
                   4589: 
                   4590:        * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
                   4591: 
                   4592:        * configure.in: --with-charsets removed; --with-mysql-client & co
                   4593:          removed
                   4594: 
                   4595:        * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
                   4596:          now in parser tree, no need to copy
                   4597: 
                   4598:        * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
                   4599:          ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
                   4600:          pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
                   4601:          debian/patches/101_pcre.patch - local copy of pcre_internal.h
                   4602:          extracts now used old trash removed
                   4603: 
                   4604:        * bin/auto.p.dist.in: all charsets are listed, utf-8 by default,
                   4605:          rare charsets/drivers are commented, sql driver quessing removed
                   4606:          (debian/patches/103_auto_p.patch)
                   4607: 
                   4608:        * etc/parser3.charsets/Makefile.am: charsets now in share
                   4609:          (debian/patches/104_automake.patch) + all charsets are copied
                   4610: 
                   4611:        * buildall-with-xml, buildall-without-xml: curl option removed +
                   4612:          extra arguments now supported
                   4613: 
                   4614: 2012-06-08  misha
                   4615: 
                   4616:        * src/classes/table.C: - one params.as_hash usage was rolled back:
                   4617:          the 2nd option in ^table.hash[] could be hash or table so
                   4618:          .as_hash will throw an exception when table option is specified
                   4619: 
                   4620:        * src/: classes/curl.C, classes/file.C, classes/hash.C,
                   4621:          classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
                   4622:          classes/table.C, classes/void.C, classes/xdoc.C,
                   4623:          include/pa_exception.h, types/pa_vmethod_frame.C,
                   4624:          types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
                   4625:          and improved (whitespaces are allowed as empty options) -
                   4626:          MethodParams::as_table is added - above methods are used for
                   4627:          parsing methods' options ( new feature: #9 )
                   4628: 
                   4629:        * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
                   4630:          to vclass. now class fields can be accessible as a hash:
                   4631:          $h[^hash::create[$asd:CLASS]]
                   4632: 
                   4633:        * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
                   4634:          have get_fields method so their fields can be accessed with
                   4635:          ^reflection:fields[...] & ^reflection:field[...]
                   4636: 
                   4637: 2012-06-06  misha
                   4638: 
                   4639:        * tests/280.html: - tests for
                   4640:          ^reflection:method[obj-or-class;method],
                   4641:          ^reflection:field[obj-or-class;field] and
                   4642:          ^reflection:fields[obj-or-class] are added
                   4643: 
                   4644: 2012-06-05  misha
                   4645: 
                   4646:        * src/classes/reflection.C: - ^reflection:method[class or
                   4647:          object;method name] and ^reflection:field[class or object;field
                   4648:          name] are added
                   4649: 
                   4650:        * src/types/pa_vstateless_class.C: - Method::get_vjunction method
                   4651:          is used
                   4652: 
                   4653:        * src/types/pa_method.h: - Method::as_vjunction method is added
                   4654: 
                   4655: 2012-06-05  moko
                   4656: 
1.116     moko     4657:        * src/targets/Makefile.am: cgi now build with apache module
1.95      moko     4658: 
                   4659:        * src/classes/memcached.C: flish ttl fixed
                   4660: 
                   4661: 2012-06-04  moko
                   4662: 
                   4663:        * src/classes/json.C, src/classes/op.C, tests/279.html,
                   4664:          tests/results/279.processed: ^json:parse[] now supports $.taint
                   4665:          option (new feature #833)
                   4666: 
                   4667: 2012-06-04  misha
                   4668: 
                   4669:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
                   4670:          - search_stop method was moved from pa_vcookie.C to pa_common.C
                   4671: 
                   4672: 2012-06-03  misha
                   4673: 
                   4674:        * src/main/pa_http.C: - ^file:load[...;http://...] - all received
                   4675:          cookies are parced and stored into $.cookies ( new feature: #31 )
                   4676: 
                   4677: 2012-05-30  misha
                   4678: 
                   4679:        * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
                   4680:          incomplete class into a scope while @USE is found
                   4681: 
                   4682:        * src/main/compile.y: - add incomplete class into a scope while
                   4683:          @USE and @CLASS instructions are found ( bugfix: #838 )
                   4684: 
                   4685: 2012-05-30  moko
                   4686: 
                   4687:        * src/types/pa_vclass.C, tests/278.html,
                   4688:          tests/results/278.processed: removed "property has no getter
                   4689:          method" exception when GET_DEFAULT present (fixes #269)
                   4690: 
                   4691:        * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
                   4692:          $._default
                   4693: 
                   4694: 2012-05-29  moko
                   4695: 
                   4696:        * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
                   4697:          uninitialized values usage (new feature: #154)
                   4698: 
                   4699: 2012-05-28  moko
                   4700: 
                   4701:        * tests/277.html, src/classes/json.C, src/classes/reflection.C,
                   4702:          src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
                   4703:          src/types/pa_vdate.h, src/types/pa_vdouble.h,
                   4704:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
                   4705:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   4706:          src/types/pa_vstring.h, src/types/pa_vtable.C,
                   4707:          tests/results/277.processed, src/types/pa_vtable.h,
                   4708:          src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
                   4709:          ^json:string[$o; $.default[$method]] implemented for VObject (new
                   4710:          feature #803)
                   4711: 
                   4712:        * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
                   4713:          tests/results/277.processed: json numbers are now treated as
                   4714:          double ( new feature: #834 )
                   4715: 
                   4716:        * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
                   4717:          main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
                   4718:          added for out of range checks, zero division in vint/vdouble
                   4719:          check added ( fixes #832 )
                   4720: 
                   4721:        * tests/: 275.html, results/275.processed: tests for pa_atoui added
                   4722:          ( fixes #832 )
                   4723: 
                   4724: 2012-05-28  misha
                   4725: 
                   4726:        * buildall-with-xml: - --without-lzma option is added to libxml2
                   4727:          configure
                   4728: 
                   4729:        * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
                   4730:          added - tests for unsupported values for options $.file, $.table
                   4731:          and $.date are added
                   4732: 
                   4733:        * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
                   4734:          accepts "stat" $.file[] option's value in addition to existed
                   4735:          "text" and "base64" ( new feature: #835 )
                   4736: 
                   4737:        * tests/276.html: - test for
                   4738:          ^reflection:delete[$object-or-class;field-name]
                   4739: 
                   4740:        * src/classes/reflection.C: -
                   4741:          ^reflection:delete[$object-or-class;field-name] is added ( new
                   4742:          feature: #268 )
                   4743: 
                   4744: 2012-05-27  misha
                   4745: 
                   4746:        * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
                   4747: 
                   4748: 2012-05-24  misha
                   4749: 
                   4750:        * src/include/pa_common.h: - method lastposafter was removed
                   4751: 
                   4752:        * src/classes/file.C: - use strrpbrk & rskipchars instead of
                   4753:          lastposafter - ^file:dirname[] & Co proper handle windows file
                   4754:          paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
                   4755:          work as *nix commands
                   4756: 
                   4757:        * src/main/pa_request.C: - use strrpbrk instead of lastposafter
                   4758: 
                   4759:        * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
                   4760:          rskipchars were added
                   4761: 
                   4762:        * tests/270.html: - more tests for ^file:find[]
                   4763: 
                   4764:        * tests/065.html: - more tests for ^file:dirname[] & Co
                   4765: 
                   4766:        * src/include/pa_version.h: - must be "win32" here. it is
                   4767:          auto-generated on *nix
                   4768: 
                   4769: 2012-05-24  moko
                   4770: 
                   4771:        * src/classes/math.C: ^math:convert[] now supports uint32 and
                   4772:          throws overflow exception ( new feature: #830 )
                   4773: 
                   4774:        * tests/: 275.html, results/275.processed: test for ^math:convert[]
                   4775:          uint32 support and overflow added ( new feature: #830 )
                   4776: 
                   4777: 2012-05-23  moko
                   4778: 
                   4779:        * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
                   4780:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
                   4781:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
                   4782:          types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
                   4783:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
                   4784:          types/pa_vregex.h, types/pa_vstateless_class.C,
                   4785:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   4786:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   4787:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
                   4788:          "return string as-is" removed from as_expr_result. ( new feature:
                   4789:          #831 )
                   4790: 
                   4791:        * tests/results/244.processed: test changed after bug #782 fix
                   4792:          commited
                   4793: 
                   4794:        * tests/results/229.processed: test results for bug #782 commited
                   4795: 
                   4796:        * tests/: 254.html, results/254.processed: uid now just compared,
                   4797:          not printed. :)
                   4798: 
                   4799: 2012-05-20  moko
                   4800: 
                   4801:        * src/classes/reflection.C: ^reflection:uid[$object] added ( new
                   4802:          feature: #341 )
                   4803: 
                   4804:        * tests/: 254.html, results/254.processed: test for
                   4805:          ^reflection:uid[] added
                   4806: 
                   4807:        * tests/: 254.html, results/254.processed: test for
                   4808:          ^reflection:uid[$obj] added
                   4809: 
                   4810: 2012-05-17  misha
                   4811: 
                   4812:        * src/main/untaint.C: - do not replace ' char by _26 while
                   4813:          exploding filespec-tainting ( new feature: #829 )
                   4814: 
                   4815: 2012-05-12  moko
                   4816: 
                   4817:        * src/types/pa_vvoid.h: is_string now also checked, but get_* -
                   4818:          not.
                   4819: 
                   4820: 2012-05-08  moko
                   4821: 
                   4822:        * src/types/pa_vmethod_frame.h: bug #782 fixed
                   4823: 
                   4824:        * tests/229.html: test for bug #782
                   4825: 
                   4826:        * tests/results/259.processed, src/main/pa_request.C,
                   4827:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   4828:          src/types/pa_vstring.h, src/types/pa_vvoid.C,
                   4829:          src/types/pa_vvoid.h: feature #154 - first empty param now
                   4830:          string; defined locals are empty strings; $STRICT-VARS(true)
                   4831:          added
                   4832: 
                   4833: 2012-04-27  moko
                   4834: 
1.116     moko     4835:        * src/targets/apache/Makefile.am:
1.95      moko     4836:          ../../lib/memcached/libmemcached.a added
                   4837: 
                   4838: 2012-04-27  misha
                   4839: 
                   4840:        * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
                   4841:          ( #827 )
                   4842: 
                   4843: 2012-04-25  moko
                   4844: 
                   4845:        * src/: classes/json.C, classes/memcached.C,
                   4846:          lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
                   4847:          types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
                   4848:          implemented.
                   4849: 
                   4850:        * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
                   4851: 
                   4852: 2012-04-23  moko
                   4853: 
                   4854:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                   4855:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
                   4856:          types/pa_vmemcached.h: open allows options hash for new
                   4857:          memcached(options) function
                   4858: 
                   4859:        * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
                   4860:          not appended
                   4861: 
                   4862: 2012-04-21  moko
                   4863: 
                   4864:        * src/classes/curl.C: '' added. :)
                   4865: 
                   4866:        * src/classes/classes.vcproj: new curl.h location
                   4867: 
                   4868:        * src/classes/curl.C: verbose output redirection from stderr to
                   4869:          file curl option added
                   4870: 
                   4871: 2012-04-20  moko
                   4872: 
                   4873:        * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
                   4874:          contains what we need from curl, #ifdef HAVE_CURL removed
                   4875: 
1.116     moko     4876:        * configure, configure.in, src/classes/Makefile.am,
1.95      moko     4877:          src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.116     moko     4878:          src/lib/Makefile.am, src/lib/curl/Makefile.am,
                   4879:          src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95      moko     4880:          configure option
                   4881: 
                   4882: 2012-04-19  moko
                   4883: 
                   4884:        * src/: classes/double.C, classes/inet.C, classes/int.C,
                   4885:          classes/string.C, lib/gc/include/gc_allocator.h,
                   4886:          types/pa_vform.C: PVS-Studio detected errors fixes, unused
                   4887:          options from sql_result_string removed. (closes issue #468)
                   4888: 
                   4889:        * src/types/pa_vmemcached.C: empty string fix
                   4890: 
                   4891:        * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
                   4892:          pa_vstring.C, pa_vstring.h: serialization helpers moved to
                   4893:          pa_vmemcached.C
                   4894: 
                   4895: 2012-04-18  moko
                   4896: 
                   4897:        * src/targets/apache/mod_parser3.c: "Parser3 module requires
                   4898:          apache2-mpm-prefork" error displayed in threaded mpm.
                   4899: 
                   4900:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
                   4901:          pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
                   4902:          installed (issue #354)
                   4903: 
                   4904: 2012-04-16  moko
                   4905: 
                   4906:        * src/types/pa_vmemcached.C: call to memcached_result_create and
                   4907:          memcached_result_free removed
                   4908: 
                   4909: 2012-04-14  moko
                   4910: 
                   4911:        * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
                   4912: 
                   4913:        * src/types/pa_vmemcached.C: check_key added and used
                   4914: 
                   4915: 2012-04-13  moko
                   4916: 
                   4917:        * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
                   4918:          types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
                   4919:          Serialization_data now added and used, VString now serialized
                   4920:          with languages into memcached.
                   4921: 
                   4922: 2012-03-28  moko
                   4923: 
                   4924:        * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
                   4925:          lib/memcached/pa_memcached.h: result lengths added
                   4926: 
                   4927: 2012-03-27  moko
                   4928: 
                   4929:        * src/types/pa_vmemcached.C: strdup added
                   4930: 
                   4931: 2012-03-24  moko
                   4932: 
                   4933:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                   4934:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
                   4935:          types/pa_vmemcached.h: memcached: mget, flush, fttl added
                   4936: 
                   4937: 2012-03-20  moko
                   4938: 
1.116     moko     4939:        * configure, configure.in: Makefiles.in updated for memcached
1.95      moko     4940: 
                   4941:        * src/targets/cgi/Makefile.am: cleanup
                   4942: 
                   4943:        * src/: types/Makefile.am, types/pa_vmemcached.C,
                   4944:          types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
                   4945: 
                   4946:        * src/: classes/Makefile.am, classes/memcached.C,
                   4947:          lib/memcached/Makefile.am, lib/memcached/constants.h,
                   4948:          lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
                   4949:          lib/memcached/types.h, lib/Makefile.am: memcached initial
                   4950: 
                   4951: 2012-03-16  moko
                   4952: 
                   4953:        * src/main/execute.C: ident now works under Linux + ident displays
                   4954:          filenames (closes issue #818)
                   4955: 
1.116     moko     4956:        * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95      moko     4957:          pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
                   4958:          pa_vmethod_frame_local.h removed
                   4959: 
                   4960:        * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
                   4961:          classes/classes.h, classes/curl.C, classes/date.C,
                   4962:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   4963:          classes/hashfile.C, classes/image.C, classes/inet.C,
                   4964:          classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
                   4965:          classes/memory.C, classes/op.C, classes/reflection.C,
                   4966:          classes/regex.C, classes/response.C, classes/string.C,
                   4967:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   4968:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   4969:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   4970:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   4971:          include/pa_dictionary.h, include/pa_dir.h,
                   4972:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   4973:          include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
                   4974:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                   4975:          include/pa_pool.h, include/pa_random.h, include/pa_request.h,
                   4976:          include/pa_request_charsets.h, include/pa_request_info.h,
                   4977:          include/pa_sapi.h, include/pa_socks.h,
                   4978:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   4979:          include/pa_stack.h, include/pa_string.h,
                   4980:          include/pa_stylesheet_connection.h,
                   4981:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   4982:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   4983:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   4984:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   4985:          lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
                   4986:          lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
                   4987:          lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
                   4988:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                   4989:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
                   4990:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   4991:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   4992:          main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
                   4993:          main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
                   4994:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   4995:          main/pa_string.C, main/pa_stylesheet_connection.C,
                   4996:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   4997:          main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
                   4998:          main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
                   4999:          targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
                   5000:          targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
                   5001:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   5002:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   5003:          types/pa_junction.h, types/pa_method.h, types/pa_property.h,
                   5004:          types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
                   5005:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   5006:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   5007:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
                   5008:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   5009:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
                   5010:          types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
                   5011:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   5012:          types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
                   5013:          types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
                   5014:          types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   5015:          types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
                   5016:          types/pa_vmethod_frame_local.h, types/pa_vobject.C,
                   5017:          types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
                   5018:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   5019:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   5020:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   5021:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   5022:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   5023:          types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
                   5024:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   5025:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
                   5026:          ident now works under Linux + ident displays filenames (closes
                   5027:          issue #818) Copyright updated
                   5028: 
                   5029: 2012-03-13  moko
                   5030: 
                   5031:        * src/main/pa_string.C: compilation fix for feature #741
                   5032: 
                   5033: 2012-03-09  misha
                   5034: 
                   5035:        * tests/193.html: - tests for ^string:base64[encoded] are updated
                   5036: 
                   5037:        * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
                   5038:          now detects invalid base64 chars in the middle of encoded stricg
                   5039:          ( new feature: #55 )
                   5040: 
                   5041:        * src/include/pa_exception.h: - new exception type for base64
                   5042:          decoding is added
                   5043: 
                   5044: 2012-03-06  misha
                   5045: 
                   5046:        * tests/274.html: - tests for ^date::today[] and
                   5047:          ^date.sql-string[datetime|date|time] are added
                   5048: 
                   5049:        * src/classes/date.C: - constructor ^date::today[] is added ( new
                   5050:          feature: #811 ) - ^date.sql-string[] now can accept one param --
                   5051:          strings "datetime", "date" or "time" - comments tidying up
                   5052: 
                   5053:        * src/types/pa_vdate.h: - get_sql_string now can print datetime,
                   5054:          date and time
                   5055: 
                   5056: 2012-03-03  misha
                   5057: 
                   5058:        * tests/193.html: - tests for
                   5059:          ^string:base64[encoded;$.strict(true)] are added
                   5060: 
                   5061:        * tests/results/auto.p: - try-catch operator is added
                   5062: 
                   5063:        * src/: classes/file.C, classes/string.C, include/pa_common.h,
                   5064:          main/pa_common.C: - $.strict(true|false) option is added to
                   5065:          base64 decode methods ( new feature: #55 )
                   5066: 
                   5067:        * src/main/pa_common.C: - base64 decode memory usage was decreased
                   5068:          ( new feature: #819 )
                   5069: 
                   5070: 2012-02-28  moko
                   5071: 
                   5072:        * src/classes/hash.C: ident test
                   5073: 
                   5074: 2012-02-27  misha
                   5075: 
                   5076:        * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
                   5077: 
                   5078: 2012-01-08  misha
                   5079: 
                   5080:        * tests/273.html: - tests for ^string.replace[from;to] are added
                   5081: 
                   5082:        * src/: classes/string.C, include/pa_dictionary.h,
                   5083:          main/pa_dictionary.C, main/pa_string.C: -
                   5084:          ^string.replace[from;to] is added ( new feature: #741 ) -
                   5085:          ^string.replace[one subst here] is slightly optimized
                   5086: 
                   5087: 2011-12-07  misha
                   5088: 
                   5089:        * src/classes/table.C: - $t[^table::create{$empty}] now creates
                   5090:          named table with one empty column ( bugfix: #63 )
                   5091: 
                   5092: 2011-11-30  misha
                   5093: 
                   5094:        * src/classes/json.C: - it's possible to set user's method for
                   5095:          parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
                   5096:          #763 )
                   5097: 
                   5098:        * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
                   5099: 
                   5100: 2011-11-23  misha
                   5101: 
                   5102:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                   5103:          classes/table.C, classes/xdoc.C, types/pa_vfile.C,
                   5104:          types/pa_vfile.h, types/pa_vform.C: - constructor
                   5105:          ^file::create[mode;filename;content[;options]] now accepts binary
                   5106:          mode and file-content - new constructor's format:
                   5107:          ^file::create[string-or-file-content[;$.name[filename]
                   5108:          $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
                   5109:          feature: #65 )
                   5110: 
                   5111:        * src/: include/pa_request.h, main/pa_request.C: - new method
                   5112:          mime_type_of(const String*) is added
                   5113: 
                   5114:        * src/include/pa_exception.h: - new exception constant
                   5115:          FILE_NAME_MUST_BE_SPECIFIED is added
                   5116: 
                   5117:        * src/classes/table.C: - bug with negative offset transformed into
                   5118:          a feature. it means pointing to a row from the end of the table (
                   5119:          new feature: #810 )
                   5120: 
                   5121: 2011-11-19  misha
                   5122: 
                   5123:        * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
                   5124:          â ìåòîäå _select ( new feature: #810 )
                   5125: 
                   5126:        * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
                   5127:          options were specified together is simplified
                   5128: 
                   5129: 2011-11-12  misha
                   5130: 
                   5131:        * src/main/pa_request.C: - forgotten fix for escaping filename in
                   5132:          HTTP content-disposition header (a part of bug #361 )
                   5133: 
                   5134:        * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
                   5135:          checks for ancestors' classes as well ( new feature: #456 )
                   5136: 
                   5137:        * src/classes/op.C: - exceptions for ^break[] and ^continue[]
                   5138:          "without cycle" now have types "parser.break" and
                   5139:          "parser.continue" instead of "parser.runtime" ( new feature: #799
                   5140:          )
                   5141: 
                   5142: 2011-11-11  misha
                   5143: 
                   5144:        * tests/results/: 099.processed, 100.processed, 205.processed,
                   5145:          237.processed: - since bug #361 was fixed the content of filename
                   5146:          in HTTP headers is quoted
                   5147: 
                   5148:        * tests/results/270.processed: - result for test 270
                   5149: 
                   5150:        * tests/: 065.html, results/065.processed: - more tests for
                   5151:          ^file:basename[] & Co were added
                   5152: 
                   5153:        * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
                   5154: 
                   5155:        * tests/270.html: - tests for ^file:find[] are added
                   5156: 
                   5157:        * src/types/pa_vxdoc.C: - now it's possible to specify encoding
                   5158:          using option $.charset. option $.engoding is still supported but
                   5159:          these options can not be specified together
                   5160: 
                   5161:        * src/classes/xdoc.C: - charset.isUTF8 is used instead of
                   5162:          comparation charset name with string "UTF-8" ( bugfix: #759 )
                   5163: 
                   5164: 2011-10-11  misha
                   5165: 
                   5166:        * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
                   5167:          option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
                   5168:          #622)
                   5169: 
                   5170: 2011-09-30  misha
                   5171: 
                   5172:        * src/types/pa_vrequest.C: - saving empty $request:post-body causes
                   5173:          exception "saving stat-ed file" ( bugfix: #395 )
                   5174: 
                   5175: 2011-05-30  misha
                   5176: 
                   5177:        * src/classes/string.C: - fixed bug which was added with
                   5178:          params.as_hash into string:sql
                   5179: 
                   5180: 2011-05-29  misha
                   5181: 
                   5182:        * src/types/pa_value.C: - filename in content-disposition header
                   5183:          must be quoted ( bugfix: #361 )
                   5184: 
                   5185: 2011-05-27  misha
                   5186: 
                   5187:        * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
                   5188:          created file
                   5189: 
                   5190:        * src/classes/: hash.C, mail.C: - little tunning with get_hash
                   5191:          usage
                   5192: 
                   5193:        * src/include/pa_exception.h: - one more string for exception was
                   5194:          added
                   5195: 
                   5196: 2011-05-25  misha
                   5197: 
                   5198:        * tests/269.html: - tests for checking input params in some dom
                   5199:          methods
                   5200: 
                   5201:        * src/classes/: xdoc.C, xnode.C: - validation of some input params
                   5202:          was added. it isn't possible not wo create xdoc with invalid
                   5203:          tagName. ( bugfix: #160 )
                   5204: 
                   5205:        * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
                   5206:          string "data must be string" was mover from pa_exception.h to
                   5207:          pa_xml_exception.h
                   5208: 
                   5209:        * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
                   5210:          as_xmlncname, as_xmlname and as_xmlnsuri were added
                   5211: 
                   5212:        * src/main/pa_xml_exception.C: - XmlException accepts more options
                   5213: 
                   5214:        * src/include/pa_xml_exception.h: - XmlException accepts more
                   5215:          options - XML-related exception's strings were added
                   5216: 
                   5217:        * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
                   5218:          output_options were removed)
                   5219: 
                   5220: 2011-05-19  misha
                   5221: 
                   5222:        * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
                   5223:          params.as_hash is used more while parsing methods hash-options
                   5224: 
                   5225: 2011-05-18  misha
                   5226: 
                   5227:        * operators.txt: - info about json-serialization of xdoc was added
                   5228: 
                   5229:        * tests/256.html: - tests for json-serialization xdoc were added
                   5230: 
                   5231:        * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
                   5232: 
                   5233:        * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   5234:          classes/json.C, classes/xdoc.C: - now json:string can serialize
                   5235:          xdoc-objects. options (the same as ^xdoc.string[]) could be
                   5236:          specified in $.xdoc[] ( new feature: #265 )
                   5237: 
                   5238: 2011-05-15  misha
                   5239: 
                   5240:        * tests/268.html: - tests for ^table.count[with options] were added
                   5241: 
                   5242:        * src/classes/table.C: - method ^table.count[] now can accept
                   5243:          options ( new feature: #93 ): ^table.count[column] returns number
                   5244:          of columns for named table; ^table.count[cells] returns number of
                   5245:          cells in the current row; ^table.count[] & ^table.count[rows]
                   5246:          return number of rows in a table.
                   5247: 
                   5248:        * tests/267.html: - test for checking switch/case in boolean mode
                   5249:          was added
                   5250: 
                   5251:        * src/classes/op.C: - if switch's or case's value is bool, they are
                   5252:          compared as bool values, not as double values: new feature: #351
                   5253: 
                   5254: 2011-05-06  misha
                   5255: 
                   5256:        * tests/242.html: - EOL before EOF was added
                   5257: 
                   5258:        * tests/169.html: - tests for splitting empty string and void were
                   5259:          added
                   5260: 
                   5261:        * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
                   5262:          returned table with one empty cell)
                   5263: 
                   5264: 2011-04-03  misha
                   5265: 
                   5266:        * src/include/pa_version.h, configure.in: - version in head was
                   5267:          changed to 3.4.2b
                   5268: 
                   5269: 2011-03-30  misha
                   5270: 
                   5271:        * src/types/pa_vregex.C: - \w & Co now contain unicode properties
                   5272:          as well ( new feature #294 )
                   5273: 
                   5274: 2011-03-29  misha
                   5275: 
                   5276:        * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
                   5277:          limited to approx. 6 MB. previous limits were too big for real
                   5278:          life. bugfix: #216
                   5279: 
                   5280: 2011-03-04  moko
                   5281: 
                   5282:        * etc/parser3.charsets/cp866.cfg: Conforms to
                   5283:          http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
                   5284: 
                   5285:        * etc/parser3.charsets/cp866.cfg: cp866 initial version from
                   5286:          vlalek@
                   5287: 
                   5288: 2011-02-22  misha
                   5289: 
                   5290:        * src/include/pa_charset.h, operators.txt: - some methods mustn't
                   5291:          be under #ifdef XML or parser can't be compiled without xml
                   5292:          support
                   5293: 
                   5294: 2011-02-21  misha
                   5295: 
1.116     moko     5296:        * src/targets/apache/: Makefile.am: - mention
1.95      moko     5297:          ApacheModuleParser3.vcproj was removed
                   5298: 
                   5299:        * src/types/pa_vjunction.C: - EOL before EOF was added (warning
                   5300:          removed)
                   5301: 
                   5302: 2011-02-20  misha
                   5303: 
                   5304:        * tests/: 266.html, 266.p: - tests for checking $.inherited and
                   5305:          $.overridden in ^reflection:method_info[...] were added
                   5306: 
                   5307:        * src/classes/reflection.C: - beautifying result of
                   5308:          ^reflection:method_info[] ($.overridden/inherited)
                   5309: 
                   5310: 2011-02-18  misha
                   5311: 
                   5312:        * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
                   5313:          and pa_isalnum instead of isalpha and isalnum - bug with
                   5314:          redundand quoting lowercased latin chars while building email
                   5315:          body was fixed
                   5316: 
                   5317:        * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
                   5318:          added (they check for latin chars only)
                   5319: 
                   5320: 2011-02-16  misha
                   5321: 
                   5322:        * src/main/pa_charset.C: - bugfix: in some cases the calculating
                   5323:          string size for transcoding gave too small value (should ever
                   5324:          look for availability char in dest charset inspite of the char
                   5325:          size)
                   5326: 
                   5327: 2011-02-04  moko
                   5328: 
                   5329:        * tests/223.html: header values now not url-encoded (issue #195)
                   5330: 
                   5331: 2011-02-01  misha
                   5332: 
                   5333:        * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
                   5334: 
                   5335: 2011-01-31  misha
                   5336: 
                   5337:        * src/main/pa_request.C: - throw exception if param file_name in
                   5338:          use_file is empty
                   5339: 
                   5340: 2011-01-08  moko
                   5341: 
                   5342:        * src/classes/curl.C: compilations errors fixed
                   5343: 
                   5344: 2010-12-29  moko
                   5345: 
                   5346:        * tests/: 265.html, results/265.processed: test for issue #200
                   5347:          added
                   5348: 
                   5349:        * src/main/pa_string.C: empty regex result check added (fixes issue
                   5350:          #200)
                   5351: 
                   5352:        * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
                   5353: 
                   5354:        * tests/results/223.processed: header values now not url-encoded
                   5355:          (issue #195)
                   5356: 
                   5357:        * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
                   5358:          main/untaint.C: L_HTTP_HEADER now used in http headers values,
                   5359:          pa_http_safe_header_name added for headers names (fixes bug #195)
                   5360: 
                   5361: 2010-12-18  misha
                   5362: 
                   5363:        * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
                   5364:          => pa-include
                   5365: 
                   5366: 2010-11-28  moko
                   5367: 
                   5368:        * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
                   5369: 
                   5370:        * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
                   5371:          -> pa
                   5372: 
                   5373:        * configure.in: apr -> pa
                   5374: 
                   5375:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
                   5376: 
                   5377:        * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
                   5378:          classes/Makefile.am, types/Makefile.am: apr -> pa
                   5379: 
                   5380:        * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
                   5381:          pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
                   5382:          sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
                   5383:          pa-include/pa_apr.h, pa-include/pa_errno.h,
                   5384:          pa-include/pa_file_info.h, pa-include/pa_file_io.h,
                   5385:          pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
                   5386:          module apr name conflict resolved)
                   5387: 
                   5388: 2010-11-27  misha
                   5389: 
                   5390:        * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
                   5391:          libbz2
                   5392: 
                   5393: 2010-11-26  misha
                   5394: 
                   5395:        * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
                   5396:          warnings removed
                   5397: 
                   5398: 2010-11-25  moko
                   5399: 
                   5400:        * operators.txt: $.indent(true)
                   5401: 
                   5402:        * operators.txt: another bugfix. :)
                   5403: 
                   5404:        * operators.txt: bugfix. :)
                   5405: 
                   5406:        * buildall-with-xml: libxml2-2.7.8 + with-apache
                   5407: 
                   5408: 2010-11-24  moko
                   5409: 
1.116     moko     5410:        * configure: apxs support
1.95      moko     5411: 
                   5412:        * configure.in: apxs support -Bstatic gc removed for OS X
                   5413: 
                   5414:        * src/targets/: Makefile.am, apache/Makefile.am: apxs support
                   5415: 
                   5416:        * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
                   5417:          THREAD_LOCAL usage
                   5418: 
                   5419:        * src/: classes/curl.C, include/pa_config_includes.h,
                   5420:          main/pa_globals.C: THREAD_LOCAL defined and used
                   5421: 
                   5422: 2010-11-23  moko
                   5423: 
                   5424:        * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
                   5425:          should be passed to pa_sleep, and only fractional part (bugfix:
                   5426:          #188)
                   5427: 
                   5428:        * src/targets/apache/mod_parser3.c: 1.3 compatibility
                   5429: 
                   5430:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
                   5431:          GC_dont_gc=1, as in cgi version
                   5432: 
                   5433:        * src/targets/apache/mod_parser3.c: warning war
                   5434: 
                   5435:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
                   5436:          pa_httpd.h: version removed, some trash removed
                   5437: 
                   5438:        * src/targets/apache/mod_parser3.c: version removed (we don't want
                   5439:          to show it), warning war
                   5440: 
                   5441:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
                   5442:          pa_httpd.h: parser_status_allowed removed + merge config
                   5443:          functions removed (override is the default) + beauty
                   5444: 
                   5445:        * src/: include/pa_request.h, main/pa_request.C,
                   5446:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
                   5447:          hide $status used in apache module removed
                   5448: 
                   5449: 2010-11-18  moko
                   5450: 
                   5451:        * operators.txt: $.table[compact] added for ^json:string[]
                   5452: 
                   5453: 2010-11-16  moko
                   5454: 
                   5455:        * src/targets/apache/mod_parser3.c: some cleanup done
                   5456: 
                   5457:        * src/main/untaint.C: bugfix: first, second String::Body argument
                   5458:          is hashcode; second, info.fragment_begin is original, not
                   5459:          resulting length
                   5460: 
                   5461:        * src/classes/file.C: new feature: $.stdin now untainted
                   5462: 
                   5463:        * tests/results/264.processed: new feature: $.stdin[] now untainted
                   5464: 
                   5465:        * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
                   5466: 
                   5467:        * src/classes/op.C: ^apply-taint[] method added
                   5468: 
                   5469:        * tests/: 264.html, results/264.processed: ^apply-taint[] test
                   5470:          added; $.stdin untaint test added
                   5471: 
                   5472: 2010-11-15  moko
                   5473: 
                   5474:        * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
                   5475:          removed
                   5476: 
                   5477:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
                   5478:          pa_httpd.h: 2x2 calculated under apache2. :)
                   5479: 
                   5480: 2010-11-13  moko
                   5481: 
                   5482:        * src/targets/apache/mod_parser3.c: initial changes to build module
                   5483:          with apache 2.x includes
                   5484: 
                   5485:        * src/targets/apache/: Makefile.am, mod_parser3.c,
                   5486:          mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
                   5487:          united apache 1.3 / apache 2.x DSO module
                   5488: 
                   5489: 2010-11-09  moko
                   5490: 
                   5491:        * src/types/pa_method.h: check added to dissallow @method[name;*]
                   5492:          syntax
                   5493: 
                   5494:        * tests/: 263.html, results/263.processed: test from method[*args]
                   5495:          added
                   5496: 
                   5497:        * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
                   5498:          number of params can now be passed to a method declared with *arg
                   5499: 
                   5500: 2010-11-06  moko
                   5501: 
                   5502:        * src/classes/table.C: formating fixed. :)
                   5503: 
                   5504:        * src/classes/table.C: closes #4: ^table.select now supports
                   5505:          $.limit(), $.offset, $.reverse() options
                   5506: 
                   5507:        * tests/: 262.html, results/262.processed: test for ^table:select
                   5508:          with options added (feature #4)
                   5509: 
                   5510:        * src/include/pa_array.h: remove function added
                   5511: 
                   5512:        * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
                   5513:          object in get_element/put_element, using static one.
                   5514: 
                   5515: 2010-11-04  moko
                   5516: 
                   5517:        * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
                   5518:          options is passed
                   5519: 
                   5520:        * tests/: 256.html, results/256.processed: $.table[compact] feature
                   5521:          now tested; k and p in handler now tested.
                   5522: 
                   5523:        * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
                   5524:          $.table[compact] feature added
                   5525: 
                   5526:        * src/classes/json.C: key is now passed to handler in
                   5527:          value_json_string; ^json:string result now process tainting
                   5528:          inside and returns clean string, related to issue #153
                   5529: 
                   5530:        * src/main/untaint.C: bugfix: charset can be null (in
                   5531:          ^string:save[] as example), thus check is added
                   5532: 
                   5533: 2010-10-31  moko
                   5534: 
                   5535:        * src/classes/string.C: error message changed (fixes issue #149)
                   5536: 
                   5537: 2010-10-29  moko
                   5538: 
                   5539:        * src/main/pa_http.C: ":port" is now added to "Host:" header if
                   5540:          port is not default (fixes issue #155); exception on invalid port
                   5541:          added.
                   5542: 
                   5543:        * src/main/untaint.C: '*' is now not urlencoded to allow header
                   5544:          "Accept: */*" to be passed
                   5545: 
                   5546: 2010-10-28  moko
                   5547: 
                   5548:        * src/classes/curl.C: bugfix: detect_charset() was throwing
                   5549:          exception on unknown charset even if response_charset was
                   5550:          specified
                   5551: 
                   5552: 2010-10-27  moko
                   5553: 
                   5554:        * src/classes/string.C: ^string.append removed for void
                   5555:          compatibility
                   5556: 
                   5557: 2010-10-26  moko
                   5558: 
                   5559:        * src/classes/json.C: libjson supports array at top level, we too
                   5560:          (GPF fixed)
                   5561: 
                   5562: 2010-10-25  moko
                   5563: 
                   5564:        * tests/: 253.html, results/253.processed: libjson supports array
                   5565:          at top level, parser now supports it as well.
                   5566: 
                   5567:        * tests/261.html, tests/results/261.processed,
                   5568:          src/types/pa_vstring.h: empty string is now void compatible
                   5569:          (allows $empty.key)
                   5570: 
                   5571: 2010-10-22  misha
                   5572: 
                   5573:        * src/types/pa_vcookie.C: - fix for session cookie (was introduced
                   5574:          while adding additional expires checkout)
                   5575: 
                   5576:        * tests/030.html: - test for session cookie was added
                   5577: 
                   5578: 2010-10-21  moko
                   5579: 
                   5580:        * src/: classes/string.C, classes/void.C, main/execute.C,
                   5581:          types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
                   5582:          string (feature #111)
                   5583: 
                   5584:        * tests/: 261.html, results/261.processed: checks void from string
                   5585:          inheritance (feature #111)
                   5586: 
                   5587:        * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
                   5588:          file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
                   5589:          reflection.C, regex.C, string.C, table.C, void.C: used_directly()
                   5590:          now true by default
                   5591: 
                   5592: 2010-10-17  moko
                   5593: 
                   5594:        * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
                   5595:          upload now uses binary blocks instead of L_FILE_POST tainting.
                   5596:          (bugfix: #128)
                   5597: 
                   5598:        * tests/: 223.html, results/223.processed: binary file upload test
                   5599:          added, GPF (issue #128) also checked in this test
                   5600: 
                   5601: 2010-10-13  misha
                   5602: 
                   5603:        * tests/260.html: - test for math:convert
                   5604: 
                   5605:        * src/classes/math.C: - error in math:convert was fixed
                   5606: 
                   5607:        * operators.txt: - info about
                   5608:          ^math:convert[number](from-base;to-base) was added
                   5609: 
                   5610:        * src/classes/math.C: - method
                   5611:          ^math:convert[number](from-base;to-base) for converting number
                   5612:          represention from one base to another was added ( new feature:
                   5613:          #23 )
                   5614: 
                   5615: 2010-10-13  moko
                   5616: 
                   5617:        * src/main/compile.tab.C: [] now is empty string, not void
                   5618: 
                   5619:        * src/main/compile.y: [] now is empty string, not void
                   5620: 
                   5621:        * src/types/pa_vvoid.h: void now passed as parameter
                   5622: 
                   5623:        * tests/: 259.html, results/259.processed: to test difference
                   5624:          between void and empty string (see ticket #111)
                   5625: 
                   5626:        * tests/results/152.processed: $sEmpty[] is now empty string, not
                   5627:          void
                   5628: 
                   5629:        * tests/256.html: $s[$void] is no longer empty string
                   5630: 
                   5631:        * tests/254.html: empty string is no longer void
                   5632: 
                   5633: 2010-10-12  misha
                   5634: 
                   5635:        * src/types/pa_vcookie.C: - check if $.expires value can be
                   5636:          converted to date during cookies set up ( bugfix: #104 )
                   5637: 
                   5638:        * tests/041.html: - more tests for ^table.locate were added
                   5639: 
                   5640:        * src/classes/table.C: - ^table.locate[field;value;options] didn't
                   5641:          work ( bugfix: #129 ) - exception comment for incorrect options
                   5642:          ^table.locate[field;value;options] was fixed
                   5643: 
                   5644: 2010-10-10  moko
                   5645: 
                   5646:        * src/: classes/reflection.C, main/execute.C: constructor returning
                   5647:          another object feature returned
                   5648: 
                   5649:        * tests/results/258.processed: test result updated as constructor
                   5650:          returning another object feature returned
                   5651: 
                   5652:        * tests/: 258.html, results/258.processed: test for constructor
                   5653:          returning another object
                   5654: 
                   5655: 2010-10-08  misha
                   5656: 
                   5657:        * tests/257.html: - whitespaces after @METACOMMANDS and their
                   5658:          options shouldn't cause exceptions any longer
                   5659: 
                   5660: 2010-10-06  moko
                   5661: 
                   5662:        * src/classes/: hash.C, table.C: length from sql server is now
                   5663:          ignored, as sql string can contain 0x00 inside (bugfix: #119)
                   5664: 
                   5665: 2010-10-02  misha
                   5666: 
                   5667:        * operators.txt: - the X mark was removed from ^cache[file]. it is
                   5668:          usable to delete cache file.
                   5669: 
                   5670: 2010-10-02  moko
                   5671: 
                   5672:        * tests/: 253.html, results/253.processed: hook_key added for key
                   5673:          checking
                   5674: 
                   5675:        * src/classes/json.C: null key bug fixed
                   5676: 
                   5677: 2010-09-29  misha
                   5678: 
                   5679:        * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
                   5680: 
                   5681: 2010-09-25  moko
                   5682: 
                   5683:        * src/classes/json.C: small fixed
                   5684: 
                   5685:        * tests/results/: 253.processed, 255.processed: just updated
                   5686: 
                   5687:        * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
                   5688:          results/255.processed: charset transcode test added for
                   5689:          json:parse
                   5690: 
                   5691: 2010-09-24  moko
                   5692: 
                   5693:        * src/types/pa_value.h: warning war :)
                   5694: 
                   5695:        * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
                   5696:          types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
                   5697:          ^json:string
                   5698: 
                   5699: 2010-09-22  moko
                   5700: 
                   5701:        * src/main/pa_charset.C: parser charset tables declare only
                   5702:          white-space before 0x20, thus adding the missing chars
                   5703: 
                   5704:        * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
                   5705:          to http://unicode.org/Public/MAPPINGS/VENDORS/
                   5706: 
                   5707: 2010-09-21  misha
                   5708: 
                   5709:        * src/main/compile.y: - some semicolons were added (VS2010 don't
                   5710:          want to compile grammar if they are absent)
                   5711: 
                   5712:        * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
                   5713: 
                   5714:        * src/classes/classes.vcproj: - pathes to ls and gawk are changed
                   5715: 
                   5716:        * src/main/main.vcproj: - path to bison is changed
                   5717: 
                   5718: 2010-09-21  moko
                   5719: 
1.116     moko     5720:        * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
                   5721:          windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
                   5722:          to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95      moko     5723: 
                   5724: 2010-09-20  misha
                   5725: 
                   5726:        * src/types/pa_vtable.C: - add EOLs while json-serializing table
                   5727: 
                   5728:        * src/classes/json.C: - add EOL while json-serializing hash
                   5729: 
                   5730:        * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
                   5731:          compilers don't like 'ES'.
                   5732: 
                   5733: 2010-09-17  misha
                   5734: 
                   5735:        * operators.txt: - info about json class was added
                   5736: 
                   5737:        * src/classes/json.C: - ^json:string[object]
                   5738: 
                   5739:        * src/: include/pa_request.h, main/pa_request.C: - stuff for
                   5740:          preventing infinite recursion while executing json:string was
                   5741:          added
                   5742: 
                   5743:        * src/include/pa_string.h: - method append_quoted was added
                   5744: 
                   5745:        * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
                   5746:          pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
                   5747:          pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
                   5748:          was added to Value & Co
                   5749: 
                   5750:        * src/classes/date.C: - methods get_gmt_string and get_sql_string
                   5751:          were used
                   5752: 
                   5753:        * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
                   5754:          were added
                   5755: 
                   5756: 2010-09-10  moko
                   5757: 
                   5758:        * src/targets/cgi/parser3.C: vsnprintf now not called twice in
                   5759:          die_or_abort (backport from 3.4.1)
                   5760: 
                   5761:        * src/targets/cgi/parser3.C: vsnprintf now not called twice in
                   5762:          die_or_abort (bugfix: #106)
                   5763: 
                   5764: 2010-09-09  moko
                   5765: 
                   5766:        * src/classes/json.C: warning war. :)
                   5767: 
                   5768: 2010-09-08  misha
                   5769: 
                   5770:        * src/lib/json/Makefile.am: - additional include directories were
                   5771:          added (for pa_memory.h and gc.h)
                   5772: 
                   5773:        * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
                   5774:          compile as C++ instead default - additional include directory was
                   5775:          added (for gc.h)
                   5776: 
                   5777:        * src/types/pa_vform.C: - little code reformating
                   5778: 
                   5779:        * src/classes/file.C: - $.content-type option now can be specified
                   5780:          in ^file::create ( new feature: #102 )
                   5781: 
                   5782: 2010-09-08  moko
                   5783: 
                   5784:        * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
                   5785:          pa_malloc/pa_free
                   5786: 
                   5787: 2010-09-07  moko
                   5788: 
                   5789:        * tests/results/254.processed: VStateless_class:put_element
                   5790:          exception was fixed
                   5791: 
                   5792:        * src/types/: pa_value.h, pa_vstateless_class.h: now
                   5793:          VStateless_class:put_element barks self.type, not this.type
                   5794:          (bugfix: #105)
                   5795: 
                   5796: 2010-09-06  moko
                   5797: 
                   5798:        * src/classes/reflection.C: bugfix: new String() is required for
                   5799:          exception handling
                   5800: 
                   5801:        * tests/: 254.html, results/254.processed: test modified
                   5802: 
                   5803: 2010-09-05  moko
                   5804: 
                   5805:        * tests/: 254.html, results/254.processed: ^reflection:copy test
                   5806:          added
                   5807: 
                   5808:        * src/: classes/reflection.C, include/pa_request.h:
                   5809:          ^reflection:copy implemented (new feature: #100)
                   5810: 
                   5811: 2010-09-03  moko
                   5812: 
                   5813:        * src/lib/json/JSON_parser.C: c++ compatiblity
                   5814: 
                   5815:        * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
                   5816:          option testing added
                   5817: 
                   5818: 2010-09-02  moko
                   5819: 
                   5820:        * src/classes/json.C: $.distinct[first|last|all] added
                   5821: 
                   5822: 2010-09-01  moko
                   5823: 
                   5824:        * tests/results/253.processed: json test result
                   5825: 
                   5826:        * tests/: 253.html, 253_json.txt: json test added
                   5827: 
                   5828:        * src/classes/json.C: json.C update to actual version + hash key
                   5829:          creation bugfix
                   5830: 
                   5831: 2010-08-31  misha
                   5832: 
                   5833:        * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
                   5834:          src/lib/json/Makefile.am, src/lib/json/json.vcproj,
                   5835:          src/lib/Makefile.am, src/classes/Makefile.am,
                   5836:          src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
                   5837:          json library was added
                   5838: 
                   5839: 2010-08-30  moko
                   5840: 
                   5841:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   5842:          types/pa_vobject.C: cosmetic optimization in
                   5843:          request:execute_method usage
                   5844: 
                   5845:        * src/: include/pa_charset.h, main/pa_charset.C: small
                   5846:          optimization, just to decrease number of lines. :)
                   5847: 
                   5848: 2010-08-27  misha
                   5849: 
                   5850:        * src/classes/op.C: - taint[json] was added
                   5851: 
                   5852:        * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
                   5853:          were added
                   5854: 
                   5855:        * src/main/pa_exec.C: - warning fix was rolled back.
                   5856: 
                   5857:        * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
                   5858:          include/pa_string.h: - taint[json] was added - escaping was
                   5859:          slightly modified
                   5860: 
                   5861: 2010-08-25  misha
                   5862: 
                   5863:        * src/classes/file.C: - typo in file:sql exception was fixed
                   5864: 
                   5865:        * src/main/pa_exec.C: - warning about declared and not used
                   5866:          variable forced_allow was removed
                   5867: 
                   5868: 2010-08-14  misha
                   5869: 
                   5870:        * src/classes/hash.C: - two warnings about signed/unsigned mismatch
                   5871:          were removed
                   5872: 
                   5873: 2010-08-11  moko
                   5874: 
                   5875:        * tests/: 249.html, results/249.processed: default setter and
                   5876:          anti-recursive default getter test added
                   5877: 
                   5878:        * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
                   5879:          types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
                   5880:          types/pa_vobject.h, types/pa_vstateless_class.C,
                   5881:          types/pa_vstateless_class.h: default setter support +
                   5882:          anti-recursive default getter support ( new feature: #13 )
                   5883: 
                   5884:        * src/include/pa_hash.h: optimization: threshold member removed
                   5885:          from hash, reducing sizeof(hash)
                   5886: 
                   5887: 2010-08-10  misha
                   5888: 
                   5889:        * tests/196.html: - junction-method was added to the test
                   5890: 
                   5891:        * tests/248.html: - ups. typo :)
                   5892: 
                   5893:        * tests/248.html: - test for checking .match with 4 params
                   5894: 
                   5895:        * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
                   5896:          247_windows1251.txt: - test for "transcode file from utf-8 to
                   5897:          $request:charset during loading if the BOM code is detected"
                   5898: 
                   5899:        * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
                   5900:          $request:charset during loading if the BOM code is detected ( new
                   5901:          feature: #98 )
                   5902: 
                   5903: 2010-08-05  misha
                   5904: 
                   5905:        * src/classes/image.C: - ^image.replace now can accept only 2
                   5906:          params. in this case the whole image is affected ( new feature:
                   5907:          #95 )
                   5908: 
                   5909: 2010-08-04  misha
                   5910: 
                   5911:        * tests/246.html: - test tor ^hash._at[] was added
                   5912: 
                   5913:        * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
                   5914:          #53 )
                   5915: 
                   5916:        * src/include/pa_hash.h: - methods for accessing the first and the
                   5917:          last values of ordered hash were added (first_value and
                   5918:          last_value)
                   5919: 
                   5920:        * src/classes/file.C: - now ^file::base64 accepts up to 4 params
                   5921:          (similar to others file's methods):
                   5922:          ^file::base64[mode;user-file-name;encoded;options] ( new feature:
                   5923:          #68 )
                   5924: 
                   5925:        * src/types/pa_vmethod_frame.h: - helper method as_hash was added
                   5926: 
                   5927: 2010-08-01  moko
                   5928: 
                   5929:        * src/classes/op.C: to correctly process $result[] in code, called
                   5930:          from ^process
                   5931: 
                   5932:        * tests/245.html: $result in ^process[] test added
                   5933: 
                   5934:        * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
                   5935:          main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
                   5936:          types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
                   5937:          VMethodFrame(junction, caller) replaced with VMethodFrame(method,
                   5938:          caller, self) op_call(VMethodFrame &frame, bool constructing)
                   5939:          removed, construct(class,method) added
                   5940: 
                   5941:        * tests/results/: 192.processed, 244.processed: request::construct
                   5942:          added
                   5943: 
                   5944:        * tests/: 244.html, 245.html, results/244.processed,
                   5945:          results/245.processed: object creation exceptions and ^process
                   5946:          tests added
                   5947: 
                   5948: 2010-07-28  misha
                   5949: 
                   5950:        * tests/make_tests.cmd: - win32 EOLs
                   5951: 
                   5952:        * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
                   5953:          tests on Win32 were added (The system timezone should be GMT+3)
                   5954: 
                   5955: 2010-07-26  misha
                   5956: 
                   5957:        * tests/: 212.html, results/212.processed: - sizes were removed
                   5958:          mecause they could be different on different OSs
                   5959: 
                   5960:        * tests/065.html: - make it "win32 friendly"
                   5961: 
                   5962: 2010-07-25  misha
                   5963: 
                   5964:        * src/main/compile.y: - all EOLs between methods are removed during
                   5965:          compilation ( new feature: #47 )
                   5966: 
                   5967:        * tests/results/149.processed: - prepare tests to trim trailing
                   5968:          methods' EOLs
                   5969: 
                   5970:        * tests/149.html: - prepare tests to trim trailing methods' EOLs
                   5971: 
                   5972:        * tests/: results/006.processed, results/014.processed, 006.html,
                   5973:          014.html, 022.html: - prepare tests to trim trailing methods'
                   5974:          EOLs
                   5975: 
                   5976:        * tests/: 059.html, 071.html, 149.html, results/059.processed,
                   5977:          results/071.processed, results/022.processed: - prepare tests to
                   5978:          trim trailing methods' EOLs
                   5979: 
                   5980:        * tests/: results/073.processed, results/109.processed,
                   5981:          results/142.processed, results/144.processed,
                   5982:          results/149.processed, 073.html, 096.html, 109.html, 142.html,
                   5983:          144.html: - prepare tests to trim trailing methods' EOLs
                   5984: 
                   5985:        * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
                   5986:          149.html, 152.html, results/096.processed, results/107.processed,
                   5987:          results/109.processed, results/142.processed,
                   5988:          results/144.processed: - prepare tests to trim trailing methods'
                   5989:          EOLs
                   5990: 
                   5991: 2010-07-24  moko
                   5992: 
                   5993:        * tests/results/: 156.processed, 224.processed: fix for #54 changed
                   5994:          the hash order in this test
                   5995: 
                   5996:        * tests/014.html: to check hash order, hash no is longer sorted
                   5997:          before print
                   5998: 
                   5999:        * src/include/pa_hash.h: hash copy constructor now keeps order
                   6000:          (bugfix: #54)
                   6001: 
                   6002: 2010-07-23  moko
                   6003: 
                   6004:        * tests/results/224.processed: @auto[] is no longer inherited
                   6005: 
                   6006:        * src/types/pa_vstateless_class.C, tests/227.html,
                   6007:          tests/results/227.processed: @auto[] is no longer inherited
                   6008:          (bugfix: #57)
                   6009: 
                   6010: 2010-07-22  misha
                   6011: 
                   6012:        * src/classes/table.C: - don't skip comment lines during
                   6013:          table::load if encloser or separator is set as '#' ( new feature:
                   6014:          #30 )
                   6015: 
                   6016:        * src/targets/cgi/parser3.C: - don't run as cgi if
                   6017:          env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
                   6018:          #12 )
                   6019: 
                   6020:        * src/classes/file.C: - set PARSER_VARSION env before external
                   6021:          script executing
                   6022: 
                   6023: 2010-07-13  misha
                   6024: 
                   6025:        * tests/058.html: - test for suppressing @border was added - test
                   6026:          for user attribute was added
                   6027: 
                   6028:        * tests/results/186.processed: unescaping from \uXXXX
                   6029: 
                   6030:        * tests/186.html: unescaping from \uXXXX
                   6031: 
                   6032:        * tests/: 239.html, results/239.processed: method call type
                   6033: 
                   6034:        * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
                   6035:          $junction_method.CLASS_NAME (+CLASS)
                   6036: 
                   6037: 2010-07-07  misha
                   6038: 
                   6039:        * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
                   6040:          *nix
                   6041: 
                   6042: 2010-07-05  misha
                   6043: 
                   6044:        * src/: classes/curl.C, classes/file.C, classes/hash.C,
                   6045:          classes/image.C, classes/op.C, classes/string.C, classes/table.C,
                   6046:          classes/void.C, main/pa_common.C, main/pa_http.C: - exception
                   6047:          comment strings "options must be hash", "options must be hash,
                   6048:          not code" and "called with invalid option" were replaced by
                   6049:          constatns - exception comment string "invalid option passed" was
                   6050:          replaced by "called with invalid option" (now in different
                   6051:          methods are the same exception comment string)
                   6052: 
                   6053:        * src/include/pa_exception.h: - more exception strings were defined
                   6054: 
                   6055:        * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   6056:          types/pa_vstateless_class.h: - now we can define possible
                   6057:          method's call type ( new feature: #5 )   1.
                   6058:          @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
                   6059:          methods   2. @static:method[params] (only static keyword could be
                   6060:          used here) -- for specified methods
                   6061: 
                   6062:        * src/main/pa_common.C: - junction points should not be deleted on
                   6063:          win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
                   6064:          cleanup
                   6065: 
                   6066: 2010-07-03  misha
                   6067: 
                   6068:        * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
                   6069:          results/158.processed, results/160.processed,
                   6070:          results/161.processed, results/162.processed,
                   6071:          results/163.processed: - prepare tests to trim trailing methods'
                   6072:          EOLs
                   6073: 
                   6074:        * tests/results/169.processed: - prepare tests to trim trailing
                   6075:          methods' EOLs
                   6076: 
                   6077:        * tests/results/: 168.processed, 169.processed: - prepare tests to
                   6078:          trim trailing methods' EOLs
                   6079: 
                   6080:        * tests/: results/170.processed, results/167.processed,
                   6081:          results/168.processed, results/169.processed, 167.html, 168.html,
                   6082:          169.html: - prepare tests to trim trailing methods' EOLs
                   6083: 
                   6084:        * tests/: results/170.processed, results/171.processed,
                   6085:          results/172.processed, results/173.processed,
                   6086:          results/174.processed, results/175.processed, 170.html, 171.html,
                   6087:          172.html, 173.html, 174.html, 175.html: - prepare tests to trim
                   6088:          trailing methods' EOLs
                   6089: 
                   6090:        * tests/: results/176.processed, results/180.processed,
                   6091:          results/184.processed, results/185.processed,
                   6092:          results/191.processed, results/192.processed,
                   6093:          results/196.processed, results/197.processed,
                   6094:          results/198.processed, 176.html, 180.html, 184.html, 185.html,
                   6095:          191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
                   6096:          to trim trailing methods' EOLs
                   6097: 
                   6098:        * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
                   6099:          results/199.processed, results/208.processed,
                   6100:          results/209.processed, results/213.processed,
                   6101:          results/214.processed: - prepare tests to trim trailing methods'
                   6102:          EOLs
                   6103: 
                   6104: 2010-06-29  misha
                   6105: 
                   6106:        * tests/: 220.html, 218.html, results/218.processed,
                   6107:          results/215.processed, results/217.processed, 215.html, 217.html:
                   6108:          - prepare tests to trim trailing methods' EOLs
                   6109: 
                   6110:        * tests/: results/224.processed, 224.html, 223.html,
                   6111:          results/223.processed, results/220.processed: - prepare tests to
                   6112:          trim trailing methods' EOLs
                   6113: 
                   6114:        * tests/results/: 226.processed, 230.processed: - prepare tests to
                   6115:          trim trailing methods' EOLs
                   6116: 
                   6117:        * tests/: 229.html, results/229.processed: - prepare tests to trim
                   6118:          trailing methods' EOLs
                   6119: 
                   6120:        * tests/: 232.html, 235.html, results/232.processed,
                   6121:          results/235.processed, 226.html, 227.html, 228.html, 230.html,
                   6122:          results/226.processed, results/227.processed,
                   6123:          results/228.processed, results/230.processed: - prepare tests to
                   6124:          trim trailing methods' EOLs
                   6125: 
                   6126: 2010-06-16  moko
                   6127: 
                   6128:        * tests/: 229.html, results/229.processed:  elseif now supported in
                   6129:          ^if
                   6130: 
                   6131:        * src/classes/op.C: new feature: #56 elseif now supported in ^if
                   6132: 
                   6133: 2010-06-03  misha
                   6134: 
                   6135:        * src/main/pa_common.C: - bugfix #74 -- memmove should be used
                   6136:          instead of memcopy for overlaped regions
                   6137: 
                   6138: 2010-05-25  misha
                   6139: 
                   6140:        * src/main/pa_common.C: - wanring about unused vars was removed
                   6141: 
                   6142:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
                   6143:          get_method_filename was moved to execute.C
                   6144: 
                   6145: 2010-05-23  misha
                   6146: 
                   6147:        * src/main/pa_request.C: - more accurate detection of method's file
                   6148: 
                   6149: 2010-05-22  misha
                   6150: 
                   6151:        * src/classes/reflection.C: - bugfix: core during detection of
                   6152:          .file if filespec isn't detected successfully
                   6153: 
                   6154: 2010-05-20  misha
                   6155: 
                   6156:        * src/main/pa_request.C: - fix in get_method_filename
                   6157: 
                   6158:        * src/include/pa_request.h: - new feature: #24 -- searching
                   6159:          included file in @USE/^use is changed. if its filespec doesn't
                   6160:          start from '/' it will be searched in caller file directory
                   6161: 
                   6162:        * src/classes/reflection.C: - ^reflection:method_info returns file
                   6163:          where the method is defined
                   6164: 
                   6165:        * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
                   6166:          classes/op.C: - new feature: #24 -- searching included file in
                   6167:          @USE/^use is changed. if its filespec doesn't start from '/' it
                   6168:          will be searched in caller file directory
                   6169: 
                   6170:        * src/: classes/file.C, include/pa_common.h: - method lastposafter
                   6171:          is moved to pa_common.h
                   6172: 
                   6173: 2010-05-18  misha
                   6174: 
                   6175:        * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
                   6176:          types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
                   6177:          cookie parser decode \uXXXX as well as %uXXXX
                   6178: 
                   6179: 2010-05-17  misha
                   6180: 
                   6181:        * src/classes/curl.C: beauty: - unused param is removed in method
                   6182:          _curl_version_action - some spaces were removed or replaced by
                   6183:          tabs
                   6184: 
                   6185:        * src/classes/table.C: - bugfix: #72 core with empty value during
                   6186:          ^table.hash[...;name_of_the_last_column][$.type[string]]
                   6187: 
                   6188: 2010-05-16  misha
                   6189: 
                   6190:        * src/classes/curl.C: new: #61 more curl options were added
                   6191:          (contributed by Sumo)
                   6192: 
                   6193: 2010-04-29  pretender
                   6194: 
                   6195:        * src/main/pa_string.C: fixes #63 Split result from empty string
                   6196:          now empty string.
                   6197: 
                   6198:        * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
                   6199:          string type.
                   6200: 
                   6201: 2010-04-28  pretender
                   6202: 
                   6203:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   6204:          main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
                   6205:          macrodefinition removed
                   6206: 
                   6207: 2010-04-19  pretender
                   6208: 
                   6209:        * src/main/execute.C: fixes #60 Stacktrace now contains info for
                   6210:          OP_CONSTRUCT_OBJECT and OP_GET_CLASS
                   6211: 
                   6212:        * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
                   6213:          fixes #64 Now file.missing exception generates in unsafe mode to.
                   6214: 
                   6215:        * src/classes/file.C: fixes #48 Now not throw "not save environment
                   6216:          variable" exception in grpunlim version.
                   6217: 
                   6218: 2010-04-05  misha
                   6219: 
                   6220:        * src/classes/string.C: - new feature: 4th param was added to
                   6221:          match. if specified its value is returned in case of nothing was
                   6222:          found
                   6223: 
                   6224: 2010-04-01  misha
                   6225: 
                   6226:        * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
                   6227:          multiple execution of /a/b/auto.p
                   6228: 
                   6229: 2010-03-19  misha
                   6230: 
                   6231:        * src/main/execute.C: - core in $table1.$table2 was fixed
                   6232: 
                   6233:        * src/targets/cgi/parser3.C: - core in sigpipe was fixed
                   6234: 
                   6235: 2010-01-27  misha
                   6236: 
                   6237:        * src/main/pa_common.C: - bugfix: there are no excaption.type if
                   6238:          trying to open file by path /existing-file/non-exixting-file
                   6239: 
                   6240: 2010-01-26  misha
                   6241: 
                   6242:        * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
                   6243:          was added (returns file)
                   6244: 
                   6245: 2009-12-22  misha
                   6246: 
                   6247:        * src/classes/curl.C: - method 'option' was renamed to 'options' -
                   6248:          now parser doesn't have class curl if it was built without it
                   6249: 
                   6250: 2009-12-15  misha
                   6251: 
                   6252:        * configure.in: - little cheat with curl include dir was added
                   6253: 
                   6254: 2009-12-05  misha
                   6255: 
                   6256:        * src/classes/curl.C: - some fixes
                   6257: 
                   6258: 2009-12-04  misha
                   6259: 
                   6260:        * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
                   6261:          src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
                   6262:          buildall-with-xml, buildall-without-xml, configure.in: - curl
                   6263:          class was added
                   6264: 
                   6265:        * src/include/pa_hash.h: - hash-iterator was added
                   6266: 
                   6267:        * buildall-with-xml, buildall-without-xml: - option --passive-ftp
                   6268:          was added to pcre
                   6269: 
                   6270: 2009-11-27  misha
                   6271: 
                   6272:        * src/classes/image.C: - don't add @border attribute to output of
                   6273:          ^image.html[] if it was specified by user with empty value
                   6274: 
                   6275:        * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
                   6276:          root element and we are trying to access .documentElement
                   6277: 
                   6278: 2009-11-11  misha
                   6279: 
                   6280:        * src/classes/table.C: - in ^table.flip[] look at number of columns
                   6281:          instead of number of items in first row for named tables
                   6282: 
                   6283: 2009-11-10  misha
                   6284: 
                   6285:        * operators.txt: - info about hash-options in ^file::create was
                   6286:          added
                   6287: 
                   6288:        * tests/237.html: - test for ^file::create[...;$.charset[...]] was
                   6289:          added
                   6290: 
                   6291: 2009-11-09  misha
                   6292: 
                   6293:        * buildall-with-xml: - moving to libxml 2.7.6
                   6294: 
                   6295:        * tests/236.html: - tests for comparations cords with functions
                   6296:          were added
                   6297: 
                   6298:        * src/include/pa_string.h: - optimisation: cacheing of cstr was
                   6299:          added
                   6300: 
                   6301:        * src/main/pa_http.C: - little optimisation
                   6302: 
                   6303:        * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
                   6304:          GPF mallocs + stringstream (table.save)
                   6305: 
                   6306:        * src/classes/file.C: - file::create now accepts 4th param: options
                   6307:          with $.charset
                   6308: 
                   6309:        * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
                   6310:          bug in cord (comparation cords with functions was buggy)
                   6311: 
                   6312: 2009-11-06  misha
                   6313: 
                   6314:        * src/main/pa_string.C: - bugfix: calculation string.length
                   6315:          sometimes was buggy
                   6316: 
                   6317:        * src/classes/string.C: - bugfix: Temp_value_element wasn't
                   6318:          destroyed if exception occured during match/replace
                   6319: 
                   6320:        * src/: main/pa_charset.C, include/pa_charset.h: - method
                   6321:          lengthUTF8Char was added
                   6322: 
                   6323:        * src/classes/op.C: - clean tainting lang was added for user's
                   6324:          usage
                   6325: 
                   6326:        * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
                   6327:          fixed: checkouts are required after GC_MALLOC
                   6328: 
                   6329:        * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
                   6330: 
                   6331:        * operators.txt: - actually, there is no ^untaint[xml] in
                   6332:          file::create
                   6333: 
                   6334: 2009-10-15  misha
                   6335: 
                   6336:        * tests/: 235.html, 235_attach.txt: - tests for preparing email
                   6337:          were added
                   6338: 
                   6339:        * tests/234.html: - more tests for checking ^taint[uri] escaping
                   6340:          were added
                   6341: 
                   6342:        * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
                   6343:          main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
                   6344:          hacking: for dealing with transcoding+^taint[uri]
                   6345:          transcode_and_untaint was replaced by untaint_and_transcode
                   6346: 
                   6347: 2009-10-13  misha
                   6348: 
                   6349:        * tests/: 121.html, results/121.processed: - test transcoding +
                   6350:          url-escaping now
                   6351: 
                   6352:        * tests/results/auto.p: - more helpers' methods were added
                   6353: 
                   6354:        * src/main/pa_globals.C: - die instead of abort
                   6355: 
                   6356: 2009-10-06  misha
                   6357: 
                   6358:        * src/main/pa_common.C: - don't allocate memory during
                   6359:          capitalization if input string is already capitalized
                   6360: 
                   6361:        * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
                   6362: 
                   6363:        * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
                   6364:          use format function because it calls malloc
                   6365: 
                   6366:        * src/include/pa_common.h: - more capitalized headers were added
                   6367: 
                   6368:        * src/main/pa_common.C: - in safe mode clear executable bits during
                   6369:          file writing
                   6370: 
                   6371: 2009-10-05  misha
                   6372: 
                   6373:        * src/main/pa_charset.C: - use iterators in pa_charset.C itself
                   6374: 
                   6375: 2009-10-03  misha
                   6376: 
                   6377:        * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
                   6378:          ^img.text[] & ^img.length[] can work in utf-8 now
                   6379: 
                   6380:        * src/: include/pa_charset.h, main/pa_charset.C: - class
                   6381:          UTF8_string_iterator was added
                   6382: 
                   6383:        * src/classes/image.C: - respect utf-8 when calculate alphabet
                   6384:          length
                   6385: 
                   6386:        * src/classes/mail.C: - check from before get message.cstr
                   6387: 
                   6388: 2009-10-02  misha
                   6389: 
                   6390:        * tests/233.html: - test for image.font, image.length, image.text
                   6391:          with text in utf-8 were added
                   6392: 
                   6393:        * src/main/pa_common.C: - use pa_malloc_atomic instead of new
                   6394: 
                   6395:        * buildall-with-xml, buildall-without-xml: - comment about gc
                   6396:          version for freebsd 4 was added
                   6397: 
                   6398: 2009-10-01  misha
                   6399: 
                   6400:        * src/main/pa_exec.C: - bugfix: allocate a bit more (for
                   6401:          terminator) - read_pipe were slightly optimized
                   6402: 
                   6403: 2009-09-28  misha
                   6404: 
                   6405:        * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
                   6406:          removed
                   6407: 
                   6408:        * src/types/pa_vmail.C: - forgot about space after ':'
                   6409: 
                   6410:        * src/types/pa_vmail.C: - escape filenames while preparing mail
                   6411:          body - small simplifications
                   6412: 
                   6413:        * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
                   6414:          inout params like pa_base64
                   6415: 
                   6416:        * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
                   6417:          option $.debug-print(1) was added to mail:send - changes for
                   6418:          using uue_encode which uses less memory
                   6419: 
                   6420:        * src/main/pa_common.C: - pa_base64_encode uses less memory now
                   6421: 
                   6422:        * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
                   6423:          memory now
                   6424: 
                   6425: 2009-09-26  misha
                   6426: 
                   6427:        * src/types/pa_vmail.C: - default encoding now is base64
                   6428: 
                   6429:        * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
                   6430: 
                   6431: 2009-09-25  misha
                   6432: 
                   6433:        * src/types/pa_vmail.C: - capitalization of headers was added to
                   6434:          sending mail as well
                   6435: 
                   6436:        * buildall-with-xml: - catalog package was removed from libxml
                   6437: 
                   6438:        * src/main/pa_xml_io.C: - fix in removing file:// protocol for
                   6439:          win32 absolute path
                   6440: 
                   6441:        * src/include/pa_common.h: - one more capitalized header was added
                   6442: 
                   6443: 2009-09-22  misha
                   6444: 
                   6445:        * INSTALL: - comment about building just httpd binary while
                   6446:          building apache module was added
                   6447: 
                   6448: 2009-09-21  misha
                   6449: 
                   6450:        * buildall-with-xml: - moving to the latest versions of xml libs:
                   6451:          libxml 2.7.4 and libxslt 1.1.25
                   6452: 
                   6453: 2009-09-19  misha
                   6454: 
                   6455:        * tests/231.html: - test for encoding cookie in win-1251
                   6456: 
                   6457: 2009-09-18  misha
                   6458: 
                   6459:        * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
                   6460:          object] were added
                   6461: 
                   6462:        * operators.txt: - info about method ^reflection:fields[class or
                   6463:          object] was added
                   6464: 
                   6465:        * src/classes/reflection.C: - method ^reflection:fields[class or
                   6466:          object] was added
                   6467: 
                   6468:        * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
                   6469:          methods get_fields were added
                   6470: 
                   6471:        * tests/232.html: - tests for @GET[name]
                   6472: 
                   6473:        * src/classes/table.C: - some changes in handling hash-options for
                   6474:          creare, join and locate
                   6475: 
                   6476:        * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
                   6477:          defined with option: the type of requested value
                   6478: 
                   6479: 2009-09-17  misha
                   6480: 
                   6481:        * tests/212.html: - tests for .pattern and .options were added
                   6482: 
                   6483:        * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
                   6484:          $regex.options were added
                   6485: 
                   6486: 2009-09-11  misha
                   6487: 
                   6488:        * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
                   6489:          rewrited. it checks not just one case of sending cookies during
                   6490:          file::load[http], but also sending headers and fields (including
                   6491:          files)
                   6492: 
                   6493: 2009-09-10  misha
                   6494: 
                   6495:        * src/main/untaint.C: - workaround in file-spec lang for old Macs
                   6496:          was removed => now parser can open files with Russian 'r' in
                   6497:          filename
                   6498: 
                   6499:        * src/main/untaint.C: - bugfix: client charset whould be analized
                   6500:          while escaping cookies but now source charset
                   6501: 
                   6502:        * src/main/pa_http.C: - bugfix: the values of http headers didn't
                   6503:          ^tainted[uri] so it was possible to make request with incorrect
                   6504:          http header
                   6505: 
                   6506:        * src/main/pa_http.C: - capitalization of http headers during
                   6507:          file::load[http was slightly changes - bugfix: all headers which
                   6508:          parser sends during file::load[http should be transcoded and only
                   6509:          then escaped
                   6510: 
                   6511:        * src/main/untaint.C: - a bit more comments were added
                   6512: 
                   6513:        * src/classes/: file.C, string.C: - types where changes (minus 2
                   6514:          warnings)
                   6515: 
                   6516:        * src/include/pa_common.h: - 2 capitalized strings for making http
                   6517:          headers during file::load[http were added
                   6518: 
                   6519: 2009-09-08  misha
                   6520: 
                   6521:        * operators.txt: - changes in file.save and string.save were added
                   6522: 
                   6523:        * tests/: 230.html, 230.txt: - tests for checking options in
                   6524:          file.save and string.save were added
                   6525: 
                   6526:        * src/main/pa_request.C: - http headers names, which are passed to
                   6527:          SAPI::add_header_attribute are lowercased now (it'll be
                   6528:          capitalized in that method)
                   6529: 
                   6530:        * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
                   6531:          classes/string.C: - file_write accepts Request_charsets and asked
                   6532:          charset and cound transcode content before writing - string.save
                   6533:          and file.save have option $.charset now
                   6534: 
                   6535:        * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
                   6536:          classes/xdoc.C: - file_write accepts Request_charsets and asked
                   6537:          charset and cound transcode content before writing
                   6538: 
                   6539:        * src/include/pa_exception.h: - new exception comment string was
                   6540:          defined
                   6541: 
                   6542: 2009-09-07  misha
                   6543: 
                   6544:        * src/main/compile.y: - grammar $name\ name stops now for regex
                   6545:          sub-pattern\s
                   6546: 
                   6547: 2009-09-04  misha
                   6548: 
                   6549:        * src/main/pa_http.C: - capitalization of http headers during
                   6550:          file::load[http was implemented
                   6551: 
                   6552: 2009-09-03  misha
                   6553: 
                   6554:        * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
                   6555:          include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
                   6556:          types/pa_vmail.C, targets/cgi/parser3.C,
                   6557:          targets/isapi/parser3isapi.C: - back to storing response http
                   6558:          headers in lowercase - capitalize them during output
                   6559: 
                   6560: 2009-08-31  misha
                   6561: 
                   6562:        * src/classes/table.C: - allow call with any brackets (it could be
                   6563:          useful in methods with explict result declaration)
                   6564: 
                   6565:        * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
                   6566:          correctly if $request:charset==koi8-r
                   6567: 
                   6568: 2009-08-30  misha
                   6569: 
                   6570:        * src/: include/pa_common.h, main/pa_request.C: - http headers were
                   6571:          changed: content-type => Content-type and so on
                   6572: 
                   6573:        * src/classes/file.C, src/include/pa_common.h,
                   6574:          src/include/pa_request.h, src/main/pa_http.C,
                   6575:          src/main/pa_request.C, src/types/pa_vcookie.C,
                   6576:          src/types/pa_vmail.C, src/targets/cgi/parser3.C,
                   6577:          src/targets/isapi/parser3isapi.C, tests/results/001.processed,
                   6578:          tests/results/002.processed, tests/results/003.processed,
                   6579:          tests/results/004.processed, tests/results/005.processed,
                   6580:          tests/results/006.processed, tests/results/007.processed,
                   6581:          tests/results/008.processed, tests/results/009.processed,
                   6582:          tests/results/010.processed, tests/results/011.processed,
                   6583:          tests/results/012.processed, tests/results/013.processed,
                   6584:          tests/results/014.processed, tests/results/015.processed,
                   6585:          tests/results/016.processed, tests/results/017.processed,
                   6586:          tests/results/018.processed, tests/results/019.processed,
                   6587:          tests/results/020.processed, tests/results/021.processed,
                   6588:          tests/results/022.processed, tests/results/023.processed,
                   6589:          tests/results/024.processed, tests/results/025.processed,
                   6590:          tests/results/026.processed, tests/results/027.processed,
                   6591:          tests/results/028.processed, tests/results/029.processed,
                   6592:          tests/results/030.processed, tests/results/031.processed,
                   6593:          tests/results/032.processed, tests/results/033.processed,
                   6594:          tests/results/034.processed, tests/results/035.processed,
                   6595:          tests/results/036.processed, tests/results/037.processed,
                   6596:          tests/results/038.processed, tests/results/039.processed,
                   6597:          tests/results/040.processed, tests/results/041.processed,
                   6598:          tests/results/042.processed, tests/results/043.processed,
                   6599:          tests/results/044.processed, tests/results/045.processed,
                   6600:          tests/results/046.processed, tests/results/047.processed,
                   6601:          tests/results/048.processed, tests/results/049.processed,
                   6602:          tests/results/050.processed, tests/results/051.processed,
                   6603:          tests/results/052.processed, tests/results/053.processed,
                   6604:          tests/results/054.processed, tests/results/055.processed,
                   6605:          tests/results/056.processed, tests/results/057.processed,
                   6606:          tests/results/058.processed, tests/results/059.processed,
                   6607:          tests/results/060.processed, tests/results/061.processed,
                   6608:          tests/results/062.processed, tests/results/063.processed,
                   6609:          tests/results/064.processed, tests/results/065.processed,
                   6610:          tests/results/066.processed, tests/results/067.processed,
                   6611:          tests/results/068.processed, tests/results/069.processed,
                   6612:          tests/results/070.processed, tests/results/071.processed,
                   6613:          tests/results/072.processed, tests/results/073.processed,
                   6614:          tests/results/074.processed, tests/results/075.processed,
                   6615:          tests/results/076.processed, tests/results/077.processed,
                   6616:          tests/results/078.processed, tests/results/079.processed,
                   6617:          tests/results/080.processed, tests/results/081.processed,
                   6618:          tests/results/082.processed, tests/results/083.processed,
                   6619:          tests/results/084.processed, tests/results/085.processed,
                   6620:          tests/results/086.processed, tests/results/087.processed,
                   6621:          tests/results/088.processed, tests/results/089.processed,
                   6622:          tests/results/090.processed, tests/results/091.processed,
                   6623:          tests/results/092.processed, tests/results/093.processed,
                   6624:          tests/results/094.processed, tests/results/095.processed,
                   6625:          tests/results/096.processed, tests/results/097.processed,
                   6626:          tests/results/098.processed, tests/results/099.processed,
                   6627:          tests/results/100.processed, tests/results/101.processed,
                   6628:          tests/results/102.processed, tests/results/103.processed,
                   6629:          tests/results/104.processed, tests/results/105.processed,
                   6630:          tests/results/106.processed, tests/results/107.processed,
                   6631:          tests/results/108.processed, tests/results/109.processed,
                   6632:          tests/results/110.processed, tests/results/111.processed,
                   6633:          tests/results/112.processed, tests/results/113.processed,
                   6634:          tests/results/114.processed, tests/results/115.processed,
                   6635:          tests/results/116.processed, tests/results/117.processed,
                   6636:          tests/results/118.processed, tests/results/119.processed,
                   6637:          tests/results/120.processed, tests/results/121.processed,
                   6638:          tests/results/122.processed, tests/results/123.processed,
                   6639:          tests/results/124.processed, tests/results/125.processed,
                   6640:          tests/results/126.processed, tests/results/127.processed,
                   6641:          tests/results/128.processed, tests/results/129.processed,
                   6642:          tests/results/130.processed, tests/results/131.processed,
                   6643:          tests/results/132.processed, tests/results/133.processed,
                   6644:          tests/results/134.processed, tests/results/135.processed,
                   6645:          tests/results/136.processed, tests/results/138.processed,
                   6646:          tests/results/139.processed, tests/results/140.processed,
                   6647:          tests/results/141.processed, tests/results/142.processed,
                   6648:          tests/results/143.processed, tests/results/144.processed,
                   6649:          tests/results/145.processed, tests/results/146.processed,
                   6650:          tests/results/147.processed, tests/results/148.processed,
                   6651:          tests/results/149.processed, tests/results/150.processed,
                   6652:          tests/results/151.processed, tests/results/152.processed,
                   6653:          tests/results/153.processed, tests/results/154.processed,
                   6654:          tests/results/155.processed, tests/results/156.processed,
                   6655:          tests/results/157.processed, tests/results/158.processed,
                   6656:          tests/results/159.processed, tests/results/160.processed,
                   6657:          tests/results/161.processed, tests/results/162.processed,
                   6658:          tests/results/163.processed, tests/results/164.processed,
                   6659:          tests/results/165.processed, tests/results/166.processed,
                   6660:          tests/results/167.processed, tests/results/168.processed,
                   6661:          tests/results/169.processed, tests/results/170.processed,
                   6662:          tests/results/171.processed, tests/results/172.processed,
                   6663:          tests/results/173.processed, tests/results/174.processed,
                   6664:          tests/results/175.processed, tests/results/176.processed,
                   6665:          tests/results/177.processed, tests/results/178.processed,
                   6666:          tests/results/179.processed, tests/results/180.processed,
                   6667:          tests/results/181.processed, tests/results/182.processed,
                   6668:          tests/results/183.processed, tests/results/184.processed,
                   6669:          tests/results/185.processed, tests/results/186.processed,
                   6670:          tests/results/187.processed, tests/results/188.processed,
                   6671:          tests/results/189.processed, tests/results/190.processed,
                   6672:          tests/results/191.processed, tests/results/192.processed,
                   6673:          tests/results/193.processed, tests/results/194.processed,
                   6674:          tests/results/195.processed, tests/results/196.processed,
                   6675:          tests/results/197.processed, tests/results/198.processed,
                   6676:          tests/results/199.processed, tests/results/200.processed,
                   6677:          tests/results/201.processed, tests/results/202.processed,
                   6678:          tests/results/203.processed, tests/results/204.processed,
                   6679:          tests/results/205.processed, tests/results/206.processed,
                   6680:          tests/results/207.processed, tests/results/208.processed,
                   6681:          tests/results/209.processed, tests/results/210.processed,
                   6682:          tests/results/211.processed, tests/results/212.processed,
                   6683:          tests/results/213.processed, tests/results/214.processed,
                   6684:          tests/results/215.processed, tests/results/216.processed,
                   6685:          tests/results/217.processed, tests/results/218.processed,
                   6686:          tests/results/219.processed, tests/results/220.processed,
                   6687:          tests/results/221.processed, tests/results/222.processed,
                   6688:          tests/results/223.processed, tests/results/224.processed,
                   6689:          tests/results/225.processed, tests/results/226.processed,
                   6690:          tests/results/227.processed, tests/results/228.processed,
                   6691:          tests/results/229.processed: - http headers were changed:
                   6692:          content-type => Content-type and so on
                   6693: 
                   6694: 2009-08-27  misha
                   6695: 
                   6696:        * src/: main/pa_random.C, include/pa_random.h,
                   6697:          targets/cgi/parser3.C: - year was updated :)
                   6698: 
                   6699: 2009-08-26  misha
                   6700: 
                   6701:        * tests/: 224.html, 224.p: - test for creating of parser object
                   6702:          using constructor without params - little bugfix in test
                   6703: 
                   6704:        * src/main/compile_tools.h: - bugfix: should't call autouse while
                   6705:          checking existed class while processing partial option
                   6706: 
                   6707:        * src/classes/reflection.C: - bugfix: core when creating object
                   6708:          with reflection and constructor doesn't have params
                   6709: 
                   6710: 2009-08-24  misha
                   6711: 
                   6712:        * tests/229.html: - tests for checking the number of parameters
                   6713:          were added
                   6714: 
                   6715:        * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
                   6716:          number of method's parameters wasn't checked correctly (the bug
                   6717:          was introduced in 3.4.0)
                   6718: 
                   6719: 2009-08-22  misha
                   6720: 
                   6721:        * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
                   6722:          transcoded, but tainted pieces are escaped only when
                   6723:          content-type==url-encoding
                   6724: 
                   6725:        * tests/228.html: - test for checking
                   6726:          ^file::load[http://...;$.body[]]
                   6727: 
                   6728:        * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
                   6729:          post charset was too early (charsets is empty at this moment)
                   6730: 
                   6731: 2009-08-21  misha
                   6732: 
                   6733:        * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
                   6734:          main/untaint.C: - some fixes with transcode+untaint
                   6735: 
                   6736: 2009-08-15  misha
                   6737: 
                   6738:        * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
                   6739:          was increaced to 100 (was 50)
                   6740: 
                   6741:        * tests/227.html: - test for checking overriding properties in
                   6742:          static classes was added
                   6743: 
                   6744:        * tests/: 226.html, 226.p: - test for @autoload[] was added
                   6745: 
                   6746:        * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
                   6747:          main/execute.C, main/pa_request.C, classes/reflection.C: -
                   6748:          autouse was implemented
                   6749: 
                   6750: 2009-08-14  misha
                   6751: 
                   6752:        * src/classes/reflection.C: - outdated checkout was removed
                   6753: 
                   6754:        * src/classes/reflection.C: - optimization - method ^dynamical was
                   6755:          added.
                   6756: 
                   6757:        * src/: types/pa_value.h, types/pa_vmethod_frame.h,
                   6758:          types/pa_vstateless_class.h, main/execute.C: - optimization
                   6759: 
                   6760:        * src/types/pa_vclass.C: - exception if base on sytem class
                   6761: 
                   6762: 2009-08-12  misha
                   6763: 
                   6764:        * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
                   6765:          pa_vstateless_class.h: - little optimisation
                   6766: 
                   6767: 2009-08-11  misha
                   6768: 
                   6769:        * tests/224.html: - method_params => method_info - checking for
                   6770:          $.inherited
                   6771: 
                   6772:        * src/classes/reflection.C, operators.txt: - method method_params
                   6773:          was renamed to method_info and now it returns class name, if
                   6774:          method was defined in ancestor
                   6775: 
                   6776:        * tests/225.html: - tests for cheching properties in hierarhical
                   6777:          classes were added
                   6778: 
                   6779:        * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
                   6780:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   6781:          main/compile.y, main/execute.C, classes/classes.C: - problems
                   6782:          with properties in new classes implementation were fixed
                   6783: 
                   6784: 2009-08-10  misha
                   6785: 
                   6786:        * src/main/execute.C: - now constructor shouldn't be defined in
                   6787:          class. it could be defined in parent.
                   6788: 
                   6789: 2009-08-09  misha
                   6790: 
                   6791:        * src/classes/reflection.C: - ^reflection:methods doesn't return
                   6792:          base's methods
                   6793: 
                   6794: 2009-08-08  misha
                   6795: 
                   6796:        * src/: classes/classes.h, classes/date.C, classes/file.C,
                   6797:          classes/form.C, classes/hash.C, classes/hashfile.C,
                   6798:          classes/image.C, classes/mail.C, classes/op.C,
                   6799:          classes/reflection.C, classes/regex.C, classes/string.C,
                   6800:          classes/table.C, classes/xdoc.C, classes/xnode.C,
                   6801:          classes/xnode.h, include/pa_hash.h, main/execute.C,
                   6802:          main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
                   6803:          types/pa_method.h, types/pa_property.h, types/pa_value.C,
                   6804:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   6805:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   6806:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
                   6807:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   6808:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   6809:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   6810:          types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
                   6811:          types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
                   6812:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
                   6813:          types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   6814:          types/pa_vresponse.C, types/pa_vresponse.h,
                   6815:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   6816:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   6817:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
                   6818:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   6819:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   6820:          types/pa_wwrapper.h, types/types.vcproj: - new classes
                   6821:          implementation
                   6822: 
                   6823:        * buildall-with-xml, buildall-without-xml: - gc has a bug if
                   6824:          USE_MUNMAP is used. so it is disabled as a workaround.
                   6825: 
                   6826: 2009-08-05  misha
                   6827: 
                   6828:        * src/: main/pa_common.C, include/pa_common.h: - not needed
                   6829:          parameter was removed
                   6830: 
                   6831:        * src/main/pa_http.C: - bugfix: error was during detecting
                   6832:          content-type of file which was loaded by http
                   6833: 
                   6834: 2009-08-01  misha
                   6835: 
                   6836:        * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
                   6837:          src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
                   6838:          OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
                   6839:          can't be disabled with defines any longer
                   6840: 
                   6841: 2009-07-29  misha
                   6842: 
                   6843:        * src/classes/reflection.C, tests/results/224.processed: - for
                   6844:          native methods with any call type now returned empty call_type
                   6845:          value
                   6846: 
                   6847:        * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
                   6848:          classes/table.C, include/pa_hash.h, include/pa_request.h,
                   6849:          main/pa_request.C: - break in cycles was optimized
                   6850: 
                   6851:        * INSTALL: - more defines were described
                   6852: 
                   6853: 2009-07-28  misha
                   6854: 
                   6855:        * operators.txt: - some changes in information about reflection
                   6856:          class
                   6857: 
                   6858:        * tests/: 224.html, 224.p: - tests for reflection class
                   6859: 
                   6860:        * src/classes/reflection.C: - some bugs were fixed, method classes
                   6861:          was added, refactoring
                   6862: 
                   6863: 2009-07-26  misha
                   6864: 
                   6865:        * src/classes/classes.vcproj: - reflection class wass added to
                   6866:          project
                   6867: 
                   6868:        * operators.txt: - information about reflection class was added
                   6869: 
                   6870:        * src/classes/reflection.C: - class was redesigned
                   6871: 
                   6872: 2009-07-24  misha
                   6873: 
                   6874:        * src/classes/: Makefile.am, reflection.C: - class reflection was
                   6875:          added
                   6876: 
                   6877:        * src/types/pa_vstateless_class.h: - method for reflection method's
                   6878:          in classes was added
                   6879: 
                   6880: 2009-07-22  misha
                   6881: 
                   6882:        * src/main/compile_tools.h: - bugfix: $object.$var was
                   6883:          over-optimized. it failed if $object1.$object2.field
                   6884: 
                   6885: 2009-07-16  misha
                   6886: 
                   6887:        * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
                   6888:          lib/cord/cordxtra.c, lib/cord/include/cord.h,
                   6889:          include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
                   6890:          CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
                   6891:          one more arg: length of cord
                   6892: 
                   6893: 2009-07-15  misha
                   6894: 
                   6895:        * src/main/pa_http.C: - bugfix: $.cookies' values should be force
                   6896:          tainted in ^file::load[http://...;$.cookies[]]
                   6897: 
                   6898:        * src/classes/: op.C, regex.C, string.C: - new string with
                   6899:          exception was used
                   6900: 
                   6901:        * src/include/pa_exception.h: - new string with exception was added
                   6902: 
                   6903:        * tests/223.html: - test for checking cookie-encoding during
                   6904:          ^file::load[http was added
                   6905: 
                   6906:        * tests/: 221.html, 222.html: - tests for checking type of
                   6907:          $table.fields.field were added
                   6908: 
                   6909:        * src/types/pa_vtable.C: - not used var decl was removed
                   6910: 
                   6911:        * src/include/pa_string.h: - use cached string length in Body::mid.
                   6912:          it improves speed of match with brackets in pattern
                   6913: 
                   6914:        * src/lib/cord/include/cord.h: - make CORD_substr_checked available
                   6915:          outside
                   6916: 
                   6917: 2009-07-14  misha
                   6918: 
                   6919:        * src/types/pa_vtable.C: - $table.fields.a return string even if
                   6920:          column is empty (sometime returned void) - $table.fields was
                   6921:          added for nameless tables
                   6922: 
                   6923:        * src/targets/cgi/getopt.c: - one warning resolved
                   6924: 
                   6925:        * src/main/pa_string.C: - potentian bug fixed
                   6926: 
                   6927:        * src/classes/op.C: - small optimization in taint/untaint
                   6928: 
                   6929: 2009-07-13  misha
                   6930: 
                   6931:        * tests/156.html: - test for $cookie[...$.httponly(false)...] was
                   6932:          added
                   6933: 
                   6934:        * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
                   6935:          souldn't add the attribut to output
                   6936: 
                   6937: 2009-07-11  misha
                   6938: 
                   6939:        * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
                   6940:          stack size was increaced to 2MB (default=1MB)
                   6941: 
                   6942: 2009-07-08  misha
                   6943: 
                   6944:        * src/main/pa_string.C: - link to UTF-8 description was added
                   6945: 
                   6946:        * src/include/pa_hash.h: - hash keeps element's order in more
                   6947:          places (ex: ._keys[])
                   6948: 
                   6949:        * tests/220.html: - test for checking order of elements in hash in
                   6950:          foreach was added
                   6951: 
                   6952:        * tests/172.html: - small changes in printing hash
                   6953: 
                   6954:        * tests/129.html: - small changes in printing hash
                   6955: 
                   6956:        * src/: include/pa_common.h, include/pa_hash.h,
                   6957:          include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
                   6958:          types/pa_vmethod_frame.h: - hash now keeps order of elements
                   6959: 
                   6960:        * tests/014.html: - small changes in printing hash
                   6961: 
                   6962: 2009-07-07  misha
                   6963: 
                   6964:        * src/classes/op.C: - new taint language "parser-code" was added
                   6965: 
                   6966:        * tests/219.html: - test for auto untaint parser code in process
                   6967:          was added
                   6968: 
                   6969:        * src/classes/op.C: - tainted pieces in body of process are
                   6970:          auto-untainted now: ^ -> ^^, $ -> ^$ etc.
                   6971: 
                   6972:        * src/: include/pa_string.h, main/untaint.C: - new language
                   6973:          L_PARSER_CODE for auto-untaint in process was added
                   6974: 
                   6975:        * src/: classes/file.C, classes/hash.C, classes/image.C,
                   6976:          classes/op.C, classes/string.C, classes/table.C, classes/void.C,
                   6977:          classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
                   6978:          main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
                   6979:          main/untaint.C, types/pa_value.h, types/pa_vhash.h,
                   6980:          types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
                   6981:          code cleanup
                   6982: 
                   6983: 2009-07-06  misha
                   6984: 
                   6985:        * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
                   6986:          table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
                   6987:          deleted. taint_cstr[m] and untaint_cstr[m] should be used
                   6988: 
                   6989:        * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
                   6990:          pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
                   6991:          pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
                   6992:          cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
                   6993:          should be used
                   6994: 
                   6995:        * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
                   6996:          pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
                   6997:          cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
                   6998:          untaint_cstr[m] should be used
                   6999: 
                   7000:        * src/include/pa_string.h: - cstr(params) and cstrm(params) were
                   7001:          deleted. taint_cstr[m] and untaint_cstr[m] should be used
                   7002: 
                   7003:        * tests/218.html: - test for checking automatic file-spec-taint was
                   7004:          added
                   7005: 
                   7006:        * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
                   7007:          types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
                   7008:          classes/file.C, classes/hash.C, classes/image.C,
                   7009:          classes/string.C, classes/table.C, classes/void.C,
                   7010:          classes/xdoc.C: - optimizations and simplification of
                   7011:          string.cstr(...)
                   7012: 
                   7013:        * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
                   7014:          main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
                   7015:          - optimizations and simplification of string.cstr(...)
                   7016: 
                   7017: 2009-07-04  misha
                   7018: 
                   7019:        * tests/217.html: - test for recursion detection was added
                   7020: 
                   7021:        * src/: types/types.vcproj, main/main.vcproj,
                   7022:          classes/classes.vcproj, targets/cgi/parser3.vcproj,
                   7023:          targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
                   7024:          from .vcproj
                   7025: 
                   7026:        * src/types/pa_wwrapper.h: - dynamic_cast was removed
                   7027: 
                   7028:        * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
                   7029:          uploading files and case-insensitive http-method were added
                   7030: 
                   7031:        * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
                   7032:          tainted pattern in ^file:list[] was added
                   7033: 
                   7034: 2009-07-03  misha
                   7035: 
                   7036:        * src/: classes/classes.vcproj, main/main.vcproj,
                   7037:          types/types.vcproj, targets/cgi/parser3.vcproj,
                   7038:          targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
                   7039:          for dynamic_cast) - little options changes
                   7040: 
                   7041:        * src/main/pa_http.C: - file::load[http works now with uploading
                   7042:          files _and_ changing $.charset
                   7043: 
                   7044: 2009-06-29  misha
                   7045: 
                   7046:        * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
                   7047:          while creating pattern
                   7048: 
                   7049: 2009-06-25  misha
                   7050: 
                   7051:        * src/classes/image.C, operators.txt: - options' names for
                   7052:          ^image.font were changed to $.space, $.width and $spacing -
                   7053:          default space width now == gif's width
                   7054: 
                   7055: 2009-06-24  misha
                   7056: 
                   7057:        * tests/215.html: - tests for $file.mode were added
                   7058: 
                   7059:        * operators.txt: - added info about $file.mode and changes in
                   7060:          ^image.font[
                   7061: 
                   7062:        * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
                   7063:          param now could be omited - third param now could be hash (with
                   7064:          all widths options: $.space-width, $.letter-width) - it's
                   7065:          possible to specify tracking ($.letter-space)
                   7066: 
                   7067:        * src/classes/file.C: - file objects now could have mode field
                   7068:          (text|binary)
                   7069: 
                   7070:        * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
                   7071: 
                   7072: 2009-06-23  misha
                   7073: 
                   7074:        * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
                   7075:          trim can work with utf-8 chars now
                   7076: 
                   7077: 2009-06-20  misha
                   7078: 
                   7079:        * src/: classes/hash.C, main/pa_string.C: - string length cacheing
                   7080:          was implemented
                   7081: 
                   7082:        * src/classes/table.C: - string length cacheing was implemented
                   7083: 
                   7084:        * src/include/pa_string.h: - string length cacheing was implemented
                   7085: 
                   7086: 2009-06-17  misha
                   7087: 
                   7088:        * src/main/execute.C: - value param was removed from
                   7089:          WContext::WContext
                   7090: 
                   7091:        * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
                   7092:          pa_wwrapper.h: - value param was removed from WContext::WContext
                   7093:          - field wcontext was removed from VCodeFrame (using fparent
                   7094:          instead)
                   7095: 
                   7096:        * tests/214.html: - test with hash copying
                   7097: 
                   7098: 2009-06-16  misha
                   7099: 
                   7100:        * tests/: 062.html, results/062.processed: - evaluation hardcoded
                   7101:          strings doesn't work in expression anymore
                   7102: 
                   7103:        * src/main/execute.C: - less calls for get_constructing() - little
                   7104:          refactoring
                   7105: 
                   7106:        * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
                   7107:          include/pa_request.h: - less calls for get_constructing()
                   7108: 
                   7109:        * src/classes/: hash.C, hashfile.C: - fixed bug which was
                   7110:          introduced with OPTIMIZE_SINGLE_STRING optimization
                   7111: 
                   7112: 2009-06-14  misha
                   7113: 
                   7114:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   7115:          classes/hashfile.C, classes/image.C, classes/regex.C,
                   7116:          classes/table.C, classes/xdoc.C, classes/xnode.h,
                   7117:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
                   7118:          types/pa_vstateless_class.h, main/execute.C: - create object for
                   7119:          storing object's fields only for parser objects
                   7120: 
                   7121: 2009-06-13  misha
                   7122: 
                   7123:        * buildall-with-xml, buildall-without-xml: - new option was added
                   7124:          for building GC (it slightly reduces memory usage)
                   7125: 
                   7126:        * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
                   7127:          single string write
                   7128: 
                   7129:        * src/main/execute.C: - bytecode optimization of ^class:constructor
                   7130:          - optimization of single string write
                   7131: 
                   7132:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
                   7133:          - bytecode optimization of ^class:constructor
                   7134: 
                   7135: 2009-06-09  misha
                   7136: 
                   7137:        * src/targets/cgi/parser3.C: - type size_t was changed to int in
                   7138:          main (better compatibility)
                   7139: 
                   7140: 2009-06-08  misha
                   7141: 
                   7142:        * src/main/compile.y: - I've forgot to commit it :(
                   7143: 
                   7144: 2009-06-07  misha
                   7145: 
                   7146:        * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
                   7147:          WITH_READ and WITH_ROOT
                   7148: 
                   7149:        * src/main/: compile.y, compile_tools.C, compile_tools.h,
                   7150:          execute.C: - more optimizations for WITH_SELF, WITH_READ and
                   7151:          WITH_ROOT - little refactoring
                   7152: 
                   7153: 2009-06-06  misha
                   7154: 
                   7155:        * tests/213.html: - tests for 3rd match string-param were added
                   7156: 
                   7157:        * src/classes/string.C: - 3rd match param could be string now
                   7158: 
                   7159:        * src/main/: compile.y, compile_tools.h: - much more bytecode's
                   7160:          sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
                   7161:          GET_OBJECT_ELEMENT
                   7162: 
                   7163: 2009-06-05  misha
                   7164: 
                   7165:        * src/main/pa_http.C: - bugfix: content-length was not calculated
                   7166:          if $.body was specified
                   7167: 
                   7168: 2009-06-04  misha
                   7169: 
                   7170:        * src/classes/op.C: - optimizing write_assign_lang in connect
                   7171: 
                   7172:        * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
                   7173: 
                   7174:        * src/main/execute.C: - little refactoring - optimizing
                   7175:          write_assign_lang in taint/untaint
                   7176: 
                   7177:        * src/include/pa_opcode.h: - little refactoring
                   7178: 
                   7179:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
                   7180:          main/compile_tools.h, main/execute.C: - optimizations for
                   7181:          $self.field, ^self.method, $self.field[...] and $self.field(...)
                   7182:          were added
                   7183: 
                   7184: 2009-06-03  misha
                   7185: 
                   7186:        * src/types/pa_venv.C: - pa_strdup was replaced by strdup
                   7187: 
                   7188: 2009-06-02  misha
                   7189: 
                   7190:        * src/: main/compile.y, main/compile_tools.h, main/execute.C,
                   7191:          include/pa_opcode.h: - refactoring in last optimizations
                   7192:          ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
                   7193:          now but code is much easy and it is ready for further
                   7194:          improvements.
                   7195: 
                   7196: 2009-05-27  misha
                   7197: 
                   7198:        * src/: types/pa_junction.h, types/pa_vjunction.C,
                   7199:          types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
                   7200:          changed in destructing junctions
                   7201: 
                   7202:        * src/main/: pa_charset.C, pa_string.C: - more safe creation on
                   7203:          String:Body
                   7204: 
                   7205: 2009-05-26  misha
                   7206: 
                   7207:        * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
                   7208:          one method detect_charset was deleted - bug was fixed in this
                   7209:          method (error while detecting charset in content_type withot last
                   7210:          ';')
                   7211: 
                   7212:        * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
                   7213:          once
                   7214: 
                   7215: 2009-05-25  misha
                   7216: 
                   7217:        * src/classes/file.C: - bugfix: file::exec didn't work after
                   7218:          optimizing of helper_length
                   7219: 
                   7220: 2009-05-24  misha
                   7221: 
                   7222:        * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
                   7223:          were added - little refactoring
                   7224: 
                   7225:        * src/main/execute.C: - core while printing in debug log
                   7226:          non-printable values was fixed - $a[$b.c] and $a[$b.$c]
                   7227:          optimisations were added
                   7228: 
                   7229:        * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
                   7230:          were added
                   7231: 
                   7232: 2009-05-23  misha
                   7233: 
                   7234:        * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
                   7235:          lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
                   7236:          CORD_cat optimization
                   7237: 
                   7238:        * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
                   7239:          - call constr optimisation under separate define now
                   7240: 
                   7241:        * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
                   7242:          in $b should be string, not void
                   7243: 
                   7244:        * src/main/compile.y: - little fix for rem-cut optimisation
                   7245: 
                   7246:        * src/: include/pa_opcode.h, main/compile_tools.C,
                   7247:          main/compile_tools.h, main/execute.C: - optimisations for
                   7248:          $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
                   7249: 
                   7250:        * INSTALL: - description of some #defined were added
                   7251: 
                   7252:        * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
                   7253:          before 1st access (memory usage is reduced if don't access to
                   7254:          .text field)
                   7255: 
                   7256:        * src/include/pa_array.h: - array grows step now not static (it
                   7257:          reduces numbers of reallocs)
                   7258: 
                   7259: 2009-05-20  misha
                   7260: 
                   7261:        * src/include/pa_opcode.h: - bytecode optimization for $a(1),
                   7262:          $.b(2), $c[d] and $.e[f] was added
                   7263: 
                   7264:        * src/main/: compile.y, compile_tools.C, compile_tools.h,
                   7265:          execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
                   7266:          $.e[f] was added
                   7267: 
                   7268:        * src/main/execute.C: - debug printing moved in defines
                   7269: 
                   7270:        * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
                   7271:          and little refactoring for OP_GET_OBJECT_ELEMENT +
                   7272:          OP_GET_OBJECT_VAR_ELEMENT optimisation
                   7273: 
                   7274: 2009-05-19  misha
                   7275: 
                   7276:        * src/main/: compile.y, compile_tools.C, compile_tools.h,
                   7277:          execute.C: - $a.$b & ^a.$b bytecode optimisation
                   7278: 
                   7279:        * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
                   7280:          ^a.$b optimisation)
                   7281: 
                   7282:        * src/main/compile.y: - compiler now generate new opcodes:
                   7283:          OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
                   7284:          ^a.b - compiler now cut off ^rem{ with all content ; any number
                   7285:          of params }
                   7286: 
                   7287:        * src/main/execute.C: - code for handle new opcodes
                   7288:          OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
                   7289: 
                   7290:        * src/main/: compile_tools.C, compile_tools.h: - new parameter was
                   7291:          added for LA2V and LA2S
                   7292: 
                   7293:        * src/include/pa_opcode.h: - new defines which can be used for
                   7294:          disable some bytecode optimisation and new opcodes were added
                   7295: 
                   7296: 2009-05-17  misha
                   7297: 
                   7298:        * src/lib/cord/cordxtra.c: - bugfix.
                   7299: 
                   7300:        * tests/212.html: - .size[] and .study_size[] were added to tests
                   7301: 
                   7302:        * operators.txt: - info about regex class was added
                   7303: 
                   7304:        * tests/212.html: - tests for regex class were added
                   7305: 
                   7306: 2009-05-16  misha
                   7307: 
                   7308:        * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
                   7309:          gc7.1
                   7310: 
                   7311:        * tests/022.html: - test for ^file:list[path;] (empty second param)
                   7312:          was added
                   7313: 
                   7314:        * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
                   7315:          param) should work
                   7316: 
                   7317: 2009-05-15  misha
                   7318: 
                   7319:        * src/classes/table.C: - automatically disable stringstream usage
                   7320:          on freebsd4
                   7321: 
                   7322:        * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
                   7323:          scope
                   7324: 
                   7325:        * tests/211.html: - test with different types of access to hash was
                   7326:          added
                   7327: 
                   7328:        * tests/210.html: - test which checks for loosing tainting in
                   7329:          hash's keys was added
                   7330: 
                   7331:        * tests/208.html: - some parser work added. or stime == 0 %-)
                   7332: 
                   7333:        * src/lib/cord/cordbscs.c: - little hack was added to cord
                   7334: 
                   7335:        * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
                   7336: 
                   7337:        * src/include/pa_version.h, configure.in: - moko have made a lot of
                   7338:          optimisations for increacing version number more dramatically :)
                   7339: 
                   7340:        * src/classes/date.C: - little refactoring: use constructor which
                   7341:          accepts formated string
                   7342: 
                   7343:        * src/: include/pa_string.h, main/pa_string.C: - String constructor
                   7344:          which can print formatted string was added
                   7345: 
                   7346: 2009-05-14  misha
                   7347: 
                   7348:        * src/include/pa_string.h: - type was fixed
                   7349: 
                   7350:        * src/: classes/hashfile.C, classes/op.C,
                   7351:          include/pa_cache_managers.h, include/pa_charset.h,
                   7352:          include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
                   7353:          include/pa_request.h, include/pa_sql_driver_manager.h,
                   7354:          include/pa_string.h, include/pa_stylesheet_manager.h,
                   7355:          include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
                   7356:          main/pa_charsets.C, main/pa_string.C,
                   7357:          main/pa_stylesheet_connection.C, types/pa_value.h,
                   7358:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   7359:          types/pa_vobject.C, types/pa_vstateless_class.C,
                   7360:          types/pa_vstateless_class.h: - hash_code caching was implemented
                   7361:          (seaches should be faster now)
                   7362: 
                   7363:        * src/: classes/file.C, classes/hash.C, classes/image.C,
                   7364:          classes/string.C, classes/table.C, include/pa_string.h,
                   7365:          main/pa_charset.C, main/pa_http.C, main/pa_request.C,
                   7366:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
                   7367:          types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
                   7368:          types/pa_vrequest.C: - String constructors don't have that stupid
                   7369:          true/false param which means 'tainted'. they accept lang instead.
                   7370: 
                   7371:        * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
                   7372:          with OPTIMIZE_RESULT
                   7373: 
                   7374:        * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
                   7375:          wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
                   7376: 
                   7377: 2009-05-13  misha
                   7378: 
                   7379:        * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
                   7380:          types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
                   7381:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   7382:          types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
                   7383:          types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
                   7384:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                   7385:          include/pa_string.h, classes/date.C, classes/file.C,
                   7386:          classes/hash.C, classes/image.C, classes/string.C,
                   7387:          classes/table.C, classes/xdoc.C: - result optimisation -
                   7388:          helper_length parameter removed from string constructors
                   7389: 
                   7390: 2009-05-11  misha
                   7391: 
                   7392:        * tests/209.html: - tests for ^hash::create[hash] were added
                   7393: 
                   7394:        * tests/208.html: - tests for $status:rusage, $status:memory,
                   7395:          ^memory:compact[] were added
                   7396: 
                   7397:        * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
                   7398:          log10 were added
                   7399: 
                   7400:        * tests/206.html: - test for try with finally was added
                   7401: 
                   7402: 2009-05-10  misha
                   7403: 
                   7404:        * tests/205.html: - test for ^file::create[...] was added
                   7405: 
                   7406:        * tests/204.html: - test for ^response:clear[] was added
                   7407: 
                   7408:        * tests/038.html: - tests for trigonometric functions were added
                   7409: 
                   7410:        * tests/014.html: - tests for ^hash.containts and ^hash.delete were
                   7411:          added - more tests for .add, .sub, .union, .intersects and
                   7412:          .intersections
                   7413: 
                   7414:        * tests/065.html: - test for ^file:dirname was added
                   7415: 
                   7416:        * tests/030.html: - test for $cookie:fields was added
                   7417: 
                   7418:        * tests/203.html: - test for ^h._keys[column name] was added
                   7419: 
                   7420:        * tests/201.html: - tests for .trim were added
                   7421: 
                   7422:        * tests/202.html: - tests for last-day,
                   7423:          date:calendar[type](YYYY;MM;DD) were added
                   7424: 
                   7425:        * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
                   7426:          .offset[type](N) were added
                   7427: 
                   7428:        * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
                   7429:          and .pos[c](N) were added
                   7430: 
                   7431:        * tests/141.html: - test for math:sha1 was added
                   7432: 
                   7433:        * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
                   7434: 
                   7435: 2009-05-09  misha
                   7436: 
                   7437:        * src/main/compile.y: - rollback
                   7438: 
                   7439: 2009-05-05  misha
                   7440: 
                   7441:        * src/main/pa_exec.C: - little optimisation: somewhere length() was
                   7442:          replaced by is_empty()
                   7443: 
                   7444:        * src/: include/pa_string.h, main/pa_charset.C: - little
                   7445:          optimisation: somewhere length() was replaced by is_empty()
                   7446: 
                   7447:        * src/classes/table.C: - little optimisation: somewhere length()
                   7448:          was replaced by is_empty()
                   7449: 
                   7450:        * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
                   7451:          classes/op.C, classes/table.C, main/pa_exception.C: - little
                   7452:          optimisation: somewhere length() was replaced by is_empty()
                   7453: 
                   7454: 2009-05-04  misha
                   7455: 
                   7456:        * src/: types/pa_method.h, types/pa_vstateless_class.C,
                   7457:          types/pa_vstateless_class.h, main/execute.C,
                   7458:          include/pa_request.h, classes/hash.C, classes/op.C,
                   7459:          classes/table.C: - more optimisations were added: some operators
                   7460:          don't switch write context anylonger
                   7461: 
                   7462: 2009-05-01  misha
                   7463: 
                   7464:        * src/main/compile.y: - slightly more opcode optimisations for
                   7465:          WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
                   7466: 
                   7467:        * src/main/execute.C: - simplifying process for getters
                   7468: 
                   7469: 2009-04-30  misha
                   7470: 
                   7471:        * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
                   7472: 
                   7473:        * tests/results/199.processed: - test for checking $result into
                   7474:          ^rem was added
                   7475: 
                   7476:        * tests/199.html: - test for checking $result into ^rem was added
                   7477: 
                   7478:        * tests/: 022.html, 096.html: - þsort after :list was asses (on
                   7479:          some OS it returns list in different order)
                   7480: 
                   7481:        * src/: include/pa_array.h, include/pa_request.h,
                   7482:          include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
                   7483:          changes in stack impl - get_element() optimisation: 3rd param
                   7484:          removed - bugfix: problems with reading empty input param -
                   7485:          defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
                   7486: 
                   7487:        * tests/results/198.processed: - test for reading empty local var
                   7488:          was added
                   7489: 
                   7490:        * tests/198.html: - test for reading empty local var was added
                   7491: 
                   7492: 2009-04-29  misha
                   7493: 
                   7494:        * src/main/compile.y: - bugfix: couldn't compile because
                   7495:          OP_VALUE__GET_ELEMENT should be unde #ifdef
                   7496: 
                   7497:        * src/: include/pa_array.h, include/pa_opcode.h,
                   7498:          include/pa_request.h, main/compile.y, main/execute.C,
                   7499:          main/pa_request.C, types/pa_vmethod_frame.C,
                   7500:          types/pa_vmethod_frame.h: - we can work without opcode
                   7501:          OP_STORE_PARAM, so it was removed
                   7502: 
                   7503: 2009-04-28  misha
                   7504: 
                   7505:        * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
                   7506:          op-codes optimisation:   1. VALUE+GET_CLASS=>VALUE_GET_CLASS   2.
                   7507:          WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
                   7508:          3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
                   7509:          4.
                   7510:          WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
                   7511: 
                   7512:        * src/main/compile_tools.h: - new stuff for op-codes optimisation
                   7513: 
                   7514:        * src/: main/pa_string.C, classes/string.C: - !length() =>
                   7515:          is_empty()
                   7516: 
                   7517: 2009-04-27  misha
                   7518: 
                   7519:        * src/types/pa_vregex.h: - back explicit vars initialisation
                   7520: 
                   7521: 2009-04-24  misha
                   7522: 
                   7523:        * src/classes/string.C: - ups. typo fixed
                   7524: 
                   7525:        * src/main/execute.C: - more replacements '*new VBool' to
                   7526:          'VBool::get' - checks for ^break[], ^continue[] and
                   7527:          parser.interrupted were optimised
                   7528: 
                   7529:        * src/classes/string.C: - number of params.count() calls was
                   7530:          slightly reduced
                   7531: 
                   7532: 2009-04-23  misha
                   7533: 
                   7534:        * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
                   7535:          make it x64 friendly
                   7536: 
                   7537:        * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
                   7538:          parser is x64 friendly now
                   7539: 
                   7540: 2009-04-22  misha
                   7541: 
                   7542:        * src/types/pa_vhashfile.C: - coder friendly exception about
                   7543:          exceeding record size was added
                   7544: 
                   7545:        * src/classes/file.C: - use vregex object instead of direct calls
                   7546:          methods from pcre lib
                   7547: 
                   7548:        * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
                   7549:          classes/string.C: - use vregex object instead of direct calls
                   7550:          methods from pcre lib
                   7551: 
                   7552:        * src/: include/pa_common.h, main/pa_common.C: - method
                   7553:          print_pcre_exec_error_text was moved to class vregex
                   7554: 
                   7555:        * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
                   7556:          was added
                   7557: 
                   7558:        * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
                   7559:          - class vregex was added
                   7560: 
                   7561: 2009-04-21  misha
                   7562: 
                   7563:        * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
                   7564: 
                   7565:        * src/: types/pa_junction.h, types/pa_value.C,
                   7566:          types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
                   7567:          types/pa_wcontext.h, main/execute.C, classes/op.C: -
                   7568:          junction-optimisation (destructors)
                   7569: 
                   7570:        * src/include/pa_array.h: - free under if now
                   7571: 
                   7572: 2009-04-19  misha
                   7573: 
                   7574:        * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
                   7575: 
                   7576: 2009-04-18  misha
                   7577: 
                   7578:        * src/include/pa_version.h:
                   7579:          :q :
                   7580: 
                   7581:          CV:
                   7582:          ----------------------------------------------------------------------
                   7583: 
                   7584:        * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
                   7585:          refactoring
                   7586: 
                   7587:        * src/: include/pa_array.h, include/pa_hash.h,
                   7588:          types/pa_vmethod_frame.h: - destructors under #ifdef now
                   7589: 
                   7590:        * src/include/pa_memory.h: - define for using destructors was added
                   7591: 
                   7592:        * src/: types/pa_method.h, types/pa_vstateless_class.C,
                   7593:          main/execute.C: - some junctions will be cached now
                   7594: 
                   7595:        * src/include/pa_hash.h: - hash destructor frees pairs now
                   7596: 
                   7597:        * src/include/pa_array.h: - inline was added to destructor
                   7598: 
                   7599:        * src/types/pa_method.h: - comment was changed
                   7600: 
                   7601: 2009-04-17  misha
                   7602: 
                   7603:        * src/: include/pa_array.h, include/pa_hash.h,
                   7604:          types/pa_vmethod_frame.h: - destructors were added
                   7605: 
                   7606:        * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
                   7607:          renamed to always_use_result
                   7608: 
                   7609:        * src/main/: compile.y, compile_tools.h: - rollback changes in
                   7610:          compiler: full backward compatibility is better
                   7611: 
                   7612:        * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
                   7613:          result in var's hash
                   7614: 
                   7615:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
                   7616:          optimisation in method_frame
                   7617: 
                   7618:        * src/include/pa_array.h: - optimisation in array (allocate
                   7619:          elements only when needed)
                   7620: 
                   7621:        * src/types/pa_vresponse.C: - check for $response:headers field
                   7622:          before looking at custom fields
                   7623: 
                   7624:        * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
                   7625:          not needed to check existance var with name 'result' in var's
                   7626:          hash
                   7627: 
                   7628:        * src/main/compile.y: - compiler was changed: now it detects
                   7629:          writings to $result and set flag writo_to_result in method
                   7630: 
                   7631:        * src/classes/string.C: - little optimisation: no needed to write
                   7632:          number with lang
                   7633: 
                   7634:        * src/main/pa_charset.C: - methods readChar and skipChar which is
                   7635:          used for read utf8-strings were renamed - is_escaped was renamed
                   7636:          to isEscaped (to the same name convention)
                   7637: 
                   7638:        * src/: types/pa_method.h, main/compile_tools.h: - flag
                   7639:          write_to_result added. compiler get this info from code.
                   7640: 
                   7641: 2009-04-16  misha
                   7642: 
                   7643:        * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
                   7644:          String only before 1st write
                   7645: 
                   7646:        * src/include/pa_string.h: - not needed template removed
                   7647: 
                   7648:        * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
                   7649:          types/pa_vjunction.C, types/pa_vproperty.C,
                   7650:          types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
                   7651:          main/pa_request.C, classes/bool.C, classes/double.C,
                   7652:          classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
                   7653:          classes/void.C, classes/xnode.C: - bool optimisation (use only 2
                   7654:          bool objects)
                   7655: 
                   7656: 2009-04-15  misha
                   7657: 
                   7658:        * src/lib/cord/cordxtra.c: - more optimisation
                   7659: 
                   7660:        * src/: include/pa_string.h, main/untaint.C: - String::append
                   7661:          optimisation
                   7662: 
                   7663:        * src/include/pa_hash.h: - get_by_hash_code added (it works faster
                   7664:          then get and can sometime be used)
                   7665: 
                   7666:        * src/main/pa_string.C: - String::length optimisation
                   7667: 
                   7668:        * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
                   7669:          these methods read different strings
                   7670: 
                   7671:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
                   7672:          fresult_initial_void removed + some optimisation - if $result
                   7673:          defined we don't write to context anymore
                   7674: 
                   7675:        * src/main/pa_charset.C: - readChar => skipChar (in this place we
                   7676:          need just skip char)
                   7677: 
                   7678:        * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   7679:          types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
                   7680:          classes/table.C: - VVoid::get() => new VVoid (one void-instance)
                   7681: 
                   7682:        * src/types/pa_vvoid.h: - added get() method for retreave one
                   7683:          instance
                   7684: 
                   7685: 2009-04-11  misha
                   7686: 
                   7687:        * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
                   7688: 
                   7689:        * tests/197.html: - test for parser://test in xml was added
                   7690: 
                   7691:        * src/classes/string.C: - small optimisation
                   7692: 
                   7693:        * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
                   7694:          optimisation
                   7695: 
                   7696: 2009-04-10  misha
                   7697: 
                   7698:        * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
                   7699:          to pcre-7.8
                   7700: 
                   7701:        * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
                   7702: 
                   7703:        * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
                   7704:          added
                   7705: 
                   7706:        * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
                   7707:          $request:CLASS_NAME were added
                   7708: 
                   7709:        * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
                   7710:          were added
                   7711: 
                   7712:        * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
                   7713:          $env:CLASS_NAME were added
                   7714: 
                   7715:        * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
                   7716:          '@todo' now
                   7717: 
                   7718:        * src/targets/cgi/parser3.C: - size_t -> int for calming down
                   7719:          compirer
                   7720: 
                   7721:        * src/main/pa_string.C: - little code cleanup
                   7722: 
                   7723:        * src/main/pa_common.C: - describe one more UTF-8 related error
                   7724:          during PCRE compile/execute
                   7725: 
                   7726:        * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
                   7727:          normalizing todo-comments: '@todo' now
                   7728: 
                   7729:        * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
                   7730: 
                   7731:        * src/main/pa_charset.C: - type changed for making compiler happy
                   7732: 
                   7733: 2009-03-10  misha
                   7734: 
                   7735:        * src/targets/cgi/parser3.C: make g++ happy with the type of argc
                   7736:          in main()
                   7737: 
                   7738: 2009-02-01  misha
                   7739: 
                   7740:        * src/main/pa_http.C: - bugfix: double CRLF before the end of
                   7741:          boundary
                   7742: 
                   7743: 2009-01-25  misha
                   7744: 
                   7745:        * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
                   7746: 
                   7747:        * src/classes/file.C: - more changes for parsing different number
                   7748:          of params for file::load
                   7749: 
                   7750:        * tests/193.html: - tests for exception while base64-decode binary
                   7751:          to string was added
                   7752: 
                   7753:        * tests/192.html: - tests for file::load with different number of
                   7754:          options
                   7755: 
                   7756:        * src/classes/math.C: - ups. forgot '+1'
                   7757: 
                   7758:        * src/: classes/table.C, classes/file.C, include/pa_common.h,
                   7759:          include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
                   7760:          main/pa_http.C: - ^file::load[...;http://...;] now can post files
                   7761:          (new option $.encode[multipart-form/data] should be specified) -
                   7762:          $.method[] option for file::load now is not case-sensitive
                   7763: 
                   7764:        * src/: include/pa_string.h, main/untaint.C: - for file post the
                   7765:          new taint language L_FILE_POST was added
                   7766: 
                   7767:        * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
                   7768:          main/main.vcproj, classes/math.C, include/Makefile.am: - some
                   7769:          stuff was moved to separate files
                   7770: 
                   7771: 2009-01-23  misha
                   7772: 
                   7773:        * src/classes/math.C: - little optimisation in ^math:sha1[] -
                   7774:          spaces to tabs were converted
                   7775: 
                   7776: 2009-01-12  misha
                   7777: 
                   7778:        * src/main/pa_http.C: - value of $.method[] option force uppercased
                   7779:          now
                   7780: 
                   7781:        * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   7782:          types/pa_vform.C, types/pa_vmail.C: - some constants changed
                   7783:          their names
                   7784: 
                   7785:        * src/main/pa_common.C: - changes in formating
                   7786: 
                   7787:        * src/: classes/file.C, main/pa_http.C: - some constants changed
                   7788:          their names
                   7789: 
                   7790:        * src/include/pa_http.h: - some spaces were converted to tabs
                   7791: 
                   7792:        * src/include/pa_common.h: - some constants changed their names
                   7793: 
                   7794:        * src/classes/file.C: - fixed 4-th paramether for file::load -
                   7795:          little code rewriting
                   7796: 
                   7797:        * src/types/pa_vfile.C: - little code rewriting
                   7798: 
                   7799:        * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
                   7800:          types/pa_value.h: - some formating changes
                   7801: 
                   7802:        * src/include/pa_common.h: - some formating spaces transformed to
                   7803:          tabs
                   7804: 
                   7805:        * src/classes/string.C: - exception while base64-decode binary to a
                   7806:          string
                   7807: 
                   7808: 2009-01-11  misha
                   7809: 
                   7810:        * configure.in: - version changed to 3.3.1b
                   7811: 
                   7812: 2008-09-05  misha
                   7813: 
                   7814:        * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
                   7815:          release_3_3_0 on 2008-09-05 10:59:35 +0000
                   7816: 
                   7817: 2008-09-04  misha
                   7818: 
                   7819:        * tests/: 130.html, 131.html: - these exceptions not typeless
                   7820:          anymore
                   7821: 
                   7822:        * src/classes/op.C: - exception with 'invalid taint language' not
                   7823:          typeless anylonger
                   7824: 
                   7825:        * src/classes/image.C: - some exceptions while operations with
                   7826:          image not typeless anymore
                   7827: 
                   7828:        * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
                   7829:          main/pa_exec.C, main/pa_http.C: - some exceptions while
                   7830:          operations with files not typeless anymore
                   7831: 
                   7832:        * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
                   7833:          types/pa_vdate.h: - exceptions while checking date range not
                   7834:          typeless anymore
                   7835: 
                   7836:        * src/include/pa_exception.h: - exception type string for invalid
                   7837:          date range was added
                   7838: 
                   7839: 2008-09-03  misha
                   7840: 
                   7841:        * src/: classes/file.C, main/pa_string.C: - exception while pce
                   7842:          operations not typeless anymore
                   7843: 
                   7844:        * src/include/pa_exception.h: - exception type for pce operations
                   7845:          was added
                   7846: 
                   7847:        * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
                   7848:          and .CLASS_NAME insite classes
                   7849: 
                   7850:        * src/classes/table.C: - don't save table header whiile
                   7851:          ^table.save[append;filename] if file exists
                   7852: 
                   7853: 2008-09-02  misha
                   7854: 
                   7855:        * src/main/compile.y, src/main/compile_tools.h,
                   7856:          src/types/pa_vstateless_class.h, src/main/compile.tab.C,
                   7857:          tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
                   7858:          renamed to partial and it login changed: we must mark class as
                   7859:          partial for allow their modifications in future.
                   7860: 
                   7861: 2008-08-29  misha
                   7862: 
                   7863:        * tests/results/022.processed: - testing taint[regex] in mask for
                   7864:          file:list
                   7865: 
                   7866:        * tests/022.html: - testing taint[regex] in mask for file:list
                   7867: 
                   7868:        * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
                   7869:          for file:list was added
                   7870: 
                   7871:        * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
                   7872:          file:list
                   7873: 
                   7874: 2008-08-26  misha
                   7875: 
                   7876:        * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
                   7877:          last derived object
                   7878: 
                   7879:        * src/classes/image.C: - many strings "image.format" replaced by
                   7880:          IMAGE_FORMAT constant string - handle GPS info while parse exif -
                   7881:          understand some more exif tags
                   7882: 
                   7883:        * src/include/pa_exception.h: - string "image.format" was added
                   7884: 
                   7885: 2008-08-21  misha
                   7886: 
                   7887:        * src/: main/pa_string.C, classes/file.C: - use method for print
                   7888:          pcre_exec text error
                   7889: 
                   7890:        * src/main/pa_common.C: - method for print pcre_exec text error was
                   7891:          added
                   7892: 
                   7893:        * src/include/pa_common.h: - method declaration for print pcre_exec
                   7894:          text error was added
                   7895: 
                   7896: 2008-08-19  misha
                   7897: 
                   7898:        * src/main/execute.C: - bugfix: opcodes must be in separate
                   7899:          namespace while debug execution as well
                   7900: 
                   7901:        * tests/: 015.html, results/015.processed: - test for escaping some
                   7902:          parser chars was added
                   7903: 
                   7904: 2008-08-18  misha
                   7905: 
                   7906:        * tests/: 190.html, 190.p, results/190.processed: - test for
                   7907:          $caller.self.field + default getter in one class was added
                   7908: 
                   7909:        * tests/: 189.html, results/189.processed: - test for
                   7910:          ^date::create[date object]
                   7911: 
                   7912:        * tests/: 188.html, results/188.processed: - tests for match with
                   7913:          UTF-8 strings
                   7914: 
                   7915:        * src/main/pa_string.C: - option 'U' (ungreedy) was added to
                   7916:          ^string.match[]
                   7917: 
                   7918:        * ChangeLog: - parser 3.3.0 beta13
                   7919: 
                   7920: 2008-08-15  misha
                   7921: 
1.116     moko     7922:        * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
                   7923:          internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
                   7924:          pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
                   7925:          dftables.c: - old PCRE files removed
1.95      moko     7926: 
                   7927:        * src/lib/pcre/config.h: - configuration for PCRE library
                   7928: 
                   7929:        * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
                   7930:          use PCRE library from win32\pcre instead of parser3\src\lib\pcre
                   7931: 
                   7932:        * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
                   7933:          library and set flag UTF8 if $request:charset is UTF-8
                   7934: 
                   7935:        * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
                   7936:          include/pa_config_fixed.h: - moved to new PCRE library
                   7937: 
                   7938:        * src/: main/main.vcproj, types/types.vcproj,
                   7939:          classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
                   7940:          win32\pcre instead of parser3\src\lib\pcre
                   7941: 
                   7942:        * src/: include/pa_opcode.h, include/pa_operation.h,
                   7943:          main/compile.C, main/compile.y, main/compile_tools.C,
                   7944:          main/compile_tools.h, main/execute.C, main/compile.tab.C: -
                   7945:          opcodes were moved to separate namespace
                   7946: 
                   7947: 2008-08-14  misha
                   7948: 
                   7949:        * src/types/pa_vstateless_class.C: - newline at the end missed
                   7950: 
                   7951:        * src/main/untaint.C: - char '-' also prefixed by '\' while regex
                   7952:          tainting
                   7953: 
                   7954: 2008-08-11  misha
                   7955: 
                   7956:        * tests/: 187.html, 187.p, results/187.processed: - tests for
                   7957:          $caller.self, $caller.self.field and $caller.self.field[value]
                   7958:          were added
                   7959: 
                   7960:        * src/types/pa_vmethod_frame.h: - still need to check 'self'
                   7961:          runtime as well (for $caller.self)
                   7962: 
                   7963: 2008-07-25  misha
                   7964: 
                   7965:        * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
                   7966:          059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
                   7967:          086.html, 098.html, 109.html, 121.html: - set correct charsets in
                   7968:          tests with international characters
                   7969: 
                   7970: 2008-07-23  misha
                   7971: 
                   7972:        * src/main/pa_http.C: - escape $cookies as %uXXXX while
                   7973:          file::load[...;http://
                   7974: 
                   7975:        * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
                   7976:          now everywhere in separate namespace
                   7977: 
                   7978:        * src/types/pa_vmethod_frame.h: - looking for caller before looking
                   7979:          for vars
                   7980: 
                   7981:        * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
                   7982:          can be escaped by '^'
                   7983: 
                   7984: 2008-07-22  misha
                   7985: 
                   7986:        * src/classes/string.C, tests/186.html: - names changes:
                   7987:          escape=>js-escape, unescape=>js-unescape
                   7988: 
                   7989: 2008-07-21  misha
                   7990: 
                   7991:        * tests/results/186.processed: - test for string escape/unescape
                   7992: 
                   7993:        * tests/186.html: - test for string escape/unescape
                   7994: 
                   7995:        * src/classes/string.C: - string has escape and unescape methods
                   7996:          now
                   7997: 
                   7998:        * src/: include/pa_string.h, main/pa_string.C: - escape method was
                   7999:          added
                   8000: 
                   8001:        * src/: include/pa_charset.h, main/pa_charset.C: - more escape
                   8002:          method-layers added (with different params)
                   8003: 
                   8004: 2008-07-18  misha
                   8005: 
                   8006:        * tests/results/185.processed: - test for ^str.pos[substr](offset)
                   8007:          was added
                   8008: 
                   8009:        * tests/185.html: - test for ^str.pos[sub](offset) added
                   8010: 
                   8011:        * src/classes/string.C, src/classes/void.C, operators.txt: -
                   8012:          ^string.pos[substr](offset) -- 2nd param accepted now
                   8013: 
                   8014:        * src/main/pa_string.C: - .pos works fine with offset for utf-8
                   8015:          strings
                   8016: 
                   8017: 2008-07-17  misha
                   8018: 
                   8019:        * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
                   8020:          helper length added for mid for small optimisation
                   8021: 
                   8022: 2008-07-16  misha
                   8023: 
                   8024:        * tests/: 185.html, results/185.processed: - tests for
                   8025:          length/left/right/mid/pos with utf-8 strings
                   8026: 
                   8027:        * src/classes/string.C: - left/right/mid/length/pos works fine for
                   8028:          utf-8 strings
                   8029: 
                   8030:        * src/main/untaint.C: - comments removed
                   8031: 
                   8032:        * src/: include/pa_string.h, main/pa_string.C,
                   8033:          include/pa_charset.h, main/pa_charset.C: - methods for working
                   8034:          with pos/mid for strings in utf-8 were added
                   8035: 
                   8036: 2008-07-15  misha
                   8037: 
                   8038:        * tests/: 184.html, results/184.processed: - test for case body as
                   8039:          expression: $var(^switch(1){^case(1)(true)..})
                   8040: 
                   8041:        * src/classes/op.C: - case body can be expression now:
                   8042:          $var(^switch(1){^case(1)(true)..})
                   8043: 
                   8044:        * tests/: results/183.processed, 183.html: - added test for testing
                   8045:          new cookie encoding (%uXXXX)
                   8046: 
                   8047:        * src/main/untaint.C: - cookies outputs as %uXXXX now. while
                   8048:          decoding for backward compatibility they decoded from %XX in
                   8049:          request:charset too
                   8050: 
                   8051:        * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
                   8052:          - cookie class now decode cookies before first access after last
                   8053:          request:charset changing (as form class).
                   8054: 
                   8055:        * src/main/pa_charset.C: - added method escape for escaping cookies
                   8056:          as %uXXXX - before transcode calculate required space for dest
                   8057:          string. it reduce mem usage for transcode
                   8058: 
                   8059:        * src/include/pa_charset.h: - added method escape for escaping
                   8060:          cookies as %uXXXX
                   8061: 
                   8062:        * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
                   8063:          was added. will used for escaping cookies as %uXXXX
                   8064: 
                   8065:        * src/include/pa_common.h: - escape method has new option for skip
                   8066:          converting '+' to a space char
                   8067: 
                   8068:        * src/main/: pa_common.C, pa_http.C: - skip BOM code before
                   8069:          transcode - escape method has new option for skip converting '+'
                   8070:          to a space char
                   8071: 
                   8072: 2008-07-08  misha
                   8073: 
                   8074:        * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
                   8075:          (no UE if more then 1 case matches anylonger) - optimization:
                   8076:          doing searching.as_string() || searching.as_double() only once
                   8077: 
                   8078: 2008-07-04  misha
                   8079: 
                   8080:        * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
                   8081:          now ^date::create[date object] works
                   8082: 
                   8083:        * src/classes/string.C: - left and right added as aliases for start
                   8084:          and end in ^string.trim[]
                   8085: 
                   8086: 2008-07-03  misha
                   8087: 
                   8088:        * src/classes/file.C: - allow $.limit for file::sql as well
                   8089: 
                   8090:        * src/classes/file.C: - allow $.offset option for file::sql - force
                   8091:          send limit=1 to query for use sql specifics authomatically
                   8092: 
                   8093:        * src/classes/: hash.C, string.C, table.C: - don't throw exception
                   8094:          if $.limit value if empty. autoconvert it as everywere
                   8095: 
                   8096: 2008-07-02  misha
                   8097: 
                   8098:        * configure.in: - time to change version number to 3.3.0 %-)
                   8099: 
                   8100:        * src/include/pa_version.h: - time to change version number to
                   8101:          3.3.0 %-)
                   8102: 
                   8103: 2008-06-26  misha
                   8104: 
                   8105:        * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
                   8106:          $.limit(0) fixes
                   8107: 
                   8108:        * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
                   8109:          - $.limit(0) fixes
                   8110: 
                   8111:        * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
                   8112:          new API)
                   8113: 
                   8114:        * src/: include/pa_sql_driver_manager.h,
                   8115:          include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
                   8116:          classes/op.C: - document_root added
                   8117: 
                   8118:        * src/main/compile.tab.C: - error message was changed
                   8119: 
                   8120: 2008-06-25  misha
                   8121: 
                   8122:        * src/main/compile.y: - error message was changed
                   8123: 
                   8124: 2008-06-24  misha
                   8125: 
                   8126:        * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
                   8127: 
                   8128:        * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
                   8129:          tests for @OPTIONS\nappend
                   8130: 
                   8131:        * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
                   8132: 
                   8133:        * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
                   8134: 
                   8135:        * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
                   8136: 
                   8137:        * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
                   8138:          compile.y
                   8139: 
                   8140: 2008-06-17  misha
                   8141: 
                   8142:        * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
                   8143:          compilation: ^if(default){true. it's incorrect. must be
                   8144:          exception}
                   8145: 
                   8146: 2008-06-16  misha
                   8147: 
                   8148:        * tests/: 181.ent, 181.html, results/181.processed: - test for
                   8149:          checking external reference loading with 'http://localhost'
                   8150:          prefix while creating xdoc
                   8151: 
                   8152:        * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
                   8153:          ^math:long2ip[] and ^math:ip2long[]
                   8154: 
                   8155:        * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
                   8156:          added which use scalar stateless class method when user object
                   8157:          used in scalar context - use get_scalar_value when user object
                   8158:          requested in scalar context
                   8159: 
                   8160:        * src/main/pa_common.C: - size must be int but not size_t or we
                   8161:          can't compare with 0 sprintf result
                   8162: 
                   8163:        * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   8164:          main/execute.C, main/pa_request.C: - go back to one VMethodFrame
                   8165:          with internal switch between local/global vars
                   8166: 
                   8167:        * src/types/pa_vclass.C: - register scalar if method @GET[] was
                   8168:          specified
                   8169: 
                   8170:        * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
                   8171:          pa_vstateless_object.h: - stateless class and object now has
                   8172:          private scalar field and getter/setter for working with it
                   8173: 
                   8174:        * src/classes/math.C: - methods math:long2ip & math:ip2long were
                   8175:          moved to inet static class
                   8176: 
                   8177:        * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
                   8178:          class added (^inet:aton[IP], ^inet:ntoa(number))
                   8179: 
                   8180:        * tests/: 180.html, results/180.processed: - tests for
                   8181:          ^math:long2ip(long) and ^math:ip2long[IP]
                   8182: 
                   8183:        * src/classes/math.C: - ^math:ip2long[IP] added
                   8184: 
                   8185: 2008-06-11  misha
                   8186: 
                   8187:        * src/main/pa_xml_io.C: - use file_read_text again because of we
                   8188:          need cut BOM code and remove DOS newline chars. but don't
                   8189:          transcode it anyway.
                   8190: 
                   8191:        * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
                   8192:          main/pa_http.C: - option for disable transcoding while file_read
                   8193:          and file_read_text added
                   8194: 
                   8195: 2008-06-10  misha
                   8196: 
                   8197:        * tests/: 179.html, 179.p, results/179.processed: - test for many
                   8198:          classes in 1 file
                   8199: 
                   8200:        * src/main/: compile.C, compile_tools.h: - compile return list of
                   8201:          classes now.
                   8202: 
                   8203:        * src/main/: compile.y, compile.tab.C: - compile return list of
                   8204:          classes now. internals.
                   8205: 
                   8206:        * src/main/pa_request.C: - compile return list of classes now. try
                   8207:          call @conf and @auto for each returned class
                   8208: 
                   8209:        * src/include/pa_request.h: - compile return list of classes now
                   8210: 
                   8211:        * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
                   8212:          return list of classes when compile buf)
                   8213: 
                   8214: 2008-06-07  misha
                   8215: 
                   8216:        * src/main/pa_request.C: - constructing VRequest object with 3rd
                   8217:          param -- form
                   8218: 
                   8219:        * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
                   8220:          3rd param: form. needed for get post_charset
                   8221: 
                   8222:        * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
                   8223:          added
                   8224: 
                   8225:        * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
                   8226:          types/pa_vform.C, types/pa_vform.h: - some polish
                   8227: 
                   8228: 2008-06-06  misha
                   8229: 
                   8230:        * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
                   8231:          charset and decode chars from it but not from response:charset
                   8232: 
                   8233:        * src/main/pa_http.C: - detect_charset moved out of here
                   8234: 
                   8235:        * src/: include/pa_common.h, main/pa_common.C: - more helpers
                   8236:          methods moved here - unescape_chars accepn one charset now
                   8237: 
                   8238:        * src/main/pa_http.C: - new constants used - don't allow
                   8239:          $.content-type in ^file::load[;http://;$.method[POST]] - add
                   8240:          charset info while ^file::load[;http://;$.method[POST]] - option
                   8241:          $.omit-post-charset(true) added to ^file::load[;http://] for
                   8242:          disabling charset during post
                   8243: 
                   8244:        * src/types/pa_vform.C: - new constants used
                   8245: 
                   8246:        * src/include/pa_common.h: - some constants were added
                   8247: 
                   8248:        * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
                   8249:          instead of StrEqNc
                   8250: 
                   8251:        * src/main/pa_common.C: - new method for caseless search
                   8252:          c-substring in c-string - use isxdigit instead of is_hex_digit
                   8253: 
                   8254:        * src/include/pa_common.h: - new method for caseless search
                   8255:          c-substring in c-string
                   8256: 
                   8257: 2008-06-05  misha
                   8258: 
                   8259:        * tests/results/178.processed: - test for testing default getter
                   8260: 
                   8261:        * tests/178.html: - test for testing default getter
                   8262: 
                   8263:        * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
                   8264:          for test for testing default getter
                   8265: 
                   8266:        * src/main/execute.C: - default getter soul
                   8267: 
                   8268:        * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
                   8269:          requested objects' field not found
                   8270: 
                   8271:        * src/types/pa_vclass.C: - register default getter if defined - get
                   8272:          default getter if requested field not found
                   8273: 
                   8274:        * src/types/pa_vstateless_object.h: - method get_default_getter was
                   8275:          added
                   8276: 
                   8277:        * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
                   8278:          pointer to default getter and methods for get/set it were added
                   8279: 
                   8280:        * src/types/: pa_junction.h, pa_vjunction.h: - junction has
                   8281:          auto_name field (for default getter)
                   8282: 
                   8283: 2008-06-04  misha
                   8284: 
                   8285:        * src/main/pa_xml_io.C: - load external xml in binary mode (no
                   8286:          transcoding, no cutting BOM code, no fixing line breaks) and get
                   8287:          it to libxml "as is"
                   8288: 
                   8289: 2008-06-03  misha
                   8290: 
                   8291:        * src/main/pa_common.C: - use store_Char instead of
                   8292:          transcodeCharFromUTF8
                   8293: 
                   8294:        * src/: include/pa_charset.h, main/pa_charset.C: - method
                   8295:          store_Char added, transcodeCharFromUTF8 -- removed
                   8296: 
                   8297: 2008-06-02  misha
                   8298: 
                   8299:        * tests/: results/177.processed, 177.html: - test for checking
                   8300:          .[acm]date after local ^file::load[] was added
                   8301: 
                   8302:        * tests/: results/176.processed, 176.html: - test for checking
                   8303:          @OPTION\locals + @method[vars][locals] added
                   8304: 
                   8305:        * tests/results/auto.p: - CLASS_PATH specified for checking use
                   8306: 
                   8307: 2008-05-30  misha
                   8308: 
                   8309:        * src/main/: compile.y, compile.tab.C: - changes in compiler:
                   8310:          @OPTION\nlocals + @method[vars][;locals;] were added
                   8311: 
                   8312:        * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
                   8313:          moved to separate method op_code - switch from VMethodFrame to
                   8314:          VMethodFrameGlobal + VMethodFrameLocal
                   8315: 
                   8316:        * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
                   8317:          was moved to separate method op_code
                   8318: 
                   8319:        * src/main/pa_request.C: - use VMethodFrameGlobal instead of
                   8320:          VMethodFrame now
                   8321: 
                   8322:        * src/types/pa_vstateless_class.h: - stateless class have bool flag
                   8323:          all_vars_local as well
                   8324: 
                   8325:        * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
                   8326:          pa_vmethod_frame_local.h, Makefile.am: - who children for
                   8327:          VMethodFrame were added: one (global) works as VMethodFrame
                   8328:          before and second (local) write all vars in self vars scope
                   8329: 
                   8330:        * src/types/pa_method.h: - method has bool flag all_vars_local now
                   8331: 
                   8332: 2008-05-29  misha
                   8333: 
                   8334:        * tests/: 129.html, results/129.processed: - more tests for
                   8335:          ^table.hash[]
                   8336: 
                   8337:        * src/classes/hash.C: - ^hash::sql has a new option:
                   8338:          $.type[hash|string|table] as ^table.hash[] one.
                   8339: 
                   8340:        * src/classes/op.C: - ^try has 3rd param now: finally code which
                   8341:          executed anyway after try or catch section
                   8342: 
                   8343: 2008-05-27  misha
                   8344: 
                   8345:        * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
                   8346:          must not fail if $.distinct(1) wasn't specified
                   8347: 
                   8348: 2008-05-26  misha
                   8349: 
                   8350:        * src/classes/op.C: - allow ^throw[my type]
                   8351: 
                   8352: 2008-05-22  misha
                   8353: 
                   8354:        * configure.in, configure: - version number updated to 3.2.4b
                   8355: 
                   8356:        * src/classes/: op.C, string.C: - trim format string before
                   8357:          eval/format
                   8358: 
                   8359:        * tests/: results/175.processed, 175.html: - more tests for
                   8360:          different format strings in .format[]
                   8361: 
                   8362:        * src/types/pa_vform.C: - while decoding get values decode %uXXXX
                   8363:          as well (not only %XX)
                   8364: 
                   8365:        * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
                   8366:          charset specified - checks for format before print number
                   8367:          (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
                   8368:          (instead of tabs) removed
                   8369: 
                   8370:        * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
                   8371:          charset specified
                   8372: 
                   8373:        * src/: include/pa_charset.h, main/pa_charset.C: - method for get
                   8374:          char in requested charset from utf code was added
                   8375: 
                   8376: 2008-05-19  misha
                   8377: 
                   8378:        * tests/: 174.html, results/174.processed: - test for
                   8379:          ^hashfile.cleanup[] added
                   8380: 
                   8381:        * src/classes/hashfile.C: - optimization: don't create any key or
                   8382:          value variable if it's name weren't specified
                   8383:          (^hf.foreach[;v]{...})
                   8384: 
                   8385: 2008-05-16  misha
                   8386: 
                   8387:        * src/classes/hash.C: - optimization: don't create any key variable
                   8388:          if variable name wasn't specified (^h.foreach[;v]{...})
                   8389: 
                   8390: 2008-05-15  misha
                   8391: 
                   8392:        * src/classes/op.C: - small changes
                   8393: 
                   8394:        * src/classes/hashfile.C: - code reformating (as hash.foreach)
                   8395: 
                   8396:        * src/classes/hash.C: - calculate var_context once before foreach
                   8397: 
                   8398: 2008-05-14  misha
                   8399: 
                   8400:        * src/classes/hashfile.C: - incorrect vars context calculation for
                   8401:          ^hashfile.foreach[;]{} fixed
                   8402: 
                   8403:        * src/classes/: hash.C, table.C: - little optimisation
                   8404: 
                   8405:        * src/classes/file.C: - bugfix: double absolute path while loading
                   8406:          file
                   8407: 
                   8408:        * tests/: 174.html, results/174.processed: - tests for hashfile
                   8409:          were added
                   8410: 
                   8411:        * buildall-with-xml: - moving to libxslt 1.1.24
                   8412: 
                   8413: 2008-04-30  misha
                   8414: 
                   8415:        * src/classes/file.C: - stat file while loading (local only) so
                   8416:          .adate, .mdate and .cdate available without additional ::stat
                   8417: 
                   8418: 2008-04-28  misha
                   8419: 
                   8420:        * src/classes/file.C: - $.name and $.content-type available for
                   8421:          stated file
                   8422: 
                   8423: 2008-04-14  misha
                   8424: 
                   8425:        * src/targets/cgi/parser3.C: - new year in copyright %-)
                   8426: 
                   8427:        * src/include/pa_version.h: - new version number in head
                   8428: 
                   8429: 2008-04-10  misha
                   8430: 
                   8431:        * tests/: 080.html, results/080.processed: - cut '0' from
                   8432:          exponential part because of on diff OS it differ (20 or 020 for
                   8433:          ex)
                   8434: 
                   8435:        * tests/: 119.html, results/119.processed: - check for encoding
                   8436:          while creating xdoc
                   8437: 
                   8438: 2008-04-09  misha
                   8439: 
                   8440:        * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
                   8441: 
                   8442:        * src/main/pa_common.C: - comment added
                   8443: 
                   8444:        * src/classes/date.C: - little refactoring
                   8445: 
                   8446: 2008-04-07  misha
                   8447: 
                   8448:        * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
                   8449:          style of ^table.save[]: prepare one big string and sabe it at
                   8450:          once. it's safe on freebsd 4.x but use much more memory.
                   8451: 
                   8452:        * buildall-with-xml, buildall-without-xml: - option
                   8453:          --disable-stringstream added (under comment. use it on freebsd
                   8454:          4.x)
                   8455: 
                   8456: 2008-02-22  misha
                   8457: 
                   8458:        * src/main/pa_http.C: - exception if $.body[] and $.forms[]
                   8459:          specified together in file::load[;http] - get back transcoding
                   8460:          $.body[] in file::load[;http]
                   8461: 
                   8462: 2008-02-21  misha
                   8463: 
                   8464:        * src/classes/date.C: - ^date.gmt-string[] was added
                   8465: 
                   8466:        * src/types/pa_value.C: - method for output date in RFC 822 format
                   8467:          moved to pa_common.h
                   8468: 
                   8469:        * src/include/pa_common.h: - method for output date in RFC 822
                   8470:          format moved here from pa_value.C
                   8471: 
                   8472:        * src/types/pa_vmail.C: - fixed core in sending mail with
                   8473:          attachment in simple mode ($.file[file here]) introduced in 3.2.2
                   8474: 
                   8475: 2008-02-20  misha
                   8476: 
                   8477:        * src/main/pa_http.C: - transcode $.headers before escaping into
                   8478:          specified charset while ^file::load[...;http://...] (L_URI
                   8479:          instead of L_HTTP_HEADER) - $.cookies param available in
                   8480:          ^file::load[;http://...] now (but we don't parse set-cookies from
                   8481:          response yet) (cookies not transcoded as common $cookies)
                   8482: 
                   8483: 2008-02-19  misha
                   8484: 
                   8485:        * src/main/pa_request.C: - rollback: we mustn't force taint
                   8486:          $response:field values because in this case
                   8487:          $response:locateion[http://...] don't works.
                   8488: 
                   8489: 2008-02-15  misha
                   8490: 
                   8491:        * src/classes/op.C: - little refactoring
                   8492: 
                   8493:        * src/main/pa_http.C: - taint names of $.headers for load[;http
                   8494: 
                   8495:        * src/main/pa_request.C: - force taint values of $response:field
                   8496: 
                   8497: 2008-02-14  misha
                   8498: 
                   8499:        * src/main/pa_request.C: - $response:field transcoded to
                   8500:          $response:charset before escaping now
                   8501: 
                   8502:        * src/main/pa_http.C: - some outdated comments removed
                   8503: 
                   8504:        * src/classes/date.C: - lastdat -> last-day
                   8505: 
                   8506:        * src/classes/date.C: - ^date:lastday(year;month) and
                   8507:          ^date.lastday[] were added - little code refactoring - comments
                   8508:          changes
                   8509: 
                   8510:        * tests/: 159.html, results/159.processed: - test for number of
                   8511:          days in February
                   8512: 
                   8513:        * src/types/pa_value.C: - fixes in code formatting
                   8514: 
                   8515:        * src/classes/: file.C, op.C, table.C: - fixes in code formatting
                   8516:          and comments
                   8517: 
                   8518: 2008-02-13  misha
                   8519: 
                   8520:        * src/main/pa_common.C: - bugfix for february at leap year
                   8521: 
                   8522: 2008-01-28  misha
                   8523: 
                   8524:        * tests/: 160.html, results/160.processed: - more test for cache
                   8525:          added
                   8526: 
                   8527:        * src/classes/op.C: - bugfix: cache body executed twice if contains
                   8528:          unhandled exception
                   8529: 
                   8530: 2008-01-25  misha
                   8531: 
                   8532:        * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
                   8533:          bug when hashfile became inavailable after memory:compact)
                   8534: 
                   8535:        * src/lib/sdbm/apr_strings.C: - +arp_malloc
                   8536: 
                   8537: 2008-01-22  misha
                   8538: 
                   8539:        * src/classes/table.C: - little refactiring and exception texts
                   8540:          changes in method ^table.hash[]
                   8541: 
                   8542:        * src/types/pa_vcookie.C: - link to cookie specification changed
                   8543: 
                   8544: 2008-01-21  misha
                   8545: 
                   8546:        * tests/: 171.html, cat.sh, results/171.processed: - more tests for
                   8547:          file::exec/cgi
                   8548: 
                   8549:        * src/classes/file.C: - bugfix: core while processing headers if
                   8550:          executed cgi script don't return content
                   8551: 
                   8552: 2008-01-18  misha
                   8553: 
                   8554:        * buildall-with-xml: - move to libxml2 version 2.6.31
                   8555: 
                   8556:        * src/include/pa_version.h, configure.in: - version number updated
                   8557:          to '3.2.3b'
                   8558: 
                   8559: 2007-12-28  misha
                   8560: 
                   8561:        * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
                   8562:          hash.contains
                   8563: 
                   8564: 2007-12-27  misha
                   8565: 
                   8566:        * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
                   8567:          src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
                   8568:          src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
                   8569:          src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
                   8570:          src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
                   8571:          src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
                   8572:          src/targets/cgi/parser3.vcproj,
                   8573:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
                   8574:          back to VS2003 because of Apache 1.3 module can't work if it was
                   8575:          built in VS 2005.  with cgi all file so VS2003 project files can
                   8576:          be easy converted to the new format.
                   8577: 
                   8578: 2007-12-04  misha
                   8579: 
                   8580:        * src/types/pa_vcode_frame.h: - changes in comment
                   8581: 
                   8582: 2007-11-29  misha
                   8583: 
                   8584:        * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
                   8585:          intercept strings any longer
                   8586: 
                   8587:        * tests/: 173.html, results/173.processed: - tests for
                   8588:          $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
                   8589:          but not in main code frame
                   8590: 
                   8591:        * tests/: 172.html, results/172.processed: - more tests for pass
                   8592:          objects from code frames
                   8593: 
                   8594: 2007-11-27  misha
                   8595: 
                   8596:        * tests/: 152.html, results/152.processed: - tests for converting
                   8597:          strings 'true'/'false' to bool were added
                   8598: 
                   8599:        * tests/152.html: - added checks for converting strings
                   8600:          'true'/'false' to bool
                   8601: 
                   8602:        * src/classes/string.C: - ^srting.bool[] now can convert to bool
                   8603:          not only strings with numbers but with values 'true'/'false' as
                   8604:          well
                   8605: 
                   8606:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
                   8607:          for parser3.log increased
                   8608: 
                   8609:        * src/main/pa_common.C: - remove_crlf optimize whitespaces now
                   8610: 
                   8611:        * src/include/pa_common.h: - remove_crlf return cstring size now
                   8612: 
                   8613:        * src/include/pa_types.h: - constant with buffer size for
                   8614:          parser3.log added
                   8615: 
                   8616: 2007-11-16  misha
                   8617: 
                   8618:        * tests/cat.sh: - script for tests for file::exec/cgi
                   8619: 
                   8620:        * tests/171.html: - tests for file::exec/cgi
                   8621: 
                   8622:        * tests/results/171.processed: - tests results for file::exec/cgi
                   8623: 
                   8624: 2007-11-15  misha
                   8625: 
                   8626:        * src/main/pa_exec.C: - fixed incorrect exec code for unix
                   8627: 
                   8628:        * src/classes/file.C: - .body must be set before analyzing cgi
                   8629:          headers
                   8630: 
                   8631:        * src/classes/file.C: - bugfix: we must transcode output fix EOLs
                   8632:          only if exec/cgi return anything.
                   8633: 
                   8634: 2007-11-14  misha
                   8635: 
                   8636:        * operators.txt: - info about new text|binary option for
                   8637:          file::exec/cgi was added
                   8638: 
                   8639:        * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
                   8640:          ^file:exec[[text|binary];script;...]
                   8641: 
                   8642:        * src/: include/pa_exception.h, classes/file.C, classes/image.C,
                   8643:          classes/string.C, classes/table.C: - more text strings moved to
                   8644:          the one place
                   8645: 
                   8646: 2007-11-09  misha
                   8647: 
                   8648:        * src/types/pa_vrequest.C: - $request:argv must be taint
                   8649: 
                   8650:        * ChangeLog: - $request:argv [patch from Sumo]
                   8651: 
                   8652:        * operators.txt: - $request:argv
                   8653: 
                   8654:        * src/: include/pa_request_info.h, types/pa_vrequest.C,
                   8655:          types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
                   8656: 
                   8657: 2007-10-25  misha
                   8658: 
                   8659:        * buildall-with-xml, buildall-without-xml: - options preparations
                   8660:          for ./configure rewrited
                   8661: 
                   8662:        * src/main/: compile.tab.C, compile.y: - bug if parser.compile
                   8663:          error occure in unhandled_exception finally fixed
                   8664: 
                   8665: 2007-10-23  misha
                   8666: 
                   8667:        * tests/: 170.html, results/170.processed: - test for
                   8668:          @method[][result]
                   8669: 
                   8670:        * operators.txt: - added info about node.prefix and
                   8671:          node.namespaceURI
                   8672: 
                   8673:        * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
                   8674: 
                   8675:        * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
                   8676:          added for node and attribute
                   8677: 
                   8678: 2007-10-22  misha
                   8679: 
                   8680:        * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
                   8681: 
                   8682:        * src/main/pa_request.C: - added const content-transfer-encoding
                   8683: 
                   8684:        * src/include/pa_request.h: - added const content-transfer-encoding
                   8685:          - ups. constants must be in lowercase (for search)
                   8686: 
                   8687:        * src/types/pa_vmail.C: - more constants used -
                   8688:          content-transfer-encoding: 8bit added
                   8689: 
                   8690:        * src/main/pa_uue.C: - content-transfer-encoding moved out of here
                   8691: 
                   8692:        * src/include/pa_request.h: - more constants
                   8693: 
                   8694:        * src/types/pa_vmail.C: - constant renamed - $.content-id don't
                   8695:          ommit anymore if $.content-disposition was specified - little
                   8696:          refactoring
                   8697: 
                   8698:        * src/: include/pa_request.h, main/pa_request.C: - constant renamed
                   8699: 
                   8700: 2007-10-17  misha
                   8701: 
                   8702:        * operators.txt: - info about
                   8703:          table::create[nameless]{data}[>options<] was added
                   8704: 
                   8705:        * src/main/: compile.tab.C, compile.y: - if error occure while
                   8706:          compile method don't put this method in methods table anymore.
                   8707:          in other case the parser coredumped if @unhandled_exception
                   8708:          method can't be compiled because of parser.compile error.
                   8709: 
                   8710:        * src/main/execute.C: - little code reformating
                   8711: 
                   8712:        * src/main/pa_request.C: - little code reformating - comment
                   8713:          changed
                   8714: 
                   8715: 2007-10-16  misha
                   8716: 
                   8717:        * tests/: 035.html, results/035.processed: - tests
                   8718:          table::create[]{}[options] added
                   8719: 
                   8720:        * src/classes/table.C: - table::create[]{} now accept 3rd param:
                   8721:          options (only $.seperator[] yet)
                   8722: 
                   8723: 2007-10-10  misha
                   8724: 
                   8725:        * src/classes/table.C: - some contstants moved to pa_common.h -
                   8726:          some code changes
                   8727: 
                   8728: 2007-10-02  misha
                   8729: 
                   8730:        * src/main/pa_uue.C: - memory usage during uuencode reduced more
                   8731:          then three time as much. but base64 encoding method still use
                   8732:          less memory anyway.
                   8733: 
                   8734: 2007-09-17  misha
                   8735: 
                   8736:        * operators.txt: - added info about $cookie:fields
                   8737: 
                   8738:        * src/types/pa_vcookie.C: - $cookie:fields available now
                   8739: 
                   8740:        * src/classes/hash.C: - some stuff for use with .for_each moved to
                   8741:          common
                   8742: 
                   8743:        * src/include/pa_common.h: - some stuff for use with .for_each
                   8744:          moved here
                   8745: 
                   8746:        * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
                   8747: 
                   8748: 2007-09-14  misha
                   8749: 
                   8750:        * buildall-with-xml: - new xml libs again =)
                   8751: 
                   8752: 2007-08-28  misha
                   8753: 
                   8754:        * operators.txt: - texts about ^table.columns[[column name]]  and
                   8755:          ^string.split[...][v][column name] were added
                   8756: 
                   8757:        * tests/: 168.html, 169.html, results/168.processed,
                   8758:          results/169.processed: - tests for ^table.columns[[column name]]
                   8759:          and ^string.split[...][v][column name] were added
                   8760: 
                   8761:        * src/classes/table.C: - new option ^table.columns[[column name]]
                   8762:          was added
                   8763: 
                   8764:        * src/classes/string.C: - new option ^string.split[...;v;[column
                   8765:          name]]
                   8766: 
                   8767:        * src/include/pa_exception.h: - error text message for
                   8768:          ^hash._keys[], ^table.columns[] and ^string.split[]
                   8769: 
                   8770: 2007-08-27  misha
                   8771: 
                   8772:        * src/main/untaint.C: - try to fix coredump on unix if print to
                   8773:          body ^taint[sql][something] outside of connect
                   8774: 
                   8775:        * tests/: 167.html, results/167.processed: - test for ^taint[sql]
                   8776:          outside of connect
                   8777: 
                   8778:        * buildall-with-xml, buildall-without-xml: - strip parser3 was
                   8779:          added (commented by default)
                   8780: 
                   8781: 2007-08-20  misha
                   8782: 
                   8783:        * operators.txt: - comment about new method ^node.hasAttributes[]
                   8784:          was added
                   8785: 
                   8786:        * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
                   8787:          duplicated exception text strings were removed
                   8788: 
                   8789:        * src/include/pa_exception.h: - more exception text strings moved
                   8790:          here
                   8791: 
                   8792:        * src/classes/table.C: - some duplicate exceptions' text strings
                   8793:          removed
                   8794: 
                   8795:        * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
                   8796:          xdoc.C, xnode.C: - some duplicate exceptions' text strings
                   8797:          removed
                   8798: 
                   8799:        * src/include/pa_exception.h: - some exception text strings movet
                   8800:          to pa_exception
                   8801: 
                   8802:        * tests/: 149.html, results/149.processed: - test for
                   8803:          ^xnode.hasAttributes[] was added - some code changes
                   8804: 
                   8805:        * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
                   8806:          added
                   8807: 
                   8808: 2007-08-17  misha
                   8809: 
                   8810:        * tests/: results/006.processed, results/059.processed, 006.html,
                   8811:          059.html: - more tests for match
                   8812: 
                   8813:        * tests/: 129.html, results/129.processed: - tests for
                   8814:          ^table.hash[...][$.type[string|hash|table]] added
                   8815: 
                   8816:        * src/targets/cgi/parser3.C: - little syntax changes
                   8817: 
                   8818:        * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
                   8819:          syntax changes
                   8820: 
                   8821:        * src/targets/cgi/parser3.C, operators.txt: - annoying 'SIGPIPE'
                   8822:          messages in parser3.log switched off by default. If someone
                   8823:          really still need it: use $SIGPIPE(1)
                   8824: 
                   8825: 2007-08-08  misha
                   8826: 
                   8827:        * buildall-with-xml, buildall-without-xml: - remove libs source
                   8828:          files by default since now
                   8829: 
                   8830: 2007-08-07  misha
                   8831: 
                   8832:        * buildall-without-xml: - some option syntax changes
                   8833: 
                   8834:        * buildall-with-xml: - compile libxml2 without http support - some
                   8835:          option syntax changes
                   8836: 
                   8837:        * src/main/pa_xml_io.C: - will use parser file loader for xml needs
                   8838: 
                   8839: 2007-08-06  misha
                   8840: 
                   8841:        * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
                   8842: 
                   8843:        * tests/: 160.html, results/160.processed: - cache test was
                   8844:          rewrited
                   8845: 
                   8846: 2007-07-06  misha
                   8847: 
                   8848:        * tests/: 153.html, results/153.processed: - added test for
                   8849:          ^math:sha1[string]
                   8850: 
                   8851:        * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
                   8852:          transcoded
                   8853: 
                   8854:        * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
                   8855:          were added
                   8856: 
                   8857: 2007-06-28  misha
                   8858: 
                   8859:        * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
                   8860:          some incorrect chars
                   8861: 
                   8862: 2007-06-19  misha
                   8863: 
                   8864:        * src/include/pa_hash.h: - methods generic_hash_code & hash_code
                   8865:          were moved on top because of gcc 4 had a problems during
                   8866:          building.
                   8867: 
                   8868: 2007-06-18  misha
                   8869: 
                   8870:        * tests/results/019.processed: - new image commited
                   8871: 
                   8872: 2007-06-09  misha
                   8873: 
                   8874:        * src/classes/: op.C, table.C: - in while and table.select method
                   8875:          as_expression used now
                   8876: 
                   8877:        * src/types/pa_vmethod_frame.h: - method as_expression was added
                   8878: 
                   8879: 2007-06-08  misha
                   8880: 
                   8881:        * tests/: 166.html, results/166.processed: - test for
                   8882:          ^match[...][n]
                   8883: 
                   8884:        * tests/: 165.html, results/165.processed: - tests for loops
                   8885: 
                   8886:        * src/lib/cord/include/private/cord_pos.h: - back to origin value
                   8887:          because of no speed/memory optimisation but some proglems with
                   8888:          long cycles occure
                   8889: 
                   8890: 2007-06-06  misha
                   8891: 
                   8892:        * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
                   8893:          ^table.select(true) and ^table.select(1) didn't works because of
                   8894:          awaiting junction-param only. fixed.
                   8895: 
                   8896: 2007-05-24  misha
                   8897: 
                   8898:        * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
                   8899:          with 0.5 secs interval
                   8900: 
                   8901:        * src/classes/op.C: - cache was rewrited. I hope it works with
                   8902:          locking system now on unix
                   8903: 
                   8904:        * src/main/pa_os.C: - locks engines were rewrited: now we don't use
                   8905:          system locks which wait till other threads release it but try get
                   8906:          lock, if fail wait 1 sec and make 10 attempts.
                   8907: 
                   8908:        * src/include/pa_os.h: - consts for blocking locks + some comments
                   8909:          were added
                   8910: 
                   8911:        * src/lib/sdbm/apr_file_io.C: - wait till lock released while
                   8912:          opening files
                   8913: 
                   8914:        * src/classes/table.C: - changes in includes. if unclude <sstream>
                   8915:          after our classes on unix it can't be build
                   8916: 
                   8917:        * src/types/pa_vhashfile.C: - not needed code removed
                   8918: 
                   8919: 2007-05-23  misha
                   8920: 
                   8921:        * src/: classes/file.C, classes/op.C, main/pa_common.C,
                   8922:          include/pa_common.h: - cosmetic changes
                   8923: 
                   8924: 2007-05-18  misha
                   8925: 
                   8926:        * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
                   8927:          often. it's give some speed increasing
                   8928: 
                   8929:        * tests/results/160.processed: - returned time corrected
                   8930: 
                   8931:        * tests/160.html: - time increased because on unix 1 mean nothing
                   8932:          :(
                   8933: 
                   8934:        * operators.txt: - added info about ^hash.contain[key]
                   8935: 
                   8936:        * src/classes/hash.C: - added ^hash.contain[key]
                   8937: 
                   8938:        * src/include/pa_hash.h: - added method for checking key exists in
                   8939:          hash
                   8940: 
                   8941: 2007-05-07  misha
                   8942: 
                   8943:        * src/include/pa_string.h: - was compilation error during build on
                   8944:          freebsd4
                   8945: 
                   8946: 2007-05-03  misha
                   8947: 
                   8948:        * src/classes/table.C: - option $.type[hash|string|table] was added
                   8949:          for ^table.hash[]
                   8950: 
                   8951:        * src/classes/file.C: - comment removed
                   8952: 
                   8953: 2007-04-26  misha
                   8954: 
                   8955:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
                   8956:          real files doesn't opened in place anymore
                   8957: 
                   8958: 2007-04-24  misha
                   8959: 
                   8960:        * src/classes/math.C: - I thought one more time and remove lg(N) :)
                   8961: 
                   8962:        * src/include/pa_exception.h: "static" removed
                   8963: 
                   8964: 2007-04-23  misha
                   8965: 
                   8966:        * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
                   8967: 
                   8968:        * src/classes/math.C: added: - ^math:ln(N) (the same as
                   8969:          ^math:log(N)) - ^math:lg(N)
                   8970: 
                   8971:        * tests/: 097.html, results/097.processed: - charsets converstion
                   8972:          during ^file::load[text;http://...] added
                   8973: 
                   8974:        * tests/: 164.html, results/164.processed: - check for set expires
                   8975:          as a date
                   8976: 
                   8977:        * tests/: 164.html, results/164.processed: - test for hashfile
                   8978: 
                   8979:        * src/classes/hashfile.C: - little comment changes
                   8980: 
                   8981:        * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
                   8982:          access
                   8983: 
                   8984:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   8985:          classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
                   8986:          classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
                   8987:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   8988:          classes/xnode.h, include/pa_request.h, main/execute.C,
                   8989:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   8990:          main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
                   8991:          main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
                   8992:          types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
                   8993:          types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
                   8994:          types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
                   8995:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   8996:          types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
                   8997:          "parser.runtime" strings were removed
                   8998: 
                   8999:        * src/classes/hashfile.C: - with .clear[] called files_delete()
                   9000:          now.
                   9001: 
                   9002:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
                   9003: 
                   9004:        * src/include/pa_exception.h: - string constant with
                   9005:          "parser.runtime" text was added
                   9006: 
                   9007: 2007-04-20  misha
                   9008: 
                   9009:        * operators.txt: - some comments changing
                   9010: 
                   9011:        * operators.txt: - added info about .^hashfile.release[],
                   9012:          ^hashfile.clenaup[] and new ^string.match[][>N-option<]
                   9013: 
                   9014:        * configure: =cheching for unsetenv
                   9015: 
                   9016:        * src/classes/hashfile.C: - ^hashfile.cleanup[],
                   9017:          ^hashfile.release[] were added
                   9018: 
                   9019:        * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
                   9020:          ^string.match[][] understand new option now: return number of
                   9021:          matches but not table wit results
                   9022: 
                   9023:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
                   9024:          reopen now
                   9025: 
                   9026:        * src/classes/op.C: - bug. must be false
                   9027: 
                   9028:        * configure.in: - checking for unsetenv was added
                   9029: 
                   9030:        * src/types/pa_vform.C: - some comments
                   9031: 
                   9032: 2007-04-18  misha
                   9033: 
                   9034:        * buildall-with-xml: moving to libxml2-2.6.28
                   9035: 
                   9036:        * buildall-with-xml, buildall-without-xml: added commented lines
                   9037:          with --disable-safe-mode option
                   9038: 
                   9039:        * operators.txt: - info about $form:files
                   9040: 
                   9041: 2007-04-17  misha
                   9042: 
                   9043:        * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
                   9044:          $form:files was added
                   9045: 
                   9046:        * tests/: 163.html, results/163.processed: removing auto format
                   9047: 
                   9048:        * src/types/pa_vdate.h: - start adding unsetenv("TZ");
                   9049: 
                   9050: 2007-04-16  misha
                   9051: 
                   9052:        * tests/: 163.html, results/163.processed: - test for .int[],
                   9053:          floor, round, ceiling and .format[]
                   9054: 
                   9055:        * src/classes/file.C: - little optimization for getting args in
                   9056:          exec/cgi
                   9057: 
                   9058: 2007-04-13  misha
                   9059: 
                   9060:        * src/classes/file.C: - arguments for file::exec/cgi can be
                   9061:          specified now as s table with one column
                   9062: 
                   9063: 2007-03-27  misha
                   9064: 
                   9065:        * tests/: 162.html, results/162.processed: - test for
                   9066:          ^table.select(^condition[$t])
                   9067: 
                   9068:        * tests/results/auto.p: - load windows-1251 charset for some tests
                   9069: 
                   9070:        * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
                   9071: 
                   9072:        * tests/: results/161.processed, 161.html, 161_utf8.txt,
                   9073:          161_windows1251.txt: - added test for
                   9074:          ^file::load[text;/local/file.txt;$.charset[...]]
                   9075: 
                   9076:        * tests/: results/013.processed, 013.html: - added test for
                   9077:          checking $._default value while hash modifications
                   9078: 
                   9079:        * tests/: 160.html, results/160.processed: - add test for
                   9080:          ^cache[key](secs){code}, ^cache[] and ^cache(0)
                   9081: 
                   9082: 2007-03-22  misha
                   9083: 
                   9084:        * src/include/pa_common.h: - "charset" string defined for
                   9085:          ^file::load[text;/local.txt] and ^table::load[/table.txt]
                   9086: 
                   9087:        * src/main/: pa_common.C, pa_http.C: - $.charset option for
                   9088:          ^file::load[text;/local.txt] and ^table::load[/table.txt] was
                   9089:          added - not needed transcodes were removed from
                   9090:          ^file::load[...;http://...]
                   9091: 
                   9092:        * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
                   9093:          added
                   9094: 
                   9095:        * src/classes/date.C: - date.week was fixed
                   9096: 
                   9097:        * operators.txt: - added info about date.weekyear
                   9098: 
                   9099:        * tests/: 159.html, results/159.processed: - tests for date.week
                   9100:          and date.weekyear added
                   9101: 
                   9102: 2007-03-15  misha
                   9103: 
                   9104:        * src/classes/table.C: - enclose column numbers for nameless tables
                   9105:          as well
                   9106: 
                   9107: 2007-03-14  misha
                   9108: 
                   9109:        * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
                   9110: 
                   9111:        * src/classes/table.C: - table.save optimization: now required much
                   9112:          less memory
                   9113: 
                   9114: 2007-03-13  misha
                   9115: 
                   9116:        * tests/results/: 158.processed, 158.processes: - tests for
                   9117:          table.save/table.load
                   9118: 
                   9119:        * tests/: 158.html, results/158.processes: - tests for
                   9120:          table.save/table.load
                   9121: 
                   9122:        * buildall-with-xml: libxml2: --without-ftp --without-docbook
                   9123: 
                   9124:        * buildall-with-xml: - pattern needed now for building
                   9125: 
                   9126:        * tests/results/097.processed: - added test results for xdoc::load
                   9127:          & xdoc::load[http://...]
                   9128: 
                   9129:        * tests/097.html: - added test for xdoc::load
                   9130: 
                   9131: 2007-03-12  misha
                   9132: 
                   9133:        * tests/: 107.html, results/107.processed: - added test for xpath
                   9134:          '//man'
                   9135: 
                   9136: 2007-03-01  misha
                   9137: 
                   9138:        * tests/: 097.html, results/097.processed: - added test for
                   9139:          creating xdoc from file
                   9140: 
                   9141:        * tests/: results/157.processed, 157.html: - added test for
                   9142:          file:move
                   9143: 
                   9144: 2007-02-28  misha
                   9145: 
                   9146:        * src/classes/xdoc.C: - another attempt
                   9147: 
                   9148:        * src/classes/xdoc.C: - roll back last changes for a while
                   9149: 
                   9150:        * src/classes/xdoc.C, operators.txt: - ^xdoc::create[$file] added.
                   9151: 
                   9152:        * src/classes/file.C: - under lock we create non-exist dir anyway
                   9153: 
                   9154:        * tests/results/099.processed: - ever send content-disposition to
                   9155:          client with file
                   9156: 
                   9157:        * tests/157.html: + test for file:copy
                   9158: 
                   9159: 2007-02-26  misha
                   9160: 
                   9161:        * src/classes/file.C: - some similar strings moved to #define
                   9162:          instead of to be copy/pasted many times
                   9163: 
                   9164:        * src/types/pa_vfile.h: - class name string ("file") moved to
                   9165:          #define
                   9166: 
                   9167: 2007-02-20  misha
                   9168: 
                   9169:        * bin/auto.p.dist.in: - added lines for sqlite
                   9170: 
                   9171:        * configure.in: - added some strings for sqlite detection
                   9172: 
                   9173: 2007-02-19  misha
                   9174: 
                   9175:        * operators.txt: - some comments changes
                   9176: 
                   9177:        * buildall-with-xml, buildall-without-xml: - some modifications
                   9178: 
                   9179: 2007-02-17  misha
                   9180: 
                   9181:        * buildall-with-xml, buildall-without-xml: - moving to gc6.8
                   9182: 
                   9183:        * src/main/pa_request.C: - damn, i forgot to commit it while I
                   9184:          change console behaviour
                   9185: 
                   9186: 2007-02-12  misha
                   9187: 
                   9188:        * src/targets/cgi/parser3.C: - don't print headers if
                   9189:          $console:line[data] was used during cgi execution.
                   9190: 
                   9191:        * src/types/pa_vconsole.h: - console class have bool flag now which
                   9192:          marked as 'true' if class was used.
                   9193: 
                   9194:        * tests/: 152.html, results/152.processed: - more types was added
                   9195:          to test 152
                   9196: 
                   9197:        * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
                   9198:          adding 'bool' (^if($image){} caused exception)
                   9199: 
                   9200: 2007-02-09  misha
                   9201: 
                   9202:        * tests/: 152.html, results/152.processed: - test alightly updated
                   9203: 
                   9204:        * tests/: 152.html, results/152.processed: - test rewrited
                   9205: 
                   9206:        * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
                   9207:          bugfix. I broke xdoc & xnode in expression
                   9208: 
                   9209: 2007-02-08  misha
                   9210: 
                   9211:        * tests/: 152.html, results/152.processed: - add test for checking
                   9212:          'def' for void, string, bool, int & double
                   9213: 
                   9214: 2007-02-07  misha
                   9215: 
                   9216:        * operators.txt: - ^file:base64[filespec]  was added
                   9217: 
                   9218:        * tests/results/153.processed: - result test for
                   9219:          ^file:base64[filespec]  was updated
                   9220: 
                   9221:        * tests/153.html: - test for ^file:base64[filespec]  was added
                   9222: 
                   9223:        * src/types/pa_vconsole.h: - little optimization
                   9224: 
                   9225:        * src/classes/file.C: - ^file:base64[filespec]
                   9226: 
                   9227:        * src/main/pa_common.C: - definitions for ^file:base64[filespec]
                   9228: 
                   9229:        * src/include/pa_common.h: - declarations for
                   9230:          ^file:base64[filespec]
                   9231: 
                   9232:        * src/types/pa_vcookie.C: - little optimization
                   9233: 
                   9234: 2007-02-06  misha
                   9235: 
                   9236:        * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
                   9237:          were temporary commented
                   9238: 
                   9239:        * src/types/pa_vbool.h: - bugfix
                   9240: 
                   9241:        * tests/156.html: - added test for bool cookie
                   9242: 
                   9243:        * src/types/pa_vcookie.h: - not needed string "cookie" removed
                   9244: 
                   9245:        * tests/: 155.html, results/155.processed: - added test for check
                   9246:          $.encloser[] option for table save/load
                   9247: 
                   9248:        * tests/: 153.html, 154.html, todo.txt: - two more tests added
                   9249: 
                   9250: 2007-02-05  misha
                   9251: 
                   9252:        * tests/results/152.processed: - newline at the end was missed
                   9253: 
                   9254:        * tests/results/141.processed: - math:md5 must be lowercased
                   9255: 
                   9256:        * src/targets/cgi/parser3.C: - 2007 in help ;)
                   9257: 
                   9258: 2007-02-03  misha
                   9259: 
                   9260:        * tests/results/: 150.processed, 151.processed, 152.processed: -
                   9261:          test for bool added and some content length fixes
                   9262: 
                   9263:        * tests/152.html: - test for bool added
                   9264: 
                   9265:        * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
                   9266: 
                   9267:        * operators.txt: - info bool class was added
                   9268: 
1.116     moko     9269:        * src/: classes/Makefile.am, classes/bool.C,
1.95      moko     9270:          classes/classes.vcproj, classes/double.C, classes/int.C,
                   9271:          classes/string.C, classes/void.C, classes/xnode.C,
                   9272:          include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
                   9273:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
                   9274:          types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
                   9275:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   9276:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
                   9277:          types/types.vcproj: - bool class was added
                   9278: 
                   9279:        * src/main/pa_request.C: - fix
                   9280: 
                   9281: 2007-01-18  misha
                   9282: 
                   9283:        * src/: main/pa_string.C, classes/string.C: - return table during
                   9284:          ^string.match[][] even if no matched found.
                   9285: 
                   9286: 2006-12-20  misha
                   9287: 
                   9288:        * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
                   9289:          http://www.parser.ru/forum/?id=55598 ]
                   9290: 
                   9291: 2006-12-19  misha
                   9292: 
                   9293:        * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
                   9294:          details: http://www.parser.ru/forum/?id=52359
                   9295: 
                   9296:        * src/main/pa_request.C: - always set content-disposition for
                   9297:          $response:body[hash here]. more details:
                   9298:          http://www.parser.ru/forum/?id=52130
                   9299: 
                   9300: 2006-12-07  misha
                   9301: 
                   9302:        * operators.txt: - added info about bool params in cookie set
                   9303: 
                   9304:        * src/types/pa_vcookie.C: - bool param in cookies available now
                   9305:          $cookie:name[   $.value[123]   $.secure(true)   $.httponly(true)
                   9306:          ]
                   9307: 
                   9308:        * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
                   9309:          was added
                   9310: 
                   9311: 2006-12-02  misha
                   9312: 
                   9313:        * src/classes/file.C: - file_block_read used instead of native read
                   9314: 
                   9315:        * src/main/pa_common.C: - added file_block_read with read error
                   9316:          detection - file_block_read used instead of native read
                   9317: 
                   9318:        * src/include/pa_common.h: - added file_block_read declaration
                   9319: 
                   9320: 2006-12-01  misha
                   9321: 
                   9322:        * operators.txt: - info about $var.CLASS_NAME was added
                   9323: 
                   9324:        * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
                   9325:          $var.CLASS_NAME added
                   9326: 
                   9327:        * operators.txt: - added info about ^file:copy[]
                   9328: 
                   9329:        * src/classes/file.C: - ^file:copy[from;fo] was added
                   9330: 
                   9331: 2006-11-20  misha
                   9332: 
                   9333:        * src/classes/date.C: - bug fix :)
                   9334: 
                   9335: 2006-11-17  misha
                   9336: 
                   9337:        * src/include/pa_common.h: - array in crc32 calculation was changed
                   9338:          to static
                   9339: 
                   9340:        * src/main/pa_common.C: - little optimization in getMonthDays -
                   9341:          small changes in crc32 calculation
                   9342: 
                   9343:        * src/classes/date.C: - not needed code was removed
                   9344: 
                   9345: 2006-11-16  misha
                   9346: 
                   9347:        * src/types/pa_vmail.C: - fix missed brakes
                   9348: 
                   9349:        * src/types/pa_vmail.C: - mail:send now set content-type:
                   9350:          multipart/related instead of multipart/mixed if file have
                   9351:          $.content-id[]
                   9352: 
                   9353: 2006-11-15  misha
                   9354: 
                   9355:        * src/types/pa_vdouble.h: abs -> fabs
                   9356: 
                   9357: 2006-11-14  misha
                   9358: 
                   9359:        * operators.txt: - added info about ^file.md5[] and
                   9360:          ^file:md5[file-name]
                   9361: 
                   9362:        * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
                   9363:          added
                   9364: 
                   9365:        * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
                   9366:          FILE_BUFFER_SIZE
                   9367: 
                   9368:        * src/classes/math.C: - hex_string was moved to pa_common.h
                   9369: 
                   9370:        * src/include/pa_common.h: - hex_string was moved from math.C -
                   9371:          CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
                   9372: 
                   9373:        * src/types/pa_vdouble.h: - incorrect frac detection with negative
                   9374:          values was fixed
                   9375: 
                   9376: 2006-11-13  misha
                   9377: 
                   9378:        * operators.txt: - added info about ^math:crc32[string],
                   9379:          ^file:crc32[file-name] & ^file.crc32[]
                   9380: 
                   9381:        * src/classes/math.C: - added ^math:crc32[string]
                   9382: 
                   9383:        * src/classes/file.C: - some comments were changed - added
                   9384:          ^file:crc32[file-name] and ^file.crc32[]
                   9385: 
                   9386:        * src/: include/pa_common.h, main/pa_common.C: - some functions for
                   9387:          crc32 calculation added
                   9388: 
                   9389: 2006-11-03  misha
                   9390: 
                   9391:        * src/include/pa_array.h: - not needed variable removed
                   9392: 
                   9393:        * tests/: 150.html, 151.html, results/150.processed,
                   9394:          results/151.processed: - 2 tests were added
                   9395: 
                   9396:        * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
                   9397:          with $.reverse(1) were fixed
                   9398: 
                   9399:        * src/main/pa_http.C: - bug fix. now tainted data from $.form and
                   9400:          query converted to $.charset during ^file::load[http://...]
                   9401: 
                   9402: 2006-11-02  misha
                   9403: 
                   9404:        * src/include/pa_table.h: ups. forget '=' char
                   9405: 
                   9406:        * src/include/pa_table.h: - one more fix in
                   9407:          .locate[...][$.reverse(1)]
                   9408: 
                   9409: 2006-11-01  misha
                   9410: 
                   9411:        * src/classes/math.C: - bug fix, details:
                   9412:          http://www.parser.ru/forum/?id=53360
                   9413: 
                   9414:        * src/include/pa_table.h: - bug fix during ^table.locate( condition
                   9415:          false for all records )[$.reverse(1)]
                   9416: 
                   9417:        * src/main/pa_http.C: - second param for this mid method is length
                   9418:          but not end_index so this method has error and can't detect
                   9419:          charsets in next content-types: Content-type: text/html;
                   9420:          charset="windows-1251" Content-type: text/html;
                   9421:          charset="windows-1251"; Content-type: text/html;
                   9422:          charset=windows-1251;
                   9423: 
                   9424:          only Content-type: text/html; charset=windows-1251 was fine
                   9425: 
                   9426: 2006-10-31  misha
                   9427: 
                   9428:        * src/classes/file.C: - empty args in file::exec removed now
                   9429: 
                   9430: 2006-09-11  misha
                   9431: 
                   9432:        * bin/auto.p.dist.in: - 2 errors were fixed - table::set was
                   9433:          replaced to table::create - some changes in text/code formatting
                   9434: 
                   9435: 2006-09-03  paf
                   9436: 
                   9437:        * src/classes/file.C: proper tainting of
                   9438:          ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
                   9439: 
                   9440: 2006-06-09  paf
                   9441: 
                   9442:        * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
                   9443: 
                   9444:        * src/classes/table.C: formatting
                   9445: 
                   9446:        * src/classes/table.C: incorporated patch from misha: Sent:
                   9447:          Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
                   9448:          ignoring string options for ^table.save[]
                   9449: 
                   9450:        * src/classes/hash.C: incorporated patch from misha Sent:
                   9451:          Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
                   9452:          $hash._default disappear while
                   9453: 
                   9454:        * operators.txt: ^mail:send[   $.file1[      $.value[file]
                   9455:          $.format[!uue|!base64] << new base64 option. default uue   ] ]
                   9456: 
                   9457:        * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
                   9458:          PM Subject: patch for base64 in ^mail:send[] %-)
                   9459: 
                   9460: 2006-04-09  paf
                   9461: 
                   9462:        * src/main/compile.tab.C: ` change compiled
                   9463: 
                   9464:        * gnu.vcproj, operators.txt, parser3.sln,
                   9465:          src/classes/classes.vcproj, src/classes/file.C,
                   9466:          src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
                   9467:          src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
                   9468:          src/classes/xnode.C, src/include/pa_array.h,
                   9469:          src/include/pa_config_fixed.h, src/include/pa_dir.h,
                   9470:          src/include/pa_memory.h, src/include/pa_request.h,
                   9471:          src/include/pa_stack.h, src/lib/cord/cord.vcproj,
                   9472:          src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
                   9473:          src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
                   9474:          src/lib/pcre/pcre_dftables.vcproj,
                   9475:          src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
                   9476:          src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
                   9477:          src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
                   9478:          src/main/pa_cache_managers.C, src/main/pa_charset.C,
                   9479:          src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
                   9480:          src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
                   9481:          src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
                   9482:          src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
                   9483:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
                   9484:          src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
                   9485:          src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
                   9486:          src/types/pa_value.h, src/types/pa_vcookie.C,
                   9487:          src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
                   9488:          src/types/pa_vmail.C, src/types/pa_vresponse.C,
                   9489:          src/types/pa_vstatus.C, src/types/types.vcproj,
                   9490:          tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
                   9491:          ^menu, ^hash/hashfile.foreach
                   9492: 
                   9493:        * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
                   9494:          src/classes/file.C, src/classes/hash.C, src/classes/image.C,
                   9495:          src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
                   9496:          src/classes/xnode.C, src/include/pa_array.h,
                   9497:          src/include/pa_config_fixed.h, src/include/pa_dir.h,
                   9498:          src/include/pa_memory.h, src/include/pa_request.h,
                   9499:          src/include/pa_stack.h, src/lib/cord/cord.vcproj,
                   9500:          src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
                   9501:          src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
                   9502:          src/lib/pcre/pcre_dftables.vcproj,
                   9503:          src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
                   9504:          src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
                   9505:          src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
                   9506:          src/main/pa_cache_managers.C, src/main/pa_charset.C,
                   9507:          src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
                   9508:          src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
                   9509:          src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
                   9510:          src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
                   9511:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
                   9512:          src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
                   9513:          src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
                   9514:          src/types/pa_value.h, src/types/pa_vcookie.C,
                   9515:          src/types/pa_vmail.C, src/types/pa_vresponse.C,
                   9516:          src/types/pa_vstatus.C, src/types/types.vcproj,
                   9517:          tests/descript.ion: ! switched to VS2005 (projects and
                   9518:          object<info explicitly typed>.for_each(, info)) +
                   9519:          $response:field[] setting void means removing + grammar $name`
                   9520:          name stops now, for mysql `$field` + started ^break[]
                   9521:          ^continue[], in ^for. TODO: to other iterators (while, menu,
                   9522:          foreach) + all log messages += [uri=, method=, cl=]
                   9523: 
                   9524:        * buildall-with-xml: merged . ftp paths update
                   9525: 
                   9526:        * buildall-with-xml: . ftp paths update
                   9527: 
                   9528: 2006-03-04  paf
                   9529: 
                   9530:        * src/main/: pa_string.C: merged from HEAD ! cache file curruption
                   9531:          checks++ [thanks to Igor Zinkovsky for detailed report]
                   9532: 
                   9533:        * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
                   9534:          Igor Zinkovsky for detailed report]
                   9535: 
                   9536: 2006-03-01  paf
                   9537: 
                   9538:        * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
                   9539:          \n to ' ' in
                   9540: 
                   9541: 2006-02-18  paf
                   9542: 
                   9543:        * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
                   9544:          \n to ' ' in
                   9545: 
                   9546:        * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
                   9547: 
                   9548: 2006-02-03  paf
                   9549: 
                   9550:        * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
                   9551:          base64
                   9552: 
                   9553:        * src/main/pa_common.C: ! bugfix: decoding from base64
                   9554: 
                   9555: 2006-01-20  paf
                   9556: 
                   9557:        * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
                   9558:          economy fix
                   9559: 
                   9560:        * src/classes/: table.C: merged from HEAD ! bugfix
                   9561:          ^table.save[$.encloser-s now handled properly
                   9562: 
                   9563:        * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
                   9564:          handled properly
                   9565: 
                   9566: 2006-01-19  paf
                   9567: 
                   9568:        * buildall-with-xml, buildall-without-xml: merged from HEAD !
                   9569:          libgc:USE_MUNMAP activates merging of free memory blocks which
                   9570:          helps a lot in our case: after transform we want
                   9571:          CORD(main.result)->cstr[big malloc]->transcode[big malloc]
                   9572: 
                   9573:        * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
                   9574:          economy fix
                   9575: 
                   9576:        * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
                   9577:          activates merging of free memory blocks which helps a lot in our
                   9578:          case: after transform we want CORD(main.result)->cstr[big
                   9579:          malloc]->transcode[big malloc]
                   9580: 
                   9581: 2006-01-17  paf
                   9582: 
                   9583:        * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
                   9584:          before reading them. got rid of reallocs = became quicker and
                   9585:          less fragmentated
                   9586: 
                   9587: 2005-12-29  paf
                   9588: 
1.116     moko     9589:        * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
                   9590:          configure, configure.in, src/include/pa_version.h,
                   9591:          src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95      moko     9592:          src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
                   9593:          src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
                   9594:          src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
                   9595:          src/lib/ltdl/missing: . merged from 3.2.1
                   9596: 
1.116     moko     9597:        * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
                   9598:          packaged when 'make dist', so do configure companion files in
                   9599:          src/lib/ltdl
                   9600: 
                   9601:        * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
                   9602:          config.guess, config.sub, configure.in, install-sh, ltmain.sh,
                   9603:          missing: . now config_auto.h is created with configure [were
                   9604:          constant]
1.95      moko     9605: 
                   9606:        * INSTALL: . references to documentation and some clarification
                   9607: 
                   9608:        * buildall-with-xml, buildall-without-xml: . farawell doc
                   9609:          indication
                   9610: 
1.116     moko     9611:        * Makefile.am: . dist+=buildall*
1.95      moko     9612: 
                   9613: 2005-12-28  paf
                   9614: 
                   9615:        * configure: . 3.2.1
                   9616: 
                   9617:        * INSTALL, buildall-with-xml, buildall-without-xml: + started to
                   9618:          simplify build process, see INSTALL
                   9619: 
                   9620: 2005-12-26  paf
                   9621: 
                   9622:        * configure: ver
                   9623: 
                   9624:        * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
                   9625:          version
                   9626: 
                   9627: 2005-12-21  paf
                   9628: 
                   9629:        * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
                   9630:          compiled with bison 1.875b, it reports unexpected token names
                   9631: 
                   9632: 2005-12-19  paf
                   9633: 
                   9634:        * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
                   9635:          holds a link to xmlNode to prevent premature gc(xmlNode)
                   9636: 
                   9637:        * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
                   9638:          src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
                   9639:          src/main/main.vcproj, src/main/pa_globals.C,
                   9640:          src/targets/cgi/parser3.vcproj,
                   9641:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
                   9642:          configure, configure.in, src/include/pa_version.h: . killing
                   9643:          gdome [what a relief]
                   9644: 
                   9645:        * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
                   9646:          113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
                   9647:          run_parser.sh, results/001.processed, results/002.processed,
                   9648:          results/003.processed, results/004.processed,
                   9649:          results/005.processed, results/006.processed,
                   9650:          results/008.processed, results/009.processed,
                   9651:          results/010.processed, results/011.processed,
                   9652:          results/012.processed, results/013.processed,
                   9653:          results/014.processed, results/015.processed,
                   9654:          results/016.processed, results/017.processed,
                   9655:          results/018.processed, results/020.processed,
                   9656:          results/021.processed, results/022.processed,
                   9657:          results/023.processed, results/024.processed,
                   9658:          results/025.processed, results/026.processed,
                   9659:          results/027.processed, results/028.processed,
                   9660:          results/029.processed, results/030.processed,
                   9661:          results/031.processed, results/032.processed,
                   9662:          results/033.processed, results/034.processed,
                   9663:          results/035.processed, results/036.processed,
                   9664:          results/037.processed, results/038.processed,
                   9665:          results/039.processed, results/040.processed,
                   9666:          results/041.processed, results/042.processed,
                   9667:          results/043.processed, results/044.processed,
                   9668:          results/045.processed, results/046.processed,
                   9669:          results/047.processed, results/048.processed,
                   9670:          results/049.processed, results/050.processed,
                   9671:          results/051.processed, results/052.processed,
                   9672:          results/053.processed, results/054.processed,
                   9673:          results/055.processed, results/056.processed,
                   9674:          results/057.processed, results/058.processed,
                   9675:          results/059.processed, results/060.processed,
                   9676:          results/061.processed, results/062.processed,
                   9677:          results/063.processed, results/064.processed,
                   9678:          results/065.processed, results/066.processed,
                   9679:          results/067.processed, results/068.processed,
                   9680:          results/069.processed, results/070.processed,
                   9681:          results/071.processed, results/072.processed,
                   9682:          results/073.processed, results/074.processed,
                   9683:          results/075.processed, results/076.processed,
                   9684:          results/077.processed, results/078.processed,
                   9685:          results/079.processed, results/080.processed,
                   9686:          results/081.processed, results/082.processed,
                   9687:          results/083.processed, results/084.processed,
                   9688:          results/085.processed, results/086.processed,
                   9689:          results/087.processed, results/088.processed,
                   9690:          results/089.processed, results/090.processed,
                   9691:          results/091.processed, results/092.processed,
                   9692:          results/093.processed, results/094.processed,
                   9693:          results/095.processed, results/096.processed,
                   9694:          results/097.processed, results/099.processed,
                   9695:          results/100.processed, results/101.processed,
                   9696:          results/102.processed, results/104.processed,
                   9697:          results/105.processed, results/106.processed,
                   9698:          results/107.processed, results/108.processed,
                   9699:          results/109.processed, results/110.processed,
                   9700:          results/111.processed, results/112.processed,
                   9701:          results/113.processed, results/114.processed,
                   9702:          results/115.processed, results/117.processed,
                   9703:          results/119.processed, results/120.processed,
                   9704:          results/121.processed, results/122.processed,
                   9705:          results/123.processed, results/124.processed,
                   9706:          results/125.processed, results/126.processed,
                   9707:          results/127.processed, results/128.processed,
                   9708:          results/129.processed, results/130.processed,
                   9709:          results/131.processed, results/132.processed,
                   9710:          results/133.processed, results/134.processed,
                   9711:          results/135.processed, results/136.processed,
                   9712:          results/138.processed, results/139.processed,
                   9713:          results/140.processed, results/141.processed,
                   9714:          results/142.processed, results/143.processed,
                   9715:          results/144.processed, results/145.processed,
                   9716:          results/146.processed, results/147.processed,
                   9717:          results/148.processed, results/149.processed, results/auto.p: .
                   9718:          now works if we turn off default auto.p
                   9719: 
1.116     moko     9720:        * configure: . makes
1.95      moko     9721: 
                   9722:        * src/types/pa_vxnode.C: . less warnings
                   9723: 
                   9724:        * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
                   9725:          tests/145.html, tests/149.html, tests/descript.ion,
                   9726:          tests/outputs/d.cmd, tests/results/142.processed,
                   9727:          tests/results/143.processed, tests/results/144.processed,
                   9728:          tests/results/145.processed, tests/results/146.processed,
                   9729:          tests/results/147.processed, tests/results/148.processed,
                   9730:          tests/results/149.processed: . removed .nodeValue from all node
                   9731:          types other than 5 (grabbed piece from gdome)
                   9732: 
                   9733:        * tests/: 137.html, results/137.processed: . not handled this case
                   9734:          yet. code does not hang from inserting parent into child,
                   9735:          considering thing minor issue -- nodes are removed from source
                   9736:          anyway, don't know why shold that be an error after all
                   9737: 
                   9738:        * src/targets/cgi/parser3.C: . style
                   9739: 
                   9740:        * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
                   9741:          xdoc too [were barking "not element"]
                   9742: 
                   9743: 2005-12-16  paf
                   9744: 
                   9745:        * tests/: 146.html, 147.html, 148.html: . more tests
                   9746: 
                   9747:        * src/classes/xnode.C: . also bark on possible errors
                   9748: 
                   9749:        * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
                   9750:          props
                   9751: 
                   9752:        * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
                   9753:          main/compile.y: merged from HEAD ! fixed overoptimized
                   9754:          ^call(false) case. (confused it with ^call[] case)
                   9755: 
                   9756:        * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
                   9757:          ^call(false) case. (confused it with ^call[] case)
                   9758: 
                   9759:        * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
                   9760: 
                   9761:        * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
                   9762:          results/001.processed, results/002.processed,
                   9763:          results/003.processed, results/004.processed,
                   9764:          results/005.processed, results/006.processed,
                   9765:          results/008.processed, results/009.processed,
                   9766:          results/010.processed, results/011.processed,
                   9767:          results/012.processed, results/013.processed,
                   9768:          results/014.processed, results/015.processed,
                   9769:          results/016.processed, results/017.processed,
                   9770:          results/018.processed, results/019.processed,
                   9771:          results/020.processed, results/021.processed,
                   9772:          results/022.processed, results/023.processed,
                   9773:          results/024.processed, results/025.processed,
                   9774:          results/026.processed, results/027.processed,
                   9775:          results/028.processed, results/029.processed,
                   9776:          results/030.processed, results/031.processed,
                   9777:          results/032.processed, results/033.processed,
                   9778:          results/034.processed, results/035.processed,
                   9779:          results/036.processed, results/037.processed,
                   9780:          results/038.processed, results/039.processed,
                   9781:          results/040.processed, results/041.processed,
                   9782:          results/042.processed, results/043.processed,
                   9783:          results/044.processed, results/045.processed,
                   9784:          results/046.processed, results/047.processed,
                   9785:          results/048.processed, results/049.processed,
                   9786:          results/050.processed, results/051.processed,
                   9787:          results/052.processed, results/053.processed,
                   9788:          results/054.processed, results/055.processed,
                   9789:          results/056.processed, results/057.processed,
                   9790:          results/058.processed, results/059.processed,
                   9791:          results/060.processed, results/061.processed,
                   9792:          results/062.processed, results/063.processed,
                   9793:          results/064.processed, results/065.processed,
                   9794:          results/066.processed, results/067.processed,
                   9795:          results/068.processed, results/069.processed,
                   9796:          results/070.processed, results/071.processed,
                   9797:          results/072.processed, results/073.processed,
                   9798:          results/074.processed, results/075.processed,
                   9799:          results/076.processed, results/077.processed,
                   9800:          results/078.processed, results/079.processed,
                   9801:          results/080.processed, results/081.processed,
                   9802:          results/082.processed, results/083.processed,
                   9803:          results/084.processed, results/085.processed,
                   9804:          results/086.processed, results/087.processed,
                   9805:          results/088.processed, results/089.processed,
                   9806:          results/090.processed, results/091.processed,
                   9807:          results/092.processed, results/093.processed,
                   9808:          results/094.processed, results/095.processed,
                   9809:          results/096.processed, results/097.processed,
                   9810:          results/099.processed, results/101.processed,
                   9811:          results/102.processed, results/104.processed,
                   9812:          results/105.processed, results/106.processed,
                   9813:          results/107.processed, results/108.processed,
                   9814:          results/109.processed, results/110.processed,
                   9815:          results/111.processed, results/112.processed,
                   9816:          results/113.processed, results/114.processed,
                   9817:          results/115.processed, results/116.processed,
                   9818:          results/117.processed, results/118.processed,
                   9819:          results/119.processed, results/120.processed,
                   9820:          results/121.processed, results/122.processed,
                   9821:          results/123.processed, results/124.processed,
                   9822:          results/125.processed, results/126.processed,
                   9823:          results/127.processed, results/128.processed,
                   9824:          results/129.processed, results/130.processed,
                   9825:          results/131.processed, results/132.processed,
                   9826:          results/133.processed, results/134.processed,
                   9827:          results/135.processed, results/136.processed,
                   9828:          results/137.processed, results/138.processed,
                   9829:          results/139.processed, results/140.processed,
                   9830:          results/141.processed: . refreshed old tests, made them work
                   9831:          without auto.p (in utf8) . things noted: . gif got encoded
                   9832:          differently . exif 0000:00:00 decoded now into 0000:00:00 (were
                   9833:          some strange year)
                   9834: 
                   9835:        * INSTALL: . revived linux libgc fix
                   9836: 
                   9837:        * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
                   9838:          glib/gdome in INSTALL and patches]
                   9839: 
                   9840:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   9841:          include/pa_charset.h, include/pa_config_includes.h,
                   9842:          include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
                   9843:          include/pa_xml_exception.h, lib/cord/Makefile.am,
                   9844:          lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
                   9845:          lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
                   9846:          main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
                   9847:          main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
                   9848:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   9849:          types/pa_vxnode.h: . started killing gdome
                   9850: 
                   9851: 2005-12-13  paf
                   9852: 
                   9853:        * src/main/: pa_request.C: merged from HEAD ! when code in
                   9854:          @unhandled_exception thrown another exception, print correct
                   9855:          origin (earlier code in catch of exception inside of
                   9856:          @unhandled_exception grabbed parent_frame(original_exception)
                   9857:          origin and printed it, instead of true origin)
                   9858: 
                   9859:        * src/main/pa_request.C: ! when code in @unhandled_exception thrown
                   9860:          another exception, print correct origin (earlier code in catch of
                   9861:          exception inside of @unhandled_exception grabbed
                   9862:          parent_frame(original_exception) origin and printed it, instead
                   9863:          of true origin)
                   9864: 
                   9865: 2005-12-09  paf
                   9866: 
                   9867:        * INSTALL: . updated INSTALL doc to work around linux stack base
                   9868:          detection problem, due to change in gc6.4 code
                   9869: 
                   9870:        * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
                   9871:          ignored in ^string.matched :(
                   9872: 
                   9873:        * src/main/pa_string.C: ! regex tainting were ignored in
                   9874:          ^string.matched :(
                   9875: 
                   9876:        * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
                   9877:          src/include/pa_config_fixed.h, src/include/pa_version.h,
                   9878:          src/main/compile.y, src/main/compile_tools.h,
                   9879:          src/main/pa_charset.C, src/main/pa_common.C,
                   9880:          src/main/pa_globals.C, src/main/pa_string.C,
                   9881:          src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
                   9882:          src/types/pa_vmail.C: . merged latest fixes from 3.2.0
                   9883: 
                   9884: 2005-12-08  paf
                   9885: 
                   9886:        * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
                   9887:          500 chars now handled OK [were wrapped on 500th char according to
                   9888:          rfc, but sendmail failed to unwrap it properly]
                   9889: 
                   9890:        * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
                   9891:          handled OK [were wrapped on 500th char according to rfc, but
                   9892:          sendmail failed to unwrap it properly]
                   9893: 
                   9894:        * src/targets/isapi/parser3isapi.C: . less warnings
                   9895: 
                   9896:        * src/targets/isapi/parser3isapi.C: . undone some strange change
                   9897:          since 3.1.5
                   9898: 
                   9899:        * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
                   9900:          link fixes
                   9901: 
                   9902:        * src/: classes/date.C, include/pa_config_fixed.h,
                   9903:          main/compile.tab.C, main/compile.y, main/compile_tools.h,
                   9904:          main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
                   9905:          main/pa_string.C, targets/cgi/getopt.c: . less warnings
                   9906: 
                   9907:        * src/include/pa_config_fixed.h: . removed outdated string origins
                   9908:          [in current storage scheme there's no place for them. someday we
                   9909:          can add third CORD to store origins and special version of parser
                   9910:          which stores origins there [separate binary]]
                   9911: 
                   9912: 2005-12-07  paf
                   9913: 
                   9914:        * src/targets/isapi/parser3isapi.C: . now links in release mode
                   9915: 
                   9916:        * src/include/pa_version.h: makefiles
                   9917: 
                   9918:        * src/include/pa_version.h: . not beta
                   9919: 
                   9920:        * configure, configure.in, src/include/pa_version.h: not beta
                   9921: 
                   9922: 2005-12-06  paf
                   9923: 
                   9924:        * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
                   9925:          [some details here http://i2/tasks/edit/?id=4869912143891354460]
                   9926:          decided to undo the change ^call[$void] passes void. now it will
                   9927:          pass empty string again.
                   9928: 
                   9929:        * src/main/: compile.tab.C, compile.y: . version readded
                   9930: 
                   9931:        * src/classes/op.C: . in this version there is no ^switch[$nothing]
                   9932:          = ^switch[void] problem
                   9933: 
                   9934: 2005-12-01  paf
                   9935: 
                   9936:        * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
                   9937:          caused ^case[string] to be coerced to double since searching
                   9938:          value were not string (it was vvoid)
                   9939: 
                   9940:        * src/classes/op.C: . bugfix ^switch[$void_value] caused
                   9941:          ^case[string] to be coerced to double since searching value were
                   9942:          not string (it was vvoid)
                   9943: 
                   9944:        * INSTALL: . compiled with       libxml2 = 2.6.22       libxslt =
                   9945:          1.1.15       glib = 1.2.10       gdome2 = 0.8.1
                   9946: 
                   9947: 2005-11-30  paf
                   9948: 
                   9949:        * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
                   9950:          win32 must putenv("TZ="), on unix works only putenv("TZ")
                   9951: 
                   9952:        * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
                   9953:          putenv("TZ="), on unix works only putenv("TZ")
                   9954: 
                   9955:        * INSTALL: . xml libs versions updated
                   9956: 
                   9957:        * src/main/pa_globals.C: //20051130 trying to remove this, author
                   9958:          claims that fixed a lot there // 20040920 for now both
                   9959:          workarounds needed. wait for new libxml/xsl versions
                   9960: 
                   9961: 2005-11-28  paf
                   9962: 
                   9963:        * src/classes/table.C: merged from HEAD: ! nameless table has
                   9964:          columns==0
                   9965: 
                   9966:        * src/classes/table.C: ! nameless table has columns==0
                   9967: 
                   9968:        * src/main/pa_http.C: merged from HEAD: ! status line check made
                   9969:          earlier [was totally wrong]
                   9970: 
                   9971:        * src/main/pa_http.C: ! status line check made earlier [was totally
                   9972:          wrong]
                   9973: 
                   9974: 2005-11-25  paf
                   9975: 
                   9976:        * src/include/pa_array.h: -this reduces speed(table::load) strange.
                   9977:          undoing for now...
                   9978: 
                   9979:        * src/include/pa_version.h: -this reduces speed(table::load),
                   9980:          strange. undoing
                   9981: 
                   9982:        * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
                   9983: 
                   9984:        * src/classes/op.C: + ^while(){}[SEPARATOR]
                   9985: 
                   9986:        * src/include/pa_array.h: + optimistics added: all arrays (table
                   9987:          rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
                   9988:          this speeds things up and saves memory a LOT! (not noticed
                   9989:          negative effect on syntetic tests, future will tell...)
                   9990: 
                   9991:        * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
                   9992:          changed gc_malloc implementation, which obscured profiling
                   9993: 
                   9994:        * src/classes/table.C: merged from HEAD: + optimized
                   9995:          table::load/sql, now row ArrayString-s allocated with
                   9996:          columns.count() elements and don't always grow from
                   9997:          count=3[realloc,realloc]
                   9998: 
                   9999:        * src/classes/table.C: + optimized table::load/sql, now row
                   10000:          ArrayString-s allocated with columns.count() elements and don't
                   10001:          always grow from count=3[realloc,realloc]
                   10002: 
                   10003:        * src/classes/table.C: merged from HEAD: . ^table.save unused
                   10004:          buffer after save
                   10005: 
                   10006:        * src/classes/table.C: . ^table.save unused buffer after save
                   10007: 
                   10008: 2005-11-24  paf
                   10009: 
                   10010:        * configure.in: . merged glib2-config patch
                   10011: 
                   10012:        * configure.in: + trying to find glib2-config
                   10013: 
                   10014:        * src/: classes/file.C, include/pa_common.h, main/execute.C,
                   10015:          main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
                   10016:          file/dir_readable to simple file/dir_exist, this would help in
                   10017:          situations "class not found because .p file has bad rights" << in
                   10018:          that case error would be explicit "access denied to 'this' file"
                   10019: 
1.116     moko     10020:        * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95      moko     10021: 
                   10022:        * src/: classes/file.C, include/pa_common.h, main/execute.C,
                   10023:          main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
                   10024:          to simple file/dir_exist, this would help in situations "class
                   10025:          not found because .p file has bad rights" << in that case error
                   10026:          would be explicit "access denied to 'this' file"
                   10027: 
                   10028:        * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
                   10029:          include/pa_http.h, main/Makefile.am, main/main.vcproj,
                   10030:          main/pa_common.C, main/pa_http.C: merged from HEAD: +!
                   10031:          ^file::exec/cgi[script;$.charset[changed]
                   10032:          $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
                   10033:          encoded in $.charset charset
                   10034: 
                   10035:        * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
                   10036:          $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
                   10037:          encoded in $.charset charset
                   10038: 
                   10039:        * src/: include/Makefile.am, include/pa_common.h,
                   10040:          include/pa_http.h, main/Makefile.am, main/main.vcproj,
                   10041:          main/pa_common.C, main/pa_http.C: . extracted http:// into
                   10042:          separate file [preparation for
                   10043:          ^file::cgi[script;$.form[$.field1[]
                   10044: 
                   10045: 2005-11-22  paf
                   10046: 
                   10047:        * src/: include/pa_version.h, main/compile.tab.C: makefiles
                   10048: 
                   10049:        * acinclude.m4, configure.in: . merged underquting fixes
                   10050: 
1.116     moko     10051:        * src/include/pa_config_auto.h.in: configure+makes
1.95      moko     10052: 
                   10053:        * src/classes/op.C: . overmerged a little
                   10054: 
                   10055:        * src/main/compile.tab.C: Makefile
                   10056: 
                   10057:        * src/main/: pa_common.C: . less gcc warnings
                   10058: 
                   10059:        * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
                   10060:          now reports original exception if we have no old cache
                   10061: 
                   10062:        * src/classes/op.C: + $exception.handled[cache] now reports
                   10063:          original exception if we have no old cache
                   10064: 
                   10065:        * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
                   10066:          from HEAD: + ^taint/untaint[regex] << escapes these:
                   10067:          \^$.[]|()?*+{}
                   10068: 
                   10069:        * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
                   10070:          ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
                   10071: 
                   10072:        * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
                   10073:          getenv-ed variable, which does not work both on win32&unix.
                   10074:          copied old TZ value now
                   10075: 
                   10076:        * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
                   10077:          stored pointer to getenv-ed variable, which does not work both on
                   10078:          win32&unix. copied old TZ value now
                   10079: 
                   10080:        * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
                   10081:          getenv-ed variable, which does not work both on win32&unix.
                   10082:          copied old TZ value now
                   10083: 
                   10084:        * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
                   10085:          access to internal hash
                   10086: 
                   10087:        * src/types/pa_vresponse.C: + $response:headers access to internal
                   10088:          hash
                   10089: 
                   10090:        * src/targets/isapi/parser3isapi.C: merged from HEAD: +
                   10091:          GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
                   10092:          isapi] this reduces number of "GC Warning: Repeated allocation of
                   10093:          very large block" messages to only important onces
                   10094: 
                   10095:        * src/targets/isapi/parser3isapi.C: +
                   10096:          GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
                   10097:          isapi] this reduces number of "GC Warning: Repeated allocation of
                   10098:          very large block" messages to only important onces
                   10099: 
                   10100:        * src/classes/string.C: merged from HEAD: + removed limitation on
                   10101:          ^string/int/double:sql{}[$.default[({param style})] ]
                   10102: 
                   10103:        * src/classes/string.C: + removed limitation on
                   10104:          ^string/int/double:sql{}[$.default[({param style})] ]
                   10105: 
                   10106:        * src/main/pa_common.C: merged from HEAD: + removed "use either uri
                   10107:          with ?params or $.form option" limitation
                   10108: 
                   10109:        * src/main/pa_common.C: + removed "use either uri with ?params or
                   10110:          $.form option" limitation
                   10111: 
                   10112:        * src/: classes/file.C, classes/string.C, include/pa_common.h,
                   10113:          main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
                   10114:          ^file::base64[encoded] decode
                   10115: 
                   10116:        * src/: classes/file.C, classes/string.C, include/pa_common.h,
                   10117:          main/pa_common.C: + ^file.base64[] encode +
                   10118:          ^file::base64[encoded] decode
                   10119: 
                   10120:        * src/classes/: file.C, string.C: + ^string.base64[] encode +
                   10121:          ^string:base64[encoded] decode
                   10122: 
                   10123:        * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
                   10124:          ^string:base64[in] encode + ^string.base64[] decode
                   10125: 
                   10126: 2005-11-21  paf
                   10127: 
                   10128:        * src/classes/file.C: + merged from HEAD:
                   10129:          ^file::create[text;file.xml;^untaint[xml]{data}]
                   10130: 
                   10131:        * src/classes/file.C: +
                   10132:          ^file::create[text;file.xml;^untaint[xml]{data}]
                   10133: 
                   10134:        * src/main/pa_request.C: ! merged: $response:body[file] now
                   10135:          differes from :download, it does not return content-disposition
                   10136:          at all now [previusely it returned valueless content-disposition]
                   10137: 
                   10138:        * src/main/pa_request.C: ! $response:body[file] now differes from
                   10139:          :download, it does not return content-disposition at all now
                   10140:          [previusely it returned valueless content-disposition]
                   10141: 
                   10142:        * src/main/: compile.tab.C, compile.y: ! overoptimized void
                   10143:          literals, reverted to just vvod, recreating empty array with each
                   10144:          void_value token. that's absolutely needed, since that array
                   10145:          grows
                   10146: 
                   10147:        * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
                   10148:          types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
                   10149:          types/pa_vmethod_frame.h: + merged: expression literals:
                   10150:          true/false. ^format[$.indent(true)]
                   10151: 
                   10152:        * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
                   10153:          types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
                   10154:          types/pa_vmethod_frame.h: + expression literals: true/false.
                   10155:          ^format[$.indent(true)]
                   10156: 
                   10157:        * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
                   10158:          merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
                   10159:          i386-pc-win32)"
                   10160: 
                   10161:        * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
                   10162:          $env:PARSER_VERSION reports "3.1.5beta (compiled on
                   10163:          i386-pc-win32)"
                   10164: 
                   10165: 2005-11-18  paf
                   10166: 
                   10167:        * src/classes/: double.C, int.C: ! ^int/double:sql{select
                   10168:          null}[$.default(123)] will now return default value
                   10169: 
                   10170:        * src/classes/op.C: + merged ^cache[] << returns current cache
                   10171:          expiration time
                   10172: 
                   10173:        * src/classes/op.C: + ^cache[] << returns current cache expiration
                   10174:          time
                   10175: 
                   10176:        * src/classes/table.C: ! merged ^table::create[not'nameless';
                   10177:          failed << Exception.problem_source pointed to local var!
                   10178: 
                   10179:        * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
                   10180:          Exception.problem_source pointed to local var!
                   10181: 
                   10182:        * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
                   10183:          now loads VFile.ptr!=0, so such files can be saved now
                   10184: 
                   10185:        * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
                   10186:          loads VFile.ptr!=0, so such files can be saved now
                   10187: 
                   10188:        * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
                   10189:          only . and .. now removed from list [were removed all .*]
                   10190: 
                   10191:        * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
                   10192:          .. now removed from list [were removed all .*]
                   10193: 
                   10194:        * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
                   10195:          open error now checked, were not :( [stole that piece from apache
                   10196:          1.3 sources]
                   10197: 
                   10198:        * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
                   10199:          checked, were not :( [stole that piece from apache 1.3 sources]
                   10200: 
                   10201:        * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
                   10202:          untainting of @main result if returned by $result or
                   10203:          $response:body
                   10204: 
                   10205:        * src/main/pa_request.C: ! ensured proper untainting of @main
                   10206:          result if returned by $result or $response:body
                   10207: 
                   10208:        * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
                   10209:          issue: now tries to guess content-length and allocates one big
                   10210:          piece if possible [regretfully gc_realloc works as malloc+free,
                   10211:          leaving lots of holes behind]
                   10212: 
                   10213:        * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
                   10214:          fixed file load memory issue: now tries to guess content-length
                   10215:          and allocates one big piece if possible [regretfully gc_realloc
                   10216:          works as malloc+free, leaving lots of holes behind]
                   10217: 
                   10218: 2005-11-16  paf
                   10219: 
                   10220:        * src/: include/pa_common.h, classes/file.C, classes/table.C,
                   10221:          main/compile.tab.C, main/pa_common.C: merged to HEAD: !
                   10222:          table::save with enclosers now doubles them: "->"" !
                   10223:          table::save/load do not remove elements from options hash
                   10224: 
                   10225:        * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
                   10226:          [were overoptimized ^if(double_literal), compiler confused
                   10227:          OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
                   10228: 
                   10229:        * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
                   10230:          [were overoptimized ^if(double_literal), compiler confused
                   10231:          OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
                   10232: 
                   10233:        * src/: classes/file.C, classes/table.C, include/pa_common.h,
                   10234:          main/pa_common.C: ! table::save with enclosers now doubles them:
                   10235:          "->"" ! table::save/load do not remove elements from options hash
                   10236: 
                   10237: 2005-11-03  paf
                   10238: 
1.116     moko     10239:        * src/main/: Makefile.am, compile.tab.C: removed $< from .y
                   10240:          compilation, not all makefiles liked that
1.95      moko     10241: 
                   10242: 2005-08-30  paf
                   10243: 
                   10244:        * src/classes/op.C: merge . speedup check of [DEFAULT]
                   10245: 
                   10246:        * src/classes/op.C: . speedup check of [DEFAULT]
                   10247: 
                   10248: 2005-08-26  paf
                   10249: 
                   10250:        * src/: classes/date.C, types/pa_vdate.h: merged + date.week
                   10251: 
                   10252:        * src/: classes/date.C, types/pa_vdate.h: + date.week
                   10253: 
                   10254:        * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
                   10255:          complains about bad!=nameless
                   10256: 
                   10257:        * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
                   10258:          about bad!=nameless
                   10259: 
                   10260:        * src/classes/: hash.C, string.C, table.C, void.C: merged !
                   10261:          optional options were allowed to be empty. were checked
                   10262:          if(is_string), changed to !defined||is_string to allow void
                   10263: 
                   10264:        * src/: targets/isapi/parser3isapi.C, classes/hash.C,
                   10265:          classes/string.C, classes/table.C, classes/void.C: ! optional
                   10266:          options were allowed to be empty. were checked if(is_string),
                   10267:          changed to !defined||is_string to allow void
                   10268: 
                   10269:        * src/types/pa_vmethod_frame.h: merged ! many classes/*  used
                   10270:          as_junction where they needed as_int/double, so failed with
                   10271:          recent "(const) now no junction" optimization
                   10272: 
                   10273:        * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
                   10274:          merged ! many classes/*  used as_junction where they needed
                   10275:          as_int/double, so failed with recent "(const) now no junction"
                   10276:          optimization
                   10277: 
                   10278:        * src/: classes/double.C, classes/int.C, classes/math.C,
                   10279:          classes/op.C, classes/string.C, classes/table.C,
                   10280:          main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
                   10281:          used as_junction where they needed as_int/double, so failed with
                   10282:          recent "(const) now no junction" optimization
                   10283: 
                   10284: 2005-08-24  paf
                   10285: 
                   10286:        * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
                   10287:          windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
                   10288:          stripped it
                   10289: 
                   10290: 2005-08-09  paf
                   10291: 
                   10292:        * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
                   10293:          not cleared
                   10294: 
                   10295:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   10296:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   10297:          classes/hashfile.C, classes/image.C, classes/int.C,
                   10298:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   10299:          classes/response.C, classes/string.C, classes/table.C,
                   10300:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   10301:          include/pa_array.h, include/pa_cache_managers.h,
                   10302:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   10303:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   10304:          include/pa_dictionary.h, include/pa_dir.h,
                   10305:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   10306:          include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
                   10307:          include/pa_operation.h, include/pa_os.h, include/pa_request.h,
                   10308:          include/pa_request_charsets.h, include/pa_request_info.h,
                   10309:          include/pa_sapi.h, include/pa_socks.h,
                   10310:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   10311:          include/pa_stack.h, include/pa_string.h,
                   10312:          include/pa_stylesheet_connection.h,
                   10313:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   10314:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   10315:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   10316:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   10317:          lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
                   10318:          lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
                   10319:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
                   10320:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   10321:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   10322:          main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
                   10323:          main/pa_os.C, main/pa_request.C, main/pa_socks.C,
                   10324:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   10325:          main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
                   10326:          main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
                   10327:          main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
                   10328:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   10329:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   10330:          types/pa_junction.h, types/pa_method.h, types/pa_property.h,
                   10331:          types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
                   10332:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   10333:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   10334:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
                   10335:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   10336:          types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
                   10337:          types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
                   10338:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
                   10339:          types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
                   10340:          types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   10341:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   10342:          types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   10343:          types/pa_vresponse.C, types/pa_vresponse.h,
                   10344:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   10345:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   10346:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   10347:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                   10348:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   10349:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   10350:          types/pa_wcontext.h, types/pa_wwrapper.h: 2005
                   10351: 
                   10352:        * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
                   10353:          pa_vmethod_frame.h: merged from HEAD ! simplified (double)
                   10354:          speedup consequent checks in vmethod_frame
                   10355: 
                   10356:        * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
                   10357:          not cleared
                   10358: 
                   10359:        * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
                   10360:          params: 50 max (were 10)
                   10361: 
                   10362:        * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
                   10363:          params: 50 max (were 10)
                   10364: 
                   10365:        * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
                   10366:          pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
                   10367:          pa_wcontext.h: + ^call[$void] param inside now is void (were:
                   10368:          empty string) ! simplified (double) speedup consequent checks in
                   10369:          vmethod_frame
                   10370: 
                   10371:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
                   10372:          optimized constants in expressions vstring->vdouble + optimized
                   10373:          ^call(vdouble), no junction creation, no calls later
                   10374: 
                   10375: 2005-08-08  paf
                   10376: 
                   10377:        * bin/auto.p.dist.in: merged . apache bad 404 handling workaround
                   10378:          integrated
                   10379: 
                   10380:        * bin/auto.p.dist.in: . apache bad 404 handling workaround
                   10381:          integrated
                   10382: 
                   10383:        * src/main/: compile.tab.C, compile.y, compile_tools.C,
                   10384:          compile_tools.h: merged + optimized constants in expressions
                   10385:          vstring->vdouble + optimized ^call(vdouble), no junction
                   10386:          creation, no calls later
                   10387: 
                   10388:        * src/types/pa_vdouble.h: merged . double values without fractional
                   10389:          part now default printed as %.0f instead of %g
                   10390: 
                   10391:        * src/types/pa_vdouble.h: . double values without fractional part
                   10392:          now default printed as %.0f instead of %g
                   10393: 
                   10394:        * src/classes/hashfile.C: . merged ! second hashfile::open would
                   10395:          cause an exception
                   10396: 
                   10397:        * src/classes/hashfile.C: ! second hashfile::open would cause an
                   10398:          exception
                   10399: 
                   10400:        * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
                   10401:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   10402:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   10403:          types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
                   10404:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
                   10405:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   10406:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   10407:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   10408:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   10409:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
                   10410:          merged VJunction(new Junction) optimization from 3.1.4
                   10411: 
                   10412:        * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
                   10413:          types/pa_vstateless_class.C: + optimized new VJunction(new
                   10414:          Junction(params)) to new VJunction(params), thousands of mallocs
                   10415:          removed
                   10416: 
                   10417: 2005-08-05  paf
                   10418: 
                   10419:        * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
                   10420:          types/pa_vdouble.h, types/pa_vmethod_frame.C,
                   10421:          types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
                   10422:          creation, no calls later
                   10423: 
                   10424:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   10425:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   10426:          classes/hashfile.C, classes/image.C, classes/int.C,
                   10427:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   10428:          classes/response.C, classes/string.C, classes/table.C,
                   10429:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   10430:          include/pa_array.h, include/pa_cache_managers.h,
                   10431:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   10432:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   10433:          include/pa_dictionary.h, include/pa_dir.h,
                   10434:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   10435:          include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
                   10436:          include/pa_operation.h, include/pa_os.h, include/pa_request.h,
                   10437:          include/pa_request_charsets.h, include/pa_request_info.h,
                   10438:          include/pa_sapi.h, include/pa_socks.h,
                   10439:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   10440:          include/pa_stack.h, include/pa_string.h,
                   10441:          include/pa_stylesheet_connection.h,
                   10442:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   10443:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   10444:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   10445:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   10446:          lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
                   10447:          lib/smtp/smtp.h, main/compile.C, main/compile.y,
                   10448:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   10449:          main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
                   10450:          main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
                   10451:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   10452:          main/pa_memory.C, main/pa_os.C, main/pa_request.C,
                   10453:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   10454:          main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
                   10455:          main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
                   10456:          main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
                   10457:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   10458:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   10459:          types/pa_junction.h, types/pa_method.h, types/pa_value.C,
                   10460:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                   10461:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   10462:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   10463:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   10464:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   10465:          types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
                   10466:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   10467:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
                   10468:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
                   10469:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   10470:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   10471:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   10472:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   10473:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   10474:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   10475:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                   10476:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   10477:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   10478:          types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
                   10479: 
                   10480:        * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
                   10481:          lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
                   10482:          lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
                   10483:          lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
                   10484:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   10485:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
                   10486:          optimized constants in expressions vstring->vdouble
                   10487: 
                   10488: 2005-07-29  paf
                   10489: 
                   10490:        * src/types/pa_vclass.C: . shaped up error messages a bit
                   10491: 
                   10492:        * src/types/pa_vclass.C: + property getter can now be overridden
                   10493: 
                   10494:        * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
                   10495:          bug fix: static parent fields were not replaced in case
                   10496:          $derived:field[put] + property setter can now be overridden
                   10497: 
                   10498: 2005-07-28  paf
                   10499: 
                   10500:        * configure, configure.in, src/classes/classes.h,
                   10501:          src/classes/date.C, src/classes/file.C, src/classes/hash.C,
                   10502:          src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
                   10503:          src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
                   10504:          src/classes/xnode.h, src/include/pa_hash.h,
                   10505:          src/include/pa_version.h, src/main/execute.C,
1.116     moko     10506:          src/types/Makefile.am, src/types/pa_method.h,
                   10507:          src/types/pa_value.h, src/types/pa_vclass.C,
                   10508:          src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
                   10509:          src/types/pa_vconsole.h, src/types/pa_vcookie.C,
                   10510:          src/types/pa_vcookie.h, src/types/pa_vhash.h,
                   10511:          src/types/pa_vhashfile.h, src/types/pa_vimage.C,
                   10512:          src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
                   10513:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   10514:          src/types/pa_vproperty.h, src/types/pa_vrequest.C,
                   10515:          src/types/pa_vrequest.h, src/types/pa_vresponse.C,
                   10516:          src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
                   10517:          src/types/pa_vstateless_class.h,
1.95      moko     10518:          src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
                   10519:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   10520:          src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
                   10521:          dynamic_fields_join
                   10522: 
                   10523:        * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
                   10524:          classes/xnode.C, include/pa_hash.h, main/execute.C,
                   10525:          types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
                   10526:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   10527:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
                   10528:          types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
                   10529:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   10530:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   10531:          types/pa_vresponse.h, types/pa_vstateless_object.h,
                   10532:          types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   10533:          types/pa_wwrapper.h: ! restored put_element('replace' param), and
                   10534:          restored its checks in vobject.put_element->static fields |
                   10535:          dynamic properties
                   10536: 
                   10537: 2005-07-27  paf
                   10538: 
                   10539:        * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
                   10540:          is some old code containing @set_name $name
                   10541: 
                   10542:        * src/types/pa_vobject.h: . fixed warning
                   10543: 
                   10544:        * configure, configure.in, src/include/pa_version.h,
1.116     moko     10545:          src/types/Makefile.am: 3.2.0beta started
1.95      moko     10546: 
                   10547:        * src/: classes/xnode.C, include/pa_hash.h,
                   10548:          types/pa_vstateless_class.C: ! new asserts were all false.
                   10549:          regretfully reverted them all to checks
                   10550: 
                   10551:        * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
                   10552:          classes/op.C, main/execute.C, types/pa_method.h,
                   10553:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   10554:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   10555:          types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
                   10556:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
                   10557:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   10558:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   10559:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   10560:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
                   10561:          joined_dynamic_fields: removed unused param from put_method
                   10562:          (returned to 3 params)
                   10563: 
                   10564:        * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
                   10565:          joined_dynamic_fields: dynamic get/set works with overriding
                   10566:          props [alpha2]
                   10567: 
                   10568:        * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
                   10569:          works [alfa]
                   10570: 
                   10571:        * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
                   10572:          classes/op.C, include/pa_hash.h, main/execute.C,
                   10573:          types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
                   10574:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   10575:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
                   10576:          types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
                   10577:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   10578:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   10579:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   10580:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   10581:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
                   10582:          joined_dynamic_fields: just compiled
                   10583: 
                   10584:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   10585:          classes/hashfile.C, classes/image.C, classes/table.C,
                   10586:          classes/xdoc.C, classes/xnode.h, main/execute.C,
                   10587:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
                   10588:          types/pa_vstateless_class.h: joined_dynamic_fields: started
                   10589: 
                   10590:        * src/types/pa_vobject.C: . object setters [only started, does not
                   10591:          work yet]
                   10592: 
                   10593:        * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
                   10594:          object setters [only started, does not work yet]
                   10595: 
                   10596: 2005-07-26  paf
                   10597: 
                   10598:        * src/: include/pa_request.h, main/execute.C: . properties: set
                   10599:          works [alpha2]. for classes. todo: for objects
                   10600: 
                   10601:        * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
                   10602:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   10603:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   10604:          types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
                   10605:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
                   10606:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   10607:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   10608:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   10609:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
                   10610:          properties: set works [alpha1]
                   10611: 
                   10612: 2005-07-25  paf
                   10613: 
                   10614:        * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
                   10615:          types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
                   10616:          properties: started, get works [alpha1, other approach]
                   10617: 
                   10618:        * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
                   10619:          properties: started, get works [alpha2]
                   10620: 
                   10621:        * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
                   10622:          pa_vstateless_class.h: . properties: started, get works [alpha]
                   10623: 
                   10624: 2005-07-15  paf
                   10625: 
                   10626:        * src/: classes/classes.h, classes/op.C, main/execute.C,
                   10627:          types/pa_junction.h, types/pa_property.h, types/pa_value.h,
                   10628:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   10629:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   10630:          types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
                   10631:          types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
                   10632:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   10633:          types/pa_vresponse.C, types/pa_vresponse.h,
                   10634:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   10635:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   10636:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
                   10637:          types/pa_wwrapper.h, types/types.vcproj: + started property
                   10638:          [getters work but think of changing them too to precaching]
                   10639: 
                   10640: 2005-07-08  paf
                   10641: 
                   10642:        * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
                   10643:          gpf
                   10644: 
                   10645: 2005-06-28  paf
                   10646: 
                   10647:        * src/: classes/file.C, main/untaint.C: ! string invariant violated
                   10648:          in passing empty strings to file::exec/cgi environment
                   10649: 
                   10650: 2005-06-06  paf
                   10651: 
                   10652:        * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
                   10653:          ^table:sql ^hash:sql now DO process $.bind option
                   10654: 
                   10655: 2005-05-24  paf
                   10656: 
                   10657:        * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
                   10658:          $.limit] now work again [support was broken in 3.1.4]
                   10659: 
                   10660:        * src/: main/pa_string.C, classes/op.C: . steps toward removing
                   10661:          ALL_INTERIOR_POINTERS
                   10662: 
                   10663: 2005-05-12  paf
                   10664: 
                   10665:        * configure: 3.1.5beta
                   10666: 
                   10667:        * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
                   10668: 
                   10669:        * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
                   10670:          $.limit] now work again [support was broken in 3.1.4]
                   10671: 
                   10672:        * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
                   10673:          line-width  [was refusing to fill if line-width >1, thanks to
                   10674:          Seras <seras@pinxit.lt> for repro case
                   10675: 
                   10676: 2005-04-25  paf
                   10677: 
                   10678:        * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
                   10679:          correctly
                   10680: 
                   10681: 2005-04-19  paf
                   10682: 
                   10683:        * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
                   10684:          in VString violating invariant!!
                   10685: 
                   10686:        * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
                   10687:          getenv("TZ")==null
                   10688: 
                   10689: 2005-04-08  paf
                   10690: 
                   10691:        * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
                   10692:          bugfix: when there is no char in charset one byte produces 6
                   10693:          (&#255; <<max). increased buffer size!
                   10694: 
                   10695: 2005-03-23  paf
                   10696: 
                   10697:        * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
                   10698:          ^date.sql-string now takes TZ into account
                   10699: 
                   10700: 2005-03-16  paf
                   10701: 
                   10702:        * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
                   10703:          gcc 3.4
                   10704: 
                   10705:        * src/types/pa_vhash.C: . warning about eof eol
                   10706: 
                   10707: 2005-02-17  paf
                   10708: 
                   10709:        * operators.txt, src/classes/op.C: + operator ^sleep(double
                   10710:          seconds)
                   10711: 
                   10712: 2005-02-02  paf
                   10713: 
                   10714:        * src/classes/xnode.C: beauty: removed needless includes
                   10715: 
                   10716: 2005-01-31  paf
                   10717: 
                   10718:        * src/types/pa_vmail.C: change: $.partX now always 1...  change:
                   10719:          $.partNoNumber now alias to $.part1
                   10720: 
                   10721:        * src/types/pa_vmail.C: change: incoming letter part contains
                   10722:          "content-disposition" header with any value? now considering that
                   10723:          part to be "file#" [for text/plain text/html were $.text#
                   10724:          $.html#]
                   10725: 
                   10726:        * INSTALL: updatet to latest working versions available
                   10727: 
                   10728: 2005-01-20  paf
                   10729: 
                   10730:        * configure.in, src/include/pa_version.h: version
                   10731: 
                   10732: 2005-01-19  paf
                   10733: 
1.116     moko     10734:        * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
                   10735:          targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
                   10736:          couple warnings in parser3.C
1.95      moko     10737: 
                   10738: 2004-12-23  paf
                   10739: 
                   10740:        * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
                   10741: 
                   10742:        * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
                   10743:          dir to directory of script (when shbang used), not to directory
                   10744:          of its interpreter
                   10745: 
                   10746:        * src/include/pa_version.h: compiled on win32...
                   10747: 
                   10748:        * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
                   10749:          we need more hspace
                   10750: 
                   10751:        * configure, configure.in, src/include/pa_version.h: configured
                   10752:          host to pa_version. will be displayed everywhere
                   10753: 
                   10754:        * src/main/pa_request.C: new: @unhandled_exception can prevent
                   10755:          exception from being logged by setting $exception.handled(1)
                   10756: 
                   10757:        * operators.txt, src/classes/file.C: change:
                   10758:          ^file::sql{query}[[options]] options: $.name[file name]
                   10759:          $.content-type[application/what]
                   10760: 
                   10761:        * src/: include/pa_common.h, main/pa_common.C,
                   10762:          types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
                   10763:          new file
                   10764: 
                   10765:        * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
                   10766:          bugfix: table->hash now regards _default
                   10767: 
                   10768:        * src/types/pa_vmethod_frame.h: bugfix: when method junction was
                   10769:          created by accessing $name_of_method it acquired bad self=closest
                   10770:          methodframe; instead of proper self (current class)
                   10771: 
                   10772:        * src/types/pa_vhashfile.C: bugfix: reading empty string from
                   10773:          hashfile produced bad cord
                   10774: 
                   10775: 2004-12-10  paf
                   10776: 
                   10777:        * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
                   10778:          subsequent failures though defined in .h
                   10779: 
                   10780:        * src/main/pa_common.C: comment on volatile
                   10781: 
                   10782:        * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
                   10783:          alarm function were not used since the beginning due to stupid
                   10784:          error [setsigjmp were not checked in configure.in]
                   10785: 
                   10786:        * src/main/pa_common.C: http: timeout setsockopt [if possible] on
                   10787:          unix too
                   10788: 
                   10789:        * src/main/pa_common.C: http: exception status of send/recv errors
                   10790:          change to most probable http.timeout
                   10791: 
                   10792:        * src/main/pa_common.C: win32: http connection $.timeout option now
                   10793:          works [setsockopt on send/receive]
                   10794: 
                   10795: 2004-12-08  paf
                   10796: 
                   10797:        * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
                   10798:          cstr-ed knowing mail charset, and untainting uri lang now knows
                   10799:          proper charset
                   10800: 
                   10801: 2004-11-24  paf
                   10802: 
                   10803:        * src/classes/hash.C: hash: adding/cloning adds/clones _default now
                   10804: 
                   10805:          $hash[  $.a[1]  $._default[def] ] #$hash2[^hash::create[$hash]]
                   10806:          $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
                   10807: 
                   10808: 2004-11-12  paf
                   10809: 
                   10810:        * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
                   10811:          [since 3.0.4]
                   10812: 
                   10813: 2004-11-09  paf
                   10814: 
                   10815:        * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
                   10816:          writes basics to c:\parser3.log
                   10817: 
                   10818: 2004-10-21  paf
                   10819: 
                   10820:        * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
                   10821:          tainted strings [were returning clean onces]
                   10822: 
                   10823: 2004-10-15  paf
                   10824: 
                   10825:        * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
                   10826:          cycles(i=1; i=2), which was wrong, now does ONE
                   10827: 
                   10828: 2004-10-12  paf
                   10829: 
                   10830:        * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
                   10831: 
                   10832: 2004-10-07  paf
                   10833: 
                   10834:        * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
                   10835:          main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
                   10836:          release asserts
                   10837: 
                   10838:        * src/: main/pa_string.C, include/pa_string.h: debugger help:
                   10839:          String.dump() to stdout in detailed form  [were String.v() in
                   10840:          short form]
                   10841: 
                   10842:        * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
                   10843:          \t\r\n as @#| and truncates long char sequences less
                   10844: 
                   10845: 2004-10-06  paf
                   10846: 
                   10847:        * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
                   10848:          win32 beauty: socket errors properly decoded
                   10849: 
                   10850: 2004-10-05  paf
                   10851: 
                   10852:        * src/: include/pa_request.h, main/pa_request.C: bugfix:
                   10853:          request::configure_user/admin done always, even if no
                   10854:          file-to-process useful in @unhandled_exception [say, if they
                   10855:          would want to mail by SMTP something]
                   10856: 
                   10857:        * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
                   10858:          now performed prior to file loading [and @auto executing] thus
                   10859:          making $cookie:value available in @auto and in
                   10860:          @unhandled_exception when IIS is configured to run interpreter
                   10861:          even if no file exist
                   10862: 
                   10863: 2004-09-20  paf
                   10864: 
                   10865:        * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
                   10866:          somewhere where it should have called xmlMalloc and it calls
                   10867:          xmlFree when it should have not called it.  inserted two
                   10868:          workarounds: xmlMallocAtomic implemented as xmlMalloc, and
                   10869:          xmlFree just ignored.  put away a testcase, maybe someday libxml
                   10870:          author would fix all that.  until that day: we have SLOW garbage
                   10871:          collecting when many xml objects are alive hint: do
                   10872:          ^memory:compact[] before xdoc::create
                   10873: 
                   10874: 2004-09-17  paf
                   10875: 
                   10876:        * src/classes/file.C: bugfix: file::cgi headers were lost [typo
                   10877:          error from 3.0.8 version]
                   10878: 
                   10879: 2004-09-14  paf
                   10880: 
                   10881:        * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
                   10882:          part bugfix: hashfile.foreach iterated only part if hashfile were
                   10883:          modified inside
                   10884: 
                   10885: 2004-09-13  paf
                   10886: 
                   10887:        * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
                   10888:          [were as octal]
                   10889: 
                   10890:        * src/types/pa_vhashfile.C: beauty: not reproduced
                   10891:          $hashfile.key[$novalue] bug [reported by motorin], inserted
                   10892:          safety-check
                   10893: 
                   10894:        * src/types/pa_vhashfile.C: change: empty keys now error in parser
                   10895:          [not something obscure from sdbm lib]
                   10896: 
                   10897:        * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
                   10898:          = strerror now returnes something and we can properly report that
                   10899:          to client
                   10900: 
                   10901:        * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
                   10902:          now 8008 bytes, were 1008. perl sdbm compatibility now ruined
                   10903: 
                   10904:        * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
                   10905:          [tainted as-is] this helps //[space][newline] to remain as-is and
                   10906:          not be unnecessary optimized away [ruining javascript]
                   10907: 
                   10908:        * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
                   10909:          [tainted as-is]
                   10910: 
                   10911:        * src/classes/mail.C: bugfix: typo error
                   10912: 
                   10913: 2004-09-09  paf
                   10914: 
                   10915:        * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
                   10916:          separators bugfix: loads header with endings \r\n\r\n and \n\n
                   10917:          (bloody yandex.server)
                   10918: 
                   10919: 2004-09-06  paf
                   10920: 
                   10921:        * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
                   10922:          TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
                   10923:          encoded
                   10924: 
                   10925: 2004-09-01  paf
                   10926: 
                   10927:        * src/types/pa_vmail.C: change: multipart/mixed changed to
                   10928:          multipart/related outlook express have no problems showing
                   10929:          unrelated attachments.  todo: someday figure out a way of
                   10930:          multipart/mixed    multipart/related       text/html
                   10931:          image/xxx application/octet-stream << true attachments
                   10932: 
                   10933:        * src/types/pa_vmail.C: new:
                   10934:          ^mail:send[$.file[$.content-disposition can be overriden new:
                   10935:          empty mail header fields removed from letter
                   10936: 
                   10937:        * src/: classes/mail.C, include/pa_config_fixed.h,
                   10938:          types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
                   10939:          ^mail:send[    $.file[       $.any[header]
                   10940: 
                   10941: 2004-08-30  paf
                   10942: 
                   10943:        * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
                   10944:          warnings
                   10945: 
                   10946:        * src/main/pa_common.C: beauty: do not bother with charset
                   10947:          detection when ^file::load[binary
                   10948: 
                   10949: 2004-08-27  paf
                   10950: 
                   10951:        * src/main/pa_common.C: hack: for yandex.server http server
                   10952: 
                   10953: 2004-08-18  paf
                   10954: 
                   10955:        * src/main/pa_request.C: bugfix: Accept-Ranges: bytes  when sending
                   10956:          possibly-chunked response
                   10957: 
                   10958: 2004-08-17  paf
                   10959: 
                   10960:        * src/classes/file.C: bugfix: $f[^file::load[;http://]]
                   10961:          $f.content-type now = that of http response
                   10962: 
                   10963:        * src/classes/file.C: bugfix: $f[^file::load[;http://]]
                   10964:          $f.content-type now = that of http response
                   10965: 
                   10966: 2004-07-30  paf
                   10967: 
                   10968:        * src/: include/pa_request.h, main/pa_request.C,
                   10969:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
                   10970:          win32: system&parser exceptions in release mode reported properly
                   10971:          parser exception in exception handler WERE mistakenly reported as
                   10972:          system exception, without details [in apache & isapi] +some
                   10973:          beauty in exception text
                   10974: 
                   10975:        * src/: include/pa_exception.h, main/pa_request.C,
                   10976:          targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
                   10977:          release mode reported properly parser exception in exception
                   10978:          handler WERE mistakenly reported as system exception, without
                   10979:          details
                   10980: 
                   10981:        * src/main/execute.C: beauty: simplified system exception handling
                   10982: 
                   10983: 2004-07-29  paf
                   10984: 
                   10985:        * src/classes/table.C: bugfix:
                   10986:          ^table.save[export.csv;$.separator[^;]] now works fine [separator
                   10987:          were ignored, and \t used unconditionally]
                   10988: 
                   10989:        * src/types/Makefile.am: added vhash.c
                   10990: 
                   10991: 2004-07-28  paf
                   10992: 
                   10993:        * src/: classes/date.C, classes/image.C, classes/math.C,
                   10994:          lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
                   10995:          main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
                   10996:          types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
                   10997:          failed on russian letters
                   10998: 
                   10999:        * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
                   11000:          bugfix: isspace((unsigned char)c) everywhere. failed on russian
                   11001:          letters
                   11002: 
                   11003:        * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
                   11004:          as 'currentDirectory' parameter to CreateProcess
                   11005: 
                   11006: 2004-07-27  paf
                   11007: 
                   11008:        * src/targets/cgi/parser3.vcproj: beauty: win32:
                   11009:          globaloptimizations ON, release:mapfile ON todo: copy .mapfile
                   11010:          from release somewhere [to help searching for unhandled system
                   11011:          exceptions]
                   11012: 
                   11013:        * src/types/pa_vdate.h: check: for invalid datetime after temporary
                   11014:          TZ shift
                   11015: 
                   11016:        * src/types/pa_vdate.h: bugfix: time checked not only at set_time
                   11017:          but also in ctor
                   11018: 
                   11019: 2004-07-26  paf
                   11020: 
                   11021:        * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
                   11022:          src/main/pa_request.C, src/types/pa_vfile.h,
                   11023:          src/types/pa_vhash.C, src/types/pa_vhash.h,
                   11024:          src/types/types.vcproj: new: $response:body/download[
                   11025:          $.file[name on disk]    $.name[of file for user]
                   11026:          $.mdate[date of last-modified. default from directory] ]
                   11027: 
                   11028:        * src/classes/file.C: moving file:send somewhere else..
                   11029: 
                   11030:        * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
                   11031:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
                   11032:          ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
                   11033:          $response:download[ $.filename[filename] $.option[] ,, ]
                   11034: 
                   11035:        * src/classes/file.C: beauty: invalid mode thoroughly reported
                   11036: 
                   11037: 2004-07-21  paf
                   11038: 
                   11039:        * src/types/pa_vmail.C: bugfix: too long header values now splitted
                   11040:          to several lines
                   11041: 
                   11042:          were: header: vaaaaaaaaaaaalue now: header: vaaaaaa  aaalue
                   11043: 
                   11044:          note: ms outlook[!express] shows only first 255 characters of
                   11045:          subject
                   11046: 
                   11047: 2004-07-15  paf
                   11048: 
                   11049:        * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
                   11050:          off]
                   11051: 
                   11052: 2004-07-14  paf
                   11053: 
                   11054:        * src/classes/table.C: bugfix: $.bind values now got untainted
                   11055:          according to lang  [were: as-is]
                   11056: 
                   11057: 2004-07-07  paf
                   11058: 
                   11059:        * src/classes/op.C: bugfix: cache with 2 params caused assertion,
                   11060:          checked that
                   11061: 
                   11062:        * src/main/pa_exec.C: bufix: on unix AND win32 environment string
                   11063:          now untainted according to their languages.  were: as-is.
                   11064:          EVERYWHERE
                   11065: 
                   11066:        * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
                   11067:          environment string now untainted according to their languages.
                   11068:          were: as-is. EVERYWHERE
                   11069: 
                   11070:        * src/main/pa_exec.C: bufix: on unix environment string now
                   11071:          untainted according to their languages.  were: as-is. on win32:
                   11072:          ok
                   11073: 
                   11074:        * parser3.vssscc: ...would not go unnoticed
                   11075: 
                   11076:        * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
                   11077:          fails. in case on input appears nonutf, those bytes will be
                   11078:          printed in %HH form. that can be easily decoded/recovered.
                   11079: 
                   11080:          this form is quite noticable, and hopefully would not go noticed
                   11081: 
                   11082: 2004-07-06  paf
                   11083: 
                   11084:        * src/main/pa_exec.C: bufix: on unix environment string now
                   11085:          untainted according to their languages.  were: as-is. on win32:
                   11086:          ok
                   11087: 
                   11088: 2004-07-01  paf
                   11089: 
                   11090:        * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
                   11091:          lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
                   11092:          lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
                   11093:          lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
                   11094:          main/main.vcproj, targets/cgi/parser3.vcproj,
                   11095:          targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
                   11096:          option: global optimization ON
                   11097: 
                   11098:        * src/main/untaint.C: workaround kinda bug in libxml: life requires
                   11099:          to do xdoc::create{invalid chars} standard disables chars less
                   11100:          then \x20, except tab, cr, lf.
                   11101: 
                   11102:          changed tainting so that those become '!'
                   11103: 
                   11104: 2004-06-25  paf
                   11105: 
                   11106:        * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
                   11107:          int on odd address [prev bugfix failed due to superwize
                   11108:          optimizer, which turned memcpy into same 'ld' asm command]
                   11109: 
                   11110:        * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
                   11111:          int on odd address
                   11112: 
                   11113: 2004-06-22  paf
                   11114: 
                   11115:        * src/sql/pa_sql_driver.h: note: about possible optimization
                   11116: 
                   11117:        * operators.txt, src/classes/hash.C, src/classes/memory.C,
                   11118:          src/classes/string.C, src/classes/table.C, src/classes/void.C,
                   11119:          src/include/pa_config_includes.h: new:        ^void:sql{call
                   11120:          paf(:a)}[                $.bind[                         $.a[2]
                   11121:                 ]       ] output variables work.  todo: check in out
                   11122:          variables
                   11123: 
                   11124: 2004-06-18  paf
                   11125: 
                   11126:        * src/: classes/file.C, classes/hash.C, classes/string.C,
                   11127:          classes/table.C, classes/void.C, include/pa_globals.h,
                   11128:          include/pa_sql_connection.h, main/compile.tab.C,
                   11129:          sql/pa_sql_driver.h: started:         ^void:sql{call paf(:a)}[
                   11130:                      $.bind[                         $.a[2]          ]
                   11131:          ] input variables work.  todo:output
                   11132: 
                   11133:        * src/targets/cgi/parser3.C: bugfix: iis specific
                   11134:          http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
                   11135:          /_bug.html?404;http://hpsv/test/
                   11136:          --------------------------------------------------------------------------------
                   11137:          $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
                   11138:          --------------------------------------------------------------------------------
                   11139:          IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
                   11140: 
                   11141: 2004-06-16  paf
                   11142: 
                   11143:        * src/targets/cgi/parser3.C: new: iis specific
                   11144:          http://parser3/_bug.html?404;http://server/_bug.html?f=v now
                   11145:          $request:query
                   11146:          IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
                   11147:          $form:fields IIS-STATUS="404"
                   11148:          IIS-DOCUMENT="http://server/_bug.html" f="v"
                   11149: 
                   11150:          todo: isapi too
                   11151: 
                   11152: 2004-05-26  paf
                   11153: 
                   11154:        * src/include/pa_version.h: 3.1.3
                   11155: 
                   11156:        * operators.txt: beauty: removed outdated level 'table'
                   11157: 
                   11158:        * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
                   11159: 
                   11160:        * src/main/pa_string.C: beauty: removed 3 warnings
                   11161: 
                   11162:        * src/: include/pa_string.h, classes/table.C, main/untaint.C,
                   11163:          classes/op.C: beauty: removed outdated level 'table'
                   11164: 
                   11165: 2004-05-25  paf
                   11166: 
                   11167:        * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
                   11168:          implementation. mistery: how anything worked
                   11169: 
                   11170:        * src/sql/pa_sql_driver.h: beauty: param renamed and comment
                   11171:          changed, it is now safe to use url if pointers to it are stored
                   11172:          to gc mem
                   11173: 
                   11174:        * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
                   11175:          unknown errors reported and not cause SIGSEGV now
                   11176: 
                   11177: 2004-05-24  paf
                   11178: 
                   11179:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   11180:          lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
                   11181:          less memory: CORD_chars_block originally intended to ...  it was
                   11182:          good that CORD_chars_block were not used: it consumes more memory
                   11183:          [and, might be slow too] undoing that. [and removed that func so
                   11184:          that it would not confuse parser developer in future]
                   11185: 
                   11186:        * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
                   11187:          less memory: CORD_chars_block originally intended to
                   11188:          speedup/reduce mem usage were forgotten, and were used stupid
                   11189:          CORD_chars
                   11190: 
                   11191:        * src/include/pa_config_auto.h.in: bugfix: bigendian check added
                   11192: 
                   11193:        * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
                   11194:          BIGENDIAN processors space-conserving mech failed, causing
                   11195:          SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
                   11196:          (1|2|3));
                   11197: 
                   11198: 2004-05-14  paf
                   11199: 
                   11200:        * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
                   11201:          bugfix: void now has vfile value, and $response:body[] works OK
                   11202: 
                   11203: 2004-05-12  paf
                   11204: 
                   11205:        * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
                   11206:          beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
                   11207:          sources to use is_defined() {return as_bool();} along VBool
                   11208: 
                   11209: 2004-05-11  paf
                   11210: 
                   11211:        * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
                   11212:          referencing to local objects
                   11213: 
                   11214:        * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
                   11215:          types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
                   11216:          left intact
                   11217: 
                   11218: 2004-04-15  paf
                   11219: 
                   11220:        * src/classes/date.C: merged: beauty: unused var removed
                   11221: 
                   11222:        * src/classes/date.C: beauty: unused var removed
                   11223: 
                   11224:        * src/include/: pa_exec.h: bugfix: interface without pointer
                   11225:          provoked bug
                   11226: 
                   11227: 2004-04-09  paf
                   11228: 
                   11229:        * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
                   11230: 
                   11231:        * src/types/pa_vform.C: bugfix: form:imap were incorrect
                   11232: 
                   11233: 2004-04-08  paf
                   11234: 
                   11235:        * src/classes/date.C: new: ^date::create[y-m-d
                   11236:          h-M-s>>.milliseconds<<] now allowed, ignored so far
                   11237: 
                   11238:        * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
                   11239: 
                   11240:        * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
                   11241:          to consult default catalog [usually, that file belongs to other
                   11242:          user/group]
                   11243: 
                   11244: 2004-04-06  paf
                   11245: 
                   11246:        * src/main/pa_common.C: beauty: gcc warning removed
                   11247: 
                   11248:        * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
                   11249:          accept that trick, trying other
                   11250: 
                   11251:        * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
                   11252:          explicit result problem
                   11253: 
                   11254:        * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
                   11255:          explicit result problem
                   11256: 
                   11257:        * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
                   11258:          explicit result problem
                   11259: 
                   11260:        * operators.txt, src/classes/string.C: new: ^string.append[string]
                   11261: 
                   11262:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   11263:          main/execute.C: attempt_check_call_in_explicit_result_mode:
                   11264:          failed
                   11265: 
                   11266:        * src/main/pa_common.C: bugfix: of 1.175 bugfix:
                   11267:          http://i.p.a.ddress gethostbyaddr added [on some platforms
                   11268:          gethostbyname failed with such 'domains'] now checked properly,
                   11269:          were: needless reverse/forward dns lookup
                   11270: 
                   11271:        * src/main/pa_common.C: bugfix: of 1.175 bugfix:
                   11272:          http://i.p.a.ddress gethostbyaddr added [on some platforms
                   11273:          gethostbyname failed with such 'domains'] now checked properly,
                   11274:          were: needless reverse/forward dns lookup
                   11275: 
                   11276:        * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
                   11277:          @method[][result] means "no string output here" moved to lexical
                   11278:          level [on grammar level it were too difficult]
                   11279: 
                   11280:        * operators.txt, src/include/pa_string.h, src/main/compile.tab.C,
                   11281:          src/main/compile.y, src/main/compile_tools.h,
                   11282:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h: new:
                   11283:          @method[][result] means "no string output here", implemented part
                   11284:          of that idea: compiler throws away string literal generation
                   11285:          code. and barks nonwhitespace chars
                   11286: 
                   11287:        * operators.txt: truth: removed comment about $ORIGIN
                   11288: 
                   11289: 2004-04-05  paf
                   11290: 
                   11291:        * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
                   11292:          src/include/pa_version.h, src/main/pa_common.C,
                   11293:          src/targets/isapi/parser3isapi.C: merged with 3.1.3
                   11294: 
                   11295:        * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
                   11296:          Konstantin Tomashevitch [mailto:konst@design.ru]
                   11297: 
                   11298:        * src/doc/html2chm.cmd: beauty: no need in bg here
                   11299: 
                   11300:        * src/doc/sources2html.cmd: beauty: same window, in bg it
                   11301:          interfered with FAR console
                   11302: 
                   11303:        * configure, configure.in: 3.1.3
                   11304: 
                   11305:        * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
                   11306: 
                   11307:        * src/main/pa_common.C: removed warning
                   11308: 
                   11309:        * src/include/pa_version.h: 3.1.3
                   11310: 
                   11311: 2004-04-02  paf
                   11312: 
                   11313:        * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
                   11314: 
                   11315:        * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
                   11316:          allows to specify where to put parser log file
                   11317: 
                   11318: 2004-04-01  paf
                   11319: 
                   11320:        * src/classes/table.C: bugfix: bugfix: table::load last line
                   11321:          without tab and enter were ignored
                   11322: 
                   11323:        * src/: include/pa_cache_managers.h, include/pa_globals.h,
                   11324:          include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
                   11325:          main/pa_socks.C, targets/cgi/parser3.C,
                   11326:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
                   11327:          bugfix: sql connections now are disconnected
                   11328: 
                   11329: 2004-03-30  paf
                   11330: 
                   11331:        * src/classes/table.C: bugfix: table::load last line without tab
                   11332:          and enter were ignored
                   11333: 
                   11334:        * src/classes/table.C: bufix: if last table lines were commented,
                   11335:          gpfed
                   11336: 
                   11337:        * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
                   11338:          doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
                   11339:          doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
                   11340:          doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
                   11341:          doc/methoded.dox, doc/object.dox, doc/string.dox,
                   11342:          doc/targets.dox, doc/value.dox, include/pa_version.h,
                   11343:          main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
                   11344:          targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
                   11345:          bugfixes from 3.1.2, changed version to 3.1.3beta
                   11346: 
                   11347: 2004-03-29  paf
                   11348: 
                   11349:        * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
                   11350:          causes gpf
                   11351: 
                   11352:        * src/doc/: ClassExample1.dox, ClassExample2.dox,
                   11353:          ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
                   11354:          doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
                   11355:          memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
                   11356:          value.dox: translated to english
                   11357: 
                   11358: 2004-03-25  paf
                   11359: 
                   11360:        * src/targets/isapi/parser3isapi.vcproj: beauty: one more
                   11361:          parser3project dependency removed
                   11362: 
                   11363:        * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
                   11364:          bugfix: refused to compile without xml
                   11365: 
                   11366:        * src/types/pa_vform.C: beauty: removed warning
                   11367: 
                   11368:        * src/classes/classes.vcproj: merged bugfix: now all compiles in
                   11369:          any folder [removed last ;) folder dependency]
                   11370: 
                   11371:        * src/classes/classes.vcproj: bugfix: now all compiles in any
                   11372:          folder [removed last ;) folder dependency]
                   11373: 
                   11374:        * src/include/pa_version.h: release
                   11375: 
                   11376:        * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
                   11377: 
                   11378:        * src/classes/table.C: beauty: comment& more meaningful error
                   11379:          message
                   11380: 
                   11381:        * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
                   11382:          $.hash[$.column_value1(true) ... ] [were producing some strang
                   11383:          thing]
                   11384: 
                   11385: 2004-03-23  paf
                   11386: 
                   11387:        * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
                   11388:          and http status line parsing checked number of columns in table
                   11389:          [user reported an assert]
                   11390: 
                   11391:        * operators.txt: example: on hashfile
                   11392: 
                   11393:        * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
                   11394:          bugfix: junction reattach now actually reattaches a junction to
                   11395:          new wcontext [were only assigning it to junction, which caused
                   11396:          junction tracking to loose junction, and it's context were not
                   11397:          killed, and it tried to process in invalid context, gpf]
                   11398: 
                   11399:        * src/targets/cgi/parser3.C: debug helper added
                   11400: 
                   11401: 2004-03-19  paf
                   11402: 
                   11403:        * src/types/pa_wcontext.C: beauty: error messages removed duplicate
                   11404:          "type(type)" in braces
                   11405: 
                   11406: 2004-03-10  paf
                   11407: 
                   11408:        * operators.txt, src/classes/xdoc.C, src/classes/xnode.C,
                   11409:          src/classes/xnode.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   11410:          src/types/pa_vxnode.C, src/types/pa_vxnode.h: new: refined
                   11411:          solution to search-in-namespaces problem:
                   11412:          $xdoc.search-namespaces.x[http://pif.design.ru/]
                   11413:          $nodes[^xdoc.select[//x:second]]
                   11414: 
                   11415:        * operators.txt, src/classes/xnode.C: new: xnode.select*[xpath
                   11416:          expression][[NAMESPACES HASH]] allows to search for info in
                   11417:          namespaces
                   11418: 
                   11419:          $nodes[^xdoc.select[//x:second][
                   11420:          $.x[http://pif.design.ru/] ]]
                   11421: 
                   11422: 2004-03-09  paf
                   11423: 
                   11424:        * operators.txt, src/main/pa_common.C: new:
                   11425:          ^file::load[...][options]         $.form[
                   11426:          !$.field1[string]
                   11427:          !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
                   11428:               ]         !$.body[string]
                   11429: 
                   11430:          GET ?here notGET(POST, HEAD, others) in content-type:
                   11431:          application/x-www-form-urlencoded
                   11432: 
                   11433:          todo: upload files ability
                   11434: 
                   11435:        * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
                   11436:          properly, done
                   11437: 
                   11438: 2004-03-05  paf
                   11439: 
                   11440:        * operators.txt, src/main/pa_common.C: new: file::load[;http://
                   11441:          GET/POST $.form[$.fields started, not tested yet
                   11442:          todo:$.field[table] for multiple values
                   11443: 
                   11444:        * operators.txt: new: http:// options $.user $.password basic
                   11445:          authorization
                   11446: 
                   11447:        * src/main/pa_common.C: beauty: link to rtf added
                   11448: 
                   11449:        * operators.txt, src/include/pa_common.h, src/main/pa_common.C:
                   11450:          new: http:// options $.user $.password basic authorization
                   11451: 
                   11452:        * src/main/pa_common.C: beauty: removed needless vars
                   11453: 
                   11454:        * operators.txt: new: pgsql option [like that recently added to
                   11455:          oracle driver]             ClientCharset=parser-charset <<
                   11456:          charset in which parser thinks client works
                   11457: 
                   11458:        * operators.txt: new: odbc option [like that recently added to
                   11459:          oracle driver]             ClientCharset=parser-charset <<
                   11460:          charset in which parser thinks client works
                   11461: 
                   11462:        * src/sql/pa_sql_driver.h: beauty: important warning added
                   11463: 
                   11464:        * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
                   11465:          char!
                   11466: 
                   11467:        * etc/parser3.charsets/windows-1251.cfg: typo
                   11468: 
                   11469: 2004-03-04  paf
                   11470: 
                   11471:        * src/main/pa_sql_driver_manager.C: speedup: charset lookups
                   11472:          cached, sql transcoding now goes faster
                   11473: 
                   11474:        * operators.txt: new: mysql option [like that recently added to
                   11475:          oracle driver]             ClientCharset=parser-charset <<
                   11476:          charset in which parser thinks client works
                   11477: 
                   11478:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
                   11479:          typo error
                   11480: 
                   11481:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
                   11482:          chars commented
                   11483: 
                   11484: 2004-03-03  paf
                   11485: 
                   11486:        * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
                   11487:          Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
                   11488: 
                   11489: 2004-03-02  paf
                   11490: 
                   11491:        * operators.txt: new[update typo]:     !^void.left(n)
                   11492:          nothing     !^void.right(n)        nothing     !^void.mid(p[;n])
                   11493:                nothing
                   11494: 
                   11495:        * operators.txt, src/classes/void.C: new:     !^void.left(n)
                   11496:          nothing     !^void.right(n)        nothing     !^void.pos(p[;n])
                   11497:                nothing
                   11498: 
                   11499:        * operators.txt, src/classes/file.C, src/include/pa_string.h: new:
                   11500:          ^file::sql[[name_to_become_$.name]]{} query result must be one
                   11501:          row with columns:   first: data   second: file name   third:
                   11502:          content-type
                   11503: 
                   11504:        * operators.txt, src/classes/file.C: ^file.sql-string[] inside
                   11505:          ^connect gets properly escaped string, which can be passed to
                   11506:          request now this for mysql only. it's up to parser sql driver to
                   11507:          fix zeros properly
                   11508: 
                   11509:        * INSTALL: note: added on building apache with this option:
                   11510:          --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
                   11511: 
                   11512: 2004-03-01  paf
                   11513: 
                   11514:        * src/targets/isapi/parser3isapi.C: new: apache module & isapi
                   11515:          extension memory:compact befor processingrequest
                   11516: 
                   11517:        * operators.txt, src/classes/hash.C: new: ^hash._keys[>>name<<] to
                   11518:          call sole column of result
                   11519: 
                   11520:        * operators.txt, src/classes/image.C, src/lib/gd/gif.C,
                   11521:          src/lib/gd/gif.h: new: ^image.pixel(x;y)[(color)]         get/set
                   11522:          pixel color
                   11523: 
                   11524:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
                   11525:          beauty: image -- less checks [were ugly impl]
                   11526: 
                   11527:        * src/classes/string.C: bugfix: ^string.left/right/mid with
                   11528:          negative values now considered bad
                   11529: 
                   11530:        * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
                   11531: 
                   11532:        * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
                   11533:          options now have unified defaults [after transform
                   11534:          indent/omit-xml-declaration/standalone 'default' erroreously
                   11535:          meant 'true']
                   11536: 
                   11537:        * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
                   11538:          added [on some platforms gethostbyname failed with such
                   11539:          'domains']
                   11540: 
                   11541:        * src/include/pa_config_auto.h.in: no select check, no define
                   11542: 
                   11543:        * src/classes/string.C: feature: ^string.trim both parameters may
                   11544:          be empty-strings, meaning kind=both chars=whitespaces
                   11545: 
                   11546:        * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
                   11547:          exist
                   11548: 
                   11549:        * src/classes/string.C: check: trim 'chars' must not be empty,
                   11550:          exception if it is
                   11551: 
                   11552:        * src/classes/string.C: changed: ^string.trim [] << both,
                   11553:          whitespaces [start|both|end] << kind, whitespaces
                   11554:          [start|both|end;chars]  full
                   11555: 
                   11556: 2004-02-27  paf
                   11557: 
                   11558:        * operators.txt, src/classes/string.C, src/main/pa_string.C: new
                   11559:          method: ^string.trim[start|both|end[;chars]]        default
                   11560:          'chars' -- whitespace chars finished
                   11561: 
                   11562:        * operators.txt, src/classes/string.C, src/include/pa_string.h,
                   11563:          src/main/pa_string.C: new method:
                   11564:          ^string.trim[start|both|end[;chars]]        default 'chars' --
                   11565:          whitespace chars   started, only start works
                   11566: 
                   11567:        * src/main/compile.C: bugfix: line numbers after
                   11568:          ^process{}[$.line(-10]] can be negative, allowed to print they as
                   11569:          signed
                   11570: 
                   11571:        * src/main/untaint.C: speed: there's no \n chars in output
                   11572:          [normally], so no need to optimize them they could be retrived
                   11573:          from databases, though. but 1. should be replaced 2. if not
                   11574:          optimized, no harm done
                   11575: 
                   11576:        * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
                   11577:          ^file::exec/cgi could return invalid status & zombie child can
                   11578:          remain for short period until process exists [very bad in
                   11579:          mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
                   11580: 
                   11581:        * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
                   11582:          malicious SMTP server to attack as by returning too long status
                   11583:          responses http://i2/tasks/edit/?id=4629448401140924947
                   11584: 
                   11585: 2004-02-26  paf
                   11586: 
                   11587:        * operators.txt: feature: ^process...{CODE}[now has options] which
                   11588:          are         $.main[to what to rename @main]         $.file[file,
                   11589:          from which (user says) goes that CODE]         $.lineno(line
                   11590:          number in that file, where CODE starts. may be negative)
                   11591: 
                   11592:        * operators.txt, src/classes/op.C, src/include/pa_request.h,
                   11593:          src/main/compile.C, src/main/compile_tools.h,
                   11594:          src/main/pa_request.C: feature: ^process...{CODE}[now has
                   11595:          options] which are         $.main[to what to rename @main]
                   11596:          $.file[file, from which (user says) goes that CODE]
                   11597:          $.lineno(line number in that file, where CODE starts. may be
                   11598:          negative)
                   11599: 
                   11600: 2004-02-25  paf
                   11601: 
1.116     moko     11602:        * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
                   11603:          old @charsetsdir@ recently erased from configure.in]
1.95      moko     11604: 
                   11605:        * src/classes/hash.C: feature: ^hash::sql{one colum result} now
                   11606:          produces hash of column=>1
                   11607: 
                   11608:        * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
                   11609:          with incomplete errno constants set
                   11610: 
                   11611: 2004-02-24  paf
                   11612: 
                   11613:        * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
                   11614:          "man select"
                   11615: 
                   11616:        * src/main/pa_os.C: beauty: <0 better then ==-1
                   11617: 
                   11618:        * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
                   11619: 
                   11620:        * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
                   11621: 
1.116     moko     11622:        * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95      moko     11623: 
                   11624:        * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
                   11625:          unix: steps to work on unix [extracted 'to']
                   11626: 
                   11627:        * src/classes/mail.C: smtp on unix: steps to work on unix
                   11628: 
                   11629:        * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
                   11630: 
1.116     moko     11631:        * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
                   11632:          lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
                   11633:          unix [testing on solaris]
1.95      moko     11634: 
                   11635: 2004-02-20  paf
                   11636: 
                   11637:        * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
                   11638:          pointing that out
                   11639: 
                   11640:        * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
                   11641:          fixed again [same solution, mistanenly removed one line]
                   11642: 
                   11643: 2004-02-19  paf
                   11644: 
                   11645:        * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
                   11646:          date::create from bad datetime in spring daylightsaving hole now
                   11647:          OK for all platforms [on some platforms it failed]
                   11648: 
                   11649:        * src/classes/: date.C, image.C: beauty: date::create[bad date time
                   11650:          in daylightsaving hole] now throws error
                   11651: 
                   11652:        * src/classes/date.C: comment: mistake fixed
                   11653: 
                   11654: 2004-02-18  paf
                   11655: 
                   11656:        * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
                   11657:          now renderes in $request:charset, but in header puts
                   11658:          $response:charset todo: make that default only so that coder
                   11659:          could override that
                   11660: 
                   11661:        * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
                   11662:          turns off omit-xml-declaration
                   11663: 
                   11664:        * src/classes/xdoc.C: feature: reimplemented xhtml output, see
                   11665:          /.xsl for sample
                   11666: 
                   11667: 2004-02-17  paf
                   11668: 
                   11669:        * src/classes/xdoc.C: beauty: needless helper class removed
                   11670: 
                   11671:        * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
                   11672:          copied extra time
                   11673: 
                   11674:        * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
                   11675:          part of libxml
                   11676: 
                   11677:        * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
                   11678:          libxml to do the work] <xsl:output        method="html"
                   11679:          doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
                   11680:          doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
                   11681:          />
                   11682: 
                   11683:        * src/classes/xdoc.C: beauty: no <meta ... charset generated
                   11684: 
                   11685:        * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
                   11686:          caused assertion
                   11687: 
                   11688:        * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
                   11689:          could hang. now such add does nothing, sub clears $hash
                   11690: 
                   11691:        * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
                   11692:          not made quoted-printable
                   11693: 
                   11694:        * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
                   11695:          string invariant
                   11696: 
                   11697: 2004-02-16  paf
                   11698: 
                   11699:        * src/main/pa_globals.C: bugfix: xml errors copy from library now
                   11700:          cleared [were not cleared properly]
                   11701: 
                   11702: 2004-02-13  paf
                   11703: 
1.116     moko     11704:        * src/include/pa_version.h: prerelease
1.95      moko     11705: 
                   11706:        * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
                   11707:          used, introducing dependencies timestamp check
                   11708: 
                   11709:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   11710:          include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
                   11711:          main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
                   11712:          .xsl.stamp now not used, introducing dependencies timestamp check
                   11713: 
                   11714:        * configure.in, bin/auto.p.dist.in: auto.p: @conf made relative
                   11715: 
                   11716: 2004-02-12  paf
                   11717: 
                   11718:        * src/types/pa_vform.C: bugfix: empty values[recently allowed]
                   11719:          ruined empty <input type=file> submits. parser thought there were
                   11720:          nameless empty file and $form:field got value of type 'file'
                   11721: 
                   11722:        * INSTALL: --without-threads
                   11723: 
                   11724:        * src/include/pa_sapi.h: 2004
                   11725: 
                   11726: 2004-02-11  paf
                   11727: 
                   11728:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   11729:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   11730:          classes/hashfile.C, classes/image.C, classes/int.C,
                   11731:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   11732:          classes/response.C, classes/string.C, classes/table.C,
                   11733:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   11734:          include/pa_array.h, include/pa_cache_managers.h,
                   11735:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   11736:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   11737:          include/pa_dictionary.h, include/pa_dir.h,
                   11738:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   11739:          include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
                   11740:          include/pa_operation.h, include/pa_os.h, include/pa_request.h,
                   11741:          include/pa_request_charsets.h, include/pa_request_info.h,
                   11742:          include/pa_socks.h, include/pa_sql_connection.h,
                   11743:          include/pa_sql_driver_manager.h, include/pa_stack.h,
                   11744:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   11745:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   11746:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   11747:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   11748:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   11749:          lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
                   11750:          lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
                   11751:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
                   11752:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   11753:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   11754:          main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
                   11755:          main/pa_os.C, main/pa_request.C, main/pa_socks.C,
                   11756:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   11757:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   11758:          main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
                   11759:          sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
                   11760:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   11761:          types/pa_junction.h, types/pa_method.h, types/pa_value.C,
                   11762:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                   11763:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   11764:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   11765:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   11766:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   11767:          types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
                   11768:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   11769:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
                   11770:          types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   11771:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   11772:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   11773:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   11774:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   11775:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   11776:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   11777:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   11778:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   11779:          types/pa_wcontext.h, types/pa_wwrapper.h: 2004
                   11780: 
                   11781:        * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
                   11782:          debug version of gc.dll
                   11783: 
                   11784:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                   11785:          lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
                   11786:          lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
                   11787:          lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
                   11788:          targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
                   11789:          targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
                   11790:          to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
                   11791:          processes
                   11792: 
                   11793:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
                   11794:          main/pa_globals.C, targets/cgi/parser3.vcproj,
                   11795:          targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
                   11796:          changes to reflect libxml xsl new folders
                   11797: 
                   11798:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                   11799:          lib/smtp/smtp.vcproj, main/main.vcproj,
                   11800:          targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
                   11801:          to reflect libxml xsl new folders
                   11802: 
                   11803:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                   11804:          lib/smtp/smtp.vcproj, main/main.vcproj,
                   11805:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                   11806:          types/types.vcproj: started changes to reflect libxml xsl new
                   11807:          folders
                   11808: 
                   11809:        * ChangeLog, parser3.sln, src/classes/classes.vcproj,
                   11810:          src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
                   11811:          src/main/compile.tab.C, src/main/main.vcproj,
                   11812:          src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
                   11813:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
                   11814:          started changes to reflect libxml xsl new folders
                   11815: 
                   11816: 2004-02-10  paf
                   11817: 
                   11818:        * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
                   11819:          compile. recommened latest libxml up to date
                   11820: 
                   11821:        * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
                   11822:          pattern compilation errors", on which spent 4 hours worktime. use
                   11823:          versions higher than that. recommended now latest up to date
                   11824: 
                   11825: 2004-02-06  paf
                   11826: 
                   11827:        * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
                   11828:          beauty: unified destructing style
                   11829: 
                   11830:        * src/main/untaint.C: beauty: removed old def/ifdef
                   11831: 
                   11832:        * src/main/untaint.C: beauty: coredump @unknown untaint language
                   11833:          now
                   11834: 
                   11835: 2004-02-03  paf
                   11836: 
                   11837:        * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
                   11838:          targets/isapi/parser3isapi.C, types/pa_value.C,
                   11839:          types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
                   11840:          then %ld/%lu
                   11841: 
                   11842:        * src/main/pa_common.C: typo: %l -> %u
                   11843: 
                   11844:        * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
                   11845:          in attributes or documents-results of transform now not &#04xx;
                   11846: 
                   11847:        * src/classes/xnode.C: memleaks found: not fixed yet. todo
                   11848: 
                   11849:        * src/main/pa_charset.C: bugfix: forgot to undo some
                   11850: 
                   11851:        * src/main/pa_charset.C: beauty: uncomment
                   11852:          PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
                   11853:          libraries
                   11854: 
                   11855: 2004-02-02  paf
                   11856: 
                   11857:        * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
                   11858:          $cookie:example[    $.value[value]  $.path[/there/] ]
                   11859: 
                   11860:          $cookie:example[        $.value[]       $.expires[session]
                   11861:          $.path[/there/]         $.domain[test.com] ]
                   11862: 
                   11863:        * src/types/pa_vform.C: bugfix: empty values with
                   11864:          enctype=multipart/form-data now produce entries in $form:tables
                   11865:          <form method=post enctype=multipart/form-data> <input type=hidden
                   11866:          name=a> <input type=hidden name=b>
                   11867: 
                   11868:          <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
                   11869:          <hr> <pre>$request:body
                   11870: 
                   11871: 2004-01-30  paf
                   11872: 
                   11873:        * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
                   11874:          or documents-results of transform now not &#04xx;
                   11875: 
                   11876:        * src/classes/date.C: bugfix: ^date::create[invalid fields now
                   11877:          produce exception.
                   11878: 
                   11879:        * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
                   11880:          bugfix: ^date::create[invalid fields now produce exception.
                   11881: 
                   11882:        * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
                   11883:          year] now produces exception. todo: check other fields
                   11884: 
                   11885: 2004-01-29  paf
                   11886: 
                   11887:        * src/include/pa_memory.h: typo error
                   11888: 
                   11889:        * src/include/pa_memory.h: bugfix: [potential] strdup copied one
                   11890:          more byte then specified, then zeroed it << useless and
                   11891:          potentially harmful(could gpf)
                   11892: 
                   11893: 2004-01-22  paf
                   11894: 
                   11895:        * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
                   11896: 
                   11897:        * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
                   11898:          optimization
                   11899: 
                   11900:        * src/main/untaint.C: bugfix: whitespace now optimized properly
                   11901:          [were bug: ^taint[1 & 2]="1 &2"
                   11902: 
                   11903:        * src/main/pa_globals.C: beauty: bigger buffer for xml-related
                   11904:          errors
                   11905: 
                   11906:        * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
                   11907:          overflow
                   11908: 
                   11909:        * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
                   11910:          error-reporting code * in parser-error reporting code [when no
                   11911:          @unhandled_exception defined]
                   11912: 
                   11913:          fixed in one place: my *snprintf override
                   11914: 
                   11915: 2004-01-13  paf
                   11916: 
                   11917:        * operators.txt: typo erro
                   11918: 
                   11919: 2003-12-25  paf
                   11920: 
                   11921:        * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
                   11922:          garbled  [pieces after zero bytes were removed]
                   11923: 
                   11924: 2003-12-22  paf
                   11925: 
1.116     moko     11926:        * src/include/Makefile.am: bugfix: removed from dist:
                   11927:          src/include/pa_config_auto.h which were configured for
1.95      moko     11928:          make-dist-platform and badly updated proper config file in target
                   11929:          [when .tar used for updating existing source tree]
                   11930: 
                   11931:        * ChangeLog, operators.txt, src/classes/op.C,
                   11932:          src/include/pa_sql_connection.h,
                   11933:          src/include/pa_sql_driver_manager.h,
                   11934:          src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
                   11935:          feature: sql introducing ability to transcode charsets
                   11936: 
                   11937: 2003-12-19  paf
                   11938: 
                   11939:        * src/main/pa_sql_driver_manager.C: beauty: more straighforward
                   11940:          error message
                   11941: 
                   11942:        * src/main/pa_charset.C: bugfix: memory for charsethandler
                   11943:          structure for libxml now allocated properly
                   11944: 
                   11945: 2003-12-17  paf
                   11946: 
                   11947:        * src/types/pa_vfile.C: beauty: removed outdated cast
                   11948: 
                   11949:        * src/main/pa_common.C: bugfix: empty http response caused gpf
                   11950: 
                   11951:        * src/include/pa_string.h: bugfix: removed too strong a assert
                   11952: 
                   11953:        * src/main/pa_globals.C: bugfix: removed false warning [warning:
                   11954:          unreported xmlGenericErrors]
                   11955: 
                   11956: 2003-12-15  paf
                   11957: 
                   11958:        * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
                   11959:          works}
                   11960: 
                   11961: 2003-12-11  paf
                   11962: 
                   11963:        * operators.txt, src/types/pa_vstatus.C:     !$status:pid process
                   11964:          id
                   11965:              !$status:tid thread id
                   11966: 
                   11967:        * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
                   11968:          main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
                   11969:          bugfix(solaris): removed dependency on object initialization
                   11970:          order [one more place]
                   11971: 
                   11972:        * src/: classes/file.C, classes/mail.C, classes/op.C,
                   11973:          classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
                   11974:          types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
                   11975:          understand that
                   11976: 
                   11977:        * src/: classes/file.C, classes/mail.C, classes/op.C,
                   11978:          classes/xdoc.C, include/pa_cache_managers.h,
                   11979:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   11980:          include/pa_stylesheet_manager.h, main/pa_request.C,
                   11981:          main/pa_stylesheet_manager.C, types/pa_vimage.C,
                   11982:          types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
                   11983:          ctor call [relying on implicit String::Body(cstr) call]
                   11984: 
                   11985:        * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
                   11986:          pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
                   11987:          object initialization order [two places]
                   11988: 
                   11989: 2003-12-10  paf
                   11990: 
                   11991:        * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
                   11992:          << time now ok
                   11993: 
                   11994:        * operators.txt, src/main/pa_sql_driver_manager.C,
                   11995:          src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
                   11996:          operational
                   11997: 
                   11998:        * ChangeLog, operators.txt, src/classes/xdoc.C,
                   11999:          src/include/pa_charset.h, src/include/pa_sql_connection.h,
                   12000:          src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
                   12001:          src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
                   12002:          back operational
                   12003: 
                   12004: 2003-12-02  paf
                   12005: 
                   12006:        * src/types/pa_vmail.C: bugfix:
                   12007:          ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
                   12008:          as-is forced]
                   12009: 
                   12010:        * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
                   12011:          exceptions out of libxml callbacks: reimplemented error handling
                   12012:          of http://localhost, parser://method and safemode check callbacks
                   12013: 
                   12014:        * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
                   12015:          [merged from HEAD]
                   12016: 
                   12017:        * src/classes/image.C: nothing: comment removed
                   12018: 
                   12019:        * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
                   12020:          addresses to int
                   12021: 
                   12022: 2003-12-01  paf
                   12023: 
                   12024:        * src/main/pa_xml_io.C: bugfix: typo
                   12025: 
                   12026:        * src/main/pa_globals.C: bugfix: win32: compile prob
                   12027: 
                   12028:        * src/classes/xdoc.C: bugfix: typo
                   12029: 
                   12030:        * src/main/pa_xml_io.C: todo: safe mode check not to throw
                   12031:          exception
                   12032: 
                   12033:        * src/main/pa_xml_io.C: bugfix: http://localhost typo error
                   12034: 
                   12035: 2003-11-28  paf
                   12036: 
                   12037:        * src/main/pa_xml_io.C: installed safe-mode checker as filter of
                   12038:          all xml documents read
                   12039: 
                   12040:        * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
                   12041: 
                   12042:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   12043:          include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
                   12044:          replaced original open mech of xdoc::create & co to use libxml
                   12045:          open, so that this would work for root document todo: safe mode
                   12046:          checks to libxml: ideally to some 1 point
                   12047: 
                   12048:        * src/main/pa_xml_io.C: comment
                   12049: 
                   12050:        * operators.txt, src/main/pa_xml_io.C: leading / in
                   12051:          http://parser[abscent params]
                   12052: 
                   12053:        * operators.txt, src/include/pa_request.h, src/main/pa_xml_io.C:
                   12054:          works.  todo: maybe replace original open mech of xdoc::create &
                   12055:          co to use libxml open, so that this would work for root document
                   12056: 
                   12057:          $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
                   12058:          "parser://method/params/here"> <test>   &test^; </test> }]
                   12059: 
                   12060:          ^taint[^xdoc.string[]]
                   12061: 
                   12062:          @method[param] <!ENTITY test
                   12063:          "test-entity-value+$form:user+$param!">
                   12064: 
                   12065: 2003-11-27  paf
                   12066: 
                   12067:        * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
                   12068: 
                   12069:        * src/classes/date.C: bugfix: typo error
                   12070: 
                   12071: 2003-11-26  paf
                   12072: 
                   12073:        * operators.txt, src/include/Makefile.am, src/include/pa_globals.h,
                   12074:          src/main/Makefile.am, src/main/main.vcproj,
                   12075:          src/main/pa_globals.C, src/main/pa_request.C,
                   12076:          src/include/pa_xml_io.h, src/main/pa_xml_io.C: simplification:
                   12077:          xml errors to hash<thread_id,error> reorganization: xml io moved
                   12078:          to pa_xml_io.C/h
                   12079: 
                   12080:        * src/types/pa_value.h: warnings: --
                   12081: 
                   12082: 2003-11-25  paf
                   12083: 
                   12084:        * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
                   12085:          whatever)
                   12086: 
                   12087:        * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
                   12088:          a, (c?x:y, z)
                   12089: 
                   12090:        * src/main/untaint.C: bugfix: consequences of not reading this
                   12091:          comment: CORD_pos_chars_left /* Number of characters in cache.
                   12092:          <= 0 ==> none    */
                   12093: 
                   12094:        * src/include/pa_array.h: removed needless checks
                   12095: 
                   12096: 2003-11-24  paf
                   12097: 
                   12098:        * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
                   12099:          removed limit: now $form:xxx can be accessed anytime, even in
                   12100:          @auto/conf [and request/response:charset still can be changed
                   12101:          anytime]
                   12102: 
                   12103:        * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
                   12104:          now not transcodes response body
                   12105: 
                   12106:        * operators.txt, src/types/pa_vxnode.C, src/types/pa_vxnode.h:
                   12107:          $xdoc[^xdoc::create[test]] $tn[^xdoc.createTextNode[text node
                   12108:          value]] $dummy[^xdoc.firstChild.appendChild[$tn]]
                   12109:          $xdoc.firstChild.firstChild.nodeValue[different]
                   12110:          ^taint[^xdoc.string[]]
                   12111: 
                   12112:        * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
                   12113:          workaround: static Hash::allocates -> static Hash_allocates
                   12114: 
                   12115: 2003-11-21  paf
                   12116: 
1.116     moko     12117:        * Makefile.am, configure, configure.in, src/classes/Makefile.am,
                   12118:          src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
                   12119:          src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95      moko     12120: 
                   12121:        * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
                   12122: 
                   12123:        * src/classes/mail.C: bugfix: typo
                   12124: 
                   12125:        * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.116     moko     12126:          src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
                   12127:          src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
                   12128:          src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
                   12129:          src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95      moko     12130:          src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
                   12131: 
                   12132:        * src/main/pa_exec.C: bug in safe mode
                   12133: 
                   12134:        * src/include/Makefile.am: pa_xml_exception.h
                   12135: 
                   12136:        * src/targets/isapi/parser3isapi.C: more warnings --
                   12137: 
                   12138: 2003-11-20  paf
                   12139: 
                   12140:        * src/: classes/math.C, classes/op.C, classes/string.C,
                   12141:          main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
                   12142:          types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
                   12143:          --
                   12144: 
                   12145:        * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
                   12146:          more warnings --
                   12147: 
                   12148:        * src/classes/xdoc.C: more warnings --
                   12149: 
                   12150:        * src/classes/: date.C, image.C, xdoc.C: more warnings --
                   12151: 
                   12152:        * src/: main/pa_sql_driver_manager.C, main/untaint.C,
                   12153:          types/pa_vcookie.C, types/pa_vmail.C: more warnings --
                   12154: 
                   12155:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   12156:          classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
                   12157:          classes/table.C, include/pa_cache_managers.h,
                   12158:          include/pa_stylesheet_connection.h, main/pa_request.C,
                   12159:          types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
                   12160:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
                   12161:          --
                   12162: 
                   12163:        * src/main/: execute.C, pa_request.C: old forgotten todo: when
                   12164:          can't report problem (undefined @unhandled_exception) problem
                   12165:          source string were not reported
                   12166: 
                   12167:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   12168:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   12169:          classes/hashfile.C, classes/image.C, classes/int.C,
                   12170:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   12171:          classes/response.C, classes/string.C, classes/table.C,
                   12172:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   12173:          include/pa_array.h, include/pa_cache_managers.h,
                   12174:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   12175:          include/pa_config_fixed.h, include/pa_dictionary.h,
                   12176:          include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
                   12177:          include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
                   12178:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                   12179:          include/pa_request.h, include/pa_request_charsets.h,
                   12180:          include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
                   12181:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   12182:          include/pa_stack.h, include/pa_string.h,
                   12183:          include/pa_stylesheet_connection.h,
                   12184:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   12185:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   12186:          include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                   12187:          lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
                   12188:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   12189:          main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
                   12190:          main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
                   12191:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   12192:          main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
                   12193:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   12194:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   12195:          main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
                   12196:          sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
                   12197:          targets/cgi/parser3.C, targets/isapi/pa_threads.C,
                   12198:          targets/isapi/parser3isapi.C, types/pa_junction.h,
                   12199:          types/pa_method.h, types/pa_value.C, types/pa_value.h,
                   12200:          types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
                   12201:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   12202:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   12203:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   12204:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   12205:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   12206:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   12207:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
                   12208:          types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   12209:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   12210:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   12211:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   12212:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   12213:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   12214:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   12215:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   12216:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   12217:          types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
                   12218:          const IDENT
                   12219: 
                   12220:        * src/: include/pa_array.h, include/pa_pool.h,
                   12221:          include/pa_request.h, include/pa_string.h, include/pa_table.h,
                   12222:          main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
                   12223:          types/pa_wcontext.h: more warnings --
                   12224: 
                   12225:        * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
                   12226:          classes/file.C, classes/hash.C, classes/hashfile.C,
                   12227:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   12228:          classes/memory.C, classes/op.C, classes/string.C,
                   12229:          classes/table.C, classes/xdoc.C, classes/xnode.C,
                   12230:          include/pa_config_includes.h, include/pa_operation.h,
                   12231:          include/pa_sql_connection.h, include/pa_table.h,
                   12232:          include/pa_types.h, lib/ltdl/config_fixed.h,
                   12233:          lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
                   12234:          lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
                   12235:          lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
                   12236:          main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
                   12237:          main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
                   12238:          main/pa_globals.C, main/pa_os.C, main/pa_request.C,
                   12239:          main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
                   12240:          targets/isapi/parser3isapi.vcproj, types/pa_value.h,
                   12241:          types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
                   12242:          types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
                   12243:          types/pa_vmail.C, types/pa_vobject.C,
                   12244:          types/pa_vstateless_class.h, types/pa_vtable.C,
                   12245:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
                   12246:          types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
                   12247:          on all projects (except libltdl=off & libsdbm=level3) found
                   12248:          several unitialized vars
                   12249: 
                   12250: 2003-11-19  paf
                   12251: 
                   12252:        * src/classes/op.C: more ansi C++ comp
                   12253: 
                   12254:        * operators.txt, src/classes/op.C, src/include/pa_request.h,
                   12255:          src/main/pa_request.C: ^cache[...]{body}{catch block with
                   12256:          $exception.handled[cache] meaning "get expired cache, if any.
                   12257:          else error"}
                   12258: 
                   12259:        * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
                   12260:          main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
                   12261:          ^cache[...]{body}{catch code with $exception.cache field}
                   12262: 
                   12263: 2003-11-12  paf
                   12264: 
                   12265:        * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
                   12266:          [copy/paste bug]
                   12267: 
                   12268: 2003-11-11  paf
                   12269: 
                   12270:        * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
                   12271:          failed]
                   12272: 
                   12273:        * bin/auto.p.dist.in: colno
                   12274: 
                   12275: 2003-11-10  paf
                   12276: 
                   12277:        * src/types/pa_vconsole.h: flush
                   12278: 
                   12279:        * operators.txt, src/main/pa_request.C, src/types/Makefile.am,
                   12280:          src/types/types.vcproj, src/types/pa_vconsole.h: $console:line
                   12281:          read/write  [for nntp]
                   12282: 
                   12283:        * operators.txt: mysql: transaction support: ?autocommit=0
                   12284: 
                   12285:        * operators.txt: comment: updated
                   12286: 
                   12287:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
                   12288:          serialize version and exipire now removes entries
                   12289: 
                   12290:        * operators.txt: ^hashfile.delete[] removes files altogether [and
                   12291:          dir, if could]
                   12292: 
                   12293:        * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
                   12294:          types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
                   12295:          removes files altogether [and dir, if could]
                   12296: 
                   12297:        * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
                   12298:          nonexistent pair. .c coded that that was error. fixed
                   12299: 
                   12300:        * src/types/pa_vhashfile.C: sdbm: exception type change to
                   12301:          file.access [regretfull can't split it to different exceptions
                   12302:          without modifying sdbm source wich would prefer not to]
                   12303: 
                   12304: 2003-11-07  paf
                   12305: 
                   12306:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   12307:          classes/hashfile.C, classes/image.C, classes/table.C,
                   12308:          classes/xdoc.C, include/Makefile.am, include/pa_array.h,
                   12309:          include/pa_pool.h, include/pa_request.h, main/Makefile.am,
                   12310:          main/execute.C, main/main.vcproj, main/pa_pool.C,
                   12311:          main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
                   12312:          types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
                   12313:          types/pa_vstateless_class.h: resurrected: pool idea. now only for
                   12314:          destructing objects at request processing end
                   12315: 
                   12316: 2003-11-06  paf
                   12317: 
                   12318:        * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
                   12319:          updates
                   12320: 
                   12321:        * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
                   12322:          to include sdbm
                   12323: 
1.116     moko     12324:        * src/include/: pa_config_includes.h, pa_version.h: our
                   12325:          replacements of max& co only for cpp
1.95      moko     12326: 
                   12327:        * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
                   12328:          upper dir, .am updated
                   12329: 
                   12330:        * tests/todo.txt: hashfile: done
                   12331: 
                   12332:        * operators.txt, src/types/pa_vhashfile.C: hashfile: clear &
                   12333:          expiration [time in value. todo: move time to key]
                   12334: 
                   12335:        * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
                   12336: 
                   12337:        * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
                   12338:          to do that in foreach, no errors, but surely wrong]
                   12339: 
                   12340:        * operators.txt, src/types/pa_vhashfile.C,
                   12341:          src/types/pa_vhashfile.h: hashfile: clear and proper locking
                   12342: 
                   12343:        * operators.txt, src/classes/hash.C, src/classes/hashfile.C,
                   12344:          src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: hashfile:
                   12345:          foreach
                   12346: 
                   12347:        * src/classes/hashfile.C, src/types/pa_vhashfile.C,
                   12348:          src/types/pa_vhashfile.h, operators.txt: hashfile: hash
                   12349: 
                   12350:        * operators.txt, src/classes/hashfile.C, src/types/pa_vhashfile.C,
                   12351:          src/types/pa_vhashfile.h, tests/todo.txt: hashfile: delete
                   12352: 
                   12353:        * src/: include/pa_memory.h, targets/cgi/parser3.C,
                   12354:          types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
                   12355:          types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
                   12356:          get/put [raw]
                   12357: 
                   12358:        * src/: classes/op.C, main/pa_os.C: just linked
                   12359: 
                   12360:        * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
                   12361:          XmlException changes
                   12362: 
                   12363:        * src/: include/pa_charset.h, include/pa_globals.h,
                   12364:          include/pa_stylesheet_connection.h, main/pa_exception.C:
                   12365:          XmlException changes
                   12366: 
                   12367:        * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
                   12368: 
                   12369:        * src/: include/pa_common.h, include/pa_exception.h,
                   12370:          main/main.vcproj, main/pa_common.C, include/pa_os.h,
                   12371:          include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
                   12372:          main/pa_xml_exception.C: locking move to pa_os [along with
                   12373:          pa_sleep] apr-impl locking done
                   12374: 
                   12375:        * configure, configure.in, operators.txt, parser3.sln,
                   12376:          src/classes/classes.vcproj, src/classes/hashfile.C,
                   12377:          src/classes/xdoc.C, src/include/pa_config_fixed.h,
                   12378:          src/include/pa_exception.h, src/include/pa_globals.h,
                   12379:          src/include/pa_memory.h, src/include/pa_version.h,
                   12380:          src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
                   12381:          src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
                   12382:          src/main/compile.tab.C, src/main/main.vcproj,
                   12383:          src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
                   12384:          src/types/Makefile.am, src/types/pa_vhash.C,
                   12385:          src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
                   12386:          src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
                   12387:          again with sdbm from apache
                   12388: 
                   12389: 2003-11-05  paf
                   12390: 
                   12391:        * src/: classes/classes.vcproj, include/pa_config_fixed.h,
                   12392:          main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
                   12393:          \parser3project dir anymore
                   12394: 
                   12395:        * src/main/pa_charset.C: bugfix: had broken binary search [copied
                   12396:          thoughtlessly from xalan]
                   12397: 
                   12398:        * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
                   12399:          sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
                   12400:          from httpd-2.0.43\srclib\apr-util\dbm\sdbm
                   12401: 
                   12402:        * src/main/helpers/CaseFolding.txt:
                   12403:          http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
                   12404: 
                   12405: 2003-11-04  paf
                   12406: 
                   12407:        * operators.txt: comment: ^mail:send[$.options[
                   12408: 
                   12409:        * src/classes/table.C: compiled on unix
                   12410: 
1.116     moko     12411:        * src/classes/Makefile.am: classes.C to rebuild last
1.95      moko     12412: 
                   12413:        * src/classes/mail.C: compiled on unix
                   12414: 
                   12415:        * operators.txt, src/classes/mail.C, src/types/pa_vmail.C,
                   12416:          src/types/pa_vmail.h:     !^mail:send[
                   12417:                  $.options[unix: string to append to sendmail command
                   12418:          line]
                   12419: 
                   12420:        * operators.txt, src/classes/table.C, src/main/pa_string.C,
                   12421:          tests/todo.txt: ^table.save[...          $.separator[^#09]
                   12422:          $.encloser["] <nothing> by default
                   12423: 
                   12424:        * operators.txt, src/classes/table.C, tests/todo.txt: ^table::load
                   12425:                 !$.separator[^#09]         !$.encloser["] <nothing> by
                   12426:          default
                   12427: 
                   12428: 2003-11-03  paf
                   12429: 
                   12430:        * operators.txt, src/classes/table.C, src/main/pa_common.C:
                   12431:          ^table::load[; options:         !$.column-separator[^#09]
                   12432:          !$.column-encloser["]
                   12433: 
                   12434:        * operators.txt, src/include/pa_config_fixed.h,
                   12435:          src/types/pa_vrequest.C: $request:document-root
                   12436: 
                   12437:        * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
                   12438:          [already included into uri=xxx]
                   12439: 
                   12440:        * operators.txt, src/classes/image.C, tests/todo.txt:
                   12441:          ^image.gif[filename] for $response:download
                   12442: 
                   12443:        * src/classes/date.C: minor precaution
                   12444: 
                   12445:        * operators.txt, src/classes/date.C:     !^date::unix-timestamp()
                   12446:              !^date.unix-timestamp[]
                   12447: 
                   12448: 2003-10-30  paf
                   12449: 
                   12450:        * operators.txt, src/classes/date.C, src/types/pa_vdate.h: merged
                   12451:          from 3.0.8: ^date.roll[TZ;GMT] $date.hour
                   12452: 
                   12453:        * src/classes/: date.C, image.C: improvement diagnostics:
                   12454:          $now[^date::create[$undefined]] now is error
                   12455: 
                   12456:        * src/main/pa_common.C: read errors would now be reported 'actually
                   12457:          read -1 bytes'
                   12458: 
                   12459: 2003-10-24  paf
                   12460: 
                   12461:        * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
                   12462:          src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
                   12463:          src/main/Makefile.am, src/targets/cgi/Makefile.am,
                   12464:          src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
                   12465: 
                   12466: 2003-10-22  paf
                   12467: 
                   12468:        * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
                   12469: 
                   12470: 2003-10-21  paf
                   12471: 
                   12472:        * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
                   12473:          fixed: string.match[g] without <'> option produced columns with
                   12474:          NULL's, which gpf'ed at table.save time
                   12475: 
                   12476:        * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
                   12477:          recoursion' message with intensive throw-catches fixed: incorrect
                   12478:          name and line (one name upper then needed) in error message about
                   12479:          problems inside try block
                   12480: 
                   12481: 2003-10-10  paf
                   12482: 
                   12483:        * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
                   12484:          check offset argument for validity did that in String::Body::pos
                   12485:          myself http://i2/tasks/edit/?id=4577425257580789777
                   12486: 
                   12487: 2003-10-07  paf
                   12488: 
                   12489:        * src/main/: compile.tab.C, compile.y: ^if ( better error:
                   12490:          .html(1:4): parse error, expecting `'['' or `'{'' or `'(''  now
                   12491: 
                   12492: 2003-10-03  paf
                   12493: 
                   12494:        * parser3.sln, src/include/pa_dictionary.h,
                   12495:          src/main/pa_dictionary.C, src/main/pa_string.C,
                   12496:          src/targets/cgi/parser3.vcproj: dictionary optimized by
                   12497:          precalculating cstr&length
                   12498: 
                   12499: 2003-10-02  paf
                   12500: 
                   12501:        * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
                   12502:          main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
                   12503:          main/pa_stylesheet_manager.C: bugfix: ^throw context were
                   12504:          saved/restored incompletely http://www.parser.ru/forum/?id=21484
                   12505: 
                   12506: 2003-09-30  paf
                   12507: 
                   12508:        * src/main/pa_string.C: string::replace bug fix [were ignoring
                   12509:          occurrances after lang-mismatched
                   12510: 
                   12511: 2003-09-29  paf
                   12512: 
                   12513:        * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
                   12514:          helper
                   12515: 
                   12516:        * src/main/pa_string.C: string::serialize bug fix with
                   12517:          zero-terminator
                   12518: 
                   12519:        * src/classes/table.C: ^nameless_table.save column row now has no
                   12520:          \t at the end
                   12521: 
                   12522:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   12523:          @postprocess  now takes $response:body/download
                   12524: 
                   12525:        * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
                   12526:          error message
                   12527: 
                   12528:        * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
                   12529: 
                   12530:        * src/classes/table.C: bugfix: flip: must produce nameless
                   12531:          http://i2/tasks/edit/?id=4573405524674081244
                   12532: 
                   12533:        * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
                   12534:          main/helpers/simple_folding.pl: utf-8 upper/lower
                   12535: 
                   12536:        * src/main/pa_common.C: bugfix: utf signature were not ignored due
                   12537:          to typo error http://i2/tasks/edit/?id=4573354650786434584
                   12538: 
                   12539: 2003-09-26  paf
                   12540: 
                   12541:        * src/main/untaint.C: removed needless field
                   12542: 
                   12543:        * src/main/untaint.C: removed needless const
                   12544: 
                   12545:        * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
                   12546:          String.for_each bug fixed [omited one-char cases]
                   12547: 
                   12548:        * src/include/pa_stack.h: bugfix: before collecting garbage,
                   12549:          runtime-executor stack were cleared... BADLY
                   12550: 
                   12551:        * src/main/pa_string.C: ^stirng.replace code used old
                   12552:          param-convention on langs.append, fixed that search fo the like,
                   12553:          found none
                   12554: 
                   12555:        * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
                   12556:          string::serialize/deserialize implemented Language enum assigned
                   12557:          meaningful letters [more convinient for debugging. read warning
                   12558:          before adding/changing anything]
                   12559: 
                   12560: 2003-09-25  paf
                   12561: 
                   12562:        * src/: include/pa_string.h, include/pa_version.h,
                   12563:          main/pa_string.C, main/untaint.C: templates and anonymous unions
                   12564:          differences on unix
                   12565: 
                   12566:        * parser3.sln, src/classes/file.C, src/classes/image.C,
                   12567:          src/classes/mail.C, src/classes/op.C, src/classes/table.C,
                   12568:          src/classes/xdoc.C, src/classes/xnode.C,
                   12569:          src/include/pa_cache_managers.h, src/include/pa_charset.h,
                   12570:          src/include/pa_charsets.h, src/include/pa_common.h,
                   12571:          src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
                   12572:          src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
                   12573:          src/include/pa_table.h, src/lib/cord/cordbscs.c,
                   12574:          src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
                   12575:          src/lib/cord/include/cord.h, src/main/compile.tab.C,
                   12576:          src/main/compile_tools.h, src/main/pa_charset.C,
                   12577:          src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
                   12578:          src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
                   12579:          src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
                   12580:          src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
                   12581:          src/types/pa_vmail.C, src/types/pa_vmath.C,
                   12582:          src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
                   12583:          src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
                   12584: 
                   12585:        * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
                   12586:          functions aligned to that of eeparser3 look
                   12587: 
                   12588:        * src/lib/cord/cordprnt.c: removed warnings
                   12589: 
                   12590: 2003-09-24  paf
                   12591: 
                   12592:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   12593:          classes/op.C, classes/xdoc.C, classes/xnode.C,
                   12594:          include/pa_cache_managers.h, include/pa_charset.h,
                   12595:          include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
                   12596:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   12597:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   12598:          main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
                   12599:          main/pa_common.C, main/pa_exec.C, main/pa_request.C,
                   12600:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   12601:          main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
                   12602:          types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
                   12603:          types/pa_vstateless_class.h, types/pa_vstatus.C,
                   12604:          types/pa_vxnode.C: v() functions of String::Body,
                   12605:          String::Languages and String itself StringBody->String::Body
                   12606: 
                   12607:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   12608:          lib/cord/include/cord.h: CORD_append_block showed no efficiency =
                   12609:          never optimized anything.  todo: somehow speed up harder cases:
                   12610:          concatenationA+concatenationB when last block of A and first of B
                   12611:          contain same letters
                   12612: 
                   12613:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   12614:          lib/cord/include/cord.h: langs: speed up by joining adjucent
                   12615:          blocks of same char [CORD_append_block]
                   12616: 
                   12617:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   12618:          lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
                   12619:          save space by extending blocks when appending block with c ==
                   12620:          lastblock.c
                   12621: 
                   12622:        * src/: include/pa_string.h, main/pa_string.C: aval is not actually
                   12623:          working yet :( but more working &understood :)
                   12624: 
                   12625:        * src/: classes/table.C, include/pa_string.h,
                   12626:          lib/cord/include/cord.h, main/pa_string.C: aval/ works!
                   12627: 
                   12628: 2003-09-23  paf
                   12629: 
                   12630:        * src/main/untaint.C: $a[ok!] $a works!
                   12631: 
                   12632:        * src/main/untaint.C: something even more works :)
                   12633: 
                   12634:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   12635:          something more works :)
                   12636: 
                   12637:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   12638:          lib/cord/cordxtra.c: something already works :)
                   12639: 
                   12640:        * src/: include/pa_string.h, main/untaint.C: just compiled todo:
                   12641:          serialize&deserialize
                   12642: 
                   12643:        * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
                   12644:          lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
                   12645:          main/untaint.C: main idea implemented, details left
                   12646: 
                   12647: 2003-09-22  paf
                   12648: 
                   12649:        * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
                   12650: 
                   12651:        * src/classes/xnode.C: copy/paste comment bugfix
                   12652: 
                   12653:        * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
                   12654:          allocator returns 0, just die.
                   12655:          http://i2/tasks/edit/?id=4570798492410259445
                   12656: 
                   12657:        * src/classes/xdoc.C: copy/paste comment bugfix
                   12658: 
                   12659:        * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
                   12660:          Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
                   12661:          xnode: getAttributeNS setAttributeNS removeAttributeNS
                   12662:          getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
                   12663: 
                   12664:        * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
                   12665:          chars due to bitwise operation signed-char error]
                   12666: 
                   12667: 2003-09-19  paf
                   12668: 
                   12669:        * src/types/pa_wcontext.C: output message: more practical
                   12670:          suggestion
                   12671: 
                   12672:        * src/main/pa_common.C, operators.txt: merged
                   12673:          $f[^file::load[binary;http://...]] $f.tables
                   12674: 
                   12675: 2003-09-02  paf
                   12676: 
                   12677:        * src/main/pa_common.C: printf is buffered, write(1 is not. can't
                   12678:          flush stdout without referencing 'stdout' symbol. to hell with
                   12679:          non-ansi libraries without 'stdout' symbol
                   12680: 
                   12681:        * src/main/pa_common.C: got rid of 'stdout' symbol reference on
                   12682:          unix (users reported problems with some old libc)
                   12683: 
                   12684:        * src/types/pa_vdate.h: forgot initializer
                   12685: 
                   12686: 2003-09-01  paf
                   12687: 
                   12688:        * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
                   12689:          main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
                   12690:          zone]
                   12691: 
                   12692:        * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
                   12693: 
                   12694: 2003-08-19  paf
                   12695: 
                   12696:        * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
                   12697:          pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
                   12698:          simplified a little
                   12699: 
                   12700:        * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
                   12701:          [lost fix from 3.0.8]
                   12702: 
                   12703:        * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{   now
                   12704:          visible here }
                   12705: 
                   12706:          bug fix
                   12707: 
                   12708:        * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
                   12709: 
                   12710:        * src/main/compile.tab.C: initialized couple of variables about
                   12711:          which user reported runtime problems when parser were compiled
                   12712:          with VC7, warning level4.  study shows that later in bison
                   12713:          they've fixed that. would migrate to latest bison someday
                   12714: 
                   12715:        * src/types/pa_vmail.C: turned  off recoding in gmime (were still
                   12716:          recoding headers)
                   12717: 
                   12718:        * src/types/pa_vmail.C: works as before, same charset problems:
                   12719:          gmime recodes to UTF-8 only headers, not body. so not recoding
                   12720:          anything for now
                   12721: 
                   12722:        * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
                   12723:          problems with body
                   12724: 
                   12725:        * src/types/pa_vmail.C: mail_receive just compiled
                   12726: 
                   12727: 2003-08-18  paf
                   12728: 
                   12729:        * src/: classes/classes.vcproj, include/pa_config_fixed.h,
                   12730:          main/main.vcproj, types/types.vcproj: win32: continued process
                   12731:          detaching from \parser3project directory
                   12732: 
                   12733:        * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
                   12734:          src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
                   12735:          src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
                   12736:          src/lib/pcre/pcre_dftables.dsp,
                   12737:          src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
                   12738:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
                   12739:          src/types/types.dsp: moved to MSVC 7
                   12740: 
                   12741:        * gnu.vcproj.vspscc, parser3.vssscc,
                   12742:          src/classes/classes.vcproj.vspscc,
                   12743:          src/lib/cord/cord.vcproj.vspscc,
                   12744:          src/lib/ltdl/libltdl.vcproj.vspscc,
                   12745:          src/lib/md5/md5.vcproj.vspscc,
                   12746:          src/lib/pcre/pcre_dftables.vcproj.vspscc,
                   12747:          src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
                   12748:          src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
                   12749:          src/targets/isapi/parser3isapi.vcproj.vspscc,
                   12750:          src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
                   12751:          moved to MSVC 7
                   12752: 
                   12753:        * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
                   12754:          src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
                   12755:          src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
                   12756:          src/lib/pcre/pcre_dftables.vcproj,
                   12757:          src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
                   12758:          src/targets/cgi/parser3.vcproj,
                   12759:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
                   12760:          new VS project files
                   12761: 
                   12762:        * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
                   12763:          .NET to detect Jalindi Igloo capabilities.
                   12764: 
                   12765:        * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.116     moko     12766:          src/classes/classes.awk, src/doc/footer.htm,
                   12767:          src/include/pa_config_fixed.h, src/include/pa_version.h,
                   12768:          src/lib/Makefile.am, src/main/compile.tab.C,
1.95      moko     12769:          src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
                   12770:          src/types/pa_vmail.C: merged 3.1.0 latest changes
                   12771: 
                   12772: 2003-08-15  paf
                   12773: 
                   12774:        * src/main/untaint.C: email addresses in forms:   "non-ascii" <yyy>
                   12775:          non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
                   12776: 
                   12777:        * src/main/untaint.C: email addresses in forms:   "non-ascii" <yyy>
                   12778:          non-ascii <yyy> now encoded correctly
                   12779: 
                   12780: 2003-07-29  paf
                   12781: 
1.116     moko     12782:        * src/classes/: Makefile.am, classes.awk: classes.awk added to make
                   12783:          dist
1.95      moko     12784: 
                   12785:        * src/types/pa_vmail.C: just started --with-mail-receive
                   12786: 
                   12787: 2003-07-28  paf
                   12788: 
1.116     moko     12789:        * src/: classes/Makefile.am, lib/Makefile.am: removed circular
                   12790:          dependence in src/classes, src/lib/gc now in dist
1.95      moko     12791: 
                   12792:        * src/main/pa_string.C: ^cache bug fix [were not working at all]
                   12793: 
                   12794: 2003-07-25  paf
                   12795: 
                   12796:        * src/doc/footer.htm: year
                   12797: 
                   12798: 2003-07-24  paf
                   12799: 
                   12800:        * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
                   12801:          fix
                   12802: 
                   12803:        * src/include/pa_version.h: release
                   12804: 
1.116     moko     12805:        * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95      moko     12806: 
                   12807:        * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
                   12808:          src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
                   12809:          src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
                   12810:          getting rid of win32xml pseudo project
                   12811: 
                   12812:        * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
                   12813: 
1.116     moko     12814:        * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
                   12815:          configure.in, operators.txt, parser3.dsw,
1.95      moko     12816:          etc/parser3.charsets/koi8-r.cfg,
1.116     moko     12817:          etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95      moko     12818:          src/classes/classes.C, src/classes/classes.awk,
                   12819:          src/classes/classes.dsp, src/classes/classes.h,
                   12820:          src/classes/date.C, src/classes/double.C, src/classes/file.C,
                   12821:          src/classes/form.C, src/classes/hash.C, src/classes/image.C,
                   12822:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   12823:          src/classes/memory.C, src/classes/op.C, src/classes/response.C,
                   12824:          src/classes/string.C, src/classes/table.C, src/classes/void.C,
                   12825:          src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
                   12826:          src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
                   12827:          src/doc/string.dox, src/include/Makefile.am,
1.116     moko     12828:          src/include/pa_array.h, src/include/pa_cache_managers.h,
                   12829:          src/include/pa_charset.h, src/include/pa_charsets.h,
                   12830:          src/include/pa_common.h, src/include/pa_config_auto.h.in,
                   12831:          src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
                   12832:          src/include/pa_dictionary.h, src/include/pa_dir.h,
                   12833:          src/include/pa_exception.h, src/include/pa_exec.h,
                   12834:          src/include/pa_globals.h, src/include/pa_hash.h,
                   12835:          src/include/pa_memory.h, src/include/pa_opcode.h,
                   12836:          src/include/pa_operation.h, src/include/pa_pool.h,
                   12837:          src/include/pa_pragma_pack_begin.h,
1.95      moko     12838:          src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
                   12839:          src/include/pa_request_charsets.h, src/include/pa_request_info.h,
                   12840:          src/include/pa_sapi.h, src/include/pa_socks.h,
                   12841:          src/include/pa_sql_connection.h,
                   12842:          src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
                   12843:          src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
                   12844:          src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
                   12845:          src/include/pa_threads.h, src/include/pa_types.h,
1.116     moko     12846:          src/include/pa_uue.h, src/lib/Makefile.am,
                   12847:          src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
                   12848:          src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
                   12849:          src/lib/cord/cordxtra.c, src/lib/cord/source.url,
                   12850:          src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95      moko     12851:          src/lib/cord/include/ec.h,
                   12852:          src/lib/cord/include/private/Makefile.am,
                   12853:          src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.116     moko     12854:          src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
                   12855:          src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95      moko     12856:          src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.116     moko     12857:          src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
                   12858:          src/main/compile_tools.C, src/main/compile_tools.h,
                   12859:          src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
                   12860:          src/main/pa_cache_managers.C, src/main/pa_charset.C,
                   12861:          src/main/pa_charsets.C, src/main/pa_common.C,
                   12862:          src/main/pa_dictionary.C, src/main/pa_dir.C,
                   12863:          src/main/pa_exception.C, src/main/pa_exec.C,
1.95      moko     12864:          src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
                   12865:          src/main/pa_request.C, src/main/pa_socks.C,
                   12866:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   12867:          src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.116     moko     12868:          src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
                   12869:          src/targets/Makefile.am, src/targets/cgi/Makefile.am,
                   12870:          src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
                   12871:          src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
                   12872:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
                   12873:          src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
                   12874:          src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95      moko     12875:          src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
                   12876:          src/targets/isapi/parser3isapi.dsp,
                   12877:          src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.116     moko     12878:          src/types/pa_junction.h, src/types/pa_method.h,
                   12879:          src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95      moko     12880:          src/types/pa_vclass.C, src/types/pa_vclass.h,
                   12881:          src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
                   12882:          src/types/pa_vcookie.h, src/types/pa_vdate.h,
                   12883:          src/types/pa_vdouble.h, src/types/pa_venv.h,
                   12884:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
                   12885:          src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
                   12886:          src/types/pa_vimage.C, src/types/pa_vimage.h,
                   12887:          src/types/pa_vint.h, src/types/pa_vjunction.h,
                   12888:          src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
                   12889:          src/types/pa_vmath.h, src/types/pa_vmemory.h,
                   12890:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   12891:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   12892:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
                   12893:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   12894:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
                   12895:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
                   12896:          src/types/pa_vstatus.h, src/types/pa_vstring.C,
                   12897:          src/types/pa_vstring.h, src/types/pa_vtable.C,
                   12898:          src/types/pa_vtable.h, src/types/pa_vvoid.h,
                   12899:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   12900:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   12901:          src/types/pa_wcontext.C, src/types/pa_wcontext.h,
                   12902:          src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
                   12903:          HEAD
                   12904: 
                   12905:        * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
                   12906:          006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
                   12907:          012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
                   12908:          018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
                   12909:          023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
                   12910:          029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
                   12911:          035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
                   12912:          041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
                   12913:          047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
                   12914:          052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
                   12915:          058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
                   12916:          062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
                   12917:          068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
                   12918:          074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
                   12919:          080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
                   12920:          086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
                   12921:          092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
                   12922:          098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
                   12923:          103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
                   12924:          106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
                   12925:          111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
                   12926:          117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
                   12927:          123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
                   12928:          129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
                   12929:          135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
                   12930:          141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
                   12931:          022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
                   12932:          outputs/create-dir, results/001.processed, results/002.processed,
                   12933:          results/003.processed, results/004.processed,
                   12934:          results/005.processed, results/006.processed,
                   12935:          results/007.processed, results/008.processed,
                   12936:          results/009.processed, results/010.processed,
                   12937:          results/011.processed, results/012.processed,
                   12938:          results/013.processed, results/014.processed,
                   12939:          results/015.processed, results/016.processed,
                   12940:          results/017.processed, results/018.processed,
                   12941:          results/019.processed, results/020.processed,
                   12942:          results/021.processed, results/022.processed,
                   12943:          results/023.processed, results/024.processed,
                   12944:          results/025.processed, results/026.processed,
                   12945:          results/027.processed, results/028.processed,
                   12946:          results/029.processed, results/030.processed,
                   12947:          results/031.processed, results/032.processed,
                   12948:          results/033.processed, results/034.processed,
                   12949:          results/035.processed, results/036.processed,
                   12950:          results/037.processed, results/038.processed,
                   12951:          results/039.processed, results/040.processed,
                   12952:          results/041.processed, results/042.processed,
                   12953:          results/043.processed, results/044.processed,
                   12954:          results/045.processed, results/046.processed,
                   12955:          results/047.processed, results/048.processed,
                   12956:          results/049.processed, results/050.processed,
                   12957:          results/051.processed, results/052.processed,
                   12958:          results/053.processed, results/054.processed,
                   12959:          results/055.processed, results/056.processed,
                   12960:          results/057.processed, results/058.processed,
                   12961:          results/059.processed, results/060.processed,
                   12962:          results/061.processed, results/062.processed,
                   12963:          results/063.processed, results/064.processed,
                   12964:          results/065.processed, results/066.processed,
                   12965:          results/067.processed, results/068.processed,
                   12966:          results/069.processed, results/070.processed,
                   12967:          results/071.processed, results/072.processed,
                   12968:          results/073.processed, results/074.processed,
                   12969:          results/075.processed, results/076.processed,
                   12970:          results/077.processed, results/078.processed,
                   12971:          results/079.processed, results/080.processed,
                   12972:          results/081.processed, results/082.processed,
                   12973:          results/083.processed, results/084.processed,
                   12974:          results/085.processed, results/086.processed,
                   12975:          results/087.processed, results/088.processed,
                   12976:          results/089.processed, results/090.processed,
                   12977:          results/091.processed, results/092.processed,
                   12978:          results/093.processed, results/094.processed,
                   12979:          results/095.processed, results/096.processed,
                   12980:          results/097.processed, results/098.processed,
                   12981:          results/099.processed, results/100.processed,
                   12982:          results/101.processed, results/102.processed,
                   12983:          results/103.processed, results/104.processed,
                   12984:          results/105.processed, results/106.processed,
                   12985:          results/107.processed, results/108.processed,
                   12986:          results/109.processed, results/110.processed,
                   12987:          results/111.processed, results/112.processed,
                   12988:          results/113.processed, results/114.processed,
                   12989:          results/115.processed, results/116.processed,
                   12990:          results/117.processed, results/118.processed,
                   12991:          results/119.processed, results/120.processed,
                   12992:          results/121.processed, results/122.processed,
                   12993:          results/123.processed, results/124.processed,
                   12994:          results/125.processed, results/126.processed,
                   12995:          results/127.processed, results/128.processed,
                   12996:          results/129.processed, results/130.processed,
                   12997:          results/131.processed, results/132.processed,
                   12998:          results/133.processed, results/134.processed,
                   12999:          results/135.processed, results/136.processed,
                   13000:          results/137.processed, results/138.processed,
                   13001:          results/139.processed, results/140.processed,
                   13002:          results/141.processed: merged(copied) to HEAD from template_gc
                   13003: 
                   13004:        * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
                   13005:          towards \parser3project not having to be in root
                   13006: 
                   13007:        * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
                   13008:          module compiled [were minor unnecessary changes in lib/md5
                   13009:          interface]
                   13010: 
                   13011:        * src/include/pa_version.h: release
                   13012: 
                   13013:        * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
                   13014: 
                   13015:        * src/classes/math.C: merged uuid bugfix
                   13016: 
                   13017:        * tests/: 141.html, results/141.processed: fixed bug with
                   13018:          too-small-a-buffer
                   13019: 
                   13020:        * src/classes/math.C: uuid bugfix
                   13021: 
                   13022:        * tests/: 141.html, Makefile, results/005.processed,
                   13023:          results/030.processed, results/075.processed,
                   13024:          results/078.processed: to reflect date format change (were -
                   13025:          become ' ')
                   13026: 
                   13027:        * src/classes/math.C: uuid bugfix
                   13028: 
                   13029:        * parser3.dsw, src/main/pa_globals.C: few paths for libxml
                   13030:          debug/release changes
                   13031: 
                   13032:        * src/lib/md5/pa_md5c.c: PA_ -> pa_
                   13033: 
                   13034: 2003-07-23  paf
                   13035: 
                   13036:        * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
                   13037:          renamed a little [to move to comman naming conv]
                   13038: 
1.116     moko     13039:        * src/targets/Makefile.am: apache13 splitted to simplify apache
                   13040:          build
1.95      moko     13041: 
                   13042:        * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
                   13043:          main/pa_request.C, main/pa_sql_driver_manager.C,
                   13044:          main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
                   13045:          stack top_index() fixed
                   13046: 
                   13047:        * src/main/pa_globals.C: minor style changes
                   13048: 
                   13049:        * src/: classes/op.C, include/pa_sql_connection.h: connection
                   13050:          closing/caching fixed [connections were not closed/put to cache]
                   13051: 
                   13052: 2003-07-22  paf
                   13053: 
                   13054:        * INSTALL: gc part updated stightly
                   13055: 
                   13056:        * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
                   13057:          new sapi interface
                   13058: 
                   13059:        * src/classes/file.C: comment on OS
                   13060: 
                   13061:        * src/main/pa_string.C: removed reduntant invariant check [there is
                   13062:          one deeper in cord lib]
                   13063: 
                   13064:        * src/main/pa_exec.C: on win32 bugfix in handling shbang
                   13065: 
                   13066:        * src/main/pa_memory.C: out of memory is no longer coredump
                   13067: 
                   13068:        * INSTALL: disable-threads adviced
                   13069: 
                   13070: 2003-07-21  paf
                   13071: 
1.116     moko     13072:        * src/classes/Makefile.am: removed circular dependency on classes.C
1.95      moko     13073: 
                   13074:        * src/classes/file.C: file::exec/cgi environment variables now must
                   13075:          be UPPERCASE and A-Z 0-9 _-
                   13076: 
                   13077:        * src/classes/file.C: env passing fixed
                   13078: 
                   13079:        * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
                   13080: 
                   13081:        * src/main/pa_common.C: http:// CRLF now
                   13082: 
                   13083: 2003-07-02  paf
                   13084: 
                   13085:        * operators.txt, src/types/pa_vstatus.C: renamed $memory:status
                   13086:          fields to reflect their real meaning
                   13087: 
                   13088: 2003-06-27  paf
                   13089: 
                   13090:        * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
                   13091:          include/pa_hash.h, main/pa_charset.C: merged from HEAD
                   13092:          file::exec/cgi .charset
                   13093: 
                   13094: 2003-06-26  paf
                   13095: 
                   13096:        * ChangeLog, src/classes/file.C, src/classes/hash.C,
                   13097:          src/classes/image.C, src/classes/op.C, src/classes/string.C,
                   13098:          src/classes/table.C: fixed several uninitialized local
                   13099:          structures.  notably ^hash.foreach now inserts delimiters
                   13100:          properly [were inserting it before first body]
                   13101: 
                   13102: 2003-06-24  paf
                   13103: 
                   13104:        * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
                   13105: 
                   13106: 2003-06-20  paf
                   13107: 
                   13108:        * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
                   13109:          src/main/pa_globals.C: introducing
                   13110:          $f[^file::load[binary;http://...]] $f.tables
                   13111: 
                   13112: 2003-06-06  paf
                   13113: 
                   13114:        * src/types/: pa_vhash.h: $hash.field lookup first now: along with
                   13115:          table. [were method lookup: inconsistent]
                   13116: 
                   13117: 2003-06-02  paf
                   13118: 
                   13119:        * src/include/pa_memory.h: empty string clone fixed to return
                   13120:          writable memory
                   13121: 
                   13122:        * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
                   13123:          were not appended] which violated string invariant
                   13124: 
                   13125: 2003-05-30  paf
                   13126: 
                   13127:        * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
                   13128:          GMT  ; RFC 822, updated by RFC 1123 [as in HEAD]
                   13129: 
                   13130:        * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
                   13131:          GMT  ; RFC 822, updated by RFC 1123
                   13132: 
                   13133:        * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
                   13134:          targets/isapi/parser3isapi.C: initialized request_info properly
                   13135: 
                   13136:        * src/classes/xnode.C: found minor bug, commended for future
                   13137: 
                   13138: 2003-05-28  paf
                   13139: 
                   13140:        * src/classes/form.C: request_info.content_length can't be <0,
                   13141:          size_t for some time
                   13142: 
                   13143: 2003-05-26  paf
                   13144: 
                   13145:        * src/: classes/file.C, classes/string.C, main/pa_string.C: few
                   13146:          forgotten <0 changed to !=STRING_NOT_FOUND
                   13147: 
                   13148:        * src/classes/math.C: merged ffffu from HEAD
                   13149: 
                   13150: 2003-05-11  paf
                   13151: 
                   13152:        * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
                   13153: 
                   13154:        * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
                   13155:          premature doc free.  transformed document had xmlDoc reference
                   13156:          stored to non-gc-memory (libgdome) added holding-reference
                   13157: 
                   13158: 2003-04-29  paf
                   13159: 
                   13160:        * src/main/pa_globals.C: started digging on double free.  on win32
                   13161:          found that that's perfectly normal.
                   13162: 
                   13163: 2003-04-25  paf
                   13164: 
                   13165:        * src/classes/table.C: table.join bug fix  [bad limit check]
                   13166: 
                   13167:        * src/classes/math.C: merged from HEAD: simpiler hash_string
                   13168: 
                   13169:        * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
                   13170:          print anything.  changed to quicker and simplier code
                   13171: 
                   13172:        * src/classes/hash.C: allowed ^hash::create[^rem{xxx}]   [were to
                   13173:          strict a check]
                   13174: 
                   13175:        * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
                   13176: 
                   13177: 2003-04-24  paf
                   13178: 
                   13179:        * src/include/pa_table.h: too strict assert loosened
                   13180: 
                   13181:        * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
                   13182:          <soldis@infolio.ru> for reporing this ansi c fiolation syntax
                   13183:          report
                   13184: 
                   13185: 2003-04-21  paf
                   13186: 
1.116     moko     13187:        * src/targets/cgi/Makefile.am: pp3 added to .am
1.95      moko     13188: 
                   13189:        * src/main/pa_globals.C: pcre memory management changed to use GC
                   13190:          memory
                   13191: 
                   13192:        * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
                   13193:          xmlMallocAtomic [author agreed to my suggestion], used that
                   13194: 
                   13195:        * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
                   13196: 
                   13197:        * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
                   13198:          types/pa_vmail.C: attributed_meaning_to_string added
                   13199:          L_UNSPECIFIED piece which was sortof OK, but violated string
                   13200:          invariant [assertion barked on that] changed to L_PASS_APPEND,
                   13201:          made that param obligatory
                   13202: 
                   13203:        * src/main/pa_string.C: String::ArrayFragment::append_positions bug
                   13204:          fixed [assert helped]
                   13205: 
                   13206:        * src/include/pa_string.h: assert added [looking for bug]
                   13207: 
                   13208:        * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
                   13209:          names on Win32 considered disk-global
                   13210: 
                   13211:        * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
                   13212:          considered disk-global
                   13213: 
                   13214: 2003-04-18  paf
                   13215: 
                   13216:        * src/main/untaint.C: merged from HEAD: enabled '~' letter in
                   13217:          filenames
                   13218: 
                   13219:        * src/main/untaint.C: enabled '~' letter in filenames
                   13220: 
                   13221: 2003-04-16  paf
                   13222: 
                   13223:        * src/classes/file.C: small bug introduced in autoptr times fixed
                   13224: 
                   13225:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
                   13226:          HEAD
                   13227: 
1.116     moko     13228:        * src/classes/table.C: fix: gcc reported tiny error
1.95      moko     13229: 
                   13230: 2003-04-15  paf
                   13231: 
                   13232:        * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
                   13233:          src/lib/md5/pa_md5c.c, tests/141.html,
                   13234:          tests/results/141.processed: merged from head ^math:uuid[]
                   13235:          ^math:uid64[] ^math:md5[string]
                   13236: 
                   13237:          test added: 141.html
                   13238: 
                   13239:        * operators.txt, src/classes/math.C: ^math:uid64[]
                   13240: 
                   13241:        * src/classes/math.C: ^math:uuid[]
                   13242: 
                   13243:        * operators.txt, src/classes/math.C: ^math:uuid[]
                   13244: 
                   13245:        * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
                   13246:          src/lib/md5/pa_md5c.c: ^math:md5[string] 16-byte digest
                   13247: 
                   13248:        * operators.txt, src/classes/file.C, src/include/pa_common.h,
                   13249:          src/include/pa_config_fixed.h, src/main/pa_common.C:
                   13250:          ^file::load[mode;name;     $.offset     $.limit
                   13251: 
                   13252: 2003-04-14  paf
                   13253: 
                   13254:        * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
                   13255:          started ^math:md5
                   13256: 
                   13257:        * src/classes/table.C, src/include/pa_array.h,
                   13258:          src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
                   13259:          tests/results/140.processed: table $.reverse option works in
                   13260:          create&co table $.distinct[tables] bug fix merged
                   13261: 
                   13262:        * src/: classes/table.C, include/pa_table.h: table
                   13263:          $.distinct[tables] bug fixed
                   13264: 
                   13265:        * src/classes/table.C: more warnings
                   13266: 
                   13267:        * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
                   13268:          removed checks in table::set_current, moved them back to
                   13269:          table::locate implemented table::create/join ñ $.reverse
                   13270: 
                   13271:        * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
                   13272:          removed checks in table::set_current, moved them back to
                   13273:          table::locate
                   13274: 
                   13275: 2003-04-11  paf
                   13276: 
                   13277:        * operators.txt, src/classes/date.C, src/classes/table.C,
                   13278:          src/include/pa_array.h, src/include/pa_common.h,
                   13279:          src/include/pa_config_includes.h, src/include/pa_string.h,
                   13280:          src/include/pa_table.h, src/main/pa_request.C,
                   13281:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   13282:          src/main/pa_table.C: merged from HEAD from
                   13283:          before_append_array_limit_sense_change to
                   13284:          after_append_array_limit_sense_change
                   13285: 
                   13286:        * src/classes/table.C: typo
                   13287: 
                   13288:        * operators.txt, src/classes/date.C, src/classes/table.C,
                   13289:          src/include/pa_array.h, src/include/pa_common.h,
                   13290:          src/include/pa_config_includes.h, src/include/pa_globals.h,
                   13291:          src/include/pa_table.h, src/main/pa_array.C,
                   13292:          src/main/pa_globals.C, src/main/pa_request.C,
                   13293:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   13294:          src/main/pa_table.C: append_array_limit_sense_change locate
                   13295:          accepts options same as create new option: $.reverse(1)   [do not
                   13296:          work in table::create]
                   13297: 
                   13298:        * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
                   13299:          (stat xxx,
                   13300: 
                   13301:        * src/classes/: table.C: typo
                   13302: 
                   13303:        * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
                   13304:          135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
                   13305:          results/130.processed, results/131.processed,
                   13306:          results/132.processed, results/133.processed,
                   13307:          results/134.processed, results/135.processed,
                   13308:          results/136.processed, results/137.processed,
                   13309:          results/138.processed, results/139.processed: added few mustfail
                   13310:          tests 130.html mustfail: empty regexp 131.html mustfail: invalid
                   13311:          date/time 132.html mustfail: access to junction outside of
                   13312:          context 133.html mustfail: access to junction outside of context,
                   13313:          case version 134.html mustfail: hash: adding a key inside of
                   13314:          foreach 135.html mustfail: modifying system class 136.html
                   13315:          mustfail: $.name outside of $hash[here] 137.html mustfail:
                   13316:          appendChild without import 138.html mustfail: invalid encoding
                   13317:          inside of xml 139.html mustfail: bad XPath
                   13318: 
                   13319:        * operators.txt, src/classes/table.C, tests/084.html,
                   13320:          tests/125.html, tests/126.html, tests/127.html, tests/128.html,
                   13321:          tests/129.html, tests/results/125.processed,
                   13322:          tests/results/126.processed, tests/results/127.processed,
                   13323:          tests/results/128.processed, tests/results/129.processed: merged
                   13324:          from HEAD ^table.hash[key][$.distinct[tables]]
                   13325: 
                   13326:          maked appropriate tests [changed one old nonconforming]
                   13327: 
                   13328:        * operators.txt, src/classes/table.C:
                   13329:          ^table.hash[key][$.distinct[tables]]
                   13330: 
                   13331:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
                   13332:          merged fix for found very old xml (dom) bug: were passing
                   13333:          domString objects and later ERROREOUSLY freed them
                   13334: 
                   13335:        * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
                   13336:          src/main/pa_charset.C: re-added libgdome patch. regretfully
                   13337:          libgdome bug can not be worked around
                   13338: 
                   13339: 2003-04-10  paf
                   13340: 
                   13341:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
                   13342:          found very old xml (dom) bug: were passing domString objects and
                   13343:          later ERROREOUSLY freed them
                   13344: 
                   13345:        * src/doc/string.dox, src/include/pa_memory.h,
                   13346:          src/include/pa_string.h, src/lib/cord/cordbscs.c,
                   13347:          src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
                   13348:          tests/123.html, tests/124.html, tests/results/001.processed,
                   13349:          tests/results/002.processed, tests/results/003.processed,
                   13350:          tests/results/004.processed, tests/results/005.processed,
                   13351:          tests/results/006.processed, tests/results/008.processed,
                   13352:          tests/results/009.processed, tests/results/010.processed,
                   13353:          tests/results/011.processed, tests/results/012.processed,
                   13354:          tests/results/013.processed, tests/results/014.processed,
                   13355:          tests/results/015.processed, tests/results/016.processed,
                   13356:          tests/results/017.processed, tests/results/018.processed,
                   13357:          tests/results/020.processed, tests/results/021.processed,
                   13358:          tests/results/022.processed, tests/results/023.processed,
                   13359:          tests/results/024.processed, tests/results/025.processed,
                   13360:          tests/results/026.processed, tests/results/027.processed,
                   13361:          tests/results/028.processed, tests/results/029.processed,
                   13362:          tests/results/030.processed, tests/results/031.processed,
                   13363:          tests/results/032.processed, tests/results/033.processed,
                   13364:          tests/results/034.processed, tests/results/035.processed,
                   13365:          tests/results/036.processed, tests/results/037.processed,
                   13366:          tests/results/038.processed, tests/results/039.processed,
                   13367:          tests/results/040.processed, tests/results/041.processed,
                   13368:          tests/results/042.processed, tests/results/043.processed,
                   13369:          tests/results/044.processed, tests/results/045.processed,
                   13370:          tests/results/046.processed, tests/results/047.processed,
                   13371:          tests/results/048.processed, tests/results/049.processed,
                   13372:          tests/results/050.processed, tests/results/051.processed,
                   13373:          tests/results/052.processed, tests/results/053.processed,
                   13374:          tests/results/054.processed, tests/results/055.processed,
                   13375:          tests/results/056.processed, tests/results/057.processed,
                   13376:          tests/results/058.processed, tests/results/059.processed,
                   13377:          tests/results/060.processed, tests/results/061.processed,
                   13378:          tests/results/062.processed, tests/results/063.processed,
                   13379:          tests/results/064.processed, tests/results/065.processed,
                   13380:          tests/results/066.processed, tests/results/067.processed,
                   13381:          tests/results/068.processed, tests/results/069.processed,
                   13382:          tests/results/070.processed, tests/results/071.processed,
                   13383:          tests/results/072.processed, tests/results/073.processed,
                   13384:          tests/results/074.processed, tests/results/075.processed,
                   13385:          tests/results/076.processed, tests/results/077.processed,
                   13386:          tests/results/078.processed, tests/results/079.processed,
                   13387:          tests/results/080.processed, tests/results/081.processed,
                   13388:          tests/results/082.processed, tests/results/083.processed,
                   13389:          tests/results/084.processed, tests/results/085.processed,
                   13390:          tests/results/086.processed, tests/results/087.processed,
                   13391:          tests/results/088.processed, tests/results/089.processed,
                   13392:          tests/results/090.processed, tests/results/091.processed,
                   13393:          tests/results/092.processed, tests/results/093.processed,
                   13394:          tests/results/094.processed, tests/results/095.processed,
                   13395:          tests/results/096.processed, tests/results/097.processed,
                   13396:          tests/results/101.processed, tests/results/102.processed,
                   13397:          tests/results/104.processed, tests/results/105.processed,
                   13398:          tests/results/106.processed, tests/results/107.processed,
                   13399:          tests/results/108.processed, tests/results/109.processed,
                   13400:          tests/results/110.processed, tests/results/111.processed,
                   13401:          tests/results/112.processed, tests/results/113.processed,
                   13402:          tests/results/114.processed, tests/results/115.processed,
                   13403:          tests/results/116.processed, tests/results/117.processed,
                   13404:          tests/results/118.processed, tests/results/119.processed,
                   13405:          tests/results/120.processed, tests/results/121.processed,
                   13406:          tests/results/122.processed, tests/results/123.processed,
                   13407:          tests/results/124.processed: new convention: char* never 0.
                   13408:          assert in cord on that
                   13409: 
                   13410:        * src/main/pa_charset.C: couple more asserts
                   13411: 
                   13412:        * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
                   13413:          speedup
                   13414: 
                   13415:        * src/main/pa_charset.C: couple assertions on fantastic situations
                   13416:          added [may be those is the case now?]
                   13417: 
                   13418:        * src/main/pa_charset.C: bugfix on memory buffer overrun [but
                   13419:          that's memory from gc_malloc, not from g_malloc :(, but would
                   13420:          hope]
                   13421: 
                   13422:        * src/main/pa_charset.C: bugfix on memory buffer overrun [but
                   13423:          that's memory from gc_malloc, not from g_malloc :(, but would
                   13424:          hope]
                   13425: 
                   13426:        * src/main/pa_charset.C: checked custom malloc for returning 0
                   13427: 
                   13428: 2003-04-09  paf
                   13429: 
                   13430:        * src/classes/date.C: merged ^date.roll changes
                   13431: 
                   13432:        * src/classes/date.C: ^date.roll bug fix
                   13433: 
                   13434:        * src/classes/date.C: ^date.roll now throws less errors: month
                   13435:          shifts handles end of month situation by reducing day number
                   13436:          hour-hole shift reduces hour to recover
                   13437: 
                   13438:        * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
                   13439:          Sort by function time
                   13440: 
                   13441:        * operators.txt, src/main/pa_charset.C, src/main/pa_common.C:
                   13442:          http://   $.charset[] param done
                   13443: 
                   13444:        * tests/: 122.html, results/122.processed: 122 date test <= and ==
                   13445:          added [after volatile fix. passes on win&intel-solaris]
                   13446: 
                   13447: 2003-04-08  paf
                   13448: 
                   13449:        * src/: classes/file.C, classes/op.C, classes/table.C,
                   13450:          classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
                   13451:          include/pa_common.h, include/pa_request_charsets.h,
                   13452:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   13453:          main/pa_exec.C, main/pa_request.C, main/untaint.C,
                   13454:          types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
                   13455:          types/pa_vresponse.C: started http://   $.charset[] param and
                   13456:          http response charset detection just compiled.  todo:test
                   13457: 
                   13458:        * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
                   13459: 
                   13460:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
                   13461:          main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
                   13462:          types/pa_vmail.C: changed transcode param converntion  along with
                   13463:          string creating convention -- all strings are zero-terminated,
                   13464:          this allowed to fix one remaining String("123", 2) case
                   13465: 
                   13466:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   13467:          classes/op.C, classes/string.C, classes/table.C,
                   13468:          include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
                   13469:          main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
                   13470:          main/pa_request.C, main/pa_string.C, main/pa_uue.C,
                   13471:          main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
                   13472:          types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
                   13473:          violated String::invariant. started fixing [not compiled now]
                   13474: 
                   13475:        * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
                   13476:          main/compile.tab.C, main/compile.y, main/pa_string.C,
                   13477:          main/untaint.C, targets/cgi/parser3.C: number of string style
                   13478:          improvements & optimizations
                   13479: 
                   13480:        * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
                   13481:          :(]
                   13482: 
                   13483:        * src/main/untaint.C: removed redundant & in CORD_pos param passing
                   13484:          [for it's a pointer really]
                   13485: 
                   13486:        * src/main/untaint.C: CORD_pos_advance turned out to have limit on
                   13487:          'n' param. worked that around
                   13488: 
                   13489:        * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
                   13490:          Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
                   13491:          <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
                   13492:          April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
                   13493:          cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
                   13494: 
                   13495:          Thanks for the bug report and patch.
                   13496: 
                   13497:          I hadn't looked at this code in a while.  Reading it now, it
                   13498:          seems to me that the tests should also be ">= MAX_DEPTH" to
                   13499:          comply with the invariant, though that may not matter a lot.  I
                   13500:          changed that, too.
                   13501: 
                   13502:          Hans
                   13503: 
                   13504: 2003-04-07  paf
                   13505: 
                   13506:        * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
                   13507:          merged from head:safe mode error message now includes numbers
                   13508: 
                   13509:        * src/main/execute.C: n-th attempt to make a=a work with double.
                   13510:          problem: as_double returns it's result in fp-register compiler
                   13511:          optimizes access to that register after b->as_double, and just
                   13512:          compares ALREADY_STORED_VALUE with prev-calculated a->as_double
                   13513:          from memory.  _SAME_ double values do not match here.  when
                   13514:          forced to REload fp-register, values do match.
                   13515: 
                   13516:          tried to make them volatile.
                   13517: 
                   13518:        * src/main/execute.C: n-th attempt to make a=a work with double.
                   13519:          problem: as_double returns it's result in fp-register compiler
                   13520:          optimizes access to that register after b->as_double, and just
                   13521:          compares ALREADY_STORED_VALUE with prev-calculated a->as_double
                   13522:          from memory.  _SAME_ double values do not match here.  when
                   13523:          forced to REload fp-register, values do match.
                   13524: 
                   13525:          tried to make them volatile.
                   13526: 
                   13527:        * src/types/pa_vobject.h: small style change
                   13528: 
                   13529:        * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
                   13530: 
                   13531:        * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
                   13532:          mode error message now includes numbers
                   13533: 
                   13534:        * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
                   13535:          now causes death
                   13536: 
                   13537: 2003-04-04  paf
                   13538: 
                   13539:        * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
                   13540:          incorportated pa_exec patch by From: "Victor Fedoseev"
                   13541:          <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
                   13542:          Sent: Thursday, January 23, 2003 9:14 AM
                   13543: 
                   13544:          huge speedup on ^file::cgi with big result
                   13545: 
                   13546:        * src/classes/table.C: sort table with 0 rows bug fixed
                   13547: 
                   13548:        * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
                   13549:          fix http://i2/tasks/edit/?id=4493701604654042676
                   13550: 
                   13551:          @main[] $with_default[  $.a[1]  $._default[default from
                   13552:          with_default] ] ^show[$with_default]
                   13553: 
                   13554:          $to_add_to[     $.b[2] ] ^to_add_to.add[$with_default]
                   13555:          =$to_add_to.xxx=<br>
                   13556: 
                   13557:          ^show[$to_add_to]
                   13558: 
                   13559:          $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
                   13560:          ^show[$cloned]
                   13561: 
                   13562:          @show[hash] ^hash.foreach[k;v]{         $k = $v <br>
                   13563: 
                   13564:          }  <hr>
                   13565: 
                   13566:        * src/classes/hash.C: $hash._default showed in foreach & co bug fix
                   13567:          http://i2/tasks/edit/?id=4493701604654042676
                   13568: 
                   13569:          @main[] $with_default[  $.a[1]  $._default[default from
                   13570:          with_default] ] ^show[$with_default]
                   13571: 
                   13572:          $to_add_to[     $.b[2] ] ^to_add_to.add[$with_default]
                   13573:          =$to_add_to.xxx=<br>
                   13574: 
                   13575:          ^show[$to_add_to]
                   13576: 
                   13577:          $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
                   13578:          ^show[$cloned]
                   13579: 
                   13580:          @show[hash] ^hash.foreach[k;v]{         $k = $v <br>
                   13581: 
                   13582:          }  <hr>
                   13583: 
                   13584:        * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
                   13585:          http://i2/tasks/edit/?id=4507350336410850921
                   13586: 
                   13587:        * src/classes/xdoc.C: memory allocation func bugfix
                   13588:          http://i2/tasks/edit/?id=4499303470368629745
                   13589: 
                   13590:        * src/classes/math.C: allowed random 1...
                   13591: 
                   13592:        * src/classes/math.C: allowed random 0..
                   13593: 
                   13594:        * src/main/pa_globals.C: exif mem leak
                   13595:          http://i2/tasks/edit/?id=4480590323629807263
                   13596: 
                   13597:        * src/: classes/classes.dsp, main/main.dsp,
                   13598:          targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
                   13599:          fix http://i2/tasks/edit/?id=4493946731322521294
                   13600:          $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
                   13601: 
                   13602:        * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
                   13603:          lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
                   13604:          main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
                   13605:          links to xml libs made relative, no need to unpack parser3project
                   13606:          to /parser3project.
                   13607: 
                   13608:        * src/main/: compile.tab.C, compile.y, compile_tools.h: error
                   13609:          column more precise - tab handling bug fixed
                   13610: 
                   13611:        * src/main/: compile.tab.C, compile.y: more understandable error
                   13612:          message in case @CLASS with more then one line inside
                   13613: 
                   13614:        * src/targets/cgi/parser3.C: more understandable error message in
                   13615:          case of errors in @unhandled_exception
                   13616: 
                   13617: 2003-04-03  paf
                   13618: 
                   13619:        * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
                   13620:          src/main/compile.tab.C, src/main/compile.y,
                   13621:          src/main/compile_tools.C, src/main/compile_tools.h,
                   13622:          src/main/execute.C, src/main/pa_request.C: debug info format
                   13623:          simplified, now it's: OP_VALUE Operation::Origin << here value*
                   13624: 
                   13625:          higher limits:   file number (max: 255)   line number (max:
                   13626:          64535)   column number (max: 255)
                   13627: 
                   13628:        * src/classes/math.C: top limit
                   13629: 
                   13630:        * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
                   13631:          precise parse error position in case of
                   13632: 
                   13633:          ^bug ]
                   13634: 
                   13635:        * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
                   13636:          changed to realities, and passed [bug fixed]
                   13637: 
                   13638:        * src/: classes/op.C, include/pa_request.h, main/compile.C,
                   13639:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                   13640:          main/compile_tools.h, main/pa_request.C: introducing
                   13641:          ^process...[main-method-alias]
                   13642: 
                   13643:        * src/: classes/date.C, classes/image.C, classes/op.C,
                   13644:          classes/string.C, classes/table.C, classes/xdoc.C,
                   13645:          types/pa_vmethod_frame.h: MethodParams& now [methods without
                   13646:          params receive zero reference, but they are expected not to look
                   13647:          there]
                   13648: 
                   13649:        * operators.txt, src/classes/date.C, src/classes/double.C,
                   13650:          src/classes/file.C, src/classes/hash.C, src/classes/image.C,
                   13651:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   13652:          src/classes/memory.C, src/classes/op.C, src/classes/response.C,
                   13653:          src/classes/string.C, src/classes/table.C, src/classes/void.C,
                   13654:          src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
                   13655:          src/main/execute.C, src/types/pa_method.h: MethodParams& now
                   13656:          [methods without params receive zero reference, but they are
                   13657:          expected not to look there]
                   13658: 
                   13659:        * operators.txt, src/classes/op.C, src/include/pa_request.h,
                   13660:          src/main/pa_request.C, src/types/pa_vmethod_frame.h:
                   13661:          ^process...[filename] useful for better error reporting
                   13662:          [file/line/col]
                   13663: 
                   13664:        * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
                   13665:          types/pa_vstring.h: slightly improved error messages text: 1. is
                   13666:          '%s', it 2. method undefined in case of ^void[]
                   13667: 
                   13668:        * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
                   13669:          include/pa_types.h, main/execute.C, main/pa_request.C: exception
                   13670:          handling done. now we have error columns todo: test it
                   13671: 
                   13672:        * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
                   13673:          exception when ^try{    ^throw[a;1] }{    ^throw[b;2] }
                   13674: 
                   13675:          this makes life easier: were: bad stack order -- were in
                   13676:          exception catch unwind order, which didn't match execution order
                   13677: 
                   13678:          @main[] ^try{   ^first[] }{     ^throw[c;3] }
                   13679: 
                   13680:          @first[] ^throw[a;1]
                   13681: 
                   13682:          showed throw a first throw b try
                   13683: 
                   13684:          which is no good
                   13685: 
                   13686:        * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
                   13687:          main/compile.tab.C, main/execute.C, main/pa_request.C: strack
                   13688:          trace reset after handled exception [old bug fixed]
                   13689: 
                   13690:        * src/main/: compile.tab.C, compile.y: parse position old bug
                   13691:          fixed.  position reporting made precise [both, in parse erros and
                   13692:          runtime errors]
                   13693: 
                   13694: 2003-04-02  paf
                   13695: 
                   13696:        * src/: include/pa_operation.h, include/pa_request.h,
                   13697:          main/compile.C, main/compile.tab.C, main/compile.y,
                   13698:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   13699:          main/pa_exception.C, main/pa_request.C: debug info: started
                   13700:          using.  todo:complete
                   13701: 
                   13702:        * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
                   13703:          main/compile.C, main/compile.tab.C, main/compile.y,
                   13704:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   13705:          main/pa_request.C: prepared debug info todo:use it
                   13706: 
                   13707:        * src/include/pa_operation.h: strange mistake fixed: forgot to
                   13708:          return Operation class->union after switching from autoptrs.
                   13709: 
                   13710:        * tests/: Makefile, results/108.processed, results/117.processed:
                   13711:          meta considered OK [it's up to coder now to remove it not needed]
                   13712: 
                   13713:        * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
                   13714:          Dictionary constructor when moved to gc]
                   13715: 
                   13716:        * src/main/pa_common.C: uncommented http:// file loading
                   13717: 
                   13718:        * src/include/pa_array.h, src/main/execute.C,
                   13719:          src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
                   13720:          fix [gdGrowingBuf]
                   13721: 
                   13722:        * configure.in, src/lib/Makefile.am: removed patches
                   13723: 
                   13724:        * configure, src/include/pa_config_auto.h.in,
                   13725:          src/main/pa_charset.C: --enable-assertions autoconf-ed
                   13726: 
                   13727:        * src/main/pa_common.C: uncommented http:// file loading
                   13728: 
                   13729:        * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
                   13730:          xdoc::create/load
                   13731: 
                   13732:        * src/: classes/form.C, classes/hash.C, classes/image.C,
                   13733:          classes/string.C, classes/table.C, classes/void.C,
                   13734:          include/pa_common.h, main/pa_common.C, main/pa_request.C,
                   13735:          main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
                   13736:          String::String(str,helper_length) are checked.  found/fixed one
                   13737:          place: $request:body now zero-terminated,
                   13738: 
                   13739:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   13740:          main/compile_tools.C, main/execute.C, types/pa_value.h,
                   13741:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
                   13742:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
                   13743:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   13744:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
                   13745:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
                   13746:          types/pa_vxnode.h: more locally scoped vars in execute (more
                   13747:          easily optimizable)
                   13748: 
                   13749:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
                   13750:          for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
                   13751: 
                   13752:        * src/: include/pa_array.h, include/pa_stack.h,
                   13753:          include/pa_string.h, main/compile_tools.C, main/main.dsp,
                   13754:          main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
                   13755:          become assertion iterator in methodframe filler
                   13756: 
                   13757:        * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
                   13758:          targets/cgi/parser3.C: array::get/put inlined
                   13759: 
                   13760:        * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
                   13761:          gc_substitute_memory_management_functions +installed CORD_oom
                   13762:          function
                   13763: 
                   13764:        * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
                   13765:          src/include/pa_config_includes.h, src/include/pa_string.h,
                   13766:          src/lib/cord/cordbscs.c, src/main/pa_memory.C,
                   13767:          src/targets/cgi/parser3.C: converted debug hacks to ANSI
                   13768:          assertions started configure.in --enable-assertions
                   13769: 
                   13770: 2003-04-01  paf
                   13771: 
                   13772:        * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
                   13773:          main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
                   13774:          types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
                   13775:          gdome uses glib memory, and stores last pointer to xmlDoc there,
                   13776:          gc misses that and collects valid memory fixed by remembering
                   13777:          xmlDoc from dom object in xdoc.  todo: do something with
                   13778:          premature free of xdoc with xnodes/node values referring into it
                   13779: 
                   13780:        * src/classes/: mail.C: typo fix
                   13781: 
                   13782:        * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
                   13783:          changes
                   13784: 
                   13785:        * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
                   13786:          main/pa_memory.C: moved memory debugging to global level: to
                   13787:          pa_gc_malloc
                   13788: 
                   13789:        * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
                   13790:          debugging showed no errors. todo: debug parser memory
                   13791: 
                   13792:        * src/targets/cgi/: parser3.C, parser3.dsp: more build
                   13793:          configurations
                   13794: 
                   13795:        * src/: classes/classes.dsp, include/pa_config_fixed.h,
                   13796:          main/compile.tab.C, main/main.dsp, main/pa_globals.C,
                   13797:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   13798:          types/types.dsp: prepared xml-static configuration
                   13799: 
                   13800: 2003-03-31  paf
                   13801: 
                   13802:        * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
                   13803:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
                   13804:          xml lib memory debugging, simple checks failed: it seems that
                   13805:          library does realloc(bad ptr), and recording those ptrs in heap
                   13806:          [for debugging] was bad: heap situation changes = everything
                   13807:          works fine
                   13808: 
                   13809:        * src/: main/pa_charset.C, include/pa_charset.h: worked around
                   13810:          xmlRegisterCharEncodingHandler limitation [currently imposed
                   13811:          limit of 10 user-defined charsets]
                   13812: 
                   13813: 2003-03-28  paf
                   13814: 
                   13815:        * src/main/execute.C: execution stack copied to local register
                   13816:          variable, removed lots [~2e7) of memory accesses
                   13817: 
                   13818: 2003-03-27  paf
                   13819: 
                   13820:        * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
                   13821:          works in debug, but fails in release todo: fix that
                   13822: 
                   13823:        * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
                   13824:          targets/cgi/parser3.C: forgot to merge XML memory funcs
                   13825:          replacement from gc branch
                   13826: 
                   13827:        * src/main/pa_exec.C: introducing append_help_length [radical
                   13828:          improvement here]
                   13829: 
                   13830:        * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
                   13831:          'not recommened' in gc.h, on win32 noticed no difference]
                   13832: 
                   13833:        * src/include/pa_array.h: returned checked array get [were disabled
                   13834:          for debugging] result:not slower [don't understand that, it were
                   13835:          INLINED] todo: find out a way of inlining it!
                   13836: 
                   13837:        * src/: include/pa_string.h, lib/gc/include/gc.h,
                   13838:          lib/gc/include/gc_fake.h, main/compile.tab.C,
                   13839:          targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
                   13840:          convention changed: all resulting strings are zero-terminated
                   13841: 
                   13842:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   13843:          classes/string.C, classes/table.C, classes/void.C,
                   13844:          include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
                   13845:          lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
                   13846:          main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
                   13847:          main/pa_request.C, main/pa_string.C, main/pa_uue.C,
                   13848:          sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
                   13849:          types/pa_vfile.C, types/pa_vmail.C: introducing
                   13850:          append_help_length [radical improvement here]
                   13851: 
                   13852:        * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
                   13853:          include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
                   13854:          lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
                   13855:          targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
                   13856:          even slower
                   13857: 
                   13858:        * src/: classes/string.C, classes/table.C, include/pa_array.h,
                   13859:          include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
                   13860:          main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
                   13861:          clients of &get(): most to use non-ref version, some[in tight
                   13862:          places] to get_unchecked_ref
                   13863: 
                   13864:        * src/doc/memory.dox: forgot to add
                   13865: 
                   13866:        * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
                   13867:          include/pa_array.h, include/pa_request.h, include/pa_stack.h,
                   13868:          include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
                   13869:          lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
                   13870:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   13871:          main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
                   13872:          targets/cgi/parser3.dsp, types/pa_vmail.C,
                   13873:          types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
                   13874:          T>>&<< removed after Stack::pop wiping removed [moved to separate
                   13875:          func] other Array & removed
                   13876: 
                   13877: 2003-03-26  paf
                   13878: 
                   13879:        * src/: classes/classes.dsp, classes/file.C, classes/op.C,
                   13880:          classes/table.C, include/pa_array.h, include/pa_charset.h,
                   13881:          include/pa_stack.h, include/pa_string.h, include/pa_table.h,
                   13882:          lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
                   13883:          lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
                   13884:          main/main.dsp, main/pa_charset.C, main/pa_common.C,
                   13885:          main/pa_exec.C, main/pa_sql_driver_manager.C,
                   13886:          main/pa_stylesheet_manager.C, main/pa_table.C,
                   13887:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   13888:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   13889:          types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
                   13890:          pre-evaluated .count() in some places
                   13891: 
                   13892:        * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
                   13893:          lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
                   13894:          types/types.dsp: .dsp profiling updated
                   13895: 
                   13896:        * src/: classes/classes.dsp, lib/cord/cord.dsp,
                   13897:          lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
                   13898:          targets/cgi/parser3.dsp, types/types.dsp: started profiling
                   13899: 
                   13900:        * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
                   13901:          main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
                   13902:          targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
                   13903:          use lib/gc,lib/cord
                   13904: 
1.116     moko     13905:        * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
                   13906:          src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95      moko     13907:          src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
                   13908:          src/include/pa_config_includes.h, src/include/pa_request.h,
                   13909:          src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
                   13910:          src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.116     moko     13911:          src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95      moko     13912:          src/lib/cord/include/Makefile.am,
1.116     moko     13913:          src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
                   13914:          src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
                   13915:          src/targets/cgi/Makefile.am, src/types/Makefile.am,
                   13916:          src/types/pa_vclass.h, src/types/pa_vcookie.h,
                   13917:          src/types/pa_vform.h, src/types/pa_vhash.h,
                   13918:          src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
                   13919:          src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
                   13920:          src/types/pa_vstatus.C, src/types/pa_vstatus.h,
                   13921:          src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
                   13922:          funcs ported pa_exec
1.95      moko     13923: 
                   13924:        * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
                   13925: 
                   13926:        * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
                   13927:          bundled gc includes
                   13928: 
                   13929:        * src/: classes/op.C, include/pa_array.h,
                   13930:          include/pa_sql_connection.h, include/pa_string.h,
                   13931:          include/pa_version.h, main/compile.tab.C, main/compile.y,
                   13932:          main/execute.C, main/pa_common.C, main/pa_exception.C,
                   13933:          main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
                   13934:          targets/cgi/parser3.dsp: a number of bugfixes [while testing
                   13935:          first real site (aval)]
                   13936: 
                   13937: 2003-03-25  paf
                   13938: 
                   13939:        * operators.txt, src/main/pa_sql_driver_manager.C,
                   13940:          src/types/pa_vstatus.C: $status.memory used free since_compact
                   13941:          process
                   13942: 
                   13943:        * src/: include/pa_sql_connection.h, main/pa_globals.C,
                   13944:          main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
                   13945: 
                   13946:        * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
                   13947: 
                   13948:        * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
                   13949:          src/types/pa_value.h, src/types/pa_vfile.h,
                   13950:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   13951:          src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
                   13952:          tests/results/121.processed: untaint.C L_URI
                   13953: 
                   13954:        * operators.txt, src/classes/Makefile.am, src/classes/classes.dsp,
                   13955:          src/classes/op.C, src/main/pa_request.C, src/types/Makefile.am,
                   13956:          src/types/pa_venv.h, src/types/types.dsp, src/classes/memory.C,
                   13957:          src/types/pa_vmemory.h: ^memory:compact[]
                   13958: 
                   13959:        * tests/results/109.processed: it was a bug in parser. updated 109
                   13960:          test result
                   13961: 
                   13962:        * src/classes/xdoc.C, tests/Makefile: fixed transform params2
                   13963: 
                   13964:        * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
                   13965:          tests/results/107.processed: fixed dom language [values are now
                   13966:          considered tainted.  it was a bug in parser. updated 107 test
                   13967:          result
                   13968: 
                   13969:        * src/classes/xdoc.C: fixed transform params
                   13970: 
                   13971:        * src/: include/pa_stylesheet_manager.h,
                   13972:          main/pa_stylesheet_manager.C: fixed stylesheet caching
                   13973: 
                   13974:        * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
                   13975:          overloads for structure handling
                   13976: 
                   13977:        * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
                   13978:          include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
                   13979:          StringBody(0) ambiguilty, introducting static
                   13980:          StringBody::Format(int)
                   13981: 
                   13982:        * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
                   13983:          linked
                   13984: 
                   13985:        * src/types/pa_vxdoc.C: vxdoc compiled
                   13986: 
                   13987:        * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
                   13988:          types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
                   13989:          finalizers isntalled
                   13990: 
                   13991:        * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
                   13992:          doc/exception.dox, doc/index.dox, include/pa_charset.h,
                   13993:          include/pa_memory.h, include/pa_request.h, include/pa_string.h,
                   13994:          main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
                   13995:          compiled todo: xnode.C / finalizers
                   13996: 
                   13997:        * src/doc/string.dox: updated: new string internals
                   13998: 
                   13999: 2003-03-24  paf
                   14000: 
                   14001:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   14002:          include/pa_charset.h, include/pa_config_fixed.h,
                   14003:          include/pa_request.h, include/pa_stylesheet_connection.h,
                   14004:          include/pa_stylesheet_manager.h, main/pa_charset.C,
                   14005:          main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
                   14006:          main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
                   14007:          types/pa_vxnode.h: started XML
                   14008: 
                   14009:        * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
                   14010: 
                   14011:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   14012:          include/pa_string.h, main/pa_common.C,
                   14013:          main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
                   14014: 
                   14015:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   14016:          include/pa_memory.h, include/pa_string.h, main/pa_common.C,
                   14017:          main/pa_request.C, main/pa_sql_driver_manager.C,
                   14018:          types/pa_vimage.h: size_t pos everywhere checks changed to check
                   14019:          for eq STRING_NOT_FOUND
                   14020: 
                   14021:        * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
                   14022:          optimize bit implemented
                   14023: 
                   14024:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   14025:          String::ArrayFragment::append_positions fixed
                   14026: 
                   14027:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
                   14028:          String::this_starts fixed
                   14029: 
                   14030:        * src/main/pa_string.C, tests/Makefile: string::pos fixed
                   14031: 
                   14032:        * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
                   14033:          hashcode implemented fully, including per-char callback [it can
                   14034:          be - substr CORD node]
                   14035: 
                   14036:        * src/: include/pa_array.h, main/compile.tab.C: gif encoding
                   14037:          rewritten to rewalloc with 100byte buf ahead
                   14038: 
                   14039:        * src/classes/image.C, src/classes/op.C, src/classes/table.C,
                   14040:          src/include/pa_string.h, src/main/compile.tab.C,
                   14041:          src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
                   14042:          src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
                   14043:          CORD_ec [bad] would rewrite as realloc now
                   14044: 
                   14045:        * src/: classes/date.C, classes/file.C, classes/form.C,
                   14046:          classes/image.C, classes/math.C, classes/op.C, classes/table.C,
                   14047:          include/pa_cache_managers.h, include/pa_charsets.h,
                   14048:          include/pa_common.h, include/pa_request.h,
                   14049:          include/pa_sql_driver_manager.h, include/pa_table.h,
                   14050:          main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
                   14051:          main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
                   14052:          targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
                   14053:          types/pa_vmail.C, types/pa_vmethod_frame.C,
                   14054:          types/pa_vstateless_class.h: 2*2 worked :)
                   14055: 
                   14056:        * parser3.dsw, src/classes/date.C, src/classes/file.C,
                   14057:          src/include/pa_exec.h, src/include/pa_string.h,
                   14058:          src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
                   14059:          passed OK
                   14060: 
                   14061:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   14062:          types/pa_value.C: all linked todo: debug
                   14063: 
                   14064:        * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
                   14065:          types/pa_vstateless_class.C: all compiled.  todo:link
                   14066: 
                   14067:        * src/types/pa_wcontext.C: pa_wcontext.C compiled
                   14068: 
                   14069:        * src/types/pa_vtable.C: pa_vtable.C compiled
                   14070: 
                   14071:        * src/types/pa_vstring.C: pa_vstring.C compiled
                   14072: 
                   14073:        * src/types/pa_vstatus.C: pa_vstatus.C compiled
                   14074: 
                   14075:        * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
                   14076:          pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
                   14077:          pa_vstateless_class.C, pa_vstateless_class.h:
                   14078:          pa_vstateless_class.C compiled
                   14079: 
                   14080:        * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
                   14081:          types/pa_vmath.C: pa_vmail.C compiled
                   14082: 
                   14083:        * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
                   14084: 
                   14085:        * src/types/pa_vform.C: pa_vform.C compiled
                   14086: 
                   14087:        * src/types/pa_vfile.C: pa_vfile.C compiled
                   14088: 
                   14089:        * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
                   14090:          pa_vstateless_class.C: pa_vcookie.C compiled
                   14091: 
                   14092:        * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
                   14093:          types/pa_vhash.h: pa_value.C compiled
                   14094: 
                   14095:        * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
                   14096:          classes.lib main.lib compiled
                   14097: 
                   14098:        * src/classes/void.C: void.C compiled
                   14099: 
                   14100:        * src/: classes/string.C, classes/table.C, include/pa_string.h,
                   14101:          main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
                   14102:          compiled
                   14103: 
                   14104:        * src/: classes/string.C, include/pa_request.h,
                   14105:          include/pa_string.h, main/pa_string.C: string.C compiled
                   14106: 
                   14107:        * src/: classes/op.C, classes/string.C, classes/table.C,
                   14108:          classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
                   14109:          main/pa_request.C, main/pa_string.C: op.C compiled
                   14110: 
                   14111:        * src/classes/: math.C, op.C: math.C compiled
                   14112: 
                   14113:        * src/: classes/mail.C, classes/string.C, classes/table.C,
                   14114:          types/pa_vmail.h: mail.C compiled
                   14115: 
                   14116:        * src/classes/: int.C, table.C: int.C compiled
                   14117: 
                   14118:        * src/: classes/hash.C, classes/image.C, classes/string.C,
                   14119:          classes/table.C, include/pa_memory.h, include/pa_string.h,
                   14120:          main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
                   14121:          compiled
                   14122: 
                   14123:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   14124:          classes/void.C, classes/xdoc.C, include/pa_request.h,
                   14125:          include/pa_sql_connection.h: hash.C compiled
                   14126: 
                   14127:        * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
                   14128:          classes/date.C, classes/double.C, classes/file.C, classes/form.C,
                   14129:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   14130:          classes/math.C, classes/op.C, classes/response.C,
                   14131:          classes/string.C, classes/table.C, classes/void.C,
                   14132:          classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
                   14133:          include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
                   14134:          main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
                   14135:          file.C table.C compiled
                   14136: 
                   14137:        * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
                   14138:          main/untaint.C: main.lib compiled
                   14139: 
                   14140: 2003-03-21  paf
                   14141: 
                   14142:        * src/: classes/op.C, include/pa_cache_managers.h,
                   14143:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   14144:          include/pa_stylesheet_manager.h, main/pa_exception.C,
                   14145:          main/pa_globals.C, main/pa_sql_driver_manager.C,
                   14146:          sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
                   14147:          compiled
                   14148: 
                   14149:        * src/: classes/hash.C, classes/image.C, classes/op.C,
                   14150:          classes/xdoc.C, classes/xnode.C, include/pa_common.h,
                   14151:          include/pa_hash.h, include/pa_request.h, include/pa_string.h,
                   14152:          main/compile.C, main/pa_common.C, main/pa_request.C,
                   14153:          types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
                   14154:          pa_request.C compiled
                   14155: 
                   14156:        * src/: classes/hash.C, classes/mail.C, classes/op.C,
                   14157:          include/pa_request.h, main/execute.C, main/pa_request.C,
                   14158:          types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
                   14159:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
                   14160:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   14161:          types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
                   14162:          compiled
                   14163: 
                   14164:        * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
                   14165:          main/pa_string.C: pa_exec.C compiled [win32 only for now]  todo:
                   14166:          on unix
                   14167: 
                   14168:        * src/: include/pa_charset.h, include/pa_charsets.h,
                   14169:          include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
                   14170:          main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
                   14171:          pa_charsets.C compiled
                   14172: 
                   14173:        * src/: classes/image.C, classes/mail.C, classes/op.C,
                   14174:          include/pa_request.h, include/pa_string.h, main/compile.tab.C,
                   14175:          main/compile.y, main/execute.C, main/pa_common.C,
                   14176:          main/pa_request.C, types/pa_junction.h, types/pa_method.h,
                   14177:          types/pa_vcode_frame.h, types/pa_vimage.h,
                   14178:          types/pa_vmethod_frame.h: execute.C compiled
                   14179: 
                   14180:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   14181:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   14182:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   14183:          classes/op.C, classes/string.C, classes/table.C, classes/void.C,
                   14184:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   14185:          include/pa_cache_managers.h, include/pa_charsets.h,
                   14186:          include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
                   14187:          include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
                   14188:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   14189:          include/pa_stylesheet_connection.h,
                   14190:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   14191:          main/compile.C, main/compile.tab.C, main/compile.y,
                   14192:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   14193:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   14194:          main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
                   14195:          main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
                   14196:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   14197:          types/pa_junction.h, types/pa_method.h, types/pa_value.C,
                   14198:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                   14199:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   14200:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   14201:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   14202:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   14203:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   14204:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
                   14205:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
                   14206:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   14207:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   14208:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   14209:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   14210:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   14211:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   14212:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   14213:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   14214:          types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
                   14215:          [C++ CORD wrapper]
                   14216: 
                   14217:        * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
                   14218: 
                   14219:        * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
                   14220:          $file::exec/cgi[script;    $.charset[this is script's charset]
                   14221: 
                   14222:          command line, env values, input got transcoded before call
                   14223:          stdout, stderr got transcoded after call
                   14224: 
                   14225:        * src/classes/file.C: ^file::exec/cgi now does not pass post data
                   14226:          by default.  use: ^file::exec[...;$.stdin[$request.body]
                   14227: 
                   14228:        * src/main/pa_common.C: } typo bug fix
                   14229: 
                   14230:        * src/main/pa_common.C: } typo bug fix
                   14231: 
                   14232: 2003-03-20  paf
                   14233: 
                   14234:        * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
                   14235:          main/untaint.C: cord bug fix, but still errors todo: clear out
                   14236: 
                   14237:        * src/include/pa_string.h: more tests
                   14238: 
                   14239:        * src/main/pa_string.C: string.pos fixed
                   14240: 
1.116     moko     14241:        * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
                   14242:          ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
                   14243:          pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
                   14244:          pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
                   14245:          replaces
1.95      moko     14246: 
                   14247:        * src/: classes/image.C, include/pa_dictionary.h,
                   14248:          include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
                   14249:          lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
                   14250:          main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
                   14251:          main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
                   14252: 
                   14253:        * src/include/pa_string.h: warning
                   14254: 
                   14255:        * src/include/pa_string.h: this_starts fixed
                   14256: 
                   14257:        * src/: include/pa_string.h, main/pa_string.C: added: assertion on
                   14258:          new String ctor & append params convention
                   14259: 
                   14260:        * src/: classes/file.C, classes/hash.C, classes/image.C,
                   14261:          classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
                   14262:          classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
                   14263:          include/pa_string.h, main/compile.tab.C, main/pa_common.C,
                   14264:          main/pa_exception.C, main/pa_exec.C,
                   14265:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   14266:          main/pa_stylesheet_manager.C, main/untaint.C,
                   14267:          targets/isapi/parser3isapi.C, types/pa_vimage.C,
                   14268:          types/pa_vmail.C: more tests OK
                   14269: 
                   14270:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
                   14271:          include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
                   14272:          gc/exit runned OK
                   14273: 
                   14274:        * src/types/pa_vmail.C: another naming problem: should not name
                   14275:          vars like that: unpredictable close caused problems with later
                   14276:          sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
                   14277:          descriptors missing on startup: stdin; Bad file number
                   14278: 
                   14279:          todo: find out why so many filters(stream) here. probably wrong?
                   14280: 
                   14281:        * src/: include/pa_dictionary.h, include/pa_string.h,
                   14282:          main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
                   14283:          main/untaint.C: test compiled
                   14284: 
                   14285:        * src/: classes/image.C, classes/mail.C, classes/math.C,
                   14286:          classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
                   14287:          include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
                   14288:          lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
                   14289:          lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
                   14290:          lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
                   14291:          main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
                   14292:          main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
                   14293:          main/pa_string.C, main/untaint.C, types/pa_vfile.h,
                   14294:          types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
                   14295: 
                   14296:        * parser3.dsw, src/classes/file.C, src/classes/image.C,
                   14297:          src/classes/op.C, src/classes/string.C, src/classes/table.C,
                   14298:          src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
                   14299:          src/include/pa_memory.h, src/include/pa_request.h,
                   14300:          src/include/pa_request_charsets.h,
                   14301:          src/include/pa_sql_connection.h, src/include/pa_string.h,
                   14302:          src/main/compile.tab.C, src/main/execute.C,
                   14303:          src/main/pa_charset.C, src/main/pa_common.C,
                   14304:          src/main/pa_exception.C, src/main/pa_exec.C,
                   14305:          src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
                   14306:          src/main/pa_stylesheet_manager.C, src/main/untaint.C,
                   14307:          src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
                   14308:          src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
                   14309:          src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
                   14310:          src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
                   14311:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   14312:          src/types/pa_vobject.C, src/types/pa_vresponse.C,
                   14313:          src/types/pa_vstatus.C, src/types/pa_vstring.C,
                   14314:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   14315:          src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
                   14316:          pa_common.C [done, without http for now]
                   14317: 
                   14318: 2003-03-19  paf
                   14319: 
                   14320:        * src/: classes/date.C, classes/form.C, classes/hash.C,
                   14321:          classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
                   14322:          classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
                   14323:          include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
                   14324:          include/pa_string.h, include/pa_table.h, main/compile.C,
                   14325:          main/compile_tools.C, main/execute.C, main/pa_charset.C,
                   14326:          main/pa_common.C, main/pa_exception.C, main/pa_request.C,
                   14327:          main/pa_socks.C, main/pa_string.C, main/pa_table.C,
                   14328:          main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   14329:          types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
                   14330:          types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
                   14331:          types/pa_vstateless_class.h, types/pa_vtable.C,
                   14332:          types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
                   14333:          types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   14334:          types/pa_wwrapper.h: started test
                   14335: 
1.116     moko     14336:        * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
                   14337:          pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95      moko     14338: 
                   14339:        * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
                   14340:          include/pa_string.h, main/pa_string.C: string compiled todo: test
                   14341:          it
                   14342: 
                   14343:        * src/: classes/classes.dsp, classes/string.C, classes/table.C,
                   14344:          include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
                   14345:          include/pa_exception.h, include/pa_string.h, include/pa_table.h,
                   14346:          lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
                   14347:          main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
                   14348:          types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
                   14349:          types/pa_vmethod_frame.h, types/types.dsp: string
                   14350:          reimplementation with cord+array<fragment>: 70%
                   14351: 
                   14352: 2003-03-18  paf
                   14353: 
                   14354:        * src/: classes/date.C, classes/file.C, classes/form.C,
                   14355:          classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
                   14356:          classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
                   14357:          classes/xnode.C, include/pa_hash.h, include/pa_string.h,
                   14358:          main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
                   14359:          can ignore lang in cmp and pos really,             but would
                   14360:          split properly!
                   14361: 
                   14362:        * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
                   14363:          cord part made parser/src/lib: it's not compiled into libgc by
                   14364:          default
                   14365: 
                   14366:        * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
                   14367:          src/classes/date.C, src/classes/double.C, src/classes/file.C,
                   14368:          src/classes/form.C, src/classes/hash.C, src/classes/image.C,
                   14369:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   14370:          src/classes/op.C, src/classes/response.C, src/classes/string.C,
                   14371:          src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
                   14372:          src/classes/xnode.C, src/classes/xnode.h,
                   14373:          src/include/Makefile.am, src/include/pa_cache_managers.h,
                   14374:          src/include/pa_charset.h, src/include/pa_charsets.h,
                   14375:          src/include/pa_common.h, src/include/pa_dictionary.h,
                   14376:          src/include/pa_exception.h, src/include/pa_exec.h,
                   14377:          src/include/pa_globals.h, src/include/pa_hash.h,
                   14378:          src/include/pa_memory.h, src/include/pa_pool.h,
                   14379:          src/include/pa_request.h, src/include/pa_request_charsets.h,
                   14380:          src/include/pa_sapi.h, src/include/pa_sql_connection.h,
                   14381:          src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
                   14382:          src/include/pa_stylesheet_connection.h,
                   14383:          src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
                   14384:          src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
                   14385:          src/main/compile.C, src/main/compile.tab.C,
                   14386:          src/main/compile_tools.C, src/main/compile_tools.h,
                   14387:          src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
                   14388:          src/main/pa_charsets.C, src/main/pa_common.C,
                   14389:          src/main/pa_dictionary.C, src/main/pa_exception.C,
                   14390:          src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
                   14391:          src/main/pa_pool.C, src/main/pa_request.C,
                   14392:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   14393:          src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
                   14394:          src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
                   14395:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
                   14396:          src/types/pa_junction.h, src/types/pa_method.h,
                   14397:          src/types/pa_value.C, src/types/pa_value.h,
                   14398:          src/types/pa_vclass.C, src/types/pa_vclass.h,
                   14399:          src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
                   14400:          src/types/pa_vcookie.h, src/types/pa_vdate.h,
                   14401:          src/types/pa_vdouble.h, src/types/pa_venv.h,
                   14402:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
                   14403:          src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
                   14404:          src/types/pa_vimage.C, src/types/pa_vimage.h,
                   14405:          src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
                   14406:          src/types/pa_vmath.C, src/types/pa_vmath.h,
                   14407:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   14408:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   14409:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
                   14410:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   14411:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
                   14412:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
                   14413:          src/types/pa_vstatus.h, src/types/pa_vstring.C,
                   14414:          src/types/pa_vstring.h, src/types/pa_vtable.C,
                   14415:          src/types/pa_vtable.h, src/types/pa_vvoid.h,
                   14416:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   14417:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   14418:          src/types/pa_wcontext.C, src/types/pa_wcontext.h,
                   14419:          src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
                   14420:          gc: PA_Object done lots of replacements also
                   14421: 
                   14422:        * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
                   14423:          gc logging
                   14424: 
                   14425: 2003-03-17  paf
                   14426: 
                   14427:        * src/: classes/date.C, classes/file.C, classes/form.C,
                   14428:          classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
                   14429:          classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
                   14430:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   14431:          include/pa_string.h, include/pa_types.h, main/compile.C,
                   14432:          main/compile.tab.C, main/execute.C, main/pa_charset.C,
                   14433:          main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
                   14434:          main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
                   14435:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   14436:          main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
                   14437:          targets/cgi/pa_pool.C, targets/cgi/parser3.C,
                   14438:          targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
                   14439:          types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
                   14440:          types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
                   14441:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   14442:          types/pa_vxnode.h: libgc attempt
                   14443: 
                   14444: 2003-03-13  paf
                   14445: 
                   14446:        * src/: include/pa_sql_driver_manager.h,
                   14447:          main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
                   14448:          called
                   14449: 
                   14450:        * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
                   14451:          lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
                   14452:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
                   14453:          types/pa_value.h, types/pa_vobject.h,
                   14454:          types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
                   14455:          set_base, set_derived simplified [counter leaks fixed]
                   14456: 
                   14457:        * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
                   14458:          src/types/types.dsp: incorporated status class patch From:
                   14459:          "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
                   14460:          2003 8:14 AM
                   14461: 
                   14462:          now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
                   14463:          Win32 specific: QuotaPeakNonPagedPoolUsage
                   14464:          QuotaPeakPagedPoolUsage PeakPagefileUsage]
                   14465: 
                   14466: 2003-03-12  paf
                   14467: 
1.116     moko     14468:        * configure, configure.in, src/lib/ltdl/configure,
                   14469:          src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95      moko     14470:          lib/ltdl/Makefile now created by /configure.in only [were by
                   14471:          lib/ltdl/configure.in OVERWRITE]
                   14472: 
1.116     moko     14473:        * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
                   14474:          linkage fixed for g++ 3.2.2
1.95      moko     14475: 
                   14476:        * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
                   14477:          on using privately declared class [fixed]
                   14478: 
                   14479:        * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
                   14480:          3.2 rightliy complained on using privately declared class [fixed]
                   14481: 
                   14482:        * src/targets/cgi/parser3.C: 1. more detailed log on signals.  2.
                   14483:          sigpipe before request constructor now causes death
                   14484: 
                   14485:        * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
                   14486:          targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
                   14487:          not cause exception in exception handler
                   14488: 
1.116     moko     14489:        * configure, configure.in, src/targets/cgi/Makefile.am: configure
                   14490:          now default links libstdc++ statically.  that can be overriden by
                   14491:          --with-dynamic-stdcpp
1.95      moko     14492: 
                   14493: 2003-03-11  paf
                   14494: 
                   14495:        * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
                   14496:          types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
                   14497:          necessity of libstdc++
                   14498: 
                   14499:        * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
                   14500: 
                   14501:        * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
                   14502: 
                   14503: 2003-03-08  paf
                   14504: 
                   14505:        * tests/Makefile: make install & co
                   14506: 
                   14507:        * src/: include/pa_request.h, classes/op.C: removing
                   14508:          vclass,object.h -> pa_request.h dependency
                   14509: 
                   14510:        * src/: classes/mail.C, classes/response.C, include/pa_request.h,
                   14511:          main/pa_request.C: removing vform,response,cookie.h ->
                   14512:          pa_request.h dependency
                   14513: 
                   14514:        * src/include/pa_request.h: removing vmail.h -> pa_request.h
                   14515:          dependency [testing...]
                   14516: 
                   14517:        * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
                   14518:          return 0; fixed
                   14519: 
                   14520:        * src/: include/pa_config_fixed.h, types/pa_vmail.C,
                   14521:          types/pa_vmail.h: vmail.C received just compiled [not tested]
                   14522: 
                   14523:        * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
                   14524: 
                   14525:        * src/main/pa_request.C: forgotten: ifdef XML
                   14526: 
                   14527:        * src/main/pa_request.C: forgotten: ifdef XML
                   14528: 
                   14529:        * src/targets/cgi/parser3.C: todo: move to latest xml version on
                   14530:          win32 and run memleak tests again
                   14531: 
                   14532:        * src/targets/cgi/parser3.C: charsets: see some strange things with
                   14533:          old xml lib-- it's internal memory handling has faults
                   14534: 
                   14535:        * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
                   14536:          problems when transcode from charset A to A.
                   14537: 
                   14538:        * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
                   14539:          todo: still problems when transcode from charset A to A.
                   14540: 
                   14541:        * src/: classes/hash.C, classes/mail.C, classes/string.C,
                   14542:          classes/table.C, include/pa_array.h,
                   14543:          main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
                   14544:          started full-scale-site-test [~ http://parser.ru sources]
                   14545: 
                   14546:          some fixes
                   14547: 
                   14548:        * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
                   14549:          111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
                   14550:          117.html, 118.html, 119.html, 120.html, results/109.processed,
                   14551:          results/110.processed, results/111.processed,
                   14552:          results/112.processed, results/113.processed,
                   14553:          results/114.processed, results/115.processed,
                   14554:          results/116.processed, results/117.processed,
                   14555:          results/118.processed, results/119.processed,
                   14556:          results/120.processed: xml: tests 109 dom create/show 110 xpath
                   14557:          selectSingle 111 xdoc.create from tainted & 112
                   14558:          xdoc.create/output with russian attr value 113 xpath
                   14559:          selectString/Number 114 dom attributes.count 115 xpath selectBool
                   14560:          116 output media-type change 117 transform by dom stylesheet 118
                   14561:          empty transform result 119 dom setAttribute 120 nbsp letter
                   14562:          output
                   14563: 
                   14564:          =END OF PREPARED XML TESTS=
                   14565: 
                   14566: 2003-03-07  paf
                   14567: 
                   14568:        * src/classes/xdoc.C, src/include/pa_charset.h,
                   14569:          src/include/pa_stylesheet_connection.h, tests/108.html,
                   14570:          tests/108.xsl, tests/results/108.processed: xml: test 108
                   14571:          transform with params [bugs fixed]
                   14572: 
                   14573:        * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
                   14574:          from copy/paste bug
                   14575: 
                   14576:        * src/classes/xdoc.C, src/include/pa_charset.h,
                   14577:          src/include/pa_request.h, src/main/execute.C,
                   14578:          src/main/pa_charset.C, src/main/pa_exception.C,
                   14579:          src/main/pa_globals.C, src/main/pa_request.C,
                   14580:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   14581:          src/types/pa_vxnode.C, tests/107.html,
                   14582:          tests/results/107.processed: xml: test: 107 bug fixes
                   14583: 
                   14584:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   14585:          types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   14586:          types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
                   14587: 
                   14588:        * tests/: 106.html, results/106.processed: test: 106 xdoc create,
                   14589:          string
                   14590: 
                   14591:        * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
                   14592:          mem alloc functions used for different cases [libxml, libxsl]
                   14593: 
                   14594:        * src/classes/classes.C: fixed: prevent system classes from
                   14595:          modification to lock ALL the classes, not only directly used
                   14596: 
                   14597:        * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
                   14598:          linked
                   14599: 
                   14600:        * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
                   14601: 
                   14602: 2003-03-06  paf
                   14603: 
                   14604:        * src/classes/xdoc.C: xdoc.C 50%
                   14605: 
                   14606:        * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
                   14607:          include/pa_memory.h, include/pa_request.h, include/pa_string.h,
                   14608:          main/pa_globals.C, main/pa_request.C,
                   14609:          main/pa_stylesheet_manager.C: xnode.C compiled
                   14610: 
                   14611:        * src/: include/pa_stylesheet_connection.h,
                   14612:          include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
                   14613:          main/pa_stylesheet_manager.C: xml: stylesheet&manager done
                   14614: 
                   14615:        * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
                   14616:          include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
                   14617:          xml: stylesheet&manager STARTED
                   14618: 
                   14619:        * src/: include/pa_globals.h, main/pa_charset.C,
                   14620:          main/pa_exception.C, main/pa_globals.C: xml: exceptions
                   14621: 
                   14622:        * src/: include/pa_charset.h, include/pa_config_fixed.h,
                   14623:          include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
                   14624:          main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
                   14625:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
                   14626:          charsets
                   14627: 
                   14628:        * tests/023.html: in some cases it rounded up badly. postponing
                   14629:          solution of that problem, making more simple test
                   14630: 
                   14631:        * tests/: 058_paf2000.png, results/058.processed: .png added with
                   14632:          -kb now
                   14633: 
                   14634:        * src/: include/pa_charset.h, include/pa_charsets.h,
                   14635:          main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
                   14636:          moved to charsets.C
                   14637: 
                   14638: 2003-03-05  paf
                   14639: 
                   14640:        * src/classes/string.C, src/include/pa_string.h,
                   14641:          src/main/pa_string.C, tests/105.html,
                   14642:          tests/results/105.processed: String::match bug fixed
                   14643: 
                   14644:        * src/classes/op.C, src/main/main.dsp, tests/104.html,
                   14645:          tests/results/104.processed: ^bpt operator added [does int3 in
                   14646:          debug build on win32]
                   14647: 
                   14648:        * tests/: 057.html, results/057.processed: test bug fixed
                   14649: 
1.116     moko     14650:        * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95      moko     14651: 
                   14652:        * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
                   14653:          missing
                   14654: 
1.116     moko     14655:        * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
                   14656:          forgotten files added to Makes
1.95      moko     14657: 
                   14658:        * ltmain.sh: ltmain.sh added
                   14659: 
                   14660:        * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
                   14661:          change undone ;(
                   14662: 
                   14663:        * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
                   14664:          made static
                   14665: 
                   14666:        * src/: classes/math.C, classes/op.C, classes/string.C,
1.116     moko     14667:          main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
                   14668:          todo:make linker happy
1.95      moko     14669: 
                   14670:        * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
                   14671:          env param made optional
                   14672: 
                   14673: 2003-03-04  paf
                   14674: 
                   14675:        * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
                   14676:          types/pa_vimage.h: number of gcc compiler bugs fixed
                   14677: 
                   14678:        * tests/: 103.html, 103mark.gif, 103paf2001.gif,
                   14679:          results/103.processed: tests: 103 image.copy transparence test
                   14680: 
                   14681:        * src/main/execute.C, tests/101.html, tests/102.html,
                   14682:          tests/results/101.processed, tests/results/102.processed: tests:
                   14683:          101 method/variable name conflict test 102 form fields change
                   14684:          should not not change anything [bug fix]
                   14685: 
                   14686:        * tests/: 057.html, 099.html, 100.html, results/057.processed,
                   14687:          results/099.processed, results/100.processed: tests: 57 date
                   14688:          create 2002: added 99,100 response:body/download
                   14689: 
                   14690:        * src/classes/image.C, tests/098.html, tests/098font.gif,
                   14691:          tests/results/098.processed: test: 98 image font text [bug fixed]
                   14692: 
                   14693:        * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
                   14694:          tests/results/097.processed: test: 97 file::load http://  [bugs
                   14695:          fixed]
                   14696: 
                   14697:        * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
                   14698:          src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
                   14699:          tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
                   14700:          image EXIF  [bug fixed]
                   14701: 
                   14702:        * src/classes/table.C, src/main/execute.C, tests/061.dat,
                   14703:          tests/061.html, tests/062.html, tests/063.html, tests/064.html,
                   14704:          tests/065.html, tests/066.html, tests/067.html, tests/068.html,
                   14705:          tests/069.html, tests/070.html, tests/071.html, tests/072.html,
                   14706:          tests/073.html, tests/074.html, tests/075.html, tests/076.html,
                   14707:          tests/077.html, tests/078.html, tests/080.html, tests/081.html,
                   14708:          tests/082.html, tests/083.html, tests/084.html, tests/085.html,
                   14709:          tests/086.html, tests/087.html, tests/088.html, tests/089.html,
                   14710:          tests/090.html, tests/091.html, tests/092.html, tests/093.html,
                   14711:          tests/094.html, tests/095.html, tests/results/061.processed,
                   14712:          tests/results/062.processed, tests/results/063.processed,
                   14713:          tests/results/064.processed, tests/results/065.processed,
                   14714:          tests/results/066.processed, tests/results/067.processed,
                   14715:          tests/results/068.processed, tests/results/069.processed,
                   14716:          tests/results/070.processed, tests/results/071.processed,
                   14717:          tests/results/072.processed, tests/results/073.processed,
                   14718:          tests/results/074.processed, tests/results/075.processed,
                   14719:          tests/results/076.processed, tests/results/077.processed,
                   14720:          tests/results/078.processed, tests/results/080.processed,
                   14721:          tests/results/081.processed, tests/results/082.processed,
                   14722:          tests/results/083.processed, tests/results/084.processed,
                   14723:          tests/results/085.processed, tests/results/086.processed,
                   14724:          tests/results/087.processed, tests/results/088.processed,
                   14725:          tests/results/089.processed, tests/results/090.processed,
                   14726:          tests/results/091.processed, tests/results/092.processed,
                   14727:          tests/results/093.processed, tests/results/094.processed,
                   14728:          tests/results/095.processed, tests/079.html,
                   14729:          tests/results/079.processed: tests: 61 file::stat size 62
                   14730:          string->int autoconvert 63 double .int,dec,div,mul 64 date
                   14731:          compare 65 file: basename,justname,justext 66 math:crypt 67
                   14732:          string.match simple on long 68 string.match normalized simple on
                   14733:          long 69 string.int 70 file::stat content-type 71 table.join 72
                   14734:          hash parameter conditional pass 73 date daylightsaving,yearday 74
                   14735:          date arithmetics 75 response date values/attributes 76 string.pos
                   14736:          of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
                   14737:          with local 80 scientific numeric literal in string autoconvert 81
                   14738:          xor: logical and numerical 82 for delims 83 menu delims 84
                   14739:          table.hash distinct 85 long string  replace 86 throw+catch
                   14740:          current language preserve 87 bit shifts 88 junction tests +
                   14741:          $caller test 89 hash.foreach selfmodification 90 int/void to int
                   14742:          91 $caller test 92 junction is + def junction tests 93 $caller
                   14743:          test 94 syntax test 95 table.hash(keygenerator)  [bug fixed]
                   14744: 
                   14745:        * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
                   14746:          fixed] 60 string eq string [bug fixed]
                   14747: 
                   14748:        * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
                   14749:          058.html, 058_paf2000.png, 059.html, 060.html,
                   14750:          results/053.processed, results/054.processed,
                   14751:          results/055.processed, results/056.processed,
                   14752:          results/057.processed, results/058.processed,
                   14753:          results/059.processed, results/060.processed: test: 53
                   14754:          string.replace 54 junctions 55 table.hash 56 call indirect 57
                   14755:          date.create[string] 58 image.measure[png]
                   14756: 
                   14757:        * tests/: 052.html, outputs/049.processed, outputs/050.processed,
                   14758:          outputs/051.processed, results/052.processed: test: 52
                   14759:          pre/match/post test: passed AS-IT-WERE, but wrong :) separate
                   14760:          task: fix that
                   14761: 
                   14762: 2003-03-03  paf
                   14763: 
                   14764:        * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
                   14765:          048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
                   14766:          parser-cygwin.sh, parser-unix.sh, run_parser.sh,
                   14767:          outputs/049.processed, outputs/050.processed,
                   14768:          outputs/051.processed, results/001.processed,
                   14769:          results/002.processed, results/003.processed,
                   14770:          results/005.processed, results/006.processed,
                   14771:          results/008.processed, results/009.processed,
                   14772:          results/011.processed, results/012.processed,
                   14773:          results/013.processed, results/014.processed,
                   14774:          results/015.processed, results/016.processed,
                   14775:          results/017.processed, results/020.processed,
                   14776:          results/021.processed, results/022.processed,
                   14777:          results/024.processed, results/025.processed,
                   14778:          results/026.processed, results/027.processed,
                   14779:          results/028.processed, results/029.processed,
                   14780:          results/030.processed, results/031.processed,
                   14781:          results/049.processed, results/050.processed,
                   14782:          results/051.processed, results/043.processed,
                   14783:          results/044.processed, results/045.processed,
                   14784:          results/046.processed, results/047.processed,
                   14785:          results/048.processed: tests: 43,44,45 date rolls 46
                   14786:          autoevaluating junction 47 table.select 48 name with subvar 49
                   14787:          hash-creating switch 50 process 51 started parent/child, works as
                   14788:          it were but it were NOT GOOD, created separate task  to fix that
                   14789: 
                   14790:        * tests/: 042.html, results/042.processed: test: 42
                   14791:          exception.handled
                   14792: 
                   14793:        * tests/: 041.html, results/041.processed: test: 41 table.locate by
                   14794:          expression
                   14795: 
                   14796:        * tests/: 040.html, results/040.processed: test: 39 method result
                   14797:          of type table 40 method param junction auto evaluate
                   14798: 
                   14799:        * tests/: 039.html, results/039.processed: test: 37 method result
                   14800:          of type table
                   14801: 
                   14802:        * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
                   14803:          tests/034.html, tests/035.html, tests/036.html, tests/037.html,
                   14804:          tests/038.html, tests/results/033.processed,
                   14805:          tests/results/034.processed, tests/results/035.processed,
                   14806:          tests/results/036.processed, tests/results/037.processed,
                   14807:          tests/results/038.processed: tests: 33 string.replace 34
                   14808:          string.upper 35 table created 36 local/global vars with juntions
                   14809:          37 table clone 38 math PI & number formatting
                   14810: 
                   14811:          math class registring typo fixed
                   14812: 
                   14813:        * src/classes/op.C, src/include/pa_request.h,
                   14814:          src/include/pa_string.h, src/main/execute.C,
                   14815:          src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
                   14816:          src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
                   14817:          tests/032.html, tests/results/032.processed: uchar changed to
                   14818:          String_UL in all places [was not everywhere] untaint test: 032
                   14819: 
                   14820:        * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
                   14821:          tests/results/004.processed, tests/parser-cygwin.sh,
                   14822:          tests/parser-unix.sh: removed -H command line key, now testing
                   14823:          using .sh file with SERVER_SOFTWARE=xxx
                   14824: 
                   14825: 2003-02-26  paf
                   14826: 
                   14827:        * src/main/execute.C, src/types/pa_vstateless_class.h,
                   14828:          tests/024.html, tests/025.html, tests/026.html, tests/027.html,
                   14829:          tests/028.html, tests/029.html, tests/030.html, tests/031.html,
                   14830:          tests/results/024.processed, tests/results/025.processed,
                   14831:          tests/results/026.processed, tests/results/027.processed,
                   14832:          tests/results/028.processed, tests/results/029.processed,
                   14833:          tests/results/030.processed, tests/results/031.processed: fixed
                   14834:          bug with name_cstr mutable CharPtr more tests
                   14835: 
                   14836:        * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
                   14837:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
                   14838:          << abort.  die now just exits
                   14839: 
                   14840:        * src/classes/classes.awk, src/classes/classes.h,
                   14841:          src/classes/date.C, src/classes/double.C, src/classes/file.C,
                   14842:          src/classes/form.C, src/classes/hash.C, src/classes/image.C,
                   14843:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   14844:          src/classes/op.C, src/classes/response.C, src/classes/string.C,
                   14845:          src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
                   14846:          src/classes/xnode.C, src/include/pa_memory.h,
                   14847:          src/include/pa_sapi.h, src/targets/cgi/parser3.C,
                   14848:          src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
                   14849:          src/types/pa_vform.C, tests/015.html, tests/016.html,
                   14850:          tests/017.html, tests/018.html, tests/019.html,
                   14851:          tests/019paf2001.gif, tests/020.html, tests/021.html,
                   14852:          tests/022.html, tests/023.html, tests/022_dir/a.html,
                   14853:          tests/022_dir/b.txt, tests/022_dir/c.htm,
                   14854:          tests/results/015.processed, tests/results/016.processed,
                   14855:          tests/results/017.processed, tests/results/018.processed,
                   14856:          tests/results/019.processed, tests/results/020.processed,
                   14857:          tests/results/021.processed, tests/results/022.processed,
                   14858:          tests/results/023.processed: methoded_array now contains all Mxxx
                   14859:          classes SAPI::get_env now returns info on pool more tests
                   14860: 
                   14861:        * src/include/pa_array.h, src/include/pa_hash.h,
                   14862:          src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
                   14863:          tests/002.html, tests/003.html, tests/004.html, tests/005.html,
                   14864:          tests/006.html, tests/007.html, tests/008.html, tests/009.html,
                   14865:          tests/010.html, tests/011.html, tests/012.html, tests/013.html,
                   14866:          tests/014.html, tests/Makefile, tests/outputs/create-dir,
                   14867:          tests/results/001.processed, tests/results/002.processed,
                   14868:          tests/results/003.processed, tests/results/004.processed,
                   14869:          tests/results/005.processed, tests/results/006.processed,
                   14870:          tests/results/007.processed, tests/results/008.processed,
                   14871:          tests/results/009.processed, tests/results/010.processed,
                   14872:          tests/results/011.processed, tests/results/012.processed,
                   14873:          tests/results/013.processed, tests/results/014.processed: hash
                   14874:          cloning fixed
                   14875: 
                   14876: 2003-02-25  paf
                   14877: 
                   14878:        * src/main/pa_common.C: typo fixed
                   14879: 
                   14880: 2003-02-24  paf
                   14881: 
                   14882:        * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
                   14883:          [one remained]
                   14884: 
                   14885:        * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
                   14886:          [should have been get_string(&pool)] todo: check other such calls
                   14887: 
                   14888:        * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
                   14889:          test10, bad lookups
                   14890: 
                   14891:          xxx* xxx=smartptr.get(); << is bad style, after ";" original
                   14892:          object got destructed, and xxx points to sky
                   14893: 
                   14894:        * ChangeLog, src/classes/string.C: match bug fixed
                   14895: 
                   14896:        * src/types/pa_vmail.C: body [text/html] transcoded to
                   14897:          $.charset[specified] now
                   14898: 
                   14899:        * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
                   14900:          which failed to handle sigsetjmp+throw: crashed inside of
                   14901:          pre-throw code.  rewritten simplier [though duplicating
                   14902:          closesocket code]
                   14903: 
                   14904:        * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
                   14905:          which failed to handle sigsetjmp+throw: crashed inside of
                   14906:          pre-throw code.  rewritten simplier [though duplicating
                   14907:          closesocket code]
                   14908: 
                   14909: 2003-02-21  paf
                   14910: 
                   14911:        * operators.txt, src/targets/cgi/parser3.C, src/types/pa_vcookie.C:
                   14912:          $cookie:name[$.expires[date << can be now]]
                   14913: 
                   14914:          written makefile with regression tests [raw]
                   14915: 
                   14916:        * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
                   14917:          tests' only [it's not forcing CGI mode now] now use -H to output
                   14918:          CGI header when parser used in command line [useful for tests
                   14919:          also]
                   14920: 
                   14921:        * src/targets/cgi/parser3.C: MAKE_TEST environment variable
                   14922:          switches on CGI mode, and is used in regression tests
                   14923: 
                   14924:        * src/: include/pa_request.h, main/pa_request.C,
                   14925:          targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
                   14926:          fixed
                   14927: 
                   14928:        * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
                   14929:          handling pa_*
                   14930: 
                   14931:        * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
                   14932:          include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
                   14933:          main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
                   14934:          memory handling files
                   14935: 
                   14936:        * src/main/pa_array.C: pool::format_integer terminator fixed
                   14937: 
                   14938:        * src/: main/execute.C, targets/cgi/parser3.C: release mode now
                   14939:          compiles OK test to show benefits of free
                   14940: 
                   14941:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   14942:          classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
                   14943:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   14944:          types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
                   14945:          use pool [as the one in ^process]
                   14946: 
                   14947:        * src/classes/op.C: fixed process.  sould now check for all cstr's
                   14948:          -- some must use pool [as the one in ^process]
                   14949: 
                   14950: 2003-02-20  paf
                   14951: 
                   14952:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   14953:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   14954:          classes/math.C, classes/op.C, classes/response.C,
                   14955:          classes/string.C, classes/table.C, classes/void.C,
                   14956:          classes/xdoc.C, classes/xnode.C, main/pa_string.C,
                   14957:          types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
                   14958:          string cmp fixed
                   14959: 
                   14960:        * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
                   14961:          values passed OK now
                   14962: 
                   14963: 2003-02-19  paf
                   14964: 
                   14965:        * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
                   14966:          main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
                   14967:          main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
                   14968:          targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
                   14969:          types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
                   14970:          all remaning leaks resulted from pooled::malloc calls [excluding
                   14971:          in gd -- planning complete rewrite extremely ugly code]
                   14972: 
                   14973:        * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
                   14974:          files
                   14975: 
                   14976: 2003-02-17  paf
                   14977: 
                   14978:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   14979:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   14980:          classes/response.C, classes/string.C, classes/table.C,
                   14981:          classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
                   14982:          include/pa_stylesheet_connection.h,
                   14983:          include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
                   14984:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
                   14985:          types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
                   14986:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
                   14987:          types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
                   14988:          types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
                   14989:          of unitialized simple-typed field
                   14990: 
                   14991:        * src/: classes/classes.C, classes/classes.h, main/execute.C,
                   14992:          main/pa_charset.C, main/pa_request.C: another bug of unitialized
                   14993:          simple-typed field fixed.  todo: find&kill all like that one
                   14994: 
                   14995:        * src/: main/execute.C, targets/cgi/pa_pool.C,
                   14996:          targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
                   14997:          debug output fixed
                   14998: 
                   14999:        * src/: include/pa_stack.h, main/compile.C, main/execute.C,
                   15000:          main/pa_request.C: stack-stored items need extra .ref to prevent
                   15001:          object_ptr from delete[them]
                   15002: 
                   15003:        * src/: classes/date.C, classes/op.C, classes/table.C,
                   15004:          classes/xdoc.C, classes/xnode.C, include/pa_array.h,
                   15005:          include/pa_charset.h, main/Makefile.am, main/main.dsp,
                   15006:          main/pa_charset.C, main/pa_common.C,
                   15007:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   15008:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   15009:          types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
                   15010:          calls
                   15011: 
                   15012:        * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
                   15013:          couple mem leaks rusulted from old pooled::malloc usage.
                   15014:          todo:find more like those
                   15015: 
                   15016:        * src/main/: compile.C, compile_tools.C: 2*2!
                   15017: 
                   15018:        * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
                   15019:          stackItem fixed [there were no string on stack before]
                   15020: 
                   15021:        * src/: main/execute.C, main/pa_request.C,
                   15022:          types/pa_vmethod_frame.C: first letters out OK
                   15023: 
                   15024:        * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
                   15025:          include/pa_pool.h, include/pa_request.h, main/pa_request.C,
                   15026:          main/pa_string.C, main/untaint.C, types/pa_value.h,
                   15027:          types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
                   15028:          types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
                   15029:          type not initialized with zeros :( while class fields of class
                   15030:          types initialized with default constructors.  learn C++
                   15031: 
                   15032:        * src/: classes/classes.awk, classes/double.C, classes/file.C,
                   15033:          classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
                   15034:          classes/math.C, classes/xdoc.C, classes/xnode.C,
                   15035:          include/pa_array.h, include/pa_string.h, main/pa_exec.C,
                   15036:          types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
                   15037: 
                   15038: 2003-02-14  paf
                   15039: 
                   15040:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
                   15041:          13 link errors
                   15042: 
                   15043:        * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
                   15044:          main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
                   15045:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   15046:          types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
                   15047:          errors :)
                   15048: 
                   15049:        * src/: classes/classes.C, classes/classes.awk, classes/file.C,
                   15050:          classes/hash.C, classes/mail.C, classes/op.C,
                   15051:          include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
                   15052:          main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
                   15053:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
                   15054:          classes.lib - 0 error(s), 0 warning(s) parser.C compiled
                   15055: 
                   15056:        * src/: classes/classes.dsp, classes/op.C, classes/string.C,
                   15057:          classes/table.C, include/pa_common.h, include/pa_globals.h,
                   15058:          include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
                   15059:          main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
                   15060:          types/pa_vint.h, types/types.dsp: op compiled
                   15061: 
                   15062:        * src/: classes/classes.dsp, classes/response.C, classes/string.C,
                   15063:          include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
                   15064:          main/untaint.C, types/pa_vtable.h: string, response compiled
                   15065: 
                   15066: 2003-02-07  paf
                   15067: 
                   15068:        * src/: classes/table.C, types/pa_vtable.h: table compiled
                   15069: 
                   15070: 2003-02-06  paf
                   15071: 
                   15072:        * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
                   15073:          mail compiled
                   15074: 
                   15075:        * src/: classes/image.C, classes/string.C, classes/xdoc.C,
                   15076:          include/pa_common.h, include/pa_hash.h, main/pa_common.C,
                   15077:          types/pa_vfile.h, types/pa_vimage.h: image compiled
                   15078: 
                   15079:        * src/classes/: file.C, form.C: form compiled
                   15080: 
                   15081:        * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
                   15082:          include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
                   15083:          types/pa_vfile.C, types/pa_vfile.h: file compiled
                   15084: 
                   15085:        * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
                   15086:          types/pa_vmath.h: math compiled [win32]
                   15087: 
                   15088:        * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
                   15089:          types/pa_vstring.h: hash compiled
                   15090: 
                   15091: 2003-02-04  paf
                   15092: 
                   15093:        * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
                   15094:          include/pa_hash.h, include/pa_request.h, include/pa_string.h,
                   15095:          include/pa_table.h, main/pa_common.C, main/pa_exec.C,
                   15096:          main/pa_string.C, types/pa_method.h, types/pa_vform.C,
                   15097:          types/pa_vhash.h: hash 50% compiled
                   15098: 
                   15099:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   15100:          classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
                   15101:          classes/string.C, classes/table.C, classes/xdoc.C,
                   15102:          classes/xnode.C, include/pa_request.h, main/pa_globals.C,
                   15103:          main/pa_string.C: date compiled
                   15104: 
                   15105:        * src/classes/: classes.dsp, double.C: double compiled
                   15106: 
                   15107:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   15108:          classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
                   15109:          classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
                   15110:          classes/string.C, classes/table.C, classes/void.C,
                   15111:          classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
                   15112:          types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
                   15113:          types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
                   15114:          compiled
                   15115: 
                   15116:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   15117:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   15118:          classes/math.C, classes/op.C, classes/response.C,
                   15119:          classes/string.C, classes/table.C, classes/void.C,
                   15120:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   15121:          types/pa_vvoid.h: void  compiled :)
                   15122: 
                   15123:        * src/: include/pa_globals.h, main/pa_cache_managers.C,
                   15124:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   15125:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   15126:          main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
                   15127:          main/pa_string.C, main/pa_uue.C, main/untaint.C,
                   15128:          types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
                   15129:          types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
                   15130:          types/pa_vresponse.C, types/pa_vstateless_class.C,
                   15131:          types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
                   15132:          types/pa_wcontext.C, types/types.dsp: removed stupid
                   15133:          value_includes.h
                   15134: 
                   15135:        * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
                   15136:          trying to remove stupid value_includes.h
                   15137: 
                   15138:        * src/main/pa_exec.C: pa_exec compiled on win32
                   15139: 
                   15140:        * src/main/pa_exec.C: libmain.a compiled on six [unix]
                   15141: 
                   15142:        * src/: include/pa_globals.h, include/pa_request.h,
                   15143:          types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
                   15144:          types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
                   15145:          types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
                   15146:          types/pa_vrequest.C, types/pa_vstateless_class.C,
                   15147:          types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
                   15148: 
                   15149:        * src/: include/pa_config_includes.h, include/pa_dictionary.h,
                   15150:          main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
                   15151:          main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
                   15152: 
                   15153:        * src/: include/pa_array.h, include/pa_config_includes.h,
                   15154:          include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
                   15155:          main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
                   15156:          compiled
                   15157: 
                   15158:        * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
                   15159:          name conflicts)
                   15160: 
                   15161:        * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
                   15162:          types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
                   15163:          yelds "virtual memory exhausted" while trying to compile
                   15164:          execute.C [eating up to 127MB]
                   15165: 
                   15166: 2003-02-03  paf
                   15167: 
                   15168:        * src/: include/pa_config_includes.h, include/pa_hash.h,
                   15169:          include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
                   15170:          main/pa_common.C, types/pa_value.C, types/pa_value.h,
                   15171:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
                   15172:          types/pa_vint.h, types/pa_vjunction.h,
                   15173:          types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
                   15174:          started gcc compiling pa_common compiled
                   15175: 
                   15176:        * src/: include/pa_exception.h, include/pa_pool.h,
                   15177:          main/pa_exception.C: exception gcc change #1
                   15178: 
1.116     moko     15179:        * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
                   15180:          compile _P identifier. it replaced it to some strange 0x0000040
1.95      moko     15181: 
                   15182:        * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
                   15183: 
                   15184:        * src/types/pa_vtable.C: vtable compiled
                   15185: 
                   15186:        * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
                   15187: 
                   15188:        * src/: include/pa_cache_managers.h, main/pa_request.C,
                   15189:          types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
                   15190: 
                   15191:        * src/types/pa_vstateless_class.C: vstateless_class compiled
                   15192: 
                   15193:        * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
                   15194: 
                   15195:        * src/types/pa_vrequest.C: vrequest compiled
                   15196: 
                   15197:        * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
                   15198:          pa_vobject.C, pa_vobject.h: vobject compiled
                   15199: 
                   15200:        * src/: classes/form.C, classes/mail.C, include/pa_request.h,
                   15201:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   15202:          types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
                   15203:          compiled
                   15204: 
                   15205:        * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
                   15206: 
                   15207:        * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
                   15208:          types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
                   15209:          types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
                   15210:          compiled
                   15211: 
                   15212:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   15213:          main.lib - 0 error(s), 0 warning(s)
                   15214: 
                   15215:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   15216:          types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
                   15217: 
                   15218: 2003-01-31  paf
                   15219: 
                   15220:        * src/: include/pa_array.h, include/pa_operation.h,
                   15221:          include/pa_request.h, main/execute.C, main/main.dsp,
                   15222:          types/pa_vjunction.h: started last file from main library:
                   15223:          execute
                   15224: 
                   15225:        * src/: include/pa_request.h, include/pa_sapi.h,
                   15226:          main/compile.tab.C, main/compile.y, main/compile_tools.h,
                   15227:          main/pa_request.C, targets/cgi/parser3.C,
                   15228:          targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
                   15229:          types/pa_vhash.h: pa_request compiled
                   15230: 
                   15231:        * src/: classes/op.C, classes/string.C, include/pa_common.h,
                   15232:          include/pa_globals.h, include/pa_request.h,
                   15233:          include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
                   15234:          main/execute.C, main/main.dsp, main/pa_common.C,
                   15235:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   15236:          types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
                   15237:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
                   15238:          types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   15239:          types/types.dsp: most pa_request compiled
                   15240: 
                   15241:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   15242:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   15243:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   15244:          classes/op.C, classes/response.C, classes/string.C,
                   15245:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   15246:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   15247:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   15248:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   15249:          include/pa_dictionary.h, include/pa_dir.h,
                   15250:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   15251:          include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
                   15252:          include/pa_pool.h, include/pa_request.h,
                   15253:          include/pa_request_charsets.h, include/pa_request_info.h,
                   15254:          include/pa_sapi.h, include/pa_socks.h,
                   15255:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   15256:          include/pa_stack.h, include/pa_string.h,
                   15257:          include/pa_stylesheet_connection.h,
                   15258:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   15259:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   15260:          lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
                   15261:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
                   15262:          lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
                   15263:          lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
                   15264:          main/compile.C, main/compile.tab.C, main/compile.y,
                   15265:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   15266:          main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
                   15267:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
                   15268:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   15269:          main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
                   15270:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   15271:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   15272:          main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
                   15273:          targets/cgi/getopt.h, targets/cgi/pa_pool.C,
                   15274:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   15275:          targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
                   15276:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   15277:          targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
                   15278:          types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
                   15279:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   15280:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   15281:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   15282:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   15283:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   15284:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
                   15285:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
                   15286:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   15287:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   15288:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   15289:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   15290:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   15291:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   15292:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   15293:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   15294:          types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
                   15295: 
                   15296:        * ChangeLog, src/classes/classes.h, src/classes/op.C,
                   15297:          src/include/pa_cache_managers.h, src/include/pa_charset.h,
                   15298:          src/include/pa_charsets.h, src/include/pa_common.h,
                   15299:          src/include/pa_dictionary.h, src/include/pa_exception.h,
                   15300:          src/include/pa_exec.h, src/include/pa_pool.h,
                   15301:          src/include/pa_request.h, src/include/pa_sapi.h,
                   15302:          src/include/pa_sql_connection.h,
                   15303:          src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
                   15304:          src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
                   15305:          src/main/compile.tab.C, src/main/compile_tools.C,
                   15306:          src/main/compile_tools.h, src/main/main.dsp,
                   15307:          src/main/pa_charset.C, src/main/pa_charsets.C,
                   15308:          src/main/pa_common.C, src/main/pa_dictionary.C,
                   15309:          src/main/pa_exception.C, src/main/pa_exec.C,
                   15310:          src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
                   15311:          src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
                   15312:          src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
                   15313:          src/types/pa_vclass.h, src/types/pa_vcookie.C,
                   15314:          src/types/pa_vcookie.h, src/types/pa_vdate.h,
                   15315:          src/types/pa_vdouble.h, src/types/pa_venv.h,
                   15316:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
                   15317:          src/types/pa_vhash.h, src/types/pa_vimage.C,
                   15318:          src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
                   15319:          src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
                   15320:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   15321:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   15322:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
                   15323:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   15324:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
                   15325:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
                   15326:          src/types/pa_vstring.h, src/types/pa_vtable.h,
                   15327:          src/types/pa_vvoid.h, src/types/pa_wcontext.C,
                   15328:          src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
                   15329:          died, long live StringPtr
                   15330: 
                   15331: 2003-01-30  paf
                   15332: 
                   15333:        * src/: include/pa_charset.h, include/pa_request.h,
                   15334:          include/pa_sql_driver_manager.h, main/compile.tab.C,
                   15335:          main/compile.y, main/compile_tools.h, main/pa_request.C,
                   15336:          types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
                   15337: 
                   15338:        * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
                   15339:          main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
                   15340:          types/pa_vhash.h, types/pa_vmethod_frame.h,
                   15341:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   15342:          types/types.dsp: vstateless_class compiled
                   15343: 
                   15344:        * src/main/compile.C: compile compiled
                   15345: 
                   15346:        * src/: include/pa_array.h, include/pa_operation.h,
                   15347:          include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
                   15348:          main/pa_table.C: compile_tools compiled
                   15349: 
                   15350:        * src/: include/pa_operation.h, main/compile.y,
                   15351:          main/compile_tools.C, main/compile_tools.h: started
                   15352:          compile_tools. vagues ideas of how to free compiled code
                   15353: 
                   15354:        * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
                   15355:          main/main.dsp, types/pa_value.C, types/pa_value.h,
                   15356:          types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
                   15357:          compiled
                   15358: 
                   15359: 2003-01-29  paf
                   15360: 
                   15361:        * src/: include/pa_globals.h, include/pa_request.h,
                   15362:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   15363:          types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
                   15364:          types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
                   15365:          compiled
                   15366: 
                   15367:        * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
                   15368:          now
                   15369: 
                   15370:        * src/: include/pa_array.h, include/pa_exception.h,
                   15371:          include/pa_pool.h, main/pa_exception.C: gd compiled
                   15372: 
                   15373:        * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
                   15374:          compiled
                   15375: 
                   15376:        * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
                   15377:          types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
                   15378:          types/pa_vfile.h: vfile compiled
                   15379: 
                   15380:        * src/: include/pa_common.h, include/pa_globals.h,
                   15381:          include/pa_string.h, main/pa_globals.C, types/pa_value.C,
                   15382:          types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   15383:          types/pa_vform.C, types/pa_vform.h: vcookie compiled
                   15384: 
                   15385:        * src/: include/pa_exception.h, main/pa_cache_managers.C,
                   15386:          main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
                   15387:          main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
                   15388:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   15389:          main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
                   15390: 
                   15391:        * src/: include/pa_request_charsets.h, include/pa_request_info.h,
                   15392:          main/main.dsp, main/untaint.C: more compiled
                   15393: 
                   15394:        * src/: include/pa_charsets.h, include/pa_request.h,
                   15395:          include/pa_request_info.h, include/pa_string.h,
                   15396:          main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
                   15397:          types/pa_vresponse.h: vrequest compiled
                   15398: 
                   15399:        * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
                   15400:          pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
                   15401:          pa_vresponse.h, pa_wcontext.h: vrequest compiled
                   15402: 
                   15403:        * src/: classes/classes.h, include/pa_charset.h,
                   15404:          include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
                   15405:          include/pa_request.h, include/pa_string.h, main/main.dsp,
                   15406:          main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
                   15407:          main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
                   15408:          types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
                   15409:          types/pa_vrequest.C, types/pa_vrequest.h,
                   15410:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   15411:          types/pa_vvoid.h: vrequest,vdouble,vint compiled
                   15412: 
                   15413:        * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
                   15414:          include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
                   15415:          main/main.dsp, types/pa_value.h, types/pa_vbool.h,
                   15416:          types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
                   15417:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   15418:          types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
                   15419:          types/pa_vobject.h, types/pa_vstateless_class.h,
                   15420:          types/pa_vstateless_object.h, types/pa_vstatus.h,
                   15421:          types/pa_vstring.h, types/types.dsp: vmath compiled
                   15422: 
                   15423: 2003-01-28  paf
                   15424: 
                   15425:        * src/: classes/classes.h, classes/date.C, classes/file.C,
                   15426:          classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
                   15427:          classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
                   15428:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
                   15429:          types/pa_vobject.h, types/pa_vstateless_class.h: started main:
                   15430:          compile_tools
                   15431: 
                   15432:        * src/: include/pa_charset.h, include/pa_exception.h,
                   15433:          include/pa_request.h, include/pa_string.h, main/untaint.C:
                   15434:          untaint compiled
                   15435: 
                   15436:        * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
                   15437:          src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
                   15438:          more compiled.  struck with string::store_to needing to know
                   15439:          source/client charsets
                   15440: 
                   15441:        * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
                   15442:          types/pa_vfile.h: uue compiled
                   15443: 
                   15444:        * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
                   15445:          table compiled
                   15446: 
                   15447:        * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
                   15448:          main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
                   15449: 
                   15450:        * src/: include/pa_charset.h, main/pa_charset.C,
                   15451:          main/pa_charsets.C: charset/s simplified [charset::pool_for_load
                   15452:          introduced]
                   15453: 
                   15454:        * src/: classes/date.C, include/pa_charset.h,
                   15455:          include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
                   15456:          main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
                   15457:          pa_charsets compiled
                   15458: 
                   15459:        * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
                   15460:          include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
                   15461: 
                   15462:        * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
                   15463:          common compiled
                   15464: 
                   15465:        * src/: include/pa_charsets.h, main/pa_charsets.C,
                   15466:          main/pa_sql_driver_manager.C: pa_charsets compiled
                   15467: 
                   15468:        * src/: include/pa_array.h, include/pa_charset.h,
                   15469:          include/pa_charsets.h, include/pa_pool.h,
                   15470:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   15471:          include/pa_stack.h, include/pa_string.h,
                   15472:          main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
                   15473:          sql_driver_manager compiled
                   15474: 
                   15475:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
                   15476:          letter i with two dots added to koi, all ukranian letters added
                   15477:          to win1251.
                   15478: 
                   15479:          typographic simbol 0xb9 deleted from win1251 [strange one & were
                   15480:          abscent from koi]
                   15481: 
                   15482: 2003-01-27  paf
                   15483: 
                   15484:        * src/: include/pa_exception.h, include/pa_sql_connection.h,
                   15485:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   15486:          main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
                   15487:          sql/pa_sql_driver.h: paused on sql_manager
                   15488: 
                   15489:        * src/: include/pa_cache_managers.h, include/pa_pool.h,
                   15490:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   15491:          include/pa_stack.h, main/pa_sql_driver_manager.C,
                   15492:          types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
                   15493: 
                   15494:        * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
                   15495:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   15496:          include/pa_table.h, main/pa_sql_driver_manager.C,
                   15497:          main/pa_table.C: table compiled
                   15498: 
                   15499:        * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
                   15500:          cache_managers compiled
                   15501: 
                   15502:        * src/: include/pa_array.h, include/pa_charset.h,
                   15503:          include/pa_pool.h, main/pa_charset.C: charset compiled
                   15504: 
                   15505:        * src/: include/pa_pool.h, main/pa_common.C: common compiled
                   15506: 
                   15507:        * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
                   15508:          include/pa_pool.h, include/pa_string.h, main/pa_common.C,
                   15509:          main/pa_string.C, types/pa_value.C, types/pa_value.h,
                   15510:          types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
                   15511:          types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
                   15512: 
                   15513: 2003-01-24  paf
                   15514: 
                   15515:        * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
                   15516:          include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
                   15517:          include/pa_pool.h, include/pa_string.h, main/pa_common.C,
                   15518:          main/pa_globals.C, main/pa_string.C, types/pa_value.h,
                   15519:          types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
                   15520:          types/pa_vint.h, types/pa_vjunction.h,
                   15521:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   15522:          types/pa_vstatus.h, types/pa_vstring.h: more patched
                   15523: 
                   15524:        * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
                   15525:          include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
                   15526:          include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
                   15527:          main/pa_string.C, main/pa_table.C: string compiled
                   15528: 
                   15529:        * src/: include/pa_array.h, include/pa_common.h,
                   15530:          include/pa_dictionary.h, include/pa_exception.h,
                   15531:          include/pa_pool.h, include/pa_string.h, include/pa_table.h,
                   15532:          main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
                   15533:          main/pa_string.C: dictionary compiled
                   15534: 
                   15535: 2003-01-23  paf
                   15536: 
                   15537:        * src/: include/pa_array.h, include/pa_common.h,
                   15538:          include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
                   15539:          include/pa_request.h, include/pa_string.h, main/pa_common.C,
                   15540:          main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
                   15541:          types/pa_value.h: resurrected pool in new sense: now it's
                   15542:          factory, producing&accounting memory chunks for read[autofree]
                   15543:          buffers
                   15544: 
                   15545:        * src/: include/pa_array.h, include/pa_exception.h,
                   15546:          include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
                   15547:          main/pa_exception.C, main/pa_table.C: table compiled
                   15548: 
                   15549:        * src/: classes/image.C, classes/op.C, include/pa_array.h,
                   15550:          include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
                   15551:          include/pa_pool.h, include/pa_pragma_pack_begin.h,
                   15552:          include/pa_pragma_pack_end.h, include/pa_sapi.h,
                   15553:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   15554:          main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
                   15555:          main/pa_table.C: aint that easy
                   15556: 
                   15557:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   15558:          main/main.dsp: continued with Hash
                   15559: 
                   15560:        * src/main/pa_common.C: connect_string allocated on heap[wes on
                   15561:          stack] now. and exception can be reported OK now [can be reported
                   15562:          outside of pro c with that stack]
                   15563: 
                   15564: 2003-01-22  paf
                   15565: 
                   15566:        * src/: include/pa_array.h, include/pa_charset.h,
                   15567:          include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
                   15568:          include/pa_string.h, main/pa_array.C, main/pa_hash.C,
                   15569:          main/pa_pool.C, main/pa_string.C: started auto_ptr.  PA_Object is
                   15570:          base: contains references_count.  auto_ptr template calls
                   15571:          add_ref/release
                   15572: 
                   15573: 2003-01-21  paf
                   15574: 
                   15575:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   15576:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   15577:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   15578:          classes/op.C, classes/response.C, classes/string.C,
                   15579:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   15580:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   15581:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   15582:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   15583:          include/pa_dictionary.h, include/pa_dir.h,
                   15584:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   15585:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   15586:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   15587:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   15588:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   15589:          include/pa_stack.h, include/pa_string.h,
                   15590:          include/pa_stylesheet_connection.h,
                   15591:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   15592:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   15593:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                   15594:          lib/pcre/pcre_parser_ctype.c, main/compile.C,
                   15595:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   15596:          main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
                   15597:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
                   15598:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   15599:          main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
                   15600:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   15601:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   15602:          main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
                   15603:          targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
                   15604:          targets/cgi/parser3.C, targets/cgi/pool_storage.h,
                   15605:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   15606:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
                   15607:          types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
                   15608:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   15609:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   15610:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   15611:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   15612:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
                   15613:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
                   15614:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   15615:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   15616:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   15617:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   15618:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   15619:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   15620:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   15621:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   15622:          types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   15623:          types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
                   15624:          2002->2003
                   15625: 
                   15626: 2003-01-16  paf
                   15627: 
                   15628:        * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
                   15629:          src/main/pa_globals.C: http:// introducing     $.any-status(1)
                   15630: 
                   15631:        * operators.txt, src/include/pa_config_fixed.h,
                   15632:          src/main/pa_common.C: http request now return status. and not
                   15633:          fail on status!=200
                   15634: 
                   15635: 2003-01-15  paf
                   15636: 
                   15637:        * src/main/pa_globals.C: localized pa_xmlFileRead/Close
                   15638: 
                   15639: 2003-01-14  paf
                   15640: 
                   15641:        * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
                   15642:          mkinstalldirs: removed some ancient files [they in / really]
                   15643: 
                   15644:        * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
                   15645:          regretfully needed patch in two places.  in config_fixed.h made
                   15646:          stubs for lib to compile in MSVC
                   15647: 
                   15648: 2003-01-13  paf
                   15649: 
                   15650:        * config.guess, config.sub, ltmain.sh: removed last piece of
                   15651:          configure.in(libtool) hacks
                   15652: 
1.116     moko     15653:        * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95      moko     15654:          config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
                   15655:          ltdl.h: moved to latest libtool (1.4.3)
                   15656: 
                   15657: 2003-01-10  paf
                   15658: 
                   15659:        * src/lib/ltdl/: configure, configure.in: PROG_NM
                   15660: 
                   15661:        * src/main/pa_globals.C: moved to latest xml lib versions, changed
                   15662:          patches.        libxml2 >= 2.5.1
                   15663:          [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz]        libxslt >= 1.0.23
                   15664:          [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz]        gdome2 >= 0.7.2
                   15665:          [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
                   15666: 
                   15667:        * INSTALL: moved to latest versions of xml libs       libxml2 >=
                   15668:          2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz]       libxslt >=
                   15669:          1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz]       gdome2 >=
                   15670:          0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
                   15671: 
                   15672: 2003-01-09  paf
                   15673: 
                   15674:        * INSTALL: xml,xslt,gdome lib urls updated
                   15675: 
                   15676:        * config.guess, config.sub, missing, mkinstalldirs,
1.116     moko     15677:          src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95      moko     15678:          src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.116     moko     15679:          src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
                   15680:          1.7.2
1.95      moko     15681: 
                   15682:        * depcomp: moving to automake 1.7.2
                   15683: 
                   15684: 2002-12-27  paf
                   15685: 
                   15686:        * src/include/pa_version.h: 0007
                   15687: 
                   15688:        * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
                   15689:          outdated parts, made links to language docs
                   15690: 
                   15691:        * src/include/pa_config_auto.h.in: comment
                   15692: 
                   15693: 2002-12-26  paf
                   15694: 
                   15695:        * src/classes/file.C: ^file:fullpath[a.gif] when document root did
                   15696:          not contain trailing / fixed.
                   15697: 
                   15698:        * INSTALL: changing SAFE_MODE politics
                   15699: 
                   15700:        * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
                   15701: 
                   15702:        * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
                   15703: 
                   15704: 2002-12-25  paf
                   15705: 
                   15706:        * src/main/pa_globals.C: optimized-xml
                   15707: 
                   15708:        * src/main/pa_globals.C: optimized-as-is
                   15709: 
                   15710: 2002-12-24  paf
                   15711: 
                   15712:        * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
                   15713:          fixed [were really called with zero size when .html?a=&b=]
                   15714: 
                   15715:        * src/classes/mail.C: $MAIL in @conf now invalid when configured
                   15716:          with --with-sendmail
                   15717: 
                   15718:        * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
                   15719:          fixed]
                   15720: 
                   15721: 2002-12-23  paf
                   15722: 
                   15723:        * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
                   15724:          ignoring parameters & were storing only string with default
                   15725:          expires
                   15726: 
                   15727:        * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
                   15728:          To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
                   15729:          December 23, 2002 4:22 AM Subject: bug â
                   15730:          Charset::transcode_buf2xchar
                   15731: 
                   15732: 2002-12-20  paf
                   15733: 
                   15734:        * src/targets/cgi/parser3.C: removed last \n appending in non-win32
                   15735:          non-cgi [script] runs
                   15736: 
                   15737: 2002-12-19  paf
                   15738: 
                   15739:        * INSTALL: --without-iconv recommended [it crashes on some systems
                   15740:          [tested on elik]] moreover, it's not needed there [parser
                   15741:          registers charsets itself]
                   15742: 
                   15743:        * INSTALL: --without-iconv recommended [it crashes on some systems
                   15744:          [tested on elik]]
                   15745: 
                   15746:        * operators.txt, src/include/pa_globals.h,
                   15747:          src/include/pa_request.h, src/main/pa_globals.C,
                   15748:          src/main/pa_request.C: $response:download
                   15749: 
                   15750:        * src/classes/mail.C: 'to' check bugfix [now checked only on ms
                   15751:          compiler [win32]].
                   15752: 
                   15753: 2002-12-18  paf
                   15754: 
                   15755:        * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
                   15756: 
                   15757: 2002-12-17  paf
                   15758: 
                   15759:        * src/targets/cgi/parser3.C: merged die&iis changes
                   15760: 
                   15761:        * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
                   15762:          to exit(1) 2. more flexible iilegal call check
                   15763: 
                   15764: 2002-12-16  paf
                   15765: 
                   15766:        * ltmain.sh: some automakes silly insist on having this handy
                   15767: 
                   15768:        * src/main/untaint.C: filespec russian small 'r' changed to latin
                   15769:          'p' bug fix
                   15770: 
                   15771: 2002-12-15  paf
                   15772: 
                   15773:        * src/main/untaint.C: filespec russian small 'r' changed to latin
                   15774:          'p'
                   15775: 
                   15776:        * configure.in, src/include/pa_config_auto.h.in,
                   15777:          src/main/compile.C, src/main/pa_common.C: merged small changes
                   15778:          from branch 6 to HEAD
                   15779: 
                   15780:        * src/main/compile.C: removed warning
                   15781: 
                   15782:        * src/main/pa_common.C: ftruncate having checked
                   15783: 
                   15784:        * configure.in, src/include/pa_version.h: new version
                   15785: 
                   15786: 2002-12-14  paf
                   15787: 
                   15788:        * src/classes/table.C: removed unnecessary code
                   15789: 
                   15790:        * src/sql/pa_sql_driver.h: exception type fixed
                   15791: 
                   15792: 2002-12-09  paf
                   15793: 
                   15794:        * src/types/pa_vvoid.h: $void.store[now] error
                   15795: 
                   15796:        * src/targets/cgi/parser3.C: ::die now tries to write core dump
                   15797: 
                   15798:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
                   15799:          tries to write core dump
                   15800: 
                   15801:        * src/targets/cgi/parser3.C: ::die now tries to write core dump
                   15802: 
                   15803:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   15804:          classes/void.C, main/pa_sql_driver_manager.C,
                   15805:          sql/pa_sql_driver.h: changed exception handling mech in sql
                   15806:          handlers #2
                   15807: 
                   15808:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
                   15809:          exception handling mech in sql handlers
                   15810: 
                   15811:        * src/sql/pa_sql_driver.h: changed exception handling mech in sql
                   15812:          handlers
                   15813: 
                   15814:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   15815:          classes/void.C, main/pa_sql_driver_manager.C,
                   15816:          sql/pa_sql_driver.h: changed exception handling mech in sql
                   15817:          handlers
                   15818: 
1.116     moko     15819:        * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
                   15820:          to write makefile which used libtool to install things, which is
                   15821:          not needed
1.95      moko     15822: 
                   15823: 2002-12-06  paf
                   15824: 
                   15825:        * operators.txt, src/main/compile.tab.C, src/types/pa_vhash.h:
                   15826:          $hash.fields -- pseudo field to make 'hash' more like 'table'
                   15827: 
                   15828: 2002-12-05  paf
                   15829: 
                   15830:        * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
                   15831:          cc/bcc OK now
                   15832: 
                   15833:        * src/main/untaint.C: mail header closed properly
                   15834: 
                   15835:        * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
                   15836:          header ',' allowed.  still bugs in smtp [only one receiptient
                   15837:          works, cc, bcc ignored now, and MAILED ;)]
                   15838: 
                   15839:          [strncpy killed, memnchr used]
                   15840: 
                   15841:        * src/main/pa_table.C: table-copy now current=0
                   15842: 
                   15843:        * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
                   15844:          lowlevel proc
                   15845: 
                   15846:        * src/targets/cgi/parser3.C: more checks on
                   15847:          http://domain/parser.cgi start [maybe some getenv returns "",
                   15848:          checked that now
                   15849: 
                   15850:        * src/targets/cgi/parser3.C: more checks on
                   15851:          http://domain/parser.cgi start [maybe some getenv returns "",
                   15852:          checked that now
                   15853: 
                   15854:        * src/targets/cgi/parser3.C: error logging made unbuffered [so that
                   15855:          out-of-mem errors reached log]
                   15856: 
                   15857:        * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
                   15858:          mail:send MIME-Version default
                   15859: 
                   15860:        * src/main/main.dsp: pa_version included into main.dsp
                   15861: 
                   15862: 2002-12-04  paf
                   15863: 
                   15864:        * src/types/pa_vform.C: $form:field string value cut by premature 0
                   15865: 
                   15866:        * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
                   15867:          lib/libltdl -> lib/ltdl Win32 changes. s
                   15868: 
                   15869:        * src/classes/classes.awk: more strict *.C$
                   15870: 
                   15871:        * gnu.dsp: restored
                   15872: 
1.116     moko     15873:        * configure.in, gnu.dsp, src/lib/Makefile.am,
                   15874:          src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
                   15875:          src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
                   15876:          src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
                   15877:          src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
                   15878:          src/lib/ltdl/configure, src/lib/ltdl/configure.in,
                   15879:          src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
                   15880:          src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
                   15881:          now created with /configure, not ltdl/configure, so it does have
                   15882:          no problems with automake.  ltdl/configure
                   15883:          AC_OUTPUT(Makefile<<removed)
1.95      moko     15884: 
                   15885: 2002-12-02  paf
                   15886: 
                   15887:        * operators.txt: removed outdated status:db
                   15888: 
                   15889:        * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
                   15890:          src/main/pa_common.C, src/main/pa_request.C,
                   15891:          src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
                   15892:          tainted parts becomes http-header
                   15893: 
                   15894: 2002-11-29  paf
                   15895: 
                   15896:        * src/classes/date.C, src/classes/image.C, operators.txt: exif
                   15897:          dates now objects of type date
                   15898: 
                   15899:        * src/classes/image.C: file.seek removed [it were used in image.C
                   15900:          only, and for parser user this  means that jpeg image has bad
                   15901:          size in fragment's header] now used image.format
                   15902: 
                   15903:        * src/: include/pa_common.h, main/pa_common.C,
                   15904:          types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
                   15905:          now handled exactly like $response:header values.  e.g. can be
                   15906:          hash [can have subattributes] & contain date values.
                   15907: 
                   15908:        * src/main/pa_common.C: http:// param values lang forced URI
                   15909: 
                   15910:        * src/main/pa_common.C: http:// tainted partes now %xx
                   15911: 
                   15912: 2002-11-28  paf
                   15913: 
                   15914:        * operators.txt: http.timeout
                   15915: 
                   15916:        * src/classes/image.C: ^image.length now counts interchar space.
                   15917:          plus space after last char
                   15918: 
                   15919:        * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
                   15920: 
                   15921:        * src/classes/image.C: ^image.font width measurer now scans full
                   15922:          height [were -1]
                   15923: 
                   15924:        * configure.in: stopped double libltdl/Makefile generation
                   15925: 
                   15926:        * src/classes/image.C: ^image.text now outputs one pixel HIGHER
                   15927:          chars [one top horizontal line of 1pixel height were missing]
                   15928: 
                   15929:        * src/classes/op.C: ^cache bug fixed.  stupid compiler allowed
                   15930:          'false' to go into (Hash *) parameter
                   15931: 
                   15932: 2002-11-27  paf
                   15933: 
                   15934:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
                   15935:          types/pa_vmail.C: response:body[file]  if file nows it's name now
                   15936:          returns content-disposition: >>attachment<<
                   15937: 
                   15938:        * src/classes/image.C: ^image.font << bad font file-size now
                   15939:          properly reported
                   15940: 
                   15941: 2002-11-26  paf
                   15942: 
                   15943:        * src/main/pa_request.C: fixed lang in reponse header
                   15944: 
                   15945:        * src/main/pa_common.C: utf8 prefix ignored @read text
                   15946: 
                   15947:        * operators.txt, src/main/pa_common.C: http:// response status!=200
                   15948:          made exception: http.status with source=bad status#
                   15949: 
                   15950: 2002-11-25  paf
                   15951: 
                   15952:        * configure.in, src/classes/image.C,
                   15953:          src/include/pa_config_auto.h.in,
                   15954:          src/include/pa_config_includes.h, src/main/Makefile.am,
1.116     moko     15955:          src/main/pa_common.C, src/main/pa_globals.C: http:// and image
                   15956:          const void related probs fixed
1.95      moko     15957: 
                   15958:        * operators.txt, src/main/pa_common.C: http fields now UPPERCASE
                   15959: 
                   15960:          $file[^file::load[http://there]] $file.SERVER
                   15961: 
                   15962:        * src/: classes/file.C, classes/image.C, classes/xdoc.C,
                   15963:          include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
                   15964:          http options [invalid onces now reported] made default
                   15965:          user-agent: paf
                   15966: 
                   15967:        * operators.txt, src/classes/file.C, src/classes/table.C,
                   15968:          src/classes/xdoc.C, src/include/pa_common.h,
                   15969:          src/include/pa_globals.h, src/main/pa_common.C,
                   15970:          src/main/pa_globals.C, src/main/pa_request.C,
                   15971:          src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
                   15972:          now understand http:// prefix and additional params, sample:
                   15973:          $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
                   15974:          $.USER-AGENT[parser3] ]]
                   15975: 
                   15976: 2002-11-22  paf
                   15977: 
                   15978:        * src/classes/image.C, src/include/pa_globals.h,
                   15979:          src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
                   15980:          src/types/pa_vimage.h, operators.txt: $image.exif support
                   15981:          $image.exif.DateTime & co
                   15982: 
                   15983: 2002-11-21  paf
                   15984: 
                   15985:        * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
                   15986:          _PASS_APPENDED)
                   15987: 
                   15988:        * src/classes/image.C: jpeg size measure fixed: were badly skipping
                   15989:          EXIF information [were big block and it's size were considered
                   15990:          negative :(]
                   15991: 
                   15992:        * operators.txt, src/classes/image.C, src/include/pa_common.h,
                   15993:          src/main/pa_common.C, src/types/pa_vmail.C: image.measure
                   15994:          internals rewritten. no there's reader.seek, and all's ready for
                   15995:          EXIF extraction [now we fail to measure files with EXIF info]
                   15996: 
                   15997:        * src/main/pa_common.C: O_TRUNCATE killed, ftruncate  used instead:
                   15998:          O_TRUNC truncates even exclusevely write-locked file [thanks to
                   15999:          Igor Milyakov <virtan@rotabanner.com> for discovering]
                   16000: 
                   16001: 2002-11-20  paf
                   16002: 
                   16003:        * src/targets/cgi/parser3.C: logging @signal += query_string
                   16004: 
                   16005:        * configure.in, src/include/pa_config_auto.h.in,
                   16006:          src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
                   16007:          comment
                   16008: 
                   16009:        * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
                   16010: 
                   16011:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   16012:          targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
                   16013:          currently processed document SIGPIPE >> interrupts request
                   16014:          processing [exception = DB rollback]
                   16015: 
                   16016:        * src/main/pa_exec.C: comment
                   16017: 
                   16018:        * src/main/pa_exec.C: pa_exec: data written only if size>0
                   16019: 
                   16020:        * operators.txt, src/classes/file.C: ^file::exec/cgi[file;$.stdin[]
                   16021:          << disable HTTP-POST repassing
                   16022: 
                   16023:        * src/: include/pa_config_fixed.h, main/pa_common.C,
                   16024:          main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
                   16025:          pipe read errors now checked
                   16026: 
                   16027: 2002-11-19  paf
                   16028: 
                   16029:        * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
                   16030:          CGI: Illegal call
                   16031: 
                   16032: 2002-11-01  paf
                   16033: 
                   16034:        * src/main/execute.C: comment
                   16035: 
                   16036: 2002-10-31  paf
                   16037: 
                   16038:        * src/main/execute.C: found out why, checked that for now.  todo:
                   16039:          find out a way for that user could do that
                   16040: 
                   16041:        * src/types/pa_vstateless_object.h: object put replaces static
                   16042:          parent if any
                   16043: 
                   16044:        * src/types/pa_vobject.C: object put replaces static parent if any
                   16045: 
                   16046:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   16047:          classes/xnode.h, main/compile.tab.C, main/execute.C,
                   16048:          main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
                   16049:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   16050:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
                   16051:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   16052:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
                   16053:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   16054:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   16055:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   16056:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   16057:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   16058:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
                   16059:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   16060:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   16061:          types/pa_wwrapper.h: static fix merged
                   16062: 
                   16063:        * src/: main/compile.tab.C, types/pa_vobject.C: killed
                   16064:          $virtual_fields in dynamic, but one can reach derived
                   16065:          static[class] variable from base
                   16066: 
                   16067:        * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
                   16068:          types/pa_vobject.C, types/pa_vobject.h,
                   16069:          types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
                   16070:          statics, left $virtual_fields in dynamic
                   16071: 
                   16072:        * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
                   16073:          one can't remember derivates in base class: there's so many of
                   16074:          them.  also there can be no virtual method calls in static
                   16075:          classes
                   16076: 
                   16077:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   16078:          classes/xnode.h, main/execute.C, main/pa_request.C,
                   16079:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   16080:          types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   16081:          types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
                   16082:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   16083:          types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
                   16084:          types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
                   16085:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   16086:          types/pa_vresponse.C, types/pa_vresponse.h,
                   16087:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   16088:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   16089:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
                   16090:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   16091:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   16092:          types/pa_wwrapper.h: static call $self fixed
                   16093: 
                   16094:        * src/main/execute.C: comment
                   16095: 
                   16096:        * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
                   16097:          ^process[$caller.self]{...} now compiles to last derived object
                   16098:          part of that 'self'
                   16099: 
                   16100: 2002-10-29  paf
                   16101: 
                   16102:        * src/targets/isapi/parser3isapi.C: comment on 404 bad status
                   16103:          re-passing [iis to blame]
                   16104: 
                   16105:        * src/classes/string.C: changed string.save to pass current sql
                   16106:          connection to cstr thus one can ^connect[some server]{
                   16107:          $s[insert into table x (x) values (^taint[sql]{value})]
                   16108:          ^s.save[some.sql] } and he'd get in some.sql file code with
                   16109:          properly escaped.  [tried in mssql->mysql export->import of
                   16110:          binary data]
                   16111: 
                   16112: 2002-10-25  paf
                   16113: 
                   16114:        * src/types/pa_vresponse.C: case insensitive response user fields
                   16115:          get/put
                   16116: 
                   16117:        * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
                   16118:          types/pa_vresponse.C: saving for maybe-future
                   16119: 
                   16120: 2002-10-23  paf
                   16121: 
                   16122:        * operators.txt, src/classes/table.C: ^table.hash{code}...
                   16123:          ^table.hash(expr)...
                   16124: 
                   16125:        * src/types/pa_vmail.C: email whitespace trimBoth-ed
                   16126: 
                   16127: 2002-10-22  paf
                   16128: 
                   16129:        * src/types/: pa_vform.C, pa_vform.h: removed needless
                   16130:          VForm::Append...(...Value)
                   16131: 
                   16132:        * src/main/execute.C: $.name outside of $name[...] checked
                   16133: 
                   16134:        * src/main/: compile.tab.C, compile.y: lexer changed to fix
                   16135:          ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
                   16136: 
                   16137: 2002-10-21  paf
                   16138: 
                   16139:        * operators.txt, src/types/pa_vform.C, src/types/pa_vform.h:
                   16140:          $form:qtail $form:imap.x/y
                   16141: 
                   16142:        * operators.txt, src/types/pa_vform.C: $form:nameless =
                   16143:          "?value&...", "...&value&...", "...&value"
                   16144: 
                   16145:        * operators.txt, src/types/pa_vform.C: $form:image-map
                   16146: 
                   16147:        * operators.txt, src/classes/file.C: /some/page.html:
                   16148:          ^file:fullpath[a.gif] => /some/a.gif
                   16149: 
                   16150: 2002-10-17  paf
                   16151: 
                   16152:        * src/main/: compile.tab.C, compile.y: operators precedence changed
                   16153:          a little: logical not and bitwise negation precedence made
                   16154:          highest, << and >> bitshits precedence made equal [were << higher
                   16155:          than >>]
                   16156: 
                   16157:        * src/classes/op.C: exception handling fixed [were bad with
                   16158:          contexts]
                   16159: 
                   16160: 2002-10-16  paf
                   16161: 
                   16162:        * src/: classes/op.C, include/pa_request.h, main/execute.C,
                   16163:          main/pa_request.C: Request::self considered equal to
                   16164:          VMethodFrame::self, and removed, Request::get_self() mapped to
                   16165:          VMethodFrame.self()
                   16166: 
                   16167:        * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
                   16168:          $hash in open field now gives old good error meesage
                   16169: 
                   16170: 2002-10-15  paf
                   16171: 
                   16172:        * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
                   16173:          use ^if($junction is junction){was and now true}
                   16174: 
                   16175:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
                   16176:          include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
                   16177:          types/pa_vxnode.C: xml->parser strings now have origin, which
                   16178:          points to place where value left xml library and came to parser:
                   16179:          place of dom field extraction/call
                   16180: 
                   16181:        * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
                   16182:          main/compile.tab.C, main/compile.y, main/execute.C,
                   16183:          types/pa_vmethod_frame.h: removed last pieces of old code
                   16184:          allowing $junction.xxx at compile time
                   16185: 
                   16186:        * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
                   16187:          src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
                   16188:          objects also considered [were only classes]
                   16189: 
                   16190:        * ChangeLog, src/classes/op.C, src/include/pa_request.h,
                   16191:          src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
                   16192:          with CLASS self.  [   (request&method_frame).self temporarily
                   16193:          changed   ]
                   16194: 
                   16195:        * src/classes/: hash.C, op.C: method_frame now always changed, with
                   16196:          no exception to native calls.  for&foreach changed to use
                   16197:          method_frame.caller for their var's name context
                   16198: 
                   16199:        * src/: main/execute.C, targets/cgi/parser3.C,
                   16200:          types/pa_vstateless_class.C, types/pa_vstateless_class.h:
                   16201:          compiling to system classes disabled
                   16202: 
                   16203:        * operators.txt, src/classes/op.C:
                   16204:          ^process[$caller.CLASS]{code-string} added
                   16205: 
                   16206:        * operators.txt, src/classes/op.C, src/main/compile.tab.C,
                   16207:          src/main/compile.y, src/main/execute.C, src/main/pa_request.C,
                   16208:          src/types/Makefile.am, src/types/pa_vjunction.C,
                   16209:          src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
                   16210:          src/types/types.dsp: removed $junction.get $junction.set[]
                   16211:          introducing $caller
                   16212: 
                   16213:        * src/types/pa_value.h: removed outdated comments. doxygen would
                   16214:          find them lower by inheritance tree
                   16215: 
                   16216:        * src/types/pa_vjunction.C: ident
                   16217: 
                   16218: 2002-10-14  paf
                   16219: 
                   16220:        * src/classes/op.C: process compiles to code's class class
                   16221: 
                   16222:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   16223:          include/pa_request.h, main/compile.C, main/compile.tab.C,
                   16224:          main/compile.y, main/execute.C, main/pa_request.C,
                   16225:          types/pa_vstateless_class.h: operators now main-class-methods
                   16226: 
                   16227:        * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
                   16228:          better stack trace [has "call" & co there]
                   16229: 
                   16230:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   16231:          operators @auto now executed in MAIN context
                   16232: 
                   16233:        * src/main/execute.C: operator execution context now = MAIN, not
                   16234:          closest stack frame
                   16235: 
                   16236:          @touchit[] $i[after]
                   16237: 
                   16238:          ----t.html $i[before] << local ^touchit[] $i << now 'before',
                   16239:          were 'after'
                   16240: 
                   16241:          ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
                   16242:          'after'
                   16243: 
                   16244:        * src/main/execute.C: comment
                   16245: 
                   16246:        * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
                   16247:          pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
                   16248:          action]
                   16249: 
                   16250:        * src/types/pa_vxnode.C: misreplace fixed
                   16251: 
                   16252:        * configure, configure.in, src/include/pa_config_auto.h.in,
                   16253:          src/types/pa_vstatus.C, operators.txt:
                   16254:          $status:rusage.tv_secs/usecs introduced
                   16255: 
                   16256: 2002-10-09  paf
                   16257: 
                   16258:        * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
                   16259:          on empty string [or uses (default)]
                   16260: 
                   16261: 2002-10-08  paf
                   16262: 
                   16263:        * src/main/untaint.C: mail header quoted printable changed after
                   16264:          RFC reread
                   16265: 
                   16266:        * operators.txt: plan on ^if(method
                   16267: 
                   16268:        * src/types/pa_vxnode.C: misreplace
                   16269: 
                   16270: 2002-09-24  paf
                   16271: 
1.116     moko     16272:        * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95      moko     16273: 
                   16274:        * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
                   16275:          mailreceive would compile on freebsd now
                   16276: 
                   16277:        * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
                   16278:          configure, configure.in, src/include/pa_config_auto.h.in,
1.116     moko     16279:          src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
                   16280:          mailreceive would compile on freebsd now
1.95      moko     16281: 
                   16282:        * src/: classes/file.C, main/untaint.C: 1.  file spec language
                   16283:          changed: now there are only few chars are untainted: * ? ' " < >
                   16284:          | and, on unix, : \ ~ [russian letters and SPACES now enabled,
                   16285:          one should use ^untaint[uri]{...} now]
                   16286: 
                   16287:          2.  $list[^file:list[dir]] now returns simply tainted names in
                   16288:          $list.name, not tainted as filespec
                   16289: 
                   16290:          @russianindex[] #dir with files with russian-lang names
                   16291:          $where[dir]
                   16292: 
                   16293:          $dir[^file:list[$where;\.txt^$]] ^dir.menu{     <a
                   16294:          href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
                   16295: 
                   16296: 2002-09-23  paf
                   16297: 
                   16298:        * src/types/pa_vdouble.h: double->int round added
                   16299: 
                   16300:        * src/classes/date.C: date bug fix, now
                   16301:          round(floatDays*secondsPerDay)
                   16302: 
                   16303:        * src/classes/date.C: date bug fix, now
                   16304:          round(floatDays*secondsPerDay)
                   16305: 
                   16306: 2002-09-20  paf
                   16307: 
                   16308:        * src/main/execute.C: code junction calls disabled [before: code
                   16309:          was compiled in such a way, that there were no code-junctions in
                   16310:          OP_CALL]
                   16311: 
                   16312:          this now error: @badjunctioncall[] ^badjunctioncallinside{code}
                   16313: 
                   16314:          @badjunctioncallinside[code] ^code[]
                   16315: 
                   16316:        * src/main/: compile.tab.C, compile.y: changed grammer on junction
                   16317:          expanding to include ^junction.method
                   16318: 
                   16319:        * src/main/pa_common.C: -d "DIR/" now true
                   16320: 
                   16321:        * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
                   16322:          as internal xdoc encoding, and after decoding attributes set by
                   16323:          dom functions now encoded OK, not as digital entities
                   16324: 
                   16325:        * src/classes/xdoc.C: empty transform result, being taken as file
                   16326:          now returns empty file, not raises stupid error about "stat-ed
                   16327:          file"
                   16328: 
                   16329:        * src/types/pa_vhash.h: hash.foreach modification of existing keys
                   16330:          allowed
                   16331: 
                   16332:        * src/types/types.dsp: introducing $junction.get/put(1) one can
                   16333:          write iterators now:
                   16334: 
                   16335:          ^user-foreach[key;value]{$key=$value<br>}
                   16336: 
                   16337:          @user-foreach[key;value;code] ^for[i](1;10){    $code.key($i)
                   16338:          $code.value($i*2)       $code }
                   16339: 
                   16340:        * src/main/compile_tools.h: mistype
                   16341: 
1.116     moko     16342:        * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
                   16343:          thus taking linking options configure changes into account [were:
                   16344:          ignoring]
1.95      moko     16345: 
                   16346:        * src/types/: pa_vjunction.C, Makefile.am: introducing
                   16347:          $junction.get/put(1) one can write iterators now:
                   16348: 
                   16349:          ^user-foreach[key;value]{$key=$value<br>}
                   16350: 
                   16351:          @user-foreach[key;value;code] ^for[i](1;10){    $code.key($i)
                   16352:          $code.value($i*2)       $code }
                   16353: 
                   16354:        * src/: include/pa_opcode.h, include/pa_request.h,
                   16355:          main/compile.tab.C, main/compile.y, main/execute.C,
                   16356:          main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
                   16357:          introducing $junction.get/put(1) one can write iterators now:
                   16358: 
                   16359:          ^user-foreach[key;value]{$key=$value<br>}
                   16360: 
                   16361:          @user-foreach[key;value;code] ^for[i](1;10){    $code.key($i)
                   16362:          $code.value($i*2)       $code }
                   16363: 
                   16364: 2002-09-19  paf
                   16365: 
1.116     moko     16366:        * Makefile.am: new: make commit
1.95      moko     16367: 
                   16368:        * aclocal.m4: forced to be older
                   16369: 
                   16370: 2002-09-18  paf
                   16371: 
                   16372:        * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
                   16373:          src/main/compile.y, src/main/execute.C: << >> int shifts
                   16374: 
                   16375:        * src/: include/pa_common.h, include/pa_request.h,
                   16376:          main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
                   16377:          - now this - fatal error
                   16378: 
                   16379:        * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
                   16380:          that one can pass binary data there
                   16381: 
                   16382:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   16383:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   16384:          classes/op.C, classes/response.C, classes/string.C,
                   16385:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   16386:          include/pa_request.h: pa_request contexts made privated, plus
                   16387:          get_{self/method_frame} to read.  Request_context_saver used in
                   16388:          ^try to save flang too.  [were not saved]
                   16389: 
                   16390:        * src/types/pa_vresponse.C: header value chains joined before
                   16391:          output, this should help $.subject[$var $var] from being
                   16392:          converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
                   16393: 
                   16394: 2002-09-17  paf
                   16395: 
                   16396:        * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
                   16397:          removed changes, operators executed with calling self.  lots of
                   16398:          code with ^include code relies on defined/defining self variables
                   16399: 
                   16400:          $a[1] ^include[print_a.p] print_a.p: $a
                   16401: 
                   16402:          ^include[set_a.p] a=$a set_a.p: $a[1]
                   16403: 
                   16404:        * src/: classes/op.C, main/execute.C, main/pa_request.C,
                   16405:          types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
                   16406:          types/pa_vstateless_class.h: operators now executed with MAIN
                   16407:          self.  it's for ^include sake, too strong a change
                   16408: 
                   16409:        * src/classes/op.C: made place for ^process to compile it's code to
                   16410:          in case of no self
                   16411: 
                   16412:        * src/main/execute.C: found ancient param to Junction, removed.
                   16413:          allowed passing self to native_code_operators [for ^process to
                   16414:          work, she needs self]
                   16415: 
                   16416:        * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
                   16417:          types/pa_vstateless_class.h: found ancient param to Junction,
                   16418:          removed.  allowed passing self to native_code_operators [for
                   16419:          ^process to work, she needs self]
                   16420: 
                   16421:        * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
                   16422:          types/pa_value.h, types/pa_vmethod_frame.h,
                   16423:          types/pa_vstateless_class.h: allowed Request.self to be 0,
                   16424:          checked that in VMethodFrame get/put and $self.
                   16425: 
                   16426:        * src/classes/: table.C, xdoc.C: table::sql  options table::create
                   16427:          copy options options checked, wrong option now fatal error
                   16428: 
                   16429:        * src/main/pa_string.C: string.replace fixed [were missing words on
                   16430:          pieces boundaries]
                   16431: 
                   16432:        * bin/auto.p.dist.in: strange \n
                   16433: 
                   16434:        * configure, configure.in: .so now detected [can be .sl on hpux,
                   16435:          .dll on cygwin, .so in other cases)
                   16436: 
1.116     moko     16437:        * configure, configure.in, bin/auto.p.dist.in: .so now detected
                   16438:          [can be .sl on hpux, .dll on cygwin, .so in other cases)
1.95      moko     16439: 
                   16440:        * operators.txt, src/classes/hash.C, src/classes/table.C,
                   16441:          src/include/pa_globals.h, src/main/pa_globals.C: table.sql
                   16442:          hash::sql flag to allow duplicate keys [$.distinct(1/0)] first
                   16443:          record taken [were last]
                   16444: 
                   16445:        * src/: classes/hash.C, classes/table.C,
                   16446:          include/pa_sql_connection.h: table.sql hash::sql duplicate keys
                   16447:          now errors
                   16448: 
                   16449:        * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
                   16450: 
                   16451:        * src/classes/: op.C, table.C: menu/for delims bug fixed [were
                   16452:          ,2,3]
                   16453: 
                   16454: 2002-09-16  paf
                   16455: 
                   16456:        * src/classes/file.C: file::cgi line ends can be both unix & dos.
                   16457:          and they can be unix [\n\n] on win when 'use CGI' used, it causes
                   16458:          stdout to be binary.  now detected closest header break.
                   16459: 
                   16460:        * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?=  now
                   16461:          closed right
                   16462: 
                   16463: 2002-09-13  paf
                   16464: 
                   16465:        * operators.txt, src/main/compile.tab.C, src/main/compile.y,
                   16466:          src/main/compile_tools.h: (expression #comment)
                   16467: 
                   16468:          (multiline expression #comment  line2  #comment )
                   16469: 
                   16470:          (expression #comment with (brackets) comment) << OK
                   16471: 
                   16472:        * operators.txt, src/main/compile.tab.C, src/main/compile.y: !|
                   16473:          bitwise !|| numerical xor now [preparing for expression
                   16474:          #comments]
                   16475: 
                   16476:        * src/main/: compile.tab.C, compile.y: @method[$name] now parse
                   16477:          error
                   16478: 
                   16479:        * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
                   16480:          cheched in pa_socks.C
                   16481: 
1.116     moko     16482:        * configure, configure.in, src/include/pa_config_auto.h.in:
                   16483:          HAVE_WINSOCK_H created in configure.in
1.95      moko     16484: 
                   16485:        * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
                   16486:          cookie date now clean [were mistakenly tainted & that worked bad
                   16487:          with opera -- 'happily' that worked OK with msie]
                   16488: 
                   16489: 2002-09-12  paf
                   16490: 
                   16491:        * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
                   16492:          VClass get_element now first looks to fields, next to methods &
                   16493:          co todo: the rest reason: more speed
                   16494: 
                   16495:        * src/main/untaint.C: quoted printable encoding stops before
                   16496:          \s*<...>$
                   16497: 
                   16498:        * src/main/untaint.C: quoted printable ' ' now =20 and encoding
                   16499:          stops before <...>$
                   16500: 
                   16501: 2002-09-11  paf
                   16502: 
                   16503:        * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
                   16504:          xmlCharEncodingInput/OutputFunc callbacks returned bad value )
                   16505:          forgot to check users of those funcs. not all were using that
                   16506:          return value convention
                   16507: 
                   16508:        * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
                   16509:          windows-1254 added
                   16510: 
                   16511: 2002-09-10  paf
                   16512: 
                   16513:        * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
                   16514:          VCodeFrame parent param were specified badly
                   16515: 
                   16516:        * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
                   16517:          WWrapper which used in constructing objects(second param to sql
                   16518:          method) ^...sql{}[$.default{code}] now has parent, wich helps
                   16519:          code in hash to survivi
                   16520: 
                   16521:        * src/: include/pa_request.h, main/execute.C: removed redundant
                   16522:          param to execute [stack said 'thanks']
                   16523: 
                   16524:        * src/: classes/op.C, main/execute.C, types/pa_value.C,
                   16525:          types/pa_value.h, types/pa_vcode_frame.h,
                   16526:          types/pa_vmethod_frame.h, types/pa_wcontext.C,
                   16527:          types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
                   16528:          responsibility to wcontext
                   16529: 
                   16530:        * src/classes/file.C: decided not to log exec's with stderr, that
                   16531:          could be warnings, and it's up to scritper to log/show them
                   16532: 
                   16533:        * src/: classes/double.C, main/execute.C: double:sql badly called
                   16534:          write_assign_lang, not write_no_lang, thus doing unnecessary
                   16535:          double/string converstion, which were loosing time&precesion
                   16536: 
                   16537:        * src/: main/pa_charset.C, types/pa_vmail.C:
                   16538:          xmlCharEncodingInput/OutputFunc callbacks returned bad value in
                   16539:          case of unfinished in buffer processing, causing accidental
                   16540:          transcode stop [in case that source enc != utf-8 & there is
                   16541:          incomplete utf-8 sequence at the end of 16000block iside of
                   16542:          libxml lib] tfm readed & code updated
                   16543: 
                   16544: 2002-09-04  paf
                   16545: 
                   16546:        * configure: makes with sjlj
                   16547: 
                   16548:        * INSTALL, src/include/pa_config_fixed.h,
                   16549:          src/include/pa_sql_connection.h,
                   16550:          src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
                   16551:          checked.  on win32 it made default
                   16552: 
                   16553:        * src/include/pa_config_auto.h.in: sjlj define
                   16554: 
                   16555:        * configure, configure.in: introducing --with-sjlj-exceptions [hpux
                   16556:          can not work with longjump/throw pair, and one must switch that
                   16557:          on there.  todo: detect that automatically]
                   16558: 
                   16559:        * src/types/pa_vxnode.C: removed too strong checks of
                   16560:          xnode.elements.  now, for instance, if element does not have any
                   16561:          attributes, $xnode.attributes is void, not error
                   16562: 
                   16563: 2002-09-02  paf
                   16564: 
                   16565:        * operators.txt, src/main/execute.C, src/targets/cgi/parser3.dsp:
                   16566:          removed double_result, didn't help
                   16567: 
                   16568:        * src/main/execute.C: double_result made to move that var away from
                   16569:          hungry g++ optimizer (-O2), before: it were optimized and
                   16570:          comparison operators worked badly
                   16571: 
                   16572:        * src/types/pa_vdate.h: removed debug
                   16573: 
1.116     moko     16574:        * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95      moko     16575: 
                   16576:        * src/main/execute.C: fixed numeric < & co so that thay now use
                   16577:          c=a-b, c OPERATOR 0.  this works fine on solaris/intel for still
                   16578:          unknown reason.
                   16579: 
                   16580: 2002-08-29  paf
                   16581: 
                   16582:        * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
                   16583:          src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
                   16584:          src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
                   16585:          src/main/pa_request.C, src/targets/cgi/parser3.dsp,
                   16586:          src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
                   16587:          src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
                   16588:          src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
                   16589:          [called less frequent, allowed to remove ugly
                   16590:          Junction.change_context-s from many places, switch,
                   16591:          mail:send..html{}, ..] request.root renamed to method_frame [more
                   16592:          easyreading] ancient {...PUSH/POPs...} changed to stack vars
                   16593:          [speed up]
                   16594: 
                   16595: 2002-08-28  paf
                   16596: 
                   16597:        * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
                   16598:          tainted
                   16599: 
                   16600:        * src/types/pa_vcookie.C: fixed cookie delete when
                   16601:          $cookie:name[$.value[]]
                   16602: 
                   16603:        * operators.txt, src/classes/string.C:
                   16604:          ^string.split[delim[;options]]
                   16605: 
                   16606: 2002-08-27  paf
                   16607: 
1.116     moko     16608:        * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95      moko     16609: 
                   16610:        * operators.txt, src/main/compile.tab.C, src/main/compile.y: # now
                   16611:          delimiter
                   16612: 
                   16613:        * INSTALL: recommended latest gmime 1.0.5
                   16614: 
                   16615: 2002-08-26  paf
                   16616: 
                   16617:        * configure, configure.in: apache13/hook added to make dist.
                   16618: 
                   16619: 2002-08-23  paf
                   16620: 
                   16621:        * src/: include/pa_common.h, main/pa_common.C,
                   16622:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
                   16623:          beside binary [cgi, isapi] not accessible [due to bad rights or
                   16624:          whatever] it's error now
                   16625: 
                   16626: 2002-08-21  paf
                   16627: 
1.116     moko     16628:        * Makefile.am: can use: make happy equals to make update install
1.95      moko     16629: 
                   16630:        * src/main/: compile.tab.C, compile.y, compile_tools.C,
                   16631:          compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
                   16632:          class".  compiled as if here they named base class
                   16633: 
                   16634:        * src/main/pa_string.C: fixed bad language bug, [were wrong string
                   16635:          cloning constructor]
                   16636: 
                   16637:        * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
                   16638: 
                   16639:        * bin/auto.p.dist.in, src/targets/cgi/parser3.C,
                   16640:          src/types/pa_vfile.C, src/types/pa_vmail.C:
                   16641:          $mail.received.file.value.content-type fixed
                   16642: 
                   16643: 2002-08-20  paf
                   16644: 
                   16645:        * src/classes/file.C: fixed language of file:file result
                   16646: 
                   16647:        * operators.txt, src/classes/void.C: ^void.pos[...] = -1 merged
                   16648:          from 3.0.0005
                   16649: 
                   16650:        * operators.txt, src/classes/void.C: ^void.pos[...] = -1
                   16651: 
                   16652:        * operators.txt, src/classes/void.C: ^void.length[] = 0 merged from
                   16653:          3.0.0005
                   16654: 
                   16655:        * src/classes/void.C, operators.txt: ^void.length[] = 0
                   16656: 
                   16657: 2002-08-19  paf
                   16658: 
                   16659:        * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
                   16660:          work now
                   16661: 
                   16662:        * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
                   16663:          error in xnode, which were not catched in xdoc]
                   16664: 
                   16665:        * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
                   16666:          prepared:        // validate each document after load/create (?)
                   16667:                 //xmlDoValidityCheckingDefaultValue = 1;
                   16668: 
                   16669: 2002-08-15  paf
                   16670: 
                   16671:        * src/classes/classes.h: write to static var caused useless
                   16672:          Exception, introduced Methoded::put_element wich consumes those
                   16673: 
                   16674:        * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
                   16675:          src/types/pa_vcookie.C, src/types/pa_vdate.h,
                   16676:          src/types/pa_vresponse.C, src/types/pa_vresponse.h:
                   16677:          $response:field[date] $response:field[$.xxx[date]]
                   16678: 
                   16679:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   16680:          classes/void.C, include/pa_sql_connection.h: fixed source of
                   16681:          ^hash::sql{bad}
                   16682: 
                   16683:        * operators.txt: $request:body unprecessed POST request body
                   16684: 
                   16685:        * src/types/pa_vrequest.C: $request:body unprecessed POST request
                   16686: 
                   16687:        * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
                   16688:          pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
                   16689: 
                   16690:        * operators.txt, src/classes/form.C, src/include/pa_pool.h,
                   16691:          src/include/pa_request.h, src/main/pa_pool.C,
                   16692:          src/types/pa_vform.C, src/types/pa_vform.h: planning/preparing_to
                   16693:          $request:body r.post_data now const
                   16694: 
                   16695:        * src/: classes/image.C, classes/op.C, classes/xdoc.C,
                   16696:          classes/xnode.C, main/execute.C, types/pa_value.h,
                   16697:          types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
                   16698:          types/pa_vtable.h: instead of type() checking everywhere used
                   16699:          Value.as now user descendants can be used in params.
                   16700: 
                   16701:          VObject::as_*, is_defined now taken from bases.  xtable(table)
                   16702:          ^if($xtable) now OK
                   16703: 
                   16704:        * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
                   16705:          types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
                   16706:          types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
                   16707: 
                   16708: 2002-08-14  paf
                   16709: 
                   16710:        * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
                   16711:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   16712:          types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   16713:          types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
                   16714:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   16715:          types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
                   16716:          types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
                   16717:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   16718:          types/pa_vresponse.C, types/pa_vresponse.h,
                   16719:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   16720:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
                   16721:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   16722:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   16723:          types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
                   16724:          & VClass
                   16725: 
                   16726:        * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
                   16727: 
                   16728:        * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
                   16729:          removed fixopt stupidity. on stupid linux use cd /document/root
                   16730:          ../cgi/parser3 script
                   16731: 
                   16732:        * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
                   16733:          params, splitting them by space, excluding argv[0], argv[argc-1]
                   16734: 
                   16735:        * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
                   16736:          fixopt.h: fixopt now preprocesses command line params, splitting
                   16737:          them by space, excluding argv[0], argv[argc-1]
                   16738: 
                   16739:        * src/targets/cgi/parser3.C: -f config file
                   16740: 
                   16741:        * src/targets/cgi/parser3.C: fixed .log file dir
                   16742: 
                   16743: 2002-08-13  paf
                   16744: 
                   16745:        * src/types/pa_vobject.C: allow override parent variables, useful
                   16746:          for form descendants [in vobject too, were in vclass]
                   16747: 
                   16748:        * src/types/pa_vclass.C: allow override parent variables, useful
                   16749:          for form descendants
                   16750: 
                   16751:        * src/types/pa_vclass.C: checked: form[vclass]fields can be
                   16752:          overwritten in derived(table)
                   16753: 
                   16754:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   16755:          classes/xnode.h, include/pa_request.h, main/execute.C,
                   16756:          main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
                   16757:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   16758:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
                   16759:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   16760:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
                   16761:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   16762:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   16763:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   16764:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   16765:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
                   16766:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   16767:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   16768:          types/pa_vxnode.h, types/pa_wwrapper.h: introduced
                   16769:          Value::get_element(..., bool looking_down) [needed to exclude
                   16770:          endless recoursion]
                   16771: 
                   16772:        * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
                   16773:          fix bug with put endless recoursion todo: check 'as'
                   16774: 
                   16775:        * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
                   16776:          reorganized modules todo: fix bug with put endless recoursion
                   16777:          todo: check 'as'
                   16778: 
                   16779:        * src/types/pa_vobject.h: checked: table fields can be overwritten
                   16780:          in derived(table)
                   16781: 
                   16782:        * src/types/pa_vobject.h: derived classes can have fields of their
                   16783:          own now
                   16784: 
                   16785:        * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
                   16786:          fixed error message on using non-created table
                   16787: 
                   16788:        * src/: classes/form.C, classes/hash.C, classes/mail.C,
                   16789:          classes/op.C, classes/xnode.h, include/pa_request.h,
                   16790:          main/compile.C, main/compile.tab.C, main/execute.C,
                   16791:          main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
                   16792:          types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   16793:          types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
                   16794:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   16795:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
                   16796:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   16797:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   16798:          types/pa_vresponse.C, types/pa_vresponse.h,
                   16799:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   16800:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
                   16801:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   16802:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   16803:          types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
                   16804:          looking down/up tree todo: fix error message on non-constructed
                   16805:          parents
                   16806: 
                   16807: 2002-08-12  paf
                   16808: 
                   16809:        * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
                   16810:          derived OK
                   16811: 
                   16812:        * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
                   16813:          thorough testing
                   16814: 
                   16815:        * src/: main/compile.tab.C, main/compile.y, main/execute.C,
                   16816:          main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
                   16817:          types/pa_vobject.h, types/pa_vstateless_class.h,
                   16818:          types/pa_vstateless_object.h, types/pa_wcontext.h,
                   16819:          types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
                   16820:          ^base:create[] dynamic call rewritten todo: thorough testing
                   16821: 
                   16822:        * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
                   16823:          now instantates base class, remembers it and saves child in
                   16824:          parent VObject.get_class now returns last child = downward
                   16825:          virtual calls OK
                   16826: 
                   16827:        * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
                   16828:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
                   16829:          types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
                   16830:          types/pa_vobject.h, types/pa_vresponse.h,
                   16831:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   16832:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
                   16833:          types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
                   16834:          VAliased [redundant], moved $CLASS to VObject only [parser class
                   16835:          instance]
                   16836: 
                   16837:        * bin/auto.p.dist.in: more like in dist on parser.ru
                   16838: 
                   16839:        * bin/auto.p.dist.in: fixed sendmail default comment
                   16840: 
                   16841:        * src/main/pa_request.C: $response:body[file] content-type check
                   16842:          fixed [were bad when content-type is hash]
                   16843: 
                   16844: 2002-08-09  paf
                   16845: 
                   16846:        * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
                   16847:          types/pa_vobject.h, types/pa_vxdoc.h: started as()
                   16848: 
                   16849: 2002-08-08  paf
                   16850: 
                   16851:        * operators.txt, src/classes/date.C, src/include/pa_globals.h,
                   16852:          src/main/pa_globals.C: year column in month calendar [week year]
                   16853: 
                   16854:        * src/main/execute.C: error reporting on object writes to MAIN
                   16855:          improved [were ruind with fixing $obj[^if(1){$obj}] ]
                   16856: 
                   16857:        * operators.txt, src/types/pa_vdate.h: $date.yearday
                   16858:          $date.daylightsaving
                   16859: 
                   16860:        * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
                   16861:          use tainted data now. only she must specify the language.
                   16862: 
                   16863:          ^mail:send[     $.from[paf@mail.design.ru]
                   16864:          $.to[paf@mail.design.ru]        $.subject[^taint[uri][ìîñêâà]=2]
                   16865:                $.text[^taint[uri][ìîñêâà]=] ]
                   16866: 
                   16867:        * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
                   16868:          now prints more precise origin
                   16869: 
                   16870:        * src/include/pa_string.h: String::first_char now not fails on
                   16871:          empty strings ^if(-f '') now ok and in 3 other places.
                   16872: 
                   16873:        * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
                   16874:          String::first_char now not fails on empty strings ^if(-f '') now
                   16875:          ok and in 3 other places.
                   16876: 
                   16877: 2002-08-07  paf
                   16878: 
                   16879:        * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
                   16880:          fixed
                   16881: 
                   16882:        * src/main/pa_string.C: ^string.mid(0;bad) fixed
                   16883: 
                   16884:        * src/: main/execute.C, types/pa_vcode_frame.h,
                   16885:          types/pa_vmethod_frame.h, types/pa_wcontext.C,
                   16886:          types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
                   16887:          mistakenly not completely transparent to object writes.
                   16888:          $hash[^if(1){$hash}] now works
                   16889: 
                   16890:        * operators.txt, src/classes/op.C: ^cache...{...^cache<<to past...}
                   16891:          now erasing cache file [there were bad check on that]
                   16892: 
                   16893:        * src/: classes/classes.dsp, classes/table.C,
                   16894:          lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
                   16895:          all Debug dirs in .dsp now named 'Debug'
                   16896: 
1.116     moko     16897:        * etc/parser3.charsets/Makefile.am: all included into dist
1.95      moko     16898: 
                   16899:        * operators.txt, src/classes/mail.C: exception_type  email.send
                   16900: 
                   16901:        * operators.txt, src/types/pa_vmail.C: exception_type  email.format
                   16902: 
                   16903:        * src/types/pa_vmail.C: mail:send empty  email checked
                   16904: 
                   16905: 2002-08-06  paf
                   16906: 
                   16907:        * operators.txt, src/classes/table.C, src/include/pa_array.h,
                   16908:          src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
                   16909:          ^table::create[$source;$.options] ^table::join[$source;$.options]
                   16910: 
                   16911:        * operators.txt, src/classes/hash.C, src/classes/string.C,
                   16912:          src/classes/table.C: sql options can be string now ^xxx:sql{...}[
                   16913:          #  $.default() }
                   16914: 
                   16915:        * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
                   16916: 
                   16917:        * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
                   16918:          main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
                   16919:          $file.content-type [instead of .mime-type] now works for
                   16920:          file::stat also
                   16921: 
                   16922:        * src/main/pa_request.C: case insensitive mime_type_of
                   16923: 
                   16924:        * bin/auto.p.dist.in: jpeg
                   16925: 
                   16926: 2002-08-05  paf
                   16927: 
                   16928:        * src/types/pa_vxnode.C: xnode.childNodes  now 0... [were 1...]
                   16929: 
                   16930:        * src/types/pa_vmail.C: file buffer relocated to parser heap
                   16931: 
                   16932:        * operators.txt: comment on date:calendar week column
                   16933: 
                   16934:        * src/main/pa_common.C: write checked
                   16935: 
                   16936:        * src/main/: pa_common.C: write checked
                   16937: 
                   16938:        * src/classes/date.C: +1 buf size for stupid snprintfs
                   16939: 
                   16940:        * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
                   16941:          month calendar week column [ISO 8601 Week Numbers]
                   16942: 
                   16943: 2002-08-02  paf
                   16944: 
                   16945:        * src/: include/pa_config_fixed.h, main/pa_string.C,
                   16946:          targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
                   16947:          DEBUG*
                   16948: 
                   16949:        * configure, configure.in, src/include/pa_version.h: release
                   16950:          3_0_0005
                   16951: 
                   16952:        * bin/auto.p.dist.in: unhandled_exception comments
                   16953: 
                   16954:        * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
                   16955:          multipart post fixed
                   16956: 
                   16957:        * operators.txt, src/main/pa_request.C, src/types/pa_vform.C:
                   16958:          response transcoded source->client only when text/* or simple
                   16959:          onoverridden $response:body
                   16960: 
                   16961: 2002-08-01  paf
                   16962: 
                   16963:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   16964:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   16965:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   16966:          classes/op.C, classes/response.C, classes/string.C,
                   16967:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   16968:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   16969:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   16970:          include/pa_config_fixed.h, include/pa_dictionary.h,
                   16971:          include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
                   16972:          include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
                   16973:          include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
                   16974:          include/pa_socks.h, include/pa_sql_connection.h,
                   16975:          include/pa_sql_driver_manager.h, include/pa_stack.h,
                   16976:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   16977:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   16978:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   16979:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                   16980:          lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
                   16981:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   16982:          main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
                   16983:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
                   16984:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   16985:          main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
                   16986:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   16987:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   16988:          main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
                   16989:          targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
                   16990:          targets/cgi/parser3.C, targets/cgi/pool_storage.h,
                   16991:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   16992:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
                   16993:          types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
                   16994:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
                   16995:          types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   16996:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
                   16997:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   16998:          types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
                   16999:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   17000:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
                   17001:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   17002:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   17003:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   17004:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   17005:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   17006:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   17007:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   17008:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1.119     moko     17009:          types/pa_wcontext.h, types/pa_wwrapper.h: Date: now
1.95      moko     17010: 
                   17011:        * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
                   17012:          classes/date.C, classes/double.C, classes/file.C, classes/form.C,
                   17013:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   17014:          classes/math.C, classes/op.C, classes/response.C,
                   17015:          classes/string.C, classes/table.C, classes/void.C,
                   17016:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   17017:          include/pa_array.h, include/pa_cache_managers.h,
                   17018:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   17019:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   17020:          include/pa_dictionary.h, include/pa_dir.h,
                   17021:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   17022:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   17023:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   17024:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   17025:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   17026:          include/pa_stack.h, include/pa_string.h,
                   17027:          include/pa_stylesheet_connection.h,
                   17028:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   17029:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   17030:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
                   17031:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   17032:          main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
                   17033:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   17034:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   17035:          main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
                   17036:          main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
                   17037:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   17038:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   17039:          main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   17040:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   17041:          targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
                   17042:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   17043:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   17044:          targets/isapi/pool_storage.h, types/pa_valiased.C,
                   17045:          types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
                   17046:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   17047:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   17048:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   17049:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   17050:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
                   17051:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
                   17052:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   17053:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   17054:          types/pa_vresponse.C, types/pa_vresponse.h,
                   17055:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   17056:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   17057:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   17058:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   17059:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   17060:          types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   17061:          types/pa_wwrapper.h, types/types.dsp, Makefile.am,
                   17062:          classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
                   17063:          types/Makefile.am: ident.C* removed
                   17064: 
                   17065:        * operators.txt, src/classes/file.C, src/main/pa_request.C:
                   17066:          file:find[/can/do/this/now.txt]
                   17067: 
                   17068:        * src/targets/cgi/parser3.C: usage to stdout now
                   17069: 
                   17070: 2002-07-31  paf
                   17071: 
                   17072:        * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
                   17073: 
                   17074:        * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
                   17075:          default "postmaster"
                   17076: 
                   17077:        * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
                   17078:          -f postmaster now default sendmail key word "postmaster"
                   17079:          replaced to $.from
                   17080: 
                   17081: 2002-07-30  paf
                   17082: 
1.116     moko     17083:        * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
                   17084:          src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95      moko     17085: 
                   17086:        * src/main/pa_charset.C: comment
                   17087: 
                   17088:        * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
                   17089:          table, &#decimal;
                   17090: 
                   17091:        * src/main/pa_request.C: comment
                   17092: 
                   17093:        * etc/parser3.charsets/windows-1251.cfg: section sign [russian
                   17094:          paragraf]
                   17095: 
                   17096: 2002-07-11  paf
                   17097: 
                   17098:        * src/main/pa_exec.C: build command line badly added params twice
                   17099:          [and first time without ' ']. double wrong. fixed.
                   17100: 
                   17101:        * src/main/pa_exec.C: invalid .exe caused error message with params
                   17102:          wich parser did not provide = reported badly.  fixed that.
                   17103: 
                   17104:        * src/classes/mail.C: $MAIL[ # xxx ]
                   17105: 
                   17106:          now ok
                   17107: 
                   17108:        * operators.txt: plan: sql detailed exception
                   17109: 
                   17110: 2002-07-01  paf
                   17111: 
                   17112:        * src/: classes/form.C, main/pa_request.C: @conf bug fixed
                   17113:          [MForm.configure_admin were called when request.main_class ==0
                   17114: 
                   17115:        * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
                   17116: 
                   17117:        * src/classes/form.C: content_length type fix
                   17118: 
                   17119: 2002-06-30  paf
                   17120: 
                   17121:        * src/classes/mail.C: merged from 4
                   17122: 
                   17123:        * src/classes/mail.C: restored $MAIL
                   17124: 
                   17125: 2002-06-28  paf
                   17126: 
                   17127:        * configure, configure.in: removed paths.h
                   17128: 
1.116     moko     17129:        * configure, src/include/pa_version.h,
1.95      moko     17130:          src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
                   17131:          merged, makes updated
                   17132: 
                   17133:        * ChangeLog, configure, operators.txt, src/classes/xdoc.C,
                   17134:          src/include/pa_charset.h, src/include/pa_config_fixed.h,
                   17135:          src/include/pa_pool.h, src/include/pa_version.h,
                   17136:          src/main/pa_charset.C, src/main/pa_pool.C,
                   17137:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
                   17138:          src/types/pa_vmail.C: merged latest updates to head
                   17139: 
                   17140: 2002-06-27  paf
                   17141: 
                   17142:        * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
                   17143:          not error now
                   17144: 
                   17145:        * operators.txt, src/classes/xdoc.C, src/include/pa_charset.h,
                   17146:          src/include/pa_config_fixed.h, src/include/pa_pool.h,
                   17147:          src/main/pa_charset.C, src/main/pa_pool.C:
                   17148:          ^xdoc::create[[uri]]... base uri for document being created,
                   17149:          imports and other relative file names would be relative to this
                   17150:          uri default uri=path_translated
                   17151: 
                   17152:        * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
                   17153: 
                   17154: 2002-06-26  paf
                   17155: 
                   17156:        * configure, configure.in, src/include/pa_version.h:
                   17157:          release_3_0_0004
                   17158: 
                   17159:        * src/main/pa_string.C: blank string '', ' <whitespace>' considered
                   17160:          0 now
                   17161: 
                   17162:        * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
                   17163: 
                   17164: 2002-06-25  paf
                   17165: 
                   17166:        * src/main/pa_string.C: emtpy string, or string of whitespaces
                   17167:          considered bad number now
                   17168: 
                   17169:        * operators.txt, src/classes/xdoc.C: ^xdoc.transform[xdoc <<can be
                   17170:          now
                   17171: 
                   17172:        * operators.txt, src/classes/string.C: ^string.normalize  [old
                   17173:          name: optimize
                   17174: 
                   17175:        * configure, configure.in, src/include/pa_config_auto.h.in: crypt
                   17176:          library configured
                   17177: 
                   17178:        * src/main/pa_request.C: configure_admin forced if no @conf
                   17179: 
                   17180:        * operators.txt, bin/auto.p.dist.in, src/classes/math.C,
                   17181:          src/types/pa_vmail.C: ^math:crypt updated to generate random salt
                   17182:          when needed and to call system crypt() if not $apr1$ prefix
                   17183: 
                   17184: 2002-06-24  paf
                   17185: 
                   17186:        * INSTALL: --with-static/shared-mailreceive described
                   17187: 
                   17188:        * src/include/pa_config_fixed.h: ssize_t fixed
                   17189: 
1.116     moko     17190:        * configure, configure.in, src/include/pa_config_auto.h.in,
                   17191:          src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95      moko     17192:          src/types/pa_vmail.C: $mail:received makes update
                   17193: 
                   17194:        * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
                   17195:          WITH_MAILRECEIVE
                   17196: 
                   17197:        * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
                   17198: 
                   17199:        * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
                   17200:          option, for $mail:receive
                   17201: 
                   17202:        * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
                   17203:          introducting $message:received ^mail:send rewritten with backward
                   17204:          comp
                   17205: 
                   17206:        * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
                   17207:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   17208:          types/types.dsp: win32xml win32mailreceive pseudomodules paths
                   17209:          now
                   17210: 
                   17211:        * operators.txt, src/classes/mail.C, src/include/Makefile.am,
                   17212:          src/include/pa_charset.h, src/include/pa_config_fixed.h,
                   17213:          src/include/pa_request.h, src/include/pa_string.h,
                   17214:          src/include/pa_uue.h, src/main/Makefile.am, src/main/main.dsp,
                   17215:          src/main/pa_globals.C, src/main/pa_request.C,
                   17216:          src/main/pa_string.C, src/main/pa_uue.C,
                   17217:          src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
                   17218:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
                   17219:          src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
                   17220:          uue to separate file introducting $message:received ^mail:send
                   17221:          rewritten with backward comp
                   17222: 
                   17223: 2002-06-21  paf
                   17224: 
1.116     moko     17225:        * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
                   17226:          co changes
1.95      moko     17227: 
1.116     moko     17228:        * configure, configure.in, src/lib/md5/Makefile.am,
                   17229:          src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
                   17230:          restructure .in and .am files appropriate changes
1.95      moko     17231: 
                   17232:        * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
                   17233:          pcre to libs/ added libs/md5 which is linked to non-apache
                   17234:          targets ^math:crypt[password;$apr1$salt]
                   17235: 
                   17236:        * INSTALL, configure.in, operators.txt, parser3.dsw,
                   17237:          src/Makefile.am, src/classes/Makefile.am,
                   17238:          src/classes/classes.dsp, src/classes/math.C,
                   17239:          src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.116     moko     17240:          src/lib/pcre/Makefile.am, src/lib/pcre/README,
                   17241:          src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
                   17242:          src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
                   17243:          src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
                   17244:          src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
                   17245:          src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
                   17246:          src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
                   17247:          src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95      moko     17248:          src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
                   17249:          src/lib/pcre/pcre_parser_ctype.dsp,
                   17250:          src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
                   17251:          src/lib/pcre/win-koi.tab, src/main/Makefile.am,
                   17252:          src/main/compile.tab.C, src/main/main.dsp,
                   17253:          src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
                   17254:          src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
                   17255:          src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
                   17256:          to libs/ added libs/md5 which is linked to non-apache targets
                   17257:          ^math:crypt[password;$apr1$salt]
                   17258: 
                   17259: 2002-06-20  paf
                   17260: 
                   17261:        * INSTALL, configure, configure.in, operators.txt, bin/Makefile.am,
1.116     moko     17262:          bin/auto.p.dist.in, src/classes/file.C, src/classes/op.C,
                   17263:          src/doc/doxygen.cfg, src/include/pa_globals.h,
1.95      moko     17264:          src/include/pa_request.h, src/main/execute.C,
                   17265:          src/main/pa_request.C, src/targets/cgi/parser3.C,
                   17266:          src/targets/isapi/parser3isapi.C, src/types/pa_vmethod_frame.h:
                   17267:          marged latest HEAD updates, mainly file:justname&co &
                   17268:          @auto/conf[filespec
                   17269: 
                   17270:        * operators.txt, src/classes/file.C:
                   17271:          !^file:dirname[/a/some.tar.gz]=/a
                   17272:              !^file:dirname[/a/b/]=/a
                   17273:              !^file:basename[/a/some.tar.gz]=some.tar.gz
                   17274:              !^file:justname[/a/some.tar.gz]=some.tar
                   17275:              !^file:justext[/a/some.tar.gz]=gz
                   17276: 
                   17277:        * src/: classes/op.C, include/pa_request.h, main/execute.C,
                   17278:          main/pa_request.C, types/pa_vmethod_frame.h: introducing
                   17279:          @conf/auto[filespec]
                   17280: 
                   17281:        * bin/auto.p.dist.in: <noindex>
                   17282: 
1.116     moko     17283:        * configure: parser3.conf renamed to auto.p autoconf changes
1.95      moko     17284: 
                   17285:        * INSTALL, configure.in, operators.txt, bin/Makefile.am,
                   17286:          bin/auto.p.dist.in, src/doc/doxygen.cfg,
                   17287:          src/include/pa_globals.h, src/targets/cgi/parser3.C,
                   17288:          src/targets/isapi/parser3isapi.C: parser3.conf renamed to auto.p
                   17289: 
                   17290: 2002-06-18  paf
                   17291: 
                   17292:        * configure, configure.in, src/include/pa_version.h: version to
                   17293:          configure.in
                   17294: 
                   17295:        * INSTALL: reflected .conf.dist dir change
                   17296: 
1.116     moko     17297:        * Makefile.am, configure, configure.in, bin/Makefile.am,
                   17298:          etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95      moko     17299:          .in & *.am updated
                   17300: 
                   17301:        * src/classes/file.C: strncasecmp
                   17302: 
                   17303:        * src/classes/file.C: strcasecmp
                   17304: 
1.116     moko     17305:        * bin/Makefile.am, etc/Makefile.am: bin/parser3.conf.dist [moved
                   17306:          from etc
1.95      moko     17307: 
                   17308:        * src/classes/file.C: ^file::exec[script;$.bad error case
                   17309:          insensitive check now
                   17310: 
                   17311:        * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
                   17312: 
                   17313:        * configure, configure.in, src/include/pa_pool.h,
                   17314:          src/include/pa_types.h: pack configure.in detection simplified.
                   17315:          figured out that gcc on sparc not that stupid as thought
                   17316:          previously: on sparc: when it sees packed class it modifies it's
                   17317:          field-access-code to byte operations [stb, ldub] instead of 4byte
                   17318:          operations [st, lduh] so packed must be all parts of packed
                   17319:          class, i.e. it's parents&fields(classes).  for now it's only
                   17320:          String that packed and what was wrong is that it's parent -
                   17321:          Pooled, were not packed. fixed that.
                   17322: 
                   17323: 2002-06-14  paf
                   17324: 
                   17325:        * operators.txt: more precise xml-to-text options
                   17326: 
                   17327:        * operators.txt, src/types/pa_vxnode.C: xnode
                   17328:          attribute_node.name/value xnode pi.node.data
                   17329: 
                   17330: 2002-06-12  paf
                   17331: 
1.116     moko     17332:        * configure, configure.in, src/targets/cgi/Makefile.am,
                   17333:          src/targets/cgi/parser3.C: removed root conf define creation
1.95      moko     17334: 
                   17335:        * INSTALL, configure.in, operators.txt, etc/Makefile.am,
                   17336:          src/include/pa_globals.h, src/include/pa_request.h,
                   17337:          src/main/compile.tab.C, src/main/pa_globals.C,
                   17338:          src/main/pa_request.C, src/targets/cgi/parser3.C,
                   17339:          src/targets/isapi/parser3isapi.C: parser3.conf now one and only
                   17340: 
                   17341:        * src/classes/mail.C: sendmail -ti [default now]
                   17342: 
                   17343:        * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
                   17344:          to be strings. for convinient #ing
                   17345: 
                   17346:        * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
                   17347:          main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
                   17348: 
                   17349:        * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
                   17350:          main/pa_globals.C, main/pa_request.C: @conf
                   17351: 
                   17352: 2002-06-11  paf
                   17353: 
                   17354:        * src/classes/file.C: check simplified
                   17355: 
                   17356:        * src/: classes/file.C, targets/cgi/parser3.dsp,
                   17357:          targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
                   17358:          valid prefix
                   17359: 
                   17360:        * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
                   17361:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
                   17362:          file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
                   17363: 
                   17364: 2002-06-10  paf
                   17365: 
                   17366:        * operators.txt, src/classes/op.C, src/include/pa_common.h,
                   17367:          src/main/pa_common.C: lock failures reported now
                   17368: 
                   17369:        * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
                   17370:          string->double @ compile time were not-enough-checking...
                   17371: 
                   17372:        * src/main/: compile.tab.C, pa_string.C: whitespace after number in
                   17373:          autoconvert now ignored
                   17374: 
                   17375:        * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
                   17376:          check
                   17377: 
                   17378:        * src/classes/mail.C: mail netscape attachment name fixed. todo:
                   17379:          $response:body content-type:name
                   17380: 
                   17381:        * configure, configure.in: hpux check, nsl link, no socket
                   17382: 
                   17383:        * operators.txt: old merge conflict removed
                   17384: 
                   17385:        * configure, configure.in: pack even address access on sparc&co
                   17386:          arch checked in configure
                   17387: 
                   17388:        * configure, src/include/pa_version.h: makes
                   17389: 
                   17390:        * configure, configure.in, src/include/pa_version.h: makes
                   17391: 
                   17392:        * src/main/untaint.C: (bug#2) mail subject got always prepended
                   17393:          with charset even when all letters were 7bit one
                   17394: 
                   17395:        * src/main/pa_common.C: merged fixed -d (bug)
                   17396: 
                   17397:        * src/main/pa_common.C: fixed -d (bug)
                   17398: 
                   17399: 2002-06-03  paf
                   17400: 
                   17401:        * ChangeLog, operators.txt, etc/parser3.charsets/windows-1251.cfg,
                   17402:          src/classes/classes.dsp, src/main/compile.tab.C,
                   17403:          src/main/main.dsp, src/main/pa_globals.C,
                   17404:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
                   17405:          src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
                   17406:          .dsp-s along with reorganized cvs modules dirs structure
                   17407: 
                   17408:        * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
                   17409:          main/pa_globals.C, targets/cgi/parser3.dsp,
                   17410:          targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
                   17411:          modules
                   17412: 
                   17413: 2002-05-28  paf
                   17414: 
                   17415:        * src/targets/cgi/parser3.C: info.uri now ""
                   17416: 
                   17417: 2002-05-17  paf
                   17418: 
                   17419:        * src/classes/: table.C: ^table.save << checked empty
                   17420:          pre/match/post columns
                   17421: 
                   17422: 2002-05-16  paf
                   17423: 
                   17424:        * src/classes/image.C: image::measure can png now
                   17425: 
                   17426: 2002-05-15  paf
                   17427: 
                   17428:        * operators.txt, src/classes/date.C: ^date::create[%H:%M[:%S]]
                   17429:          added
                   17430: 
                   17431:        * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
                   17432: 
                   17433:        * operators.txt, src/classes/date.C: ^date::create[%Y[-%m[-%d[
                   17434:          %H[:%M[:%S]]]]]] [-%m now
                   17435: 
                   17436: 2002-05-14  paf
                   17437: 
                   17438:        * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
                   17439: 
                   17440: 2002-05-07  paf
                   17441: 
                   17442:        * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
                   17443:          src/include/pa_globals.h, src/include/pa_request.h,
                   17444:          src/include/pa_table.h, src/main/compile.tab.C,
                   17445:          src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
                   17446:          src/main/pa_request.C, src/main/pa_table.C,
                   17447:          src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
                   17448:          src/targets/isapi/parser3isapi.dsp,
                   17449:          src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
                   17450:          name2number field now &.  main_method_name now on Request pool
                   17451:          rather on global_pool [Junction+VJunction created on same pool as
                   17452:          name = were created on global pool, causing mem leaks]
                   17453: 
                   17454:        * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
                   17455:          include/pa_request.h, include/pa_table.h, main/compile.tab.C,
                   17456:          main/compile.y, main/main.dsp, main/pa_globals.C,
                   17457:          main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
                   17458:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   17459:          targets/isapi/pool_storage.h, types/types.dsp: Table name2number
                   17460:          field now &.  main_method_name now on Request pool rather on
                   17461:          global_pool [Junction+VJunction created on same pool as name =
                   17462:          were created on global pool, causing mem leaks]
                   17463: 
                   17464: 2002-05-06  paf
                   17465: 
                   17466:        * src/: main/pa_globals.C, targets/cgi/parser3.C,
                   17467:          targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
                   17468:          100*40 bytes per request memory leak [nonpool malloc in globals]
                   17469: 
                   17470:        * src/: main/pa_globals.C, targets/cgi/parser3.C,
                   17471:          targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
                   17472:          100*40 bytes per request memory leak [nonpool malloc in globals]
                   17473: 
                   17474: 2002-04-30  paf
                   17475: 
                   17476:        * configure, src/include/pa_version.h: version now not b
                   17477: 
                   17478:        * src/targets/cgi/parser3.C: request.uri now never 0
                   17479: 
                   17480: 2002-04-29  paf
                   17481: 
                   17482:        * configure.in: removed b
                   17483: 
                   17484:        * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
                   17485:          Exception::comment/type checked in (), no there's no empty
                   17486:          type/comment by default
                   17487: 
                   17488:        * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
                   17489:          src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
                   17490:          src/doc/value.dox, src/include/pa_exception.h,
                   17491:          src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
                   17492:          0001
                   17493: 
                   17494: 2002-04-26  paf
                   17495: 
                   17496:        * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
                   17497:          size reduced
                   17498: 
                   17499: 2002-04-25  paf
                   17500: 
                   17501:        * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
                   17502:          under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
                   17503:          now that took into account
                   17504: 
                   17505:        * operators.txt, src/classes/date.C: ^date::create[2002-12-33
                   17506:          01:03:04]
                   17507: 
                   17508:        * ChangeLog, operators.txt, src/classes/date.C:
                   17509:          ^date::create[2002-12-33 01:03:04]
                   17510: 
                   17511:        * ChangeLog: updated changelog
                   17512: 
                   17513:        * src/classes/table.C: removed restriction on column count to
                   17514:          ^table.hash to work, now must be >0 [were >1]
                   17515: 
                   17516: 2002-04-24  paf
                   17517: 
                   17518:        * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
                   17519:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   17520:          targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
                   17521:          targets
                   17522: 
                   17523: 2002-04-23  paf
                   17524: 
                   17525:        * operators.txt, src/classes/string.C:
                   17526:          int/double/string:sql{}[$.default{code}] fixed [were barking:
                   17527:          "junction used outside of context"]
                   17528: 
                   17529: 2002-04-22  paf
                   17530: 
                   17531:        * types.txt, src/classes/string.C, src/include/pa_string.h,
                   17532:          src/main/pa_string.C, src/types/pa_vstring.C,
                   17533:          src/types/pa_vstring.h: ^string.optimize[]
                   17534: 
                   17535:        * src/: include/pa_globals.h, include/pa_table.h,
                   17536:          main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
                   17537:          table template
                   17538: 
                   17539:        * src/classes/: string.C: optimize removed from string
                   17540:          .left/right/pos
                   17541: 
                   17542:        * src/main/execute.C: rolled back to
                   17543:          before_killing_userjunction_contexts
                   17544: 
                   17545:        * src/main/execute.C: user junctions context killed
                   17546: 
                   17547:        * src/main/execute.C: junctions to local contexts got
                   17548:          cleanized&checked later
                   17549: 
                   17550: 2002-04-19  paf
                   17551: 
                   17552:        * src/: classes/string.C, include/pa_request.h,
                   17553:          include/pa_string.h, main/pa_request.C, main/pa_string.C,
                   17554:          types/pa_vstring.C, types/pa_vstring.h: string now optimized
                   17555:          prior to .left .right .mid .pos .match when that is profitable,
                   17556:          and always before .replace when $ORIGINS(1) optimization disabled
                   17557:          economy from not wasting mem on lots of strings which occur by
                   17558:          lots of String:mid calls to get parts of source string between
                   17559:          found_occurances
                   17560: 
                   17561:        * src/classes/file.C: ovector now local economy: 16 bytes per
                   17562:          ^file:list
                   17563: 
                   17564:        * src/: include/pa_globals.h, include/pa_table.h,
                   17565:          main/pa_globals.C, main/pa_string.C: String::match table columns
                   17566:          globalized, not created @ each ^match anymore economy:
                   17567:          sizeof(Array)+space on 3+x cells=24+ bytes per ^match
                   17568: 
                   17569:        * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
                   17570:          removed from each String::match replace iteration, and made
                   17571:          stacked sizeof(VTable)=12bytes economy on each replace code
                   17572: 
                   17573:        * src/doc/footer.htm: 2001,
                   17574: 
                   17575:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   17576:          string.match[]['] option enables generation of $match.prematch
                   17577:          .match .postmatch columns
                   17578: 
                   17579:        * src/main/pa_string.C: String::match options analized without
                   17580:          cstr-ing them now
                   17581: 
                   17582:        * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
                   17583:          sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
                   17584:          config updated to doxygen 1.2.15, created helper which fixes
                   17585:          minor bugs in chm project files & htm tree.  changed extension to
                   17586:          .htm
                   17587: 
                   17588: 2002-04-18  paf
                   17589: 
                   17590:        * src/doc/doxygen.cfg: .chi generation disabled
                   17591: 
                   17592:        * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
                   17593:          classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
                   17594:          fields&methods
                   17595: 
                   17596:        * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
                   17597:          types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
                   17598:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
                   17599:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
                   17600:          types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
                   17601:          types/pa_vresponse.h, types/pa_vstateless_class.h,
                   17602:          types/pa_vstateless_object.h, types/pa_vstatus.h,
                   17603:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
                   17604:          types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
                   17605:          VStateless_class to VObject
                   17606: 
                   17607:        * src/: main/pa_request.C, types/pa_valiased.h,
                   17608:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   17609:          types/pa_vstring.h: VStateless_string_object speicalized light
                   17610:          version of VStateless_object
                   17611: 
                   17612:        * src/classes/op.C: ^throw comment param made optional
                   17613: 
                   17614:        * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
                   17615:          pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
                   17616:          and implemented down in VClass, fclass_alias removed,
                   17617: 
                   17618:        * src/types/pa_value.C: forced to cut that from .h because of
                   17619:          VStateless_class usage [undefined in .h]
                   17620: 
                   17621:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   17622:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   17623:          main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
                   17624:          merged with OP_CALL, VCodeFrame move to stack [no more heap waste
                   17625:          on each CALL]
                   17626: 
                   17627:        * src/: classes/classes.h, classes/date.C, classes/double.C,
                   17628:          classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
                   17629:          classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
                   17630:          classes/response.C, classes/string.C, classes/table.C,
                   17631:          classes/void.C, classes/xnode.C, include/pa_globals.h,
                   17632:          include/pa_request.h, main/execute.C, main/pa_globals.C,
                   17633:          main/pa_request.C, types/Makefile.am, types/pa_value.h,
                   17634:          types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
                   17635:          types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   17636:          types/pa_vstateless_class.h, types/pa_wcontext.C,
                   17637:          types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
                   17638:          removed Value::fname
                   17639: 
                   17640: 2002-04-17  paf
                   17641: 
                   17642:        * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
                   17643:          doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
                   17644:          doc/pooled.dox, doc/string.dox, doc/targets.dox,
                   17645:          include/pa_pool.h, include/pa_types.h: dox updated to current
                   17646:          state, PTHROW freshen to throw & co
                   17647: 
                   17648:        * src/types/pa_vhash.h: vstring wrong parent fixed
                   17649: 
                   17650:        * src/classes/op.C: taint local result var bug fixed
                   17651: 
                   17652: 2002-04-16  paf
                   17653: 
                   17654:        * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
                   17655:          Attic asm.txt as most interesting
                   17656: 
                   17657:        * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
                   17658:          check, preventing content-length: 0 from appearing
                   17659: 
                   17660:        * src/main/execute.C: $result in @main now taken into account as in
                   17661:          usual functions
                   17662: 
                   17663:        * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
                   17664:          & @unhandled_exception now taken into account as in usual
                   17665:          functions
                   17666: 
                   17667:        * src/doc/postbuild.txt: instructions on post .html build
                   17668: 
                   17669:        * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
                   17670: 
                   17671:        * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
                   17672:          tainted
                   17673: 
                   17674:        * src/main/pa_request.C: uri in error log
                   17675: 
                   17676:        * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
                   17677:          cheched date:create(days) param for validity [later were assumed
                   17678:          valid and crashed on invalid onces]
                   17679: 
                   17680:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   17681:          main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
                   17682:          and used that for removing VString wrapper
                   17683: 
                   17684:        * src/classes/op.C: exception2vhash file now tainted
                   17685: 
                   17686:        * src/classes/op.C: _process pseudo origin copied from local var to
                   17687:          heap
                   17688: 
                   17689:        * src/classes/op.C: extra check on empty file in origin in _execute
                   17690: 
                   17691: 2002-04-15  paf
                   17692: 
                   17693:        * src/: main/execute.C, types/pa_value.h: fixed name update
                   17694: 
                   17695:        * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
                   17696:          functions
                   17697: 
                   17698:        * src/: classes/file.C, classes/hash.C, classes/op.C,
                   17699:          include/pa_request.h, main/execute.C, types/pa_wcontext.h:
                   17700:          started dual write_xxx_lang functions, if checked & works
                   17701: 
                   17702:        * src/: classes/date.C, classes/file.C, classes/mail.C,
                   17703:          classes/string.C, classes/xnode.C, include/pa_request.h,
                   17704:          types/pa_value.h, types/pa_wcontext.h: removed absolutely
                   17705:          unnecessary VString shells
                   17706: 
                   17707:        * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
                   17708:          prev changes]
                   17709: 
                   17710:        * src/: classes/image.C, classes/op.C, classes/string.C,
                   17711:          classes/table.C, include/pa_request.h, main/execute.C,
                   17712:          types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
                   17713:          StringOrValue wcontext result, now ready for dual writes
                   17714: 
                   17715:        * src/targets/cgi/parser3.C: ctime sometimes can be just "",
                   17716:          checked that
                   17717: 
                   17718:        * src/main/: compile.tab.C, compile.y, compile_tools.C,
                   17719:          compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
                   17720:          changed to OP_WRITE_VALUE in var get cases
                   17721: 
                   17722:        * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
                   17723:          include/pa_request.h, main/compile.tab.C, main/compile.y,
                   17724:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   17725:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
                   17726:          switch in hash constructor fixed [were problems with using of
                   17727:          stacked wwrapper after it's death]
                   17728: 
                   17729: 2002-04-12  paf
                   17730: 
                   17731:        * operators.txt, src/classes/table.C: table.select(expression) 0
                   17732: 
                   17733: 2002-04-11  paf
                   17734: 
                   17735:        * src/: classes/string.C, include/pa_request.h, main/execute.C:
                   17736:          Request::process_internal codeFrame & wwrapper stacked [not
                   17737:          wasting  heap anymore]
                   17738: 
                   17739: 2002-04-10  paf
                   17740: 
                   17741:        * src/: classes/double.C, classes/file.C, classes/hash.C,
                   17742:          classes/image.C, classes/int.C, classes/math.C, classes/op.C,
                   17743:          classes/string.C, classes/table.C, classes/void.C,
                   17744:          classes/xdoc.C, include/pa_request.h, main/execute.C,
                   17745:          main/pa_string.C: killed Request::process() wrapping
                   17746:          VString(String) in case we need only String
                   17747: 
                   17748:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   17749:          killed 8 bytes from String.head
                   17750: 
                   17751: 2002-04-09  paf
                   17752: 
                   17753:        * src/: main/compile.tab.C, targets/cgi/parser3.C,
                   17754:          targets/isapi/parser3isapi.C: removed {   char *a;   {      /*sub
                   17755:          local*/char b[...];      a=b; situations
                   17756: 
                   17757:        * operators.txt, src/classes/xdoc.C: xslt params made literal
                   17758: 
                   17759:        * src/classes/xdoc.C: xslt params fixed
                   17760: 
                   17761:        * src/: main/pa_common.C, targets/cgi/parser3.C,
                   17762:          types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
                   17763:          not pool.malloc(MAX_NUMBER) but really neaded
                   17764: 
                   17765:        * operators.txt, src/classes/double.C, src/classes/int.C:
                   17766:          int/double.int/double(default)
                   17767: 
                   17768: 2002-04-04  paf
                   17769: 
                   17770:        * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
                   17771:          [when reconstructing pieces were split by
                   17772:          max_integral(piece.size), thus some strings to replace happen to
                   17773:          be split into two = not replaced)
                   17774: 
                   17775:        * src/targets/cgi/: parser3.C, parser3.dsp: document root in
                   17776:          standalone version = current dir
                   17777: 
                   17778:        * src/targets/cgi/parser3.C: document root in standalone version =
                   17779:          current dir
                   17780: 
                   17781: 2002-04-03  paf
                   17782: 
                   17783:        * configure, configure.in: more checks on nonexistent charset
                   17784: 
1.116     moko     17785:        * INSTALL, configure, configure.in: root config configure options
1.95      moko     17786: 
                   17787: 2002-04-02  paf
                   17788: 
                   17789:        * src/main/compile.C: parser.compile [exception name more like in
                   17790:          doc]
                   17791: 
                   17792: 2002-04-01  paf
                   17793: 
                   17794:        * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
                   17795:          targets/isapi/parser3isapi.dsp: mail subject encoding taken from
                   17796:          .content-type.charset, not .charset
                   17797: 
                   17798: 2002-03-29  paf
                   17799: 
                   17800:        * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
                   17801: 
                   17802:        * operators.txt, src/classes/date.C: ^date::create now may not
                   17803:          supply day, default 1.  checked 29.03 -> 29.02 roll on non 366
                   17804:          days' year.  | 31.05->31.04   roll
                   17805: 
                   17806: 2002-03-28  paf
                   17807: 
                   17808:        * operators.txt, src/classes/date.C, src/classes/op.C,
                   17809:          src/include/pa_globals.h, src/include/pa_hash.h,
                   17810:          src/main/pa_globals.C, src/types/pa_vdate.h: ^cache[file][date]{
                   17811:          ^cache(seconds)    ^cache[date] }
                   17812: 
                   17813:        * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
                   17814:          param
                   17815: 
                   17816: 2002-03-27  paf
                   17817: 
                   17818:        * operators.txt, src/classes/date.C, src/classes/double.C,
                   17819:          src/classes/file.C, src/classes/form.C, src/classes/hash.C,
                   17820:          src/classes/image.C, src/classes/int.C, src/classes/mail.C,
                   17821:          src/classes/math.C, src/classes/op.C, src/classes/string.C,
                   17822:          src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
                   17823:          src/classes/xnode.C, src/include/pa_exception.h,
                   17824:          src/include/pa_request.h, src/include/pa_stylesheet_connection.h,
                   17825:          src/main/compile.C, src/main/compile_tools.C, src/main/execute.C,
                   17826:          src/main/pa_array.C, src/main/pa_charset.C,
                   17827:          src/main/pa_charsets.C, src/main/pa_common.C,
                   17828:          src/main/pa_dictionary.C, src/main/pa_exception.C,
                   17829:          src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
                   17830:          src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
                   17831:          src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
                   17832:          src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
                   17833:          src/types/pa_value.h, src/types/pa_vcookie.C,
                   17834:          src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
                   17835:          src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
                   17836:          src/types/pa_vtable.C, src/types/pa_vxdoc.h,
                   17837:          src/types/pa_vxnode.h, src/types/pa_wcontext.C,
                   17838:          src/types/pa_wwrapper.h: assigned exception types
                   17839: 
                   17840:        * operators.txt, src/classes/op.C, src/include/pa_config_fixed.h,
                   17841:          src/include/pa_request.h, src/main/execute.C,
                   17842:          src/main/pa_request.C: decided agains resetting exception_trace,
                   17843:          just changed name
                   17844: 
                   17845: 2002-03-26  paf
                   17846: 
                   17847:        * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
                   17848:          fixed
                   17849: 
                   17850:        * src/classes/op.C: forced language of $source field of exception
                   17851:          to 'tainted', so that sql-langed-frags could be outputed outside
                   17852:          of connect
                   17853: 
                   17854:        * operators.txt: removed date.roll limit of +-1 offset
                   17855: 
                   17856:        * src/classes/date.C: removed date.roll limit of +-1 offset
                   17857: 
                   17858:        * operators.txt, src/classes/date.C: fixed date roll on
                   17859:          daylightsaving days mktime took into account tm_isdst flag, which
                   17860:          remained from BEFORE roll, but should have been reset
                   17861: 
                   17862: 2002-03-25  paf
                   17863: 
                   17864:        * operators.txt, src/targets/cgi/parser3.C:
                   17865:          http_site_config_filespec
                   17866: 
                   17867:        * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
                   17868:          main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
                   17869:          with any/both --disable-foreign-group-files --disable-execs
                   17870: 
                   17871:        * INSTALL: "--with=sendmail=COMMAND" comment
                   17872: 
                   17873:        * INSTALL, configure, configure.in, src/classes/mail.C,
                   17874:          src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.116     moko     17875:          src/targets/cgi/Makefile.am: --disable-foreign-group-files now
                   17876:          disables execs also.  introducing --sendmail
1.95      moko     17877: 
                   17878:        * operators.txt: pgsql options comment
                   17879: 
                   17880:        * INSTALL: comment on --disable-link-stdcpp
                   17881: 
1.116     moko     17882:        * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
                   17883:          libstdc++ link skipping configure option
1.95      moko     17884: 
                   17885:        * src/: classes/op.C, include/pa_sql_connection.h: sql connection
                   17886:          with error were put to cache with 'marked_to_rollback' flag, all
                   17887:          consequent even OK requests rolled back
                   17888: 
                   17889: 2002-03-22  paf
                   17890: 
                   17891:        * src/main/pa_exec.C: createprocess nowindow flag check on readfile
                   17892:          false return
                   17893: 
                   17894:        * operators.txt: few comments on sets
                   17895: 
                   17896: 2002-03-18  paf
                   17897: 
                   17898:        * operators.txt, src/classes/op.C, src/include/pa_exception.h,
                   17899:          src/include/pa_globals.h, src/include/pa_request.h,
                   17900:          src/include/pa_stack.h, src/main/pa_globals.C,
                   17901:          src/main/pa_request.C: introducing ^try
                   17902: 
                   17903:        * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
                   17904:          types/pa_vdouble.h: removed some tested @tests
                   17905: 
                   17906: 2002-03-15  paf
                   17907: 
                   17908:        * operators.txt, src/classes/table.C: ^table.locate(logical expr)
                   17909: 
                   17910: 2002-03-13  paf
                   17911: 
                   17912:        * src/main/pa_exception.C: checked not-pooled malloc
                   17913: 
                   17914: 2002-03-11  paf
                   17915: 
                   17916:        * INSTALL, configure, configure.in,
                   17917:          src/include/pa_config_auto.h.in: --disable-foreign-group-files
                   17918: 
                   17919:        * src/main/pa_common.C: --disable-foreign-group-files
                   17920: 
                   17921:        * INSTALL: --disable-execs
                   17922: 
                   17923:        * src/main/pa_exec.C: --disable-execs
                   17924: 
                   17925:        * configure, configure.in, src/include/pa_config_auto.h.in:
                   17926:          --disable-execs
                   17927: 
                   17928:        * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
                   17929: 
                   17930:        * src/types/pa_vfile.C: $file.text now 0A linebreaks,
                   17931:          file::exec/cgi linebreaks "0D0A" changed to 0A onces
                   17932: 
                   17933: 2002-03-05  paf
                   17934: 
                   17935:        * operators.txt, src/classes/date.C: date week calendar columns
                   17936:          named
                   17937: 
                   17938:        * operators.txt, src/classes/date.C: date week calendar columns
                   17939:          named
                   17940: 
                   17941:        * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
                   17942:          requires headers to be terminated with \r\n manually [refuses to
                   17943:          separate header/body itself]
                   17944: 
                   17945:        * src/: main/pa_globals.C, targets/cgi/parser3.C,
                   17946:          targets/isapi/parser3isapi.C: isapi site config beside .dll
                   17947: 
                   17948: 2002-03-04  paf
                   17949: 
                   17950:        * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
                   17951:          in PASS language
                   17952: 
                   17953:        * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
                   17954:          deserialize checks on broken file
                   17955: 
                   17956:        * src/targets/isapi/: pa_threads.C, parser3isapi.C,
                   17957:          parser3isapi.dsp: isapi updated
                   17958: 
                   17959: 2002-03-01  paf
                   17960: 
                   17961:        * src/main/pa_exec.C: execle -> execve, now argc OK
                   17962: 
                   17963: 2002-02-28  paf
                   17964: 
                   17965:        * src/main/untaint.C: removed some debug comments
                   17966: 
                   17967:        * src/main/pa_charsets.C: when placing charset to cache using
                   17968:          global name now [were request]
                   17969: 
                   17970:        * configure, configure.in: apache module updated
                   17971: 
                   17972:        * src/main/pa_string.C: origin by first piece preferred before last
                   17973:          piece
                   17974: 
                   17975: 2002-02-27  paf
                   17976: 
                   17977:        * src/main/pa_charset.C: size_t
                   17978: 
                   17979:        * INSTALL: shared/static-xml with-pathlink
                   17980: 
                   17981:        * operators.txt: SMTP comment
                   17982: 
                   17983: 2002-02-26  paf
                   17984: 
                   17985:        * src/main/pa_exec.C: more precise names for vars, cosmetic
                   17986: 
                   17987:        * src/classes/xnode.C: in some situation, xpath query returned
                   17988:          result with type NODESET, but empty nodeset member field, checked
                   17989:          that
                   17990: 
                   17991: 2002-02-22  paf
                   17992: 
                   17993:        * INSTALL: without-zlib comment
                   17994: 
                   17995:        * etc/parser3.charsets/windows-1251.cfg: &deg;
                   17996: 
                   17997:        * configure, configure.in: glib###.a detection fixed
                   17998: 
                   17999:        * INSTALL: hashfile removed from INSTALL
                   18000: 
1.116     moko     18001:        * Makefile.am: make update
1.95      moko     18002: 
                   18003:        * src/main/pa_string.C: string iterators fixed again, so were
                   18004:          String::join_chain
                   18005: 
                   18006:        * src/main/pa_string.C: string iterators fixed again, so were
                   18007:          String::join_chain
                   18008: 
                   18009:        * src/: include/pa_string.h, main/pa_string.C: string iterators
                   18010:          fixed again, so were String::join_chain
                   18011: 
                   18012:        * src/types/pa_vcookie.C: cookie "expires=0" =  "session"
                   18013: 
                   18014:        * operators.txt, src/types/pa_vcookie.C: cookie "expires=0" =
                   18015:          "session"
                   18016: 
1.116     moko     18017:        * configure, configure.in, src/include/pa_config_auto.h.in:
                   18018:          --with-shared-xml --with-static-xml
1.95      moko     18019: 
                   18020:        * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
                   18021:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   18022:          types/types.dsp: *.dsp: removed refereces to win32db & ancient
                   18023:          xalan&xml
                   18024: 
                   18025:        * acconfig.h: acconfig move in cvs[from src/libltdl to /]
                   18026: 
                   18027:        * operators.txt, src/classes/classes.dsp, src/main/main.dsp,
                   18028:          src/types/types.dsp: removed hashfile support from sources for
                   18029:          now
                   18030: 
1.116     moko     18031:        * configure, configure.in, src/classes/Makefile.am,
1.95      moko     18032:          src/classes/hashfile.C, src/include/Makefile.am,
1.116     moko     18033:          src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
                   18034:          src/include/pa_db_manager.h, src/include/pa_db_table.h,
                   18035:          src/main/Makefile.am, src/main/pa_db_connection.C,
1.95      moko     18036:          src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.116     moko     18037:          src/main/pa_globals.C, src/targets/cgi/Makefile.am,
                   18038:          src/types/Makefile.am, src/types/pa_vhashfile.C,
                   18039:          src/types/pa_vhashfile.h: removed hashfile support for now
1.95      moko     18040: 
                   18041: 2002-02-21  paf
                   18042: 
                   18043:        * src/main/untaint.C: removed debug code, activated commented-for
                   18044:          debug parts
                   18045: 
1.116     moko     18046:        * Makefile.am: make cvsupdate
1.95      moko     18047: 
                   18048:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
                   18049:          main/untaint.C: STRING_*FOREACH_ROW changed to stop at
                   18050:          append_row, not at link zero now string to string appending works
                   18051: 
                   18052: 2002-02-20  paf
                   18053: 
                   18054:        * src/: include/pa_string.h, main/execute.C, main/untaint.C,
                   18055:          targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
                   18056:          DEBUG_STRING_APPENDS_VS_EXPANDS
                   18057: 
                   18058:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   18059:          economy: 22%
                   18060: 
                   18061:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   18062:          space uptimized: string::link_row removed
                   18063: 
                   18064:        * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
                   18065:          main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
                   18066:          main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
                   18067:          types/pa_vstring.h: speed uptimized: string::is_empty
                   18068: 
                   18069:        * operators.txt, src/include/pa_common.h,
                   18070:          src/include/pa_config_fixed.h, src/include/pa_string.h,
                   18071:          src/include/pa_types.h, src/main/compile.tab.C,
                   18072:          src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
                   18073:          src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
                   18074:          string append optimiziation idea and estimates
                   18075: 
                   18076: 2002-02-19  paf
                   18077: 
                   18078:        * src/classes/math.C: not used directly [but erroreously reported
                   18079:          that 'is', thus registering twice&other probs]
                   18080: 
                   18081:        * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
                   18082:          to node [element]
                   18083: 
                   18084:        * src/main/compile.C: without string_origins parse error
                   18085:          file+line+col possible
                   18086: 
                   18087:        * src/main/: compile.C: without string_origins not worked
                   18088: 
                   18089: 2002-02-18  paf
                   18090: 
                   18091:        * src/types/pa_vdouble.h: since we have in_expression removed that
                   18092:          trick i've installed into double::as_string
                   18093: 
                   18094:        * src/main/pa_globals.C: extern "C" was removed too fast
                   18095: 
                   18096:        * src/: include/pa_opcode.h, include/pa_request.h,
                   18097:          main/compile.tab.C, main/compile.y, main/execute.C,
                   18098:          types/pa_wcontext.h: in_expression aimed to solve old problem
                   18099:          with string/nonstring values, now in expressions double/int
                   18100:          values are passed as-is, without stupid tostring/fromstring
                   18101:          conversions
                   18102: 
                   18103:        * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
                   18104:          __cplusplus } #endif
                   18105: 
                   18106:        * src/main/compile.tab.C: bison env set so one could compile
                   18107:          without cygwin installed
                   18108: 
                   18109:        * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
                   18110:          targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
                   18111:          gnome xml libs parser .dsp-s changed accordingly
                   18112: 
                   18113:        * operators.txt, src/targets/cgi/parser3.C: PARSER_ROOT_CONFIG
                   18114: 
                   18115:        * operators.txt, src/classes/date.C: date::create [were date::set,
                   18116:          with backward comp
                   18117: 
                   18118:        * src/classes/math.C: math:random range check fixed
                   18119: 
                   18120:        * src/main/: compile.tab.C, compile.y: integer  division stops name
                   18121: 
                   18122:        * INSTALL: local install comment
                   18123: 
1.116     moko     18124:        * ltconfig, ltmain.sh: removed libtool subpart files
1.95      moko     18125: 
1.116     moko     18126:        * acinclude.m4, aclocal.m4, configure, configure.in,
                   18127:          src/include/pa_config_auto.h.in,
                   18128:          src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
                   18129:          src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95      moko     18130: 
                   18131:        * operators.txt: \ comment
                   18132: 
                   18133: 2002-02-13  paf
                   18134: 
                   18135:        * src/include/pa_config_includes.h: sys/time time both included
                   18136:          now.  vaguely remember confilicts on this on some system [not on
                   18137:          six|ablv] so when would see them again would think up proper
                   18138:          check
                   18139: 
1.116     moko     18140:        * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
                   18141:          --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95      moko     18142: 
                   18143:        * src/main/pa_common.C: truncation never occured when writing files
                   18144:          on unix [since i've changed cache mech] fix
                   18145: 
                   18146:        * src/main/pa_common.C: strnchr: sanity check added
                   18147: 
                   18148:        * etc/parser3.charsets/windows-1257.cfg: id added
                   18149: 
                   18150:        * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
                   18151:          baltic charset file generated, in generation script ispunct check
                   18152:          added
                   18153: 
                   18154: 2002-02-08  paf
                   18155: 
1.116     moko     18156:        * src/: include/Makefile.am, sql/Makefile.am,
                   18157:          targets/isapi/Makefile.am: forgotten makes
1.95      moko     18158: 
                   18159:        * src/types/: pa_vcookie.C: VCookie::fill_fields one check
                   18160:          forgotten
                   18161: 
                   18162:        * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
                   18163: 
                   18164:        * INSTALL, README: install&others updated
                   18165: 
                   18166:        * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
                   18167: 
1.116     moko     18168:        * Makefile.am, configure, configure.in,
                   18169:          etc/parser3.charsets/Makefile.am, src/Makefile.am,
                   18170:          src/classes/Makefile.am, src/main/Makefile.am,
                   18171:          src/main/pa_status_provider.C, src/targets/Makefile.am,
                   18172:          src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
                   18173:          works
1.95      moko     18174: 
                   18175:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   18176:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   18177:          classes/hashfile.C, classes/int.C, classes/mail.C,
                   18178:          classes/math.C, classes/op.C, classes/response.C,
                   18179:          classes/string.C, classes/table.C, classes/void.C,
                   18180:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   18181:          include/pa_array.h, include/pa_cache_managers.h,
                   18182:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   18183:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   18184:          include/pa_db_connection.h, include/pa_db_manager.h,
                   18185:          include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
                   18186:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   18187:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   18188:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   18189:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   18190:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   18191:          include/pa_stack.h, include/pa_string.h,
                   18192:          include/pa_stylesheet_connection.h,
                   18193:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   18194:          include/pa_threads.h, include/pa_types.h, main/compile.C,
                   18195:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   18196:          main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
                   18197:          main/pa_db_connection.C, main/pa_db_manager.C,
                   18198:          main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
                   18199:          main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
                   18200:          main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
                   18201:          main/pa_sql_driver_manager.C, main/pa_status_provider.C,
                   18202:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   18203:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   18204:          targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
                   18205:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   18206:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
                   18207:          types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
                   18208:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   18209:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   18210:          types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
                   18211:          types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
                   18212:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
                   18213:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   18214:          types/pa_vrequest.h, types/pa_vresponse.h,
                   18215:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   18216:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   18217:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
                   18218:          types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
                   18219:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
                   18220:          classes/image.C, main/pa_common.C, main/pa_exec.C,
                   18221:          main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
                   18222:          types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
                   18223:          types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
                   18224:          types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
                   18225:          types/pa_vxnode.C, main/pa_charset.C: name spelling
                   18226: 
                   18227:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   18228:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   18229:          classes/hashfile.C, classes/image.C, classes/int.C,
                   18230:          classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
                   18231:          classes/string.C, classes/table.C, classes/void.C,
                   18232:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   18233:          include/pa_array.h, include/pa_cache_managers.h,
                   18234:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   18235:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   18236:          include/pa_db_connection.h, include/pa_db_manager.h,
                   18237:          include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
                   18238:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   18239:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   18240:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   18241:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   18242:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   18243:          include/pa_stack.h, include/pa_string.h,
                   18244:          include/pa_stylesheet_connection.h,
                   18245:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   18246:          include/pa_threads.h, include/pa_types.h, main/compile.C,
                   18247:          main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
                   18248:          main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
                   18249:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   18250:          main/pa_db_connection.C, main/pa_db_manager.C,
                   18251:          main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
                   18252:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   18253:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   18254:          main/pa_socks.C, main/pa_sql_driver_manager.C,
                   18255:          main/pa_status_provider.C, main/pa_string.C,
                   18256:          main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
                   18257:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   18258:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   18259:          targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
                   18260:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   18261:          targets/isapi/pool_storage.h, types/pa_valiased.C,
                   18262:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   18263:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   18264:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   18265:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   18266:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   18267:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   18268:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   18269:          types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
                   18270:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   18271:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   18272:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   18273:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   18274:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   18275:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   18276:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   18277:          types/pa_wcontext.h, types/pa_wwrapper.h: 2002
                   18278: 
                   18279: 2002-02-07  paf
                   18280: 
                   18281:        * src/main/pa_socks.C: swapped headers to avoid compiler warnings
                   18282: 
1.116     moko     18283:        * configure, configure.in, src/include/pa_config_auto.h.in,
                   18284:          src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
                   18285:          added yet another locking function: fcntl
1.95      moko     18286: 
                   18287:        * config.sub: on cygwin configure passes it with strange i1586
                   18288:          const, hacked it to mean i586
                   18289: 
                   18290:        * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
                   18291:          disabled $if reference due to conflicts with local variables
                   18292: 
                   18293:        * operators.txt, src/classes/xdoc.C, src/include/pa_config_fixed.h:
                   18294:          xdoc::set obsolete now, now xdoc::create, with both sences
                   18295: 
                   18296:        * operators.txt, src/classes/table.C, src/include/pa_array.h,
                   18297:          src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
                   18298:          table::create now // 'set' name obsolete now table clone.
                   18299: 
                   18300:        * operators.txt, src/classes/string.C,
                   18301:          src/include/pa_config_fixed.h, src/main/compile.tab.C:
                   18302:          ^int/double/string.format now can be called with normal []
                   18303:          brackets, not stupid {} as it were implemented for some strange
                   18304:          reason.  retaining backward compatibility due to some
                   18305:          already-implemented servers
                   18306: 
                   18307:        * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
                   18308:          main/compile.y, main/compile_tools.C, main/compile_tools.h:
                   18309:          operators now detected by check at name_without_curly_rdive_read
                   18310:          rule whether diving code constists only of
                   18311:          OP_VALUE+string+OP_GET_ELEMENT.  and last op code substituted
                   18312:          with OP_GET_ELEMENT_OR_OPERATOR to form
                   18313:          OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR.  code
                   18314: 
                   18315: 2002-02-06  paf
                   18316: 
                   18317:        * configure, configure.in: prefix expanded, grr
                   18318: 
                   18319:        * operators.txt, src/classes/mail.C: mail:send config changed
                   18320: 
                   18321: 2002-02-05  paf
                   18322: 
                   18323:        * operators.txt: regex options commented
                   18324: 
                   18325:        * src/main/: pa_exec.C: argv0 now correct
                   18326: 
                   18327:        * src/types/pa_vstatus.C: status:rusage 3
                   18328: 
                   18329:        * src/types/pa_vstatus.C: status:rusage 2
                   18330: 
                   18331:        * operators.txt: status:rusage described int operators
                   18332: 
                   18333:        * src/types/pa_vstatus.C: status:rusage 1
                   18334: 
                   18335:        * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
                   18336:          src/types/types.dsp: status:rusage
                   18337: 
                   18338:        * configure.in, operators.txt, src/classes/file.C,
                   18339:          src/classes/op.C, src/include/pa_common.h,
                   18340:          src/include/pa_config_includes.h, src/main/compile.tab.C,
                   18341:          src/main/pa_common.C: rewritten ^cache to use
                   18342:          non-blocking-exclusive-caches
                   18343: 
                   18344:        * src/main/pa_common.C: text file read mode on win32 adjusted
                   18345:          [speed impact. was off for debugging purpose, but forgotten
                   18346:          afterwards]
                   18347: 
                   18348: 2002-02-01  paf
                   18349: 
                   18350:        * src/classes/op.C: file_write does EX lock after create, while
                   18351:          file_read does SH after open, so there's a moment after create
                   18352:          but before EX lock when read can sneak into, and read
                   18353:          just-created-for-writing-and-not-yet-locked file, added a check
                   18354:          for that in ^cache...read
                   18355: 
                   18356: 2002-01-31  paf
                   18357: 
                   18358:        * src/main/: compile.y, compile.tab.C: disabled operator call after
                   18359:          ^xxx:
                   18360: 
                   18361:        * src/main/: compile.tab.C, execute.C: made operators lookup first
                   18362:          in ^xxx situation.  so that one could not do $if[1] ^if[xxx]
                   18363: 
                   18364:        * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
                   18365:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                   18366:          main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
                   18367:          operators check 6.1 rewritten. now check is done at compile time
                   18368: 
                   18369:        * src/main/execute.C: operators check 5 floated up old error of
                   18370:          staying in 'entered class/object' state after $a($a..) it
                   18371:          prevented operators from being called thereafter
                   18372: 
                   18373:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   18374:          main/execute.C: operators check 4 floated up old error of staying
                   18375:          in 'entered object' state after ^a.a(a) it prevented operators
                   18376:          from being called thereafter
                   18377: 
                   18378:        * src/main/execute.C: operators check 3 floated up old error of
                   18379:          staying in 'entered class' state after $a:a(a) it prevented
                   18380:          operators from being called thereafter
                   18381: 
                   18382:        * src/: main/execute.C, types/pa_wcontext.h: operators check 2
                   18383:          floated up old error of staying in 'entered class' state after
                   18384:          $a:a[a] it prevented operators from being called thereafter
                   18385: 
                   18386:        * src/main/execute.C: operators check, thay mistakenly seen in
                   18387:          $class:operator   $object.operators contexts
                   18388: 
                   18389:        * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
                   18390:          win32
                   18391: 
1.116     moko     18392:        * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
                   18393:          src/classes/Makefile.am, src/main/Makefile.am,
                   18394:          src/targets/cgi/Makefile.am,
1.95      moko     18395:          src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.116     moko     18396:          src/types/Makefile.am: lowered indent.awk back to src/
1.95      moko     18397: 
1.116     moko     18398:        * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
                   18399:          acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
                   18400:          configure, configure.in, form.txt, ident.awk, install-sh,
                   18401:          lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
                   18402:          operators.txt, parser3.dsw, sql.txt, types.txt, etc/Makefile.am,
1.95      moko     18403:          etc/parser3.charsets/Makefile.am,
                   18404:          etc/parser3.charsets/koi8-r.cfg,
                   18405:          etc/parser3.charsets/windows-1250.cfg,
                   18406:          etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.116     moko     18407:          src/classes/Makefile.am, src/include/pa_config_auto.h.in,
                   18408:          src/main/Makefile.am, src/targets/cgi/Makefile.am,
                   18409:          src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
                   18410:          out of src, moved configure&co out of src added windows-1250.cfg
1.95      moko     18411:          straightened installation scripts procedure made
                   18412:          targets/cgi/parser3.C be dependant on ./configure --sysconfdir
                   18413:          change
                   18414: 
                   18415: 2002-01-30  paf
                   18416: 
                   18417:        * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
                   18418:          removed] those comments were a mistake, and prevented libltdl
                   18419:          from function properly
                   18420: 
                   18421: 2002-01-29  paf
                   18422: 
1.116     moko     18423:        * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
                   18424:          creation [modified acinclude.m4 which were creating int into just
                   18425:          assignment LIBTOOL=../libtool] added default system
                   18426:          config&charsetts prepared 'make install', now it installs
                   18427:          targets/cgi/parser3 into bin directory etc/parser3.conf &
                   18428:          etc/parser3.charsets/* into $sysconfdir and
1.95      moko     18429:          $sysconfdir/parser3.charsets respectively
                   18430: 
                   18431:        * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
                   18432:          main/pa_globals.C: few forgotten ifdef XML added
                   18433: 
                   18434: 2002-01-28  paf
                   18435: 
1.116     moko     18436:        * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95      moko     18437:          removed
                   18438: 
                   18439:        * src/main/pa_exception.C: dom|generic error output fix
                   18440: 
                   18441:        * src/classes/xnode.C: xdoc.importNode 3 [check err]
                   18442: 
                   18443:        * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
                   18444: 
                   18445:        * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
                   18446:          [fixed as_node helper func to accept docs]
                   18447: 
                   18448:        * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
                   18449:          xdoc.importNode 0
                   18450: 
                   18451:        * src/classes/xdoc.C: xdoc::set now untaints OK
                   18452: 
                   18453: 2002-01-25  paf
                   18454: 
                   18455:        * src/main/: compile.tab.C, compile.y: #comment  before @ after
                   18456:          @SPECIAL now works OK
                   18457: 
                   18458:        * src/main/: pa_exec.C: unix: exec now does chdir to script dir
                   18459: 
                   18460:        * src/main/pa_exec.C: max arg count now 10, and proper message on
                   18461:          violation that added
                   18462: 
                   18463:        * src/classes/hash.C: unified  hash::sql, now
                   18464:          ^hash::sql{query}[[$.limit(2) $.offset(4)]]
                   18465: 
                   18466:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
                   18467:          ^file:lock[filename]{code}
                   18468: 
                   18469:        * src/: classes/file.C, classes/op.C, classes/string.C,
                   18470:          classes/table.C, classes/xdoc.C, include/pa_common.h,
                   18471:          main/pa_common.C, types/pa_vfile.h: removed redundant pool param
                   18472:          to some pa_common funcs
                   18473: 
                   18474:        * src/: include/pa_charset.h, main/pa_globals.C:
                   18475:          http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
                   18476: 
                   18477:        * src/: include/pa_charset.h, main/pa_charset.C,
                   18478:          include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
                   18479:          not stupid illegal define
                   18480: 
                   18481: 2002-01-24  paf
                   18482: 
                   18483:        * src/include/pa_version.h: changed version number
                   18484: 
                   18485:        * src/: classes/hashfile.C, include/pa_db_table.h,
                   18486:          include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   18487:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   18488:          main/pa_db_connection.C, main/pa_db_table.C,
                   18489:          types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
                   18490:          hashfile without logfiles
                   18491: 
                   18492:        * src/: classes/hashfile.C, include/pa_db_table.h,
                   18493:          main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
                   18494:          types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
                   18495:          of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
                   18496:          DB_INIT_TXN init bits, thus got rid of huge log files, which
                   18497:          cluttered disk without huge need]
                   18498: 
                   18499:        * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
                   18500:          handy macro, which is strangly abscent in dome lib
                   18501: 
                   18502:        * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
                   18503: 
                   18504:        * src/classes/xdoc.C: checked empty response
                   18505: 
                   18506:        * src/classes/xnode.C: xdoc.select fixed context node [were always
                   18507:          /, not self node]
                   18508: 
                   18509:        * src/classes/xnode.C: xnode.select returns array always now, in
                   18510:          case 'nothing found' returns empty array
                   18511: 
                   18512:        * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
                   18513:          be more tender with ctrl/c/v
                   18514: 
                   18515: 2002-01-23  paf
                   18516: 
                   18517:        * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
                   18518:          substituted.         // 2. when dom tree with entites goes under
                   18519:          transform text nodes        // got [erroreosly] cut on first
                   18520:          entity occurance
                   18521: 
                   18522:        * src/types/pa_vdouble.h: double prec. todo: get rid of
                   18523:          twice-converting
                   18524: 
                   18525:        * src/types/pa_vdouble.h: %.20E now float format when %g produced
                   18526:          'e' in output this is for regretful twice-converting here:
                   18527:          $a(double value) when they write double falue  they convert it to
                   18528:          string first, thus %g were losing precesion.
                   18529: 
                   18530:          todo: think up some way to remove double->string string->double
                   18531:          twice-converting
                   18532: 
                   18533:        * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
                   18534:          %.20E now default float format this is for regretful
                   18535:          twice-converting here: $a(double value) when they write double
                   18536:          falue  they convert it to string first, thus %g were losing
                   18537:          precesion.
                   18538: 
                   18539:          todo: think up some way to remove double->string string->double
                   18540:          twice-converting
                   18541: 
                   18542:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   18543:          main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
                   18544:          reasons in comment inside
                   18545: 
                   18546:        * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
                   18547:          statically linked]
                   18548: 
                   18549:        * src/: include/pa_exception.h, main/compile.tab.C,
                   18550:          main/pa_exception.C: removed exception va_list constructor.  1.
                   18551:          not needed anymore 2. there were a conflict[causing errors]
                   18552:          between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
                   18553:          never detected an ambiguilty here, compiling ctor(, "hello") into
                   18554:          ctor(, va_list) which, of course, caused gpf
                   18555: 
                   18556:        * src/main/pa_globals.C: removed debug xslt messages
                   18557: 
                   18558: 2002-01-22  paf
                   18559: 
                   18560:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   18561:          main/pa_globals.C: xsl stylesheet load: parsed entities, this
                   18562:          helps compiling stylesheet properly.  example: this refused to
                   18563:          work,             <b>&laquo;<xsl:value-of select="@title"
                   18564:          />&raquo;</b> stranly worked only this way:
                   18565:          <b>&#171;<xsl:value-of select="@title" />&raquo;</b>
                   18566: 
                   18567:          docs says "set it to 1", never going into details, so I decided
                   18568:          to try NOT to do that
                   18569: 
                   18570:        * src/classes/table.C: join behaived badly in case named tables
                   18571:          structure mismatched: 0 strings sneaked into dest failing
                   18572:          afterwards.  replaced them with empty strings
                   18573: 
                   18574: 2002-01-21  paf
                   18575: 
                   18576:        * src/main/pa_charset.C: checked empty transcoders in
                   18577:          transcode_cstr|buf
                   18578: 
                   18579:        * src/classes/xdoc.C: xdoc::load error source = filespec
                   18580: 
                   18581:        * src/classes/xdoc.C: transform error source now
                   18582:          stylesheet_filespec
                   18583: 
1.116     moko     18584:        * src/: classes/xdoc.C, classes/xnode.C,
1.95      moko     18585:          include/pa_stylesheet_connection.h, main/pa_charset.C,
                   18586:          main/pa_globals.C, main/pa_sql_driver_manager.C,
1.116     moko     18587:          main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
                   18588:          gnome
1.95      moko     18589: 
                   18590:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
                   18591:          include/pa_globals.h, include/pa_stylesheet_connection.h,
                   18592:          main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
                   18593:          xslt generic error 1
                   18594: 
                   18595:        * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
                   18596:          xml generic message 1
                   18597: 
                   18598:        * src/classes/table.C: ^table::load empty lines or #comments before
                   18599:          headline
                   18600: 
                   18601:        * src/: include/pa_array.h, include/pa_globals.h,
                   18602:          include/pa_request.h, include/pa_threads.h, main/pa_array.C,
                   18603:          main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
                   18604:          targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
                   18605:          errors 0
                   18606: 
                   18607: 2002-01-16  paf
                   18608: 
                   18609:        * src/: classes/hash.C, classes/op.C, classes/string.C,
                   18610:          classes/table.C, classes/void.C, classes/xdoc.C,
                   18611:          include/pa_db_connection.h, include/pa_request.h,
                   18612:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   18613:          include/pa_stylesheet_connection.h,
                   18614:          include/pa_stylesheet_manager.h, main/pa_request.C,
                   18615:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   18616:          targets/cgi/pool_storage.h: auto closers to sql_connection,
                   18617:          stylesheet_connection auto destroyers to remaining gnome objects
                   18618: 
                   18619:        * src/classes/xdoc.C: few comments
                   18620: 
                   18621: 2002-01-15  paf
                   18622: 
                   18623:        * src/classes/xdoc.C: xdoc   file   save   string
                   18624: 
                   18625:          ready.  todo: error handling
                   18626: 
                   18627:        * src/classes/xdoc.C: xdoc save rewritten using
                   18628:          xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
                   18629:          result
                   18630: 
                   18631:        * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
                   18632:          started output options parsing
                   18633: 
                   18634: 2002-01-14  paf
                   18635: 
                   18636:        * src/classes/xdoc.C: method
                   18637: 
                   18638:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
                   18639:          include/pa_pool.h, include/pa_stylesheet_connection.h,
                   18640:          main/main.dsp, main/pa_charset.C, main/pa_globals.C,
                   18641:          main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
                   18642:          xslt transform0.  TODO:   use output options   handle errors
                   18643: 
                   18644:        * src/classes/: xdoc.C, xnode.C: ^xdoc.file
                   18645: 
                   18646: 2002-01-11  paf
                   18647: 
                   18648:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   18649:          main/compile_tools.C, main/compile_tools.h, main/execute.C:
                   18650:          partial logical && || evaluation
                   18651: 
                   18652:        * src/classes/xnode.C: xpath selectNodes
                   18653: 
                   18654:        * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
                   18655:          string/number/bool
                   18656: 
                   18657:        * src/classes/xnode.C: xpath selectNode 2
                   18658: 
                   18659:        * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
                   18660:          xpath selectNode 1
                   18661: 
                   18662: 2002-01-10  paf
                   18663: 
                   18664:        * src/classes/xnode.C: xpath selectNode -100 [just written]
                   18665: 
                   18666:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
                   18667:          include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
                   18668:          main/pa_pool.C: GdomeDOMString_auto_ptr  c++ wrapper [calls
                   18669:          refcounter]
                   18670: 
                   18671: 2001-12-29  paf
                   18672: 
                   18673:        * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
                   18674:          main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
                   18675:          glib works 0
                   18676: 
                   18677: 2001-12-28  paf
                   18678: 
                   18679:        * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
                   18680:          main/pa_exception.C: started glib transcoders
                   18681: 
                   18682:        * src/main/pa_globals.C: renamed gdome to libgdome.dll
                   18683: 
                   18684:        * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
                   18685:          classes/xnode.C, classes/xnode.h, include/pa_exception.h,
                   18686:          include/pa_globals.h, main/compile.tab.C, main/main.dsp,
                   18687:          main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
                   18688:          main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
                   18689:          targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
                   18690:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
                   18691:          libs just compiled in.  no refcounting no xpath no xslt   yet
                   18692: 
                   18693: 2001-12-27  paf
                   18694: 
                   18695:        * src/: include/pa_charset.h, include/pa_common.h,
                   18696:          include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
                   18697:          main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
                   18698:          main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
                   18699:          targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   18700:          types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
                   18701:          from xalan&xerces, started the process.  globals [initialization
                   18702:          pool [charset update charset [transcodings vxnode vxdoc [DOM
                   18703:          calls
                   18704: 
                   18705:        * src/classes/Makefile.am: going away from xalan&xerces, not needed
                   18706:          anymore
                   18707: 
                   18708: 2001-12-26  paf
                   18709: 
                   18710:        * src/: include/pa_charset.h, include/pa_charsets.h,
                   18711:          main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
                   18712:          key globalized [bug]
                   18713: 
                   18714: 2001-12-25  paf
                   18715: 
                   18716:        * src/: classes/mail.C, classes/table.C, include/pa_string.h,
                   18717:          main/pa_string.C: table set & append changed splitting languages,
                   18718:          separators now can be clean AND as-is same to mail command line
                   18719:          $MAIN:MAIL.progX arguments
                   18720: 
                   18721: 2001-12-24  paf
                   18722: 
                   18723:        * src/classes/mail.C: one parted text messages - no multipart
                   18724:          mime-type anymore.  for convinient if $.attach-ments
                   18725: 
                   18726:        * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
                   18727:          main/pa_string.C: read from cache size check updated
                   18728: 
                   18729:        * src/main/: pa_string.C: String::join_chain another ugly bug :(
                   18730: 
                   18731: 2001-12-21  paf
                   18732: 
                   18733:        * src/classes/date.C: date:sql-string now returns localtime
                   18734: 
                   18735:        * src/main/pa_request.C: $result in @main actually not working, to
                   18736:          hell with it for now
                   18737: 
                   18738:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   18739:          types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
                   18740:          @postprocess @exception
                   18741: 
                   18742:        * src/main/execute.C: junction evaluation canceled - endless
                   18743:          recursion detected
                   18744: 
                   18745: 2001-12-19  paf
                   18746: 
                   18747:        * src/main/pa_charset.C: charset->charset transcoding via unicode
                   18748:          intermediate
                   18749: 
                   18750:        * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
                   18751: 
                   18752:        * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
                   18753: 
                   18754:        * src/classes/op.C: ^cache keypath now relative
                   18755: 
                   18756:        * src/classes/mail.C: changed weighting prior to sort
                   18757: 
                   18758:        * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
                   18759:          were missing
                   18760: 
                   18761: 2001-12-17  paf
                   18762: 
                   18763:        * src/main/pa_charset.C: ifndef XML were bad type
                   18764: 
                   18765:        * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
                   18766:          outdated unset services_pool
                   18767: 
                   18768:        * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
                   18769:          main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
                   18770:          types/pa_vresponse.C: ^mail:send[    $.charset[zzz] addded
                   18771: 
                   18772:        * src/main/untaint.C: allowed space in filespec
                   18773: 
                   18774:        * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
                   18775: 
                   18776:        * src/classes/image.C: no govno
                   18777: 
                   18778:        * src/classes/image.C: govno
                   18779: 
                   18780: 2001-12-16  paf
                   18781: 
                   18782:        * src/include/: pa_charset.h, pa_charsets.h: forgot to add
                   18783: 
                   18784:        * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
                   18785:          charset_connection&manager replaced by charset&charsets
                   18786: 
                   18787:        * src/main/pa_charset.C: name_cstr 0
                   18788: 
                   18789:        * src/main/untaint.C: uri lang now knows about client/source
                   18790:          charsets
                   18791: 
                   18792:        * src/: classes/file.C, classes/math.C, classes/op.C,
                   18793:          classes/string.C, classes/table.C, classes/xdoc.C,
                   18794:          include/pa_array.h, include/pa_cache_managers.h,
                   18795:          include/pa_charset_connection.h, include/pa_charset_manager.h,
                   18796:          include/pa_common.h, include/pa_db_connection.h,
                   18797:          include/pa_db_manager.h, include/pa_db_table.h,
                   18798:          include/pa_dictionary.h, include/pa_exception.h,
                   18799:          include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
                   18800:          include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
                   18801:          include/pa_sapi.h, include/pa_socks.h,
                   18802:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   18803:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   18804:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   18805:          include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
                   18806:          main/pa_charset.C, main/pa_charset_connection.C,
                   18807:          main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
                   18808:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   18809:          main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
                   18810:          types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
                   18811:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   18812:          types/types.dsp: introducing Charset
                   18813: 
                   18814: 2001-12-14  paf
                   18815: 
                   18816:        * src/: include/pa_request.h, include/pa_transcoder.h,
                   18817:          main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
                   18818:          types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
                   18819:          uri lang
                   18820: 
                   18821:        * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
                   18822: 
                   18823:        * src/targets/cgi/Makefile.am: -I../../pcre  to .am
                   18824: 
                   18825:        * src/: include/pa_globals.h, main/pa_globals.C: removed unused
                   18826:          defalts_name global
                   18827: 
                   18828:        * src/: include/pa_charset_connection.h, include/pa_pool.h,
                   18829:          include/pa_request.h, main/main.dsp,
                   18830:          main/pa_charset_connection.C, main/pa_charset_manager.C,
                   18831:          main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
                   18832:          types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
                   18833:          include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
                   18834:          changed charset model.  now important: $request:charset
                   18835:          $response:charset while $response:content-type.charset become
                   18836:          unimportant [informational]
                   18837: 
                   18838: 2001-12-13  paf
                   18839: 
                   18840:        * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
                   18841: 
                   18842:        * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
                   18843:          of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
                   18844:          auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
                   18845:          _Tp = FormatterListener] /usr/include/g++-3/memory:48:
                   18846:          auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
                   18847:          [with _Tp1 = FormatterListener, _Tp = FormatterListener]
                   18848: 
                   18849:        * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
                   18850:          auto_ptr part other way, because of stupid gcc 2.96
                   18851:          /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
                   18852:          &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
                   18853:          FormatterListener] /usr/include/g++-3/memory:48:
                   18854:          auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
                   18855:          _Tp1 = FormatterListener, _Tp = FormatterListener]
                   18856: 
                   18857:        * src/classes/xdoc.C: removed extra inc
                   18858: 
                   18859:        * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
                   18860: 
                   18861:        * src/include/pa_types.h: msvc head debugging flag
                   18862: 
                   18863:        * src/classes/xdoc.C: freed up listener
                   18864: 
                   18865:        * src/classes/string.C: change msg '... code is not code'
                   18866: 
                   18867:        * src/: main/pa_db_connection.C, main/pa_db_manager.C,
                   18868:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   18869:          targets/cgi/pool_storage.h: couple cache expiratiors were wrong
                   18870:          [past/future prob]
                   18871: 
                   18872:        * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
                   18873:          include/pa_config_fixed.h, include/pa_db_manager.h,
                   18874:          include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
                   18875:          main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
                   18876: 
                   18877:        * src/: include/pa_config_fixed.h, main/pa_common.C,
                   18878:          main/pa_string.C: removed signed mismatch warnings
                   18879: 
                   18880:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
                   18881:          'expires' from header outputs
                   18882: 
                   18883:        * src/main/pa_string.C: string::recustruct erroreusly used outdated
                   18884:          row ptr
                   18885: 
                   18886:        * src/classes/file.C: file::cgi bug, request_method were passed to
                   18887:          SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
                   18888: 
                   18889:        * src/classes/xdoc.C: lang list updated
                   18890: 
                   18891: 2001-12-10  paf
                   18892: 
                   18893:        * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
                   18894: 
                   18895:        * src/main/untaint.C: FILE_SPEC untainting changed so that one can
                   18896:          erase files like that, knowing their full name introducing   //
                   18897:          theoretical problem with, for instance, "_2B" and "." fragments,
                   18898:          // they would yield the same    // because
                   18899:          need_file_encode('_')=false  // but we need to delete such files
                   18900:          somehow, getting names from ^index
                   18901: 
                   18902:        * src/main/pa_string.C: ^string.replace bug fixed [bad
                   18903:          string::join_chank break]
                   18904: 
                   18905: 2001-12-07  paf
                   18906: 
                   18907:        * src/: classes/hashfile.C, classes/op.C, classes/table.C,
                   18908:          include/pa_common.h, include/pa_config_auto.h.in,
                   18909:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   18910:          include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
                   18911:          main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
                   18912:          types/pa_vhashfile.C: merged from r14_simple_cache
                   18913: 
                   18914:        * src/main/pa_string.C: stupid sparc architecture failed to access
                   18915:          short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
                   18916:             lduh  [ %i2 + 1 ], %l0
                   18917: 
                   18918:          bus error, fixed that
                   18919: 
                   18920:        * src/main/pa_string.C: strange string deserialize bug on
                   18921:          client[pmts], a bit shortened,
                   18922: 
                   18923:        * src/include/pa_config_auto.h.in: makes
                   18924: 
                   18925:        * src/: include/pa_common.h, include/pa_config_fixed.h,
                   18926:          include/pa_config_includes.h, main/pa_common.C: exclusive lock
                   18927:          file write shared lock file read
                   18928: 
                   18929:        * src/: classes/op.C, include/pa_common.h,
                   18930:          include/pa_config_fixed.h, main/pa_common.C: ^cache operator
                   18931: 
                   18932: 2001-12-06  paf
                   18933: 
                   18934:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   18935:          main/pa_request.C: #ifdef RESOURCES_DEBUG
                   18936: 
                   18937:        * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
                   18938:          info
                   18939: 
                   18940:        * src/classes/hashfile.C: removed transaction from ^cache
                   18941: 
                   18942: 2001-12-05  paf
                   18943: 
                   18944:        * src/targets/cgi/: parser3.C: fatal error reporting fixed.  in
                   18945:          IIS5 there were a prob with illegal call check
                   18946: 
                   18947: 2001-12-04  paf
                   18948: 
                   18949:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   18950:          main/pa_request.C: measures to log
                   18951: 
                   18952: 2001-11-23  paf
                   18953: 
                   18954:        * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
                   18955:          main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
                   18956:          types/pa_vhashfile.C: merged from _0014, 1
                   18957: 
                   18958:        * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
                   18959:          main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
                   18960:          hashfile bugfix2 more wrong sizes.  ^cache behaviour changed: if
                   18961:          ^cache(33) would change
                   18962: 
                   18963:          0660 bits in file_write & hashfile create
                   18964: 
                   18965:        * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
                   18966:          after pa_string optimization]
                   18967: 
                   18968: 2001-11-22  paf
                   18969: 
                   18970:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                   18971:          table.offset[whence]
                   18972: 
                   18973:        * src/classes/op.C: process cstr(,connection)
                   18974: 
                   18975:        * src/classes/op.C: process now gets its body on current language,
                   18976:          not as-is
                   18977: 
                   18978:        * src/main/untaint.C: ORIGINS mode removed UHTML
                   18979: 
                   18980:        * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
                   18981:          bit
                   18982: 
1.116     moko     18983:        * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95      moko     18984: 
                   18985: 2001-11-21  paf
                   18986: 
                   18987:        * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
                   18988:          <xsl:output output options made identical to xsl:output
                   18989:          attributes exclusion:    cdata-section-elements what xalan can do
                   18990:          but that not used now:    it can escape and remove CDATA sections
                   18991: 
                   18992:        * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
                   18993:          produced by xslt
                   18994: 
                   18995:        * src/targets/cgi/parser3.C: removed debug cgi||1
                   18996: 
                   18997:        * src/main/: pa_string.C, untaint.C: cached some string::size() es
                   18998: 
                   18999:        * src/: classes/table.C, main/pa_string.C, main/untaint.C,
                   19000:          targets/cgi/parser3.C: table.append bug fixed: forgot to switch
                   19001:          default language for {code}, it happen to change it's language
                   19002:          from CLEAN, so later refused to split by CLEAN \t
                   19003: 
                   19004: 2001-11-20  paf
                   19005: 
1.116     moko     19006:        * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
                   19007:          main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95      moko     19008:          bottom of dependeces, so that errors would popup quicklier, fixed
                   19009:          line numbering in table::sql
                   19010: 
                   19011: 2001-11-19  paf
                   19012: 
                   19013:        * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
                   19014:          include/pa_types.h, main/pa_globals.C, main/pa_request.C,
                   19015:          main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
                   19016:          targets/isapi/parser3isapi.C, types/pa_wcontext.C,
                   19017:          types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
                   19018:          at wcontext.write
                   19019: 
1.116     moko     19020:        * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95      moko     19021:          _set_new_handler
                   19022: 
1.116     moko     19023:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
                   19024:          set_new_handler in apache&isapi
1.95      moko     19025: 
                   19026: 2001-11-16  paf
                   19027: 
                   19028:        * src/targets/cgi/parser3.C: pool debug @ die
                   19029: 
                   19030:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
                   19031:          removed 8 bytes from String, 2 bytes from
                   19032:          string::chunk::row::item
                   19033: 
                   19034:        * src/main/pa_string.C: removed 1+4 bytes from String
                   19035: 
                   19036:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
                   19037:          types/pa_vstring.C: removed 1+4 bytes from String
                   19038: 
                   19039:        * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
                   19040:          0
                   19041: 
                   19042:        * src/: include/pa_globals.h, include/pa_string.h,
                   19043:          include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
                   19044:          main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
                   19045:          targets/cgi/parser3.C: introducing estimating
                   19046:          String::cstr_bufsize, 0
                   19047: 
                   19048:        * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
                   19049: 
                   19050:        * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
                   19051: 
                   19052:        * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
                   19053:          include/pa_pool.h: die in pool::fail
                   19054: 
                   19055: 2001-11-15  paf
                   19056: 
                   19057:        * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
                   19058:          main/pa_exception.C, targets/cgi/parser3.C: exception with
                   19059:          dynamic buffer re-back now with counter
                   19060: 
                   19061:        * src/: include/pa_exception.h, main/pa_exception.C: exception with
                   19062:          static buffer back
                   19063: 
                   19064:        * src/targets/cgi/parser3.C: std::
                   19065: 
                   19066:        * src/: classes/classes.awk, include/pa_config_auto.h.in,
                   19067:          include/pa_config_includes.h: setnewhandler check
                   19068: 
1.116     moko     19069:        * src/include/pa_config_auto.h.in: makes
1.95      moko     19070: 
                   19071:        * src/targets/cgi/parser3.C: set_new_handler started
                   19072: 
                   19073: 2001-11-14  paf
                   19074: 
                   19075:        * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
                   19076:          was wrong
                   19077: 
                   19078:        * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
                   19079:          was wrong
                   19080: 
                   19081:        * src/main/pa_request.C: z
                   19082: 
                   19083:        * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
                   19084:          full returns win32 -1 solaris >buffer_size
                   19085: 
                   19086:          checked all that
                   19087: 
                   19088:        * src/classes/op.C: ^untaint{body} as-is default now
                   19089: 
                   19090:        * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
                   19091:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
                   19092:          with no_bad_constructors_try
                   19093: 
                   19094:        * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
                   19095:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
                   19096:          this: $bred[^string::length[]] $bred[^response::clear[]]
                   19097:          $bred[^int::int[]]
                   19098: 
                   19099:          now VObject creation moved into overriden
                   19100:          VClass::create_new_value, thus 0 from create_new_value means that
                   19101:          class has no ctors
                   19102: 
                   19103: 2001-11-13  paf
                   19104: 
                   19105:        * src/classes/classes.C: returned accedently removed if in foreach
                   19106:          callbacks [when hash no-0-restructure]
                   19107: 
                   19108: 2001-11-12  paf
                   19109: 
                   19110:        * src/main/pa_pool.C: changed xdoc createXXX politics, now string
                   19111:          passed as-is to method, xalan makes & into &amp; itself
                   19112: 
                   19113:        * src/classes/date.C: date.roll parser2 alg used
                   19114: 
                   19115:        * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
                   19116:          include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
                   19117:          main/pa_dictionary.C, main/pa_hash.C,
                   19118:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
                   19119:          now does not containt 0 values. put 0 actullay removes.  no check
                   19120:          on 0 value in foreach now required
                   19121: 
                   19122: 2001-11-11  paf
                   19123: 
                   19124:        * src/sql/pa_sql_driver.h: removed extra constructor, doc
                   19125: 
                   19126:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
                   19127: 
                   19128:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
                   19129:          driver initialize not const
                   19130: 
                   19131: 2001-11-10  paf
                   19132: 
                   19133:        * src/main/pa_exec.C: doc
                   19134: 
                   19135: 2001-11-09  paf
                   19136: 
                   19137:        * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
                   19138:          param properly
                   19139: 
                   19140:        * src/classes/string.C: string.save now does untainting before
                   19141:          saving
                   19142: 
                   19143:        * src/main/pa_common.C: line endings fixing fixed last piece[was
                   19144:          still cstr oriented]
                   19145: 
                   19146:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
                   19147:          line endings fixing got rid of cstr, now must work ok with post
                   19148:          multipart
                   19149: 
                   19150:        * src/types/pa_vform.C: line endings fixed at post / multipart /
                   19151:          not file  also now
                   19152: 
                   19153: 2001-11-08  paf
                   19154: 
                   19155:        * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
                   19156:          include/pa_db_manager.h, include/pa_sql_driver_manager.h,
                   19157:          include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
                   19158:          main/pa_db_manager.C, main/pa_sql_driver_manager.C,
                   19159:          main/pa_stylesheet_manager.C: restructured Cache manager to be
                   19160:          simple parent, not second parent [gcc 2.96 strangly refused to
                   19161:          call virtual from second parent]
                   19162: 
1.116     moko     19163:        * src/: include/pa_common.h, main/Makefile.am,
                   19164:          targets/cgi/pa_pool.C: makes
1.95      moko     19165: 
                   19166:        * src/: include/pa_request.h, main/pa_request.C,
                   19167:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
                   19168:          'status' class enabler
                   19169: 
                   19170:          <Location /parser-status.html> ParserStatusAllowed </Location>
                   19171: 
                   19172:        * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
                   19173:          include/pa_db_manager.h, include/pa_sql_driver_manager.h,
                   19174:          include/pa_stylesheet_manager.h, main/main.dsp,
                   19175:          main/pa_cache_managers.C, main/pa_charset_manager.C,
                   19176:          main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
                   19177:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   19178:          types/pa_vstatus.h: cache_managers, maybe-expiring every request
                   19179:          todo: apache 'status' class enabler
                   19180: 
                   19181: 2001-11-05  paf
                   19182: 
                   19183:        * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
                   19184:          debug to normal
                   19185: 
                   19186:        * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
                   19187:          hence i removed skipping 0 values in hash::for_each-es we need to
                   19188:          check cleaned cache items manually. few more checks.
                   19189: 
                   19190:          expiring to 0 time was wrong, changed to 'now' time
                   19191: 
                   19192:        * src/targets/cgi/parser3.C: read can return 0, that means sort of
                   19193:          sig_pipe on freebsd [moko's experiments].   checked that in cgi,
                   19194:          on apache already done :)
                   19195: 
                   19196:        * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
                   19197:          skipping 0 values in hash::for_each-es we need to check cleaned
                   19198:          cache items manually
                   19199: 
                   19200:        * src/main/: pa_db_connection.C, pa_db_table.C:
                   19201:          parser_multithreaded check was wrong
                   19202: 
                   19203:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   19204:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   19205:          classes/hashfile.C, classes/image.C, classes/int.C,
                   19206:          classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
                   19207:          classes/string.C, classes/table.C, classes/void.C,
                   19208:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   19209:          include/pa_array.h, include/pa_charset_connection.h,
                   19210:          include/pa_charset_manager.h, include/pa_common.h,
                   19211:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   19212:          include/pa_db_connection.h, include/pa_db_manager.h,
                   19213:          include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
                   19214:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   19215:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   19216:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   19217:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   19218:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   19219:          include/pa_stack.h, include/pa_string.h,
                   19220:          include/pa_stylesheet_connection.h,
                   19221:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   19222:          include/pa_threads.h, include/pa_types.h, main/compile.C,
                   19223:          main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
                   19224:          main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
                   19225:          main/pa_charset_manager.C, main/pa_common.C,
                   19226:          main/pa_db_connection.C, main/pa_db_manager.C,
                   19227:          main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
                   19228:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   19229:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   19230:          main/pa_socks.C, main/pa_sql_driver_manager.C,
                   19231:          main/pa_status_provider.C, main/pa_string.C,
                   19232:          main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
                   19233:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   19234:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   19235:          targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
                   19236:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   19237:          targets/isapi/pool_storage.h, types/pa_valiased.C,
                   19238:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   19239:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   19240:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   19241:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   19242:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   19243:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   19244:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   19245:          types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
                   19246:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
                   19247:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   19248:          types/pa_vstateless_object.h, types/pa_vstatus.h,
                   19249:          types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
                   19250:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   19251:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   19252:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
                   19253:          $status:db fixed used not initialized in db_connection & db_table
                   19254: 
                   19255:        * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
                   19256:          $status:charset
                   19257: 
                   19258:        * src/: classes/xdoc.C, include/pa_db_connection.h,
                   19259:          include/pa_stylesheet_connection.h,
                   19260:          include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
                   19261:          types/pa_vstatus.h: $status:stylesheet
                   19262: 
                   19263:        * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
                   19264:          include/pa_request.h, include/pa_sql_connection.h,
                   19265:          include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
                   19266:          main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
                   19267:          main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
                   19268:          main/pa_sql_driver_manager.C, main/pa_status_provider.C,
                   19269:          main/pa_stylesheet_manager.C, types/pa_vstatus.h,
                   19270:          types/pa_vxnode.C, types/types.dsp: started status parser class
                   19271: 
                   19272: 2001-11-01  paf
                   19273: 
                   19274:        * src/include/pa_config_auto.h.in: makes
                   19275: 
                   19276:        * src/main/pa_hash.C: removed old extra include
                   19277: 
                   19278:        * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
                   19279:          checks [for hp, there are such in math.h]
                   19280: 
                   19281:        * src/classes/op.C: ^for endless loop check strightened
                   19282: 
                   19283:        * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
                   19284:          behavior in native calls.  it left unchanged, so ^for ^foreach &
                   19285:          co can use r.root to write their i & key,value there
                   19286: 
                   19287:        * src/classes/op.C: detected for var storage bug, fixed.
                   19288:          todo:foreach
                   19289: 
                   19290:        * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
                   19291:          include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
                   19292:          types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
                   19293:          changing of hash inside of foreach
                   19294: 
                   19295:        * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
                   19296:          ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
                   19297:          were hash.foreach
                   19298: 
                   19299:        * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
                   19300:          types/pa_vstring.C, types/pa_vstring.h:
                   19301:          ^foreach[key|value]{body}[[separator]|{separator}]
                   19302: 
                   19303:        * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
                   19304:          types/pa_vcookie.C: ^hash.delete[key]
                   19305: 
                   19306: 2001-10-31  paf
                   19307: 
                   19308:        * src/main/: compile.C, pa_common.C: completely empty file now
                   19309:          considered "read", not ignored [not perfect trick used]
                   19310: 
                   19311:        * src/main/pa_common.C: simplier common ifdefs
                   19312: 
                   19313:        * src/main/pa_common.C: typing bug in common - bad ifdeff
                   19314: 
                   19315:        * src/main/pa_db_connection.C: z
                   19316: 
                   19317:        * src/main/: pa_db_connection.C, pa_sql_driver_manager.C:       //
                   19318:          lockdetector flags
                   19319:                  dbenv.lk_detect=DB_LOCK_RANDOM;
                   19320: 
                   19321:        * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
                   19322:          from accidental show [imagine user forgot @exception]
                   19323: 
                   19324:        * src/classes/table.C: ^table.save[[nameless|+append;]path]
                   19325: 
                   19326:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   19327:          classes/string.C, classes/xnode.C, include/pa_common.h,
                   19328:          main/pa_common.C: ^string.save[[append;]path]
                   19329: 
                   19330:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   19331:          main/execute.C: \ in expression: int divide 10/3=3
                   19332: 
                   19333:        * src/types/pa_vhashfile.h: hashfile  ^delete to do something only
                   19334:          inside of ^cache
                   19335: 
                   19336:        * src/: include/pa_threads.h, main/pa_db_connection.C,
                   19337:          main/pa_db_table.C, targets/cgi/pa_threads.C,
                   19338:          targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
                   19339:          needed
                   19340: 
                   19341: 2001-10-30  paf
                   19342: 
                   19343:        * src/: classes/classes.dsp, main/main.dsp,
                   19344:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   19345:          types/types.dsp: enabled debug incremental compile
                   19346: 
                   19347:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
                   19348:          form post data line endings not reformatted now.
                   19349: 
                   19350:        * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
                   19351:          now required [had bug when file= has no value]
                   19352: 
                   19353:        * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
                   19354:          pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
                   19355:          cstr(asis) default param removed
                   19356: 
                   19357:        * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
                   19358: 
                   19359:        * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
                   19360: 
                   19361:        * src/include/pa_dir.h: LOAD_DIR fixed
                   19362: 
                   19363:        * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
                   19364:          was broken} fix_line_breaks
                   19365: 
                   19366:        * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
                   19367:          pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
                   19368:          packed with #pragma pack
                   19369: 
1.116     moko     19370:        * src/include/pa_config_auto.h.in: pragma detection
1.95      moko     19371: 
                   19372: 2001-10-29  paf
                   19373: 
                   19374:        * src/types/pa_wcontext.h: bitfield syntax stricter
                   19375: 
                   19376:        * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
                   19377:          string hash.puts
                   19378: 
                   19379:        * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
                   19380: 
                   19381:        * src/include/pa_sql_connection.h: there were one wrong
                   19382:          SQL_CONNECTION_FUNC_GUARDED [failed]
                   19383: 
                   19384:        * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
                   19385:          param.someday either ifdef or remove it
                   19386: 
                   19387:        * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
                   19388: 
                   19389:        * src/main/untaint.C: optimizing returned after debugging
                   19390: 
                   19391:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
                   19392:          main/untaint.C: memory hunging #pragma pack(1)
                   19393: 
                   19394:          16 419 844 13 169 394
                   19395: 
                   19396:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
                   19397:          targets/cgi/pa_pool.C: String size_t replace to uint in proper
                   19398:          places [todo:Array]
                   19399: 
                   19400:        * src/: main/execute.C, targets/cgi/pa_pool.C,
                   19401:          targets/cgi/parser3.dsp, types/pa_wcontext.h,
                   19402:          types/pa_wwrapper.h: debugging memory WContext flags to bits
                   19403: 
                   19404:          total 5 652 652/158731 total 5 469 332/158731
                   19405: 
                   19406:        * src/: include/pa_array.h, main/pa_array.C: debugging memory
                   19407:          Array:: without cache in get/put now
                   19408: 
                   19409:          [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
                   19410:          18:25:27 2001] total 5 652 652/158731
                   19411: 
                   19412:        * src/: include/pa_string.h, main/pa_string.C,
                   19413:          targets/cgi/pa_pool.C: debugging memory String::fused_rows func
                   19414:          now
                   19415: 
                   19416:          [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
                   19417:          18:11:53 2001] total 5796092/158731
                   19418: 
                   19419:        * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
                   19420:          main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
                   19421:          key ref now
                   19422: 
                   19423:          [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
                   19424:          17:11:17 2001] total 16867948/202658
                   19425: 
                   19426:        * src/: classes/file.C, classes/image.C, classes/string.C,
                   19427:          classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
                   19428:          main/execute.C, main/pa_array.C, main/pa_common.C,
                   19429:          main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   19430:          main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
                   19431:          types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
                   19432:          string::as_int/double now usually uses stack, not heap [200K out
                   19433:          of 17M :)] VString(String&) not copies reference [29M -> 17M]
                   19434: 
                   19435:        * src/main/pa_sql_driver_manager.C: ping to have services [old
                   19436:          hiding bug]
                   19437: 
                   19438:        * src/Makefile.am: .am order
                   19439: 
                   19440:        * src/: include/pa_array.h, include/pa_charset_manager.h,
                   19441:          include/pa_db_connection.h, include/pa_db_manager.h,
                   19442:          include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
                   19443:          include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
                   19444:          include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
                   19445:          types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
                   19446:          required "friend class"
                   19447: 
                   19448:          ../include/pa_request.h:51: friend declaration requires
                   19449:          class-key, i.e. `friend    class Temp_lang'
                   19450: 
                   19451:        * src/: include/pa_exception.h, include/pa_sql_connection.h,
                   19452:          main/pa_exception.C, main/pa_sql_driver_manager.C,
                   19453:          sql/pa_sql_driver.h: sql driver impl changed in _throw part.
                   19454: 
                   19455:          the idea is to #1 jump to C++ some function to main body, where
                   19456:          every function stack frame has exception unwind information and
                   19457:          from there... #2 propagate_exception()
                   19458: 
                   19459: 2001-10-28  paf
                   19460: 
                   19461:        * src/main/pa_db_connection.C: removed old consts
                   19462: 
                   19463:        * src/main/pa_db_connection.C: expire table [was accidently pasted
                   19464:          with wrong type/cast]
                   19465: 
                   19466:        * src/main/: pa_db_connection.C, pa_db_table.C: exception
                   19467:          translation
                   19468: 
1.116     moko     19469:        * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95      moko     19470:          remember to build DB2 with -fexceptions!!!
                   19471: 
                   19472:        * src/main/pa_db_table.C: DB_RMW defed
                   19473: 
                   19474:        * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
                   19475:          include/pa_db_connection.h, include/pa_db_manager.h,
                   19476:          include/pa_db_table.h, main/pa_db_connection.C,
                   19477:          main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
                   19478: 
                   19479: 2001-10-27  paf
                   19480: 
                   19481:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   19482:          include/pa_db_table.h, main/pa_db_connection.C,
                   19483:          main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
                   19484:          types/pa_vhashfile.C: DB2 ifdefs
                   19485: 
1.116     moko     19486:        * src/: classes/Makefile.am, include/pa_config_fixed.h,
                   19487:          main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95      moko     19488:          makes with DB2
                   19489: 
1.116     moko     19490:        * src/: include/pa_config_auto.h.in, main/Makefile.am,
                   19491:          types/Makefile.am: makes db
1.95      moko     19492: 
                   19493:        * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
                   19494:          targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
                   19495:          globals.C
                   19496: 
                   19497:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   19498:          include/pa_db_table.h, main/pa_db_connection.C,
                   19499:          main/pa_db_table.C: ^hashfile.clear[]
                   19500: 
                   19501:        * src/classes/classes.awk: no $ in var names
                   19502: 
                   19503:        * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
                   19504:          connection&table [forgotten calls]
                   19505: 
                   19506: 2001-10-26  paf
                   19507: 
                   19508:        * src/main/pa_db_connection.C: db checkpoints
                   19509: 
                   19510:        * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
                   19511:          checkpoints
                   19512: 
                   19513:        * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
                   19514:          default. but entities still reparsed. todo: tothink
                   19515: 
                   19516:        * src/main/pa_db_connection.C: db recover mech 2
                   19517: 
                   19518:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   19519:          include/pa_db_manager.h, include/pa_db_table.h,
                   19520:          include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
                   19521:          main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
                   19522:          types/pa_vhashfile.h: db connections & tables now cached at
                   19523:          create time & multithreaded
                   19524: 
                   19525:        * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
                   19526:          parsed_source
                   19527: 
                   19528:        * src/main/pa_db_connection.C: about to remove connection from
                   19529:          vhashfile
                   19530: 
                   19531:        * src/: main/pa_db_table.C, classes/hashfile.C: db: child
                   19532:          transaction commit/rollback responsibility left to parent [as it
                   19533:          sould - else there were a bug with double free]
                   19534: 
                   19535:        * src/include/pa_db_table.h: db: child transaction commit/rollback
                   19536:          responsibility left to parent [as it sould - else there were a
                   19537:          bug with double free]
                   19538: 
                   19539: 2001-10-25  paf
                   19540: 
                   19541:        * src/: classes/hashfile.C, include/pa_common.h,
                   19542:          include/pa_db_connection.h, include/pa_db_manager.h,
                   19543:          main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
                   19544:          types/pa_vhashfile.C, types/pa_vhashfile.h,
                   19545:          include/pa_db_table.h, main/pa_db_table.C: started db_home
                   19546:          [multiple, cached] todo: autorecover [tried, but not succeded,
                   19547:          yet]
                   19548: 
                   19549:        * src/include/pa_dir.h: ancient gpf on dir not found fixed
                   19550: 
                   19551:        * src/: include/pa_db_connection.h, main/pa_db_manager.C:
                   19552:          transaction parent passed
                   19553: 
                   19554: 2001-10-24  parser
                   19555: 
1.116     moko     19556:        * src/classes/Makefile.am: makes
1.95      moko     19557: 
                   19558:        * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
                   19559:          isapi/pool_storage.h: pool_storage fixed
                   19560: 
                   19561:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
                   19562:          types/pa_vform.h: form fix_line_breaks
                   19563: 
1.116     moko     19564:        * src/targets/cgi/pool_storage.h: makes
1.95      moko     19565: 
                   19566:        * src/: classes/Makefile.am, targets/cgi/Makefile.am,
                   19567:          targets/cgi/pool_storage.h: makes
                   19568: 
                   19569:        * src/sql/pa_sql_driver.h: version
                   19570: 
                   19571:        * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
                   19572:          types/pa_vform.C, types/pa_vform.h: .am
                   19573: 
                   19574:        * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
                   19575:          this: DB_RMW Acquire write locks instead of read locks when doing
                   19576:          the retrieval. Setting this flag may decrease the likelihood of
                   19577:          deadlock during a read-modify-write cycle by immediately
                   19578:          acquiring the write lock during the read part of the cycle so
                   19579:          that another thread of control acquiring a read lock for the same
                   19580:          item, in its own read-modify-write cycle, will not result in
                   19581:          deadlock
                   19582: 
                   19583:        * src/targets/isapi/parser3isapi.dsp: doc
                   19584: 
                   19585:        * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
                   19586: 
                   19587:        * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
                   19588: 
                   19589:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   19590:          main/pa_db_connection.C: hashfile expired deleted from db when
                   19591:          get & iterate
                   19592: 
                   19593:        * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
                   19594:          expiring 1
                   19595: 
                   19596:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
                   19597: 
                   19598:        * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
                   19599:          db_connection not bothers with key when not returning expired
                   19600:          data
                   19601: 
                   19602:        * src/: include/pa_db_connection.h, main/pa_db_connection.C,
                   19603:          types/pa_vhashfile.C: db_cursor constructor public now
                   19604: 
                   19605:        * src/: include/pa_db_connection.h, main/pa_db_connection.C,
                   19606:          types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
                   19607:          stamped, todo: put_element analize
                   19608: 
                   19609:        * src/: include/pa_db_connection.h, include/pa_string.h,
                   19610:          main/pa_db_connection.C, main/pa_string.C: hashfile pieced
                   19611:          serialize. todo stamp
                   19612: 
                   19613: 2001-10-23  parser
                   19614: 
                   19615:        * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
                   19616:          classes/image.C, classes/mail.C, classes/response.C,
                   19617:          classes/string.C, classes/table.C, classes/xdoc.C,
                   19618:          include/pa_config_fixed.h, include/pa_db_connection.h,
                   19619:          main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
                   19620:          types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
                   19621:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
                   19622:          types/pa_vtable.C: ^hashfile.hash[]
                   19623: 
                   19624:        * src/: classes/hashfile.C, classes/xdoc.C,
                   19625:          include/pa_config_fixed.h, main/pa_db_manager.C,
                   19626:          main/pa_globals.C: ifdefs so it compiled without db
                   19627: 
                   19628:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   19629:          include/pa_db_manager.h, main/pa_db_connection.C,
                   19630:          main/pa_db_manager.C, types/pa_vhashfile.h:
                   19631:          ^hashfile.transaction{code} ^hashfile:clear[filename]
                   19632:          ^hashfile.delete[key]
                   19633: 
                   19634: 2001-10-22  parser
                   19635: 
                   19636:        * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
                   19637:          cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
                   19638: 
                   19639:        * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
                   19640:          classes/xnode.C, include/pa_charset_connection.h,
                   19641:          include/pa_db_connection.h, include/pa_db_manager.h,
                   19642:          include/pa_exception.h, include/pa_sapi.h,
                   19643:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   19644:          include/pa_stylesheet_connection.h,
                   19645:          include/pa_stylesheet_manager.h,
                   19646:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   19647:          main/pa_db_connection.C, main/pa_db_manager.C,
                   19648:          main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
                   19649:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   19650:          main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
                   19651:          targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
                   19652:          types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
                   19653:          types/types.dsp: hashfile 0
                   19654: 
                   19655:        * src/types/pa_vhashfile.C: z
                   19656: 
                   19657:        * src/: classes/classes.dsp, classes/hashfile.C,
                   19658:          include/pa_config_fixed.h, main/execute.C,
                   19659:          targets/cgi/parser3.dsp, types/pa_vhashfile.C,
                   19660:          types/pa_vhashfile.h, types/types.dsp: hashfile -100
                   19661: 
                   19662:        * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
                   19663: 
                   19664:        * src/: include/pa_exception.h, include/pa_request.h,
                   19665:          main/execute.C, main/pa_exception.C, main/pa_request.C,
                   19666:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   19667:          types/pa_vclass.h, types/pa_vobject.h: stack backtrace
                   19668: 
                   19669: 2001-10-19  parser
                   19670: 
                   19671:        * src/include/pa_pool.h: header
                   19672: 
                   19673:        * src/main/pa_pool.C: auto compiled on gcc
                   19674: 
                   19675:        * src/classes/image.C: comment
                   19676: 
1.116     moko     19677:        * src/: include/pa_pool.h, main/pa_common.C: makes
1.95      moko     19678: 
                   19679:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   19680:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   19681:          types/pa_vxnode.h: xnode clone got freed
                   19682: 
                   19683:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
                   19684:          include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
                   19685:          can free up xalandomstring resulting from pool::transcode
                   19686: 
                   19687:        * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
                   19688:          include/pa_config_fixed.h, include/pa_exception.h,
                   19689:          include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
                   19690:          main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
                   19691:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
                   19692:          to c++ exceptions 1xml configure fixed to exclude xalan-patch
                   19693:          from non-xml compile
                   19694: 
                   19695:        * src/main/pa_request.C: pool:: context - get_context
                   19696: 
                   19697:        * src/: classes/classes.h, classes/date.C, classes/double.C,
                   19698:          classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
                   19699:          classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
                   19700:          classes/string.C, classes/table.C, classes/void.C,
                   19701:          include/pa_config_fixed.h, include/pa_exception.h,
                   19702:          include/pa_pool.h, include/pa_request.h, include/pa_types.h,
                   19703:          main/compile.C, main/compile_tools.C, main/execute.C,
                   19704:          main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
                   19705:          main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
                   19706:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   19707:          main/pa_string.C, main/pa_table.C, main/untaint.C,
                   19708:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   19709:          types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
                   19710:          types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
                   19711:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
                   19712:          types/pa_vstateless_class.h, types/pa_vtable.C,
                   19713:          types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
                   19714:          exceptions 0
                   19715: 
                   19716:        * src/classes/classes.awk: $ removed
                   19717: 
                   19718: 2001-10-18  parser
                   19719: 
                   19720:        * src/types/pa_vcookie.C: cookie:CLASS
                   19721: 
                   19722:        * src/main/main.dsp: project
                   19723: 
                   19724:        * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
                   19725:          set_document & ctor question "who owns document" solved
                   19726: 
                   19727:        * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
                   19728: 
                   19729:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
                   19730:          main/pa_pool.C: encoding in dom creating funcs
                   19731: 
                   19732:        * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
                   19733:          be transformed now
                   19734: 
                   19735:        * src/classes/xdoc.C: dom created by create can be transformed now
                   19736: 
                   19737:        * src/classes/xdoc.C: z
                   19738: 
                   19739:        * src/classes/xdoc.C: comment
                   19740: 
                   19741:        * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
                   19742:          create now uses XercesDocumentBridge, appendChild&co now works
                   19743: 
                   19744:        * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
                   19745:          @ recompile
                   19746: 
                   19747:        * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
                   19748:          $origin @exception[
                   19749: 
                   19750:        * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
                   19751:          tag names forced to XML lang
                   19752: 
                   19753:        * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
                   19754:          leechy-found bugs in code&doc fixed
                   19755: 
                   19756: 2001-10-17  parser
                   19757: 
                   19758:        * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
                   19759:          types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
                   19760:          n functionality preserved
                   19761: 
                   19762:        * src/types/pa_vimage.h: removed unused vimage::save
                   19763: 
                   19764: 2001-10-16  parser
                   19765: 
                   19766:        * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
                   19767: 
                   19768:        * src/classes/: xnode.C: removed few dom returns & changed op.txt
                   19769: 
                   19770:        * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
                   19771: 
                   19772:        * src/classes/image.C: image.copy tolerance
                   19773: 
                   19774:        * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
                   19775:          ineffective, but works for small paleted image
                   19776: 
                   19777:        * src/types/pa_vimage.C: comment
                   19778: 
                   19779:        * src/classes/image.C: gd size/resize bugfix
                   19780: 
                   19781:        * src/: classes/classes.dsp, main/main.dsp,
                   19782:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   19783:          types/types.dsp: ident >nul 2>&1
                   19784: 
                   19785:        * src/main/pa_common.C: \r\n -> \n   DOS \r -> \n Macintosh on all
                   19786:          systems
                   19787: 
                   19788:        * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
                   19789:          x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
                   19790: 
                   19791: 2001-10-15  parser
                   19792: 
                   19793:        * src/main/execute.C: z
                   19794: 
                   19795:        * src/classes/: xdoc.C:     !::create{qualifiedName}
                   19796: 
                   19797:        * src/types/pa_vxnode.C:     document_type_node.
                   19798:                  !readonly attribute DOMString name
                   19799:              !notation_node.
                   19800:                  !readonly attribute DOMString publicId
                   19801:                  !readonly attribute DOMString systemId
                   19802: 
1.116     moko     19803:        * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
                   19804:          ::write badly passed string too transparently [failed to
                   19805:          intercept it]
1.95      moko     19806: 
                   19807:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
                   19808:          include/pa_request.h, main/pa_sql_driver_manager.C,
                   19809:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   19810:          types/pa_vxnode.h: DOM1 major addtion, only few
                   19811:          attributes/methods left
                   19812: 
                   19813: 2001-10-13  parser
                   19814: 
                   19815:        * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
                   19816:          targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
                   19817:          in main handler
                   19818: 
                   19819:        * src/targets/isapi/pool_storage.h: isapi pool storage reverse
                   19820:          cleanups & frees order
                   19821: 
                   19822:        * src/types/pa_vcode_frame.h: couple comments
                   19823: 
                   19824:        * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
                   19825:          transparent enough to handle hash if creation&passing
                   19826: 
                   19827:        * src/: include/pa_config_fixed.h, main/execute.C,
                   19828:          main/pa_exception.C: noticed that vcodeframe not transparent
                   19829:          enough, would change now
                   19830: 
                   19831: 2001-10-12  parser
                   19832: 
                   19833:        * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
                   19834:          fixed. initialization&free on each thread!
                   19835: 
                   19836:        * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
                   19837:          handling changed: now type of default param analized always, not
                   19838:          only at problem time, thus helping early problem spotting
                   19839: 
                   19840:        * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
                   19841:          main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
                   19842:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
                   19843:          targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
                   19844:          multithread bug fixed. initialization&free on each thread!
                   19845: 
                   19846: 2001-10-11  parser
                   19847: 
                   19848:        * src/classes/xnode.C: xnode.selectSingle now
                   19849: 
                   19850:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
                   19851:          include/pa_pool.h, include/pa_stylesheet_connection.h,
                   19852:          main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
                   19853:          convertors out of Pool into Exception
                   19854: 
                   19855:        * src/main/pa_string.C: const
                   19856: 
                   19857:        * src/: include/pa_string.h, main/pa_string.C: restructured string:
                   19858:          linked pieces of same language together prior to String::replace
                   19859: 
                   19860:        * src/classes/hash.C:     !^hash.add[addme]
                   19861:              !^hash.sub[subme]
                   19862:              !^a.union[b] = new
                   19863:              !^a.intersection[b] = new
                   19864:              !^a.intersects[b] = bool
                   19865: 
                   19866:        * src/classes/hash.C:     !^hash::append[append_from]
                   19867: 
                   19868:        * src/: classes/hash.C, types/pa_vhash.h:
                   19869:          !^hash::create[[copy_from]]
                   19870: 
                   19871:        * src/: classes/string.C, classes/table.C, include/pa_globals.h,
                   19872:          include/pa_string.h, main/pa_globals.C, main/pa_string.C,
                   19873:          main/untaint.C, types/pa_vvoid.h: untaint lang origins table
                   19874:          fixed.  got rid of empty_string, which caused errors - it hasnt
                   19875:          exception but somebody[value.bark] tried to throw it on it's pool
                   19876: 
1.116     moko     19877:        * src/include/pa_config_auto.h.in: makes
1.95      moko     19878: 
                   19879: 2001-10-10  parser
                   19880: 
                   19881:        * src/: classes/op.C, main/compile.tab.C: ^error[msg]
                   19882: 
                   19883:        * src/main/: compile.tab.C, compile.y: ^a[
                   19884: 
                   19885:          @next_method  << now unclosed ] would be reported here
                   19886: 
                   19887:        * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
                   19888:          compile error
                   19889: 
                   19890: 2001-10-09  parser
                   19891: 
1.116     moko     19892:        * src/: classes/Makefile.am, main/Makefile.am,
                   19893:          targets/cgi/Makefile.am, types/Makefile.am: makes
1.95      moko     19894: 
                   19895:        * src/classes/Makefile.am: makes
                   19896: 
                   19897:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
                   19898:          win32 errors intercepted [xalan transformer patched and
                   19899:          incorporated]
                   19900: 
                   19901:        * src/: classes/classes.dsp, classes/xdoc.C,
                   19902:          include/pa_stylesheet_connection.h, main/main.dsp,
                   19903:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   19904:          types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
                   19905:          patches starting
                   19906: 
                   19907:        * src/classes/: string.C, table.C: ^string.save[file]
                   19908: 
                   19909:        * src/classes/: date.C, table.C: calendar moved to date
                   19910: 
                   19911:        * src/classes/: op.C, table.C: table.hash[key field;value field(s)
                   19912:          string/table]  now
                   19913: 
                   19914:        * src/classes/: op.C, table.C: z
                   19915: 
                   19916:        * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
                   19917:          types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
                   19918:          types/pa_vxnode.h: table:menu & op for delims made allowed not to
                   19919:          be code [be string..]
                   19920: 
                   19921:        * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
                   19922:          table.C: lots of
                   19923:          params->as_int/double/as_string/as_junction/as_no_junction
                   19924:          messages added
                   19925: 
                   19926: 2001-10-08  parser
                   19927: 
                   19928:        * src/: classes/date.C, classes/image.C, classes/string.C,
                   19929:          classes/table.C, classes/void.C, include/pa_request.h:
                   19930:          params->as_int/double message added
                   19931: 
                   19932:        * src/classes/image.C: image:circle [and round arc] uses Bresenham
                   19933: 
                   19934:        * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
                   19935:          image:sector removed image:html internal "line-*" attribs
                   19936: 
                   19937:        * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
                   19938:          types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
                   19939: 
                   19940:        * src/types/pa_vcookie.C: removing cookie made more netscape-like
                   19941:          way
                   19942: 
                   19943:        * src/: classes/file.C, classes/form.C, main/pa_common.C,
                   19944:          main/untaint.C: header untainting to UL_HTTP_HEADER,
                   19945:          UL_MAIL_HEADER made nonforced [only tainted pieces]
                   19946: 
                   19947:        * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
                   19948:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
                   19949:          @ SAPI::log
                   19950: 
                   19951:        * src/main/untaint.C: \r to ' ' in origins mode
                   19952: 
                   19953:        * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
                   19954:          set]
                   19955: 
                   19956:        * src/: classes/xdoc.C, include/pa_config_fixed.h,
                   19957:          main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
                   19958:          nonstandard liaison freed up
                   19959: 
                   19960: 2001-10-07  parser
                   19961: 
                   19962:        * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
                   19963:          project
                   19964: 
                   19965: 2001-10-05  parser
                   19966: 
                   19967:        * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
                   19968:          main/pa_pool.C: changed xdoc:set to prevent SAXParseException
                   19969:          from outputing to cerr.  lots of "todos"
                   19970: 
                   19971:        * src/main/untaint.C: http_header tainting more gentle with
                   19972:          enquoting now
                   19973: 
                   19974:        * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
                   19975:          main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
                   19976:          xml errorhandler.  fixed string.replace a little, read @test
                   19977: 
                   19978:        * src/main/pa_string.C: found replace bug - first_that_starts(char
                   19979:          *) does not have limit, and looks further eos, fixing....
                   19980: 
                   19981:        * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
                   19982: 
                   19983:        * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
                   19984: 
                   19985:        * src/main/: pa_charset_connection.C: ctype another mem clear
                   19986:          bugfix
                   19987: 
1.116     moko     19988:        * src/main/: compile.tab.C, compile.y: disabled ^literals in names
                   19989:          $result[^[$p^]z] now works fine
1.95      moko     19990: 
                   19991:        * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
                   19992:          wrong. fixed it
                   19993: 
                   19994:        * src/main/pa_charset_connection.C: unicode zero pair at the beging
                   19995:          of totable appered to be vital
                   19996: 
                   19997: 2001-10-04  parser
                   19998: 
                   19999:        * src/classes/image.C: ^image.length[text]
                   20000: 
                   20001: 2001-10-03  parser
                   20002: 
                   20003:        * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
                   20004: 
                   20005:        * src/main/pa_request.C: restored pcre defaulting in request
                   20006:          [mindlessly "optimized" yesterday] comment left
                   20007: 
                   20008: 2001-10-02  parser
                   20009: 
                   20010:        * src/: main/pa_charset_manager.C,
                   20011:          include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
                   20012:          needed
                   20013: 
                   20014:        * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
                   20015:          forgot non-xml pool.*charset needed
                   20016: 
                   20017:        * src/classes/table.C: # config comments fixed
                   20018: 
                   20019:        * src/: classes/table.C, main/pa_charset_connection.C: table:load &
                   20020:          charset_connection #comment now
                   20021: 
                   20022:        * src/: classes/classes.dsp, types/types.dsp: release projects
                   20023:          options fixed to use release msvcrt lib
                   20024: 
                   20025:        * src/main/pa_charset_connection.C: pcre tables now const inside
                   20026:          removed default - pcre handles that internally fixed bug on
                   20027:          not-cleaning tables [previously was calloced, now member]
                   20028: 
                   20029:        * src/: include/pa_request.h, main/pa_charset_connection.C,
                   20030:          main/pa_request.C, types/pa_vstring.h: pcre tables now const
                   20031:          inside removed default - pcre handles that internally fixed bug
                   20032:          on not-cleaning tables [previously was calloced, now member]
                   20033: 
                   20034:        * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
                   20035:          tested charset reload on file change @ apache version = OK tested
                   20036:          freeing up prev encoding on adding new = OK
                   20037: 
                   20038: 2001-10-01  parser
                   20039: 
                   20040:        * src/main/pa_charset_connection.C: removed entitify external hack
                   20041:          [internal installed]
                   20042: 
1.116     moko     20043:        * src/main/Makefile.am: makes+removed dtd
1.95      moko     20044: 
                   20045:        * src/: include/pa_charset_connection.h,
                   20046:          include/pa_charset_manager.h,
                   20047:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   20048:          main/pa_charset_connection.C, main/pa_charset_manager.C,
                   20049:          main/pa_request.C: charset loading & caching mech 0
                   20050: 
                   20051:        * src/: include/pa_stylesheet_connection.h,
                   20052:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   20053:          main/pa_globals.C, main/pa_request.C: would make charset loading
                   20054:          & caching mech now
                   20055: 
                   20056: 2001-09-30  parser
                   20057: 
                   20058:        * src/main/pa_request.C: forgot to fill toTable
                   20059: 
                   20060:        * src/: include/pa_config_fixed.h, main/pa_request.C: started
                   20061:          hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
                   20062:          failed on win32 for now..
                   20063: 
                   20064:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
                   20065:          now charsets table configuration variable is: CHARSETS
                   20066: 
                   20067:        * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
                   20068:          ctype with unicode 1. todo: no &#1055; entities on output somehow
                   20069: 
                   20070:        * src/: classes/file.C, classes/op.C, classes/string.C,
                   20071:          include/pa_request.h, main/pa_request.C: started ctype with
                   20072:          unicode values
                   20073: 
                   20074: 2001-09-28  parser
                   20075: 
                   20076:        * src/: main/pa_request.C, classes/mail.C, classes/op.C,
                   20077:          classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
                   20078:          string passed AS-IS now
                   20079: 
                   20080:        * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
                   20081:          way of user-configuring... todo: implement
                   20082: 
                   20083: 2001-09-27  parser
                   20084: 
                   20085:        * src/classes/table.C: table.sort changed to sort table itself
                   20086: 
                   20087:        * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
                   20088:          X^.getElementsByTagName[tagname] = array of xnode
                   20089:          X^.getElementsByTagNameNS[namespaceURI;localName] = array of
                   20090:          nodes removed - regretfully not supported @ xalan. maybe someday
                   20091:          would reimplement, if needed.
                   20092: 
                   20093:          win32build system: solved long waiting anti-non-started-apache
                   20094:          problem
                   20095: 
                   20096:        * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
                   20097:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   20098:          types/types.dsp: win32 ident make system so not to rebuild
                   20099:          library [ident.C.new]
                   20100: 
                   20101: 2001-09-26  parser
                   20102: 
                   20103:        * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
                   20104:          classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
                   20105:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   20106:          types/pa_vxnode.C, types/types.dsp: z
                   20107: 
                   20108:        * src/classes/classes.C: forgot one non-xml check
                   20109: 
1.116     moko     20110:        * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
                   20111:          targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95      moko     20112: 
                   20113:        * src/targets/cgi/parser3.C: z
                   20114: 
                   20115:        * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
                   20116:          targets/isapi/parser3isapi.C: #ifdef SMTP
                   20117: 
                   20118:        * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
                   20119:          classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   20120:          main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
                   20121:          types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
                   20122:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   20123:          types/types.dsp: xdoc&xnode now
                   20124: 
                   20125:        * src/: classes/classes.C, classes/classes.awk,
                   20126:          classes/classes.dsp, classes/classes.h, classes/date.C,
                   20127:          classes/dnode.C, classes/dnode.h, classes/dom.C,
                   20128:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   20129:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   20130:          classes/op.C, classes/response.C, classes/string.C,
                   20131:          classes/table.C, classes/void.C, include/pa_array.h,
                   20132:          include/pa_common.h, include/pa_config_fixed.h,
                   20133:          include/pa_config_includes.h, include/pa_dictionary.h,
                   20134:          include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
                   20135:          include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
                   20136:          include/pa_socks.h, include/pa_sql_connection.h,
                   20137:          include/pa_sql_driver_manager.h, include/pa_stack.h,
                   20138:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   20139:          include/pa_table.h, include/pa_threads.h, include/pa_types.h,
                   20140:          include/pa_xslt_stylesheet_manager.h, main/compile.C,
                   20141:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   20142:          main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
                   20143:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   20144:          main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
                   20145:          main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
                   20146:          main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
                   20147:          main/pa_xslt_stylesheet_manager.C, main/untaint.C,
                   20148:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   20149:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   20150:          targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
                   20151:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   20152:          targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
                   20153:          types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
                   20154:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   20155:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   20156:          types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
                   20157:          types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
                   20158:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   20159:          types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
                   20160:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
                   20161:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   20162:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
                   20163:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   20164:          types/pa_vstateless_object.h, types/pa_vstring.C,
                   20165:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   20166:          types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   20167:          types/pa_wwrapper.h, types/types.dsp: added ident.awk and
                   20168:          main.dsp splitted to main+classes+types along to .am
                   20169: 
                   20170:        * src/classes/Makefile.am: removed useless var
                   20171: 
                   20172:        * src/: classes/classes.cmd, main/main.dsp,
                   20173:          targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
                   20174:          main.dsp
                   20175: 
                   20176: 2001-09-25  parser
                   20177: 
                   20178:        * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
                   20179:          1251 though, todo ICU
                   20180: 
1.116     moko     20181:        * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95      moko     20182:          include/pa_stylesheet_connection.h, main/Makefile.am,
1.116     moko     20183:          main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
                   20184:          types/pa_vdom.h: xml configure makes
1.95      moko     20185: 
                   20186: 2001-09-24  parser
                   20187: 
1.116     moko     20188:        * src/: classes/Makefile.am, include/pa_config_auto.h.in,
                   20189:          types/Makefile.am: makes
1.95      moko     20190: 
1.116     moko     20191:        * src/targets/cgi/Makefile.am: makefiles
1.95      moko     20192: 
                   20193:        * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
                   20194:          started unix makes update
                   20195: 
                   20196:        * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
                   20197:          started unix makes update
                   20198: 
                   20199:        * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
                   20200: 
                   20201:        * src/types/pa_value.h: z
                   20202: 
                   20203:        * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
                   20204:          bugs with usinge hash/table in expressions
                   20205: 
                   20206:        * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
                   20207:          resolved conflicts fixed [const]
                   20208: 
                   20209:        * src/: classes/classes.cmd, classes/image.C, classes/op.C,
                   20210:          classes/table.C, include/pa_request.h, include/pa_sapi.h,
                   20211:          main/compile.C, main/compile.tab.C, main/compile.y,
                   20212:          main/compile_tools.h, main/main.dsp, main/pa_common.C,
                   20213:          main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
                   20214:          targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
                   20215:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
                   20216:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
                   20217:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
                   20218:          with before_xml [merge2 actually didn't happen - i've created
                   20219:          tags on wrong branch. so this merge is in fact re-merge]
                   20220: 
                   20221: 2001-09-21  parser
                   20222: 
                   20223:        * src/: main/main.dsp, targets/cgi/parser3.dsp,
                   20224:          targets/isapi/parser3isapi.dsp: updated project files [/ sadly
                   20225:          produced "" in make file and sadly wrong interpreted on load]
                   20226: 
1.116     moko     20227:        * src/: classes/classes.h, classes/hash.C, classes/op.C,
                   20228:          classes/table.C, doc/doxygen.cfg, include/pa_common.h,
                   20229:          include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
                   20230:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   20231:          main/compile.tab.C, main/main.dsp, main/pa_common.C,
                   20232:          main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
                   20233:          targets/isapi/parser3isapi.dsp: merged with before_xml
1.95      moko     20234: 
                   20235:        * src/: classes/classes.C, classes/date.C, classes/dnode.C,
                   20236:          classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
                   20237:          classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
                   20238:          include/pa_pool.h, main/main.dsp, main/pa_globals.C,
                   20239:          main/pa_pool.C, main/pa_request.C,
                   20240:          main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
                   20241:          targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
                   20242:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   20243:          targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
                   20244:          types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
                   20245:          types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
                   20246:          types/pa_vrequest.C, types/pa_vresponse.h,
                   20247:          types/pa_vstateless_class.C, types/pa_vstring.C,
                   20248:          types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
                   20249:          created new projects for sql drivers [planning to remove sql
                   20250:          drivers from main cvs project] first, will join latest changes
                   20251: 
                   20252:        * src/classes/: dom.C: defaulted dom writing methods encoding to
                   20253:          pool.get_charset
                   20254: 
                   20255:        * src/classes/dom.C: defaulted dom writing methods encoding to
                   20256:          pool.get_charset
                   20257: 
                   20258:        * src/include/pa_pool.h: defaulted dom writing methods encoding to
                   20259:          pool.get_charset
                   20260: 
                   20261:        * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
                   20262:          types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
                   20263:          methods encoding to pool.get_charset
                   20264: 
                   20265:        * src/: include/pa_pool.h, main/pa_pool.C: checked whether
                   20266:          transcoder were created right "unsupported encoding" message.
                   20267:          not @ set time, but @ use time, so until xml output functions
                   20268:          .string, .file, .save used - no encoding name check occur
                   20269: 
                   20270:          reduced transcode buffer size to 60 fixed pool cleanup - no
                   20271:          registration needed, pools are officially destructured
                   20272: 
                   20273: 2001-09-20  parser
                   20274: 
                   20275:        * src/classes/image.C: 20K preload on jpg measure [image::measure]
                   20276: 
                   20277:        * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
                   20278:          $MAIN:DEFAULTS.content-type[$.charset[here]]
                   20279: 
                   20280:        * src/: classes/dnode.C, classes/dom.C,
                   20281:          include/pa_config_includes.h, include/pa_globals.h,
                   20282:          include/pa_pool.h, main/main.dsp, main/pa_globals.C,
                   20283:          main/pa_pool.C, targets/cgi/parser3.dsp,
                   20284:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   20285:          types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
                   20286:          Pool::transcode 0
                   20287: 
                   20288:        * src/classes/dom.C: dom. string save file moved output xml options
                   20289:          to last param and made it optional
                   20290: 
                   20291:        * src/types/pa_vdnode.C:     !$elementnode.attributes = hash of
                   20292:          dnodes
                   20293:              !$attributenode.specified = boolean
                   20294:                      true if the attribute received its value explicitly
                   20295:          in the XML document,
                   20296:                      or if a value was assigned programatically with the
                   20297:          setValue function.
                   20298:                  false if the attribute value came from the default value
                   20299:          declared in the document's DTD.
                   20300:              !$pinode.target = target of this processing instruction
                   20301:                  XML defines this as being the first token following the
                   20302:          markup
                   20303:                  that begins the processing instruction.
                   20304:                  XPath:
                   20305:              !^node.select[xpath/query/expression] = hash of 0->node0
                   20306:          1->node1
                   20307:              !^node.select-single[xpath/query/expression] = first node if
                   20308:          any
                   20309: 
                   20310:        * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
                   20311:          pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
                   20312:          some 'const's added
                   20313: 
                   20314:        * src/types/: pa_vhash.h, pa_vtable.h: table/hash  can be used in
                   20315:          expression context now, there value = size and boolean value
                   20316:          size!=0
                   20317: 
                   20318:        * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
                   20319:          can be used in expression context now, there value = size and
                   20320:          boolean value size!=0
                   20321: 
                   20322:        * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
                   20323:          types/pa_vstring.h: dnode .file .string .save moved back to dom
                   20324:          due to strange xalan bug
                   20325: 
                   20326: 2001-09-18  parser
                   20327: 
                   20328:        * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
                   20329:          classes/image.C, classes/op.C, classes/table.C,
                   20330:          include/pa_common.h, include/pa_globals.h, include/pa_request.h,
                   20331:          include/pa_sql_driver_manager.h, main/compile.C,
                   20332:          main/compile.tab.C, main/compile.y, main/compile_tools.h,
                   20333:          main/execute.C, main/pa_common.C, main/pa_request.C,
                   20334:          main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
                   20335:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   20336:          targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
                   20337:          types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
                   20338:          types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
                   20339:          before_xml branch ^if(def $hash) now true only when
                   20340:          ^hash:_count[]!=0 moved .string .save .file from dom to dnode
                   20341: 
                   20342:        * src/: classes/op.C, main/execute.C: operators self changed to
                   20343:          root ^for variable context changed to self
                   20344: 
                   20345:        * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
                   20346:          dnode 1
                   20347: 
                   20348:        * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
                   20349:          types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
                   20350: 
                   20351:        * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
                   20352:          poly* fixed
                   20353: 
                   20354: 2001-09-17  parser
                   20355: 
                   20356:        * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
                   20357:          types/pa_vdom.h: started dnode+dom
                   20358: 
                   20359:          dnode     DOM methods:     $node.name     $node.value
                   20360:          ...others...
                   20361: 
                   20362:              ^node.xpath[/rates/USD] = hash
                   20363:                  $hash[
                   20364:                          $.0[node0]
                   20365:                          $.1[node1]
                   20366:                  ]
                   20367: 
                   20368:        * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
                   20369:          applies to all linear primitives
                   20370: 
                   20371:        * src/: classes/classes.h, classes/dom.C, classes/hash.C,
                   20372:          include/pa_stylesheet_connection.h, main/main.dsp,
                   20373:          targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
                   20374:          types/pa_vimage.h: started dnode     DOM:     $node.name
                   20375:          $node.value     ...others...      ^node.xpath[/rates/USD] = hash
                   20376:          dom(dnode)
                   20377: 
                   20378:        * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
                   20379:          main/compile.y, main/compile_tools.h, main/execute.C,
                   20380:          targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
                   20381:          in expression compound($aa.zz.xx) names now can have minus '-' in
                   20382:          name after '.'
                   20383: 
                   20384: 2001-09-15  parser
                   20385: 
                   20386:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
                   20387:          image: $line-width ^line(...)[****   style]
                   20388: 
                   20389:        * src/: classes/dom.C, targets/isapi/parser3isapi.C,
                   20390:          targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
                   20391:          pool_storage - cleanups first, allocations second.  apache wisely
                   20392:          does just like that
                   20393: 
                   20394:        * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
                   20395:          rewritten using template, no bugs now
                   20396: 
                   20397:        * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
                   20398:          targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
                   20399:          targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
                   20400:          poorly started isapi pool_storage, would rewrite using template
                   20401:          now
                   20402: 
                   20403:        * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
                   20404:          include/pa_stylesheet_connection.h, main/main.dsp,
                   20405:          targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
                   20406:          targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
                   20407:          xalan objects freed up [introducing Pool::register_cleanup]
                   20408: 
                   20409:        * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
                   20410:          comments
                   20411: 
                   20412: 2001-09-14  parser
                   20413: 
                   20414:        * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
                   20415:          z
                   20416: 
                   20417:        * src/: classes/dom.C, classes/file.C, classes/image.C,
                   20418:          classes/mail.C, include/pa_common.h,
                   20419:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   20420:          include/pa_stylesheet_connection.h,
                   20421:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   20422:          main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
                   20423:          main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
                   20424:          main/untaint.C, types/pa_vfile.C: dom.xslt  stylesheet
                   20425:          compiled&cached
                   20426: 
                   20427: 2001-09-13  parser
                   20428: 
                   20429:        * src/: classes/dom.C, classes/file.C, classes/image.C,
                   20430:          types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
                   20431: 
                   20432:        * src/classes/dom.C: dom:file content-type(.method)
                   20433: 
                   20434:        * src/: include/pa_common.h, include/pa_globals.h,
                   20435:          main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
                   20436:          string now more informative error messages
                   20437: 
                   20438:        * src/: include/pa_globals.h, include/pa_request.h,
                   20439:          main/pa_request.C, targets/cgi/parser3.C,
                   20440:          targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
                   20441:          ParserSiteConfig .../parser3.conf
                   20442: 
                   20443:          cgi&isapi looks for {configure|c:\windows}/parser3.conf
                   20444: 
                   20445: 2001-09-12  parser
                   20446: 
                   20447:        * src/: classes/op.C, include/pa_sql_driver_manager.h,
                   20448:          main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
                   20449:          precise error reporting: "connection string must start with
                   20450:          protocol://" now
                   20451: 
                   20452:        * src/main/compile.tab.C: fixed - subname code parts actually []
                   20453:          braced
                   20454: 
                   20455:        * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
                   20456:          lexer on LS_USER level did [] matching without setting nestage,
                   20457:          introduced special LS_NAME_SQUARE_PART state
                   20458: 
                   20459: 2001-09-11  parser
                   20460: 
                   20461:        * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
                   20462:          main/untaint.C: ^dom:set{<some>xml</some>} default language XML
                   20463:          languages+=xml
                   20464: 
                   20465:        * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
                   20466: 
                   20467:        * src/classes/dom.C: ^dom:save/string/file[output options] output
                   20468:          options:     $.method[xml|html|text] detection fixed
                   20469: 
                   20470:        * src/types/pa_vdom.h: messages
                   20471: 
                   20472:        * src/classes/dom.C: ^dom:save/string/file[output options] output
                   20473:          options:     $.method[xml|html|text] detection fixed
                   20474: 
                   20475: 2001-09-10  parser
                   20476: 
                   20477:        * src/classes/dom.C: ^dom:save/string/file[output options] output
                   20478:          options:     $.method[xml|html|text] $.encoding[windows-1251|...]
                   20479: 
                   20480:        * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
                   20481:          added]
                   20482: 
                   20483:        * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
                   20484:          ^dom.xslt[stylesheet filename] 0
                   20485: 
                   20486:        * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
                   20487:          ^dom.xslt[stylesheet filename] -1 doc is lying
                   20488: 
                   20489:        * src/classes/dom.C: ^dom.file[encoding] = file
                   20490: 
                   20491:        * src/classes/: dom.C: ^dom.string[encoding] 1
                   20492:          ^dom.save[encoding;filename]
                   20493: 
                   20494:        * src/classes/dom.C: ^dom.string[] 0
                   20495: 
                   20496:        * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
                   20497: 
                   20498:        * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
                   20499:          types/pa_vform.h: ^dom.save[b.xml] 0
                   20500: 
                   20501: 2001-09-08  parser
                   20502: 
                   20503:        * src/types/pa_vform.C: $form:tables.name.field
                   20504: 
                   20505: 2001-09-07  parser
                   20506: 
                   20507:        * src/classes/table.C: table:empty removed, superceded by ^if(def
                   20508:          $table)...
                   20509: 
                   20510:        * src/targets/cgi/parser3.C: z
                   20511: 
                   20512:        * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now  [conversion
                   20513:          from '' to int/double is 0]
                   20514: 
                   20515:        * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
                   20516:          $table) is false when table is empty
                   20517: 
                   20518:        * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
                   20519:          !$form:tables $atable[$form:tables.a]
                   20520:          ^atable.menu{a=$atable.element}[,]
                   20521: 
                   20522:        * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
                   20523:          types/pa_vform.h, types/pa_vhash.h: !$form:fields
                   20524: 
1.116     moko     20525:        * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95      moko     20526:          types/pa_vdom.h, types/pa_vform.C: merged with successful start
                   20527:          of dom
                   20528: 
                   20529:        * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
                   20530:          types/pa_vform.C, types/pa_vform.h: z
                   20531: 
                   20532:        * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
                   20533:          element [not last]
                   20534: 
1.116     moko     20535:        * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95      moko     20536:          types/pa_vdom.h: introducing dom. dom:load[a.xml]
                   20537: 
                   20538: 2001-09-06  parser
                   20539: 
                   20540:        * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
                   20541:          table with one column 'element' and two rows: 1 and 2
                   20542: 
                   20543:        * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
                   20544:          table with one column 'element' and two rows: 1 and 2
                   20545: 
                   20546:        * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
                   20547:          bad int/double conversions, and now $form:nonexistent.int(88)
                   20548:          would return 88
                   20549: 
                   20550:        * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
                   20551:          types/pa_vhash.h: now there's special hash key '_default'
                   20552:          [instead of ^_default method] $hash[         $.a[1]  $.b[2]
                   20553:          $._default[xx] ] $hash.c
                   20554: 
                   20555:        * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
                   20556:          fixed [thanks, fif], ^; were treated there non-literally
                   20557: 
                   20558:        * src/doc/doxygen.cfg: merged new default options from 1.2.10
                   20559:          doxygen
                   20560: 
                   20561:        * src/: classes/image.C, classes/op.C, classes/string.C,
                   20562:          classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
                   20563:          types/pa_vtable.C: few #ifndef DOXYGEN
                   20564: 
                   20565: 2001-09-05  parser
                   20566: 
                   20567:        * src/classes/: string.C, table.C: sql options can be void [same as
                   20568:          image:html the other day]
                   20569: 
                   20570:        * src/targets/cgi/Makefile.am: .am undo
                   20571: 
                   20572:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
                   20573:          targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
                   20574:          macro expantion on param, simply qoutes whatever passed, undone
                   20575: 
                   20576:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
                   20577:          targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
                   20578:          STRINGIZE(name) #name invented
                   20579: 
                   20580:        * src/: classes/op.C, include/pa_sql_driver_manager.h,
                   20581:          main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
                   20582:          MAIN_SQL_DRIVERS_NAME "drivers"
                   20583: 
                   20584:          moved to be availible to all users
                   20585: 
                   20586:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
                   20587:          SQL_DRIVER_CREATE_FUNC_NAME
                   20588: 
                   20589:        * src/classes/mail.C: MAIN:MAIL check fixed
                   20590: 
                   20591: 2001-09-04  parser
                   20592: 
                   20593:        * src/classes/image.C: image.html now can accept void params
                   20594: 
                   20595:        * src/targets/isapi/parser3isapi.C: z
                   20596: 
                   20597:        * src/targets/cgi/parser3.C: full_file_spec bug
                   20598: 
                   20599:        * src/targets/cgi/parser3.C: getenvcheck
                   20600: 
                   20601:        * src/targets/cgi/parser3.C: zz
                   20602: 
                   20603:        * src/targets/cgi/parser3.C: zzz
                   20604: 
                   20605:        * src/classes/date.C: date
                   20606: 
                   20607:        * src/classes/date.C: date:sql-string is now without ''
                   20608: 
1.116     moko     20609:        * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95      moko     20610:          targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
                   20611:          auto.p location for targets/cgi/parser3, default[/usr/local/etc]
                   20612: 
1.116     moko     20613:        * src/include/pa_config_auto.h.in: makes
1.95      moko     20614: 
                   20615: 2001-09-03  parser
                   20616: 
                   20617:        * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
                   20618: 
                   20619: 2001-09-01  parser
                   20620: 
                   20621:        * src/classes/image.C: letter_spacing
                   20622: 
                   20623:        * src/classes/image.C: image: font params changed
                   20624: 
                   20625:        * src/classes/image.C: image: as_int as_string used
                   20626: 
                   20627:        * src/types/pa_vmethod_frame.h: $result[] now gets properly
                   20628:          analized
                   20629: 
                   20630: 2001-08-31  parser
                   20631: 
                   20632:        * src/targets/cgi/parser3.C: z
                   20633: 
1.116     moko     20634:        * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
                   20635:          cygwin
1.95      moko     20636: 
                   20637:        * src/classes/void.C: void:int/double += (default)
                   20638: 
                   20639:        * src/classes/image.C: image:font added space param image:font
                   20640:          changed charwidth alg, added kerning const[for now]
                   20641: 
                   20642:        * src/classes/: string.C, table.C: string:int/double (defaults)
                   20643: 
                   20644: 2001-08-29  parser
                   20645: 
                   20646:        * src/main/pa_exception.C: exception redundant debug info
                   20647: 
                   20648: 2001-08-28  parser
                   20649: 
                   20650:        * src/classes/image.C: image error msgs
                   20651: 
                   20652:        * src/classes/image.C: image: gifsize little endian
                   20653: 
                   20654:        * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
                   20655:          doxygeneration
                   20656: 
                   20657:        * src/: classes/Makefile.am, main/Makefile.am,
                   20658:          targets/cgi/Makefile.am, types/Makefile.am: .am-s
                   20659: 
                   20660:        * src/: include/pa_dictionary.h, main/pa_dictionary.C,
                   20661:          main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
                   20662: 
                   20663:        * src/main/compile.C: NO_STRING_ORIGIN check2
                   20664: 
                   20665:        * src/classes/table.C: NO_STRING_ORIGIN check
                   20666: 
                   20667:        * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
                   20668:          storage class specifiers invalid in friend function declarations
                   20669: 
                   20670:        * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
                   20671:          main/untaint.C, targets/cgi/parser3.C,
                   20672:          targets/isapi/parser3isapi.C: strncpy forced with zero ending in
                   20673:          case of limit
                   20674: 
                   20675:        * src/: classes/file.C, main/pa_common.C: file:move
                   20676:          autocreate/remove dest/src dir
                   20677: 
                   20678:        * src/: classes/string.C, include/pa_dictionary.h,
                   20679:          include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
                   20680:          main/untaint.C: pa_directory speeded up. moved zero 'from' check
                   20681:          to directory constructor.  string:replace
                   20682: 
                   20683: 2001-08-27  parser
                   20684: 
                   20685:        * src/classes/image.C: fixed jpgsize alg
                   20686: 
                   20687:        * src/classes/image.C: fixed jpgsize alg
                   20688: 
                   20689:        * src/main/pa_exception.C: z
                   20690: 
                   20691:        * src/main/pa_common.C: removed debug info from pa_common
                   20692: 
                   20693:        * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
                   20694:          [auto.p from current dir loading]
                   20695: 
1.116     moko     20696:        * src/: main/pa_common.C, main/pa_exception.C,
                   20697:          main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
                   20698:          for solaris -lsocket
1.95      moko     20699: 
                   20700: 2001-08-24  parser
                   20701: 
                   20702:        * src/targets/cgi/parser3.C: not cgi extra \n 3
                   20703: 
                   20704:        * src/targets/cgi/parser3.C: not cgi extra \n 2
                   20705: 
                   20706:        * src/targets/cgi/parser3.C: not cgi extra \n
                   20707: 
                   20708:        * src/main/pa_sql_driver_manager.C: z
                   20709: 
                   20710:        * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
                   20711:          sql* removed services from disconnect - cross-request ideological
                   20712:          probs.
                   20713: 
                   20714:        * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
                   20715:          cross-request ideological probs.  oracle - fixed bug: cs
                   20716:          allocated on request.pool and got freed before disconnect
                   20717: 
                   20718:        * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
                   20719:          mallocs fixed
                   20720: 
                   20721: 2001-08-23  parser
                   20722: 
                   20723:        * src/classes/file.C: minor bug in file:save fixed
                   20724: 
                   20725:        * src/main/pa_sql_driver_manager.C: oracle: dlink
                   20726: 
                   20727: 2001-08-22  parser
                   20728: 
                   20729:        * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
                   20730:          types/pa_vfile.h: file:load|save[text|binary;
                   20731: 
                   20732:        * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
                   20733: 
                   20734: 2001-08-21  parser
                   20735: 
                   20736:        * src/classes/: file.C, table.C: ^file:list
                   20737: 
                   20738: 2001-08-20  parser
                   20739: 
                   20740:        * src/: main/compile.tab.C, main/compile.y,
                   20741:          main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
                   20742:          types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
                   20743:          recousively caused problems: inc incremeted 123 literal!! fixed
                   20744: 
                   20745: 2001-08-10  parser
                   20746: 
                   20747:        * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
                   20748: 
                   20749:        * src/main/: compile.tab.C, compile.y: (codes) name part syntax
                   20750:          added
                   20751: 
                   20752:        * src/main/: compile.tab.C, compile.y: (codes) name part syntax
                   20753:          added
                   20754: 
                   20755:        * src/classes/table.C: table:sort restored [it was bad test :(]
                   20756: 
                   20757:        * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
                   20758:          ''
                   20759: 
                   20760:        * src/main/: pa_request.C: wanted to make const int
                   20761:          MAX_EXECUTE_SECONDS=1;
                   20762: 
                   20763:          but couldnt, set_callback_and_alarm appeared to be not exported
                   20764:          :(
                   20765: 
                   20766:        * src/main/pa_string.C: string.match hanged on. there were a hang
                   20767:          check but it weren't wise enough
                   20768: 
                   20769:          @parse[dateString][tmp]
                   20770:          $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
                   20771:          #end
                   20772: 
                   20773:          @main[] ^parse[2001-02-03]
                   20774: 
                   20775:        * src/classes/: table.C: table:sort now default desc
                   20776: 
                   20777:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                   20778:          table.sort now creates new sorted table
                   20779: 
                   20780: 2001-08-09  parser
                   20781: 
                   20782:        * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
                   20783: 
                   20784:        * src/classes/hash.C: hash:_default now [was hash:default]
                   20785: 
                   20786:        * src/classes/op.C: case without switch check added
                   20787: 
                   20788:        * src/types/pa_vcookie.C: cookie name&value origins added, more
                   20789:          precise $ORIGINS(1)
                   20790: 
                   20791:        * src/main/Makefile.am: .am
                   20792: 
                   20793:        * src/classes/void.C: void: int double  copy/paste from int: bug
                   20794:          fixed
                   20795: 
                   20796:        * src/classes/void.C: void: int double  copy/paste from int: bug
                   20797:          fixed
                   20798: 
                   20799: 2001-08-07  parser
                   20800: 
                   20801:        * src/: classes/double.C, classes/int.C, classes/string.C,
                   20802:          classes/table.C, include/pa_globals.h, main/pa_globals.C:
                   20803:          !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
                   20804:          string, table
                   20805: 
                   20806:        * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
                   20807:          srand made working
                   20808: 
                   20809: 2001-08-06  parser
                   20810: 
                   20811:        * src/: classes/mail.C, classes/op.C, include/pa_array.h,
                   20812:          include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
                   20813:          main/compile.tab.C, main/compile.y, main/pa_array.C,
                   20814:          main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
                   20815:          main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
                   20816: 
                   20817:        * src/main/pa_exec.C: exec win32 real filename
                   20818: 
                   20819:        * src/classes/file.C: exec stderr out
                   20820: 
                   20821:        * src/classes/hash.C: hash:keys renamed to hash:_keys :(
                   20822: 
                   20823: 2001-08-03  parser
                   20824: 
                   20825:        * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
                   20826: 
                   20827: 2001-08-02  parser
                   20828: 
                   20829:        * src/: classes/string.C, classes/table.C, include/pa_array.h,
                   20830:          main/execute.C, main/pa_exec.C: introducing Array_iter
                   20831: 
                   20832:        * src/main/execute.C: detected quick_get recursion bug. changed to
                   20833:          get@execute, but needs array iterator, separate from array to
                   20834:          avoid it & use caching
                   20835: 
                   20836:        * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
                   20837:          bug fixed
                   20838: 
                   20839:        * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
                   20840:          main/execute.C, main/pa_globals.C: found another multithread bug
                   20841:          in op.C (last, last global var killed) :)
                   20842: 
                   20843: 2001-08-01  parser
                   20844: 
                   20845:        * src/: include/pa_dictionary.h, include/pa_globals.h,
                   20846:          include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
                   20847:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   20848:          main/untaint.C: speeded up typo-html replacements. introducing
                   20849:          Dictionary with first-char caching
                   20850: 
                   20851: 2001-07-31  parser
                   20852: 
                   20853:        * src/types/Makefile.am: pa_vtable.C added to .am
                   20854: 
                   20855:        * src/main/compile.tab.C: added, so that could be compiled even on
                   20856:          non-bison-enabled platforms
                   20857: 
                   20858: 2001-07-28  parser
                   20859: 
                   20860:        * src/classes/table.C: table:hash always produces hash, when can't
                   20861:          - empty
                   20862: 
                   20863:        * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
                   20864:          skipped \n
                   20865: 
                   20866: 2001-07-27  parser
                   20867: 
                   20868:        * src/classes/: double.C, int.C, string.C: provided meaningful msg
                   20869:          on int/double/string :sql without result and default
                   20870: 
                   20871: 2001-07-26  parser
                   20872: 
                   20873:        * src/classes/op.C: fixed bad multithread bug with strangly global
                   20874:          OP
                   20875: 
                   20876:        * src/main/compile.y: $man[$.age[zzz]]  0
                   20877: 
                   20878:        * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
                   20879:          creation syntax problem persists. restored $: for a while.
                   20880:          thinking of $man[$.age[zzz]] syntax now
                   20881: 
                   20882:        * src/: classes/double.C, classes/int.C, classes/string.C,
                   20883:          include/pa_opcode.h, main/compile.C, main/compile.y,
                   20884:          main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
                   20885:          types/pa_vmethod_frame.h, types/pa_wcontext.h,
                   20886:          types/pa_wwrapper.h: fixing :: realization #1
                   20887: 
                   20888:        * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
                   20889:          main/compile_tools.h, main/execute.C, main/pa_request.C,
                   20890:          types/pa_vmethod_frame.h: introducing :: this is constructor call
                   20891:          prefix.  ordinary : remains for static accesses
                   20892: 
                   20893: 2001-07-25  parser
                   20894: 
                   20895:        * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
                   20896:          fields 2. methods 3. columns
                   20897: 
                   20898:        * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
                   20899:          quote.  optimized double&int tostring-s
                   20900: 
                   20901:        * src/main/: compile.C, compile.y, compile_tools.h: allowed
                   20902:          whitespace before first method decl
                   20903: 
                   20904:        * src/classes/table.C: allowed nontable result in table:sql,
                   20905:          results in empty table
                   20906: 
                   20907:        * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
                   20908:          lines before first method decl
                   20909: 
                   20910:        * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
                   20911:          types/pa_vtable.h: ^table.record[] now $table.fields
                   20912: 
                   20913:        * src/main/compile.y: $var[] is now empty string, not void
                   20914: 
                   20915:        * src/main/: compile.y, execute.C: $var[] is now empty string, not
                   20916:          void
                   20917: 
                   20918:        * src/: classes/string.C, include/pa_globals.h, main/execute.C,
                   20919:          main/pa_globals.C: match replace code context moved to implicit
                   20920:          $match context
                   20921: 
                   20922:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
                   20923:          main/compile_tools.h, main/execute.C: with killed, code storage
                   20924:          introduced with former 'with' syntax
                   20925: 
                   20926: 2001-07-24  parser
                   20927: 
                   20928:        * src/: main/compile.C, main/execute.C, main/pa_string.C,
                   20929:          types/pa_value.h: first get_element, next get operator
                   20930: 
                   20931:        * src/main/compile.y: removed @end handling
                   20932: 
                   20933:        * src/main/: compile.C, compile.y: @end handling method2
                   20934: 
                   20935:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
                   20936:          file:move
                   20937: 
                   20938:        * src/main/pa_common.C: file_read close @ eof when imgsize bug
                   20939:          fixed
                   20940: 
                   20941: 2001-07-23  parser
                   20942: 
                   20943:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
                   20944:          driver
                   20945: 
                   20946:        * src/classes/hash.C: changed sql driver query interface
                   20947: 
                   20948:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   20949:          classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
                   20950:          changed sql driver query interface
                   20951: 
                   20952: 2001-07-20  parser
                   20953: 
                   20954:        * src/types/pa_vrequest.C: X!$browser:type
                   20955: 
                   20956:        * src/: classes/file.C, classes/string.C, include/pa_string.h,
                   20957:          main/execute.C, main/pa_string.C, types/pa_valiased.C,
                   20958:          types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
                   20959:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
                   20960:          types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
                   20961:          types/pa_vobject.h, types/pa_vrequest.C,
                   20962:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
                   20963:          ^class:method dynamic calls allowed.  ^BASE.method call disabled.
                   20964:          BASE element globally removed
                   20965: 
                   20966: 2001-07-18  parser
                   20967: 
                   20968:        * src/classes/file.C: file:exec/cgi msg
                   20969: 
                   20970:        * src/classes/file.C: $file:exit-code renamed to 'status'
                   20971: 
                   20972:        * src/: classes/file.C, main/pa_exec.C: file:exec
                   20973: 
1.116     moko     20974:        * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
                   20975:          targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
                   20976:          removed $id from *.in *.am
1.95      moko     20977: 
                   20978:        * src/main/: pa_request.C, untaint.C: ORIGINS langs name
                   20979:          abbrevations
                   20980: 
                   20981:        * src/: classes/date.C, classes/mail.C, classes/math.C,
                   20982:          classes/string.C, classes/table.C, include/pa_globals.h,
                   20983:          include/pa_string.h, main/execute.C, main/pa_globals.C,
                   20984:          main/pa_request.C, main/pa_string.C, main/untaint.C,
                   20985:          types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
                   20986:          types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
                   20987:          $ORIGINS(1) output tracing mode
                   20988: 
                   20989: 2001-07-13  parser
                   20990: 
                   20991:        * src/: classes/double.C, classes/int.C, classes/string.C,
                   20992:          include/pa_request.h, main/execute.C, main/pa_request.C:
                   20993:          auto.p[@auto], /news/auto.p[no @auto], so that initializing
                   20994:          second would not call first @auto
                   20995: 
                   20996:        * src/main/: execute.C, pa_request.C: order of MAIN parents was
                   20997:          wrong, fixed
                   20998: 
                   20999: 2001-07-12  parser
                   21000: 
                   21001:        * src/types/pa_value.h: pa_value.putelement modification of system
                   21002:          classes prevented
                   21003: 
                   21004: 2001-07-11  parser
                   21005: 
                   21006:        * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
                   21007:          table $piece
                   21008: 
                   21009:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
                   21010:          types/pa_vstateless_class.h: $file created by file:state +=
                   21011:          .atime .mtime .ctime +found&fixed bug with exceptions on
                   21012:          get_junction-created objects [they were on wrong pool]
                   21013: 
                   21014: 2001-07-09  parser
                   21015: 
                   21016:        * src/main/untaint.C: qp wrong name
                   21017: 
                   21018:        * src/: classes/date.C, classes/string.C, classes/table.C,
                   21019:          main/compile.y: date format 0
                   21020: 
                   21021: 2001-07-07  parser
                   21022: 
                   21023:        * src/: classes/date.C, classes/table.C, include/pa_common.h,
                   21024:          include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
                   21025:          roll table calendar
                   21026: 
                   21027:        * src/: classes/Makefile.am, classes/date.C, classes/file.C,
                   21028:          classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
                   21029:          classes/op.C, classes/string.C, classes/table.C, classes/void.C,
                   21030:          include/pa_request.h, main/main.dsp, types/pa_value.h,
                   21031:          types/pa_vdate.h, types/pa_wcontext.C: date  now set $fields roll
                   21032:          string.  todo: sql, calendar
                   21033: 
                   21034: 2001-07-06  parser
                   21035: 
                   21036:        * src/: classes/math.C, include/pa_request.h, main/execute.C,
                   21037:          main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
                   21038: 
                   21039: 2001-07-03  parser
                   21040: 
                   21041:        * src/: classes/Makefile.am, classes/math.C, classes/op.C,
                   21042:          classes/random.C, main/main.dsp: class random renamed to math,
                   21043:          operators became methods
                   21044: 
                   21045:        * src/classes/op.C:  pow sqrt
                   21046: 
                   21047:        * src/: classes/op.C, main/execute.C:  sin asin cos acos tan atan
                   21048: 
                   21049: 2001-07-02  parser
                   21050: 
                   21051:        * src/classes/table.C: ^table.columns column renamed from 'name' to
                   21052:          'column'
                   21053: 
                   21054:        * src/classes/hash.C: ^hash.keys[]
                   21055: 
                   21056:        * src/: classes/table.C, main/pa_table.C: ^table:columns[]
                   21057: 
                   21058:        * src/main/: compile.y, compile_tools.h: in expressions now allowed
                   21059:          'strings'
                   21060: 
                   21061: 2001-06-29  parser
                   21062: 
                   21063:        * src/main/: execute.C: /0  %0 checkes ver 2
                   21064: 
                   21065:        * src/main/execute.C: /0  %0 checke
                   21066: 
                   21067:        * src/classes/Makefile.am: nothing - void
                   21068: 
                   21069:        * src/classes/table.C: empty strings @ sql
                   21070: 
                   21071: 2001-06-28  parser
                   21072: 
                   21073:        * src/: classes/double.C, classes/file.C, classes/form.C,
                   21074:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   21075:          classes/op.C, classes/random.C, classes/response.C,
                   21076:          classes/string.C, classes/table.C, classes/void.C,
                   21077:          main/compile.C, main/compile_tools.C, main/execute.C,
                   21078:          main/pa_array.C, main/pa_common.C, main/pa_dir.C,
                   21079:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   21080:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   21081:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   21082:          main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
                   21083:          targets/isapi/parser3isapi.C, main/compile.y: */ static const
                   21084:          char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
                   21085:          $";
                   21086: 
                   21087:        * src/: classes/double.C, classes/file.C, classes/form.C,
                   21088:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   21089:          classes/op.C, classes/random.C, classes/response.C,
                   21090:          classes/string.C, classes/table.C, classes/void.C,
                   21091:          main/compile.C, main/compile.y, main/compile_tools.C,
                   21092:          main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
                   21093:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   21094:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   21095:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   21096:          main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
1.119     moko     21097:          targets/isapi/parser3isapi.C: static char *RCSId="Id";
1.95      moko     21098: 
                   21099:        * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
                   21100:          $class:name: == ${class:name}:
                   21101: 
                   21102:        * src/classes/string.C: exactly one
                   21103: 
                   21104: 2001-06-27  parser
                   21105: 
                   21106:        * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
                   21107:          types/pa_vvoid.h: nothing renamed to void
                   21108: 
                   21109:        * src/classes/op.C: ^switch ^case
                   21110: 
                   21111:        * src/main/compile.y: nothing renamed to void
                   21112: 
                   21113:        * src/: classes/hash.C, classes/table.C, main/compile.y,
                   21114:          main/execute.C, main/main.dsp, main/pa_request.C,
                   21115:          targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
                   21116:          types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
                   21117:          void
                   21118: 
                   21119:        * src/main/compile.y: lexer: $zzzz^zzzz were name part
                   21120: 
                   21121: 2001-05-28  parser
                   21122: 
                   21123:        * src/doc/html2chm.cmd: removed >a
                   21124: 
                   21125:        * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
                   21126:          project options [some bugs]
                   21127: 
                   21128:        * src/doc/sources2html.cmd: z
                   21129: 
                   21130:        * src/: classes/classes.C, main/compile.C, main/compile.y,
                   21131:          main/execute.C: operators are not in root class again
                   21132: 
                   21133: 2001-05-24  parser
                   21134: 
                   21135:        * src/targets/cgi/parser3.dsp: project file
                   21136: 
                   21137:        * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
                   21138:          ^log ^exp
                   21139: 
                   21140:        * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
                   21141:          conversions in @exception[params]
                   21142: 
                   21143:        * src/main/pa_request.C: // no _ conversions in @exception[params]
                   21144: 
                   21145: 2001-05-23  parser
                   21146: 
                   21147:        * src/main/pa_string.C: string cmp bug
                   21148: 
                   21149:        * src/classes/: mail.C, op.C: rem max 1000
                   21150: 
                   21151:        * src/: classes/op.C, main/compile.y: allow one empty line before
                   21152:          LS_DEF_NAME
                   21153: 
                   21154: 2001-05-22  parser
                   21155: 
                   21156:        * src/classes/op.C: if params code-required
                   21157: 
                   21158: 2001-05-21  parser
                   21159: 
                   21160:        * src/types/pa_vstring.C: eoleof
                   21161: 
                   21162:        * src/classes/Makefile.am: .AM
                   21163: 
                   21164:        * src/classes/nothing.C: resultless ^sql  moved to nothing:
                   21165: 
                   21166:        * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
                   21167: 
                   21168:        * src/: classes/double.C, classes/nothing.C, classes/string.C,
                   21169:          classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
                   21170:          types/pa_vunknown.h, classes/hash.C, main/compile.y,
                   21171:          main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
                   21172:          types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
                   21173:          main/pa_request.C, types/pa_value.h: 'unknown' renamed to
                   21174:          'nothing'
                   21175: 
                   21176:        * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
                   21177:          vstring::set_string
                   21178: 
                   21179:        * src/classes/: double.C, int.C, string.C: int,double;sql
                   21180: 
                   21181:        * src/: classes/hash.C, classes/int.C, classes/string.C,
                   21182:          classes/table.C, include/pa_string.h, main/pa_string.C,
                   21183:          types/pa_vstring.C, types/pa_vstring.h: started int:sql
                   21184: 
                   21185:        * src/: classes/classes.C, classes/hash.C, classes/op.C,
                   21186:          classes/table.C, main/compile.C, main/compile.y, main/execute.C:
                   21187:          hash:sql moved to main trunc. operators.txt updated
                   21188: 
                   21189:        * src/classes/: hash.C, op.C, table.C: hash:sql
                   21190: 
                   21191:        * src/classes/op.C: z
                   21192: 
                   21193:        * src/: main/compile.C, classes/classes.C: 1
                   21194: 
                   21195:        * src/: classes/classes.C, main/compile.C, main/compile.y,
                   21196:          main/execute.C: 0
                   21197: 
                   21198:        * src/main/execute.C: z
                   21199: 
                   21200:        * src/targets/cgi/parser3.C: z
                   21201: 
                   21202:        * src/targets/cgi/parser3.C: argv can be just "parser3". made
                   21203:          site_auto_path "." in that case
                   21204: 
                   21205:        * src/targets/cgi/: parser3.C: z
                   21206: 
                   21207:        * src/main/pa_request.C: .am
                   21208: 
                   21209:        * src/: main/pa_request.C, targets/cgi/parser3.C:
                   21210:          pcre_tables=pcre_default_tables;
                   21211: 
                   21212: 2001-05-19  parser
                   21213: 
                   21214:        * src/main/pa_string.C: z
                   21215: 
                   21216:        * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
                   21217:          introducing String::cstr_bufsize, returns just size+1 for as_is
                   21218:          target.
                   21219: 
                   21220:        * src/: main/untaint.C, targets/cgi/pa_pool.C,
                   21221:          targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
                   21222:          used, 4* mem wasted
                   21223: 
                   21224:        * src/classes/string.C: root context in match replace body now
                   21225:          unchanged
                   21226: 
                   21227:        * src/types/pa_value.h: parameter # 1 based
                   21228: 
                   21229:        * src/main/pa_common.C: common:  actual filename '%s'
                   21230: 
                   21231:        * src/classes/string.C: z
                   21232: 
                   21233:        * src/classes/Makefile.am: classes/.am
                   21234: 
                   21235:        * src/classes/: Makefile.am: classes/.am
                   21236: 
                   21237:        * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
                   21238:          targets/cgi/pa_pool.C: classes/.am
                   21239: 
                   21240: 2001-05-18  parser
                   21241: 
1.116     moko     21242:        * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
                   21243:          pa_threads.C ins
1.95      moko     21244: 
                   21245:        * src/targets/cgi/Makefile.am: .am pa_threads.C added
                   21246: 
                   21247: 2001-05-17  parser
                   21248: 
                   21249:        * src/: classes/string.C, include/pa_config_fixed.h,
                   21250:          include/pa_config_includes.h, main/compile.y,
                   21251:          main/compile_tools.h, main/execute.C, main/pa_array.C,
                   21252:          main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
                   21253:          main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
                   21254:          types/pa_vform.C: #include "pa_config_includes.h" removed from
                   21255:          most .C
                   21256: 
                   21257:        * src/doc/html2chm.cmd: z
                   21258: 
                   21259:        * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
                   21260:          view.cmd, view_chm.cmd, view_html.cmd: doc cmds
                   21261: 
                   21262:        * src/main/pa_sql_driver_manager.C: moved expiration to
                   21263:          get_connection_from_cache
                   21264: 
                   21265:        * src/main/pa_sql_driver_manager.C: cache expiration bf
                   21266: 
                   21267:        * src/: classes/classes.h, include/pa_sql_connection.h,
                   21268:          include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
                   21269:          cache expiration[use SQL_Driver::disconnect]
                   21270: 
                   21271:        * src/main/pa_table.C: table.locate current restored on "not found"
                   21272: 
                   21273:        * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
                   21274:          line no
                   21275: 
                   21276:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   21277:          ANTI_ENDLESS_EXECUTE_RECOURSION
                   21278: 
                   21279:        * src/: classes/op.C, include/pa_sql_connection.h,
                   21280:          include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
                   21281:          sql/pa_sql_driver.h: fixed problem at last: 2connections own
                   21282:          1driver and set_services fight for driver::fservices. before fix
                   21283: 
                   21284:        * src/: classes/op.C, include/pa_config_fixed.h,
                   21285:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   21286:          main/pa_sql_driver_manager.C: found problem at last: 2connections
                   21287:          own 1driver and set_services fight for driver::fservices. before
                   21288:          fix
                   21289: 
                   21290:        * src/: include/pa_config_fixed.h, include/pa_threads.h,
                   21291:          targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
                   21292:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
                   21293:          pa_threads.C
                   21294: 
                   21295:        * src/include/pa_threads.h: removed targets/parser
                   21296: 
                   21297:        * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
                   21298:          pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
                   21299:          pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
                   21300:          pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
                   21301:          pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
                   21302:          headers
                   21303: 
                   21304:        * src/: classes/image.C, include/pa_sql_driver_manager.h,
                   21305:          main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
                   21306:          order prevented sqlmanager to see MULTYTHREAD define
                   21307: 
                   21308:        * src/: include/pa_config_fixed.h, include/pa_threads.h,
                   21309:          main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
                   21310:          put/gets
                   21311: 
                   21312:        * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
                   21313:          from hash.h
                   21314: 
                   21315:        * src/: classes/op.C, include/pa_sql_connection.h,
                   21316:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
                   21317:          from cache ->set_services(&services);
                   21318: 
                   21319: 2001-05-16  parser
                   21320: 
                   21321:        * src/targets/cgi/parser3.C: z
                   21322: 
                   21323:        * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
                   21324:          debug, #ifdefed some.  would debug later, on more precise sample
                   21325:          than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
                   21326:          $name.$tail[$tail!] $name.$tail } ok3
                   21327: 
                   21328:        * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
                   21329:          removed array debug. before vstring rebasing
                   21330: 
                   21331:        * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
                   21332:          main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
                   21333:          array debugged; adjusted
                   21334: 
                   21335:        * src/main/: pa_sql_driver_manager.C, pa_string.C:
                   21336:          SQL_Driver_manager line no for connect/charset errors
                   21337: 
                   21338: 2001-05-15  parser
                   21339: 
                   21340:        * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
                   21341:          main/pa_string.C: string+array made linear grows
                   21342: 
                   21343:        * src/: include/pa_string.h, main/pa_string.C,
                   21344:          targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
                   21345:          grow lineary, not exponentialy
                   21346: 
                   21347:        * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
                   21348:          targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
                   21349:          with fullchunk cmps
                   21350: 
                   21351:        * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
                   21352:          70041=           81
                   21353: 
                   21354:        * src/: include/pa_string.h, targets/cgi/pa_pool.C,
                   21355:          targets/cgi/parser3.C: detected huge mem allocation: size/times
                   21356:          malloc 27809390/368771, calloc 3232/83. would test now
                   21357: 
                   21358:        * src/: classes/random.C, main/compile.y, main/execute.C,
                   21359:          main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
                   21360:          numbered params had wrong name - for instance: bad error message
                   21361:          in ^for[] bad body type. fixed
                   21362: 
                   21363: 2001-05-14  parser
                   21364: 
                   21365:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
                   21366:          main/untaint.C: ^string.upper|lower[]
                   21367: 
                   21368: 2001-05-11  parser
                   21369: 
                   21370:        * src/: classes/double.C, classes/image.C, classes/op.C,
                   21371:          classes/string.C, classes/table.C, classes/unknown.C,
                   21372:          main/execute.C, types/pa_value.h, types/pa_vbool.h,
                   21373:          types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
                   21374:          types/pa_vunknown.h: op: MAX_LOOPS as_int
                   21375: 
                   21376:        * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
                   21377:          .dsp for win32tools
                   21378: 
                   21379: 2001-05-11  paf
                   21380: 
                   21381:        * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
                   21382:          main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
                   21383:          targets/isapi/istart.cmd, targets/isapi/istop.cmd,
                   21384:          targets/isapi/kill.pl: moved win32 helpers to /win32tools
                   21385: 
                   21386: 2001-05-10  paf
                   21387: 
                   21388:        * src/include/: pa_common.h, pa_config_includes.h: inline undefed
                   21389:          for C++, that's all
                   21390: 
1.116     moko     21391:        * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
                   21392:          pa_config_includes.h: inline wonders
1.95      moko     21393: 
                   21394:        * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
                   21395:          doc/doxygen.cmd: hash.C added
                   21396: 
                   21397:        * src/: main/pa_request.C, types/pa_vrequest.C: op configured
                   21398: 
                   21399:        * src/main/compile.y: @end grammar: allowed zero strings in control
                   21400:          menthod
                   21401: 
                   21402:        * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
                   21403:          pa_vstateless_object.h: changed priority: field before method
                   21404:          lookup in vclass & vobject
                   21405: 
                   21406:        * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
                   21407:          grammar: priorities changes [lowerd && prior] vobject: now first
                   21408:          fields, next methods
                   21409: 
                   21410: 2001-05-08  paf
                   21411: 
                   21412:        * src/main/pa_table.C: table columnname2item on nameless ignored
                   21413:          bark=false. fixed
                   21414: 
                   21415:        * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
                   21416:          types/pa_vmethod_frame.h: hash:default works at last!
                   21417: 
                   21418:        * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
                   21419:          main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
                   21420:          hash:default
                   21421: 
                   21422:        * src/classes/table.C: z
                   21423: 
                   21424:        * src/classes/table.C: table:hash always hash of hash now
                   21425: 
                   21426:        * src/classes/table.C: table:empty return bool now
                   21427: 
                   21428:        * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
                   21429:          include/pa_table.h, main/pa_table.C, types/pa_value.h,
                   21430:          types/pa_vtable.h: table:hash
                   21431: 
                   21432:        * src/classes/table.C: table:record have name
                   21433: 
                   21434:        * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
                   21435:          returns vunknown
                   21436: 
                   21437:        * src/classes/: double.C, int.C, op.C, string.C:
                   21438:          int,double,string:int[] double[] string:length[] results now have
                   21439:          hames
                   21440: 
                   21441:        * src/: classes/op.C, classes/table.C, main/main.dsp,
                   21442:          types/pa_vtable.h: removed table:find. table:locate and op:eval
                   21443:          now return bool
                   21444: 
                   21445:        * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
                   21446:          in method checkparams again. fixed
                   21447: 
                   21448: 2001-05-07  paf
                   21449: 
                   21450:        * src/doc/chm.cmd: cmd
                   21451: 
                   21452:        * src/: classes/image.C, classes/mail.C, classes/string.C,
                   21453:          doc/chm.cmd, include/pa_table.h, main/pa_table.C,
                   21454:          types/pa_value.h: method reported errors on wrong pool
                   21455: 
                   21456:        * src/main/execute.C: ^var[^class:var.method[]] is not constructor
                   21457:          now
                   21458: 
                   21459:        * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
                   21460:          include/code.h, include/pa_opcode.h, main/compile.C,
                   21461:          main/compile_tools.h, main/execute.C, types/pa_value.h,
                   21462:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   21463:          types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
                   21464:          types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
                   21465:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   21466:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   21467:          types/pa_vrequest.h, types/pa_vresponse.h,
                   21468:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   21469:          types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
                   21470:          types/pa_wwrapper.h: pa_code.h
                   21471: 
                   21472:        * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
                   21473: 
                   21474:        * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
                   21475:          doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
                   21476:          doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
                   21477:          doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
                   21478:          doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
                   21479:          doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
                   21480:          include/pa_hash.h, include/pa_string.h, main/pa_request.C,
                   21481:          main/pa_sql_driver_manager.C, types/pa_vjunction.h,
                   21482:          types/pa_vtable.h: dox, split by not clean parts also
                   21483: 
                   21484:        * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
                   21485:          types/pa_vtable.h: table: fields, then methods.  so to enable
                   21486:          'dir' fields & co. more
                   21487: 
                   21488:        * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
                   21489:          so to enable 'dir' fields & co.
                   21490: 
                   21491:        * src/main/compile.y: grammar: @end
                   21492: 
                   21493: 2001-05-04  paf
                   21494: 
                   21495:        * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
                   21496:          doc/ClassExample3.dox, main/execute.C: dox: example1 updated
                   21497: 
                   21498:        * src/: classes/classes.h, classes/double.C, classes/file.C,
                   21499:          classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
                   21500:          classes/op.C, classes/random.C, classes/response.C,
                   21501:          classes/string.C, classes/table.C, classes/unknown.C,
                   21502:          doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
                   21503:          method dox
                   21504: 
                   21505: 2001-05-03  paf
                   21506: 
                   21507:        * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
                   21508:          doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
                   21509:          doc/doxygen.txt, doc/executor.dox, doc/index.dox,
                   21510:          doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
                   21511:          doc/string.dox, doc/targets.dox, doc/value.dox,
                   21512:          main/pa_request.C: dox splitted .dox files and added some
                   21513: 
                   21514:        * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
                   21515: 
                   21516: 2001-05-02  paf
                   21517: 
                   21518:        * src/classes/: image.C, table.C: table:dir result are not tainted
                   21519:          by file_name  language now
                   21520: 
                   21521: 2001-04-28  paf
                   21522: 
                   21523:        * src/classes/classes.inc: removed classes.inc
                   21524: 
                   21525:        * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
                   21526:          from .am
                   21527: 
                   21528:        * src/classes/classes.awk: skipped classes in .awk
                   21529: 
                   21530:        * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
                   21531:          classes/classes.inc, classes/double.C, classes/file.C,
                   21532:          classes/form.C, classes/int.C, classes/op.C, classes/response.C,
                   21533:          classes/string.C, classes/table.C, classes/unknown.C,
                   21534:          include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
                   21535:          targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
                   21536:          types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
                   21537:          pa_methoded back to classes/classes.h
                   21538: 
                   21539:        * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
                   21540: 
                   21541:        * src/: classes/Makefile.am, classes/classes.awk,
                   21542:          classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
                   21543:          classes/ls.exe, main/bison.exe: classes.inc autogenerator
                   21544: 
                   21545:        * src/: classes/classes.C, classes/classes.h, classes/double.C,
                   21546:          classes/file.C, classes/form.C, classes/int.C, classes/op.C,
                   21547:          classes/response.C, classes/string.C, classes/table.C,
                   21548:          classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
                   21549:          main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
                   21550:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
                   21551:          types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
                   21552:          include|main/pa_methoded
                   21553: 
                   21554:        * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
                   21555:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
                   21556: 
                   21557:        * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
                   21558:          moved some configured data to request::classes_conf moved some
                   21559:          string crations from globals to M...  [works]
                   21560: 
                   21561:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   21562:          include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
                   21563:          main/pa_request.C: moved some configured data to
                   21564:          request::classes_conf moved some string crations from globals to
                   21565:          M...
                   21566: 
                   21567:        * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
                   21568:          about to move configured data to special request hash
                   21569: 
                   21570:        * src/: classes/classes.C, classes/classes.h, classes/file.C,
                   21571:          classes/form.C, classes/mail.C, include/pa_request.h,
                   21572:          main/pa_request.C: configure started
                   21573: 
                   21574:        * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
                   21575:          2. todo: methoded-configure
                   21576: 
                   21577:        * src/: classes/_double.h, classes/_file.h, classes/_form.h,
                   21578:          classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
                   21579:          classes/_random.h, classes/_response.h, classes/_string.h,
                   21580:          classes/_table.h, classes/_unknown.h, classes/classes.inc,
                   21581:          classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
                   21582:          classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
                   21583:          classes/random.C, classes/response.C, classes/string.C,
                   21584:          classes/table.C, classes/unknown.C, include/pa_globals.h,
                   21585:          include/pa_request.h, main/compile.y, main/execute.C,
                   21586:          main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   21587:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   21588:          types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
                   21589:          types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
                   21590:          types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
                   21591:          types/pa_vrequest.h, types/pa_vresponse.h,
                   21592:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   21593:          types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
                   21594:          classes/classes.C, classes/classes.h: Methoded reorganized. todo:
                   21595:          methoded-configure
                   21596: 
                   21597:        * src/: classes/file.C, classes/table.C, main/compile.y,
                   21598:          main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
                   21599:          types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
                   21600:          ability. now $a{^menu{$name}} or ^a.menu{$a.name}
                   21601: 
                   21602:        * src/: classes/_string.h, classes/classes.C, classes/classes.h,
                   21603:          classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
                   21604:          classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
                   21605:          classes/random.C, classes/response.C, classes/string.C,
                   21606:          classes/table.C, classes/unknown.C, include/pa_request.h,
                   21607:          main/compile.y, main/execute.C, main/pa_globals.C,
                   21608:          main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
                   21609:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   21610:          types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
                   21611:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
                   21612:          beautifying just compiled. todo: debug, configure
                   21613: 
                   21614: 2001-04-27  paf
                   21615: 
                   21616:        * src/: classes/file.C, classes/image.C, classes/table.C,
                   21617:          main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
                   21618:          beautifying -99
                   21619: 
                   21620:        * src/: classes/_double.h, classes/_form.h, classes/_int.h,
                   21621:          classes/_response.h, classes/_unknown.h, classes/classes.C,
                   21622:          classes/classes.h, classes/double.C, classes/file.C,
                   21623:          classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
                   21624:          classes/op.C, classes/random.C, classes/response.C,
                   21625:          classes/string.C, include/pa_globals.h, main/main.dsp,
                   21626:          main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
                   21627:          types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
                   21628:          types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
                   21629:          types/pa_vunknown.h: beautifying -100
                   21630: 
                   21631:        * src/main/compile.y: serge@ found @CLASS bug. fixed
                   21632: 
                   21633:        * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
                   21634:          classes/_op.h, classes/_random.h, classes/_table.h,
                   21635:          classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
                   21636:          classes/op.C, classes/random.C, classes/response.C,
                   21637:          classes/string.C, classes/table.C, classes/unknown.C,
                   21638:          include/pa_globals.h, main/main.dsp, main/pa_globals.C,
                   21639:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
                   21640:          types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
                   21641:          beautifying
                   21642: 
                   21643: 2001-04-26  paf
                   21644: 
                   21645:        * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
                   21646: 
                   21647:        * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
                   21648:          documentation ++
                   21649: 
                   21650:        * src/: classes/_exec.h, doc/doxygen.cfg,
                   21651:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   21652:          targets/cgi/pa_pool.C: code documentation ++
                   21653: 
                   21654:        * src/: classes/_image.h, classes/op.C, classes/random.C,
                   21655:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   21656:          types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
                   21657:          types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
                   21658:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   21659:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   21660:          types/pa_vrequest.C, types/pa_vrequest.h,
                   21661:          types/pa_vstateless_class.C, types/pa_vstateless_object.h,
                   21662:          types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
                   21663:          types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
                   21664:          code documentation ++
                   21665: 
                   21666:        * src/: classes/image.C, classes/mail.C, classes/string.C,
                   21667:          classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
                   21668:          include/pa_array.h, include/pa_dir.h, include/pa_string.h,
                   21669:          main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
                   21670:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   21671:          types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
                   21672:          types/pa_vobject.h, types/pa_vstateless_class.h,
                   21673:          types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
                   21674: 
                   21675:        * src/main/: pa_request.C, pa_string.C: z
                   21676: 
                   21677:        * src/: include/pa_common.h, include/pa_types.h,
                   21678:          main/pa_sql_driver_manager.C: module [and, guess, isapi]
                   21679:          connection caching fixed.  request-pooled-url were stored into
                   21680:          global connectioncache
                   21681: 
                   21682: 2001-04-25  paf
                   21683: 
                   21684:        * src/: doc/doxygen.cfg, doc/doxygen.txt,
                   21685:          targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
                   21686: 
                   21687:        * src/: include/code.h, include/pa_common.h, main/compile.y,
                   21688:          main/execute.C, main/pa_common.C: -d
                   21689: 
                   21690:        * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
                   21691:          illegal call check a bit improved, but still under iis no mapping
                   21692:          of dir with parser allowed!
                   21693: 
                   21694: 2001-04-24  paf
                   21695: 
                   21696:        * src/targets/Makefile.am: apache module lib .am
                   21697: 
                   21698:        * src/main/pa_exec.C: windows32 buildCommand
                   21699: 
                   21700: 2001-04-23  paf
                   21701: 
                   21702:        * src/targets/cgi/Makefile.am: win32 conditional
                   21703: 
                   21704:        * src/targets/cgi/Makefile.am: win32 conditional
                   21705: 
                   21706:        * src/targets/cgi/Makefile.am: liblink
                   21707: 
                   21708:        * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
                   21709:          vfile fields return type
                   21710: 
                   21711:        * src/types/pa_vfile.h: vfile fields return type
                   21712: 
                   21713:        * src/include/pa_config_auto.h.in: .h.in
                   21714: 
                   21715:        * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
                   21716:          types/Makefile: makefiles removed
                   21717: 
                   21718:        * src/: classes/Makefile, main/Makefile, main/pa_string.C,
                   21719:          targets/cgi/Makefile, types/Makefile: configure.in + makefiles
                   21720: 
                   21721:        * src/main/pa_string.C: tested OK /// @test really @b test: s x m
                   21722:          [tested: i & g ]
                   21723: 
                   21724:        * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
                   21725:          @test noticed series in isapi, check how initialize_random_class
                   21726:          is called! [must be called only once]
                   21727: 
                   21728:        * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
                   21729:          would not be 'unknown column'
                   21730: 
                   21731:        * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
                   21732:          @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
                   21733: 
                   21734:        * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
                   21735:          commandline start "parser3 a.html" so that ^load[a.cfg] worked!
                   21736:          [now doesnt]
                   21737: 
                   21738:        * src/targets/cgi/parser3.C: cgi cmdline ver
                   21739: 
                   21740:        * src/targets/cgi/parser3.C: cgi /// @test disable
                   21741:          /cgi-bin/parser3/auto.p
                   21742: 
                   21743:        * src/main/untaint.C: untaint without charset
                   21744: 
                   21745:        * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
                   21746:          main/pa_common.C: common: file_write /// @test mkdirs
                   21747:          file_delete rmdirs
                   21748: 
                   21749:        * src/main/untaint.C: mail header only once to =?
                   21750: 
                   21751:        * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
                   21752:          include/pa_string.h, main/pa_exec.C, main/pa_request.C,
                   21753:          main/untaint.C: untaint -        @test optimize whitespaces for
                   21754:          all but 'html'
                   21755: 
                   21756:        * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
                   21757:          main/pa_common.C, main/pa_hash.C, main/pa_request.C,
                   21758:          main/untaint.C: untaint -  @test mail-header
                   21759: 
                   21760: 2001-04-20  paf
                   21761: 
                   21762:        * src/: classes/string.C, classes/table.C, include/pa_globals.h,
                   21763:          include/pa_request.h, include/pa_string.h, main/compile.y,
                   21764:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   21765:          targets/cgi/parser3.C: $MAIN:LOCALE
                   21766: 
                   21767:        * src/main/untaint.C: z
                   21768: 
                   21769:        * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
                   21770: 
                   21771: 2001-04-19  paf
                   21772: 
                   21773:        * src/main/compile_tools.h: $a$b bugfix
                   21774: 
                   21775:        * src/targets/cgi/parser3.C: z
                   21776: 
                   21777:        * src/classes/file.C: z
                   21778: 
                   21779:        * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
                   21780:          done: header to $fields. waits for header '\' tricks
                   21781: 
                   21782:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
                   21783:          main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
                   21784:          changed urlencode here and in untaint.C to HTTP standard's " and
                   21785:          \" mech
                   21786: 
                   21787:        * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
                   21788:          http://alx/~paf/ doesnt load /auto.p
                   21789: 
                   21790: 2001-04-18  paf
                   21791: 
                   21792:        * src/main/pa_request.C: 1
                   21793: 
                   21794:        * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
                   21795:          linux @alx
                   21796: 
                   21797: 2001-04-17  paf
                   21798: 
                   21799:        * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
                   21800:          include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
                   21801:          sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
                   21802:          enabled
                   21803: 
                   21804:        * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
                   21805:          classes/_exec.h, classes/_file.h, classes/_form.h,
                   21806:          classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
                   21807:          classes/_random.h, classes/_response.h, classes/_string.h,
                   21808:          classes/_table.h, classes/_unknown.h, classes/file.C,
                   21809:          classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
                   21810:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   21811:          include/pa_hash.h, include/pa_sql_driver_manager.h,
                   21812:          include/pa_version.h, main/Makefile.am, main/compile.y,
                   21813:          main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
                   21814:          main/pa_sql_driver_manager.C, sql/Makefile.am,
                   21815:          sql/pa_sql_driver.h, targets/cgi/Makefile.am,
                   21816:          targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
                   21817:          types/pa_vform.C, types/pa_vimage.h: exec @jav
                   21818: 
                   21819:        * src/: include/pa_sql_driver_manager.h,
                   21820:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
                   21821:          types/pa_vimage.h: sql driver interface now has initialize(client
                   21822:          .so)
                   21823: 
                   21824: 2001-04-16  paf
                   21825: 
                   21826:        * src/Makefile.am: compile2 cygwin
                   21827: 
                   21828:        * src/: include/pa_config_includes.h, main/pa_exec.C,
                   21829:          main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
                   21830: 
                   21831:        * src/targets/cgi/Makefile.am: compile0 jav
                   21832: 
                   21833:        * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
                   21834:          classes/_exec.h, classes/_file.h, classes/_form.h,
                   21835:          classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
                   21836:          classes/_random.h, classes/_response.h, classes/_string.h,
                   21837:          classes/_table.h, classes/_unknown.h, classes/image.C,
                   21838:          classes/mail.C, classes/op.C, classes/random.C,
                   21839:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   21840:          include/pa_hash.h, include/pa_version.h, main/Makefile.am,
                   21841:          main/compile.y, main/pa_common.C, main/pa_exec.C,
                   21842:          sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
                   21843:          types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
                   21844:          compile-1
                   21845: 
                   21846: 2001-04-15  paf
                   21847: 
                   21848:        * src/classes/op.C: z
                   21849: 
                   21850:        * src/classes/table.C: table:empty +=process
                   21851: 
                   21852:        * src/types/pa_value.h: MethodParams !junction
                   21853: 
                   21854:        * src/: classes/_string.h, classes/double.C, classes/file.C,
                   21855:          classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
                   21856:          classes/random.C, classes/response.C, classes/string.C,
                   21857:          classes/table.C, classes/unknown.C, main/pa_request.C:
                   21858:          MethodParams everywhere
                   21859: 
                   21860:        * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
                   21861:          types/pa_vmethod_frame.h: MethodParams in op.C
                   21862: 
                   21863: 2001-04-12  paf
                   21864: 
                   21865:        * src/: classes/image.C, types/pa_vimage.h: image:font :text
                   21866: 
                   21867:        * src/: classes/_unknown.h, classes/unknown.C,
                   21868:          include/pa_globals.h, main/main.dsp, main/pa_globals.C,
                   21869:          types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
                   21870: 
                   21871:        * src/: classes/image.C, main/pa_hash.C: hash bug fixed
                   21872: 
                   21873:        * src/classes/image.C: image:gif now does not have params
                   21874: 
                   21875:        * src/classes/image.C:
                   21876:          image:line/fill/rectangle/bar/replace/polygon/polybar
                   21877: 
                   21878:        * src/: classes/image.C, classes/op.C, main/execute.C,
                   21879:          types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
                   21880:          for var now written not to r.wcontext, but to r.root cleared
                   21881:          "entered_object" state
                   21882: 
                   21883: 2001-04-11  paf
                   21884: 
                   21885:        * src/classes/image.C: image:create image:load
                   21886: 
                   21887:        * src/: classes/image.C, main/main.dsp: gd with mem write + image
                   21888:          just compiled
                   21889: 
                   21890:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
                   21891:          todo: gif without file
                   21892: 
                   21893:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
                   21894:          started porting to Pooled descendant
                   21895: 
                   21896:        * src/: classes/image.C, main/execute.C, main/main.dsp,
                   21897:          main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
                   21898:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
                   21899:          types/pa_vmframe.h: libimaging dead end: pil parses header in .py
                   21900: 
                   21901:        * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
                   21902:          main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
                   21903:          end. switching to python imaging lib
                   21904: 
                   21905:        * src/main/main.dsp: gd+smtp made separate libs
                   21906: 
                   21907:        * src/: include/pa_globals.h, include/pa_string.h,
                   21908:          main/pa_common.C, main/pa_request.C, main/untaint.C,
                   21909:          types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
                   21910:          length
                   21911: 
                   21912:        * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
                   21913:          types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
                   21914:          types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
                   21915:          UL_FILE_NAME of posted file name
                   21916: 
                   21917:        * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
                   21918:          post [broke when moved post read to core]
                   21919: 
                   21920: 2001-04-10  paf
                   21921: 
                   21922:        * src/classes/image.C: image:html done
                   21923: 
                   21924:        * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
                   21925: 
                   21926:        * src/classes/image.C: z
                   21927: 
                   21928:        * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
                   21929:          forgotten!
                   21930: 
                   21931:        * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
                   21932:          main/pa_request.C, main/pa_string.C, main/untaint.C,
                   21933:          types/pa_vimage.h: image:measure -90
                   21934: 
                   21935:        * src/: classes/_double.h, classes/_file.h, classes/_form.h,
                   21936:          classes/_int.h, classes/_mail.h, classes/_op.h,
                   21937:          classes/_random.h, classes/_response.h, classes/_string.h,
                   21938:          classes/_table.h, classes/file.C, classes/mail.C,
                   21939:          include/pa_common.h, include/pa_globals.h, main/execute.C,
                   21940:          main/main.dsp, main/pa_common.C, main/pa_globals.C,
                   21941:          targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
                   21942:          types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
                   21943:          types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
                   21944:          compiled
                   21945: 
                   21946:        * src/classes/mail.C: minor bug with unclear from/to
                   21947: 
                   21948:        * src/classes/mail.C: sendmail unix skipping defaults
                   21949: 
                   21950:        * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
                   21951:          sendmail unix added defaults
                   21952: 
                   21953:        * src/classes/mail.C: unix sendmail compiled. todo:testing
                   21954: 
                   21955:        * src/: classes/mail.C, main/pa_globals.C: smtp some consts
                   21956: 
                   21957: 2001-04-09  paf
                   21958: 
                   21959:        * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
                   21960:          main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
                   21961:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
                   21962:          targets/isapi/parser3isapi.dsp: all targets exec
                   21963: 
                   21964:        * src/: include/pa_sapi.h, include/pa_string.h,
                   21965:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   21966:          targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
                   21967:          args in apache:util.script
                   21968: 
                   21969:        * src/include/pa_string.h: written but not tested exec with env for
                   21970:          unix
                   21971: 
                   21972:        * src/: classes/file.C, main/main.dsp, main/pa_request.C,
                   21973:          targets/cgi/parser3.C: exec win32 env
                   21974: 
                   21975:        * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
                   21976:          0
                   21977: 
                   21978:        * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
                   21979:          main/execute.C, main/main.dsp, main/pa_globals.C,
                   21980:          main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
                   21981:          types/pa_vform.C, types/pa_vstring.C: exec4. todo env
                   21982: 
                   21983:        * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
                   21984:          main/untaint.C: exec3. decided exec:cgi to move to file:cgi
                   21985: 
                   21986:        * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
                   21987:          main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
                   21988: 
                   21989:        * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
                   21990:          include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
                   21991:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                   21992:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   21993:          targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
                   21994:          exec class just compiled. moved post read to request core
                   21995: 
                   21996:        * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
                   21997:          include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
                   21998:          main/pa_globals.C, targets/cgi/parser3.C,
                   21999:          targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
                   22000:          are already read by vform
                   22001: 
                   22002: 2001-04-08  paf
                   22003: 
                   22004:        * src/: classes/file.C, classes/mail.C, classes/string.C,
                   22005:          include/pa_request.h, include/pa_string.h, main/pa_request.C:
                   22006:          uuencode. string<<
                   22007: 
                   22008: 2001-04-07  paf
                   22009: 
                   22010:        * src/classes/mail.C: z
                   22011: 
                   22012:        * src/classes/mail.C: z
                   22013: 
                   22014:        * src/classes/mail.C: ^mail[$attach
                   22015: 
                   22016:        * src/classes/mail.C: ^attach dead end
                   22017: 
                   22018:        * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
                   22019:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   22020:          targets/isapi/parser3isapi.C: mail:send 1
                   22021: 
                   22022:        * src/: classes/mail.C, main/pa_request.C: z
                   22023: 
                   22024:        * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
                   22025:          main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
                   22026:          compiled
                   22027: 
                   22028:        * src/classes/mail.C: +=
                   22029: 
                   22030:        * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
                   22031:          prepared
                   22032: 
                   22033:        * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
                   22034:          include/pa_globals.h, include/pa_string.h, main/main.dsp,
                   22035:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
                   22036:          main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
                   22037: 
                   22038: 2001-04-06  paf
                   22039: 
                   22040:        * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
                   22041:          main/pa_string.C: table:dir 1
                   22042: 
                   22043:        * src/: classes/table.C, include/pa_dir.h, main/execute.C,
                   22044:          main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
                   22045: 
                   22046:        * src/: classes/_op.h, classes/_root.h, classes/op.C,
                   22047:          classes/root.C, include/pa_globals.h, include/pa_request.h,
                   22048:          main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
                   22049:          main/pa_request.C: renamed 'root' to 'op'
                   22050: 
                   22051:        * src/classes/: _op.h, op.C: renamed from 'root'
                   22052: 
                   22053:        * src/types/pa_valiased.C: another root inherititance skipped
                   22054: 
                   22055:        * src/main/: compile.C, compile.y, execute.C: operators are now not
                   22056:          root methods of parent class. just 'ROOT' class
                   22057: 
                   22058:        * src/: classes/random.C, classes/table.C, main/pa_globals.C:
                   22059:          @office
                   22060: 
                   22061:        * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
                   22062: 
                   22063: 2001-04-05  paf
                   22064: 
                   22065:        * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
                   22066:          types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
                   22067:          constructor flag dropped at get_method_frame and remembered into
                   22068:          method_frame
                   22069: 
                   22070:        * src/: classes/file.C, classes/root.C, classes/string.C,
                   22071:          classes/table.C, main/pa_request.C: junction to code&expression
                   22072:          in errors
                   22073: 
                   22074:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
                   22075:          main/pa_string.C, targets/isapi/parser3isapi.dsp:
                   22076:          $LOCALE:ctype[Russian_Russia.1251]
                   22077: 
                   22078:        * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
                   22079:          include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
                   22080:          main/pa_table.C: hash now not thread-safe.
                   22081: 
                   22082:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
                   22083:          main/untaint.C: z
                   22084: 
                   22085:        * src/: classes/random.C, classes/root.C, classes/table.C,
                   22086:          include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
                   22087:          main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
                   22088:          sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
                   22089:          types/pa_wcontext.h: sql quote. string untaint UL_SQL
                   22090: 
                   22091:        * src/: classes/table.C, include/pa_sql_connection.h,
                   22092:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
                   22093: 
                   22094:        * src/classes/table.C: select * from hren error contains statement
                   22095: 
                   22096:        * src/: classes/table.C, include/pa_sql_connection.h,
                   22097:          include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
                   22098:          sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
                   22099: 
                   22100:        * src/: classes/root.C, include/pa_sql_connection.h,
                   22101:          include/pa_sql_driver.h, main/main.dsp,
                   22102:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
                   22103:          services for conv memory & error reporting
                   22104: 
                   22105: 2001-04-04  paf
                   22106: 
                   22107:        * src/doc/doxygen.cfg: z
                   22108: 
                   22109:        * src/include/pa_sql_driver.h: mysql connect
                   22110: 
                   22111:        * src/include/pa_sql_driver.h: mysql info
                   22112: 
                   22113:        * src/: classes/root.C, include/pa_sql_driver.h,
                   22114:          include/pa_sql_driver_manager.h, main/main.dsp,
                   22115:          main/pa_sql_driver_manager.C: more manager&connection&driver
                   22116: 
                   22117:        * src/sql/Makefile.am: forgot to add mysql client
                   22118: 
                   22119:        * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
                   22120:          main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
                   22121:          [forgot to add libltdl, added]
                   22122: 
                   22123:        * src/: Makefile.am, classes/root.C, classes/string.C,
                   22124:          classes/table.C, include/pa_globals.h, include/pa_hash.h,
                   22125:          include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
                   22126:          include/pa_string.h, include/pa_table.h, main/main.dsp,
                   22127:          main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
                   22128:          main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
                   22129:          -1000 just compiled
                   22130: 
                   22131:        * src/: classes/random.C, classes/root.C, classes/table.C,
                   22132:          include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
                   22133:          main/pa_request.C, types/pa_vclass.h: sql frame -10
                   22134: 
                   22135: 2001-04-03  paf
                   22136: 
                   22137:        * src/types/pa_vform.C: z
                   22138: 
                   22139:        * src/: classes/string.C, types/pa_vform.C: string:match replace
                   22140:          assigned lang
                   22141: 
                   22142:        * src/: classes/string.C, main/compile.y: grammar: fixed to allow
                   22143:          {}[]< empty []
                   22144: 
                   22145:        * src/: classes/file.C, classes/string.C, classes/table.C,
                   22146:          include/pa_string.h, main/pa_common.C, main/pa_string.C,
                   22147:          main/untaint.C: string:match replace 2.  string.cstr(forced lang)
                   22148: 
                   22149:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   22150:          string:match replace strange matches
                   22151: 
                   22152:        * src/classes/string.C: string:match replace 0
                   22153: 
                   22154:        * src/: classes/string.C, main/pa_string.C: string:match replace
                   22155:          prepared 2
                   22156: 
                   22157:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   22158:          string:match replace prepared
                   22159: 
                   22160:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   22161:          string:match replace -11
                   22162: 
                   22163:        * src/: classes/string.C, include/pa_globals.h,
                   22164:          include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
                   22165:          main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
                   22166: 
                   22167:        * src/: classes/string.C, include/pa_globals.h,
                   22168:          include/pa_string.h, main/main.dsp, main/pa_globals.C,
                   22169:          main/pa_string.C: string:match [search] -1 just compiled
                   22170: 
                   22171:        * src/types/pa_vstring.C: z
                   22172: 
                   22173:        * src/: classes/double.C, classes/file.C, classes/form.C,
                   22174:          classes/int.C, classes/response.C, classes/root.C,
                   22175:          classes/string.C, classes/table.C, include/pa_string.h,
                   22176:          main/pa_string.C: string:match -10 [frame]
                   22177: 
                   22178:        * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
                   22179:          main/pa_request.C: z
                   22180: 
                   22181:        * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
                   22182:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
                   22183:          todo/tests
                   22184: 
                   22185:        * src/include/pa_common.h: z
                   22186: 
                   22187:        * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
                   22188:          main/pa_request.C, targets/cgi/parser3.C,
                   22189:          targets/isapi/parser3isapi.C, types/pa_vfile.C:
                   22190:          content-disposition
                   22191: 
                   22192:        * src/: include/pa_common.h, include/pa_globals.h,
                   22193:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
                   22194:          targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
                   22195: 
                   22196:        * src/: include/pa_common.h, include/pa_request.h,
                   22197:          include/pa_sapi.h, main/main.dsp, main/pa_common.C,
                   22198:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
                   22199:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
                   22200:          response:body
                   22201: 
                   22202:        * src/classes/table.C: table:append now uses string::split
                   22203: 
                   22204:        * src/classes/table.C: z
                   22205: 
                   22206:        * src/: classes/file.C, classes/root.C, classes/string.C,
                   22207:          classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
                   22208:          doc/generate.cmd, include/pa_array.h, include/pa_request.h,
                   22209:          include/pa_string.h, main/execute.C, main/pa_string.C,
                   22210:          main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
                   22211:          string::pos & cmp & piece bugs fixed.  string::split new
                   22212:          table:load separated from set table:set implemented with clean \n
                   22213:          \t searches
                   22214: 
                   22215: 2001-04-02  paf
                   22216: 
                   22217:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
                   22218:          types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
                   22219:          types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
                   22220:          types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
                   22221:          it in table:set/load
                   22222: 
                   22223:        * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
                   22224:          include/pa_table.h, main/execute.C, types/pa_value.h: table:join
                   22225: 
                   22226:        * src/classes/random.C: random:generate 1
                   22227: 
                   22228:        * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
                   22229:          main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   22230:          types/pa_value.h: random:generate
                   22231: 
                   22232: 2001-03-30  paf
                   22233: 
                   22234:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
                   22235:          todo: table flip and append. string::pos
                   22236: 
                   22237:        * src/: classes/double.C, classes/file.C, classes/int.C,
                   22238:          classes/response.C, classes/root.C, classes/string.C,
                   22239:          classes/table.C, main/compile.y, main/execute.C,
                   22240:          types/pa_value.h, types/pa_vstateless_class.C,
                   22241:          types/pa_vstateless_class.h: static|dynamic|any method
                   22242:          registration
                   22243: 
                   22244:        * src/: classes/file.C, classes/table.C, include/pa_table.h,
                   22245:          main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
                   22246:          table:flip
                   22247: 
                   22248: 2001-03-29  paf
                   22249: 
                   22250:        * src/classes/string.C: string:xsplit forgot that they must result
                   22251:          in 1 row N column [not vice versa]
                   22252: 
                   22253:        * src/classes/string.C: z
                   22254: 
                   22255:        * src/classes/string.C: string: rsplit
                   22256: 
                   22257:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   22258:          string: lsplit
                   22259: 
                   22260:        * src/: classes/string.C, include/pa_string.h, main/execute.C,
                   22261:          main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
                   22262:          lsplit -1
                   22263: 
                   22264:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   22265:          string: pos
                   22266: 
                   22267:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   22268:          string: pos -1
                   22269: 
                   22270:        * src/: classes/string.C, classes/table.C, include/pa_string.h,
                   22271:          main/compile.y, main/pa_request.C, main/pa_string.C,
                   22272:          main/untaint.C: string: left right mid
                   22273: 
                   22274:        * src/: classes/string.C, main/compile.y, main/compile_tools.C,
                   22275:          main/compile_tools.h, main/main.dsp, types/pa_value.h,
                   22276:          types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
                   22277:          and [;] are different now.
                   22278: 
                   22279:        * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
                   22280:          main/untaint.C: pool.request undone
                   22281: 
                   22282:        * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
                   22283:          main/untaint.C: pool.request
                   22284: 
                   22285: 2001-03-28  paf
                   22286: 
                   22287:        * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
                   22288:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   22289:          types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
                   22290:          $request:browser [.type .version]; unknown.get_double now = 0.
                   22291: 
                   22292:        * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
                   22293:          include/pa_table.h, main/pa_globals.C, main/pa_request.C,
                   22294:          main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
                   22295:          types/pa_vform.C: file:load autodetection of mime-type by
                   22296:          user-file-name
                   22297: 
                   22298:        * src/: classes/file.C, main/execute.C, main/pa_common.C,
                   22299:          main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
                   22300:          types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
                   22301: 
                   22302:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
                   22303:          types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
                   22304:          write. must be self.set
                   22305: 
                   22306:        * src/: classes/file.C, classes/root.C, classes/table.C,
                   22307:          include/pa_table.h, main/pa_table.C: table:locate1, file:test
                   22308: 
                   22309:        * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
                   22310:          include/pa_table.h, main/pa_array.C, main/pa_table.C,
                   22311:          types/pa_vtable.h: table:locate just compiled
                   22312: 
                   22313: 2001-03-27  paf
                   22314: 
                   22315:        * src/main/: execute.C, pa_common.C: fixed r/w context of
                   22316:          code-params2, fixed ntfs hardlink slow dir update
                   22317: 
                   22318:        * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
                   22319:          types/pa_wcontext.h: fixed r/w context of code-params
                   22320: 
                   22321:        * src/: classes/table.C, main/execute.C: about to change junction
                   22322:          rcontext!!
                   22323: 
                   22324:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   22325:          classes/string.C, classes/table.C, main/compile_tools.C,
                   22326:          main/execute.C, main/pa_request.C, main/untaint.C,
                   22327:          types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
                   22328:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
                   22329:          types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
                   22330:          types/pa_vunknown.h: sort 0
                   22331: 
                   22332:        * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
                   22333:          pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
                   22334:          renamed to are_static_calls_disabled
                   22335: 
                   22336:        * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
                   22337:          targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
                   22338:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
                   22339:          types/pa_vstring.h, types/pa_vunknown.h: continue on sort
                   22340: 
                   22341:        * src/main/compile.y: fixed minor bug in @mn[][] ...^{
                   22342: 
                   22343:        * src/: classes/table.C, include/pa_common.h, main/compile.y:
                   22344:          started table:sort fixed minor bug in #...^{
                   22345: 
                   22346:        * src/: classes/table.C, include/pa_common.h, main/compile.y,
                   22347:          main/execute.C, main/pa_common.C, main/pa_table.C: table:save
                   22348:          decided to have as it were. stepped back.  grammar: added 'in'
                   22349:          'is' 'lt'&co follow-space check
                   22350: 
                   22351: 2001-03-26  paf
                   22352: 
                   22353:        * src/: classes/file.C, classes/root.C, classes/table.C,
                   22354:          include/pa_common.h, include/pa_globals.h, include/pa_table.h,
                   22355:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
                   22356:          main/pa_table.C: moved ::save to pa_table.  disabled @auto
                   22357:          invocation in ^process
                   22358: 
                   22359:        * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
                   22360: 
                   22361:        * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
                   22362:          main/pa_array.C: table:record
                   22363: 
                   22364:        * src/: main/untaint.C, targets/cgi/parser3.C,
                   22365:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   22366:          targets/isapi/pool_storage.h, types/pa_valiased.h,
                   22367:          types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
                   22368:          types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
                   22369:          types/pa_vtable.h: z
                   22370: 
                   22371:        * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
                   22372:          types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
                   22373:          types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
                   22374:          types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
                   22375:          $b[$a.CLASS] ^b.inc[123] shit.  allowed no checks in native
                   22376:          method realisations on 'self' validity - they now can simply
                   22377:          assume that 'self' is V{Proper} .
                   22378: 
                   22379: 2001-03-25  paf
                   22380: 
                   22381:        * src/main/untaint.C: z
                   22382: 
                   22383:        * src/main/: pa_request.C, untaint.C: moved default typo-table to
                   22384:          lowlevel - it initialization could be skipped if failed in @auto.
                   22385:          so that exception report would use some table
                   22386: 
                   22387:        * src/main/pa_request.C: table empty lines ignored. system-default
                   22388:          content type assigned in output:result [can fail in main:auto and
                   22389:          skipped normal defaults extraction]
                   22390: 
                   22391:        * src/: include/pa_string.h, main/compile.y: #comment fixed minor
                   22392:          bug
                   22393: 
                   22394:        * src/main/: pa_globals.C, untaint.C: html-typo - moved all
                   22395:          processing to table [except preliminary \r\n \r \n replacements
                   22396:          to "\n"]
                   22397: 
                   22398:        * src/: classes/table.C, main/untaint.C: html-typo - decided to
                   22399:          move all the processing to table
                   22400: 
                   22401:        * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
                   22402:          main/pa_table.C, main/untaint.C: returned table originating.
                   22403:          useful for reporting typo table problems origin. think would be
                   22404:          useful somewhere else
                   22405: 
                   22406:        * src/main/untaint.C: typo  \r \r\n \n properly handled
                   22407: 
                   22408:        * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
                   22409:          include/pa_table.h, main/compile.y, main/compile_tools.C,
                   22410:          main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
                   22411:          main/pa_string.C, main/pa_table.C, main/untaint.C,
                   22412:          types/pa_vcookie.h: typo & typo-default
                   22413: 
                   22414: 2001-03-24  paf
                   22415: 
                   22416:        * src/main/pa_common.C: z
                   22417: 
                   22418:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
                   22419:          targets/cgi/parser3.C: html-typo 2
                   22420: 
                   22421:        * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
                   22422:          doc/view.cmd, include/pa_array.h, include/pa_globals.h,
                   22423:          include/pa_pool.h, include/pa_string.h, include/pa_table.h,
                   22424:          main/execute.C, main/pa_array.C, main/pa_globals.C,
                   22425:          main/pa_request.C, main/pa_string.C, main/untaint.C,
                   22426:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   22427:          types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
                   22428:          noticed double default content-type prob. run cgi.cmd tomorrow
                   22429:          first html-typo sample. detected << problem: they become ltlt too
                   22430:          fast
                   22431: 
                   22432:        * src/main/compile.y: z
                   22433: 
                   22434:        * src/main/: compile.y, compile_tools.h: #comment
                   22435: 
                   22436:        * src/: classes/file.C, classes/root.C, classes/table.C,
                   22437:          include/pa_common.h, include/pa_request.h, main/compile.y,
                   22438:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                   22439:          targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
                   22440:          stringified
                   22441: 
                   22442:        * src/types/pa_valiased.C: decided to String-ify file_read
                   22443: 
                   22444:        * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
                   22445:          isapi/parser3isapi.dsp: cgi: sapi::log
                   22446: 
                   22447:        * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
                   22448:          targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
                   22449:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
                   22450:          error log experiments failed - cgi under iis got no access to
                   22451:          log. registereventsource simply failed with 5(illegal call) code,
                   22452:          while worked OK as standalone executable.  isapi: used
                   22453:          HSE_APPEND_LOG_PARAMETER feature
                   22454: 
                   22455:        * src/: include/pa_common.h, include/pa_globals.h,
                   22456:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
                   22457:          targets/isapi/parser3isapi.C: fixed default content-type
                   22458:          allocation storage
                   22459: 
                   22460:        * src/: include/pa_globals.h, include/pa_request.h,
                   22461:          main/pa_globals.C, main/pa_request.C: z
                   22462: 
                   22463:        * src/: include/pa_array.h, include/pa_hash.h,
                   22464:          include/pa_request.h, main/compile.y, main/pa_array.C,
                   22465:          main/pa_common.C, main/pa_hash.C, main/pa_request.C,
                   22466:          types/pa_vcookie.C: cyclic uses ignored. defaulted default
                   22467:          content-type
                   22468: 
                   22469:        * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
                   22470:          sanity
                   22471: 
                   22472:        * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
                   22473:          types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
                   22474:          away freeze mech.  no danger now for you can't do
                   22475:          ^request:process[@new-method[] body] trick anymore.  still
                   22476:          remains $some_instance.process[@new-method[] possibility] but
                   22477:          would leave it as a feature.  see index for sample
                   22478: 
                   22479:        * src/: include/pa_common.h, main/pa_common.C,
                   22480:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
                   22481:          monkey every target
                   22482: 
                   22483:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
                   22484:          targets/cgi/parser3.C, targets/isapi/pool_storage.h,
                   22485:          types/pa_vform.C, types/pa_vform.h: auto.p monkey
                   22486: 
                   22487: 2001-03-23  paf
                   22488: 
                   22489:        * src/: include/pa_pool.h, main/pa_request.C,
                   22490:          targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
                   22491:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   22492:          targets/isapi/pool_storage.h: isapi: dumb pool storage
                   22493: 
                   22494:        * src/targets/isapi/pa_pool.C: decided to continue with extension
                   22495: 
                   22496:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
                   22497:          it would be better to rewrite as filter then to deal with pool
                   22498: 
                   22499:        * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
                   22500:          now like in cgi, not from APPL_PHYSICAL_PATH
                   22501: 
                   22502:        * src/: classes/root.C, classes/table.C, include/pa_common.h,
                   22503:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   22504:          include/pa_string.h, include/pa_threads.h, include/pa_types.h,
                   22505:          include/pa_version.h, main/compile.y, main/execute.C,
                   22506:          main/pa_array.C, main/pa_common.C, main/pa_hash.C,
                   22507:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   22508:          main/untaint.C, targets/cgi/parser3.C,
                   22509:          targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
                   22510:          cgi: reinvent document_root and request_uri under iis. autoconf
                   22511:          updated. introducing ap_config_includes
                   22512: 
                   22513:        * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
                   22514: 
                   22515:        * src/targets/cgi/parser3.C: cgi: only one pool now
                   22516: 
                   22517:        * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
                   22518:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
                   22519:          targets/isapi/parser3isapi.C, types/pa_vcookie.C,
                   22520:          types/pa_venv.h, types/pa_vform.C: sapi made object
                   22521: 
                   22522:        * src/: include/pa_globals.h, main/pa_request.C,
                   22523:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   22524:          targets/isapi/parser3isapi.C, types/pa_vcookie.C,
                   22525:          types/pa_venv.h, types/pa_vform.C: all: sapi beauty
                   22526: 
                   22527:        * src/: main/pa_request.C, targets/cgi/parser3.C,
                   22528:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
                   22529:          isapi minor env beauty
                   22530: 
                   22531:        * src/: main/pa_request.C, targets/cgi/parser3.C,
                   22532:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
                   22533:          isapi document_root 0
                   22534: 
                   22535: 2001-03-22  paf
                   22536: 
                   22537:        * src/targets/isapi/parser3isapi.C: isapi keep-alive
                   22538: 
                   22539:        * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
                   22540:          isapi/parser3isapi.C: z
                   22541: 
                   22542:        * src/: include/pa_pool.h, main/pa_request.C,
                   22543:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
                   22544: 
                   22545:        * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
                   22546:          kill.pl: isapi added utils
                   22547: 
                   22548:        * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
                   22549:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   22550:          types/pa_vform.C: isapi 0
                   22551: 
                   22552:        * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
                   22553:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   22554:          targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
                   22555:          targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
                   22556:          started isapi
                   22557: 
                   22558:        * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
                   22559:          some comments
                   22560: 
                   22561:        * src/: include/pa_globals.h, include/pa_request.h,
                   22562:          include/pa_types.h, main/pa_globals.C, main/pa_request.C,
                   22563:          targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
                   22564:          parser_root_auto_path parser_site_auto_path
                   22565: 
                   22566:        * src/types/pa_vcookie.C: cookie attr decoded
                   22567: 
                   22568: 2001-03-21  paf
                   22569: 
                   22570:        * src/targets/cgi/parser3.C: z
                   22571: 
                   22572:        * src/include/pa_globals.h: post. todo: config of auto.p path
                   22573: 
                   22574:        * src/: include/pa_globals.h, targets/cgi/parser3.C,
                   22575:          types/pa_venv.h: in cookie & env. todo:post
                   22576: 
                   22577:        * src/: Makefile.am, classes/Makefile.am, classes/file.C,
                   22578:          classes/root.C, classes/table.C, include/pa_array.h,
                   22579:          include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
                   22580:          include/pa_request.h, include/pa_string.h, main/Makefile.am,
                   22581:          main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
                   22582:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   22583:          main/pa_table.C, main/untaint.C, targets/Makefile.am,
                   22584:          targets/cgi/Makefile.am, targets/cgi/parser3.C,
                   22585:          targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
                   22586:          types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
                   22587:          shifted apache branch on main trunc
                   22588: 
                   22589:        * src/: include/pa_common.h, include/pa_globals.h,
                   22590:          include/pa_pool.h, include/pa_request.h, main/main.dsp,
                   22591:          main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
                   22592:          types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
                   22593:          starting mod_parser3
                   22594: 
                   22595:        * src/targets/cgi/parser3.C: starting mod_parser3
                   22596: 
                   22597: 2001-03-20  paf
                   22598: 
                   22599:        * src/: main/pa_common.C, targets/cgi/Makefile.am,
                   22600:          targets/cgi/parser3.C: automake compiled and works. todo:make
                   22601:          win32 ifdefs work and add ifdef unistd
                   22602: 
                   22603:        * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
                   22604:          main/Makefile.am, main/pa_common.C, main/pa_request.C,
                   22605:          main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
                   22606:          z
                   22607: 
                   22608:        * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
                   22609:          main/execute.C, main/pa_common.C, types/Makefile.am: removing
                   22610:          locking
                   22611: 
                   22612:        * src/: classes/Makefile.am, types/Makefile.am: z
                   22613: 
                   22614:        * src/: Makefile.am, classes/file.C, classes/root.C,
                   22615:          classes/table.C, include/pa_array.h, include/pa_request.h,
                   22616:          include/pa_string.h, main/Makefile.am, main/execute.C,
                   22617:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
                   22618:          main/pa_string.C, main/untaint.C, targets/Makefile.am,
                   22619:          targets/cgi/Makefile.am, targets/cgi/parser3.C,
                   22620:          types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
                   22621: 
                   22622:        * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
                   22623:          main/pa_request.C, types/pa_vfile.h: ^table:save
                   22624: 
                   22625:        * src/: classes/file.C, classes/table.C, include/pa_array.h,
                   22626:          include/pa_common.h, include/pa_request.h, include/pa_string.h,
                   22627:          include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
                   22628:          main/untaint.C, types/pa_valiased.h, types/pa_value.h,
                   22629:          types/pa_vform.h: z
                   22630: 
                   22631:        * src/include/pa_string.h: z
                   22632: 
                   22633:        * src/: classes/_request.h, classes/request.C, main/main.dsp,
                   22634:          main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
                   22635:          types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
                   22636:          :Value
                   22637: 
                   22638:        * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
                   22639:          types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
                   22640:          :VStateless_object
                   22641: 
                   22642:        * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
                   22643:          types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
                   22644:          :VStateless_object
                   22645: 
                   22646:        * src/: main/main.dsp, targets/cgi/parser3.dsp,
                   22647:          types/pa_valiased.C, types/pa_vform.h: commented VForm
                   22648: 
                   22649:        * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
                   22650:          types/pa_valiased.h, types/pa_value.h,
                   22651:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   22652:          types/pa_vstateless_object.h: moved common get_element part from
                   22653:          stateless object&class into VAliased
                   22654: 
                   22655:        * src/: classes/_env.h, classes/_table.h, classes/env.C,
                   22656:          classes/table.C, main/execute.C, main/main.dsp,
                   22657:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   22658:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
                   22659:          now :Value
                   22660: 
                   22661:        * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
                   22662:          main/execute.C, main/main.dsp, main/pa_globals.C,
                   22663:          types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
                   22664: 
                   22665:        * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
                   22666:          doxx
                   22667: 
                   22668:        * src/: classes/_file.h, classes/file.C, include/pa_types.h,
                   22669:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
                   22670:          types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
                   22671:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
                   22672:          and ^file:save
                   22673: 
                   22674: 2001-03-19  paf
                   22675: 
                   22676:        * src/types/pa_vfile.C: z
                   22677: 
                   22678:        * src/: classes/file.C, classes/request.C, classes/table.C,
                   22679:          include/pa_string.h, main/main.dsp, main/pa_pool.C,
                   22680:          main/pa_request.C, main/untaint.C, types/pa_value.h,
                   22681:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
                   22682: 
                   22683:        * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
                   22684:          include/pa_string.h, include/pa_table.h, main/main.dsp,
                   22685:          main/pa_common.C, main/pa_globals.C, types/pa_value.h,
                   22686:          types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
                   22687:          types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
                   22688:          classes/_file.h, classes/file.C, types/pa_vfile.C,
                   22689:          types/pa_vfile.h: file class just compiled
                   22690: 
                   22691:        * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
                   22692:          include/pa_table.h, include/pa_types.h, main/execute.C,
                   22693:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
                   22694:          types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
                   22695:          types/pa_vstateless_object.h: ^table:set{default level: TABLE}
                   22696: 
                   22697:        * src/include/pa_pool.h: z
                   22698: 
                   22699:        * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
                   22700:          main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
                   22701:          Hash::Value to Val so to doxygen would finlly stop confusing
                   22702:          those Value-s
                   22703: 
                   22704:        * src/: include/code.h, include/pa_array.h, include/pa_common.h,
                   22705:          include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
                   22706:          include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
                   22707:          include/pa_string.h, include/pa_table.h, include/pa_threads.h,
                   22708:          include/pa_types.h, main/compile.C, main/compile.y,
                   22709:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   22710:          main/pa_array.C, main/pa_common.C, main/pa_exception.C,
                   22711:          main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
                   22712:          main/pa_request.C, main/pa_string.C, main/pa_table.C,
                   22713:          main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
                   22714: 
                   22715:        * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
                   22716:          derivates somehow unlinked. don't know why yet
                   22717: 
                   22718:        * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
                   22719:          include/pa_string.h, include/pa_threads.h, main/compile.C,
                   22720:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   22721:          main/execute.C, main/pa_array.C, main/pa_common.C,
                   22722:          main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
                   22723:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   22724:          main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
                   22725: 
                   22726:        * src/: classes/root.C, classes/table.C, main/pa_exception.C,
                   22727:          main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
                   22728:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
                   22729:          types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
                   22730:          types/pa_vrequest.h: doc: detected Value derivates prob
                   22731: 
                   22732:        * src/include/pa_globals.h: z
                   22733: 
                   22734:        * src/: classes/_request.h, classes/request.C, include/code.h,
                   22735:          include/pa_array.h, include/pa_common.h, include/pa_exception.h,
                   22736:          include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
                   22737:          include/pa_request.h, include/pa_stack.h, include/pa_string.h,
                   22738:          include/pa_table.h, include/pa_threads.h, include/pa_types.h,
                   22739:          main/execute.C, main/pa_pool.C, main/pa_request.C,
                   22740:          main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
                   22741:          types/pa_value.h, types/pa_vform.C: doxygen include/, Value
                   22742: 
                   22743: 2001-03-18  paf
                   22744: 
                   22745:        * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
                   22746:          cookie: allowed access to hash-assigned
                   22747: 
                   22748:        * src/targets/cgi/parser3.C: z
                   22749: 
                   22750:        * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
                   22751:          include/pa_globals.h, include/pa_request.h, include/pa_string.h,
                   22752:          include/pa_types.h, main/main.dsp, main/pa_common.C,
                   22753:          main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
                   22754:          main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
                   22755:          types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   22756:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   22757:          types/pa_vunknown.h: cookie class
                   22758: 
                   22759:        * src/main/pa_request.C: zero length output allowed
                   22760: 
                   22761:        * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
                   22762:          types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
                   22763: 
                   22764:        * src/: classes/root.C, main/pa_request.C: taint forgotten forced
                   22765:          lang switch
                   22766: 
                   22767:        * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
                   22768:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   22769:          types/pa_value.h, types/pa_vhash.h:
                   22770:          $defautl[$content-type[$value[text/html] $charset[windows-1251]]
                   22771: 
                   22772:        * src/main/execute.C: z
                   22773: 
                   22774:        * src/: classes/root.C, main/pa_request.C, main/untaint.C,
                   22775:          targets/cgi/parser3.C: taint[uri
                   22776: 
                   22777:        * src/: classes/request.C, classes/response.C, classes/root.C,
                   22778:          include/pa_common.h, include/pa_globals.h, include/pa_request.h,
                   22779:          include/pa_string.h, main/pa_common.C, main/pa_globals.C,
                   22780:          main/pa_request.C, targets/cgi/parser3.C: ^taint 0
                   22781: 
                   22782:        * src/: classes/root.C, classes/string.C, include/pa_string.h,
                   22783:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   22784:          types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
                   22785:          types/pa_vstateless_class.C: convinient string(pool, char *src,
                   22786:          bool tainted) ctor
                   22787: 
                   22788:        * src/: include/pa_hash.h, include/pa_request.h,
                   22789:          include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
                   22790:          main/pa_request.C, main/pa_string.C, main/untaint.C,
                   22791:          targets/cgi/parser3.C: proper @exceptions params tainting
                   22792: 
                   22793:        * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
                   22794:          response fields to header
                   22795: 
                   22796:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
                   22797:          z
                   22798: 
                   22799:        * src/: classes/_response.h, classes/response.C,
                   22800:          include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
                   22801:          main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
                   22802:          main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
                   22803:          targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
                   22804:          types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
                   22805:          $response: 0  request::core exception rethrow
                   22806: 
                   22807: 2001-03-16  paf
                   22808: 
                   22809:        * src/: main/execute.C, main/main.dsp, types/pa_value.h,
                   22810:          types/pa_vrequest.h: native method' class call with less params
                   22811:          then needed error reporting
                   22812: 
                   22813:        * src/: classes/_request.h, classes/request.C,
                   22814:          include/pa_globals.h, include/pa_request.h, main/execute.C,
                   22815:          main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   22816:          targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
                   22817:          types/pa_vrequest.h: $request : query :uri
                   22818: 
                   22819:        * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
                   22820:          types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
                   22821:          types/pa_wcontext.h: $result
                   22822: 
                   22823:        * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
                   22824: 
                   22825:        * src/: classes/double.C, include/code.h, main/compile.y,
                   22826:          main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
                   22827:          and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
                   22828: 
                   22829:        * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
                   22830:          main/compile.y, main/execute.C, types/pa_value.h,
                   22831:          types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
                   22832:          types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
                   22833:          wcontext conflict
                   22834: 
                   22835:        * src/: main/execute.C, types/pa_value.h,
                   22836:          types/pa_vstateless_object.h, types/pa_vstring.h: disabled
                   22837:          $string.field
                   22838: 
                   22839: 2001-03-15  paf
                   22840: 
                   22841:        * src/main/pa_request.C: news sample
                   22842: 
                   22843:        * src/: main/compile.y, main/execute.C, main/pa_request.C,
                   22844:          targets/cgi/parser3.C, types/pa_vstring.h: @exception
                   22845: 
                   22846:        * src/main/: compile.y, execute.C: z
                   22847: 
                   22848:        * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
                   22849:          types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
                   22850:          pre pre works
                   22851: 
                   22852:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
                   22853:          targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
                   22854:          fillfields just compiled
                   22855: 
                   22856: 2001-03-14  paf
                   22857: 
                   22858:        * src/: include/pa_request.h, main/pa_request.C,
                   22859:          targets/cgi/parser3.C: z
                   22860: 
                   22861:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
                   22862:          targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
                   22863:          types/pa_vstring.h: limits -1
                   22864: 
                   22865:        * src/: include/pa_globals.h, include/pa_request.h,
                   22866:          include/pa_types.h, main/main.dsp, main/pa_globals.C,
                   22867:          main/pa_request.C, targets/cgi/parser3.C,
                   22868:          targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
                   22869:          request_info -1
                   22870: 
                   22871:        * src/: include/pa_globals.h, main/pa_globals.C,
                   22872:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   22873:          targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
                   22874:          vform_fields_fill
                   22875: 
                   22876:        * src/targets/cgi/parser3.C: #  if MSVC
                   22877: 
                   22878:        * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
                   22879:          targets/cgi/parser3.C: PATH_DELIMITER_CHAR
                   22880: 
                   22881:        * src/targets/cgi/parser3.C: z
                   22882: 
                   22883:        * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
                   22884:          include/pa_string.h, include/pa_types.h, main/compile.y,
                   22885:          main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   22886:          targets/cgi/pa_vform.C, targets/cgi/parser3.C,
                   22887:          targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
                   22888:          types/pa_vunknown.h: global handler, exceptions in parser3
                   22889: 
                   22890: 2001-03-13  paf
                   22891: 
                   22892:        * src/: classes/form.C, main/compile.y, main/core.C,
                   22893:          types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
                   22894:          types/pa_vform.h, types/pa_vstateless_class.C,
                   22895:          types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
                   22896:          instead
                   22897: 
                   22898:        * src/: include/core.h, include/pa_common.h, include/pa_request.h,
                   22899:          main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
                   22900:          targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
                   22901:          started cgi target
                   22902: 
                   22903:        * src/: include/core.h, include/pa_common.h, include/pa_request.h,
                   22904:          main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
                   22905:          before error show with parser
                   22906: 
                   22907:        * src/: classes/_form.h, classes/form.C, include/core.h,
                   22908:          include/pa_request.h, main/core.C, main/pa_request.C,
                   22909:          targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
                   22910: 
                   22911:        * src/targets/cgi/: parser.dsp, parser3.dsp: z
                   22912: 
                   22913:        * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
                   22914:          parser3.C: renamed targets/ parser to cgi
                   22915: 
                   22916:        * src/: classes/double.C, classes/env.C, classes/int.C,
                   22917:          classes/root.C, classes/string.C, classes/table.C,
                   22918:          include/pa_request.h, types/pa_vhash.h: z
                   22919: 
                   22920:        * src/: classes/_env.h, classes/env.C, classes/root.C,
                   22921:          include/core.h, include/pa_pool.h, include/pa_request.h,
                   22922:          main/compile.C, main/compile.y, main/core.C, main/main.dsp,
                   22923:          main/pa_common.C, main/pa_request.C, types/pa_value.h,
                   22924:          types/pa_venv.h, types/pa_vstateless_class.h: started $form:
                   22925:          [historical moment :)]
                   22926: 
                   22927:        * src/: include/code.h, include/pa_string.h, main/compile.y,
                   22928:          main/execute.C, main/pa_string.C: 'value is type' expr operator
                   22929: 
                   22930:        * src/types/pa_venv.h: $ENV 1
                   22931: 
                   22932:        * src/main/execute.C: z
                   22933: 
                   22934:        * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
                   22935:          future methods of ENV constructor if
                   22936: 
                   22937:        * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
                   22938:          class
                   22939: 
                   22940:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   22941:          classes/_root.h, classes/_string.h, classes/_table.h,
                   22942:          classes/double.C, classes/env.C, classes/int.C, classes/root.C,
                   22943:          classes/string.C, classes/table.C, include/pa_request.h,
                   22944:          main/compile.C, main/compile_tools.h, main/core.C,
                   22945:          main/execute.C, main/main.dsp, main/pa_request.C,
                   22946:          types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
                   22947:          types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
                   22948:          types/pa_vobject.h, types/pa_vstateless_class.C,
                   22949:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   22950:          types/pa_wcontext.h: $ENV: re 0, stateless classes
                   22951: 
                   22952:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   22953:          classes/_root.h, classes/_string.h, classes/_table.h,
                   22954:          classes/double.C, classes/env.C, classes/int.C, classes/root.C,
                   22955:          classes/string.C, classes/table.C, include/pa_request.h,
                   22956:          main/compile.C, main/compile_tools.h, main/core.C,
                   22957:          main/execute.C, main/main.dsp, main/pa_request.C,
                   22958:          types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
                   22959:          types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
                   22960:          types/pa_vobject.h, types/pa_vstateless_class.C,
                   22961:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   22962:          types/pa_wcontext.h: $ENV: re 0, stateless classes
                   22963: 
                   22964:        * src/: include/pa_request.h, main/compile.C, main/execute.C,
                   22965:          main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
                   22966:          yesterdays bad decision on execute_static_method
                   22967: 
                   22968:        * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
                   22969: 
                   22970:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   22971:          types/pa_vdouble.h, types/pa_vint.h: Int,Double  dec mul div mod
                   22972: 
                   22973:        * src/main/pa_request.C: z
                   22974: 
                   22975:        * src/: classes/root.C, classes/table.C, include/pa_exception.h,
                   22976:          include/pa_pool.h: skipped_restructure_exceptions_dead_end
                   22977: 
                   22978:        * src/: classes/root.C, classes/table.C, include/pa_exception.h,
                   22979:          include/pa_pool.h, main/pa_request.C:
                   22980:          restructure_exceptions_dead_end
                   22981: 
                   22982:        * src/: classes/root.C, main/compile.y: ^if required junctions.
                   22983:          allowed ; inside {} to break params
                   22984: 
                   22985:        * src/classes/root.C: ^eval
                   22986: 
                   22987:        * src/: classes/_string.h, classes/double.C, classes/int.C,
                   22988:          classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
                   22989:          string ^format
                   22990: 
                   22991:        * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
                   22992:          'bad' but not 'enough'
                   22993: 
                   22994:        * src/: classes/double.C, classes/root.C, classes/table.C,
                   22995:          include/pa_common.h, include/pa_types.h, main/compile.y,
                   22996:          main/pa_common.C, main/pa_request.C, main/untaint.C,
                   22997:          types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
                   22998:          types/pa_wwrapper.h: think constructing flag as is  is bad
                   22999: 
                   23000:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   23001:          classes/string.C, classes/table.C, main/core.C, main/execute.C,
                   23002:          types/pa_vint.h: ^for
                   23003: 
                   23004: 2001-03-12  paf
                   23005: 
                   23006:        * src/classes/table.C: table ^empty
                   23007: 
                   23008:        * src/: classes/table.C, include/pa_table.h: table ^menu
                   23009: 
                   23010:        * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
                   23011:          ^offset ^line ^count
                   23012: 
                   23013:        * src/classes/root.C: ^round()  ^floor()        ^ceiling()
                   23014:          ^abs()  ^sign()
                   23015: 
                   23016:        * src/classes/: root.C, table.C: ^use
                   23017: 
                   23018:        * src/: classes/root.C, classes/table.C, include/pa_request.h,
                   23019:          main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
                   23020:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
                   23021:          ^while. switched off wcontext.constructing after write(value) or
                   23022:          auto-vhash-constructing
                   23023: 
                   23024:        * src/: classes/root.C, classes/table.C, include/pa_request.h,
                   23025:          main/pa_request.C: fail_if_junction_ helper func
                   23026: 
                   23027:        * src/: classes/root.C, classes/table.C, include/pa_common.h,
                   23028:          include/pa_request.h, main/execute.C, main/main.dsp,
                   23029:          main/pa_common.C, main/pa_request.C: ^process error point by
                   23030:          actual method_name, not source.  ^load
                   23031: 
                   23032:        * src/types/pa_vtable.h: table: no, better with string in cells...
                   23033: 
                   23034:        * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
                   23035:          classes/_table.h, classes/table.C, main/untaint.C: z
                   23036: 
                   23037:        * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
                   23038:          include/pa_table.h, main/core.C, main/execute.C,
                   23039:          main/pa_common.C, main/pa_request.C, main/pa_table.C,
                   23040:          types/pa_value.h: table:set 0
                   23041: 
                   23042:        * src/: classes/root.C, include/core.h, include/pa_array.h,
                   23043:          include/pa_request.h, include/pa_table.h, main/core.C,
                   23044:          main/main.dsp, main/pa_request.C, main/pa_table.C,
                   23045:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   23046:          types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
                   23047:          types/pa_vstring.h: freeze, ^table:create[] -1
                   23048: 
                   23049:        * src/: classes/root.C, types/pa_value.h: z
                   23050: 
                   23051:        * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
                   23052:          get_method in couple places optimizing them
                   23053: 
                   23054:        * src/classes/root.C: z
                   23055: 
                   23056:        * src/: classes/root.C, types/pa_vclass.h: process temp main
                   23057:          zeroing
                   23058: 
                   23059:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   23060:          classes/string.C, include/pa_common.h, include/pa_request.h,
                   23061:          include/pa_string.h, include/pa_types.h, main/compile.C,
                   23062:          main/compile.y, main/compile_tools.h, main/execute.C,
                   23063:          main/pa_common.C, main/pa_request.C, types/pa_value.h,
                   23064:          types/pa_vmframe.h: ^process. actual names to store param and
                   23065:          check_actual_numbered_params for better place diagnostics
                   23066: 
                   23067:        * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
                   23068:          method-junctions bug fixed
                   23069: 
                   23070:        * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
                   23071:          pa_vstateless_object.h, pa_vstring.h: stateless_object
                   23072: 
                   23073: 2001-03-11  paf
                   23074: 
                   23075:        * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
                   23076:          types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
                   23077:          VDouble VInt base now VObject_base - without fields
                   23078: 
                   23079:        * src/: classes/root.C, include/core.h, main/core.C: z
                   23080: 
                   23081:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   23082:          classes/string.C, include/core.h, include/pa_hash.h,
                   23083:          include/pa_pool.h, include/pa_request.h, include/pa_string.h,
                   23084:          main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
                   23085: 
                   23086:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   23087:          include/pa_request.h, main/execute.C: intercept_string
                   23088: 
                   23089:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   23090:          types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
                   23091: 
                   23092:        * src/: classes/double.C, classes/int.C, include/pa_request.h:
                   23093:          ^inc-s(expr)
                   23094: 
                   23095:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   23096:          classes/_root.h, classes/_string.h, classes/double.C,
                   23097:          classes/env.C, classes/int.C, classes/root.C, classes/string.C,
                   23098:          include/code.h, include/core.h, include/pa_array.h,
                   23099:          include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
                   23100:          include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
                   23101:          include/pa_string.h, include/pa_table.h, include/pa_threads.h,
                   23102:          include/pa_types.h, main/compile.C, main/compile.y,
                   23103:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   23104:          main/execute.C, main/pa_array.C, main/pa_common.C,
                   23105:          main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
                   23106:          main/pa_request.C, main/pa_string.C, main/pa_table.C,
                   23107:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   23108:          types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
                   23109:          types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
                   23110:          types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
                   23111:          types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
                   23112:          types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
                   23113: 
                   23114:        * src/: main/pa_request.C, types/pa_vhash.h: z
                   23115: 
                   23116:        * src/: include/core.h, include/pa_request.h, main/core.C,
                   23117:          main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
                   23118: 
                   23119:        * src/: include/pa_valiased.h, include/pa_value.h,
                   23120:          include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
                   23121:          include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
                   23122:          include/pa_vjunction.h, include/pa_vmframe.h,
                   23123:          include/pa_vobject.h, include/pa_vstring.h,
                   23124:          include/pa_vunknown.h, include/pa_wcontext.h,
                   23125:          include/pa_wwrapper.h, main/compile.y, main/core.C,
                   23126:          main/main.dsp, main/pa_cframe.C, main/pa_request.C,
                   23127:          main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
                   23128:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   23129:          types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
                   23130:          types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
                   23131:          types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
                   23132:          types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
                   23133:          types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
                   23134:          include/
                   23135: 
                   23136: 2001-03-10  paf
                   23137: 
                   23138:        * src/: include/core.h, include/pa_request.h, main/core.C,
                   23139:          main/pa_request.C: run+auto=run
                   23140: 
                   23141:        * src/: classes/root.C, include/pa_request.h: minor if junction bug
                   23142: 
                   23143:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   23144:          classes/_root.h, classes/_string.h, classes/double.C,
                   23145:          classes/env.C, classes/int.C, classes/root.C, classes/string.C,
                   23146:          include/code.h, include/core.h, include/pa_array.h,
                   23147:          include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
                   23148:          include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
                   23149:          include/pa_string.h, include/pa_table.h, include/pa_threads.h,
                   23150:          include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
                   23151:          include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
                   23152:          include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
                   23153:          include/pa_vjunction.h, include/pa_vmframe.h,
                   23154:          include/pa_vobject.h, include/pa_vstring.h,
                   23155:          include/pa_vunknown.h, include/pa_wcontext.h,
                   23156:          include/pa_wwrapper.h, main/compile.C, main/compile.y,
                   23157:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   23158:          main/execute.C, main/pa_array.C, main/pa_cframe.C,
                   23159:          main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
                   23160:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   23161:          main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
                   23162:          main/pa_wcontext.C: sources header
                   23163: 
                   23164:        * src/main/pa_request.C: auto..
                   23165: 
                   23166:        * src/: include/pa_request.h, main/compile.C, main/compile.y,
                   23167:          main/pa_request.C: auto tree0
                   23168: 
                   23169:        * src/: include/core.h, include/pa_request.h, main/compile.y,
                   23170:          main/core.C, main/pa_request.C: names to core.C
                   23171: 
                   23172:        * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
                   23173:          include/pa_request.h, main/core.C, main/execute.C,
                   23174:          main/pa_common.C, main/pa_request.C: root auto.p loaded
                   23175: 
                   23176:        * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
                   23177:          include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
                   23178:          main/compile_tools.C, main/compile_tools.h, main/execute.C:
                   23179:          optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
                   23180: 
                   23181:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   23182:          @auto[] realised. auto.p scan togo
                   23183: 
                   23184:        * src/: include/pa_request.h, main/execute.C: autocalc
                   23185:          code-junctions result now have names
                   23186: 
                   23187:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   23188:          classes/string.C, include/pa_request.h, include/pa_string.h,
                   23189:          include/pa_wcontext.h, main/compile.y, main/execute.C,
                   23190:          main/pa_string.C, main/pa_wcontext.C: tainting 0
                   23191: 
                   23192:        * src/classes/env.C: env:file/line
                   23193: 
                   23194:        * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
                   23195:          include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
                   23196:          include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
                   23197:          include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
                   23198:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   23199:          main/execute.C, main/main.dsp, main/pa_cframe.C,
                   23200:          main/pa_request.C, main/pa_wcontext.C: const fight finished
                   23201: 
                   23202:        * src/include/pa_vclass.h: const fight to go
                   23203: 
                   23204:        * src/: classes/_env.h, classes/env.C, classes/root.C,
                   23205:          include/pa_request.h, include/pa_vclass.h, main/core.C,
                   23206:          main/main.dsp: env0
                   23207: 
                   23208:        * src/: classes/_double.h, classes/_int.h, classes/_root.h,
                   23209:          classes/_string.h, classes/double.C, classes/int.C,
                   23210:          classes/root.C, classes/string.C, include/pa_request.h,
                   23211:          include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
                   23212:          include/pa_wcontext.h, main/core.C, main/main.dsp,
                   23213:          main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
                   23214:          main/pa_wcontext.C: ^lang prepare0
                   23215: 
                   23216: 2001-03-09  paf
                   23217: 
                   23218:        * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
                   23219:          construct proper naming
                   23220: 
                   23221:        * src/: classes/_double.h, classes/_int.h, classes/_string.h,
                   23222:          classes/double.C, classes/int.C, classes/root.C,
                   23223:          classes/string.C, include/code.h, include/pa_value.h,
                   23224:          include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
                   23225:          include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
                   23226:          main/compile.y, main/compile_tools.C, main/core.C,
                   23227:          main/execute.C, main/main.dsp: Int and Double classes with ^int[]
                   23228:          and ^double[]. fixed expr type
                   23229: 
                   23230:        * src/: classes/root.C, include/pa_request.h, main/execute.C:
                   23231:          ^string.length[]
                   23232: 
                   23233: 2001-03-08  paf
                   23234: 
                   23235:        * src/include/pa_vmframe.h: fixed forgotten method_frame my check
                   23236: 
                   23237:        * src/: include/pa_vclass.h, include/pa_vstring.h,
                   23238:          include/pa_wcontext.h, main/compile.y, main/core.C,
                   23239:          main/execute.C, main/main.dsp: dead end: vstring can't be
                   23240:          derivated from vobject
                   23241: 
                   23242:        * src/: include/pa_vclass.h, include/pa_vhash.h,
                   23243:          include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
                   23244: 
                   23245:        * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
                   23246:          remained clone conseqs
                   23247: 
                   23248:        * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
                   23249: 
                   23250:        * src/main/pa_vclass.C: wow! vclass were out of vcs
                   23251: 
                   23252:        * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
                   23253:          include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
                   23254:          include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
                   23255:          include/pa_vobject.h, include/pa_vstring.h,
                   23256:          include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
                   23257:          main/execute.C: withoud cloning. didn't need it actually, params
                   23258:          got passed from out unnamed ewpool
                   23259: 
                   23260:        * src/: include/pa_vdouble.h, include/pa_vhash.h,
                   23261:          include/pa_vjunction.h, include/pa_vobject.h,
                   23262:          include/pa_vunknown.h, main/compile.y: cloning dead end
                   23263: 
                   23264:        * src/: include/pa_bool.h, include/pa_double.h,
                   23265:          include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
                   23266:          include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
                   23267:          include/pa_vjunction.h, include/pa_vmframe.h,
                   23268:          include/pa_vobject.h, include/pa_vstring.h,
                   23269:          include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
                   23270:          main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
                   23271:          to give params proper names
                   23272: 
                   23273:        * src/main/pa_wcontext.C: z
                   23274: 
                   23275:        * src/: include/pa_vmframe.h, main/execute.C: added names to
                   23276:          unknown values in get_element and unfilled params. removed wrong
                   23277:          name change in get_element
                   23278: 
                   23279:        * src/main/execute.C: z
                   23280: 
                   23281:        * src/main/execute.C: fixed problems calling operators in
                   23282:          constructors
                   23283: 
                   23284:        * src/: classes/root.C, include/pa_stack.h, main/execute.C:
                   23285:          detected problems calling operators in constructors
                   23286: 
                   23287:        * src/: classes/root.C, include/pa_request.h, main/execute.C:
                   23288:          autocalc def to string
                   23289: 
                   23290:        * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
                   23291:          include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
                   23292: 
                   23293:        * src/classes/root.C: added root.c
                   23294: 
                   23295:        * src/: include/pa_request.h, include/pa_value.h,
                   23296:          include/pa_vcframe.h, include/pa_vmframe.h,
                   23297:          include/pa_wcontext.h, main/compile.C, main/compile.y,
                   23298:          main/core.C, main/execute.C, main/pa_cframe.C,
                   23299:          main/pa_wcontext.C: 'if' just compiled
                   23300: 
                   23301:        * src/: include/pa_vbool.h, include/pa_vdouble.h,
                   23302:          include/pa_vjunction.h, include/pa_vmframe.h,
                   23303:          include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
                   23304:          main/pa_wcontext.C: z
                   23305: 
                   23306:        * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
                   23307:          main/core.C, main/execute.C, main/main.dsp: z. detected probs
                   23308:          with parameter names  in operator methods
                   23309: 
                   23310:        * src/main/compile.y: minor renamings in .y
                   23311: 
                   23312:        * src/: include/pa_request.h, main/compile.C, main/compile.y,
                   23313:          main/core.C, main/main.dsp: introducing ROOT_CLASS.  it's default
                   23314:          @BASE.  changed 'RUN' assignment mech
                   23315: 
                   23316:        * src/main/execute.C: z
                   23317: 
                   23318:        * src/: include/code.h, main/compile.y, main/compile_tools.C,
                   23319:          main/compile_tools.h, main/execute.C: made class: dynamic, not
                   23320:          static. so to enable runtime ^use
                   23321: 
                   23322:        * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
                   23323: 
                   23324:        * src/: include/code.h, main/compile.y, main/compile_tools.C,
                   23325:          main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
                   23326: 
                   23327:        * src/main/execute.C: root root in code-junction
                   23328: 
                   23329: 2001-03-07  paf
                   23330: 
                   23331:        * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
                   23332:          pa_vobject.h, pa_wwrapper.h: const in Value.get_element
                   23333: 
                   23334:        * src/: include/pa_stack.h, include/pa_value.h,
                   23335:          include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
                   23336:          include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
                   23337:          fixed rwcontext of {} params up
                   23338: 
                   23339:        * src/main/: compile.y, compile_tools.h: ^func(params)
                   23340: 
                   23341:        * src/main/compile.y: .y priorities syntax shaped up a bit
                   23342: 
                   23343:        * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
                   23344:          include/pa_vunknown.h, main/compile.y, main/execute.C,
                   23345:          main/pa_hash.C: expr def in -f
                   23346: 
                   23347:        * src/main/: compile.y, execute.C: expr calls
                   23348: 
                   23349:        * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
                   23350:          fixed
                   23351: 
                   23352:        * src/main/compile.y: expr quoted code
                   23353: 
                   23354:        * src/main/: compile.y, execute.C: expr whitespace solved. added ""
                   23355:          support0
                   23356: 
                   23357:        * src/main/compile.y: expr string comparisons 0
                   23358: 
                   23359:        * src/: include/pa_string.h, main/compile.y, main/execute.C,
                   23360:          main/pa_string.C: just compiled lt&co
                   23361: 
                   23362:        * src/main/execute.C: ^var.menu{$field} problem detected. that
                   23363:          $field not a $var.field
                   23364: 
                   23365: 2001-03-06  paf
                   23366: 
                   23367:        * src/main/compile.y: .y expr visible-shorter
                   23368: 
                   23369:        * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
                   23370:          with skipping whitespace in yylex fixed 2 xors: # bitwise ##
                   23371:          logical
                   23372: 
                   23373:        * src/: include/pa_vstring.h, main/compile.y: problems with
                   23374:          skipping whitespace in yylex
                   23375: 
                   23376:        * src/include/pa_vbool.h: forgot this
                   23377: 
                   23378:        * src/: include/code.h, main/compile.y, main/execute.C: without
                   23379:          string ops in expressions 0
                   23380: 
                   23381:        * src/: include/pa_value.h, include/pa_vdouble.h,
                   23382:          include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
                   23383:          main/execute.C, main/main.dsp: !~
                   23384: 
                   23385:        * src/: include/pa_vcframe.h, include/pa_vclass.h,
                   23386:          include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
                   23387:          include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
                   23388:          include/pa_vunknown.h, include/pa_wcontext.h,
                   23389:          include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
                   23390:          main/compile_tools.h, main/execute.C: +-*/
                   23391: 
                   23392:        * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
                   23393:          main/compile_tools.h: grammar-1.1 $a(z) $a=0
                   23394: 
                   23395:        * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
                   23396:          main/execute.C: expr grammar-1 2*2=4.000000 :)
                   23397: 
                   23398:        * src/main/compile.y: expr grammar-1
                   23399: 
                   23400:        * src/main/compile.y: expr lexx1
                   23401: 
                   23402:        * src/main/: compile.y, execute.C, main.dsp: z
                   23403: 
                   23404:        * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
                   23405:          include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
                   23406:          main/execute.C: expr lex0 exec-1
                   23407: 
                   23408:        * src/: include/code.h, main/compile.y, main/compile_tools.h: g
                   23409: 
                   23410: 2001-02-26  paf
                   23411: 
                   23412:        * src/main/compile.y: max_string in yyerror bug fix
                   23413: 
                   23414: 2001-02-25  paf
                   23415: 
                   23416:        * src/: include/pa_value.h, include/pa_vmframe.h,
                   23417:          include/pa_wcontext.h, main/execute.C: VAliased3
                   23418: 
                   23419:        * src/include/: pa_value.h, pa_vmframe.h: VAliased2
                   23420: 
                   23421:        * src/main/execute.C: VAliased1
                   23422: 
                   23423:        * src/: include/pa_request.h, include/pa_value.h,
                   23424:          include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
                   23425:          VAliased0
                   23426: 
                   23427:        * src/: include/pa_pool.h, include/pa_request.h,
                   23428:          include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
                   23429:          include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
                   23430:          VAliased just compiled
                   23431: 
                   23432:        * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
                   23433:          include/pa_vobject.h, main/execute.C: alias dead end
                   23434: 
                   23435:        * src/: include/pa_value.h, include/pa_vclass.h,
                   23436:          include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
                   23437:          main/main.dsp: no not get fields into interm VFielded class.
                   23438:          fields & staticfields 1
                   23439: 
                   23440:        * src/: include/pa_vcframe.h, include/pa_vmframe.h,
                   23441:          include/pa_vobject.h, include/pa_wcontext.h,
                   23442:          include/pa_wwrapper.h, main/core.C, main/execute.C,
                   23443:          main/main.dsp: would now get fields into interm VFielded class
                   23444: 
                   23445:        * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
                   23446:          include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
                   23447:          include/pa_wcontext.h, main/compile.y, main/core.C,
                   23448:          main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
                   23449:          main/pa_wcontext.C: virtuals2
                   23450: 
                   23451:        * src/main/compile.y: : 1
                   23452: 
                   23453:        * src/main/compile.y: rethought to $class:static.field.subfield
                   23454: 
                   23455:        * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
                   23456:          $class:element
                   23457: 
                   23458:        * src/: include/pa_value.h, include/pa_vmframe.h,
                   23459:          include/pa_wwrapper.h, main/compile.y, main/execute.C,
                   23460:          main/pa_wcontext.C: before execute class calls rewrite
                   23461: 
                   23462:        * src/: include/pa_request.h, main/compile.C, main/core.C: default
                   23463:          name RUN, also alias
                   23464: 
                   23465:        * src/main/compile.y: escaping bug
                   23466: 
                   23467:        * src/: include/pa_request.h, include/pa_value.h,
                   23468:          include/pa_vobject.h, main/compile.y, main/compile_tools.h,
                   23469:          main/core.C, main/execute.C, main/pa_common.C: vobject1
                   23470: 
                   23471:        * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
                   23472:          include/pa_vmframe.h, include/pa_vobject.h,
                   23473:          include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
                   23474:          main/compile_tools.h, main/execute.C: ^class:method() just
                   23475:          compiled
                   23476: 
                   23477: 2001-02-24  paf
                   23478: 
                   23479:        * src/main/main.dsp: no bison -d
                   23480: 
                   23481:        * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
                   23482:          class' err msg wrong
                   23483: 
                   23484:        * src/main/compile.y: z
                   23485: 
                   23486:        * src/main/: compile.y, core.C: yylex need some @special lines adj
                   23487: 
                   23488:        * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
                   23489:          main/compile.y, main/compile_tools.h, main/core.C: modules0
                   23490: 
                   23491:        * src/: include/pa_vclass.h, main/core.C: z
                   23492: 
                   23493:        * src/: include/pa_value.h, include/pa_vclass.h,
                   23494:          include/pa_vobject.h, main/main.dsp: vobject00
                   23495: 
                   23496:        * src/main/pa_array.C: minor bug in expanding very small arrays.
                   23497:          60% from 1 were 0
                   23498: 
                   23499:        * src/: include/pa_value.h, include/pa_wcontext.h,
                   23500:          include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
                   23501:          as bad as you've named it: wcontext.value() was not a perfect
                   23502:          idea
                   23503: 
                   23504:        * src/main/execute.C: codeframe1
                   23505: 
                   23506:        * src/: include/pa_value.h, include/pa_vcframe.h,
                   23507:          include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
                   23508:          include/pa_vjunction.h, include/pa_vmframe.h,
                   23509:          include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
                   23510:          main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
                   23511:          just compiled
                   23512: 
                   23513:        * src/: include/pa_vframe.h, main/compile.y: found junction
                   23514:          ideology @: ^x{$a()) must construct current wcontext element, so
                   23515:          smart wcontext handling needed
                   23516: 
                   23517:        * src/main/compile.y: fixed grammar bugs in constructor/params
                   23518:          klinch
                   23519: 
                   23520:        * src/main/: compile.y, execute.C: fixed empty constructor
                   23521:          optimized empty case. failed on calls - produced empty string
                   23522:          param
                   23523: 
                   23524:        * src/main/compile.y: fixed last \n macrotemplate strip bug
                   23525: 
                   23526:        * src/: include/code.h, include/pa_request.h, include/pa_value.h,
                   23527:          include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
                   23528:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   23529:          main/execute.C: code junctions0. something wrong with last \n
                   23530:          macrotemplate strip
                   23531: 
                   23532:        * src/: include/pa_value.h, main/compile.C, main/core.C,
                   23533:          main/pa_value.C: minor error reporting format beautifyings
                   23534: 
                   23535:        * src/: include/pa_value.h, include/pa_vclass.h,
                   23536:          include/pa_vframe.h, main/core.C, main/execute.C,
                   23537:          main/pa_value.C: get_method RIP. junctions everywhere. call with
                   23538:          junctions0
                   23539: 
                   23540: 2001-02-23  paf
                   23541: 
                   23542:        * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
                   23543:          pa_wwrapper.h: lara came, can't work, sorry :(
                   23544: 
                   23545:        * src/main/: compile.y, execute.C, main.dsp: rethought some. before
                   23546:          junction
                   23547: 
                   23548:        * src/: include/pa_vframe.h, include/pa_vunknown.h,
                   23549:          include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
                   23550:          main/execute.C, main/main.dsp, main/pa_value.C: call0
                   23551: 
                   23552:        * src/: include/pa_hash.h, include/pa_value.h,
                   23553:          include/pa_wcontext.h, main/core.C, main/execute.C,
                   23554:          main/main.dsp, main/pa_hash.C: started call. store param, vframe
                   23555:          done
                   23556: 
                   23557:        * src/include/pa_wcontext.h: z
                   23558: 
                   23559:        * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
                   23560:          wrong grammar in complex constructor case
                   23561: 
                   23562:        * src/main/: compile.y, execute.C: empty constructor bug fixed
                   23563: 
                   23564:        * src/main/execute.C: with result rwpool
                   23565: 
                   23566:        * src/: include/pa_value.h, main/core.C, main/execute.C,
                   23567:          main/main.dsp: value named
                   23568: 
                   23569:        * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
                   23570:          strign 2 value in 2 places in execute
                   23571: 
                   23572:        * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
                   23573:          main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
                   23574:          wcontext.put_element when wcontext fvalue==0
                   23575: 
                   23576: 2001-02-22  paf
                   23577: 
                   23578:        * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
                   23579:          include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
                   23580:          main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
                   23581: 
                   23582:        * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
                   23583:          erroreos checkout
                   23584: 
                   23585:        * src/: include/pa_request.h, main/compile.y: $self.put(val)
                   23586: 
                   23587:        * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
                   23588:          main/compile_tools.h, main/pa_array.C: $self.get
                   23589: 
                   23590:        * src/main/: compile.C, compile.y, compile_tools.C: z
                   23591: 
                   23592:        * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
                   23593:          bit. finished now.
                   23594: 
                   23595:        * src/main/compile.y: $: finished
                   23596: 
                   23597:        * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
                   23598: 
                   23599:        * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
                   23600:          main/execute.C: OP_STRING better then some xxx _VALUE
                   23601: 
                   23602:        * src/: include/code.h, include/pa_vstring.h, main/compile.y,
                   23603:          main/compile_tools.C, main/compile_tools.h, main/execute.C:
                   23604:          string to vstring it .y all
                   23605: 
                   23606:        * src/: include/pa_request.h, include/pa_stack.h,
                   23607:          include/pa_wcontext.h, main/execute.C: z about to vstring it .y
                   23608:          all
                   23609: 
                   23610:        * src/main/: compile.C, core.C, execute.C, pa_string.C: more
                   23611:          precise parse error line:col
                   23612: 
                   23613:        * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
                   23614:          main/pa_hash.C, main/pa_pool.C: TRY...
                   23615: 
                   23616:        * src/: include/pa_exception.h, include/pa_pool.h,
                   23617:          include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
                   23618:          main/compile.C, main/compile.y, main/compile_tools.C,
                   23619:          main/core.C, main/pa_array.C, main/pa_exception.C,
                   23620:          main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
                   23621:          main/pa_table.C: removed exception from request
                   23622: 
                   23623:        * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
                   23624:          some forgotten
                   23625: 
                   23626:        * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
                   23627:          include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
                   23628:          main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
                   23629:          get/put simple vars to VClass works0
                   23630: 
                   23631:        * src/: include/pa_array.h, include/pa_wcontext.h,
                   23632:          main/pa_string.C: in process, but found that exceptions are too
                   23633:          global
                   23634: 
                   23635:        * src/: include/code.h, include/pa_string.h, include/pa_value.h,
                   23636:          include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
                   23637:          main/execute.C, main/pa_string.C: write_value write_string 0 it
                   23638:          seems wcontext must write strings regardles of fvalue!=0
                   23639: 
                   23640: 2001-02-21  paf
                   23641: 
                   23642:        * src/main/execute.C: tired :)
                   23643: 
                   23644:        * src/main/: compile.C, compile.y, execute.C: store0
                   23645: 
                   23646:        * src/: include/compile.h, include/execute.h, include/pa_array.h,
                   23647:          include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
                   23648:          include/pa_wcontext.h, main/compile.C, main/compile.y,
                   23649:          main/execute.C, main/main.dsp, main/pa_array.C,
                   23650:          main/pa_request.C: get put -1 [just compiled]
                   23651: 
                   23652:        * src/: include/core.h, include/pa_context.h, include/pa_request.h,
                   23653:          include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
                   23654:          main/main.dsp, main/pa_request.C: request core methods0
                   23655: 
                   23656:        * src/: include/compile.h, include/pa_array.h, main/compile.C,
                   23657:          main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
                   23658:          execute
                   23659: 
                   23660:        * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
                   23661:          main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
                   23662:          methods and one_big_piece. now compile returns array<method*>
                   23663: 
                   23664:        * src/main/compile.y: more straightforward yylex[end]
                   23665: 
                   23666:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
                   23667:          string.operator==(char*)
                   23668: 
                   23669:        * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
                   23670:          main/execute.C, main/pa_array.C: after array.const get wonders
                   23671: 
                   23672:        * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
                   23673:          pa_string.h, pa_value.h: struck with const array.gets
                   23674: 
                   23675:        * src/main/: execute.C: z
                   23676: 
                   23677:        * src/main/: compile.y, execute.C: z
                   23678: 
                   23679:        * src/main/: compile.C, compile.y, compile_tools.h: error
                   23680:          processing in eval & yyerror so it wouldn't cause memleaks.
                   23681: 
                   23682:        * src/main/: compile.C, compile.y: failed to add absolute precies
                   23683:          parse error positions. leaving RIGHTMOST position as
                   23684:          @file[line:col]
                   23685: 
                   23686:        * src/: include/compile.h, main/compile.C, main/compile.y,
                   23687:          main/compile_tools.h: line numbers needed. would add them to .y
                   23688:          now internally. externally it's not as precise as needed
                   23689: 
                   23690:        * src/: include/code.h, include/pa_types.h, main/compile.C,
                   23691:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   23692:          main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
                   23693:          compiler works ok
                   23694: 
                   23695: 2001-02-20  paf
                   23696: 
                   23697:        * src/main/: compile.C, compile.y, compile_tools.C,
                   23698:          compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
                   23699:          not perfect
                   23700: 
                   23701:        * src/: include/code.h, include/compile.h, include/execute.h,
                   23702:          include/pa_array.h, include/pa_common.h, include/pa_pool.h,
                   23703:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   23704:          main/compile.C, main/compile.y, main/compile_tools.C,
                   23705:          main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
                   23706:          main/pa_array.C, main/pa_common.C, main/pa_hash.C,
                   23707:          main/pa_string.C, main/pa_table.C: bison[yacc] first time
                   23708:          compiled.  execute=dump for now
                   23709: 
                   23710:        * src/main/core.C: core rewrite using yacc investigations now will
                   23711:          be compile[yacc]/execute[opcodes]
                   23712: 
                   23713: 2001-02-15  paf
                   23714: 
                   23715:        * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
                   23716:          rewrite as turing machine? for it seems it would be it's too many
                   23717:          ifs with this syntax now
                   23718: 
                   23719: 2001-02-14  paf
                   23720: 
                   23721:        * src/main/core.C: get_params 1
                   23722: 
                   23723:        * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
                   23724:          :( ]
                   23725: 
                   23726:        * src/main/core.C: varios breaks
                   23727: 
                   23728:        * src/main/core.C: get names 3
                   23729: 
                   23730:        * src/main/core.C: get names 2
                   23731: 
                   23732:        * src/main/core.C: get names 1
                   23733: 
                   23734:        * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
                   23735:          names 0
                   23736: 
                   23737:        * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
                   23738:          text repassing2 operator static vars
                   23739: 
                   23740:        * src/: include/pa_context.h, include/pa_string.h, main/core.C,
                   23741:          main/pa_string.C: process text repassing
                   23742: 
                   23743:        * src/: include/pa_context.h, include/pa_value.h, main/core.C:
                   23744:          module:calls changes
                   23745: 
                   23746: 2001-02-13  paf
                   23747: 
                   23748:        * src/: include/pa_context.h, include/pa_value.h, main/core.C:
                   23749:          ^class:calls[] started
                   23750: 
                   23751:        * src/: include/pa_value.h, main/core.C: z
                   23752: 
                   23753:        * src/main/core.C: operators : and self. prefixes
                   23754: 
                   23755:        * src/main/core.C: z
                   23756: 
                   23757:        * src/: include/pa_string.h, main/pa_string.C: String_iterator
                   23758:          tested
                   23759: 
                   23760:        * src/: include/pa_string.h, main/pa_string.C: String_iterator
                   23761:          optimized
                   23762: 
                   23763:        * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
                   23764:          would change privates to better support optimization
                   23765: 
                   23766:        * src/: include/pa_string.h, main/pa_string.C:
                   23767:          String_iterator::skip_to todo:optimize
                   23768: 
                   23769: 2001-02-12  paf
                   23770: 
                   23771:        * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
                   23772:          String_iterator
                   23773: 
                   23774:        * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
                   23775:          comments
                   23776: 
                   23777:        * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
                   23778:          self/methodref joined
                   23779: 
                   23780: 2001-02-11  paf
                   23781: 
                   23782:        * src/: include/pa_context.h, include/pa_value.h, main/core.C,
                   23783:          main/main.dsp: core started.  core.C, context&value .h
                   23784: 
                   23785:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   23786:          include/pa_string.h, main/main.dsp, main/pa_array.C,
                   23787:          main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
                   23788: 
                   23789: 2001-01-30  paf
                   23790: 
                   23791:        * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
                   23792:          comments
                   23793: 
                   23794:        * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
                   23795:          main/pa_pool.C: moved pa_pool.C to be target specific
                   23796: 
                   23797:        * src/: include/pa_exception.h, include/pa_pool.h,
                   23798:          include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
                   23799:          to & changes
                   23800: 
                   23801:        * src/: include/pa_exception.h, include/pa_pool.h,
                   23802:          include/pa_request.h, include/pa_table.h, main/pa_array.C,
                   23803:          main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
                   23804:          re-associated. that's much better even removed 'die' necessety
                   23805: 
                   23806:        * src/: include/pa_error.h, include/pa_exception.h,
                   23807:          include/pa_pool.h, include/pa_request.h, main/main.dsp,
                   23808:          main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
                   23809:          targets/Makefile.am: lowered targets/parser into subdir, added
                   23810:          parser_Pool(Pool) failed to add. would think..
                   23811: 
                   23812:        * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
                   23813:          include/pa_table.h, main/pa_error.C, main/pa_hash.C,
                   23814:          main/pa_string.C, main/pa_table.C: Table more like C++ style
                   23815:          hence lots of 'const'
                   23816: 
                   23817:        * src/: include/pa_error.h, include/pa_request.h,
                   23818:          include/pa_string.h, include/pa_table.h, main/pa_error.C,
                   23819:          main/pa_table.C: Error fixed
                   23820: 
                   23821: 2001-01-29  paf
                   23822: 
                   23823:        * src/: include/pa_array.h, include/pa_common.h,
                   23824:          include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
                   23825:          include/pa_request.h, include/pa_string.h, include/pa_table.h,
                   23826:          main/Makefile.am, main/pa_array.C, main/pa_common.C,
                   23827:          main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
                   23828: 
                   23829:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   23830:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   23831:          main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
                   23832:          main/pa_string.C, main/pa_table.C: Request Error Table
                   23833: 
                   23834:        * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
                   23835:          templates"
                   23836: 
                   23837:        * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
                   23838:          main/main.dsp, main/pa_array.C: templates failed no template
                   23839:          specializations [VC6], no library auto instantation [VC6, GNU c++
                   23840:          2.95.2-6 from latest cygwin]
                   23841: 
                   23842:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   23843:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   23844:          main/main.dsp, main/pa_array.C, main/pa_string.C,
                   23845:          main/pa_table.C: Table started would test template Array now
                   23846: 
                   23847:        * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
                   23848:          String originating
                   23849: 
                   23850:        * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
                   23851:          main/pa_hash.C: made local Hash-es not thread safe=quicker by
                   23852:          SYNCHRONIZED(thread_safe)
                   23853: 
                   23854:        * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
                   23855:          parts to top
                   23856: 
                   23857:        * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
                   23858:          main/pa_threads.C: decided on one global_mutex, like PHP as I can
                   23859:          see: needed only in global Hash now, made Hash:: put/get
                   23860:          SYNCHRONIZED
                   23861: 
                   23862:        * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
                   23863:          main/pa_threads.C: added pa_threads
                   23864: 
                   23865:          Mutex
                   23866: 
                   23867:        * src/include/pa_hash.h: some comments
                   23868: 
                   23869:        * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
                   23870:          Array& operator += (Array& src)
                   23871: 
                   23872:        * src/main/pa_array.C: expand not convinient, would rewrite
                   23873: 
                   23874:        * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
                   23875:          (Array& src)
                   23876: 
                   23877:          rethought, would change now
                   23878: 
                   23879: 2001-01-27  paf
                   23880: 
                   23881:        * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
                   23882:          caching
                   23883: 
                   23884:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   23885:          include/pa_string.h, main/pa_array.C, main/pa_string.C: array
                   23886:          cache rethought to chunk caching
                   23887: 
                   23888:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   23889:          include/pa_string.h, main/main.dsp, main/pa_array.C,
                   23890:          main/pa_hash.C, main/pa_string.C: Array 0
                   23891: 
                   23892:        * src/main/pa_string.C: String::operator ==
                   23893: 
                   23894:        * src/main/pa_hash.C: String(&String)
                   23895: 
                   23896:        * src/main/pa_hash.C: added pa_hash.C [forgotten]
                   23897: 
                   23898:        * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
                   23899:          main/main.dsp, main/pa_string.C: uint, and added pa_types &
                   23900:          pa_hash[forgotten]
                   23901: 
                   23902: 2001-01-26  paf
                   23903: 
                   23904:        * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
                   23905:          removed templates [vc++ suxx]
                   23906: 
                   23907:        * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
                   23908:          main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
                   23909: 
                   23910:        * src/include/: pa_pool.h, pa_string.h: pa_pool split
                   23911: 
1.119     moko     23912:        * src/main/: main.dsp, pa_string.C: Id check
1.95      moko     23913: 
1.119     moko     23914:        * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: Id
1.95      moko     23915:          check
                   23916: 
                   23917:        * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
                   23918:          dynamic row_count
                   23919: 
                   23920:        * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
                   23921:          main/main.dsp, main/pa_pool.C, main/pa_string.C,
                   23922:          targets/Makefile.am: Initial revision
                   23923: 
                   23924:        * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
                   23925:          main/main.dsp, main/pa_pool.C, main/pa_string.C,
                   23926:          targets/Makefile.am: creating parser3 module
                   23927: 

E-mail: