Annotation of parser3/ChangeLog, revision 1.94

1.94    ! misha       1: 2015-03-17     misha
        !             2:        * tests/results/302.processed 1.1:
        !             3:                *** empty log message ***
        !             4: 
        !             5:        * tests/302.html 1.1:
        !             6:                - test for ^json:string[...;$._default[method-name]]
        !             7: 
        !             8:        * src/classes/json.C 1.34:
        !             9:        * src/types/pa_value.C 1.36:
        !            10:        * src/types/pa_value.h 1.154:
        !            11:        * src/types/pa_vclass.C 1.50:
        !            12:        * src/types/pa_vclass.h 1.63:
        !            13:        * src/types/pa_vobject.C 1.41:
        !            14:                - if option $._default[method-name] is specified in ^json:string[
        !            15:                ], a method with specified name will be called for classes/
        !            16:                objects serialization ( new feature: #982 )
        !            17: 
        !            18: 2015-03-16     misha
        !            19:        * src/main/compile.tab.C 1.159:
        !            20:                *** empty log message ***
        !            21: 
        !            22:        * src/include/pa_opcode.h 1.48:
        !            23:        * src/main/compile.y 1.267:
        !            24:        * src/main/compile_tools.C 1.70:
        !            25:        * src/main/compile_tools.h 1.106:
        !            26:        * src/main/execute.C 1.372:
        !            27:        * src/types/pa_vconsole.h 1.20:
        !            28:        * src/types/pa_vcookie.C 1.89:
        !            29:        * src/types/pa_vcookie.h 1.39:
        !            30:        * src/types/pa_venv.C 1.14:
        !            31:        * src/types/pa_venv.h 1.39:
        !            32:        * src/types/pa_vform.C 1.108:
        !            33:        * src/types/pa_vform.h 1.62:
        !            34:        * src/types/pa_vhashfile.h 1.44:
        !            35:        * src/types/pa_vjunction.C 1.13:
        !            36:        * src/types/pa_vjunction.h 1.33:
        !            37:        * src/types/pa_vmail.C 1.110:
        !            38:        * src/types/pa_vmail.h 1.21:
        !            39:        * src/types/pa_vmath.h 1.22:
        !            40:        * src/types/pa_vmemory.h 1.8:
        !            41:        * src/types/pa_vmethod_frame.C 1.22:
        !            42:        * src/types/pa_vmethod_frame.h 1.96:
        !            43:        * src/types/pa_vregex.C 1.16:
        !            44:        * src/types/pa_vrequest.C 1.57:
        !            45:        * src/types/pa_vrequest.h 1.41:
        !            46:        * src/types/pa_vstateless_class.C 1.51:
        !            47:        * src/types/pa_vstateless_class.h 1.76:
        !            48:        * src/types/pa_vxdoc.C 1.48:
        !            49:        * src/types/pa_vxdoc.h 1.53:
        !            50:        * src/types/pa_vxnode.C 1.55:
        !            51:        * src/types/pa_vxnode.h 1.44:
        !            52:                - $var.CLASS & $var.CLASS_NAME now have special opcodes. This 
        !            53:                can be switched off by commenting #define 
        !            54:                OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL on pa_opcode.h ( new 
        !            55:                feature: #844 )
        !            56: 
        !            57: 2015-03-15     misha
        !            58:        * tests/075.html 1.3:
        !            59:                - test for $response:header[]
        !            60: 
        !            61:        * src/types/pa_vresponse.C 1.32:
        !            62:                - $response:header[] deletes header that was set earlie ( new 
        !            63:                feature: #1001 )
        !            64: 
        !            65: 2015-03-12     misha
        !            66:        * tests/results/246.processed 1.2:
        !            67:                *** empty log message ***
        !            68: 
        !            69:        * tests/246.html 1.2:
        !            70:                - more tests for ^hash._at[]
        !            71: 
        !            72:        * src/classes/hash.C 1.121:
        !            73:        * src/include/pa_hash.h 1.86:
        !            74:                - ^õýø._at[...] now accepts second param [key|value|hash] ( new 
        !            75:                feature: #1012 )
        !            76: 
        !            77: 2015-03-09     moko
        !            78:        * src/types/pa_vmail.C 1.109:
        !            79:                exception for everything but $mail:received, closes issue #1011
        !            80: 
        !            81: 2015-02-20     moko
        !            82:        * tests/275.html 1.4:
        !            83:        * tests/results/275.processed 1.4:
        !            84:                hex detection in pa_atoui fix test (closes issue #1010)
        !            85: 
        !            86:        * src/main/pa_string.C 1.245:
        !            87:                hex detection in pa_atoui fixed (closes issue #1010)
        !            88: 
        !            89: 2015-02-17     moko
        !            90:        * src/types/pa_vmail.C 1.108:
        !            91:                closes issue #1009 - mail content should be tainted.
        !            92: 
        !            93: 2015-02-03     misha
        !            94:        * tests/results/014.processed 1.8:
        !            95:        * tests/results/301.processed 1.1:
        !            96:                *** empty log message ***
        !            97: 
        !            98:        * tests/301.html 1.1:
        !            99:                - test for ^json:string($double) causes exception. bugfix: #1008
        !           100: 
        !           101:        * src/classes/json.C 1.33:
        !           102:                - ^json:string($double) causes exception. bugfix: #1008
        !           103: 
        !           104:        * tests/014.html 1.7:
        !           105:                - updated for work with ^hash.delete[]
        !           106: 
1.93      misha     107: 2015-01-12     misha
                    108:        * src/classes/form.C 1.44:
                    109:        * src/include/pa_common.h 1.156:
                    110:        * src/include/pa_request_info.h 1.8:
                    111:        * src/main/pa_common.C 1.280:
                    112:        * src/types/pa_vform.C 1.107:
                    113:        * src/types/pa_vform.h 1.61:
                    114:                - supports body with PUT method as well ( new feature: #1006 )
                    115: 
                    116:        * src/classes/file.C 1.232:
                    117:                - warnings war
                    118: 
                    119: 2015-01-11     misha
                    120:        * tests/results/300.processed 1.1:
                    121:                *** empty log message ***
                    122: 
                    123:        * tests/300.html 1.1:
                    124:                - test for ^hash.delete[] is added
                    125: 
                    126:        * src/classes/hash.C 1.119:
                    127:                - ^hash.delete[] clear all hash ( new feature: #989 )
                    128:                - tiny optimization in intersects
                    129: 
                    130: 2015-01-06     moko
                    131:        * src/types/pa_vmail.C 1.107:
                    132:                file names transcode added, to and cc added with transcode, 
                    133:                attachments detection fixed
                    134: 
                    135:        * src/main/pa_request.C 1.338:
                    136:                filling mail received after cgi/auto.p load to allow charset 
                    137:                switch (related to issue #996)
                    138: 
                    139: 2014-12-31     moko
                    140:        * src/types/pa_vmail.C 1.106:
                    141:                from and subject now transcoded if not UTF-8 source charset (
                    142:                fixes issue 996)
                    143: 
                    144:        * src/main/pa_exception.C 1.52:
                    145:                fixed string from stack bug (closes issue #1000)
                    146: 
                    147: 2014-12-11     misha
                    148:        * src/types/pa_vhashfile.C 1.65:
                    149:                - check if key is not empty before access ( bug fix: #1005 )
                    150: 
                    151: 2014-11-13     misha
                    152:        * src/main/compile.tab.C 1.158:
                    153:        * tests/results/232.processed 1.3:
                    154:        * tests/results/299.processed 1.1:
                    155:                *** empty log message ***
                    156: 
                    157:        * src/main/compile.y 1.266:
                    158:                - PC.append does not reset to false while creating a new class. 
                    159:                bugfix: #990
                    160: 
                    161:        * tests/299.html 1.1:
                    162:                - test for creation class after working with partial class (
                    163:                create+append)
                    164: 
                    165:        * src/types/pa_vobject.C 1.40:
                    166:                - @GET[def] always returns true. bugfix: #995
                    167: 
                    168:        * tests/232.html 1.3:
                    169:                - test for @get[def] added
                    170: 
                    171: 2014-10-12     moko
                    172:        * src/lib/pcre/pcre_internal.vcproj 1.3:
                    173:                correct path
                    174: 
                    175: 2014-10-11     moko
                    176:        * src/classes/classes.vcproj 1.32:
                    177:        * src/lib/cord/cord.vcproj 1.7:
                    178:        * src/lib/ltdl/ltdl.vcproj 1.10:
                    179:        * src/lib/md5/md5.vcproj 1.8:
                    180:        * src/lib/pcre/pcre_internal.vcproj 1.2:
                    181:        * src/main/main.vcproj 1.29:
                    182:        * src/targets/apache/ApacheModuleParser3.vcproj 1.3:
                    183:        * src/targets/apache/ApacheModuleParser3Core.vcproj 1.3:
                    184:        * src/targets/cgi/parser3.vcproj 1.23:
                    185:        * src/targets/isapi/parser3isapi.vcproj 1.18:
                    186:        * src/types/types.vcproj 1.31:
                    187:                project GUID inserted in *.vcproj for correct conversion in 
                    188:                newer VS versions
                    189: 
                    190:        * parser3.sln 1.19:
                    191:        * src/lib/pcre/pcre_internal.vcproj 1.1:
                    192:                pcre_internal.vcproj added
                    193: 
                    194: 2014-08-28     moko
                    195:        * src/lib/pcre/Makefile.in 1.23:
                    196:        * src/main/pa_charset.C 1.96:
                    197:        * src/targets/apache/Makefile.am 1.11:
                    198:        * src/targets/apache/Makefile.in 1.13:
                    199:        * src/targets/cgi/Makefile.am 1.65:
                    200:        * src/targets/cgi/Makefile.in 1.86:
                    201:                *** empty log message ***
                    202: 
                    203:        * src/lib/pcre/Makefile.am 1.9:
                    204:        * src/lib/pcre/pa_pcre_chartables.c 1.1:
                    205:        * src/lib/pcre/pa_pcre_internal.h 1.3:
                    206:        * src/lib/pcre/pa_pcre_valid_utf8.c 1.1:
                    207:                _pcre_default_tables and pcre_valid_utf are copied to parser3 
                    208:                code (fixes issue #991)
                    209: 
                    210: 2014-06-29     misha
                    211:        * tests/results/298.processed 1.1:
                    212:                *** empty log message ***
                    213: 
                    214:        * tests/298.html 1.1:
                    215:                - tests for ^reflection:def[class;className] added
                    216: 
                    217:        * src/classes/reflection.C 1.30:
                    218:                - ^reflection:def[class;className] added ( new feature: #918 )
                    219: 
                    220:        * src/classes/table.C 1.301:
                    221:                - ^table::create[unsupported data] - exception comment changed 
                    222:                to "body must be table or code" ( bug fix: #951 )
                    223: 
                    224:        * tests/261.html 1.3:
                    225:        * tests/results/261.processed 1.3:
                    226:                - tests for ^json:string[...;$.void[null|string]] added
                    227: 
                    228:        * src/classes/json.C 1.32:
                    229:        * src/types/pa_value.h 1.153:
                    230:        * src/types/pa_vvoid.h 1.41:
                    231:                - new option $.void[string|null] added to ^json:string[...] ( 
                    232:                new feature: #952 )
                    233: 
                    234: 2014-06-27     moko
                    235:        * src/classes/curl.C 1.30:
                    236:                $.charset now processed before other curl options (closes issue #
                    237:                980)
                    238: 
                    239: 2014-05-23     misha
                    240:        * src/classes/json.C 1.31:
                    241:                - bug fix: #987
                    242: 
                    243: 2014-05-04     misha
                    244:        * tests/results/253.processed 1.8:
                    245:        * tests/results/255.processed 1.3:
                    246:                *** empty log message ***
                    247: 
                    248:        * tests/253.html 1.7:
                    249:        * tests/253_json.txt 1.4:
                    250:                - test for ^json:parse[$.int(false)] is added
                    251: 
                    252:        * src/classes/json.C 1.30:
                    253:                - To ^json:parse[] added option $.int(bool, default true). The 
                    254:                option is similar to $.double(bool) but for integers.
                    255: 
                    256: 2014-05-01     moko
                    257:        * src/classes/file.C 1.231:
                    258:                "PARSER_VERSION" -> PARSER_VERSION ( bugfix: #12 )
                    259: 
                    260: 2014-04-15     moko
                    261:        * src/main/pa_http.C 1.61:
                    262:                response-charset option should finally work now (fix for issue #
                    263:                867)
                    264: 
                    265:        * src/main/pa_http.C 1.60:
                    266:                response-charset option should work now (fix for issue #867)
                    267: 
                    268: 2014-03-07     moko
                    269:        * buildall 1.13:
                    270:        * buildall [release_3_4_3] 1.12.2.1:
                    271:                libgc moved
                    272: 
                    273: 2013-12-29     moko
                    274:        * src/classes/string.C 1.212:
                    275:                ^string:js-unescape result now tainted, closes issue #966
                    276: 
                    277:        * tests/186.html 1.5:
                    278:        * tests/results/186.processed 1.4:
                    279:                ^string:js-unescape result now tainted, issue #966
                    280: 
                    281: 2013-12-02     moko
                    282:        * src/classes/memcached.C 1.11:
                    283:        * src/types/pa_vmemcached.C 1.16:
                    284:        * src/types/pa_vmemcached.h 1.7:
                    285:                memcached open $.skip-connect(true|false) option was added for 
                    286:                http://www.parser.ru/forum/?id=79343
                    287: 
                    288:        * src/classes/file.C 1.230:
                    289:                bugfix for http://www.parser.ru/forum/?id=79337
                    290: 
                    291: 2013-11-05     moko
                    292:        * configure.in 1.202:
                    293:        * src/include/pa_version.h 1.51:
                    294:                3.4.3 -> 3.4.4b
                    295: 
                    296:        * src/main/pa_globals.C 1.192:
                    297:                spelling fixed
                    298: 
                    299: 2013-10-29     moko
                    300:        * src/lib/json/json.vcproj 1.5:
                    301:                json.c -> pa_json.C
                    302: 
                    303:        * src/lib/json/pa_json.C 1.13:
                    304:                C++ compatibility addes, related to issue #892
                    305: 
                    306:        * src/classes/json.C 1.29:
                    307:        * src/lib/json/Makefile.am 1.7:
                    308:        * src/lib/json/json.c 1.12:
                    309:        * src/lib/json/json.h 1.3:
                    310:        * src/lib/json/pa_json.C 1.12:
                    311:                json.c -> pa_json.C (for exceptions to be thrown thougth json 
                    312:                library), related to issue #892
                    313: 
                    314: 2013-10-28     moko
                    315:        * src/main/pa_charset.C 1.95:
                    316:                avoid compilation bug in Debian 6.0.8 x32, related to issue #896
                    317: 
                    318: 2013-10-24  moko
                    319: 
                    320:        * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
                    321: 
                    322: 2013-10-23  moko
                    323: 
                    324:        * README: actualization
                    325: 
                    326: 2013-10-22  moko
                    327: 
                    328:        * src/targets/apache/mod_parser3.c: Adopted apache 2.4
                    329:          compatibility patch from Sergey Kirpichev
                    330: 
                    331:        * tests/: 297.html, results/297.processed: non-working getter fix
                    332:          test for issue #948
                    333: 
                    334:        * src/: include/pa_request.h, main/pa_request.C: Now getter is not
                    335:          called when saving value of $match variable in ^string.match[] to
                    336:          increase compatibility (related to issue #948).
                    337: 
                    338:        * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
                    339:          usage optimization
                    340: 
                    341: 2013-10-21  moko
                    342: 
                    343:        * tests/: 182.html, results/182.processed: local path removed for
                    344:          compatibility
                    345: 
                    346:        * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
                    347:          results/244.processed, results/253.processed,
                    348:          results/254.processed, results/275.processed,
                    349:          results/281.processed: try_catch -> try-catch
                    350: 
                    351:        * tests/: 288.html, 294.html, 296.html, results/288.processed,
                    352:          results/294.processed, results/296.processed: try_catch ->
                    353:          try-catch
                    354: 
                    355: 2013-10-20  moko
                    356: 
                    357:        * tests/: 296.html, results/296.processed: test for xsl exception
                    358:          for issue #938 added.
                    359: 
                    360:        * src/: include/pa_xml_exception.h,
                    361:          main/pa_stylesheet_connection.C: forgotten to be replaced
                    362:          XmlException is now replaced (once again closes issue #938)
                    363: 
                    364: 2013-10-19  misha
                    365: 
                    366:        * bin/auto.p.dist.in: - more mime-types are added
                    367: 
                    368: 2013-10-18  moko
                    369: 
                    370:        * buildall: disable clock_gettime detection to avoid librt linking
                    371:          (which in turn depends on libpthread), related to issue #943
                    372: 
                    373: 2013-10-18  misha
                    374: 
                    375:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                    376:          lib/smtp/smtp.vcproj, main/main.vcproj,
                    377:          targets/apache/ApacheModuleParser3Core.vcproj,
                    378:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                    379:          types/types.vcproj: - new locations for libxml2 includes where
                    380:          added to vcproj files
                    381: 
                    382: 2013-10-18  moko
                    383: 
                    384:        * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
                    385:          fix
                    386: 
                    387:        * tests/: 295.html, results/295.processed: test for issue #948
                    388:          updated
                    389: 
                    390:        * src/classes/table.C: hopefully last lost part for issue #948 fix.
                    391:          :)
                    392: 
                    393:        * tests/: 295.html, results/295.processed: test for issue #948
                    394:          added
                    395: 
                    396:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                    397:          include/pa_request.h, types/pa_method.h: for getters and setters
                    398:          to be executed request.put_element should be called, not
                    399:          context.put_element (fixes issue #948)
                    400: 
                    401: 2013-10-17  moko
                    402: 
                    403:        * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
                    404:          LIBXML2_NEW_BUFFER check (closes issue #943)
                    405: 
                    406:        * buildall: libxml 2.9.1 build is broken --without-reader.
                    407: 
                    408: 2013-10-16  moko
                    409: 
                    410:        * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
                    411: 
                    412:        * tests/: 294.html, results/294.processed: test for issue #938
                    413: 
                    414:        * src/: classes/xdoc.C, classes/xnode.C,
                    415:          include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
                    416:          now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
                    417: 
                    418:        * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
                    419:          libxslt-1.1.26 -> libxslt-1.1.28
                    420: 
                    421:        * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
                    422:          main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
                    423:          to '?', related to issue #938
                    424: 
                    425: 2013-10-15  moko
                    426: 
                    427:        * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
                    428:          main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
                    429:          minor optimizations (closes issue #896)
                    430: 
                    431:        * tests/results/: 292.processed, 293.processed: results updated to
                    432:          comply with issue #896
                    433: 
                    434:        * tests/: 292.html, 293.html, results/292.processed,
                    435:          results/293.processed: tests for json escaping
                    436: 
                    437: 2013-10-14  moko
                    438: 
                    439:        * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
                    440:          and cleanup, code moved from .h to .C, no changes in code
                    441: 
                    442: 2013-10-12  moko
                    443: 
                    444:        * tests/results/119.processed: updated test result commited
                    445: 
                    446:        * tests/: 291.html, results/291.processed: test for issue #894
                    447:          added
                    448: 
                    449:        * src/types/pa_wcontext.h: base methods call support function
                    450:          get_somebody_entered_some_class should not be true forever, as
                    451:          wcontext can have many get_elements calls (fixes issue #894)
                    452: 
                    453: 2013-10-11  moko
                    454: 
                    455:        * tests/: 290.html, results/290.processed: test for junction GPF
                    456:          issue #942 added
                    457: 
                    458:        * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
                    459:          to native method fixed (closes issue #942)
                    460: 
                    461:        * tests/: 158.html, results/158.processed: test for csv-string[]
                    462:          added
                    463: 
                    464:        * src/classes/table.C: minor fixes for table.csv-string[] (closes
                    465:          feature #907)
                    466: 
                    467:        * src/classes/table.C: ^table.csv-string[] from misha@ (implements
                    468:          feature #907)
                    469: 
                    470: 2013-10-09  moko
                    471: 
                    472:        * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
                    473:          types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
                    474:          types/pa_vstateless_class.C: GET_default, SET_default now works
                    475:          properly not only in objects, but in classes as well (closes
                    476:          issue #903)
                    477: 
                    478:        * tests/: 289.html, results/289.processed: GET/SET_default now
                    479:          works in classes, not only objects, test case added, related to
                    480:          issue #903
                    481: 
                    482:        * tests/: 288.html, results/288.processed: test for endless
                    483:          recursion bug added (related to issue #903)
                    484: 
                    485: 2013-10-05  moko
                    486: 
                    487:        * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
                    488:          classes/table.C, main/execute.C, types/pa_method.h,
                    489:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                    490:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                    491:          types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
                    492:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
                    493:          types/pa_vmemcached.h, types/pa_vmethod_frame.h,
                    494:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                    495:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                    496:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                    497:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
                    498:          optimization: put_element no longer has "bool areplace" argument,
                    499:          related to issue #903
                    500: 
                    501: 2013-10-03  moko
                    502: 
                    503:        * tests/results/182.processed: result for $.replace(false) test
                    504:          commited
                    505: 
                    506:        * src/classes/date.C: ^date::create(number) processed correctly
                    507:          (fixes issue #901)
                    508: 
                    509:        * src/classes/image.C: as_no_junction removed, as param can be
                    510:          expression (closes issue #931)
                    511: 
                    512:        * tests/233.html: test for issue #931 added
                    513: 
                    514: 2013-10-02  moko
                    515: 
                    516:        * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
                    517:          modified, test for $.replace(false) added
                    518: 
                    519:        * src/main/compile_tools.h: forgotten class replace returned. :)
                    520: 
                    521: 2013-09-30  moko
                    522: 
                    523:        * tests/: 141.html, results/141.processed: md5 tainting test added
                    524: 
                    525:        * src/: classes/op.C, include/pa_request.h, main/compile.y,
                    526:          main/compile_tools.h, main/pa_request.C: allow_class_replace
                    527:          implemented; $.replace option added to ^process and ^use
                    528: 
                    529: 2013-08-27  moko
                    530: 
                    531:        * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
                    532:          cstr_to_string_body_untaint should be called with charsets for
                    533:          possible uri language and connection for possible sql language.
                    534:          related to issue #857
                    535: 
                    536:        * buildall: and -> or fixed
                    537: 
                    538: 2013-08-26  moko
                    539: 
                    540:        * buildall: prepare_ functions logic changed to support
                    541:          gc-7.2d.tar.gz extracting to gc-7.2 directory
                    542: 
                    543: 2013-08-23  moko
                    544: 
                    545:        * src/include/pa_config_fixed.h: gc and xml libs are now linked
                    546:          statically
                    547: 
                    548: 2013-08-22  moko
                    549: 
                    550:        * src/classes/string.C: String::Empty used (related to issue #912)
                    551:          append_know_length removed (related to old GPF bug)
                    552: 
                    553: 2013-08-21  moko
                    554: 
                    555:        * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
                    556: 
                    557:        * src/classes/math.C: ^math:digest[...;$file] support added
                    558:          (related to ticket #857
                    559: 
                    560:        * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
                    561:          implemented
                    562: 
                    563:        * src/types/pa_vhashfile.h: warning war
                    564: 
                    565:        * src/: classes/json.C, classes/op.C, include/pa_hash.h,
                    566:          include/pa_request.h, main/pa_request.C, types/pa_value.h:
                    567:          anti_endless_json_string_recoursion removed from request;
                    568:          json_string_recoursion added to json_options; $.indent[indent
                    569:          value] now supported and passed within recoursion closes feature
                    570:          #937
                    571: 
                    572:        * tests/: 287.html, results/287.processed: test for feature #937
                    573: 
                    574: 2013-07-31  moko
                    575: 
                    576:        * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
                    577:          compilation having #define _S
                    578: 
                    579:        * src/main/pa_globals.C: cleanup
                    580: 
                    581: 2013-07-30  moko
                    582: 
                    583:        * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
                    584:          main/pa_common.C: vs2003 warning war
                    585: 
                    586:        * src/lib/json/: json.c, pa_json.C: vs2003 warning war
                    587: 
                    588:        * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
                    589: 
                    590:        * src/lib/md5/pa_sha2.c: warning war
                    591: 
                    592: 2013-07-29  moko
                    593: 
                    594:        * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
                    595:          patches from github
                    596: 
                    597:        * src/: classes/bool.C, classes/double.C, classes/int.C,
                    598:          classes/memcached.C, include/pa_config_includes.h,
                    599:          types/pa_vfile.C, types/pa_vfile.h: warning war
                    600: 
                    601:        * src/lib/json/json.vcproj: C++ -> C
                    602: 
                    603:        * src/lib/json/: json.c, pa_json.C: C++ warning revert
                    604: 
                    605:        * src/lib/json/: json.c, pa_json.C: windows compatibility
                    606: 
                    607:        * src/lib/json/: json.c, pa_json.C: windows compatibility
                    608: 
                    609:        * src/lib/json/: json.c, pa_json.C: warning war
                    610: 
                    611:        * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
                    612: 
                    613:        * src/include/pa_config_fixed.h: uint16_t added
                    614: 
                    615:        * configure.in: uint16_t check added
                    616: 
                    617:        * src/: classes/json.C, lib/json/JSON_parser.C,
                    618:          lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
                    619:          lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
                    620:          lib/json/pa_json.h: JSON_parser with non-free licence is replaced
                    621:          with similar GPL licenced libjson (fixes issue #892)
                    622: 
                    623: 2013-07-25  moko
                    624: 
                    625:        * parser3.sln: dependencies added
                    626: 
                    627:        * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
                    628:          src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
                    629:          module support
                    630: 
                    631:        * src/targets/apache/mod_parser3_core.C: win32 cleanup
                    632: 
                    633:        * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
                    634: 
                    635: 2013-07-23  moko
                    636: 
                    637:        * src/: include/pa_memory.h, main/pa_memory.C: non-working
                    638:          PA_DEBUG_GC_MEMORY removed
                    639: 
                    640:        * src/: main/pa_globals.C, targets/cgi/parser3.C:
                    641:          PA_DEBUG_DISABLE_GC compilation fix
                    642: 
                    643:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                    644:          main/pa_request.C: outdated RESOURCES_DEBUG removed
                    645: 
                    646:        * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
                    647:          garbage cleanup
                    648: 
                    649:        * src/main/pa_common.C: warning war
                    650: 
                    651:        * src/: include/pa_http.h, main/pa_http.C: headers cleanup
                    652: 
                    653:        * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
                    654:          minor cleanup
                    655: 
                    656:        * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
                    657:          uses cygwin, not WIN32 implementation
                    658: 
                    659:        * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
                    660:          able to exec shell scripts
                    661: 
                    662:        * src/classes/math.C: ifdef WIN32 cleanup
                    663: 
                    664:        * src/types/pa_vmemcached.C: LT_MODULE_EXT used
                    665: 
                    666:        * bin/auto.p.dist.in: libpq.so -> libpq.
                    667: 
                    668:        * src/classes/curl.C: LT_MODULE_EXT used
                    669: 
                    670:        * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
                    671: 
                    672: 2013-07-22  moko
                    673: 
                    674:        * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
                    675:          includes fix
                    676: 
                    677:        * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
                    678: 
                    679:        * configure.in, src/include/pa_config_includes.h,
                    680:          src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
                    681:          src/main/pa_exec.C: includes cleanup
                    682: 
                    683:        * src/targets/cgi/parser3.C: 2012->2013
                    684: 
                    685:        * src/include/pa_version.h: 3.4.2 -> 3.4.3b
                    686: 
                    687:        * configure.in, src/include/pa_config_includes.h,
                    688:          src/include/pa_http.h, src/lib/json/JSON_parser.h,
                    689:          src/main/pa_random.C, src/main/pa_socks.C,
                    690:          src/types/pa_vstatus.C: cygwin support cleanup
                    691: 
                    692:        * configure.in: dirent.h check added
                    693: 
                    694:        * src/: include/pa_config_includes.h, include/pa_dir.h,
                    695:          main/pa_dir.C: includes cleanup, dirent.h check added filePath
                    696:          not copied
                    697: 
                    698: 2013-07-21  moko
                    699: 
                    700:        * src/lib/cord/cord.vcproj: unused cordprnt.c removed
                    701: 
                    702:        * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
                    703:          parser3.vcproj: unused getopt.h / getopt.c removed
                    704: 
                    705:        * operators.txt, src/classes/file.C, tests/022.html,
                    706:          tests/results/022.processed: ^file:list[path][$.filter[regexp]
                    707:          $.stat(true)] usage commented
                    708: 
                    709:        * configure.in, src/classes/file.C, src/include/pa_dir.h,
                    710:          src/main/pa_dir.C: ^file:list[] now has dir column and when
                    711:          $.stat(true) it has size/*date columns modified patch from misha@
                    712:          that closes issue #914.
                    713: 
                    714:        * src/: include/pa_config_includes.h, main/pa_globals.C:
                    715:          PA_RELEASE_ASSERTS removed
                    716: 
                    717:        * src/lib/md5/pa_md5c.c: minor cleanup
                    718: 
                    719:        * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
                    720:          localeconv()->decimal_point usage remoed (related to issue #934)
                    721: 
                    722:        * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
                    723:          cordprnt.c removed
                    724: 
                    725:        * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
                    726:          pa-include/pa_errno.h, pa-include/pa_file_io.h,
                    727:          pa-include/pa_strings.h: includes cleanup
                    728: 
                    729:        * src/lib/md5/pa_md5c.c: headers cleanup
                    730: 
                    731: 2013-07-20  moko
                    732: 
                    733:        * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
                    734:          cleanup
                    735: 
                    736: 2013-07-19  moko
                    737: 
                    738:        * src/classes/math.C: extern "C" added for crypt
                    739: 
                    740: 2013-07-18  moko
                    741: 
                    742:        * src/classes/math.C: fix redhat7.2 build
                    743: 
                    744: 2013-07-17  moko
                    745: 
                    746:        * configure.in, src/include/pa_config_includes.h,
                    747:          src/include/pa_config_fixed.h: headers actualized (inttypes.h
                    748:          added for uint8/32/64_t)
                    749: 
                    750:        * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
                    751:          pa_config_includes.h used for uint32/64_t
                    752: 
                    753: 2013-07-16  moko
                    754: 
                    755:        * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
                    756:          types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
                    757:          war
                    758: 
                    759:        * src/main/compile.tab.C: compile.y was updated
                    760: 
                    761:        * src/main/compile.y: warning war
                    762: 
                    763:        * src/: include/pa_exception.h, main/pa_exception.C,
                    764:          main/pa_xml_exception.C: warning war
                    765: 
                    766:        * src/: include/pa_common.h, main/pa_common.C: warning war
                    767: 
                    768:        * configure.in: beauty :)
                    769: 
                    770:        * tests/: 141.html, results/141.processed: sha256/512 added
                    771: 
                    772: 2013-07-13  moko
                    773: 
                    774:        * src/lib/md5/md5.vcproj: sha2 added
                    775: 
                    776:        * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
                    777:          classes/math.C: sha2 support (sha256/sha512 digest)
                    778: 
                    779: 2013-07-08  moko
                    780: 
                    781:        * src/classes/image.C: directory read or other read problem message
                    782:          fixed (related to issue #933)
                    783: 
                    784: 2013-07-07  moko
                    785: 
                    786:        * bin/auto.p.dist.in: windows-1251 commented to remove auto.p
                    787:          dependense from $charsetsdir directory existance and content (and
                    788:          UTF-8 is default allready)
                    789: 
                    790:        * AUTHORS: + misha + moko. :)
                    791: 
                    792: 2013-07-06  moko
                    793: 
                    794:        * src/: classes/curl.C, include/pa_globals.h,
                    795:          include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
                    796:          main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
                    797:          for lt_dlinit to be called once and lt_dlexit called at right
                    798:          place (related to issue #925)
                    799: 
                    800: 2013-07-04  moko
                    801: 
                    802:        * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
                    803:          VString::as_vfile now uses vfile.set_binary_string to avoid
                    804:          content-type to be set, as it brokes badly designed logic in
                    805:          response output. This hopefully finishes issue #928.
                    806: 
                    807:        * tests/results/: 256.processed, 286.processed: file now displayed
                    808:          as name, size, mode, content-type
                    809: 
                    810:        * src/main/pa_common.C: read error now reported cottectly (fixes
                    811:          issue #933
                    812: 
                    813: 2013-06-28  moko
                    814: 
                    815:        * tests/: 286.html, results/286.processed: test extended
                    816: 
                    817:        * tests/: 286.html, results/286.processed: Test for issue #928
                    818:          added.  it tests default content-type change.
                    819: 
                    820:        * src/types/pa_vfile.C: closes issue #928 - default content-type
                    821:          now updated
                    822: 
                    823: 2013-06-25  moko
                    824: 
                    825:        * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
                    826:          content-type for text/binary files without name added;
                    827:          ^file::create[$f;...] options now works properly and $f
                    828:          properties are default (fixes issue #928)
                    829: 
                    830: 2013-05-16  misha
                    831: 
                    832:        * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
                    833:          added
                    834: 
                    835:        * src/main/pa_table.C: - a tiny memory optimisation while creating
                    836:          table if specified limit is bigger than source rows count
                    837: 
                    838:        * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
                    839:          added ( new feature: #858 )
                    840: 
                    841: 2013-04-29  moko
                    842: 
                    843:        * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
                    844:          $.ipresolve(0|1|2) added (closes issue #891)
                    845: 
                    846:        * src/lib/curl/curl.h: CURL_IPRESOLVE added
                    847: 
                    848: 2013-04-24  moko
                    849: 
                    850:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                    851:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
                    852:          types/pa_vmemcached.h: ^memcache.release[] added, calls
                    853:          memcached_quit (refs #893)
                    854: 
                    855: 2013-04-22  moko
                    856: 
                    857:        * src/: include/pa_string.h, main/pa_common.C: no more double
                    858:          slashes in file path (fixes bug #872)
                    859: 
                    860:        * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
                    861:          CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
                    862:          #739)
                    863: 
                    864:        * tests/results/266.processed: $.max_params added (feature #915)
                    865: 
                    866:        * src/: include/pa_common.h, main/pa_http.C: response-charset
                    867:          option added to file::load (closes issue #867)
                    868: 
                    869: 2013-04-20  misha
                    870: 
                    871:        * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
                    872:          commited
                    873: 
                    874: 2013-03-15  misha
                    875: 
                    876:        * src/classes/: hash.C, table.C: - Optimisation: do not create
                    877:          multiple empty strings while ::sql. uae String::Empty instead
                    878: 
                    879: 2013-03-14  misha
                    880: 
                    881:        * src/classes/reflection.C: - for user classes
                    882:          ^reflection:method_info[] returns $.max_params and $.extra_param
                    883:          with $.call_type if they available ( new feature: #915 )
                    884: 
                    885:        * src/classes/file.C: - ^file:delete[] now supports an option
                    886:          $.exception(false) that suppress any exception while deleting
                    887:          file ( new feature: #916 )
                    888: 
                    889:        * src/classes/curl.C: - parsing cookies after curl:load now should
                    890:          work :)
                    891: 
                    892: 2013-03-12  misha
                    893: 
                    894:        * src/types/pa_vfile.C: - if specified file_name is empty string
                    895:          set default name for the file
                    896: 
                    897: 2013-03-11  misha
                    898: 
                    899:        * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
                    900:          also available in $f.cookies
                    901: 
                    902:        * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
                    903:          moved to a separate method
                    904: 
                    905: 2013-03-10  moko
                    906: 
                    907:        * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
                    908:          added
                    909: 
                    910:        * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
                    911:          removed (declared by autoconf)
                    912: 
                    913:        * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
                    914:          uint32_t define
                    915: 
                    916: 2013-03-10  misha
                    917: 
                    918:        * src/classes/file.C: ^file:delete and ^file:move now support
                    919:          option $.keep-empty-dirs(true) ( new feature: #884 )
                    920: 
                    921:        * src/: include/pa_common.h, main/pa_common.C: - option for keeping
                    922:          empty dirs is added
                    923: 
                    924: 2013-03-10  moko
                    925: 
                    926:        * src/classes/: bool.C, double.C, int.C: default can be present,
                    927:          but default check removed from ^int/double/bool.int/double/bool
                    928:          for string.int/double/bool compatibility (related to issue #913)
                    929: 
                    930:        * src/classes/string.C: ^string.int/dobule/bool no longer
                    931:          internally throws exception if default is present (closes issue
                    932:          #913)
                    933: 
                    934: 2013-03-09  misha
                    935: 
                    936:        * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
                    937:          optimisations ( #845 )
                    938: 
                    939:        * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
                    940: 
                    941: 2013-03-08  moko
                    942: 
                    943:        * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
                    944:          creates correct table (fixes issue #910)
                    945: 
                    946:        * src/classes/op.C: r.connection() -> r.connection(false) to allow
                    947:          use outside of 'connect' operator (fixes issue #911)
                    948: 
                    949:        * tests/results/: 096.processed, 122.processed: test results
                    950:          updated as doubles now printed with 15 significant digits, not 5
                    951:          (fixes issue #882)
                    952: 
                    953:        * src/types/pa_vdouble.h: %.15g now used to format doubles instead
                    954:          of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
                    955: 
                    956: 2013-02-21  moko
                    957: 
                    958:        * src/classes/table.C: _locate_name_value does not check arguments
                    959:          count, so we check it in advance (fixes issue #905)
                    960: 
                    961: 2012-10-23  moko
                    962: 
                    963:        * buildall: old shell for and echo compatibility (for six)
                    964: 
                    965: 2012-10-19  moko
                    966: 
                    967:        * buildall: --strip added --disable-safe-mode listed in usage
                    968: 
                    969: 2012-10-17  misha
                    970: 
                    971:        * src/classes/op.C: - apply-taint should not throw "outside
                    972:          connect" exception with sql lang now
                    973: 
                    974: 2012-10-17  moko
                    975: 
                    976:        * src/main/pa_request.C: bugfix: safe mode should be inited for
                    977:          each request (for apache module)
                    978: 
                    979: 2012-09-26  moko
                    980: 
                    981:        * src/doc/doxygen.cfg: png -> svg
                    982: 
                    983: 2012-09-25  moko
                    984: 
                    985:        * tests/: 141.html, results/141.processed: md5 hmac added, long key
                    986:          test added
                    987: 
                    988:        * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
                    989:          double use when key is long
                    990: 
                    991: 2012-09-16  moko
                    992: 
                    993:        * src/classes/math.C: Format -> Method Encode -> Format
                    994: 
                    995:        * tests/: 141.html, results/141.processed: math:digest hmac test
                    996:          added
                    997: 
                    998: 2012-09-14  moko
                    999: 
                   1000:        * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
                   1001:          ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
                   1002:          implementation added
                   1003: 
                   1004: 2012-09-12  moko
                   1005: 
                   1006:        * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
                   1007:          targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
                   1008:          targets.dox and string.dox slightly actualized
                   1009: 
                   1010: 2012-08-31  moko
                   1011: 
                   1012:        * ChangeLog: now generated with patched cvs2cl.pl
                   1013: 
                   1014: 2012-07-29  moko
                   1015: 
                   1016:        * tests/285.html, src/main/execute.C, tests/results/285.processed:
                   1017:          result should be pushed after VMethodFrame destructor is called,
                   1018:          as it deletes junctions from stack params (fixes issue #868)
                   1019: 
                   1020: 2012-07-23  moko
                   1021: 
                   1022:        * INSTALL, README: buildall script usage documented, other outdated
                   1023:          info updated.
                   1024: 
                   1025:        * buildall-with-xml, buildall-without-xml: replaced by buildall
                   1026: 
                   1027: 2012-07-21  moko
                   1028: 
                   1029:        * buildall: glib does not compile when threads are disabled...
                   1030: 
                   1031:        * src/types/pa_vmail.C: g_assertion fixes for empty input
                   1032: 
                   1033:        * src/types/pa_vmail.C: yet another fix (strange GPF on object
                   1034:          unref, can't unref nested objects)
                   1035: 
                   1036:        * src/types/pa_vmail.C: another check added
                   1037: 
                   1038: 2012-07-19  moko
                   1039: 
                   1040:        * buildall: usage added
                   1041: 
                   1042:        * buildall: new buildall script that unites buildall-with-xml,
                   1043:          buildall-without-xml, --with-apache and --with-mailreceive
                   1044: 
                   1045:        * configure.in: support for static gmime and dynamic glib linking.
                   1046:          fixes for FreeBSD
                   1047: 
                   1048: 2012-07-17  moko
                   1049: 
                   1050:        * configure.in: --with-mailreceive replaced
                   1051:          --with-static-mailreceive and --with-shared-mailreceive pathlink
                   1052:          removed
                   1053: 
                   1054: 2012-07-16  moko
                   1055: 
                   1056:        * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
                   1057:          capitalized, content now decoded and text content converted to
                   1058:          $request:charset.  all properties are accessed by functions, this
                   1059:          ready for dynamic load.
                   1060: 
                   1061: 2012-06-28  moko
                   1062: 
                   1063:        * src/targets/apache/Makefile.am: fix for apache cflags for Linux
                   1064:          32 bit
                   1065: 
                   1066: 2012-06-27  moko
                   1067: 
                   1068:        * buildall-with-xml, buildall-without-xml: fetch requires -p for
                   1069:          passive ftp
                   1070: 
                   1071:        * src/lib/ltdl/ltdl.vcproj: release build fixed
                   1072: 
                   1073:        * configure.in: 3.4.2 RC -> 3.4.2
                   1074: 
                   1075: 2012-06-22  moko
                   1076: 
                   1077:        * src/types/pa_vfile.C: returned empty mode to stated files (issue
                   1078:          #815)
                   1079: 
                   1080:        * tests/: 284.html, results/284.processed: output options test
                   1081:          (feature #265)
                   1082: 
                   1083: 2012-06-22  misha
                   1084: 
                   1085:        * tests/215.html: - little changes
                   1086: 
                   1087: 2012-06-21  moko
                   1088: 
                   1089:        * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
                   1090:          types/pa_vxdoc.h: output_options returned and used (bugfix for
                   1091:          feature #265)
                   1092: 
                   1093:        * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
                   1094:          breaks long .*, default 10M restored. (issue #216)
                   1095: 
                   1096:        * tests/: 283.html, results/283.processed: test for issue #815
                   1097:          added
                   1098: 
                   1099:        * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
                   1100:          again, cstrm not required.
                   1101: 
                   1102:        * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
                   1103:          Win32 and broken FreeBSD (issue #45)
                   1104: 
                   1105:        * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
                   1106: 
                   1107:        * src/main/pa_string.C: warnings war
                   1108: 
                   1109:        * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
                   1110:          lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
                   1111:          main/pa_socks.C, targets/apache/pa_threads.C,
                   1112:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   1113:          types/pa_vstatus.C: compilation under cygwin fixed
                   1114: 
                   1115: 2012-06-19  moko
                   1116: 
                   1117:        * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
                   1118:          Windows fixed
                   1119: 
                   1120:        * parser3.sln: removed antique pcre_ctype
                   1121: 
                   1122:        * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
                   1123: 
                   1124:        * src/include/pa_config_fixed.h: undefined reference to
                   1125:          __imp__pcre_* fix for Windows
                   1126: 
                   1127:        * src/: include/pa_charset.h, lib/pcre/Makefile.am,
                   1128:          lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
                   1129:          pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
                   1130:          (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
                   1131:          define fixed
                   1132: 
                   1133: 2012-06-18  moko
                   1134: 
                   1135:        * src/classes/memcached.C: flush -> clear
                   1136: 
                   1137:        * src/classes/memcached.C: memcached does not support quotes even
                   1138:          in server name
                   1139: 
                   1140:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                   1141:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
                   1142:          called on open to check servers existance.  $.key(true) syntax
                   1143:          now supported
                   1144: 
                   1145: 2012-06-17  moko
                   1146: 
                   1147:        * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
                   1148:          cleanup
                   1149: 
                   1150:        * src/classes/table.C, tests/282.cfg, tests/282.html,
                   1151:          tests/results/282.processed: encloser at the EOF bug fixed,
                   1152:          incorrectly enclosed data now processed more logicaly (fixes
                   1153:          #339)
                   1154: 
                   1155: 2012-06-15  moko
                   1156: 
                   1157:        * buildall-without-xml: sync with buildall-with-xml
                   1158: 
                   1159:        * buildall-with-xml: download auto-detected between fetch and curl
                   1160: 
                   1161:        * configure.in: --with-gc and --with-pcre now also processed
                   1162:          correctly
                   1163: 
                   1164:        * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
                   1165:          aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
                   1166:          should be run on rol1 using automake / aclocal (GNU automake)
                   1167:          1.11.1 autoconf (GNU Autoconf) 2.68
                   1168: 
                   1169:        * configure.in: new PARSER_VERSION logic
                   1170: 
                   1171:        * src/include/pa_version.h: new pa_version.h logic
                   1172: 
                   1173:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                   1174:          classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
                   1175:          types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
                   1176:          feols_normalized -> fis_text_content set_binary added
                   1177: 
                   1178:        * src/targets/cgi/parser3.C: gcc compilation warnings fixed
                   1179: 
                   1180: 2012-06-15  misha
                   1181: 
                   1182:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                   1183:          classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
                   1184:          types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
                   1185:          ^file::create[text;content] EOLs in content now is normalized. (
                   1186:          new feature: #815 )
                   1187: 
                   1188: 2012-06-15  moko
                   1189: 
                   1190:        * configure.in: --disable-version-update added to disable version
                   1191:          update with host information (for debian package) whitespace
                   1192:          optimized
                   1193: 
                   1194:        * configure.in: version changed to 3.4.2 RC no-pic added for
                   1195:          libtool
                   1196: 
                   1197:        * src/include/pa_version.h: Nice pa_version.h default. Please keep
                   1198:          it.
                   1199: 
                   1200: 2012-06-14  moko
                   1201: 
                   1202:        * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
                   1203:          tests/results/281.processed: "hash flocked" error removed for
                   1204:          safe operations like ^h._count[] ( new feature: #335 )
                   1205: 
                   1206:        * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
                   1207: 
                   1208:        * buildall-with-xml, buildall-without-xml: --with-static -> --with
                   1209: 
                   1210:        * configure.in: --with-static/shared xml replaced with --with-xml,
                   1211:          xml compilation check added
                   1212: 
                   1213:        * configure.in: --with-static/shared-gc, --with-static-pcre are
                   1214:          replaced with --with-gc and --with-pcre test for pcre linking
                   1215:          added
                   1216: 
                   1217: 2012-06-13  moko
                   1218: 
                   1219:        * configure.in: apxs2 check optimized
                   1220: 
                   1221:        * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
                   1222:          .la, includes optimized
                   1223: 
                   1224:        * buildall-with-xml: --with-pic looks better for -fPIC
                   1225: 
                   1226:        * configure.in: switched to convenience library in static linking
                   1227: 
                   1228:        * src/targets/apache/Makefile.am: switched to convenience library
                   1229:          usage to avoid libtool warnings
                   1230: 
                   1231:        * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
                   1232:          md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
                   1233:          smtp/Makefile.am: switched to convenience library usage
                   1234: 
                   1235:        * src/sql/Makefile.am: pa_sql_driver.h should be in includes
                   1236: 
                   1237:        * src/targets/apache/Makefile.am: updated for libtool usage
                   1238: 
                   1239:        * bin/auto.p.dist.in: .cfg removed from charset names.
                   1240: 
                   1241:        * buildall-without-xml: --with-included-ltdl added
                   1242: 
                   1243:        * buildall-without-xml: sync with buildall-with-xml
                   1244: 
                   1245:        * buildall-with-xml: --with-included-ltdl added $cflags added for
                   1246:          -fPIC for x64 $download added for wget success check added
                   1247: 
                   1248:        * buildall-without-xml: --with-dynamic-stdcpp removed
                   1249: 
                   1250:        * configure.in: disable-static returned
                   1251: 
                   1252:        * src/targets/cgi/Makefile.am: Automake 1.9 does not support
                   1253:          LIBTOOLFLAGS
                   1254: 
                   1255: 2012-06-12  moko
                   1256: 
                   1257:        * configure.in, src/targets/cgi/Makefile.am: disable-static not
                   1258:          compatible with LIBTOOLFLAGS for unknown reasons
                   1259: 
                   1260:        * buildall-with-xml: --with-dynamic-stdcpp removed
                   1261: 
                   1262:        * configure.in: static/dynamic -lstdc++ linking option removed
                   1263:          apxs2 check added
                   1264: 
                   1265:        * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
                   1266:          option removed
                   1267: 
                   1268: 2012-06-10  moko
                   1269: 
                   1270:        * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
                   1271:          added
                   1272: 
                   1273:        * src/targets/cgi/pp3.cmd: old PAF stuff
                   1274: 
                   1275:        * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
                   1276:          beauty
                   1277: 
                   1278:        * depcomp: from libtool 2.4.2
                   1279: 
                   1280:        * configure.in: ltdl directory removed, it has correct Makefile.in
                   1281: 
                   1282: 2012-06-09  moko
                   1283: 
                   1284:        * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
                   1285:          install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
                   1286:          autogenerated files updated after libtool update
                   1287: 
                   1288:        * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
                   1289:          aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
                   1290:          config_auto.h.in, config_fixed.h, configure, configure.ac,
                   1291:          configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
                   1292:          lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
                   1293:          config/compile, config/config.guess, config/config.sub,
                   1294:          config/depcomp, config/install-sh, config/ltmain.sh,
                   1295:          config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
                   1296:          libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
                   1297:          libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
                   1298:          libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
                   1299:          loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
                   1300:          loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
                   1301:          m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
                   1302:          m4/lt~obsolete.m4: libtool updated to version 2.4.2
                   1303: 
                   1304:        * configure.in: preparation for new libtool
                   1305: 
                   1306:        * configure.in: Some beauty added :)
                   1307: 
                   1308:        * src/targets/apache/Makefile.am: := -> =
                   1309: 
                   1310:        * src/lib/pcre/: Makefile.am, config.h: config.h removed once
                   1311:          again. :)
                   1312: 
                   1313:        * src/include/pa_config_includes.h, configure.in: limits.h added,
                   1314:          previously was taken from pcre_internal.h. :)
                   1315: 
                   1316:        * src/lib/pcre/Makefile.am: config.h returned
                   1317: 
                   1318:        * src/lib/pcre/config.h: still need this. :)
                   1319: 
                   1320:        * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
                   1321: 
                   1322:        * configure.in: --with-charsets removed; --with-mysql-client & co
                   1323:          removed
                   1324: 
                   1325:        * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
                   1326:          now in parser tree, no need to copy
                   1327: 
                   1328:        * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
                   1329:          ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
                   1330:          pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
                   1331:          debian/patches/101_pcre.patch - local copy of pcre_internal.h
                   1332:          extracts now used old trash removed
                   1333: 
                   1334:        * bin/auto.p.dist.in: all charsets are listed, utf-8 by default,
                   1335:          rare charsets/drivers are commented, sql driver quessing removed
                   1336:          (debian/patches/103_auto_p.patch)
                   1337: 
                   1338:        * etc/parser3.charsets/Makefile.am: charsets now in share
                   1339:          (debian/patches/104_automake.patch) + all charsets are copied
                   1340: 
                   1341:        * buildall-with-xml, buildall-without-xml: curl option removed +
                   1342:          extra arguments now supported
                   1343: 
                   1344: 2012-06-08  misha
                   1345: 
                   1346:        * src/classes/table.C: - one params.as_hash usage was rolled back:
                   1347:          the 2nd option in ^table.hash[] could be hash or table so
                   1348:          .as_hash will throw an exception when table option is specified
                   1349: 
                   1350:        * src/: classes/curl.C, classes/file.C, classes/hash.C,
                   1351:          classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
                   1352:          classes/table.C, classes/void.C, classes/xdoc.C,
                   1353:          include/pa_exception.h, types/pa_vmethod_frame.C,
                   1354:          types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
                   1355:          and improved (whitespaces are allowed as empty options) -
                   1356:          MethodParams::as_table is added - above methods are used for
                   1357:          parsing methods' options ( new feature: #9 )
                   1358: 
                   1359:        * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
                   1360:          to vclass. now class fields can be accessible as a hash:
                   1361:          $h[^hash::create[$asd:CLASS]]
                   1362: 
                   1363:        * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
                   1364:          have get_fields method so their fields can be accessed with
                   1365:          ^reflection:fields[...] & ^reflection:field[...]
                   1366: 
                   1367: 2012-06-06  misha
                   1368: 
                   1369:        * tests/280.html: - tests for
                   1370:          ^reflection:method[obj-or-class;method],
                   1371:          ^reflection:field[obj-or-class;field] and
                   1372:          ^reflection:fields[obj-or-class] are added
                   1373: 
                   1374: 2012-06-05  misha
                   1375: 
                   1376:        * src/classes/reflection.C: - ^reflection:method[class or
                   1377:          object;method name] and ^reflection:field[class or object;field
                   1378:          name] are added
                   1379: 
                   1380:        * src/types/pa_vstateless_class.C: - Method::get_vjunction method
                   1381:          is used
                   1382: 
                   1383:        * src/types/pa_method.h: - Method::as_vjunction method is added
                   1384: 
                   1385: 2012-06-05  moko
                   1386: 
                   1387:        * src/targets/Makefile.am: cgi now build with apache module
                   1388: 
                   1389:        * src/classes/memcached.C: flish ttl fixed
                   1390: 
                   1391: 2012-06-04  moko
                   1392: 
                   1393:        * src/classes/json.C, src/classes/op.C, tests/279.html,
                   1394:          tests/results/279.processed: ^json:parse[] now supports $.taint
                   1395:          option (new feature #833)
                   1396: 
                   1397: 2012-06-04  misha
                   1398: 
                   1399:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
                   1400:          - search_stop method was moved from pa_vcookie.C to pa_common.C
                   1401: 
                   1402: 2012-06-03  misha
                   1403: 
                   1404:        * src/main/pa_http.C: - ^file:load[...;http://...] - all received
                   1405:          cookies are parced and stored into $.cookies ( new feature: #31 )
                   1406: 
                   1407: 2012-05-30  misha
                   1408: 
                   1409:        * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
                   1410:          incomplete class into a scope while @USE is found
                   1411: 
                   1412:        * src/main/compile.y: - add incomplete class into a scope while
                   1413:          @USE and @CLASS instructions are found ( bugfix: #838 )
                   1414: 
                   1415: 2012-05-30  moko
                   1416: 
                   1417:        * src/types/pa_vclass.C, tests/278.html,
                   1418:          tests/results/278.processed: removed "property has no getter
                   1419:          method" exception when GET_DEFAULT present (fixes #269)
                   1420: 
                   1421:        * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
                   1422:          $._default
                   1423: 
                   1424: 2012-05-29  moko
                   1425: 
                   1426:        * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
                   1427:          uninitialized values usage (new feature: #154)
                   1428: 
                   1429: 2012-05-28  moko
                   1430: 
                   1431:        * tests/277.html, src/classes/json.C, src/classes/reflection.C,
                   1432:          src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
                   1433:          src/types/pa_vdate.h, src/types/pa_vdouble.h,
                   1434:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
                   1435:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   1436:          src/types/pa_vstring.h, src/types/pa_vtable.C,
                   1437:          tests/results/277.processed, src/types/pa_vtable.h,
                   1438:          src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
                   1439:          ^json:string[$o; $.default[$method]] implemented for VObject (new
                   1440:          feature #803)
                   1441: 
                   1442:        * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
                   1443:          tests/results/277.processed: json numbers are now treated as
                   1444:          double ( new feature: #834 )
                   1445: 
                   1446:        * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
                   1447:          main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
                   1448:          added for out of range checks, zero division in vint/vdouble
                   1449:          check added ( fixes #832 )
                   1450: 
                   1451:        * tests/: 275.html, results/275.processed: tests for pa_atoui added
                   1452:          ( fixes #832 )
                   1453: 
                   1454: 2012-05-28  misha
                   1455: 
                   1456:        * buildall-with-xml: - --without-lzma option is added to libxml2
                   1457:          configure
                   1458: 
                   1459:        * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
                   1460:          added - tests for unsupported values for options $.file, $.table
                   1461:          and $.date are added
                   1462: 
                   1463:        * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
                   1464:          accepts "stat" $.file[] option's value in addition to existed
                   1465:          "text" and "base64" ( new feature: #835 )
                   1466: 
                   1467:        * tests/276.html: - test for
                   1468:          ^reflection:delete[$object-or-class;field-name]
                   1469: 
                   1470:        * src/classes/reflection.C: -
                   1471:          ^reflection:delete[$object-or-class;field-name] is added ( new
                   1472:          feature: #268 )
                   1473: 
                   1474: 2012-05-27  misha
                   1475: 
                   1476:        * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
                   1477: 
                   1478: 2012-05-24  misha
                   1479: 
                   1480:        * src/include/pa_common.h: - method lastposafter was removed
                   1481: 
                   1482:        * src/classes/file.C: - use strrpbrk & rskipchars instead of
                   1483:          lastposafter - ^file:dirname[] & Co proper handle windows file
                   1484:          paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
                   1485:          work as *nix commands
                   1486: 
                   1487:        * src/main/pa_request.C: - use strrpbrk instead of lastposafter
                   1488: 
                   1489:        * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
                   1490:          rskipchars were added
                   1491: 
                   1492:        * tests/270.html: - more tests for ^file:find[]
                   1493: 
                   1494:        * tests/065.html: - more tests for ^file:dirname[] & Co
                   1495: 
                   1496:        * src/include/pa_version.h: - must be "win32" here. it is
                   1497:          auto-generated on *nix
                   1498: 
                   1499: 2012-05-24  moko
                   1500: 
                   1501:        * src/classes/math.C: ^math:convert[] now supports uint32 and
                   1502:          throws overflow exception ( new feature: #830 )
                   1503: 
                   1504:        * tests/: 275.html, results/275.processed: test for ^math:convert[]
                   1505:          uint32 support and overflow added ( new feature: #830 )
                   1506: 
                   1507: 2012-05-23  moko
                   1508: 
                   1509:        * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
                   1510:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
                   1511:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
                   1512:          types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
                   1513:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
                   1514:          types/pa_vregex.h, types/pa_vstateless_class.C,
                   1515:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   1516:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   1517:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
                   1518:          "return string as-is" removed from as_expr_result. ( new feature:
                   1519:          #831 )
                   1520: 
                   1521:        * tests/results/244.processed: test changed after bug #782 fix
                   1522:          commited
                   1523: 
                   1524:        * tests/results/229.processed: test results for bug #782 commited
                   1525: 
                   1526:        * tests/: 254.html, results/254.processed: uid now just compared,
                   1527:          not printed. :)
                   1528: 
                   1529: 2012-05-20  moko
                   1530: 
                   1531:        * src/classes/reflection.C: ^reflection:uid[$object] added ( new
                   1532:          feature: #341 )
                   1533: 
                   1534:        * tests/: 254.html, results/254.processed: test for
                   1535:          ^reflection:uid[] added
                   1536: 
                   1537:        * tests/: 254.html, results/254.processed: test for
                   1538:          ^reflection:uid[$obj] added
                   1539: 
                   1540: 2012-05-17  misha
                   1541: 
                   1542:        * src/main/untaint.C: - do not replace ' char by _26 while
                   1543:          exploding filespec-tainting ( new feature: #829 )
                   1544: 
                   1545: 2012-05-12  moko
                   1546: 
                   1547:        * src/types/pa_vvoid.h: is_string now also checked, but get_* -
                   1548:          not.
                   1549: 
                   1550: 2012-05-08  moko
                   1551: 
                   1552:        * src/types/pa_vmethod_frame.h: bug #782 fixed
                   1553: 
                   1554:        * tests/229.html: test for bug #782
                   1555: 
                   1556:        * tests/results/259.processed, src/main/pa_request.C,
                   1557:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   1558:          src/types/pa_vstring.h, src/types/pa_vvoid.C,
                   1559:          src/types/pa_vvoid.h: feature #154 - first empty param now
                   1560:          string; defined locals are empty strings; $STRICT-VARS(true)
                   1561:          added
                   1562: 
                   1563: 2012-04-27  moko
                   1564: 
                   1565:        * src/targets/apache/Makefile.am:
                   1566:          ../../lib/memcached/libmemcached.a added
                   1567: 
                   1568: 2012-04-27  misha
                   1569: 
                   1570:        * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
                   1571:          ( #827 )
                   1572: 
                   1573: 2012-04-25  moko
                   1574: 
                   1575:        * src/: classes/json.C, classes/memcached.C,
                   1576:          lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
                   1577:          types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
                   1578:          implemented.
                   1579: 
                   1580:        * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
                   1581: 
                   1582: 2012-04-23  moko
                   1583: 
                   1584:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                   1585:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
                   1586:          types/pa_vmemcached.h: open allows options hash for new
                   1587:          memcached(options) function
                   1588: 
                   1589:        * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
                   1590:          not appended
                   1591: 
                   1592: 2012-04-21  moko
                   1593: 
                   1594:        * src/classes/curl.C: '' added. :)
                   1595: 
                   1596:        * src/classes/classes.vcproj: new curl.h location
                   1597: 
                   1598:        * src/classes/curl.C: verbose output redirection from stderr to
                   1599:          file curl option added
                   1600: 
                   1601: 2012-04-20  moko
                   1602: 
                   1603:        * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
                   1604:          contains what we need from curl, #ifdef HAVE_CURL removed
                   1605: 
                   1606:        * configure, configure.in, src/classes/Makefile.am,
                   1607:          src/include/pa_config_auto.h.in, src/include/pa_version.h,
                   1608:          src/lib/Makefile.am, src/lib/curl/Makefile.am,
                   1609:          src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
                   1610:          configure option
                   1611: 
                   1612: 2012-04-19  moko
                   1613: 
                   1614:        * src/: classes/double.C, classes/inet.C, classes/int.C,
                   1615:          classes/string.C, lib/gc/include/gc_allocator.h,
                   1616:          types/pa_vform.C: PVS-Studio detected errors fixes, unused
                   1617:          options from sql_result_string removed. (closes issue #468)
                   1618: 
                   1619:        * src/types/pa_vmemcached.C: empty string fix
                   1620: 
                   1621:        * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
                   1622:          pa_vstring.C, pa_vstring.h: serialization helpers moved to
                   1623:          pa_vmemcached.C
                   1624: 
                   1625: 2012-04-18  moko
                   1626: 
                   1627:        * src/targets/apache/mod_parser3.c: "Parser3 module requires
                   1628:          apache2-mpm-prefork" error displayed in threaded mpm.
                   1629: 
                   1630:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
                   1631:          pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
                   1632:          installed (issue #354)
                   1633: 
                   1634: 2012-04-16  moko
                   1635: 
                   1636:        * src/types/pa_vmemcached.C: call to memcached_result_create and
                   1637:          memcached_result_free removed
                   1638: 
                   1639: 2012-04-14  moko
                   1640: 
                   1641:        * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
                   1642: 
                   1643:        * src/types/pa_vmemcached.C: check_key added and used
                   1644: 
                   1645: 2012-04-13  moko
                   1646: 
                   1647:        * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
                   1648:          types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
                   1649:          Serialization_data now added and used, VString now serialized
                   1650:          with languages into memcached.
                   1651: 
                   1652: 2012-03-28  moko
                   1653: 
                   1654:        * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
                   1655:          lib/memcached/pa_memcached.h: result lengths added
                   1656: 
                   1657: 2012-03-27  moko
                   1658: 
                   1659:        * src/types/pa_vmemcached.C: strdup added
                   1660: 
                   1661: 2012-03-24  moko
                   1662: 
                   1663:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                   1664:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
                   1665:          types/pa_vmemcached.h: memcached: mget, flush, fttl added
                   1666: 
                   1667: 2012-03-20  moko
                   1668: 
                   1669:        * configure, configure.in: Makefiles.in updated for memcached
                   1670: 
                   1671:        * src/targets/cgi/Makefile.am: cleanup
                   1672: 
                   1673:        * src/: types/Makefile.am, types/pa_vmemcached.C,
                   1674:          types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
                   1675: 
                   1676:        * src/: classes/Makefile.am, classes/memcached.C,
                   1677:          lib/memcached/Makefile.am, lib/memcached/constants.h,
                   1678:          lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
                   1679:          lib/memcached/types.h, lib/Makefile.am: memcached initial
                   1680: 
                   1681: 2012-03-16  moko
                   1682: 
                   1683:        * src/main/execute.C: ident now works under Linux + ident displays
                   1684:          filenames (closes issue #818)
                   1685: 
                   1686:        * src/types/: Makefile.am, pa_vmethod_frame_global.h,
                   1687:          pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
                   1688:          pa_vmethod_frame_local.h removed
                   1689: 
                   1690:        * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
                   1691:          classes/classes.h, classes/curl.C, classes/date.C,
                   1692:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   1693:          classes/hashfile.C, classes/image.C, classes/inet.C,
                   1694:          classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
                   1695:          classes/memory.C, classes/op.C, classes/reflection.C,
                   1696:          classes/regex.C, classes/response.C, classes/string.C,
                   1697:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   1698:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   1699:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   1700:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   1701:          include/pa_dictionary.h, include/pa_dir.h,
                   1702:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   1703:          include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
                   1704:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                   1705:          include/pa_pool.h, include/pa_random.h, include/pa_request.h,
                   1706:          include/pa_request_charsets.h, include/pa_request_info.h,
                   1707:          include/pa_sapi.h, include/pa_socks.h,
                   1708:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   1709:          include/pa_stack.h, include/pa_string.h,
                   1710:          include/pa_stylesheet_connection.h,
                   1711:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   1712:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   1713:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   1714:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   1715:          lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
                   1716:          lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
                   1717:          lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
                   1718:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                   1719:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
                   1720:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   1721:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   1722:          main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
                   1723:          main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
                   1724:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   1725:          main/pa_string.C, main/pa_stylesheet_connection.C,
                   1726:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   1727:          main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
                   1728:          main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
                   1729:          targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
                   1730:          targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
                   1731:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   1732:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   1733:          types/pa_junction.h, types/pa_method.h, types/pa_property.h,
                   1734:          types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
                   1735:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   1736:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   1737:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
                   1738:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   1739:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
                   1740:          types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
                   1741:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   1742:          types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
                   1743:          types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
                   1744:          types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   1745:          types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
                   1746:          types/pa_vmethod_frame_local.h, types/pa_vobject.C,
                   1747:          types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
                   1748:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   1749:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   1750:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   1751:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   1752:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   1753:          types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
                   1754:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   1755:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
                   1756:          ident now works under Linux + ident displays filenames (closes
                   1757:          issue #818) Copyright updated
                   1758: 
                   1759: 2012-03-13  moko
                   1760: 
                   1761:        * src/main/pa_string.C: compilation fix for feature #741
                   1762: 
                   1763: 2012-03-09  misha
                   1764: 
                   1765:        * tests/193.html: - tests for ^string:base64[encoded] are updated
                   1766: 
                   1767:        * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
                   1768:          now detects invalid base64 chars in the middle of encoded stricg
                   1769:          ( new feature: #55 )
                   1770: 
                   1771:        * src/include/pa_exception.h: - new exception type for base64
                   1772:          decoding is added
                   1773: 
                   1774: 2012-03-06  misha
                   1775: 
                   1776:        * tests/274.html: - tests for ^date::today[] and
                   1777:          ^date.sql-string[datetime|date|time] are added
                   1778: 
                   1779:        * src/classes/date.C: - constructor ^date::today[] is added ( new
                   1780:          feature: #811 ) - ^date.sql-string[] now can accept one param --
                   1781:          strings "datetime", "date" or "time" - comments tidying up
                   1782: 
                   1783:        * src/types/pa_vdate.h: - get_sql_string now can print datetime,
                   1784:          date and time
                   1785: 
                   1786: 2012-03-03  misha
                   1787: 
                   1788:        * tests/193.html: - tests for
                   1789:          ^string:base64[encoded;$.strict(true)] are added
                   1790: 
                   1791:        * tests/results/auto.p: - try-catch operator is added
                   1792: 
                   1793:        * src/: classes/file.C, classes/string.C, include/pa_common.h,
                   1794:          main/pa_common.C: - $.strict(true|false) option is added to
                   1795:          base64 decode methods ( new feature: #55 )
                   1796: 
                   1797:        * src/main/pa_common.C: - base64 decode memory usage was decreased
                   1798:          ( new feature: #819 )
                   1799: 
                   1800: 2012-02-28  moko
                   1801: 
                   1802:        * src/classes/hash.C: ident test
                   1803: 
                   1804: 2012-02-27  misha
                   1805: 
                   1806:        * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
                   1807: 
                   1808: 2012-01-08  misha
                   1809: 
                   1810:        * tests/273.html: - tests for ^string.replace[from;to] are added
                   1811: 
                   1812:        * src/: classes/string.C, include/pa_dictionary.h,
                   1813:          main/pa_dictionary.C, main/pa_string.C: -
                   1814:          ^string.replace[from;to] is added ( new feature: #741 ) -
                   1815:          ^string.replace[one subst here] is slightly optimized
                   1816: 
                   1817: 2011-12-07  misha
                   1818: 
                   1819:        * src/classes/table.C: - $t[^table::create{$empty}] now creates
                   1820:          named table with one empty column ( bugfix: #63 )
                   1821: 
                   1822: 2011-11-30  misha
                   1823: 
                   1824:        * src/classes/json.C: - it's possible to set user's method for
                   1825:          parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
                   1826:          #763 )
                   1827: 
                   1828:        * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
                   1829: 
                   1830: 2011-11-23  misha
                   1831: 
                   1832:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                   1833:          classes/table.C, classes/xdoc.C, types/pa_vfile.C,
                   1834:          types/pa_vfile.h, types/pa_vform.C: - constructor
                   1835:          ^file::create[mode;filename;content[;options]] now accepts binary
                   1836:          mode and file-content - new constructor's format:
                   1837:          ^file::create[string-or-file-content[;$.name[filename]
                   1838:          $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
                   1839:          feature: #65 )
                   1840: 
                   1841:        * src/: include/pa_request.h, main/pa_request.C: - new method
                   1842:          mime_type_of(const String*) is added
                   1843: 
                   1844:        * src/include/pa_exception.h: - new exception constant
                   1845:          FILE_NAME_MUST_BE_SPECIFIED is added
                   1846: 
                   1847:        * src/classes/table.C: - bug with negative offset transformed into
                   1848:          a feature. it means pointing to a row from the end of the table (
                   1849:          new feature: #810 )
                   1850: 
                   1851: 2011-11-19  misha
                   1852: 
                   1853:        * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
                   1854:          â ìåòîäå _select ( new feature: #810 )
                   1855: 
                   1856:        * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
                   1857:          options were specified together is simplified
                   1858: 
                   1859: 2011-11-12  misha
                   1860: 
                   1861:        * src/main/pa_request.C: - forgotten fix for escaping filename in
                   1862:          HTTP content-disposition header (a part of bug #361 )
                   1863: 
                   1864:        * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
                   1865:          checks for ancestors' classes as well ( new feature: #456 )
                   1866: 
                   1867:        * src/classes/op.C: - exceptions for ^break[] and ^continue[]
                   1868:          "without cycle" now have types "parser.break" and
                   1869:          "parser.continue" instead of "parser.runtime" ( new feature: #799
                   1870:          )
                   1871: 
                   1872: 2011-11-11  misha
                   1873: 
                   1874:        * tests/results/: 099.processed, 100.processed, 205.processed,
                   1875:          237.processed: - since bug #361 was fixed the content of filename
                   1876:          in HTTP headers is quoted
                   1877: 
                   1878:        * tests/results/270.processed: - result for test 270
                   1879: 
                   1880:        * tests/: 065.html, results/065.processed: - more tests for
                   1881:          ^file:basename[] & Co were added
                   1882: 
                   1883:        * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
                   1884: 
                   1885:        * tests/270.html: - tests for ^file:find[] are added
                   1886: 
                   1887:        * src/types/pa_vxdoc.C: - now it's possible to specify encoding
                   1888:          using option $.charset. option $.engoding is still supported but
                   1889:          these options can not be specified together
                   1890: 
                   1891:        * src/classes/xdoc.C: - charset.isUTF8 is used instead of
                   1892:          comparation charset name with string "UTF-8" ( bugfix: #759 )
                   1893: 
                   1894: 2011-10-11  misha
                   1895: 
                   1896:        * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
                   1897:          option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
                   1898:          #622)
                   1899: 
                   1900: 2011-09-30  misha
                   1901: 
                   1902:        * src/types/pa_vrequest.C: - saving empty $request:post-body causes
                   1903:          exception "saving stat-ed file" ( bugfix: #395 )
                   1904: 
                   1905: 2011-05-30  misha
                   1906: 
                   1907:        * src/classes/string.C: - fixed bug which was added with
                   1908:          params.as_hash into string:sql
                   1909: 
                   1910: 2011-05-29  misha
                   1911: 
                   1912:        * src/types/pa_value.C: - filename in content-disposition header
                   1913:          must be quoted ( bugfix: #361 )
                   1914: 
                   1915: 2011-05-27  misha
                   1916: 
                   1917:        * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
                   1918:          created file
                   1919: 
                   1920:        * src/classes/: hash.C, mail.C: - little tunning with get_hash
                   1921:          usage
                   1922: 
                   1923:        * src/include/pa_exception.h: - one more string for exception was
                   1924:          added
                   1925: 
                   1926: 2011-05-25  misha
                   1927: 
                   1928:        * tests/269.html: - tests for checking input params in some dom
                   1929:          methods
                   1930: 
                   1931:        * src/classes/: xdoc.C, xnode.C: - validation of some input params
                   1932:          was added. it isn't possible not wo create xdoc with invalid
                   1933:          tagName. ( bugfix: #160 )
                   1934: 
                   1935:        * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
                   1936:          string "data must be string" was mover from pa_exception.h to
                   1937:          pa_xml_exception.h
                   1938: 
                   1939:        * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
                   1940:          as_xmlncname, as_xmlname and as_xmlnsuri were added
                   1941: 
                   1942:        * src/main/pa_xml_exception.C: - XmlException accepts more options
                   1943: 
                   1944:        * src/include/pa_xml_exception.h: - XmlException accepts more
                   1945:          options - XML-related exception's strings were added
                   1946: 
                   1947:        * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
                   1948:          output_options were removed)
                   1949: 
                   1950: 2011-05-19  misha
                   1951: 
                   1952:        * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
                   1953:          params.as_hash is used more while parsing methods hash-options
                   1954: 
                   1955: 2011-05-18  misha
                   1956: 
                   1957:        * operators.txt: - info about json-serialization of xdoc was added
                   1958: 
                   1959:        * tests/256.html: - tests for json-serialization xdoc were added
                   1960: 
                   1961:        * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
                   1962: 
                   1963:        * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   1964:          classes/json.C, classes/xdoc.C: - now json:string can serialize
                   1965:          xdoc-objects. options (the same as ^xdoc.string[]) could be
                   1966:          specified in $.xdoc[] ( new feature: #265 )
                   1967: 
                   1968: 2011-05-15  misha
                   1969: 
                   1970:        * tests/268.html: - tests for ^table.count[with options] were added
                   1971: 
                   1972:        * src/classes/table.C: - method ^table.count[] now can accept
                   1973:          options ( new feature: #93 ): ^table.count[column] returns number
                   1974:          of columns for named table; ^table.count[cells] returns number of
                   1975:          cells in the current row; ^table.count[] & ^table.count[rows]
                   1976:          return number of rows in a table.
                   1977: 
                   1978:        * tests/267.html: - test for checking switch/case in boolean mode
                   1979:          was added
                   1980: 
                   1981:        * src/classes/op.C: - if switch's or case's value is bool, they are
                   1982:          compared as bool values, not as double values: new feature: #351
                   1983: 
                   1984: 2011-05-06  misha
                   1985: 
                   1986:        * tests/242.html: - EOL before EOF was added
                   1987: 
                   1988:        * tests/169.html: - tests for splitting empty string and void were
                   1989:          added
                   1990: 
                   1991:        * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
                   1992:          returned table with one empty cell)
                   1993: 
                   1994: 2011-04-03  misha
                   1995: 
                   1996:        * src/include/pa_version.h, configure.in: - version in head was
                   1997:          changed to 3.4.2b
                   1998: 
                   1999: 2011-03-30  misha
                   2000: 
                   2001:        * src/types/pa_vregex.C: - \w & Co now contain unicode properties
                   2002:          as well ( new feature #294 )
                   2003: 
                   2004: 2011-03-29  misha
                   2005: 
                   2006:        * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
                   2007:          limited to approx. 6 MB. previous limits were too big for real
                   2008:          life. bugfix: #216
                   2009: 
                   2010: 2011-03-04  moko
                   2011: 
                   2012:        * etc/parser3.charsets/cp866.cfg: Conforms to
                   2013:          http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
                   2014: 
                   2015:        * etc/parser3.charsets/cp866.cfg: cp866 initial version from
                   2016:          vlalek@
                   2017: 
                   2018: 2011-02-22  misha
                   2019: 
                   2020:        * src/include/pa_charset.h, operators.txt: - some methods mustn't
                   2021:          be under #ifdef XML or parser can't be compiled without xml
                   2022:          support
                   2023: 
                   2024: 2011-02-21  misha
                   2025: 
                   2026:        * src/targets/apache/: Makefile.am: - mention
                   2027:          ApacheModuleParser3.vcproj was removed
                   2028: 
                   2029:        * src/types/pa_vjunction.C: - EOL before EOF was added (warning
                   2030:          removed)
                   2031: 
                   2032: 2011-02-20  misha
                   2033: 
                   2034:        * tests/: 266.html, 266.p: - tests for checking $.inherited and
                   2035:          $.overridden in ^reflection:method_info[...] were added
                   2036: 
                   2037:        * src/classes/reflection.C: - beautifying result of
                   2038:          ^reflection:method_info[] ($.overridden/inherited)
                   2039: 
                   2040: 2011-02-18  misha
                   2041: 
                   2042:        * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
                   2043:          and pa_isalnum instead of isalpha and isalnum - bug with
                   2044:          redundand quoting lowercased latin chars while building email
                   2045:          body was fixed
                   2046: 
                   2047:        * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
                   2048:          added (they check for latin chars only)
                   2049: 
                   2050: 2011-02-16  misha
                   2051: 
                   2052:        * src/main/pa_charset.C: - bugfix: in some cases the calculating
                   2053:          string size for transcoding gave too small value (should ever
                   2054:          look for availability char in dest charset inspite of the char
                   2055:          size)
                   2056: 
                   2057: 2011-02-04  moko
                   2058: 
                   2059:        * tests/223.html: header values now not url-encoded (issue #195)
                   2060: 
                   2061: 2011-02-01  misha
                   2062: 
                   2063:        * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
                   2064: 
                   2065: 2011-01-31  misha
                   2066: 
                   2067:        * src/main/pa_request.C: - throw exception if param file_name in
                   2068:          use_file is empty
                   2069: 
                   2070: 2011-01-08  moko
                   2071: 
                   2072:        * src/classes/curl.C: compilations errors fixed
                   2073: 
                   2074: 2010-12-29  moko
                   2075: 
                   2076:        * tests/: 265.html, results/265.processed: test for issue #200
                   2077:          added
                   2078: 
                   2079:        * src/main/pa_string.C: empty regex result check added (fixes issue
                   2080:          #200)
                   2081: 
                   2082:        * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
                   2083: 
                   2084:        * tests/results/223.processed: header values now not url-encoded
                   2085:          (issue #195)
                   2086: 
                   2087:        * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
                   2088:          main/untaint.C: L_HTTP_HEADER now used in http headers values,
                   2089:          pa_http_safe_header_name added for headers names (fixes bug #195)
                   2090: 
                   2091: 2010-12-18  misha
                   2092: 
                   2093:        * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
                   2094:          => pa-include
                   2095: 
                   2096: 2010-11-28  moko
                   2097: 
                   2098:        * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
                   2099: 
                   2100:        * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
                   2101:          -> pa
                   2102: 
                   2103:        * configure.in: apr -> pa
                   2104: 
                   2105:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
                   2106: 
                   2107:        * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
                   2108:          classes/Makefile.am, types/Makefile.am: apr -> pa
                   2109: 
                   2110:        * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
                   2111:          pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
                   2112:          sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
                   2113:          pa-include/pa_apr.h, pa-include/pa_errno.h,
                   2114:          pa-include/pa_file_info.h, pa-include/pa_file_io.h,
                   2115:          pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
                   2116:          module apr name conflict resolved)
                   2117: 
                   2118: 2010-11-27  misha
                   2119: 
                   2120:        * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
                   2121:          libbz2
                   2122: 
                   2123: 2010-11-26  misha
                   2124: 
                   2125:        * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
                   2126:          warnings removed
                   2127: 
                   2128: 2010-11-25  moko
                   2129: 
                   2130:        * operators.txt: $.indent(true)
                   2131: 
                   2132:        * operators.txt: another bugfix. :)
                   2133: 
                   2134:        * operators.txt: bugfix. :)
                   2135: 
                   2136:        * buildall-with-xml: libxml2-2.7.8 + with-apache
                   2137: 
                   2138: 2010-11-24  moko
                   2139: 
                   2140:        * configure: apxs support
                   2141: 
                   2142:        * configure.in: apxs support -Bstatic gc removed for OS X
                   2143: 
                   2144:        * src/targets/: Makefile.am, apache/Makefile.am: apxs support
                   2145: 
                   2146:        * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
                   2147:          THREAD_LOCAL usage
                   2148: 
                   2149:        * src/: classes/curl.C, include/pa_config_includes.h,
                   2150:          main/pa_globals.C: THREAD_LOCAL defined and used
                   2151: 
                   2152: 2010-11-23  moko
                   2153: 
                   2154:        * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
                   2155:          should be passed to pa_sleep, and only fractional part (bugfix:
                   2156:          #188)
                   2157: 
                   2158:        * src/targets/apache/mod_parser3.c: 1.3 compatibility
                   2159: 
                   2160:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
                   2161:          GC_dont_gc=1, as in cgi version
                   2162: 
                   2163:        * src/targets/apache/mod_parser3.c: warning war
                   2164: 
                   2165:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
                   2166:          pa_httpd.h: version removed, some trash removed
                   2167: 
                   2168:        * src/targets/apache/mod_parser3.c: version removed (we don't want
                   2169:          to show it), warning war
                   2170: 
                   2171:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
                   2172:          pa_httpd.h: parser_status_allowed removed + merge config
                   2173:          functions removed (override is the default) + beauty
                   2174: 
                   2175:        * src/: include/pa_request.h, main/pa_request.C,
                   2176:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
                   2177:          hide $status used in apache module removed
                   2178: 
                   2179: 2010-11-18  moko
                   2180: 
                   2181:        * operators.txt: $.table[compact] added for ^json:string[]
                   2182: 
                   2183: 2010-11-16  moko
                   2184: 
                   2185:        * src/targets/apache/mod_parser3.c: some cleanup done
                   2186: 
                   2187:        * src/main/untaint.C: bugfix: first, second String::Body argument
                   2188:          is hashcode; second, info.fragment_begin is original, not
                   2189:          resulting length
                   2190: 
                   2191:        * src/classes/file.C: new feature: $.stdin now untainted
                   2192: 
                   2193:        * tests/results/264.processed: new feature: $.stdin[] now untainted
                   2194: 
                   2195:        * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
                   2196: 
                   2197:        * src/classes/op.C: ^apply-taint[] method added
                   2198: 
                   2199:        * tests/: 264.html, results/264.processed: ^apply-taint[] test
                   2200:          added; $.stdin untaint test added
                   2201: 
                   2202: 2010-11-15  moko
                   2203: 
                   2204:        * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
                   2205:          removed
                   2206: 
                   2207:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
                   2208:          pa_httpd.h: 2x2 calculated under apache2. :)
                   2209: 
                   2210: 2010-11-13  moko
                   2211: 
                   2212:        * src/targets/apache/mod_parser3.c: initial changes to build module
                   2213:          with apache 2.x includes
                   2214: 
                   2215:        * src/targets/apache/: Makefile.am, mod_parser3.c,
                   2216:          mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
                   2217:          united apache 1.3 / apache 2.x DSO module
                   2218: 
                   2219: 2010-11-09  moko
                   2220: 
                   2221:        * src/types/pa_method.h: check added to dissallow @method[name;*]
                   2222:          syntax
                   2223: 
                   2224:        * tests/: 263.html, results/263.processed: test from method[*args]
                   2225:          added
                   2226: 
                   2227:        * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
                   2228:          number of params can now be passed to a method declared with *arg
                   2229: 
                   2230: 2010-11-06  moko
                   2231: 
                   2232:        * src/classes/table.C: formating fixed. :)
                   2233: 
                   2234:        * src/classes/table.C: closes #4: ^table.select now supports
                   2235:          $.limit(), $.offset, $.reverse() options
                   2236: 
                   2237:        * tests/: 262.html, results/262.processed: test for ^table:select
                   2238:          with options added (feature #4)
                   2239: 
                   2240:        * src/include/pa_array.h: remove function added
                   2241: 
                   2242:        * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
                   2243:          object in get_element/put_element, using static one.
                   2244: 
                   2245: 2010-11-04  moko
                   2246: 
                   2247:        * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
                   2248:          options is passed
                   2249: 
                   2250:        * tests/: 256.html, results/256.processed: $.table[compact] feature
                   2251:          now tested; k and p in handler now tested.
                   2252: 
                   2253:        * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
                   2254:          $.table[compact] feature added
                   2255: 
                   2256:        * src/classes/json.C: key is now passed to handler in
                   2257:          value_json_string; ^json:string result now process tainting
                   2258:          inside and returns clean string, related to issue #153
                   2259: 
                   2260:        * src/main/untaint.C: bugfix: charset can be null (in
                   2261:          ^string:save[] as example), thus check is added
                   2262: 
                   2263: 2010-10-31  moko
                   2264: 
                   2265:        * src/classes/string.C: error message changed (fixes issue #149)
                   2266: 
                   2267: 2010-10-29  moko
                   2268: 
                   2269:        * src/main/pa_http.C: ":port" is now added to "Host:" header if
                   2270:          port is not default (fixes issue #155); exception on invalid port
                   2271:          added.
                   2272: 
                   2273:        * src/main/untaint.C: '*' is now not urlencoded to allow header
                   2274:          "Accept: */*" to be passed
                   2275: 
                   2276: 2010-10-28  moko
                   2277: 
                   2278:        * src/classes/curl.C: bugfix: detect_charset() was throwing
                   2279:          exception on unknown charset even if response_charset was
                   2280:          specified
                   2281: 
                   2282: 2010-10-27  moko
                   2283: 
                   2284:        * src/classes/string.C: ^string.append removed for void
                   2285:          compatibility
                   2286: 
                   2287: 2010-10-26  moko
                   2288: 
                   2289:        * src/classes/json.C: libjson supports array at top level, we too
                   2290:          (GPF fixed)
                   2291: 
                   2292: 2010-10-25  moko
                   2293: 
                   2294:        * tests/: 253.html, results/253.processed: libjson supports array
                   2295:          at top level, parser now supports it as well.
                   2296: 
                   2297:        * tests/261.html, tests/results/261.processed,
                   2298:          src/types/pa_vstring.h: empty string is now void compatible
                   2299:          (allows $empty.key)
                   2300: 
                   2301: 2010-10-22  misha
                   2302: 
                   2303:        * src/types/pa_vcookie.C: - fix for session cookie (was introduced
                   2304:          while adding additional expires checkout)
                   2305: 
                   2306:        * tests/030.html: - test for session cookie was added
                   2307: 
                   2308: 2010-10-21  moko
                   2309: 
                   2310:        * src/: classes/string.C, classes/void.C, main/execute.C,
                   2311:          types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
                   2312:          string (feature #111)
                   2313: 
                   2314:        * tests/: 261.html, results/261.processed: checks void from string
                   2315:          inheritance (feature #111)
                   2316: 
                   2317:        * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
                   2318:          file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
                   2319:          reflection.C, regex.C, string.C, table.C, void.C: used_directly()
                   2320:          now true by default
                   2321: 
                   2322: 2010-10-17  moko
                   2323: 
                   2324:        * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
                   2325:          upload now uses binary blocks instead of L_FILE_POST tainting.
                   2326:          (bugfix: #128)
                   2327: 
                   2328:        * tests/: 223.html, results/223.processed: binary file upload test
                   2329:          added, GPF (issue #128) also checked in this test
                   2330: 
                   2331: 2010-10-13  misha
                   2332: 
                   2333:        * tests/260.html: - test for math:convert
                   2334: 
                   2335:        * src/classes/math.C: - error in math:convert was fixed
                   2336: 
                   2337:        * operators.txt: - info about
                   2338:          ^math:convert[number](from-base;to-base) was added
                   2339: 
                   2340:        * src/classes/math.C: - method
                   2341:          ^math:convert[number](from-base;to-base) for converting number
                   2342:          represention from one base to another was added ( new feature:
                   2343:          #23 )
                   2344: 
                   2345: 2010-10-13  moko
                   2346: 
                   2347:        * src/main/compile.tab.C: [] now is empty string, not void
                   2348: 
                   2349:        * src/main/compile.y: [] now is empty string, not void
                   2350: 
                   2351:        * src/types/pa_vvoid.h: void now passed as parameter
                   2352: 
                   2353:        * tests/: 259.html, results/259.processed: to test difference
                   2354:          between void and empty string (see ticket #111)
                   2355: 
                   2356:        * tests/results/152.processed: $sEmpty[] is now empty string, not
                   2357:          void
                   2358: 
                   2359:        * tests/256.html: $s[$void] is no longer empty string
                   2360: 
                   2361:        * tests/254.html: empty string is no longer void
                   2362: 
                   2363: 2010-10-12  misha
                   2364: 
                   2365:        * src/types/pa_vcookie.C: - check if $.expires value can be
                   2366:          converted to date during cookies set up ( bugfix: #104 )
                   2367: 
                   2368:        * tests/041.html: - more tests for ^table.locate were added
                   2369: 
                   2370:        * src/classes/table.C: - ^table.locate[field;value;options] didn't
                   2371:          work ( bugfix: #129 ) - exception comment for incorrect options
                   2372:          ^table.locate[field;value;options] was fixed
                   2373: 
                   2374: 2010-10-10  moko
                   2375: 
                   2376:        * src/: classes/reflection.C, main/execute.C: constructor returning
                   2377:          another object feature returned
                   2378: 
                   2379:        * tests/results/258.processed: test result updated as constructor
                   2380:          returning another object feature returned
                   2381: 
                   2382:        * tests/: 258.html, results/258.processed: test for constructor
                   2383:          returning another object
                   2384: 
                   2385: 2010-10-08  misha
                   2386: 
                   2387:        * tests/257.html: - whitespaces after @METACOMMANDS and their
                   2388:          options shouldn't cause exceptions any longer
                   2389: 
                   2390: 2010-10-06  moko
                   2391: 
                   2392:        * src/classes/: hash.C, table.C: length from sql server is now
                   2393:          ignored, as sql string can contain 0x00 inside (bugfix: #119)
                   2394: 
                   2395: 2010-10-02  misha
                   2396: 
                   2397:        * operators.txt: - the X mark was removed from ^cache[file]. it is
                   2398:          usable to delete cache file.
                   2399: 
                   2400: 2010-10-02  moko
                   2401: 
                   2402:        * tests/: 253.html, results/253.processed: hook_key added for key
                   2403:          checking
                   2404: 
                   2405:        * src/classes/json.C: null key bug fixed
                   2406: 
                   2407: 2010-09-29  misha
                   2408: 
                   2409:        * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
                   2410: 
                   2411: 2010-09-25  moko
                   2412: 
                   2413:        * src/classes/json.C: small fixed
                   2414: 
                   2415:        * tests/results/: 253.processed, 255.processed: just updated
                   2416: 
                   2417:        * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
                   2418:          results/255.processed: charset transcode test added for
                   2419:          json:parse
                   2420: 
                   2421: 2010-09-24  moko
                   2422: 
                   2423:        * src/types/pa_value.h: warning war :)
                   2424: 
                   2425:        * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
                   2426:          types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
                   2427:          ^json:string
                   2428: 
                   2429: 2010-09-22  moko
                   2430: 
                   2431:        * src/main/pa_charset.C: parser charset tables declare only
                   2432:          white-space before 0x20, thus adding the missing chars
                   2433: 
                   2434:        * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
                   2435:          to http://unicode.org/Public/MAPPINGS/VENDORS/
                   2436: 
                   2437: 2010-09-21  misha
                   2438: 
                   2439:        * src/main/compile.y: - some semicolons were added (VS2010 don't
                   2440:          want to compile grammar if they are absent)
                   2441: 
                   2442:        * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
                   2443: 
                   2444:        * src/classes/classes.vcproj: - pathes to ls and gawk are changed
                   2445: 
                   2446:        * src/main/main.vcproj: - path to bison is changed
                   2447: 
                   2448: 2010-09-21  moko
                   2449: 
                   2450:        * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
                   2451:          windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
                   2452:          to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
                   2453: 
                   2454: 2010-09-20  misha
                   2455: 
                   2456:        * src/types/pa_vtable.C: - add EOLs while json-serializing table
                   2457: 
                   2458:        * src/classes/json.C: - add EOL while json-serializing hash
                   2459: 
                   2460:        * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
                   2461:          compilers don't like 'ES'.
                   2462: 
                   2463: 2010-09-17  misha
                   2464: 
                   2465:        * operators.txt: - info about json class was added
                   2466: 
                   2467:        * src/classes/json.C: - ^json:string[object]
                   2468: 
                   2469:        * src/: include/pa_request.h, main/pa_request.C: - stuff for
                   2470:          preventing infinite recursion while executing json:string was
                   2471:          added
                   2472: 
                   2473:        * src/include/pa_string.h: - method append_quoted was added
                   2474: 
                   2475:        * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
                   2476:          pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
                   2477:          pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
                   2478:          was added to Value & Co
                   2479: 
                   2480:        * src/classes/date.C: - methods get_gmt_string and get_sql_string
                   2481:          were used
                   2482: 
                   2483:        * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
                   2484:          were added
                   2485: 
                   2486: 2010-09-10  moko
                   2487: 
                   2488:        * src/targets/cgi/parser3.C: vsnprintf now not called twice in
                   2489:          die_or_abort (backport from 3.4.1)
                   2490: 
                   2491:        * src/targets/cgi/parser3.C: vsnprintf now not called twice in
                   2492:          die_or_abort (bugfix: #106)
                   2493: 
                   2494: 2010-09-09  moko
                   2495: 
                   2496:        * src/classes/json.C: warning war. :)
                   2497: 
                   2498: 2010-09-08  misha
                   2499: 
                   2500:        * src/lib/json/Makefile.am: - additional include directories were
                   2501:          added (for pa_memory.h and gc.h)
                   2502: 
                   2503:        * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
                   2504:          compile as C++ instead default - additional include directory was
                   2505:          added (for gc.h)
                   2506: 
                   2507:        * src/types/pa_vform.C: - little code reformating
                   2508: 
                   2509:        * src/classes/file.C: - $.content-type option now can be specified
                   2510:          in ^file::create ( new feature: #102 )
                   2511: 
                   2512: 2010-09-08  moko
                   2513: 
                   2514:        * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
                   2515:          pa_malloc/pa_free
                   2516: 
                   2517: 2010-09-07  moko
                   2518: 
                   2519:        * tests/results/254.processed: VStateless_class:put_element
                   2520:          exception was fixed
                   2521: 
                   2522:        * src/types/: pa_value.h, pa_vstateless_class.h: now
                   2523:          VStateless_class:put_element barks self.type, not this.type
                   2524:          (bugfix: #105)
                   2525: 
                   2526: 2010-09-06  moko
                   2527: 
                   2528:        * src/classes/reflection.C: bugfix: new String() is required for
                   2529:          exception handling
                   2530: 
                   2531:        * tests/: 254.html, results/254.processed: test modified
                   2532: 
                   2533: 2010-09-05  moko
                   2534: 
                   2535:        * tests/: 254.html, results/254.processed: ^reflection:copy test
                   2536:          added
                   2537: 
                   2538:        * src/: classes/reflection.C, include/pa_request.h:
                   2539:          ^reflection:copy implemented (new feature: #100)
                   2540: 
                   2541: 2010-09-03  moko
                   2542: 
                   2543:        * src/lib/json/JSON_parser.C: c++ compatiblity
                   2544: 
                   2545:        * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
                   2546:          option testing added
                   2547: 
                   2548: 2010-09-02  moko
                   2549: 
                   2550:        * src/classes/json.C: $.distinct[first|last|all] added
                   2551: 
                   2552: 2010-09-01  moko
                   2553: 
                   2554:        * tests/results/253.processed: json test result
                   2555: 
                   2556:        * tests/: 253.html, 253_json.txt: json test added
                   2557: 
                   2558:        * src/classes/json.C: json.C update to actual version + hash key
                   2559:          creation bugfix
                   2560: 
                   2561: 2010-08-31  misha
                   2562: 
                   2563:        * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
                   2564:          src/lib/json/Makefile.am, src/lib/json/json.vcproj,
                   2565:          src/lib/Makefile.am, src/classes/Makefile.am,
                   2566:          src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
                   2567:          json library was added
                   2568: 
                   2569: 2010-08-30  moko
                   2570: 
                   2571:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   2572:          types/pa_vobject.C: cosmetic optimization in
                   2573:          request:execute_method usage
                   2574: 
                   2575:        * src/: include/pa_charset.h, main/pa_charset.C: small
                   2576:          optimization, just to decrease number of lines. :)
                   2577: 
                   2578: 2010-08-27  misha
                   2579: 
                   2580:        * src/classes/op.C: - taint[json] was added
                   2581: 
                   2582:        * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
                   2583:          were added
                   2584: 
                   2585:        * src/main/pa_exec.C: - warning fix was rolled back.
                   2586: 
                   2587:        * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
                   2588:          include/pa_string.h: - taint[json] was added - escaping was
                   2589:          slightly modified
                   2590: 
                   2591: 2010-08-25  misha
                   2592: 
                   2593:        * src/classes/file.C: - typo in file:sql exception was fixed
                   2594: 
                   2595:        * src/main/pa_exec.C: - warning about declared and not used
                   2596:          variable forced_allow was removed
                   2597: 
                   2598: 2010-08-14  misha
                   2599: 
                   2600:        * src/classes/hash.C: - two warnings about signed/unsigned mismatch
                   2601:          were removed
                   2602: 
                   2603: 2010-08-11  moko
                   2604: 
                   2605:        * tests/: 249.html, results/249.processed: default setter and
                   2606:          anti-recursive default getter test added
                   2607: 
                   2608:        * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
                   2609:          types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
                   2610:          types/pa_vobject.h, types/pa_vstateless_class.C,
                   2611:          types/pa_vstateless_class.h: default setter support +
                   2612:          anti-recursive default getter support ( new feature: #13 )
                   2613: 
                   2614:        * src/include/pa_hash.h: optimization: threshold member removed
                   2615:          from hash, reducing sizeof(hash)
                   2616: 
                   2617: 2010-08-10  misha
                   2618: 
                   2619:        * tests/196.html: - junction-method was added to the test
                   2620: 
                   2621:        * tests/248.html: - ups. typo :)
                   2622: 
                   2623:        * tests/248.html: - test for checking .match with 4 params
                   2624: 
                   2625:        * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
                   2626:          247_windows1251.txt: - test for "transcode file from utf-8 to
                   2627:          $request:charset during loading if the BOM code is detected"
                   2628: 
                   2629:        * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
                   2630:          $request:charset during loading if the BOM code is detected ( new
                   2631:          feature: #98 )
                   2632: 
                   2633: 2010-08-05  misha
                   2634: 
                   2635:        * src/classes/image.C: - ^image.replace now can accept only 2
                   2636:          params. in this case the whole image is affected ( new feature:
                   2637:          #95 )
                   2638: 
                   2639: 2010-08-04  misha
                   2640: 
                   2641:        * tests/246.html: - test tor ^hash._at[] was added
                   2642: 
                   2643:        * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
                   2644:          #53 )
                   2645: 
                   2646:        * src/include/pa_hash.h: - methods for accessing the first and the
                   2647:          last values of ordered hash were added (first_value and
                   2648:          last_value)
                   2649: 
                   2650:        * src/classes/file.C: - now ^file::base64 accepts up to 4 params
                   2651:          (similar to others file's methods):
                   2652:          ^file::base64[mode;user-file-name;encoded;options] ( new feature:
                   2653:          #68 )
                   2654: 
                   2655:        * src/types/pa_vmethod_frame.h: - helper method as_hash was added
                   2656: 
                   2657: 2010-08-01  moko
                   2658: 
                   2659:        * src/classes/op.C: to correctly process $result[] in code, called
                   2660:          from ^process
                   2661: 
                   2662:        * tests/245.html: $result in ^process[] test added
                   2663: 
                   2664:        * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
                   2665:          main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
                   2666:          types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
                   2667:          VMethodFrame(junction, caller) replaced with VMethodFrame(method,
                   2668:          caller, self) op_call(VMethodFrame &frame, bool constructing)
                   2669:          removed, construct(class,method) added
                   2670: 
                   2671:        * tests/results/: 192.processed, 244.processed: request::construct
                   2672:          added
                   2673: 
                   2674:        * tests/: 244.html, 245.html, results/244.processed,
                   2675:          results/245.processed: object creation exceptions and ^process
                   2676:          tests added
                   2677: 
                   2678: 2010-07-28  misha
                   2679: 
                   2680:        * tests/make_tests.cmd: - win32 EOLs
                   2681: 
                   2682:        * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
                   2683:          tests on Win32 were added (The system timezone should be GMT+3)
                   2684: 
                   2685: 2010-07-26  misha
                   2686: 
                   2687:        * tests/: 212.html, results/212.processed: - sizes were removed
                   2688:          mecause they could be different on different OSs
                   2689: 
                   2690:        * tests/065.html: - make it "win32 friendly"
                   2691: 
                   2692: 2010-07-25  misha
                   2693: 
                   2694:        * src/main/compile.y: - all EOLs between methods are removed during
                   2695:          compilation ( new feature: #47 )
                   2696: 
                   2697:        * tests/results/149.processed: - prepare tests to trim trailing
                   2698:          methods' EOLs
                   2699: 
                   2700:        * tests/149.html: - prepare tests to trim trailing methods' EOLs
                   2701: 
                   2702:        * tests/: results/006.processed, results/014.processed, 006.html,
                   2703:          014.html, 022.html: - prepare tests to trim trailing methods'
                   2704:          EOLs
                   2705: 
                   2706:        * tests/: 059.html, 071.html, 149.html, results/059.processed,
                   2707:          results/071.processed, results/022.processed: - prepare tests to
                   2708:          trim trailing methods' EOLs
                   2709: 
                   2710:        * tests/: results/073.processed, results/109.processed,
                   2711:          results/142.processed, results/144.processed,
                   2712:          results/149.processed, 073.html, 096.html, 109.html, 142.html,
                   2713:          144.html: - prepare tests to trim trailing methods' EOLs
                   2714: 
                   2715:        * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
                   2716:          149.html, 152.html, results/096.processed, results/107.processed,
                   2717:          results/109.processed, results/142.processed,
                   2718:          results/144.processed: - prepare tests to trim trailing methods'
                   2719:          EOLs
                   2720: 
                   2721: 2010-07-24  moko
                   2722: 
                   2723:        * tests/results/: 156.processed, 224.processed: fix for #54 changed
                   2724:          the hash order in this test
                   2725: 
                   2726:        * tests/014.html: to check hash order, hash no is longer sorted
                   2727:          before print
                   2728: 
                   2729:        * src/include/pa_hash.h: hash copy constructor now keeps order
                   2730:          (bugfix: #54)
                   2731: 
                   2732: 2010-07-23  moko
                   2733: 
                   2734:        * tests/results/224.processed: @auto[] is no longer inherited
                   2735: 
                   2736:        * src/types/pa_vstateless_class.C, tests/227.html,
                   2737:          tests/results/227.processed: @auto[] is no longer inherited
                   2738:          (bugfix: #57)
                   2739: 
                   2740: 2010-07-22  misha
                   2741: 
                   2742:        * src/classes/table.C: - don't skip comment lines during
                   2743:          table::load if encloser or separator is set as '#' ( new feature:
                   2744:          #30 )
                   2745: 
                   2746:        * src/targets/cgi/parser3.C: - don't run as cgi if
                   2747:          env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
                   2748:          #12 )
                   2749: 
                   2750:        * src/classes/file.C: - set PARSER_VARSION env before external
                   2751:          script executing
                   2752: 
                   2753: 2010-07-13  misha
                   2754: 
                   2755:        * tests/058.html: - test for suppressing @border was added - test
                   2756:          for user attribute was added
                   2757: 
                   2758:        * tests/results/186.processed: unescaping from \uXXXX
                   2759: 
                   2760:        * tests/186.html: unescaping from \uXXXX
                   2761: 
                   2762:        * tests/: 239.html, results/239.processed: method call type
                   2763: 
                   2764:        * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
                   2765:          $junction_method.CLASS_NAME (+CLASS)
                   2766: 
                   2767: 2010-07-07  misha
                   2768: 
                   2769:        * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
                   2770:          *nix
                   2771: 
                   2772: 2010-07-05  misha
                   2773: 
                   2774:        * src/: classes/curl.C, classes/file.C, classes/hash.C,
                   2775:          classes/image.C, classes/op.C, classes/string.C, classes/table.C,
                   2776:          classes/void.C, main/pa_common.C, main/pa_http.C: - exception
                   2777:          comment strings "options must be hash", "options must be hash,
                   2778:          not code" and "called with invalid option" were replaced by
                   2779:          constatns - exception comment string "invalid option passed" was
                   2780:          replaced by "called with invalid option" (now in different
                   2781:          methods are the same exception comment string)
                   2782: 
                   2783:        * src/include/pa_exception.h: - more exception strings were defined
                   2784: 
                   2785:        * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   2786:          types/pa_vstateless_class.h: - now we can define possible
                   2787:          method's call type ( new feature: #5 )   1.
                   2788:          @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
                   2789:          methods   2. @static:method[params] (only static keyword could be
                   2790:          used here) -- for specified methods
                   2791: 
                   2792:        * src/main/pa_common.C: - junction points should not be deleted on
                   2793:          win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
                   2794:          cleanup
                   2795: 
                   2796: 2010-07-03  misha
                   2797: 
                   2798:        * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
                   2799:          results/158.processed, results/160.processed,
                   2800:          results/161.processed, results/162.processed,
                   2801:          results/163.processed: - prepare tests to trim trailing methods'
                   2802:          EOLs
                   2803: 
                   2804:        * tests/results/169.processed: - prepare tests to trim trailing
                   2805:          methods' EOLs
                   2806: 
                   2807:        * tests/results/: 168.processed, 169.processed: - prepare tests to
                   2808:          trim trailing methods' EOLs
                   2809: 
                   2810:        * tests/: results/170.processed, results/167.processed,
                   2811:          results/168.processed, results/169.processed, 167.html, 168.html,
                   2812:          169.html: - prepare tests to trim trailing methods' EOLs
                   2813: 
                   2814:        * tests/: results/170.processed, results/171.processed,
                   2815:          results/172.processed, results/173.processed,
                   2816:          results/174.processed, results/175.processed, 170.html, 171.html,
                   2817:          172.html, 173.html, 174.html, 175.html: - prepare tests to trim
                   2818:          trailing methods' EOLs
                   2819: 
                   2820:        * tests/: results/176.processed, results/180.processed,
                   2821:          results/184.processed, results/185.processed,
                   2822:          results/191.processed, results/192.processed,
                   2823:          results/196.processed, results/197.processed,
                   2824:          results/198.processed, 176.html, 180.html, 184.html, 185.html,
                   2825:          191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
                   2826:          to trim trailing methods' EOLs
                   2827: 
                   2828:        * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
                   2829:          results/199.processed, results/208.processed,
                   2830:          results/209.processed, results/213.processed,
                   2831:          results/214.processed: - prepare tests to trim trailing methods'
                   2832:          EOLs
                   2833: 
                   2834: 2010-06-29  misha
                   2835: 
                   2836:        * tests/: 220.html, 218.html, results/218.processed,
                   2837:          results/215.processed, results/217.processed, 215.html, 217.html:
                   2838:          - prepare tests to trim trailing methods' EOLs
                   2839: 
                   2840:        * tests/: results/224.processed, 224.html, 223.html,
                   2841:          results/223.processed, results/220.processed: - prepare tests to
                   2842:          trim trailing methods' EOLs
                   2843: 
                   2844:        * tests/results/: 226.processed, 230.processed: - prepare tests to
                   2845:          trim trailing methods' EOLs
                   2846: 
                   2847:        * tests/: 229.html, results/229.processed: - prepare tests to trim
                   2848:          trailing methods' EOLs
                   2849: 
                   2850:        * tests/: 232.html, 235.html, results/232.processed,
                   2851:          results/235.processed, 226.html, 227.html, 228.html, 230.html,
                   2852:          results/226.processed, results/227.processed,
                   2853:          results/228.processed, results/230.processed: - prepare tests to
                   2854:          trim trailing methods' EOLs
                   2855: 
                   2856: 2010-06-16  moko
                   2857: 
                   2858:        * tests/: 229.html, results/229.processed:  elseif now supported in
                   2859:          ^if
                   2860: 
                   2861:        * src/classes/op.C: new feature: #56 elseif now supported in ^if
                   2862: 
                   2863: 2010-06-03  misha
                   2864: 
                   2865:        * src/main/pa_common.C: - bugfix #74 -- memmove should be used
                   2866:          instead of memcopy for overlaped regions
                   2867: 
                   2868: 2010-05-25  misha
                   2869: 
                   2870:        * src/main/pa_common.C: - wanring about unused vars was removed
                   2871: 
                   2872:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
                   2873:          get_method_filename was moved to execute.C
                   2874: 
                   2875: 2010-05-23  misha
                   2876: 
                   2877:        * src/main/pa_request.C: - more accurate detection of method's file
                   2878: 
                   2879: 2010-05-22  misha
                   2880: 
                   2881:        * src/classes/reflection.C: - bugfix: core during detection of
                   2882:          .file if filespec isn't detected successfully
                   2883: 
                   2884: 2010-05-20  misha
                   2885: 
                   2886:        * src/main/pa_request.C: - fix in get_method_filename
                   2887: 
                   2888:        * src/include/pa_request.h: - new feature: #24 -- searching
                   2889:          included file in @USE/^use is changed. if its filespec doesn't
                   2890:          start from '/' it will be searched in caller file directory
                   2891: 
                   2892:        * src/classes/reflection.C: - ^reflection:method_info returns file
                   2893:          where the method is defined
                   2894: 
                   2895:        * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
                   2896:          classes/op.C: - new feature: #24 -- searching included file in
                   2897:          @USE/^use is changed. if its filespec doesn't start from '/' it
                   2898:          will be searched in caller file directory
                   2899: 
                   2900:        * src/: classes/file.C, include/pa_common.h: - method lastposafter
                   2901:          is moved to pa_common.h
                   2902: 
                   2903: 2010-05-18  misha
                   2904: 
                   2905:        * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
                   2906:          types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
                   2907:          cookie parser decode \uXXXX as well as %uXXXX
                   2908: 
                   2909: 2010-05-17  misha
                   2910: 
                   2911:        * src/classes/curl.C: beauty: - unused param is removed in method
                   2912:          _curl_version_action - some spaces were removed or replaced by
                   2913:          tabs
                   2914: 
                   2915:        * src/classes/table.C: - bugfix: #72 core with empty value during
                   2916:          ^table.hash[...;name_of_the_last_column][$.type[string]]
                   2917: 
                   2918: 2010-05-16  misha
                   2919: 
                   2920:        * src/classes/curl.C: new: #61 more curl options were added
                   2921:          (contributed by Sumo)
                   2922: 
                   2923: 2010-04-29  pretender
                   2924: 
                   2925:        * src/main/pa_string.C: fixes #63 Split result from empty string
                   2926:          now empty string.
                   2927: 
                   2928:        * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
                   2929:          string type.
                   2930: 
                   2931: 2010-04-28  pretender
                   2932: 
                   2933:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   2934:          main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
                   2935:          macrodefinition removed
                   2936: 
                   2937: 2010-04-19  pretender
                   2938: 
                   2939:        * src/main/execute.C: fixes #60 Stacktrace now contains info for
                   2940:          OP_CONSTRUCT_OBJECT and OP_GET_CLASS
                   2941: 
                   2942:        * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
                   2943:          fixes #64 Now file.missing exception generates in unsafe mode to.
                   2944: 
                   2945:        * src/classes/file.C: fixes #48 Now not throw "not save environment
                   2946:          variable" exception in grpunlim version.
                   2947: 
                   2948: 2010-04-05  misha
                   2949: 
                   2950:        * src/classes/string.C: - new feature: 4th param was added to
                   2951:          match. if specified its value is returned in case of nothing was
                   2952:          found
                   2953: 
                   2954: 2010-04-01  misha
                   2955: 
                   2956:        * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
                   2957:          multiple execution of /a/b/auto.p
                   2958: 
                   2959: 2010-03-19  misha
                   2960: 
                   2961:        * src/main/execute.C: - core in $table1.$table2 was fixed
                   2962: 
                   2963:        * src/targets/cgi/parser3.C: - core in sigpipe was fixed
                   2964: 
                   2965: 2010-01-27  misha
                   2966: 
                   2967:        * src/main/pa_common.C: - bugfix: there are no excaption.type if
                   2968:          trying to open file by path /existing-file/non-exixting-file
                   2969: 
                   2970: 2010-01-26  misha
                   2971: 
                   2972:        * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
                   2973:          was added (returns file)
                   2974: 
                   2975: 2009-12-22  misha
                   2976: 
                   2977:        * src/classes/curl.C: - method 'option' was renamed to 'options' -
                   2978:          now parser doesn't have class curl if it was built without it
                   2979: 
                   2980: 2009-12-15  misha
                   2981: 
                   2982:        * configure.in: - little cheat with curl include dir was added
                   2983: 
                   2984: 2009-12-05  misha
                   2985: 
                   2986:        * src/classes/curl.C: - some fixes
                   2987: 
                   2988: 2009-12-04  misha
                   2989: 
                   2990:        * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
                   2991:          src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
                   2992:          buildall-with-xml, buildall-without-xml, configure.in: - curl
                   2993:          class was added
                   2994: 
                   2995:        * src/include/pa_hash.h: - hash-iterator was added
                   2996: 
                   2997:        * buildall-with-xml, buildall-without-xml: - option --passive-ftp
                   2998:          was added to pcre
                   2999: 
                   3000: 2009-11-27  misha
                   3001: 
                   3002:        * src/classes/image.C: - don't add @border attribute to output of
                   3003:          ^image.html[] if it was specified by user with empty value
                   3004: 
                   3005:        * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
                   3006:          root element and we are trying to access .documentElement
                   3007: 
                   3008: 2009-11-11  misha
                   3009: 
                   3010:        * src/classes/table.C: - in ^table.flip[] look at number of columns
                   3011:          instead of number of items in first row for named tables
                   3012: 
                   3013: 2009-11-10  misha
                   3014: 
                   3015:        * operators.txt: - info about hash-options in ^file::create was
                   3016:          added
                   3017: 
                   3018:        * tests/237.html: - test for ^file::create[...;$.charset[...]] was
                   3019:          added
                   3020: 
                   3021: 2009-11-09  misha
                   3022: 
                   3023:        * buildall-with-xml: - moving to libxml 2.7.6
                   3024: 
                   3025:        * tests/236.html: - tests for comparations cords with functions
                   3026:          were added
                   3027: 
                   3028:        * src/include/pa_string.h: - optimisation: cacheing of cstr was
                   3029:          added
                   3030: 
                   3031:        * src/main/pa_http.C: - little optimisation
                   3032: 
                   3033:        * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
                   3034:          GPF mallocs + stringstream (table.save)
                   3035: 
                   3036:        * src/classes/file.C: - file::create now accepts 4th param: options
                   3037:          with $.charset
                   3038: 
                   3039:        * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
                   3040:          bug in cord (comparation cords with functions was buggy)
                   3041: 
                   3042: 2009-11-06  misha
                   3043: 
                   3044:        * src/main/pa_string.C: - bugfix: calculation string.length
                   3045:          sometimes was buggy
                   3046: 
                   3047:        * src/classes/string.C: - bugfix: Temp_value_element wasn't
                   3048:          destroyed if exception occured during match/replace
                   3049: 
                   3050:        * src/: main/pa_charset.C, include/pa_charset.h: - method
                   3051:          lengthUTF8Char was added
                   3052: 
                   3053:        * src/classes/op.C: - clean tainting lang was added for user's
                   3054:          usage
                   3055: 
                   3056:        * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
                   3057:          fixed: checkouts are required after GC_MALLOC
                   3058: 
                   3059:        * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
                   3060: 
                   3061:        * operators.txt: - actually, there is no ^untaint[xml] in
                   3062:          file::create
                   3063: 
                   3064: 2009-10-15  misha
                   3065: 
                   3066:        * tests/: 235.html, 235_attach.txt: - tests for preparing email
                   3067:          were added
                   3068: 
                   3069:        * tests/234.html: - more tests for checking ^taint[uri] escaping
                   3070:          were added
                   3071: 
                   3072:        * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
                   3073:          main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
                   3074:          hacking: for dealing with transcoding+^taint[uri]
                   3075:          transcode_and_untaint was replaced by untaint_and_transcode
                   3076: 
                   3077: 2009-10-13  misha
                   3078: 
                   3079:        * tests/: 121.html, results/121.processed: - test transcoding +
                   3080:          url-escaping now
                   3081: 
                   3082:        * tests/results/auto.p: - more helpers' methods were added
                   3083: 
                   3084:        * src/main/pa_globals.C: - die instead of abort
                   3085: 
                   3086: 2009-10-06  misha
                   3087: 
                   3088:        * src/main/pa_common.C: - don't allocate memory during
                   3089:          capitalization if input string is already capitalized
                   3090: 
                   3091:        * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
                   3092: 
                   3093:        * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
                   3094:          use format function because it calls malloc
                   3095: 
                   3096:        * src/include/pa_common.h: - more capitalized headers were added
                   3097: 
                   3098:        * src/main/pa_common.C: - in safe mode clear executable bits during
                   3099:          file writing
                   3100: 
                   3101: 2009-10-05  misha
                   3102: 
                   3103:        * src/main/pa_charset.C: - use iterators in pa_charset.C itself
                   3104: 
                   3105: 2009-10-03  misha
                   3106: 
                   3107:        * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
                   3108:          ^img.text[] & ^img.length[] can work in utf-8 now
                   3109: 
                   3110:        * src/: include/pa_charset.h, main/pa_charset.C: - class
                   3111:          UTF8_string_iterator was added
                   3112: 
                   3113:        * src/classes/image.C: - respect utf-8 when calculate alphabet
                   3114:          length
                   3115: 
                   3116:        * src/classes/mail.C: - check from before get message.cstr
                   3117: 
                   3118: 2009-10-02  misha
                   3119: 
                   3120:        * tests/233.html: - test for image.font, image.length, image.text
                   3121:          with text in utf-8 were added
                   3122: 
                   3123:        * src/main/pa_common.C: - use pa_malloc_atomic instead of new
                   3124: 
                   3125:        * buildall-with-xml, buildall-without-xml: - comment about gc
                   3126:          version for freebsd 4 was added
                   3127: 
                   3128: 2009-10-01  misha
                   3129: 
                   3130:        * src/main/pa_exec.C: - bugfix: allocate a bit more (for
                   3131:          terminator) - read_pipe were slightly optimized
                   3132: 
                   3133: 2009-09-28  misha
                   3134: 
                   3135:        * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
                   3136:          removed
                   3137: 
                   3138:        * src/types/pa_vmail.C: - forgot about space after ':'
                   3139: 
                   3140:        * src/types/pa_vmail.C: - escape filenames while preparing mail
                   3141:          body - small simplifications
                   3142: 
                   3143:        * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
                   3144:          inout params like pa_base64
                   3145: 
                   3146:        * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
                   3147:          option $.debug-print(1) was added to mail:send - changes for
                   3148:          using uue_encode which uses less memory
                   3149: 
                   3150:        * src/main/pa_common.C: - pa_base64_encode uses less memory now
                   3151: 
                   3152:        * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
                   3153:          memory now
                   3154: 
                   3155: 2009-09-26  misha
                   3156: 
                   3157:        * src/types/pa_vmail.C: - default encoding now is base64
                   3158: 
                   3159:        * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
                   3160: 
                   3161: 2009-09-25  misha
                   3162: 
                   3163:        * src/types/pa_vmail.C: - capitalization of headers was added to
                   3164:          sending mail as well
                   3165: 
                   3166:        * buildall-with-xml: - catalog package was removed from libxml
                   3167: 
                   3168:        * src/main/pa_xml_io.C: - fix in removing file:// protocol for
                   3169:          win32 absolute path
                   3170: 
                   3171:        * src/include/pa_common.h: - one more capitalized header was added
                   3172: 
                   3173: 2009-09-22  misha
                   3174: 
                   3175:        * INSTALL: - comment about building just httpd binary while
                   3176:          building apache module was added
                   3177: 
                   3178: 2009-09-21  misha
                   3179: 
                   3180:        * buildall-with-xml: - moving to the latest versions of xml libs:
                   3181:          libxml 2.7.4 and libxslt 1.1.25
                   3182: 
                   3183: 2009-09-19  misha
                   3184: 
                   3185:        * tests/231.html: - test for encoding cookie in win-1251
                   3186: 
                   3187: 2009-09-18  misha
                   3188: 
                   3189:        * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
                   3190:          object] were added
                   3191: 
                   3192:        * operators.txt: - info about method ^reflection:fields[class or
                   3193:          object] was added
                   3194: 
                   3195:        * src/classes/reflection.C: - method ^reflection:fields[class or
                   3196:          object] was added
                   3197: 
                   3198:        * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
                   3199:          methods get_fields were added
                   3200: 
                   3201:        * tests/232.html: - tests for @GET[name]
                   3202: 
                   3203:        * src/classes/table.C: - some changes in handling hash-options for
                   3204:          creare, join and locate
                   3205: 
                   3206:        * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
                   3207:          defined with option: the type of requested value
                   3208: 
                   3209: 2009-09-17  misha
                   3210: 
                   3211:        * tests/212.html: - tests for .pattern and .options were added
                   3212: 
                   3213:        * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
                   3214:          $regex.options were added
                   3215: 
                   3216: 2009-09-11  misha
                   3217: 
                   3218:        * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
                   3219:          rewrited. it checks not just one case of sending cookies during
                   3220:          file::load[http], but also sending headers and fields (including
                   3221:          files)
                   3222: 
                   3223: 2009-09-10  misha
                   3224: 
                   3225:        * src/main/untaint.C: - workaround in file-spec lang for old Macs
                   3226:          was removed => now parser can open files with Russian 'r' in
                   3227:          filename
                   3228: 
                   3229:        * src/main/untaint.C: - bugfix: client charset whould be analized
                   3230:          while escaping cookies but now source charset
                   3231: 
                   3232:        * src/main/pa_http.C: - bugfix: the values of http headers didn't
                   3233:          ^tainted[uri] so it was possible to make request with incorrect
                   3234:          http header
                   3235: 
                   3236:        * src/main/pa_http.C: - capitalization of http headers during
                   3237:          file::load[http was slightly changes - bugfix: all headers which
                   3238:          parser sends during file::load[http should be transcoded and only
                   3239:          then escaped
                   3240: 
                   3241:        * src/main/untaint.C: - a bit more comments were added
                   3242: 
                   3243:        * src/classes/: file.C, string.C: - types where changes (minus 2
                   3244:          warnings)
                   3245: 
                   3246:        * src/include/pa_common.h: - 2 capitalized strings for making http
                   3247:          headers during file::load[http were added
                   3248: 
                   3249: 2009-09-08  misha
                   3250: 
                   3251:        * operators.txt: - changes in file.save and string.save were added
                   3252: 
                   3253:        * tests/: 230.html, 230.txt: - tests for checking options in
                   3254:          file.save and string.save were added
                   3255: 
                   3256:        * src/main/pa_request.C: - http headers names, which are passed to
                   3257:          SAPI::add_header_attribute are lowercased now (it'll be
                   3258:          capitalized in that method)
                   3259: 
                   3260:        * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
                   3261:          classes/string.C: - file_write accepts Request_charsets and asked
                   3262:          charset and cound transcode content before writing - string.save
                   3263:          and file.save have option $.charset now
                   3264: 
                   3265:        * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
                   3266:          classes/xdoc.C: - file_write accepts Request_charsets and asked
                   3267:          charset and cound transcode content before writing
                   3268: 
                   3269:        * src/include/pa_exception.h: - new exception comment string was
                   3270:          defined
                   3271: 
                   3272: 2009-09-07  misha
                   3273: 
                   3274:        * src/main/compile.y: - grammar $name\ name stops now for regex
                   3275:          sub-pattern\s
                   3276: 
                   3277: 2009-09-04  misha
                   3278: 
                   3279:        * src/main/pa_http.C: - capitalization of http headers during
                   3280:          file::load[http was implemented
                   3281: 
                   3282: 2009-09-03  misha
                   3283: 
                   3284:        * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
                   3285:          include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
                   3286:          types/pa_vmail.C, targets/cgi/parser3.C,
                   3287:          targets/isapi/parser3isapi.C: - back to storing response http
                   3288:          headers in lowercase - capitalize them during output
                   3289: 
                   3290: 2009-08-31  misha
                   3291: 
                   3292:        * src/classes/table.C: - allow call with any brackets (it could be
                   3293:          useful in methods with explict result declaration)
                   3294: 
                   3295:        * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
                   3296:          correctly if $request:charset==koi8-r
                   3297: 
                   3298: 2009-08-30  misha
                   3299: 
                   3300:        * src/: include/pa_common.h, main/pa_request.C: - http headers were
                   3301:          changed: content-type => Content-type and so on
                   3302: 
                   3303:        * src/classes/file.C, src/include/pa_common.h,
                   3304:          src/include/pa_request.h, src/main/pa_http.C,
                   3305:          src/main/pa_request.C, src/types/pa_vcookie.C,
                   3306:          src/types/pa_vmail.C, src/targets/cgi/parser3.C,
                   3307:          src/targets/isapi/parser3isapi.C, tests/results/001.processed,
                   3308:          tests/results/002.processed, tests/results/003.processed,
                   3309:          tests/results/004.processed, tests/results/005.processed,
                   3310:          tests/results/006.processed, tests/results/007.processed,
                   3311:          tests/results/008.processed, tests/results/009.processed,
                   3312:          tests/results/010.processed, tests/results/011.processed,
                   3313:          tests/results/012.processed, tests/results/013.processed,
                   3314:          tests/results/014.processed, tests/results/015.processed,
                   3315:          tests/results/016.processed, tests/results/017.processed,
                   3316:          tests/results/018.processed, tests/results/019.processed,
                   3317:          tests/results/020.processed, tests/results/021.processed,
                   3318:          tests/results/022.processed, tests/results/023.processed,
                   3319:          tests/results/024.processed, tests/results/025.processed,
                   3320:          tests/results/026.processed, tests/results/027.processed,
                   3321:          tests/results/028.processed, tests/results/029.processed,
                   3322:          tests/results/030.processed, tests/results/031.processed,
                   3323:          tests/results/032.processed, tests/results/033.processed,
                   3324:          tests/results/034.processed, tests/results/035.processed,
                   3325:          tests/results/036.processed, tests/results/037.processed,
                   3326:          tests/results/038.processed, tests/results/039.processed,
                   3327:          tests/results/040.processed, tests/results/041.processed,
                   3328:          tests/results/042.processed, tests/results/043.processed,
                   3329:          tests/results/044.processed, tests/results/045.processed,
                   3330:          tests/results/046.processed, tests/results/047.processed,
                   3331:          tests/results/048.processed, tests/results/049.processed,
                   3332:          tests/results/050.processed, tests/results/051.processed,
                   3333:          tests/results/052.processed, tests/results/053.processed,
                   3334:          tests/results/054.processed, tests/results/055.processed,
                   3335:          tests/results/056.processed, tests/results/057.processed,
                   3336:          tests/results/058.processed, tests/results/059.processed,
                   3337:          tests/results/060.processed, tests/results/061.processed,
                   3338:          tests/results/062.processed, tests/results/063.processed,
                   3339:          tests/results/064.processed, tests/results/065.processed,
                   3340:          tests/results/066.processed, tests/results/067.processed,
                   3341:          tests/results/068.processed, tests/results/069.processed,
                   3342:          tests/results/070.processed, tests/results/071.processed,
                   3343:          tests/results/072.processed, tests/results/073.processed,
                   3344:          tests/results/074.processed, tests/results/075.processed,
                   3345:          tests/results/076.processed, tests/results/077.processed,
                   3346:          tests/results/078.processed, tests/results/079.processed,
                   3347:          tests/results/080.processed, tests/results/081.processed,
                   3348:          tests/results/082.processed, tests/results/083.processed,
                   3349:          tests/results/084.processed, tests/results/085.processed,
                   3350:          tests/results/086.processed, tests/results/087.processed,
                   3351:          tests/results/088.processed, tests/results/089.processed,
                   3352:          tests/results/090.processed, tests/results/091.processed,
                   3353:          tests/results/092.processed, tests/results/093.processed,
                   3354:          tests/results/094.processed, tests/results/095.processed,
                   3355:          tests/results/096.processed, tests/results/097.processed,
                   3356:          tests/results/098.processed, tests/results/099.processed,
                   3357:          tests/results/100.processed, tests/results/101.processed,
                   3358:          tests/results/102.processed, tests/results/103.processed,
                   3359:          tests/results/104.processed, tests/results/105.processed,
                   3360:          tests/results/106.processed, tests/results/107.processed,
                   3361:          tests/results/108.processed, tests/results/109.processed,
                   3362:          tests/results/110.processed, tests/results/111.processed,
                   3363:          tests/results/112.processed, tests/results/113.processed,
                   3364:          tests/results/114.processed, tests/results/115.processed,
                   3365:          tests/results/116.processed, tests/results/117.processed,
                   3366:          tests/results/118.processed, tests/results/119.processed,
                   3367:          tests/results/120.processed, tests/results/121.processed,
                   3368:          tests/results/122.processed, tests/results/123.processed,
                   3369:          tests/results/124.processed, tests/results/125.processed,
                   3370:          tests/results/126.processed, tests/results/127.processed,
                   3371:          tests/results/128.processed, tests/results/129.processed,
                   3372:          tests/results/130.processed, tests/results/131.processed,
                   3373:          tests/results/132.processed, tests/results/133.processed,
                   3374:          tests/results/134.processed, tests/results/135.processed,
                   3375:          tests/results/136.processed, tests/results/138.processed,
                   3376:          tests/results/139.processed, tests/results/140.processed,
                   3377:          tests/results/141.processed, tests/results/142.processed,
                   3378:          tests/results/143.processed, tests/results/144.processed,
                   3379:          tests/results/145.processed, tests/results/146.processed,
                   3380:          tests/results/147.processed, tests/results/148.processed,
                   3381:          tests/results/149.processed, tests/results/150.processed,
                   3382:          tests/results/151.processed, tests/results/152.processed,
                   3383:          tests/results/153.processed, tests/results/154.processed,
                   3384:          tests/results/155.processed, tests/results/156.processed,
                   3385:          tests/results/157.processed, tests/results/158.processed,
                   3386:          tests/results/159.processed, tests/results/160.processed,
                   3387:          tests/results/161.processed, tests/results/162.processed,
                   3388:          tests/results/163.processed, tests/results/164.processed,
                   3389:          tests/results/165.processed, tests/results/166.processed,
                   3390:          tests/results/167.processed, tests/results/168.processed,
                   3391:          tests/results/169.processed, tests/results/170.processed,
                   3392:          tests/results/171.processed, tests/results/172.processed,
                   3393:          tests/results/173.processed, tests/results/174.processed,
                   3394:          tests/results/175.processed, tests/results/176.processed,
                   3395:          tests/results/177.processed, tests/results/178.processed,
                   3396:          tests/results/179.processed, tests/results/180.processed,
                   3397:          tests/results/181.processed, tests/results/182.processed,
                   3398:          tests/results/183.processed, tests/results/184.processed,
                   3399:          tests/results/185.processed, tests/results/186.processed,
                   3400:          tests/results/187.processed, tests/results/188.processed,
                   3401:          tests/results/189.processed, tests/results/190.processed,
                   3402:          tests/results/191.processed, tests/results/192.processed,
                   3403:          tests/results/193.processed, tests/results/194.processed,
                   3404:          tests/results/195.processed, tests/results/196.processed,
                   3405:          tests/results/197.processed, tests/results/198.processed,
                   3406:          tests/results/199.processed, tests/results/200.processed,
                   3407:          tests/results/201.processed, tests/results/202.processed,
                   3408:          tests/results/203.processed, tests/results/204.processed,
                   3409:          tests/results/205.processed, tests/results/206.processed,
                   3410:          tests/results/207.processed, tests/results/208.processed,
                   3411:          tests/results/209.processed, tests/results/210.processed,
                   3412:          tests/results/211.processed, tests/results/212.processed,
                   3413:          tests/results/213.processed, tests/results/214.processed,
                   3414:          tests/results/215.processed, tests/results/216.processed,
                   3415:          tests/results/217.processed, tests/results/218.processed,
                   3416:          tests/results/219.processed, tests/results/220.processed,
                   3417:          tests/results/221.processed, tests/results/222.processed,
                   3418:          tests/results/223.processed, tests/results/224.processed,
                   3419:          tests/results/225.processed, tests/results/226.processed,
                   3420:          tests/results/227.processed, tests/results/228.processed,
                   3421:          tests/results/229.processed: - http headers were changed:
                   3422:          content-type => Content-type and so on
                   3423: 
                   3424: 2009-08-27  misha
                   3425: 
                   3426:        * src/: main/pa_random.C, include/pa_random.h,
                   3427:          targets/cgi/parser3.C: - year was updated :)
                   3428: 
                   3429: 2009-08-26  misha
                   3430: 
                   3431:        * tests/: 224.html, 224.p: - test for creating of parser object
                   3432:          using constructor without params - little bugfix in test
                   3433: 
                   3434:        * src/main/compile_tools.h: - bugfix: should't call autouse while
                   3435:          checking existed class while processing partial option
                   3436: 
                   3437:        * src/classes/reflection.C: - bugfix: core when creating object
                   3438:          with reflection and constructor doesn't have params
                   3439: 
                   3440: 2009-08-24  misha
                   3441: 
                   3442:        * tests/229.html: - tests for checking the number of parameters
                   3443:          were added
                   3444: 
                   3445:        * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
                   3446:          number of method's parameters wasn't checked correctly (the bug
                   3447:          was introduced in 3.4.0)
                   3448: 
                   3449: 2009-08-22  misha
                   3450: 
                   3451:        * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
                   3452:          transcoded, but tainted pieces are escaped only when
                   3453:          content-type==url-encoding
                   3454: 
                   3455:        * tests/228.html: - test for checking
                   3456:          ^file::load[http://...;$.body[]]
                   3457: 
                   3458:        * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
                   3459:          post charset was too early (charsets is empty at this moment)
                   3460: 
                   3461: 2009-08-21  misha
                   3462: 
                   3463:        * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
                   3464:          main/untaint.C: - some fixes with transcode+untaint
                   3465: 
                   3466: 2009-08-15  misha
                   3467: 
                   3468:        * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
                   3469:          was increaced to 100 (was 50)
                   3470: 
                   3471:        * tests/227.html: - test for checking overriding properties in
                   3472:          static classes was added
                   3473: 
                   3474:        * tests/: 226.html, 226.p: - test for @autoload[] was added
                   3475: 
                   3476:        * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
                   3477:          main/execute.C, main/pa_request.C, classes/reflection.C: -
                   3478:          autouse was implemented
                   3479: 
                   3480: 2009-08-14  misha
                   3481: 
                   3482:        * src/classes/reflection.C: - outdated checkout was removed
                   3483: 
                   3484:        * src/classes/reflection.C: - optimization - method ^dynamical was
                   3485:          added.
                   3486: 
                   3487:        * src/: types/pa_value.h, types/pa_vmethod_frame.h,
                   3488:          types/pa_vstateless_class.h, main/execute.C: - optimization
                   3489: 
                   3490:        * src/types/pa_vclass.C: - exception if base on sytem class
                   3491: 
                   3492: 2009-08-12  misha
                   3493: 
                   3494:        * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
                   3495:          pa_vstateless_class.h: - little optimisation
                   3496: 
                   3497: 2009-08-11  misha
                   3498: 
                   3499:        * tests/224.html: - method_params => method_info - checking for
                   3500:          $.inherited
                   3501: 
                   3502:        * src/classes/reflection.C, operators.txt: - method method_params
                   3503:          was renamed to method_info and now it returns class name, if
                   3504:          method was defined in ancestor
                   3505: 
                   3506:        * tests/225.html: - tests for cheching properties in hierarhical
                   3507:          classes were added
                   3508: 
                   3509:        * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
                   3510:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   3511:          main/compile.y, main/execute.C, classes/classes.C: - problems
                   3512:          with properties in new classes implementation were fixed
                   3513: 
                   3514: 2009-08-10  misha
                   3515: 
                   3516:        * src/main/execute.C: - now constructor shouldn't be defined in
                   3517:          class. it could be defined in parent.
                   3518: 
                   3519: 2009-08-09  misha
                   3520: 
                   3521:        * src/classes/reflection.C: - ^reflection:methods doesn't return
                   3522:          base's methods
                   3523: 
                   3524: 2009-08-08  misha
                   3525: 
                   3526:        * src/: classes/classes.h, classes/date.C, classes/file.C,
                   3527:          classes/form.C, classes/hash.C, classes/hashfile.C,
                   3528:          classes/image.C, classes/mail.C, classes/op.C,
                   3529:          classes/reflection.C, classes/regex.C, classes/string.C,
                   3530:          classes/table.C, classes/xdoc.C, classes/xnode.C,
                   3531:          classes/xnode.h, include/pa_hash.h, main/execute.C,
                   3532:          main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
                   3533:          types/pa_method.h, types/pa_property.h, types/pa_value.C,
                   3534:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   3535:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   3536:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
                   3537:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   3538:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   3539:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   3540:          types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
                   3541:          types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
                   3542:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
                   3543:          types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   3544:          types/pa_vresponse.C, types/pa_vresponse.h,
                   3545:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   3546:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   3547:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
                   3548:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   3549:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   3550:          types/pa_wwrapper.h, types/types.vcproj: - new classes
                   3551:          implementation
                   3552: 
                   3553:        * buildall-with-xml, buildall-without-xml: - gc has a bug if
                   3554:          USE_MUNMAP is used. so it is disabled as a workaround.
                   3555: 
                   3556: 2009-08-05  misha
                   3557: 
                   3558:        * src/: main/pa_common.C, include/pa_common.h: - not needed
                   3559:          parameter was removed
                   3560: 
                   3561:        * src/main/pa_http.C: - bugfix: error was during detecting
                   3562:          content-type of file which was loaded by http
                   3563: 
                   3564: 2009-08-01  misha
                   3565: 
                   3566:        * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
                   3567:          src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
                   3568:          OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
                   3569:          can't be disabled with defines any longer
                   3570: 
                   3571: 2009-07-29  misha
                   3572: 
                   3573:        * src/classes/reflection.C, tests/results/224.processed: - for
                   3574:          native methods with any call type now returned empty call_type
                   3575:          value
                   3576: 
                   3577:        * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
                   3578:          classes/table.C, include/pa_hash.h, include/pa_request.h,
                   3579:          main/pa_request.C: - break in cycles was optimized
                   3580: 
                   3581:        * INSTALL: - more defines were described
                   3582: 
                   3583: 2009-07-28  misha
                   3584: 
                   3585:        * operators.txt: - some changes in information about reflection
                   3586:          class
                   3587: 
                   3588:        * tests/: 224.html, 224.p: - tests for reflection class
                   3589: 
                   3590:        * src/classes/reflection.C: - some bugs were fixed, method classes
                   3591:          was added, refactoring
                   3592: 
                   3593: 2009-07-26  misha
                   3594: 
                   3595:        * src/classes/classes.vcproj: - reflection class wass added to
                   3596:          project
                   3597: 
                   3598:        * operators.txt: - information about reflection class was added
                   3599: 
                   3600:        * src/classes/reflection.C: - class was redesigned
                   3601: 
                   3602: 2009-07-24  misha
                   3603: 
                   3604:        * src/classes/: Makefile.am, reflection.C: - class reflection was
                   3605:          added
                   3606: 
                   3607:        * src/types/pa_vstateless_class.h: - method for reflection method's
                   3608:          in classes was added
                   3609: 
                   3610: 2009-07-22  misha
                   3611: 
                   3612:        * src/main/compile_tools.h: - bugfix: $object.$var was
                   3613:          over-optimized. it failed if $object1.$object2.field
                   3614: 
                   3615: 2009-07-16  misha
                   3616: 
                   3617:        * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
                   3618:          lib/cord/cordxtra.c, lib/cord/include/cord.h,
                   3619:          include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
                   3620:          CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
                   3621:          one more arg: length of cord
                   3622: 
                   3623: 2009-07-15  misha
                   3624: 
                   3625:        * src/main/pa_http.C: - bugfix: $.cookies' values should be force
                   3626:          tainted in ^file::load[http://...;$.cookies[]]
                   3627: 
                   3628:        * src/classes/: op.C, regex.C, string.C: - new string with
                   3629:          exception was used
                   3630: 
                   3631:        * src/include/pa_exception.h: - new string with exception was added
                   3632: 
                   3633:        * tests/223.html: - test for checking cookie-encoding during
                   3634:          ^file::load[http was added
                   3635: 
                   3636:        * tests/: 221.html, 222.html: - tests for checking type of
                   3637:          $table.fields.field were added
                   3638: 
                   3639:        * src/types/pa_vtable.C: - not used var decl was removed
                   3640: 
                   3641:        * src/include/pa_string.h: - use cached string length in Body::mid.
                   3642:          it improves speed of match with brackets in pattern
                   3643: 
                   3644:        * src/lib/cord/include/cord.h: - make CORD_substr_checked available
                   3645:          outside
                   3646: 
                   3647: 2009-07-14  misha
                   3648: 
                   3649:        * src/types/pa_vtable.C: - $table.fields.a return string even if
                   3650:          column is empty (sometime returned void) - $table.fields was
                   3651:          added for nameless tables
                   3652: 
                   3653:        * src/targets/cgi/getopt.c: - one warning resolved
                   3654: 
                   3655:        * src/main/pa_string.C: - potentian bug fixed
                   3656: 
                   3657:        * src/classes/op.C: - small optimization in taint/untaint
                   3658: 
                   3659: 2009-07-13  misha
                   3660: 
                   3661:        * tests/156.html: - test for $cookie[...$.httponly(false)...] was
                   3662:          added
                   3663: 
                   3664:        * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
                   3665:          souldn't add the attribut to output
                   3666: 
                   3667: 2009-07-11  misha
                   3668: 
                   3669:        * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
                   3670:          stack size was increaced to 2MB (default=1MB)
                   3671: 
                   3672: 2009-07-08  misha
                   3673: 
                   3674:        * src/main/pa_string.C: - link to UTF-8 description was added
                   3675: 
                   3676:        * src/include/pa_hash.h: - hash keeps element's order in more
                   3677:          places (ex: ._keys[])
                   3678: 
                   3679:        * tests/220.html: - test for checking order of elements in hash in
                   3680:          foreach was added
                   3681: 
                   3682:        * tests/172.html: - small changes in printing hash
                   3683: 
                   3684:        * tests/129.html: - small changes in printing hash
                   3685: 
                   3686:        * src/: include/pa_common.h, include/pa_hash.h,
                   3687:          include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
                   3688:          types/pa_vmethod_frame.h: - hash now keeps order of elements
                   3689: 
                   3690:        * tests/014.html: - small changes in printing hash
                   3691: 
                   3692: 2009-07-07  misha
                   3693: 
                   3694:        * src/classes/op.C: - new taint language "parser-code" was added
                   3695: 
                   3696:        * tests/219.html: - test for auto untaint parser code in process
                   3697:          was added
                   3698: 
                   3699:        * src/classes/op.C: - tainted pieces in body of process are
                   3700:          auto-untainted now: ^ -> ^^, $ -> ^$ etc.
                   3701: 
                   3702:        * src/: include/pa_string.h, main/untaint.C: - new language
                   3703:          L_PARSER_CODE for auto-untaint in process was added
                   3704: 
                   3705:        * src/: classes/file.C, classes/hash.C, classes/image.C,
                   3706:          classes/op.C, classes/string.C, classes/table.C, classes/void.C,
                   3707:          classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
                   3708:          main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
                   3709:          main/untaint.C, types/pa_value.h, types/pa_vhash.h,
                   3710:          types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
                   3711:          code cleanup
                   3712: 
                   3713: 2009-07-06  misha
                   3714: 
                   3715:        * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
                   3716:          table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
                   3717:          deleted. taint_cstr[m] and untaint_cstr[m] should be used
                   3718: 
                   3719:        * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
                   3720:          pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
                   3721:          pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
                   3722:          cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
                   3723:          should be used
                   3724: 
                   3725:        * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
                   3726:          pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
                   3727:          cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
                   3728:          untaint_cstr[m] should be used
                   3729: 
                   3730:        * src/include/pa_string.h: - cstr(params) and cstrm(params) were
                   3731:          deleted. taint_cstr[m] and untaint_cstr[m] should be used
                   3732: 
                   3733:        * tests/218.html: - test for checking automatic file-spec-taint was
                   3734:          added
                   3735: 
                   3736:        * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
                   3737:          types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
                   3738:          classes/file.C, classes/hash.C, classes/image.C,
                   3739:          classes/string.C, classes/table.C, classes/void.C,
                   3740:          classes/xdoc.C: - optimizations and simplification of
                   3741:          string.cstr(...)
                   3742: 
                   3743:        * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
                   3744:          main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
                   3745:          - optimizations and simplification of string.cstr(...)
                   3746: 
                   3747: 2009-07-04  misha
                   3748: 
                   3749:        * tests/217.html: - test for recursion detection was added
                   3750: 
                   3751:        * src/: types/types.vcproj, main/main.vcproj,
                   3752:          classes/classes.vcproj, targets/cgi/parser3.vcproj,
                   3753:          targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
                   3754:          from .vcproj
                   3755: 
                   3756:        * src/types/pa_wwrapper.h: - dynamic_cast was removed
                   3757: 
                   3758:        * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
                   3759:          uploading files and case-insensitive http-method were added
                   3760: 
                   3761:        * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
                   3762:          tainted pattern in ^file:list[] was added
                   3763: 
                   3764: 2009-07-03  misha
                   3765: 
                   3766:        * src/: classes/classes.vcproj, main/main.vcproj,
                   3767:          types/types.vcproj, targets/cgi/parser3.vcproj,
                   3768:          targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
                   3769:          for dynamic_cast) - little options changes
                   3770: 
                   3771:        * src/main/pa_http.C: - file::load[http works now with uploading
                   3772:          files _and_ changing $.charset
                   3773: 
                   3774: 2009-06-29  misha
                   3775: 
                   3776:        * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
                   3777:          while creating pattern
                   3778: 
                   3779: 2009-06-25  misha
                   3780: 
                   3781:        * src/classes/image.C, operators.txt: - options' names for
                   3782:          ^image.font were changed to $.space, $.width and $spacing -
                   3783:          default space width now == gif's width
                   3784: 
                   3785: 2009-06-24  misha
                   3786: 
                   3787:        * tests/215.html: - tests for $file.mode were added
                   3788: 
                   3789:        * operators.txt: - added info about $file.mode and changes in
                   3790:          ^image.font[
                   3791: 
                   3792:        * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
                   3793:          param now could be omited - third param now could be hash (with
                   3794:          all widths options: $.space-width, $.letter-width) - it's
                   3795:          possible to specify tracking ($.letter-space)
                   3796: 
                   3797:        * src/classes/file.C: - file objects now could have mode field
                   3798:          (text|binary)
                   3799: 
                   3800:        * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
                   3801: 
                   3802: 2009-06-23  misha
                   3803: 
                   3804:        * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
                   3805:          trim can work with utf-8 chars now
                   3806: 
                   3807: 2009-06-20  misha
                   3808: 
                   3809:        * src/: classes/hash.C, main/pa_string.C: - string length cacheing
                   3810:          was implemented
                   3811: 
                   3812:        * src/classes/table.C: - string length cacheing was implemented
                   3813: 
                   3814:        * src/include/pa_string.h: - string length cacheing was implemented
                   3815: 
                   3816: 2009-06-17  misha
                   3817: 
                   3818:        * src/main/execute.C: - value param was removed from
                   3819:          WContext::WContext
                   3820: 
                   3821:        * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
                   3822:          pa_wwrapper.h: - value param was removed from WContext::WContext
                   3823:          - field wcontext was removed from VCodeFrame (using fparent
                   3824:          instead)
                   3825: 
                   3826:        * tests/214.html: - test with hash copying
                   3827: 
                   3828: 2009-06-16  misha
                   3829: 
                   3830:        * tests/: 062.html, results/062.processed: - evaluation hardcoded
                   3831:          strings doesn't work in expression anymore
                   3832: 
                   3833:        * src/main/execute.C: - less calls for get_constructing() - little
                   3834:          refactoring
                   3835: 
                   3836:        * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
                   3837:          include/pa_request.h: - less calls for get_constructing()
                   3838: 
                   3839:        * src/classes/: hash.C, hashfile.C: - fixed bug which was
                   3840:          introduced with OPTIMIZE_SINGLE_STRING optimization
                   3841: 
                   3842: 2009-06-14  misha
                   3843: 
                   3844:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   3845:          classes/hashfile.C, classes/image.C, classes/regex.C,
                   3846:          classes/table.C, classes/xdoc.C, classes/xnode.h,
                   3847:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
                   3848:          types/pa_vstateless_class.h, main/execute.C: - create object for
                   3849:          storing object's fields only for parser objects
                   3850: 
                   3851: 2009-06-13  misha
                   3852: 
                   3853:        * buildall-with-xml, buildall-without-xml: - new option was added
                   3854:          for building GC (it slightly reduces memory usage)
                   3855: 
                   3856:        * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
                   3857:          single string write
                   3858: 
                   3859:        * src/main/execute.C: - bytecode optimization of ^class:constructor
                   3860:          - optimization of single string write
                   3861: 
                   3862:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
                   3863:          - bytecode optimization of ^class:constructor
                   3864: 
                   3865: 2009-06-09  misha
                   3866: 
                   3867:        * src/targets/cgi/parser3.C: - type size_t was changed to int in
                   3868:          main (better compatibility)
                   3869: 
                   3870: 2009-06-08  misha
                   3871: 
                   3872:        * src/main/compile.y: - I've forgot to commit it :(
                   3873: 
                   3874: 2009-06-07  misha
                   3875: 
                   3876:        * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
                   3877:          WITH_READ and WITH_ROOT
                   3878: 
                   3879:        * src/main/: compile.y, compile_tools.C, compile_tools.h,
                   3880:          execute.C: - more optimizations for WITH_SELF, WITH_READ and
                   3881:          WITH_ROOT - little refactoring
                   3882: 
                   3883: 2009-06-06  misha
                   3884: 
                   3885:        * tests/213.html: - tests for 3rd match string-param were added
                   3886: 
                   3887:        * src/classes/string.C: - 3rd match param could be string now
                   3888: 
                   3889:        * src/main/: compile.y, compile_tools.h: - much more bytecode's
                   3890:          sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
                   3891:          GET_OBJECT_ELEMENT
                   3892: 
                   3893: 2009-06-05  misha
                   3894: 
                   3895:        * src/main/pa_http.C: - bugfix: content-length was not calculated
                   3896:          if $.body was specified
                   3897: 
                   3898: 2009-06-04  misha
                   3899: 
                   3900:        * src/classes/op.C: - optimizing write_assign_lang in connect
                   3901: 
                   3902:        * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
                   3903: 
                   3904:        * src/main/execute.C: - little refactoring - optimizing
                   3905:          write_assign_lang in taint/untaint
                   3906: 
                   3907:        * src/include/pa_opcode.h: - little refactoring
                   3908: 
                   3909:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
                   3910:          main/compile_tools.h, main/execute.C: - optimizations for
                   3911:          $self.field, ^self.method, $self.field[...] and $self.field(...)
                   3912:          were added
                   3913: 
                   3914: 2009-06-03  misha
                   3915: 
                   3916:        * src/types/pa_venv.C: - pa_strdup was replaced by strdup
                   3917: 
                   3918: 2009-06-02  misha
                   3919: 
                   3920:        * src/: main/compile.y, main/compile_tools.h, main/execute.C,
                   3921:          include/pa_opcode.h: - refactoring in last optimizations
                   3922:          ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
                   3923:          now but code is much easy and it is ready for further
                   3924:          improvements.
                   3925: 
                   3926: 2009-05-27  misha
                   3927: 
                   3928:        * src/: types/pa_junction.h, types/pa_vjunction.C,
                   3929:          types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
                   3930:          changed in destructing junctions
                   3931: 
                   3932:        * src/main/: pa_charset.C, pa_string.C: - more safe creation on
                   3933:          String:Body
                   3934: 
                   3935: 2009-05-26  misha
                   3936: 
                   3937:        * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
                   3938:          one method detect_charset was deleted - bug was fixed in this
                   3939:          method (error while detecting charset in content_type withot last
                   3940:          ';')
                   3941: 
                   3942:        * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
                   3943:          once
                   3944: 
                   3945: 2009-05-25  misha
                   3946: 
                   3947:        * src/classes/file.C: - bugfix: file::exec didn't work after
                   3948:          optimizing of helper_length
                   3949: 
                   3950: 2009-05-24  misha
                   3951: 
                   3952:        * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
                   3953:          were added - little refactoring
                   3954: 
                   3955:        * src/main/execute.C: - core while printing in debug log
                   3956:          non-printable values was fixed - $a[$b.c] and $a[$b.$c]
                   3957:          optimisations were added
                   3958: 
                   3959:        * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
                   3960:          were added
                   3961: 
                   3962: 2009-05-23  misha
                   3963: 
                   3964:        * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
                   3965:          lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
                   3966:          CORD_cat optimization
                   3967: 
                   3968:        * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
                   3969:          - call constr optimisation under separate define now
                   3970: 
                   3971:        * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
                   3972:          in $b should be string, not void
                   3973: 
                   3974:        * src/main/compile.y: - little fix for rem-cut optimisation
                   3975: 
                   3976:        * src/: include/pa_opcode.h, main/compile_tools.C,
                   3977:          main/compile_tools.h, main/execute.C: - optimisations for
                   3978:          $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
                   3979: 
                   3980:        * INSTALL: - description of some #defined were added
                   3981: 
                   3982:        * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
                   3983:          before 1st access (memory usage is reduced if don't access to
                   3984:          .text field)
                   3985: 
                   3986:        * src/include/pa_array.h: - array grows step now not static (it
                   3987:          reduces numbers of reallocs)
                   3988: 
                   3989: 2009-05-20  misha
                   3990: 
                   3991:        * src/include/pa_opcode.h: - bytecode optimization for $a(1),
                   3992:          $.b(2), $c[d] and $.e[f] was added
                   3993: 
                   3994:        * src/main/: compile.y, compile_tools.C, compile_tools.h,
                   3995:          execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
                   3996:          $.e[f] was added
                   3997: 
                   3998:        * src/main/execute.C: - debug printing moved in defines
                   3999: 
                   4000:        * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
                   4001:          and little refactoring for OP_GET_OBJECT_ELEMENT +
                   4002:          OP_GET_OBJECT_VAR_ELEMENT optimisation
                   4003: 
                   4004: 2009-05-19  misha
                   4005: 
                   4006:        * src/main/: compile.y, compile_tools.C, compile_tools.h,
                   4007:          execute.C: - $a.$b & ^a.$b bytecode optimisation
                   4008: 
                   4009:        * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
                   4010:          ^a.$b optimisation)
                   4011: 
                   4012:        * src/main/compile.y: - compiler now generate new opcodes:
                   4013:          OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
                   4014:          ^a.b - compiler now cut off ^rem{ with all content ; any number
                   4015:          of params }
                   4016: 
                   4017:        * src/main/execute.C: - code for handle new opcodes
                   4018:          OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
                   4019: 
                   4020:        * src/main/: compile_tools.C, compile_tools.h: - new parameter was
                   4021:          added for LA2V and LA2S
                   4022: 
                   4023:        * src/include/pa_opcode.h: - new defines which can be used for
                   4024:          disable some bytecode optimisation and new opcodes were added
                   4025: 
                   4026: 2009-05-17  misha
                   4027: 
                   4028:        * src/lib/cord/cordxtra.c: - bugfix.
                   4029: 
                   4030:        * tests/212.html: - .size[] and .study_size[] were added to tests
                   4031: 
                   4032:        * operators.txt: - info about regex class was added
                   4033: 
                   4034:        * tests/212.html: - tests for regex class were added
                   4035: 
                   4036: 2009-05-16  misha
                   4037: 
                   4038:        * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
                   4039:          gc7.1
                   4040: 
                   4041:        * tests/022.html: - test for ^file:list[path;] (empty second param)
                   4042:          was added
                   4043: 
                   4044:        * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
                   4045:          param) should work
                   4046: 
                   4047: 2009-05-15  misha
                   4048: 
                   4049:        * src/classes/table.C: - automatically disable stringstream usage
                   4050:          on freebsd4
                   4051: 
                   4052:        * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
                   4053:          scope
                   4054: 
                   4055:        * tests/211.html: - test with different types of access to hash was
                   4056:          added
                   4057: 
                   4058:        * tests/210.html: - test which checks for loosing tainting in
                   4059:          hash's keys was added
                   4060: 
                   4061:        * tests/208.html: - some parser work added. or stime == 0 %-)
                   4062: 
                   4063:        * src/lib/cord/cordbscs.c: - little hack was added to cord
                   4064: 
                   4065:        * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
                   4066: 
                   4067:        * src/include/pa_version.h, configure.in: - moko have made a lot of
                   4068:          optimisations for increacing version number more dramatically :)
                   4069: 
                   4070:        * src/classes/date.C: - little refactoring: use constructor which
                   4071:          accepts formated string
                   4072: 
                   4073:        * src/: include/pa_string.h, main/pa_string.C: - String constructor
                   4074:          which can print formatted string was added
                   4075: 
                   4076: 2009-05-14  misha
                   4077: 
                   4078:        * src/include/pa_string.h: - type was fixed
                   4079: 
                   4080:        * src/: classes/hashfile.C, classes/op.C,
                   4081:          include/pa_cache_managers.h, include/pa_charset.h,
                   4082:          include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
                   4083:          include/pa_request.h, include/pa_sql_driver_manager.h,
                   4084:          include/pa_string.h, include/pa_stylesheet_manager.h,
                   4085:          include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
                   4086:          main/pa_charsets.C, main/pa_string.C,
                   4087:          main/pa_stylesheet_connection.C, types/pa_value.h,
                   4088:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   4089:          types/pa_vobject.C, types/pa_vstateless_class.C,
                   4090:          types/pa_vstateless_class.h: - hash_code caching was implemented
                   4091:          (seaches should be faster now)
                   4092: 
                   4093:        * src/: classes/file.C, classes/hash.C, classes/image.C,
                   4094:          classes/string.C, classes/table.C, include/pa_string.h,
                   4095:          main/pa_charset.C, main/pa_http.C, main/pa_request.C,
                   4096:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
                   4097:          types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
                   4098:          types/pa_vrequest.C: - String constructors don't have that stupid
                   4099:          true/false param which means 'tainted'. they accept lang instead.
                   4100: 
                   4101:        * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
                   4102:          with OPTIMIZE_RESULT
                   4103: 
                   4104:        * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
                   4105:          wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
                   4106: 
                   4107: 2009-05-13  misha
                   4108: 
                   4109:        * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
                   4110:          types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
                   4111:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   4112:          types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
                   4113:          types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
                   4114:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                   4115:          include/pa_string.h, classes/date.C, classes/file.C,
                   4116:          classes/hash.C, classes/image.C, classes/string.C,
                   4117:          classes/table.C, classes/xdoc.C: - result optimisation -
                   4118:          helper_length parameter removed from string constructors
                   4119: 
                   4120: 2009-05-11  misha
                   4121: 
                   4122:        * tests/209.html: - tests for ^hash::create[hash] were added
                   4123: 
                   4124:        * tests/208.html: - tests for $status:rusage, $status:memory,
                   4125:          ^memory:compact[] were added
                   4126: 
                   4127:        * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
                   4128:          log10 were added
                   4129: 
                   4130:        * tests/206.html: - test for try with finally was added
                   4131: 
                   4132: 2009-05-10  misha
                   4133: 
                   4134:        * tests/205.html: - test for ^file::create[...] was added
                   4135: 
                   4136:        * tests/204.html: - test for ^response:clear[] was added
                   4137: 
                   4138:        * tests/038.html: - tests for trigonometric functions were added
                   4139: 
                   4140:        * tests/014.html: - tests for ^hash.containts and ^hash.delete were
                   4141:          added - more tests for .add, .sub, .union, .intersects and
                   4142:          .intersections
                   4143: 
                   4144:        * tests/065.html: - test for ^file:dirname was added
                   4145: 
                   4146:        * tests/030.html: - test for $cookie:fields was added
                   4147: 
                   4148:        * tests/203.html: - test for ^h._keys[column name] was added
                   4149: 
                   4150:        * tests/201.html: - tests for .trim were added
                   4151: 
                   4152:        * tests/202.html: - tests for last-day,
                   4153:          date:calendar[type](YYYY;MM;DD) were added
                   4154: 
                   4155:        * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
                   4156:          .offset[type](N) were added
                   4157: 
                   4158:        * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
                   4159:          and .pos[c](N) were added
                   4160: 
                   4161:        * tests/141.html: - test for math:sha1 was added
                   4162: 
                   4163:        * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
                   4164: 
                   4165: 2009-05-09  misha
                   4166: 
                   4167:        * src/main/compile.y: - rollback
                   4168: 
                   4169: 2009-05-05  misha
                   4170: 
                   4171:        * src/main/pa_exec.C: - little optimisation: somewhere length() was
                   4172:          replaced by is_empty()
                   4173: 
                   4174:        * src/: include/pa_string.h, main/pa_charset.C: - little
                   4175:          optimisation: somewhere length() was replaced by is_empty()
                   4176: 
                   4177:        * src/classes/table.C: - little optimisation: somewhere length()
                   4178:          was replaced by is_empty()
                   4179: 
                   4180:        * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
                   4181:          classes/op.C, classes/table.C, main/pa_exception.C: - little
                   4182:          optimisation: somewhere length() was replaced by is_empty()
                   4183: 
                   4184: 2009-05-04  misha
                   4185: 
                   4186:        * src/: types/pa_method.h, types/pa_vstateless_class.C,
                   4187:          types/pa_vstateless_class.h, main/execute.C,
                   4188:          include/pa_request.h, classes/hash.C, classes/op.C,
                   4189:          classes/table.C: - more optimisations were added: some operators
                   4190:          don't switch write context anylonger
                   4191: 
                   4192: 2009-05-01  misha
                   4193: 
                   4194:        * src/main/compile.y: - slightly more opcode optimisations for
                   4195:          WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
                   4196: 
                   4197:        * src/main/execute.C: - simplifying process for getters
                   4198: 
                   4199: 2009-04-30  misha
                   4200: 
                   4201:        * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
                   4202: 
                   4203:        * tests/results/199.processed: - test for checking $result into
                   4204:          ^rem was added
                   4205: 
                   4206:        * tests/199.html: - test for checking $result into ^rem was added
                   4207: 
                   4208:        * tests/: 022.html, 096.html: - þsort after :list was asses (on
                   4209:          some OS it returns list in different order)
                   4210: 
                   4211:        * src/: include/pa_array.h, include/pa_request.h,
                   4212:          include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
                   4213:          changes in stack impl - get_element() optimisation: 3rd param
                   4214:          removed - bugfix: problems with reading empty input param -
                   4215:          defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
                   4216: 
                   4217:        * tests/results/198.processed: - test for reading empty local var
                   4218:          was added
                   4219: 
                   4220:        * tests/198.html: - test for reading empty local var was added
                   4221: 
                   4222: 2009-04-29  misha
                   4223: 
                   4224:        * src/main/compile.y: - bugfix: couldn't compile because
                   4225:          OP_VALUE__GET_ELEMENT should be unde #ifdef
                   4226: 
                   4227:        * src/: include/pa_array.h, include/pa_opcode.h,
                   4228:          include/pa_request.h, main/compile.y, main/execute.C,
                   4229:          main/pa_request.C, types/pa_vmethod_frame.C,
                   4230:          types/pa_vmethod_frame.h: - we can work without opcode
                   4231:          OP_STORE_PARAM, so it was removed
                   4232: 
                   4233: 2009-04-28  misha
                   4234: 
                   4235:        * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
                   4236:          op-codes optimisation:   1. VALUE+GET_CLASS=>VALUE_GET_CLASS   2.
                   4237:          WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
                   4238:          3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
                   4239:          4.
                   4240:          WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
                   4241: 
                   4242:        * src/main/compile_tools.h: - new stuff for op-codes optimisation
                   4243: 
                   4244:        * src/: main/pa_string.C, classes/string.C: - !length() =>
                   4245:          is_empty()
                   4246: 
                   4247: 2009-04-27  misha
                   4248: 
                   4249:        * src/types/pa_vregex.h: - back explicit vars initialisation
                   4250: 
                   4251: 2009-04-24  misha
                   4252: 
                   4253:        * src/classes/string.C: - ups. typo fixed
                   4254: 
                   4255:        * src/main/execute.C: - more replacements '*new VBool' to
                   4256:          'VBool::get' - checks for ^break[], ^continue[] and
                   4257:          parser.interrupted were optimised
                   4258: 
                   4259:        * src/classes/string.C: - number of params.count() calls was
                   4260:          slightly reduced
                   4261: 
                   4262: 2009-04-23  misha
                   4263: 
                   4264:        * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
                   4265:          make it x64 friendly
                   4266: 
                   4267:        * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
                   4268:          parser is x64 friendly now
                   4269: 
                   4270: 2009-04-22  misha
                   4271: 
                   4272:        * src/types/pa_vhashfile.C: - coder friendly exception about
                   4273:          exceeding record size was added
                   4274: 
                   4275:        * src/classes/file.C: - use vregex object instead of direct calls
                   4276:          methods from pcre lib
                   4277: 
                   4278:        * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
                   4279:          classes/string.C: - use vregex object instead of direct calls
                   4280:          methods from pcre lib
                   4281: 
                   4282:        * src/: include/pa_common.h, main/pa_common.C: - method
                   4283:          print_pcre_exec_error_text was moved to class vregex
                   4284: 
                   4285:        * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
                   4286:          was added
                   4287: 
                   4288:        * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
                   4289:          - class vregex was added
                   4290: 
                   4291: 2009-04-21  misha
                   4292: 
                   4293:        * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
                   4294: 
                   4295:        * src/: types/pa_junction.h, types/pa_value.C,
                   4296:          types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
                   4297:          types/pa_wcontext.h, main/execute.C, classes/op.C: -
                   4298:          junction-optimisation (destructors)
                   4299: 
                   4300:        * src/include/pa_array.h: - free under if now
                   4301: 
                   4302: 2009-04-19  misha
                   4303: 
                   4304:        * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
                   4305: 
                   4306: 2009-04-18  misha
                   4307: 
                   4308:        * src/include/pa_version.h:
                   4309:          :q :
                   4310: 
                   4311:          CV:
                   4312:          ----------------------------------------------------------------------
                   4313: 
                   4314:        * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
                   4315:          refactoring
                   4316: 
                   4317:        * src/: include/pa_array.h, include/pa_hash.h,
                   4318:          types/pa_vmethod_frame.h: - destructors under #ifdef now
                   4319: 
                   4320:        * src/include/pa_memory.h: - define for using destructors was added
                   4321: 
                   4322:        * src/: types/pa_method.h, types/pa_vstateless_class.C,
                   4323:          main/execute.C: - some junctions will be cached now
                   4324: 
                   4325:        * src/include/pa_hash.h: - hash destructor frees pairs now
                   4326: 
                   4327:        * src/include/pa_array.h: - inline was added to destructor
                   4328: 
                   4329:        * src/types/pa_method.h: - comment was changed
                   4330: 
                   4331: 2009-04-17  misha
                   4332: 
                   4333:        * src/: include/pa_array.h, include/pa_hash.h,
                   4334:          types/pa_vmethod_frame.h: - destructors were added
                   4335: 
                   4336:        * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
                   4337:          renamed to always_use_result
                   4338: 
                   4339:        * src/main/: compile.y, compile_tools.h: - rollback changes in
                   4340:          compiler: full backward compatibility is better
                   4341: 
                   4342:        * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
                   4343:          result in var's hash
                   4344: 
                   4345:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
                   4346:          optimisation in method_frame
                   4347: 
                   4348:        * src/include/pa_array.h: - optimisation in array (allocate
                   4349:          elements only when needed)
                   4350: 
                   4351:        * src/types/pa_vresponse.C: - check for $response:headers field
                   4352:          before looking at custom fields
                   4353: 
                   4354:        * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
                   4355:          not needed to check existance var with name 'result' in var's
                   4356:          hash
                   4357: 
                   4358:        * src/main/compile.y: - compiler was changed: now it detects
                   4359:          writings to $result and set flag writo_to_result in method
                   4360: 
                   4361:        * src/classes/string.C: - little optimisation: no needed to write
                   4362:          number with lang
                   4363: 
                   4364:        * src/main/pa_charset.C: - methods readChar and skipChar which is
                   4365:          used for read utf8-strings were renamed - is_escaped was renamed
                   4366:          to isEscaped (to the same name convention)
                   4367: 
                   4368:        * src/: types/pa_method.h, main/compile_tools.h: - flag
                   4369:          write_to_result added. compiler get this info from code.
                   4370: 
                   4371: 2009-04-16  misha
                   4372: 
                   4373:        * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
                   4374:          String only before 1st write
                   4375: 
                   4376:        * src/include/pa_string.h: - not needed template removed
                   4377: 
                   4378:        * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
                   4379:          types/pa_vjunction.C, types/pa_vproperty.C,
                   4380:          types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
                   4381:          main/pa_request.C, classes/bool.C, classes/double.C,
                   4382:          classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
                   4383:          classes/void.C, classes/xnode.C: - bool optimisation (use only 2
                   4384:          bool objects)
                   4385: 
                   4386: 2009-04-15  misha
                   4387: 
                   4388:        * src/lib/cord/cordxtra.c: - more optimisation
                   4389: 
                   4390:        * src/: include/pa_string.h, main/untaint.C: - String::append
                   4391:          optimisation
                   4392: 
                   4393:        * src/include/pa_hash.h: - get_by_hash_code added (it works faster
                   4394:          then get and can sometime be used)
                   4395: 
                   4396:        * src/main/pa_string.C: - String::length optimisation
                   4397: 
                   4398:        * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
                   4399:          these methods read different strings
                   4400: 
                   4401:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
                   4402:          fresult_initial_void removed + some optimisation - if $result
                   4403:          defined we don't write to context anymore
                   4404: 
                   4405:        * src/main/pa_charset.C: - readChar => skipChar (in this place we
                   4406:          need just skip char)
                   4407: 
                   4408:        * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   4409:          types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
                   4410:          classes/table.C: - VVoid::get() => new VVoid (one void-instance)
                   4411: 
                   4412:        * src/types/pa_vvoid.h: - added get() method for retreave one
                   4413:          instance
                   4414: 
                   4415: 2009-04-11  misha
                   4416: 
                   4417:        * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
                   4418: 
                   4419:        * tests/197.html: - test for parser://test in xml was added
                   4420: 
                   4421:        * src/classes/string.C: - small optimisation
                   4422: 
                   4423:        * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
                   4424:          optimisation
                   4425: 
                   4426: 2009-04-10  misha
                   4427: 
                   4428:        * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
                   4429:          to pcre-7.8
                   4430: 
                   4431:        * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
                   4432: 
                   4433:        * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
                   4434:          added
                   4435: 
                   4436:        * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
                   4437:          $request:CLASS_NAME were added
                   4438: 
                   4439:        * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
                   4440:          were added
                   4441: 
                   4442:        * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
                   4443:          $env:CLASS_NAME were added
                   4444: 
                   4445:        * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
                   4446:          '@todo' now
                   4447: 
                   4448:        * src/targets/cgi/parser3.C: - size_t -> int for calming down
                   4449:          compirer
                   4450: 
                   4451:        * src/main/pa_string.C: - little code cleanup
                   4452: 
                   4453:        * src/main/pa_common.C: - describe one more UTF-8 related error
                   4454:          during PCRE compile/execute
                   4455: 
                   4456:        * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
                   4457:          normalizing todo-comments: '@todo' now
                   4458: 
                   4459:        * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
                   4460: 
                   4461:        * src/main/pa_charset.C: - type changed for making compiler happy
                   4462: 
                   4463: 2009-03-10  misha
                   4464: 
                   4465:        * src/targets/cgi/parser3.C: make g++ happy with the type of argc
                   4466:          in main()
                   4467: 
                   4468: 2009-02-01  misha
                   4469: 
                   4470:        * src/main/pa_http.C: - bugfix: double CRLF before the end of
                   4471:          boundary
                   4472: 
                   4473: 2009-01-25  misha
                   4474: 
                   4475:        * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
                   4476: 
                   4477:        * src/classes/file.C: - more changes for parsing different number
                   4478:          of params for file::load
                   4479: 
                   4480:        * tests/193.html: - tests for exception while base64-decode binary
                   4481:          to string was added
                   4482: 
                   4483:        * tests/192.html: - tests for file::load with different number of
                   4484:          options
                   4485: 
                   4486:        * src/classes/math.C: - ups. forgot '+1'
                   4487: 
                   4488:        * src/: classes/table.C, classes/file.C, include/pa_common.h,
                   4489:          include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
                   4490:          main/pa_http.C: - ^file::load[...;http://...;] now can post files
                   4491:          (new option $.encode[multipart-form/data] should be specified) -
                   4492:          $.method[] option for file::load now is not case-sensitive
                   4493: 
                   4494:        * src/: include/pa_string.h, main/untaint.C: - for file post the
                   4495:          new taint language L_FILE_POST was added
                   4496: 
                   4497:        * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
                   4498:          main/main.vcproj, classes/math.C, include/Makefile.am: - some
                   4499:          stuff was moved to separate files
                   4500: 
                   4501: 2009-01-23  misha
                   4502: 
                   4503:        * src/classes/math.C: - little optimisation in ^math:sha1[] -
                   4504:          spaces to tabs were converted
                   4505: 
                   4506: 2009-01-12  misha
                   4507: 
                   4508:        * src/main/pa_http.C: - value of $.method[] option force uppercased
                   4509:          now
                   4510: 
                   4511:        * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   4512:          types/pa_vform.C, types/pa_vmail.C: - some constants changed
                   4513:          their names
                   4514: 
                   4515:        * src/main/pa_common.C: - changes in formating
                   4516: 
                   4517:        * src/: classes/file.C, main/pa_http.C: - some constants changed
                   4518:          their names
                   4519: 
                   4520:        * src/include/pa_http.h: - some spaces were converted to tabs
                   4521: 
                   4522:        * src/include/pa_common.h: - some constants changed their names
                   4523: 
                   4524:        * src/classes/file.C: - fixed 4-th paramether for file::load -
                   4525:          little code rewriting
                   4526: 
                   4527:        * src/types/pa_vfile.C: - little code rewriting
                   4528: 
                   4529:        * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
                   4530:          types/pa_value.h: - some formating changes
                   4531: 
                   4532:        * src/include/pa_common.h: - some formating spaces transformed to
                   4533:          tabs
                   4534: 
                   4535:        * src/classes/string.C: - exception while base64-decode binary to a
                   4536:          string
                   4537: 
                   4538: 2009-01-11  misha
                   4539: 
                   4540:        * configure.in: - version changed to 3.3.1b
                   4541: 
                   4542: 2008-09-05  misha
                   4543: 
                   4544:        * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
                   4545:          release_3_3_0 on 2008-09-05 10:59:35 +0000
                   4546: 
                   4547: 2008-09-04  misha
                   4548: 
                   4549:        * tests/: 130.html, 131.html: - these exceptions not typeless
                   4550:          anymore
                   4551: 
                   4552:        * src/classes/op.C: - exception with 'invalid taint language' not
                   4553:          typeless anylonger
                   4554: 
                   4555:        * src/classes/image.C: - some exceptions while operations with
                   4556:          image not typeless anymore
                   4557: 
                   4558:        * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
                   4559:          main/pa_exec.C, main/pa_http.C: - some exceptions while
                   4560:          operations with files not typeless anymore
                   4561: 
                   4562:        * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
                   4563:          types/pa_vdate.h: - exceptions while checking date range not
                   4564:          typeless anymore
                   4565: 
                   4566:        * src/include/pa_exception.h: - exception type string for invalid
                   4567:          date range was added
                   4568: 
                   4569: 2008-09-03  misha
                   4570: 
                   4571:        * src/: classes/file.C, main/pa_string.C: - exception while pce
                   4572:          operations not typeless anymore
                   4573: 
                   4574:        * src/include/pa_exception.h: - exception type for pce operations
                   4575:          was added
                   4576: 
                   4577:        * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
                   4578:          and .CLASS_NAME insite classes
                   4579: 
                   4580:        * src/classes/table.C: - don't save table header whiile
                   4581:          ^table.save[append;filename] if file exists
                   4582: 
                   4583: 2008-09-02  misha
                   4584: 
                   4585:        * src/main/compile.y, src/main/compile_tools.h,
                   4586:          src/types/pa_vstateless_class.h, src/main/compile.tab.C,
                   4587:          tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
                   4588:          renamed to partial and it login changed: we must mark class as
                   4589:          partial for allow their modifications in future.
                   4590: 
                   4591: 2008-08-29  misha
                   4592: 
                   4593:        * tests/results/022.processed: - testing taint[regex] in mask for
                   4594:          file:list
                   4595: 
                   4596:        * tests/022.html: - testing taint[regex] in mask for file:list
                   4597: 
                   4598:        * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
                   4599:          for file:list was added
                   4600: 
                   4601:        * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
                   4602:          file:list
                   4603: 
                   4604: 2008-08-26  misha
                   4605: 
                   4606:        * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
                   4607:          last derived object
                   4608: 
                   4609:        * src/classes/image.C: - many strings "image.format" replaced by
                   4610:          IMAGE_FORMAT constant string - handle GPS info while parse exif -
                   4611:          understand some more exif tags
                   4612: 
                   4613:        * src/include/pa_exception.h: - string "image.format" was added
                   4614: 
                   4615: 2008-08-21  misha
                   4616: 
                   4617:        * src/: main/pa_string.C, classes/file.C: - use method for print
                   4618:          pcre_exec text error
                   4619: 
                   4620:        * src/main/pa_common.C: - method for print pcre_exec text error was
                   4621:          added
                   4622: 
                   4623:        * src/include/pa_common.h: - method declaration for print pcre_exec
                   4624:          text error was added
                   4625: 
                   4626: 2008-08-19  misha
                   4627: 
                   4628:        * src/main/execute.C: - bugfix: opcodes must be in separate
                   4629:          namespace while debug execution as well
                   4630: 
                   4631:        * tests/: 015.html, results/015.processed: - test for escaping some
                   4632:          parser chars was added
                   4633: 
                   4634: 2008-08-18  misha
                   4635: 
                   4636:        * tests/: 190.html, 190.p, results/190.processed: - test for
                   4637:          $caller.self.field + default getter in one class was added
                   4638: 
                   4639:        * tests/: 189.html, results/189.processed: - test for
                   4640:          ^date::create[date object]
                   4641: 
                   4642:        * tests/: 188.html, results/188.processed: - tests for match with
                   4643:          UTF-8 strings
                   4644: 
                   4645:        * src/main/pa_string.C: - option 'U' (ungreedy) was added to
                   4646:          ^string.match[]
                   4647: 
                   4648:        * ChangeLog: - parser 3.3.0 beta13
                   4649: 
                   4650: 2008-08-15  misha
                   4651: 
                   4652:        * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
                   4653:          internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
                   4654:          pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
                   4655:          dftables.c: - old PCRE files removed
                   4656: 
                   4657:        * src/lib/pcre/config.h: - configuration for PCRE library
                   4658: 
                   4659:        * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
                   4660:          use PCRE library from win32\pcre instead of parser3\src\lib\pcre
                   4661: 
                   4662:        * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
                   4663:          library and set flag UTF8 if $request:charset is UTF-8
                   4664: 
                   4665:        * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
                   4666:          include/pa_config_fixed.h: - moved to new PCRE library
                   4667: 
                   4668:        * src/: main/main.vcproj, types/types.vcproj,
                   4669:          classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
                   4670:          win32\pcre instead of parser3\src\lib\pcre
                   4671: 
                   4672:        * src/: include/pa_opcode.h, include/pa_operation.h,
                   4673:          main/compile.C, main/compile.y, main/compile_tools.C,
                   4674:          main/compile_tools.h, main/execute.C, main/compile.tab.C: -
                   4675:          opcodes were moved to separate namespace
                   4676: 
                   4677: 2008-08-14  misha
                   4678: 
                   4679:        * src/types/pa_vstateless_class.C: - newline at the end missed
                   4680: 
                   4681:        * src/main/untaint.C: - char '-' also prefixed by '\' while regex
                   4682:          tainting
                   4683: 
                   4684: 2008-08-11  misha
                   4685: 
                   4686:        * tests/: 187.html, 187.p, results/187.processed: - tests for
                   4687:          $caller.self, $caller.self.field and $caller.self.field[value]
                   4688:          were added
                   4689: 
                   4690:        * src/types/pa_vmethod_frame.h: - still need to check 'self'
                   4691:          runtime as well (for $caller.self)
                   4692: 
                   4693: 2008-07-25  misha
                   4694: 
                   4695:        * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
                   4696:          059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
                   4697:          086.html, 098.html, 109.html, 121.html: - set correct charsets in
                   4698:          tests with international characters
                   4699: 
                   4700: 2008-07-23  misha
                   4701: 
                   4702:        * src/main/pa_http.C: - escape $cookies as %uXXXX while
                   4703:          file::load[...;http://

                   4704: 
                   4705:        * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
                   4706:          now everywhere in separate namespace
                   4707: 
                   4708:        * src/types/pa_vmethod_frame.h: - looking for caller before looking
                   4709:          for vars
                   4710: 
                   4711:        * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
                   4712:          can be escaped by '^'
                   4713: 
                   4714: 2008-07-22  misha
                   4715: 
                   4716:        * src/classes/string.C, tests/186.html: - names changes:
                   4717:          escape=>js-escape, unescape=>js-unescape
                   4718: 
                   4719: 2008-07-21  misha
                   4720: 
                   4721:        * tests/results/186.processed: - test for string escape/unescape
                   4722: 
                   4723:        * tests/186.html: - test for string escape/unescape
                   4724: 
                   4725:        * src/classes/string.C: - string has escape and unescape methods
                   4726:          now
                   4727: 
                   4728:        * src/: include/pa_string.h, main/pa_string.C: - escape method was
                   4729:          added
                   4730: 
                   4731:        * src/: include/pa_charset.h, main/pa_charset.C: - more escape
                   4732:          method-layers added (with different params)
                   4733: 
                   4734: 2008-07-18  misha
                   4735: 
                   4736:        * tests/results/185.processed: - test for ^str.pos[substr](offset)
                   4737:          was added
                   4738: 
                   4739:        * tests/185.html: - test for ^str.pos[sub](offset) added
                   4740: 
                   4741:        * src/classes/string.C, src/classes/void.C, operators.txt: -
                   4742:          ^string.pos[substr](offset) -- 2nd param accepted now
                   4743: 
                   4744:        * src/main/pa_string.C: - .pos works fine with offset for utf-8
                   4745:          strings
                   4746: 
                   4747: 2008-07-17  misha
                   4748: 
                   4749:        * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
                   4750:          helper length added for mid for small optimisation
                   4751: 
                   4752: 2008-07-16  misha
                   4753: 
                   4754:        * tests/: 185.html, results/185.processed: - tests for
                   4755:          length/left/right/mid/pos with utf-8 strings
                   4756: 
                   4757:        * src/classes/string.C: - left/right/mid/length/pos works fine for
                   4758:          utf-8 strings
                   4759: 
                   4760:        * src/main/untaint.C: - comments removed
                   4761: 
                   4762:        * src/: include/pa_string.h, main/pa_string.C,
                   4763:          include/pa_charset.h, main/pa_charset.C: - methods for working
                   4764:          with pos/mid for strings in utf-8 were added
                   4765: 
                   4766: 2008-07-15  misha
                   4767: 
                   4768:        * tests/: 184.html, results/184.processed: - test for case body as
                   4769:          expression: $var(^switch(1){^case(1)(true)..})
                   4770: 
                   4771:        * src/classes/op.C: - case body can be expression now:
                   4772:          $var(^switch(1){^case(1)(true)..})
                   4773: 
                   4774:        * tests/: results/183.processed, 183.html: - added test for testing
                   4775:          new cookie encoding (%uXXXX)
                   4776: 
                   4777:        * src/main/untaint.C: - cookies outputs as %uXXXX now. while
                   4778:          decoding for backward compatibility they decoded from %XX in
                   4779:          request:charset too
                   4780: 
                   4781:        * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
                   4782:          - cookie class now decode cookies before first access after last
                   4783:          request:charset changing (as form class).
                   4784: 
                   4785:        * src/main/pa_charset.C: - added method escape for escaping cookies
                   4786:          as %uXXXX - before transcode calculate required space for dest
                   4787:          string. it reduce mem usage for transcode
                   4788: 
                   4789:        * src/include/pa_charset.h: - added method escape for escaping
                   4790:          cookies as %uXXXX
                   4791: 
                   4792:        * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
                   4793:          was added. will used for escaping cookies as %uXXXX
                   4794: 
                   4795:        * src/include/pa_common.h: - escape method has new option for skip
                   4796:          converting '+' to a space char
                   4797: 
                   4798:        * src/main/: pa_common.C, pa_http.C: - skip BOM code before
                   4799:          transcode - escape method has new option for skip converting '+'
                   4800:          to a space char
                   4801: 
                   4802: 2008-07-08  misha
                   4803: 
                   4804:        * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
                   4805:          (no UE if more then 1 case matches anylonger) - optimization:
                   4806:          doing searching.as_string() || searching.as_double() only once
                   4807: 
                   4808: 2008-07-04  misha
                   4809: 
                   4810:        * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
                   4811:          now ^date::create[date object] works
                   4812: 
                   4813:        * src/classes/string.C: - left and right added as aliases for start
                   4814:          and end in ^string.trim[]
                   4815: 
                   4816: 2008-07-03  misha
                   4817: 
                   4818:        * src/classes/file.C: - allow $.limit for file::sql as well
                   4819: 
                   4820:        * src/classes/file.C: - allow $.offset option for file::sql - force
                   4821:          send limit=1 to query for use sql specifics authomatically
                   4822: 
                   4823:        * src/classes/: hash.C, string.C, table.C: - don't throw exception
                   4824:          if $.limit value if empty. autoconvert it as everywere
                   4825: 
                   4826: 2008-07-02  misha
                   4827: 
                   4828:        * configure.in: - time to change version number to 3.3.0 %-)
                   4829: 
                   4830:        * src/include/pa_version.h: - time to change version number to
                   4831:          3.3.0 %-)
                   4832: 
                   4833: 2008-06-26  misha
                   4834: 
                   4835:        * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
                   4836:          $.limit(0) fixes
                   4837: 
                   4838:        * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
                   4839:          - $.limit(0) fixes
                   4840: 
                   4841:        * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
                   4842:          new API)
                   4843: 
                   4844:        * src/: include/pa_sql_driver_manager.h,
                   4845:          include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
                   4846:          classes/op.C: - document_root added
                   4847: 
                   4848:        * src/main/compile.tab.C: - error message was changed
                   4849: 
                   4850: 2008-06-25  misha
                   4851: 
                   4852:        * src/main/compile.y: - error message was changed
                   4853: 
                   4854: 2008-06-24  misha
                   4855: 
                   4856:        * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
                   4857: 
                   4858:        * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
                   4859:          tests for @OPTIONS\nappend
                   4860: 
                   4861:        * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
                   4862: 
                   4863:        * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
                   4864: 
                   4865:        * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
                   4866: 
                   4867:        * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
                   4868:          compile.y
                   4869: 
                   4870: 2008-06-17  misha
                   4871: 
                   4872:        * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
                   4873:          compilation: ^if(default){true. it's incorrect. must be
                   4874:          exception}
                   4875: 
                   4876: 2008-06-16  misha
                   4877: 
                   4878:        * tests/: 181.ent, 181.html, results/181.processed: - test for
                   4879:          checking external reference loading with 'http://localhost'
                   4880:          prefix while creating xdoc
                   4881: 
                   4882:        * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
                   4883:          ^math:long2ip[] and ^math:ip2long[]
                   4884: 
                   4885:        * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
                   4886:          added which use scalar stateless class method when user object
                   4887:          used in scalar context - use get_scalar_value when user object
                   4888:          requested in scalar context
                   4889: 
                   4890:        * src/main/pa_common.C: - size must be int but not size_t or we
                   4891:          can't compare with 0 sprintf result
                   4892: 
                   4893:        * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   4894:          main/execute.C, main/pa_request.C: - go back to one VMethodFrame
                   4895:          with internal switch between local/global vars
                   4896: 
                   4897:        * src/types/pa_vclass.C: - register scalar if method @GET[] was
                   4898:          specified
                   4899: 
                   4900:        * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
                   4901:          pa_vstateless_object.h: - stateless class and object now has
                   4902:          private scalar field and getter/setter for working with it
                   4903: 
                   4904:        * src/classes/math.C: - methods math:long2ip & math:ip2long were
                   4905:          moved to inet static class
                   4906: 
                   4907:        * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
                   4908:          class added (^inet:aton[IP], ^inet:ntoa(number))
                   4909: 
                   4910:        * tests/: 180.html, results/180.processed: - tests for
                   4911:          ^math:long2ip(long) and ^math:ip2long[IP]
                   4912: 
                   4913:        * src/classes/math.C: - ^math:ip2long[IP] added
                   4914: 
                   4915: 2008-06-11  misha
                   4916: 
                   4917:        * src/main/pa_xml_io.C: - use file_read_text again because of we
                   4918:          need cut BOM code and remove DOS newline chars. but don't
                   4919:          transcode it anyway.
                   4920: 
                   4921:        * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
                   4922:          main/pa_http.C: - option for disable transcoding while file_read
                   4923:          and file_read_text added
                   4924: 
                   4925: 2008-06-10  misha
                   4926: 
                   4927:        * tests/: 179.html, 179.p, results/179.processed: - test for many
                   4928:          classes in 1 file
                   4929: 
                   4930:        * src/main/: compile.C, compile_tools.h: - compile return list of
                   4931:          classes now.
                   4932: 
                   4933:        * src/main/: compile.y, compile.tab.C: - compile return list of
                   4934:          classes now. internals.
                   4935: 
                   4936:        * src/main/pa_request.C: - compile return list of classes now. try
                   4937:          call @conf and @auto for each returned class
                   4938: 
                   4939:        * src/include/pa_request.h: - compile return list of classes now
                   4940: 
                   4941:        * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
                   4942:          return list of classes when compile buf)
                   4943: 
                   4944: 2008-06-07  misha
                   4945: 
                   4946:        * src/main/pa_request.C: - constructing VRequest object with 3rd
                   4947:          param -- form
                   4948: 
                   4949:        * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
                   4950:          3rd param: form. needed for get post_charset
                   4951: 
                   4952:        * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
                   4953:          added
                   4954: 
                   4955:        * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
                   4956:          types/pa_vform.C, types/pa_vform.h: - some polish
                   4957: 
                   4958: 2008-06-06  misha
                   4959: 
                   4960:        * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
                   4961:          charset and decode chars from it but not from response:charset
                   4962: 
                   4963:        * src/main/pa_http.C: - detect_charset moved out of here
                   4964: 
                   4965:        * src/: include/pa_common.h, main/pa_common.C: - more helpers
                   4966:          methods moved here - unescape_chars accepn one charset now
                   4967: 
                   4968:        * src/main/pa_http.C: - new constants used - don't allow
                   4969:          $.content-type in ^file::load[;http://;$.method[POST]] - add
                   4970:          charset info while ^file::load[;http://;$.method[POST]] - option
                   4971:          $.omit-post-charset(true) added to ^file::load[;http://] for
                   4972:          disabling charset during post
                   4973: 
                   4974:        * src/types/pa_vform.C: - new constants used
                   4975: 
                   4976:        * src/include/pa_common.h: - some constants were added
                   4977: 
                   4978:        * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
                   4979:          instead of StrEqNc
                   4980: 
                   4981:        * src/main/pa_common.C: - new method for caseless search
                   4982:          c-substring in c-string - use isxdigit instead of is_hex_digit
                   4983: 
                   4984:        * src/include/pa_common.h: - new method for caseless search
                   4985:          c-substring in c-string
                   4986: 
                   4987: 2008-06-05  misha
                   4988: 
                   4989:        * tests/results/178.processed: - test for testing default getter
                   4990: 
                   4991:        * tests/178.html: - test for testing default getter
                   4992: 
                   4993:        * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
                   4994:          for test for testing default getter
                   4995: 
                   4996:        * src/main/execute.C: - default getter soul
                   4997: 
                   4998:        * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
                   4999:          requested objects' field not found
                   5000: 
                   5001:        * src/types/pa_vclass.C: - register default getter if defined - get
                   5002:          default getter if requested field not found
                   5003: 
                   5004:        * src/types/pa_vstateless_object.h: - method get_default_getter was
                   5005:          added
                   5006: 
                   5007:        * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
                   5008:          pointer to default getter and methods for get/set it were added
                   5009: 
                   5010:        * src/types/: pa_junction.h, pa_vjunction.h: - junction has
                   5011:          auto_name field (for default getter)
                   5012: 
                   5013: 2008-06-04  misha
                   5014: 
                   5015:        * src/main/pa_xml_io.C: - load external xml in binary mode (no
                   5016:          transcoding, no cutting BOM code, no fixing line breaks) and get
                   5017:          it to libxml "as is"
                   5018: 
                   5019: 2008-06-03  misha
                   5020: 
                   5021:        * src/main/pa_common.C: - use store_Char instead of
                   5022:          transcodeCharFromUTF8
                   5023: 
                   5024:        * src/: include/pa_charset.h, main/pa_charset.C: - method
                   5025:          store_Char added, transcodeCharFromUTF8 -- removed
                   5026: 
                   5027: 2008-06-02  misha
                   5028: 
                   5029:        * tests/: results/177.processed, 177.html: - test for checking
                   5030:          .[acm]date after local ^file::load[] was added
                   5031: 
                   5032:        * tests/: results/176.processed, 176.html: - test for checking
                   5033:          @OPTION\locals + @method[vars][locals] added
                   5034: 
                   5035:        * tests/results/auto.p: - CLASS_PATH specified for checking use
                   5036: 
                   5037: 2008-05-30  misha
                   5038: 
                   5039:        * src/main/: compile.y, compile.tab.C: - changes in compiler:
                   5040:          @OPTION\nlocals + @method[vars][;locals;] were added
                   5041: 
                   5042:        * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
                   5043:          moved to separate method op_code - switch from VMethodFrame to
                   5044:          VMethodFrameGlobal + VMethodFrameLocal
                   5045: 
                   5046:        * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
                   5047:          was moved to separate method op_code
                   5048: 
                   5049:        * src/main/pa_request.C: - use VMethodFrameGlobal instead of
                   5050:          VMethodFrame now
                   5051: 
                   5052:        * src/types/pa_vstateless_class.h: - stateless class have bool flag
                   5053:          all_vars_local as well
                   5054: 
                   5055:        * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
                   5056:          pa_vmethod_frame_local.h, Makefile.am: - who children for
                   5057:          VMethodFrame were added: one (global) works as VMethodFrame
                   5058:          before and second (local) write all vars in self vars scope
                   5059: 
                   5060:        * src/types/pa_method.h: - method has bool flag all_vars_local now
                   5061: 
                   5062: 2008-05-29  misha
                   5063: 
                   5064:        * tests/: 129.html, results/129.processed: - more tests for
                   5065:          ^table.hash[]
                   5066: 
                   5067:        * src/classes/hash.C: - ^hash::sql has a new option:
                   5068:          $.type[hash|string|table] as ^table.hash[] one.
                   5069: 
                   5070:        * src/classes/op.C: - ^try has 3rd param now: finally code which
                   5071:          executed anyway after try or catch section
                   5072: 
                   5073: 2008-05-27  misha
                   5074: 
                   5075:        * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
                   5076:          must not fail if $.distinct(1) wasn't specified
                   5077: 
                   5078: 2008-05-26  misha
                   5079: 
                   5080:        * src/classes/op.C: - allow ^throw[my type]
                   5081: 
                   5082: 2008-05-22  misha
                   5083: 
                   5084:        * configure.in, configure: - version number updated to 3.2.4b
                   5085: 
                   5086:        * src/classes/: op.C, string.C: - trim format string before
                   5087:          eval/format
                   5088: 
                   5089:        * tests/: results/175.processed, 175.html: - more tests for
                   5090:          different format strings in .format[]
                   5091: 
                   5092:        * src/types/pa_vform.C: - while decoding get values decode %uXXXX
                   5093:          as well (not only %XX)
                   5094: 
                   5095:        * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
                   5096:          charset specified - checks for format before print number
                   5097:          (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
                   5098:          (instead of tabs) removed
                   5099: 
                   5100:        * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
                   5101:          charset specified
                   5102: 
                   5103:        * src/: include/pa_charset.h, main/pa_charset.C: - method for get
                   5104:          char in requested charset from utf code was added
                   5105: 
                   5106: 2008-05-19  misha
                   5107: 
                   5108:        * tests/: 174.html, results/174.processed: - test for
                   5109:          ^hashfile.cleanup[] added
                   5110: 
                   5111:        * src/classes/hashfile.C: - optimization: don't create any key or
                   5112:          value variable if it's name weren't specified
                   5113:          (^hf.foreach[;v]{...})
                   5114: 
                   5115: 2008-05-16  misha
                   5116: 
                   5117:        * src/classes/hash.C: - optimization: don't create any key variable
                   5118:          if variable name wasn't specified (^h.foreach[;v]{...})
                   5119: 
                   5120: 2008-05-15  misha
                   5121: 
                   5122:        * src/classes/op.C: - small changes
                   5123: 
                   5124:        * src/classes/hashfile.C: - code reformating (as hash.foreach)
                   5125: 
                   5126:        * src/classes/hash.C: - calculate var_context once before foreach
                   5127: 
                   5128: 2008-05-14  misha
                   5129: 
                   5130:        * src/classes/hashfile.C: - incorrect vars context calculation for
                   5131:          ^hashfile.foreach[;]{} fixed
                   5132: 
                   5133:        * src/classes/: hash.C, table.C: - little optimisation
                   5134: 
                   5135:        * src/classes/file.C: - bugfix: double absolute path while loading
                   5136:          file
                   5137: 
                   5138:        * tests/: 174.html, results/174.processed: - tests for hashfile
                   5139:          were added
                   5140: 
                   5141:        * buildall-with-xml: - moving to libxslt 1.1.24
                   5142: 
                   5143: 2008-04-30  misha
                   5144: 
                   5145:        * src/classes/file.C: - stat file while loading (local only) so
                   5146:          .adate, .mdate and .cdate available without additional ::stat
                   5147: 
                   5148: 2008-04-28  misha
                   5149: 
                   5150:        * src/classes/file.C: - $.name and $.content-type available for
                   5151:          stated file
                   5152: 
                   5153: 2008-04-14  misha
                   5154: 
                   5155:        * src/targets/cgi/parser3.C: - new year in copyright %-)
                   5156: 
                   5157:        * src/include/pa_version.h: - new version number in head
                   5158: 
                   5159: 2008-04-10  misha
                   5160: 
                   5161:        * tests/: 080.html, results/080.processed: - cut '0' from
                   5162:          exponential part because of on diff OS it differ (20 or 020 for
                   5163:          ex)
                   5164: 
                   5165:        * tests/: 119.html, results/119.processed: - check for encoding
                   5166:          while creating xdoc
                   5167: 
                   5168: 2008-04-09  misha
                   5169: 
                   5170:        * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
                   5171: 
                   5172:        * src/main/pa_common.C: - comment added
                   5173: 
                   5174:        * src/classes/date.C: - little refactoring
                   5175: 
                   5176: 2008-04-07  misha
                   5177: 
                   5178:        * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
                   5179:          style of ^table.save[]: prepare one big string and sabe it at
                   5180:          once. it's safe on freebsd 4.x but use much more memory.
                   5181: 
                   5182:        * buildall-with-xml, buildall-without-xml: - option
                   5183:          --disable-stringstream added (under comment. use it on freebsd
                   5184:          4.x)
                   5185: 
                   5186: 2008-02-22  misha
                   5187: 
                   5188:        * src/main/pa_http.C: - exception if $.body[] and $.forms[]
                   5189:          specified together in file::load[;http] - get back transcoding
                   5190:          $.body[] in file::load[;http]
                   5191: 
                   5192: 2008-02-21  misha
                   5193: 
                   5194:        * src/classes/date.C: - ^date.gmt-string[] was added
                   5195: 
                   5196:        * src/types/pa_value.C: - method for output date in RFC 822 format
                   5197:          moved to pa_common.h
                   5198: 
                   5199:        * src/include/pa_common.h: - method for output date in RFC 822
                   5200:          format moved here from pa_value.C
                   5201: 
                   5202:        * src/types/pa_vmail.C: - fixed core in sending mail with
                   5203:          attachment in simple mode ($.file[file here]) introduced in 3.2.2
                   5204: 
                   5205: 2008-02-20  misha
                   5206: 
                   5207:        * src/main/pa_http.C: - transcode $.headers before escaping into
                   5208:          specified charset while ^file::load[...;http://...] (L_URI
                   5209:          instead of L_HTTP_HEADER) - $.cookies param available in
                   5210:          ^file::load[;http://...] now (but we don't parse set-cookies from
                   5211:          response yet) (cookies not transcoded as common $cookies)
                   5212: 
                   5213: 2008-02-19  misha
                   5214: 
                   5215:        * src/main/pa_request.C: - rollback: we mustn't force taint
                   5216:          $response:field values because in this case
                   5217:          $response:locateion[http://...] don't works.
                   5218: 
                   5219: 2008-02-15  misha
                   5220: 
                   5221:        * src/classes/op.C: - little refactoring
                   5222: 
                   5223:        * src/main/pa_http.C: - taint names of $.headers for load[;http
                   5224: 
                   5225:        * src/main/pa_request.C: - force taint values of $response:field
                   5226: 
                   5227: 2008-02-14  misha
                   5228: 
                   5229:        * src/main/pa_request.C: - $response:field transcoded to
                   5230:          $response:charset before escaping now
                   5231: 
                   5232:        * src/main/pa_http.C: - some outdated comments removed
                   5233: 
                   5234:        * src/classes/date.C: - lastdat -> last-day
                   5235: 
                   5236:        * src/classes/date.C: - ^date:lastday(year;month) and
                   5237:          ^date.lastday[] were added - little code refactoring - comments
                   5238:          changes
                   5239: 
                   5240:        * tests/: 159.html, results/159.processed: - test for number of
                   5241:          days in February
                   5242: 
                   5243:        * src/types/pa_value.C: - fixes in code formatting
                   5244: 
                   5245:        * src/classes/: file.C, op.C, table.C: - fixes in code formatting
                   5246:          and comments
                   5247: 
                   5248: 2008-02-13  misha
                   5249: 
                   5250:        * src/main/pa_common.C: - bugfix for february at leap year
                   5251: 
                   5252: 2008-01-28  misha
                   5253: 
                   5254:        * tests/: 160.html, results/160.processed: - more test for cache
                   5255:          added
                   5256: 
                   5257:        * src/classes/op.C: - bugfix: cache body executed twice if contains
                   5258:          unhandled exception
                   5259: 
                   5260: 2008-01-25  misha
                   5261: 
                   5262:        * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
                   5263:          bug when hashfile became inavailable after memory:compact)
                   5264: 
                   5265:        * src/lib/sdbm/apr_strings.C: - +arp_malloc
                   5266: 
                   5267: 2008-01-22  misha
                   5268: 
                   5269:        * src/classes/table.C: - little refactiring and exception texts
                   5270:          changes in method ^table.hash[]
                   5271: 
                   5272:        * src/types/pa_vcookie.C: - link to cookie specification changed
                   5273: 
                   5274: 2008-01-21  misha
                   5275: 
                   5276:        * tests/: 171.html, cat.sh, results/171.processed: - more tests for
                   5277:          file::exec/cgi
                   5278: 
                   5279:        * src/classes/file.C: - bugfix: core while processing headers if
                   5280:          executed cgi script don't return content
                   5281: 
                   5282: 2008-01-18  misha
                   5283: 
                   5284:        * buildall-with-xml: - move to libxml2 version 2.6.31
                   5285: 
                   5286:        * src/include/pa_version.h, configure.in: - version number updated
                   5287:          to '3.2.3b'
                   5288: 
                   5289: 2007-12-28  misha
                   5290: 
                   5291:        * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
                   5292:          hash.contains
                   5293: 
                   5294: 2007-12-27  misha
                   5295: 
                   5296:        * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
                   5297:          src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
                   5298:          src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
                   5299:          src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
                   5300:          src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
                   5301:          src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
                   5302:          src/targets/cgi/parser3.vcproj,
                   5303:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
                   5304:          back to VS2003 because of Apache 1.3 module can't work if it was
                   5305:          built in VS 2005.  with cgi all file so VS2003 project files can
                   5306:          be easy converted to the new format.
                   5307: 
                   5308: 2007-12-04  misha
                   5309: 
                   5310:        * src/types/pa_vcode_frame.h: - changes in comment
                   5311: 
                   5312: 2007-11-29  misha
                   5313: 
                   5314:        * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
                   5315:          intercept strings any longer
                   5316: 
                   5317:        * tests/: 173.html, results/173.processed: - tests for
                   5318:          $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
                   5319:          but not in main code frame
                   5320: 
                   5321:        * tests/: 172.html, results/172.processed: - more tests for pass
                   5322:          objects from code frames
                   5323: 
                   5324: 2007-11-27  misha
                   5325: 
                   5326:        * tests/: 152.html, results/152.processed: - tests for converting
                   5327:          strings 'true'/'false' to bool were added
                   5328: 
                   5329:        * tests/152.html: - added checks for converting strings
                   5330:          'true'/'false' to bool
                   5331: 
                   5332:        * src/classes/string.C: - ^srting.bool[] now can convert to bool
                   5333:          not only strings with numbers but with values 'true'/'false' as
                   5334:          well
                   5335: 
                   5336:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
                   5337:          for parser3.log increased
                   5338: 
                   5339:        * src/main/pa_common.C: - remove_crlf optimize whitespaces now
                   5340: 
                   5341:        * src/include/pa_common.h: - remove_crlf return cstring size now
                   5342: 
                   5343:        * src/include/pa_types.h: - constant with buffer size for
                   5344:          parser3.log added
                   5345: 
                   5346: 2007-11-16  misha
                   5347: 
                   5348:        * tests/cat.sh: - script for tests for file::exec/cgi
                   5349: 
                   5350:        * tests/171.html: - tests for file::exec/cgi
                   5351: 
                   5352:        * tests/results/171.processed: - tests results for file::exec/cgi
                   5353: 
                   5354: 2007-11-15  misha
                   5355: 
                   5356:        * src/main/pa_exec.C: - fixed incorrect exec code for unix
                   5357: 
                   5358:        * src/classes/file.C: - .body must be set before analyzing cgi
                   5359:          headers
                   5360: 
                   5361:        * src/classes/file.C: - bugfix: we must transcode output fix EOLs
                   5362:          only if exec/cgi return anything.
                   5363: 
                   5364: 2007-11-14  misha
                   5365: 
                   5366:        * operators.txt: - info about new text|binary option for
                   5367:          file::exec/cgi was added
                   5368: 
                   5369:        * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
                   5370:          ^file:exec[[text|binary];script;...]
                   5371: 
                   5372:        * src/: include/pa_exception.h, classes/file.C, classes/image.C,
                   5373:          classes/string.C, classes/table.C: - more text strings moved to
                   5374:          the one place
                   5375: 
                   5376: 2007-11-09  misha
                   5377: 
                   5378:        * src/types/pa_vrequest.C: - $request:argv must be taint
                   5379: 
                   5380:        * ChangeLog: - $request:argv [patch from Sumo]
                   5381: 
                   5382:        * operators.txt: - $request:argv
                   5383: 
                   5384:        * src/: include/pa_request_info.h, types/pa_vrequest.C,
                   5385:          types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
                   5386: 
                   5387: 2007-10-25  misha
                   5388: 
                   5389:        * buildall-with-xml, buildall-without-xml: - options preparations
                   5390:          for ./configure rewrited
                   5391: 
                   5392:        * src/main/: compile.tab.C, compile.y: - bug if parser.compile
                   5393:          error occure in unhandled_exception finally fixed
                   5394: 
                   5395: 2007-10-23  misha
                   5396: 
                   5397:        * tests/: 170.html, results/170.processed: - test for
                   5398:          @method[][result]
                   5399: 
                   5400:        * operators.txt: - added info about node.prefix and
                   5401:          node.namespaceURI
                   5402: 
                   5403:        * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
                   5404: 
                   5405:        * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
                   5406:          added for node and attribute
                   5407: 
                   5408: 2007-10-22  misha
                   5409: 
                   5410:        * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
                   5411: 
                   5412:        * src/main/pa_request.C: - added const content-transfer-encoding
                   5413: 
                   5414:        * src/include/pa_request.h: - added const content-transfer-encoding
                   5415:          - ups. constants must be in lowercase (for search)
                   5416: 
                   5417:        * src/types/pa_vmail.C: - more constants used -
                   5418:          content-transfer-encoding: 8bit added
                   5419: 
                   5420:        * src/main/pa_uue.C: - content-transfer-encoding moved out of here
                   5421: 
                   5422:        * src/include/pa_request.h: - more constants
                   5423: 
                   5424:        * src/types/pa_vmail.C: - constant renamed - $.content-id don't
                   5425:          ommit anymore if $.content-disposition was specified - little
                   5426:          refactoring
                   5427: 
                   5428:        * src/: include/pa_request.h, main/pa_request.C: - constant renamed
                   5429: 
                   5430: 2007-10-17  misha
                   5431: 
                   5432:        * operators.txt: - info about
                   5433:          table::create[nameless]{data}[>options<] was added
                   5434: 
                   5435:        * src/main/: compile.tab.C, compile.y: - if error occure while
                   5436:          compile method don't put this method in methods table anymore.
                   5437:          in other case the parser coredumped if @unhandled_exception
                   5438:          method can't be compiled because of parser.compile error.
                   5439: 
                   5440:        * src/main/execute.C: - little code reformating
                   5441: 
                   5442:        * src/main/pa_request.C: - little code reformating - comment
                   5443:          changed
                   5444: 
                   5445: 2007-10-16  misha
                   5446: 
                   5447:        * tests/: 035.html, results/035.processed: - tests
                   5448:          table::create[]{}[options] added
                   5449: 
                   5450:        * src/classes/table.C: - table::create[]{} now accept 3rd param:
                   5451:          options (only $.seperator[] yet)
                   5452: 
                   5453: 2007-10-10  misha
                   5454: 
                   5455:        * src/classes/table.C: - some contstants moved to pa_common.h -
                   5456:          some code changes
                   5457: 
                   5458: 2007-10-02  misha
                   5459: 
                   5460:        * src/main/pa_uue.C: - memory usage during uuencode reduced more
                   5461:          then three time as much. but base64 encoding method still use
                   5462:          less memory anyway.
                   5463: 
                   5464: 2007-09-17  misha
                   5465: 
                   5466:        * operators.txt: - added info about $cookie:fields
                   5467: 
                   5468:        * src/types/pa_vcookie.C: - $cookie:fields available now
                   5469: 
                   5470:        * src/classes/hash.C: - some stuff for use with .for_each moved to
                   5471:          common
                   5472: 
                   5473:        * src/include/pa_common.h: - some stuff for use with .for_each
                   5474:          moved here
                   5475: 
                   5476:        * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
                   5477: 
                   5478: 2007-09-14  misha
                   5479: 
                   5480:        * buildall-with-xml: - new xml libs again =)
                   5481: 
                   5482: 2007-08-28  misha
                   5483: 
                   5484:        * operators.txt: - texts about ^table.columns[[column name]]  and
                   5485:          ^string.split[...][v][column name] were added
                   5486: 
                   5487:        * tests/: 168.html, 169.html, results/168.processed,
                   5488:          results/169.processed: - tests for ^table.columns[[column name]]
                   5489:          and ^string.split[...][v][column name] were added
                   5490: 
                   5491:        * src/classes/table.C: - new option ^table.columns[[column name]]
                   5492:          was added
                   5493: 
                   5494:        * src/classes/string.C: - new option ^string.split[...;v;[column
                   5495:          name]]
                   5496: 
                   5497:        * src/include/pa_exception.h: - error text message for
                   5498:          ^hash._keys[], ^table.columns[] and ^string.split[]
                   5499: 
                   5500: 2007-08-27  misha
                   5501: 
                   5502:        * src/main/untaint.C: - try to fix coredump on unix if print to
                   5503:          body ^taint[sql][something] outside of connect
                   5504: 
                   5505:        * tests/: 167.html, results/167.processed: - test for ^taint[sql]
                   5506:          outside of connect
                   5507: 
                   5508:        * buildall-with-xml, buildall-without-xml: - strip parser3 was
                   5509:          added (commented by default)
                   5510: 
                   5511: 2007-08-20  misha
                   5512: 
                   5513:        * operators.txt: - comment about new method ^node.hasAttributes[]
                   5514:          was added
                   5515: 
                   5516:        * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
                   5517:          duplicated exception text strings were removed
                   5518: 
                   5519:        * src/include/pa_exception.h: - more exception text strings moved
                   5520:          here
                   5521: 
                   5522:        * src/classes/table.C: - some duplicate exceptions' text strings
                   5523:          removed
                   5524: 
                   5525:        * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
                   5526:          xdoc.C, xnode.C: - some duplicate exceptions' text strings
                   5527:          removed
                   5528: 
                   5529:        * src/include/pa_exception.h: - some exception text strings movet
                   5530:          to pa_exception
                   5531: 
                   5532:        * tests/: 149.html, results/149.processed: - test for
                   5533:          ^xnode.hasAttributes[] was added - some code changes
                   5534: 
                   5535:        * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
                   5536:          added
                   5537: 
                   5538: 2007-08-17  misha
                   5539: 
                   5540:        * tests/: results/006.processed, results/059.processed, 006.html,
                   5541:          059.html: - more tests for match
                   5542: 
                   5543:        * tests/: 129.html, results/129.processed: - tests for
                   5544:          ^table.hash[...][$.type[string|hash|table]] added
                   5545: 
                   5546:        * src/targets/cgi/parser3.C: - little syntax changes
                   5547: 
                   5548:        * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
                   5549:          syntax changes
                   5550: 
                   5551:        * src/targets/cgi/parser3.C, operators.txt: - annoying 'SIGPIPE'
                   5552:          messages in parser3.log switched off by default. If someone
                   5553:          really still need it: use $SIGPIPE(1)
                   5554: 
                   5555: 2007-08-08  misha
                   5556: 
                   5557:        * buildall-with-xml, buildall-without-xml: - remove libs source
                   5558:          files by default since now
                   5559: 
                   5560: 2007-08-07  misha
                   5561: 
                   5562:        * buildall-without-xml: - some option syntax changes
                   5563: 
                   5564:        * buildall-with-xml: - compile libxml2 without http support - some
                   5565:          option syntax changes
                   5566: 
                   5567:        * src/main/pa_xml_io.C: - will use parser file loader for xml needs
                   5568: 
                   5569: 2007-08-06  misha
                   5570: 
                   5571:        * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
                   5572: 
                   5573:        * tests/: 160.html, results/160.processed: - cache test was
                   5574:          rewrited
                   5575: 
                   5576: 2007-07-06  misha
                   5577: 
                   5578:        * tests/: 153.html, results/153.processed: - added test for
                   5579:          ^math:sha1[string]
                   5580: 
                   5581:        * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
                   5582:          transcoded
                   5583: 
                   5584:        * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
                   5585:          were added
                   5586: 
                   5587: 2007-06-28  misha
                   5588: 
                   5589:        * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
                   5590:          some incorrect chars
                   5591: 
                   5592: 2007-06-19  misha
                   5593: 
                   5594:        * src/include/pa_hash.h: - methods generic_hash_code & hash_code
                   5595:          were moved on top because of gcc 4 had a problems during
                   5596:          building.
                   5597: 
                   5598: 2007-06-18  misha
                   5599: 
                   5600:        * tests/results/019.processed: - new image commited
                   5601: 
                   5602: 2007-06-09  misha
                   5603: 
                   5604:        * src/classes/: op.C, table.C: - in while and table.select method
                   5605:          as_expression used now
                   5606: 
                   5607:        * src/types/pa_vmethod_frame.h: - method as_expression was added
                   5608: 
                   5609: 2007-06-08  misha
                   5610: 
                   5611:        * tests/: 166.html, results/166.processed: - test for
                   5612:          ^match[...][n]
                   5613: 
                   5614:        * tests/: 165.html, results/165.processed: - tests for loops
                   5615: 
                   5616:        * src/lib/cord/include/private/cord_pos.h: - back to origin value
                   5617:          because of no speed/memory optimisation but some proglems with
                   5618:          long cycles occure
                   5619: 
                   5620: 2007-06-06  misha
                   5621: 
                   5622:        * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
                   5623:          ^table.select(true) and ^table.select(1) didn't works because of
                   5624:          awaiting junction-param only. fixed.
                   5625: 
                   5626: 2007-05-24  misha
                   5627: 
                   5628:        * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
                   5629:          with 0.5 secs interval
                   5630: 
                   5631:        * src/classes/op.C: - cache was rewrited. I hope it works with
                   5632:          locking system now on unix
                   5633: 
                   5634:        * src/main/pa_os.C: - locks engines were rewrited: now we don't use
                   5635:          system locks which wait till other threads release it but try get
                   5636:          lock, if fail wait 1 sec and make 10 attempts.
                   5637: 
                   5638:        * src/include/pa_os.h: - consts for blocking locks + some comments
                   5639:          were added
                   5640: 
                   5641:        * src/lib/sdbm/apr_file_io.C: - wait till lock released while
                   5642:          opening files
                   5643: 
                   5644:        * src/classes/table.C: - changes in includes. if unclude <sstream>
                   5645:          after our classes on unix it can't be build
                   5646: 
                   5647:        * src/types/pa_vhashfile.C: - not needed code removed
                   5648: 
                   5649: 2007-05-23  misha
                   5650: 
                   5651:        * src/: classes/file.C, classes/op.C, main/pa_common.C,
                   5652:          include/pa_common.h: - cosmetic changes
                   5653: 
                   5654: 2007-05-18  misha
                   5655: 
                   5656:        * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
                   5657:          often. it's give some speed increasing
                   5658: 
                   5659:        * tests/results/160.processed: - returned time corrected
                   5660: 
                   5661:        * tests/160.html: - time increased because on unix 1 mean nothing
                   5662:          :(
                   5663: 
                   5664:        * operators.txt: - added info about ^hash.contain[key]
                   5665: 
                   5666:        * src/classes/hash.C: - added ^hash.contain[key]
                   5667: 
                   5668:        * src/include/pa_hash.h: - added method for checking key exists in
                   5669:          hash
                   5670: 
                   5671: 2007-05-07  misha
                   5672: 
                   5673:        * src/include/pa_string.h: - was compilation error during build on
                   5674:          freebsd4
                   5675: 
                   5676: 2007-05-03  misha
                   5677: 
                   5678:        * src/classes/table.C: - option $.type[hash|string|table] was added
                   5679:          for ^table.hash[]
                   5680: 
                   5681:        * src/classes/file.C: - comment removed
                   5682: 
                   5683: 2007-04-26  misha
                   5684: 
                   5685:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
                   5686:          real files doesn't opened in place anymore
                   5687: 
                   5688: 2007-04-24  misha
                   5689: 
                   5690:        * src/classes/math.C: - I thought one more time and remove lg(N) :)
                   5691: 
                   5692:        * src/include/pa_exception.h: "static" removed
                   5693: 
                   5694: 2007-04-23  misha
                   5695: 
                   5696:        * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
                   5697: 
                   5698:        * src/classes/math.C: added: - ^math:ln(N) (the same as
                   5699:          ^math:log(N)) - ^math:lg(N)
                   5700: 
                   5701:        * tests/: 097.html, results/097.processed: - charsets converstion
                   5702:          during ^file::load[text;http://...] added
                   5703: 
                   5704:        * tests/: 164.html, results/164.processed: - check for set expires
                   5705:          as a date
                   5706: 
                   5707:        * tests/: 164.html, results/164.processed: - test for hashfile
                   5708: 
                   5709:        * src/classes/hashfile.C: - little comment changes
                   5710: 
                   5711:        * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
                   5712:          access
                   5713: 
                   5714:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   5715:          classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
                   5716:          classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
                   5717:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   5718:          classes/xnode.h, include/pa_request.h, main/execute.C,
                   5719:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   5720:          main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
                   5721:          main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
                   5722:          types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
                   5723:          types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
                   5724:          types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
                   5725:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   5726:          types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
                   5727:          "parser.runtime" strings were removed
                   5728: 
                   5729:        * src/classes/hashfile.C: - with .clear[] called files_delete()
                   5730:          now.
                   5731: 
                   5732:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
                   5733: 
                   5734:        * src/include/pa_exception.h: - string constant with
                   5735:          "parser.runtime" text was added
                   5736: 
                   5737: 2007-04-20  misha
                   5738: 
                   5739:        * operators.txt: - some comments changing
                   5740: 
                   5741:        * operators.txt: - added info about .^hashfile.release[],
                   5742:          ^hashfile.clenaup[] and new ^string.match[][>N-option<]
                   5743: 
                   5744:        * configure: =cheching for unsetenv
                   5745: 
                   5746:        * src/classes/hashfile.C: - ^hashfile.cleanup[],
                   5747:          ^hashfile.release[] were added
                   5748: 
                   5749:        * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
                   5750:          ^string.match[][] understand new option now: return number of
                   5751:          matches but not table wit results
                   5752: 
                   5753:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
                   5754:          reopen now
                   5755: 
                   5756:        * src/classes/op.C: - bug. must be false
                   5757: 
                   5758:        * configure.in: - checking for unsetenv was added
                   5759: 
                   5760:        * src/types/pa_vform.C: - some comments
                   5761: 
                   5762: 2007-04-18  misha
                   5763: 
                   5764:        * buildall-with-xml: moving to libxml2-2.6.28
                   5765: 
                   5766:        * buildall-with-xml, buildall-without-xml: added commented lines
                   5767:          with --disable-safe-mode option
                   5768: 
                   5769:        * operators.txt: - info about $form:files
                   5770: 
                   5771: 2007-04-17  misha
                   5772: 
                   5773:        * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
                   5774:          $form:files was added
                   5775: 
                   5776:        * tests/: 163.html, results/163.processed: removing auto format
                   5777: 
                   5778:        * src/types/pa_vdate.h: - start adding unsetenv("TZ");
                   5779: 
                   5780: 2007-04-16  misha
                   5781: 
                   5782:        * tests/: 163.html, results/163.processed: - test for .int[],
                   5783:          floor, round, ceiling and .format[]
                   5784: 
                   5785:        * src/classes/file.C: - little optimization for getting args in
                   5786:          exec/cgi
                   5787: 
                   5788: 2007-04-13  misha
                   5789: 
                   5790:        * src/classes/file.C: - arguments for file::exec/cgi can be
                   5791:          specified now as s table with one column
                   5792: 
                   5793: 2007-03-27  misha
                   5794: 
                   5795:        * tests/: 162.html, results/162.processed: - test for
                   5796:          ^table.select(^condition[$t])
                   5797: 
                   5798:        * tests/results/auto.p: - load windows-1251 charset for some tests
                   5799: 
                   5800:        * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
                   5801: 
                   5802:        * tests/: results/161.processed, 161.html, 161_utf8.txt,
                   5803:          161_windows1251.txt: - added test for
                   5804:          ^file::load[text;/local/file.txt;$.charset[...]]
                   5805: 
                   5806:        * tests/: results/013.processed, 013.html: - added test for
                   5807:          checking $._default value while hash modifications
                   5808: 
                   5809:        * tests/: 160.html, results/160.processed: - add test for
                   5810:          ^cache[key](secs){code}, ^cache[] and ^cache(0)
                   5811: 
                   5812: 2007-03-22  misha
                   5813: 
                   5814:        * src/include/pa_common.h: - "charset" string defined for
                   5815:          ^file::load[text;/local.txt] and ^table::load[/table.txt]
                   5816: 
                   5817:        * src/main/: pa_common.C, pa_http.C: - $.charset option for
                   5818:          ^file::load[text;/local.txt] and ^table::load[/table.txt] was
                   5819:          added - not needed transcodes were removed from
                   5820:          ^file::load[...;http://...]
                   5821: 
                   5822:        * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
                   5823:          added
                   5824: 
                   5825:        * src/classes/date.C: - date.week was fixed
                   5826: 
                   5827:        * operators.txt: - added info about date.weekyear
                   5828: 
                   5829:        * tests/: 159.html, results/159.processed: - tests for date.week
                   5830:          and date.weekyear added
                   5831: 
                   5832: 2007-03-15  misha
                   5833: 
                   5834:        * src/classes/table.C: - enclose column numbers for nameless tables
                   5835:          as well
                   5836: 
                   5837: 2007-03-14  misha
                   5838: 
                   5839:        * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
                   5840: 
                   5841:        * src/classes/table.C: - table.save optimization: now required much
                   5842:          less memory
                   5843: 
                   5844: 2007-03-13  misha
                   5845: 
                   5846:        * tests/results/: 158.processed, 158.processes: - tests for
                   5847:          table.save/table.load
                   5848: 
                   5849:        * tests/: 158.html, results/158.processes: - tests for
                   5850:          table.save/table.load
                   5851: 
                   5852:        * buildall-with-xml: libxml2: --without-ftp --without-docbook
                   5853: 
                   5854:        * buildall-with-xml: - pattern needed now for building
                   5855: 
                   5856:        * tests/results/097.processed: - added test results for xdoc::load
                   5857:          & xdoc::load[http://...]
                   5858: 
                   5859:        * tests/097.html: - added test for xdoc::load
                   5860: 
                   5861: 2007-03-12  misha
                   5862: 
                   5863:        * tests/: 107.html, results/107.processed: - added test for xpath
                   5864:          '//man'
                   5865: 
                   5866: 2007-03-01  misha
                   5867: 
                   5868:        * tests/: 097.html, results/097.processed: - added test for
                   5869:          creating xdoc from file
                   5870: 
                   5871:        * tests/: results/157.processed, 157.html: - added test for
                   5872:          file:move
                   5873: 
                   5874: 2007-02-28  misha
                   5875: 
                   5876:        * src/classes/xdoc.C: - another attempt
                   5877: 
                   5878:        * src/classes/xdoc.C: - roll back last changes for a while
                   5879: 
                   5880:        * src/classes/xdoc.C, operators.txt: - ^xdoc::create[$file] added.
                   5881: 
                   5882:        * src/classes/file.C: - under lock we create non-exist dir anyway
                   5883: 
                   5884:        * tests/results/099.processed: - ever send content-disposition to
                   5885:          client with file
                   5886: 
                   5887:        * tests/157.html: + test for file:copy
                   5888: 
                   5889: 2007-02-26  misha
                   5890: 
                   5891:        * src/classes/file.C: - some similar strings moved to #define
                   5892:          instead of to be copy/pasted many times
                   5893: 
                   5894:        * src/types/pa_vfile.h: - class name string ("file") moved to
                   5895:          #define
                   5896: 
                   5897: 2007-02-20  misha
                   5898: 
                   5899:        * bin/auto.p.dist.in: - added lines for sqlite
                   5900: 
                   5901:        * configure.in: - added some strings for sqlite detection
                   5902: 
                   5903: 2007-02-19  misha
                   5904: 
                   5905:        * operators.txt: - some comments changes
                   5906: 
                   5907:        * buildall-with-xml, buildall-without-xml: - some modifications
                   5908: 
                   5909: 2007-02-17  misha
                   5910: 
                   5911:        * buildall-with-xml, buildall-without-xml: - moving to gc6.8
                   5912: 
                   5913:        * src/main/pa_request.C: - damn, i forgot to commit it while I
                   5914:          change console behaviour
                   5915: 
                   5916: 2007-02-12  misha
                   5917: 
                   5918:        * src/targets/cgi/parser3.C: - don't print headers if
                   5919:          $console:line[data] was used during cgi execution.
                   5920: 
                   5921:        * src/types/pa_vconsole.h: - console class have bool flag now which
                   5922:          marked as 'true' if class was used.
                   5923: 
                   5924:        * tests/: 152.html, results/152.processed: - more types was added
                   5925:          to test 152
                   5926: 
                   5927:        * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
                   5928:          adding 'bool' (^if($image){} caused exception)
                   5929: 
                   5930: 2007-02-09  misha
                   5931: 
                   5932:        * tests/: 152.html, results/152.processed: - test alightly updated
                   5933: 
                   5934:        * tests/: 152.html, results/152.processed: - test rewrited
                   5935: 
                   5936:        * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
                   5937:          bugfix. I broke xdoc & xnode in expression
                   5938: 
                   5939: 2007-02-08  misha
                   5940: 
                   5941:        * tests/: 152.html, results/152.processed: - add test for checking
                   5942:          'def' for void, string, bool, int & double
                   5943: 
                   5944: 2007-02-07  misha
                   5945: 
                   5946:        * operators.txt: - ^file:base64[filespec]  was added
                   5947: 
                   5948:        * tests/results/153.processed: - result test for
                   5949:          ^file:base64[filespec]  was updated
                   5950: 
                   5951:        * tests/153.html: - test for ^file:base64[filespec]  was added
                   5952: 
                   5953:        * src/types/pa_vconsole.h: - little optimization
                   5954: 
                   5955:        * src/classes/file.C: - ^file:base64[filespec]
                   5956: 
                   5957:        * src/main/pa_common.C: - definitions for ^file:base64[filespec]
                   5958: 
                   5959:        * src/include/pa_common.h: - declarations for
                   5960:          ^file:base64[filespec]
                   5961: 
                   5962:        * src/types/pa_vcookie.C: - little optimization
                   5963: 
                   5964: 2007-02-06  misha
                   5965: 
                   5966:        * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
                   5967:          were temporary commented
                   5968: 
                   5969:        * src/types/pa_vbool.h: - bugfix
                   5970: 
                   5971:        * tests/156.html: - added test for bool cookie
                   5972: 
                   5973:        * src/types/pa_vcookie.h: - not needed string "cookie" removed
                   5974: 
                   5975:        * tests/: 155.html, results/155.processed: - added test for check
                   5976:          $.encloser[] option for table save/load
                   5977: 
                   5978:        * tests/: 153.html, 154.html, todo.txt: - two more tests added
                   5979: 
                   5980: 2007-02-05  misha
                   5981: 
                   5982:        * tests/results/152.processed: - newline at the end was missed
                   5983: 
                   5984:        * tests/results/141.processed: - math:md5 must be lowercased
                   5985: 
                   5986:        * src/targets/cgi/parser3.C: - 2007 in help ;)
                   5987: 
                   5988: 2007-02-03  misha
                   5989: 
                   5990:        * tests/results/: 150.processed, 151.processed, 152.processed: -
                   5991:          test for bool added and some content length fixes
                   5992: 
                   5993:        * tests/152.html: - test for bool added
                   5994: 
                   5995:        * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
                   5996: 
                   5997:        * operators.txt: - info bool class was added
                   5998: 
                   5999:        * src/: classes/Makefile.am, classes/bool.C,
                   6000:          classes/classes.vcproj, classes/double.C, classes/int.C,
                   6001:          classes/string.C, classes/void.C, classes/xnode.C,
                   6002:          include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
                   6003:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
                   6004:          types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
                   6005:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   6006:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
                   6007:          types/types.vcproj: - bool class was added
                   6008: 
                   6009:        * src/main/pa_request.C: - fix
                   6010: 
                   6011: 2007-01-18  misha
                   6012: 
                   6013:        * src/: main/pa_string.C, classes/string.C: - return table during
                   6014:          ^string.match[][] even if no matched found.
                   6015: 
                   6016: 2006-12-20  misha
                   6017: 
                   6018:        * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
                   6019:          http://www.parser.ru/forum/?id=55598 ]
                   6020: 
                   6021: 2006-12-19  misha
                   6022: 
                   6023:        * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
                   6024:          details: http://www.parser.ru/forum/?id=52359
                   6025: 
                   6026:        * src/main/pa_request.C: - always set content-disposition for
                   6027:          $response:body[hash here]. more details:
                   6028:          http://www.parser.ru/forum/?id=52130
                   6029: 
                   6030: 2006-12-07  misha
                   6031: 
                   6032:        * operators.txt: - added info about bool params in cookie set
                   6033: 
                   6034:        * src/types/pa_vcookie.C: - bool param in cookies available now
                   6035:          $cookie:name[   $.value[123]   $.secure(true)   $.httponly(true)
                   6036:          ]
                   6037: 
                   6038:        * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
                   6039:          was added
                   6040: 
                   6041: 2006-12-02  misha
                   6042: 
                   6043:        * src/classes/file.C: - file_block_read used instead of native read
                   6044: 
                   6045:        * src/main/pa_common.C: - added file_block_read with read error
                   6046:          detection - file_block_read used instead of native read
                   6047: 
                   6048:        * src/include/pa_common.h: - added file_block_read declaration
                   6049: 
                   6050: 2006-12-01  misha
                   6051: 
                   6052:        * operators.txt: - info about $var.CLASS_NAME was added
                   6053: 
                   6054:        * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
                   6055:          $var.CLASS_NAME added
                   6056: 
                   6057:        * operators.txt: - added info about ^file:copy[]
                   6058: 
                   6059:        * src/classes/file.C: - ^file:copy[from;fo] was added
                   6060: 
                   6061: 2006-11-20  misha
                   6062: 
                   6063:        * src/classes/date.C: - bug fix :)
                   6064: 
                   6065: 2006-11-17  misha
                   6066: 
                   6067:        * src/include/pa_common.h: - array in crc32 calculation was changed
                   6068:          to static
                   6069: 
                   6070:        * src/main/pa_common.C: - little optimization in getMonthDays -
                   6071:          small changes in crc32 calculation
                   6072: 
                   6073:        * src/classes/date.C: - not needed code was removed
                   6074: 
                   6075: 2006-11-16  misha
                   6076: 
                   6077:        * src/types/pa_vmail.C: - fix missed brakes
                   6078: 
                   6079:        * src/types/pa_vmail.C: - mail:send now set content-type:
                   6080:          multipart/related instead of multipart/mixed if file have
                   6081:          $.content-id[]
                   6082: 
                   6083: 2006-11-15  misha
                   6084: 
                   6085:        * src/types/pa_vdouble.h: abs -> fabs
                   6086: 
                   6087: 2006-11-14  misha
                   6088: 
                   6089:        * operators.txt: - added info about ^file.md5[] and
                   6090:          ^file:md5[file-name]
                   6091: 
                   6092:        * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
                   6093:          added
                   6094: 
                   6095:        * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
                   6096:          FILE_BUFFER_SIZE
                   6097: 
                   6098:        * src/classes/math.C: - hex_string was moved to pa_common.h
                   6099: 
                   6100:        * src/include/pa_common.h: - hex_string was moved from math.C -
                   6101:          CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
                   6102: 
                   6103:        * src/types/pa_vdouble.h: - incorrect frac detection with negative
                   6104:          values was fixed
                   6105: 
                   6106: 2006-11-13  misha
                   6107: 
                   6108:        * operators.txt: - added info about ^math:crc32[string],
                   6109:          ^file:crc32[file-name] & ^file.crc32[]
                   6110: 
                   6111:        * src/classes/math.C: - added ^math:crc32[string]
                   6112: 
                   6113:        * src/classes/file.C: - some comments were changed - added
                   6114:          ^file:crc32[file-name] and ^file.crc32[]
                   6115: 
                   6116:        * src/: include/pa_common.h, main/pa_common.C: - some functions for
                   6117:          crc32 calculation added
                   6118: 
                   6119: 2006-11-03  misha
                   6120: 
                   6121:        * src/include/pa_array.h: - not needed variable removed
                   6122: 
                   6123:        * tests/: 150.html, 151.html, results/150.processed,
                   6124:          results/151.processed: - 2 tests were added
                   6125: 
                   6126:        * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
                   6127:          with $.reverse(1) were fixed
                   6128: 
                   6129:        * src/main/pa_http.C: - bug fix. now tainted data from $.form and
                   6130:          query converted to $.charset during ^file::load[http://...]
                   6131: 
                   6132: 2006-11-02  misha
                   6133: 
                   6134:        * src/include/pa_table.h: ups. forget '=' char
                   6135: 
                   6136:        * src/include/pa_table.h: - one more fix in
                   6137:          .locate[...][$.reverse(1)]
                   6138: 
                   6139: 2006-11-01  misha
                   6140: 
                   6141:        * src/classes/math.C: - bug fix, details:
                   6142:          http://www.parser.ru/forum/?id=53360
                   6143: 
                   6144:        * src/include/pa_table.h: - bug fix during ^table.locate( condition
                   6145:          false for all records )[$.reverse(1)]
                   6146: 
                   6147:        * src/main/pa_http.C: - second param for this mid method is length
                   6148:          but not end_index so this method has error and can't detect
                   6149:          charsets in next content-types: Content-type: text/html;
                   6150:          charset="windows-1251" Content-type: text/html;
                   6151:          charset="windows-1251"; Content-type: text/html;
                   6152:          charset=windows-1251;
                   6153: 
                   6154:          only Content-type: text/html; charset=windows-1251 was fine
                   6155: 
                   6156: 2006-10-31  misha
                   6157: 
                   6158:        * src/classes/file.C: - empty args in file::exec removed now
                   6159: 
                   6160: 2006-09-11  misha
                   6161: 
                   6162:        * bin/auto.p.dist.in: - 2 errors were fixed - table::set was
                   6163:          replaced to table::create - some changes in text/code formatting
                   6164: 
                   6165: 2006-09-03  paf
                   6166: 
                   6167:        * src/classes/file.C: proper tainting of
                   6168:          ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
                   6169: 
                   6170: 2006-06-09  paf
                   6171: 
                   6172:        * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
                   6173: 
                   6174:        * src/classes/table.C: formatting
                   6175: 
                   6176:        * src/classes/table.C: incorporated patch from misha: Sent:
                   6177:          Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
                   6178:          ignoring string options for ^table.save[]
                   6179: 
                   6180:        * src/classes/hash.C: incorporated patch from misha Sent:
                   6181:          Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
                   6182:          $hash._default disappear while
                   6183: 
                   6184:        * operators.txt: ^mail:send[   $.file1[      $.value[file]
                   6185:          $.format[!uue|!base64] << new base64 option. default uue   ] ]
                   6186: 
                   6187:        * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
                   6188:          PM Subject: patch for base64 in ^mail:send[] %-)
                   6189: 
                   6190: 2006-04-09  paf
                   6191: 
                   6192:        * src/main/compile.tab.C: ` change compiled
                   6193: 
                   6194:        * gnu.vcproj, operators.txt, parser3.sln,
                   6195:          src/classes/classes.vcproj, src/classes/file.C,
                   6196:          src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
                   6197:          src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
                   6198:          src/classes/xnode.C, src/include/pa_array.h,
                   6199:          src/include/pa_config_fixed.h, src/include/pa_dir.h,
                   6200:          src/include/pa_memory.h, src/include/pa_request.h,
                   6201:          src/include/pa_stack.h, src/lib/cord/cord.vcproj,
                   6202:          src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
                   6203:          src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
                   6204:          src/lib/pcre/pcre_dftables.vcproj,
                   6205:          src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
                   6206:          src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
                   6207:          src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
                   6208:          src/main/pa_cache_managers.C, src/main/pa_charset.C,
                   6209:          src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
                   6210:          src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
                   6211:          src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
                   6212:          src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
                   6213:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
                   6214:          src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
                   6215:          src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
                   6216:          src/types/pa_value.h, src/types/pa_vcookie.C,
                   6217:          src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
                   6218:          src/types/pa_vmail.C, src/types/pa_vresponse.C,
                   6219:          src/types/pa_vstatus.C, src/types/types.vcproj,
                   6220:          tests/descript.ion, www/htdocs/_bug.html, www/htdocs/_bug.xsl: +
                   6221:          ^break[] ^continue[], in ^for, ^while, ^menu,
                   6222:          ^hash/hashfile.foreach
                   6223: 
                   6224:        * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
                   6225:          src/classes/file.C, src/classes/hash.C, src/classes/image.C,
                   6226:          src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
                   6227:          src/classes/xnode.C, src/include/pa_array.h,
                   6228:          src/include/pa_config_fixed.h, src/include/pa_dir.h,
                   6229:          src/include/pa_memory.h, src/include/pa_request.h,
                   6230:          src/include/pa_stack.h, src/lib/cord/cord.vcproj,
                   6231:          src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
                   6232:          src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
                   6233:          src/lib/pcre/pcre_dftables.vcproj,
                   6234:          src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
                   6235:          src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
                   6236:          src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
                   6237:          src/main/pa_cache_managers.C, src/main/pa_charset.C,
                   6238:          src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
                   6239:          src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
                   6240:          src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
                   6241:          src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
                   6242:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
                   6243:          src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
                   6244:          src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
                   6245:          src/types/pa_value.h, src/types/pa_vcookie.C,
                   6246:          src/types/pa_vmail.C, src/types/pa_vresponse.C,
                   6247:          src/types/pa_vstatus.C, src/types/types.vcproj,
                   6248:          tests/descript.ion, www/htdocs/_bug.html, www/htdocs/_bug.xsl: !
                   6249:          switched to VS2005 (projects and object<info explicitly
                   6250:          typed>.for_each(, info)) + $response:field[] setting void means
                   6251:          removing + grammar $name` name stops now, for mysql `$field` +
                   6252:          started ^break[] ^continue[], in ^for. TODO: to other iterators
                   6253:          (while, menu, foreach) + all log messages += [uri=, method=, cl=]
                   6254: 
                   6255:        * buildall-with-xml: merged . ftp paths update
                   6256: 
                   6257:        * buildall-with-xml: . ftp paths update
                   6258: 
                   6259: 2006-03-04  paf
                   6260: 
                   6261:        * src/main/: pa_string.C: merged from HEAD ! cache file curruption
                   6262:          checks++ [thanks to Igor Zinkovsky for detailed report]
                   6263: 
                   6264:        * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
                   6265:          Igor Zinkovsky for detailed report]
                   6266: 
                   6267: 2006-03-01  paf
                   6268: 
                   6269:        * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
                   6270:          \n to ' ' in
                   6271: 
                   6272: 2006-02-18  paf
                   6273: 
                   6274:        * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
                   6275:          \n to ' ' in
                   6276: 
                   6277:        * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
                   6278: 
                   6279: 2006-02-03  paf
                   6280: 
                   6281:        * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
                   6282:          base64
                   6283: 
                   6284:        * src/main/pa_common.C: ! bugfix: decoding from base64
                   6285: 
                   6286: 2006-01-20  paf
                   6287: 
                   6288:        * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
                   6289:          economy fix
                   6290: 
                   6291:        * src/classes/: table.C: merged from HEAD ! bugfix
                   6292:          ^table.save[$.encloser-s now handled properly
                   6293: 
                   6294:        * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
                   6295:          handled properly
                   6296: 
                   6297: 2006-01-19  paf
                   6298: 
                   6299:        * buildall-with-xml, buildall-without-xml: merged from HEAD !
                   6300:          libgc:USE_MUNMAP activates merging of free memory blocks which
                   6301:          helps a lot in our case: after transform we want
                   6302:          CORD(main.result)->cstr[big malloc]->transcode[big malloc]
                   6303: 
                   6304:        * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
                   6305:          economy fix
                   6306: 
                   6307:        * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
                   6308:          activates merging of free memory blocks which helps a lot in our
                   6309:          case: after transform we want CORD(main.result)->cstr[big
                   6310:          malloc]->transcode[big malloc]
                   6311: 
                   6312: 2006-01-17  paf
                   6313: 
                   6314:        * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
                   6315:          before reading them. got rid of reallocs = became quicker and
                   6316:          less fragmentated
                   6317: 
                   6318: 2005-12-29  paf
                   6319: 
                   6320:        * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
                   6321:          configure, configure.in, src/include/pa_version.h,
                   6322:          src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
                   6323:          src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
                   6324:          src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
                   6325:          src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
                   6326:          src/lib/ltdl/missing, www/htdocs/_bug.html: . merged from 3.2.1
                   6327: 
                   6328:        * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
                   6329:          packaged when 'make dist', so do configure companion files in
                   6330:          src/lib/ltdl
                   6331: 
                   6332:        * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
                   6333:          config.guess, config.sub, configure.in, install-sh, ltmain.sh,
                   6334:          missing: . now config_auto.h is created with configure [were
                   6335:          constant]
                   6336: 
                   6337:        * INSTALL: . references to documentation and some clarification
                   6338: 
                   6339:        * buildall-with-xml, buildall-without-xml: . farawell doc
                   6340:          indication
                   6341: 
                   6342:        * Makefile.am: . dist+=buildall*
                   6343: 
                   6344: 2005-12-28  paf
                   6345: 
                   6346:        * configure: . 3.2.1
                   6347: 
                   6348:        * INSTALL, buildall-with-xml, buildall-without-xml: + started to
                   6349:          simplify build process, see INSTALL
                   6350: 
                   6351: 2005-12-26  paf
                   6352: 
                   6353:        * configure: ver
                   6354: 
                   6355:        * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
                   6356:          version
                   6357: 
                   6358: 2005-12-21  paf
                   6359: 
                   6360:        * src/main/compile.tab.C, src/main/main.vcproj,
                   6361:          www/htdocs/_bug.html: . win32: grammar is now compiled with bison
                   6362:          1.875b, it reports unexpected token names
                   6363: 
                   6364: 2005-12-19  paf
                   6365: 
                   6366:        * src/main/compile.tab.C, src/types/pa_vxnode.h,
                   6367:          www/htdocs/_bug.html, www/htdocs/_bug.xsl: ! bugfix xnode now
                   6368:          holds a link to xmlNode to prevent premature gc(xmlNode)
                   6369: 
                   6370:        * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
                   6371:          src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
                   6372:          src/main/main.vcproj, src/main/pa_globals.C,
                   6373:          src/targets/cgi/parser3.vcproj,
                   6374:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
                   6375:          configure, configure.in, src/include/pa_version.h: . killing
                   6376:          gdome [what a relief]
                   6377: 
                   6378:        * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
                   6379:          113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
                   6380:          run_parser.sh, results/001.processed, results/002.processed,
                   6381:          results/003.processed, results/004.processed,
                   6382:          results/005.processed, results/006.processed,
                   6383:          results/008.processed, results/009.processed,
                   6384:          results/010.processed, results/011.processed,
                   6385:          results/012.processed, results/013.processed,
                   6386:          results/014.processed, results/015.processed,
                   6387:          results/016.processed, results/017.processed,
                   6388:          results/018.processed, results/020.processed,
                   6389:          results/021.processed, results/022.processed,
                   6390:          results/023.processed, results/024.processed,
                   6391:          results/025.processed, results/026.processed,
                   6392:          results/027.processed, results/028.processed,
                   6393:          results/029.processed, results/030.processed,
                   6394:          results/031.processed, results/032.processed,
                   6395:          results/033.processed, results/034.processed,
                   6396:          results/035.processed, results/036.processed,
                   6397:          results/037.processed, results/038.processed,
                   6398:          results/039.processed, results/040.processed,
                   6399:          results/041.processed, results/042.processed,
                   6400:          results/043.processed, results/044.processed,
                   6401:          results/045.processed, results/046.processed,
                   6402:          results/047.processed, results/048.processed,
                   6403:          results/049.processed, results/050.processed,
                   6404:          results/051.processed, results/052.processed,
                   6405:          results/053.processed, results/054.processed,
                   6406:          results/055.processed, results/056.processed,
                   6407:          results/057.processed, results/058.processed,
                   6408:          results/059.processed, results/060.processed,
                   6409:          results/061.processed, results/062.processed,
                   6410:          results/063.processed, results/064.processed,
                   6411:          results/065.processed, results/066.processed,
                   6412:          results/067.processed, results/068.processed,
                   6413:          results/069.processed, results/070.processed,
                   6414:          results/071.processed, results/072.processed,
                   6415:          results/073.processed, results/074.processed,
                   6416:          results/075.processed, results/076.processed,
                   6417:          results/077.processed, results/078.processed,
                   6418:          results/079.processed, results/080.processed,
                   6419:          results/081.processed, results/082.processed,
                   6420:          results/083.processed, results/084.processed,
                   6421:          results/085.processed, results/086.processed,
                   6422:          results/087.processed, results/088.processed,
                   6423:          results/089.processed, results/090.processed,
                   6424:          results/091.processed, results/092.processed,
                   6425:          results/093.processed, results/094.processed,
                   6426:          results/095.processed, results/096.processed,
                   6427:          results/097.processed, results/099.processed,
                   6428:          results/100.processed, results/101.processed,
                   6429:          results/102.processed, results/104.processed,
                   6430:          results/105.processed, results/106.processed,
                   6431:          results/107.processed, results/108.processed,
                   6432:          results/109.processed, results/110.processed,
                   6433:          results/111.processed, results/112.processed,
                   6434:          results/113.processed, results/114.processed,
                   6435:          results/115.processed, results/117.processed,
                   6436:          results/119.processed, results/120.processed,
                   6437:          results/121.processed, results/122.processed,
                   6438:          results/123.processed, results/124.processed,
                   6439:          results/125.processed, results/126.processed,
                   6440:          results/127.processed, results/128.processed,
                   6441:          results/129.processed, results/130.processed,
                   6442:          results/131.processed, results/132.processed,
                   6443:          results/133.processed, results/134.processed,
                   6444:          results/135.processed, results/136.processed,
                   6445:          results/138.processed, results/139.processed,
                   6446:          results/140.processed, results/141.processed,
                   6447:          results/142.processed, results/143.processed,
                   6448:          results/144.processed, results/145.processed,
                   6449:          results/146.processed, results/147.processed,
                   6450:          results/148.processed, results/149.processed, results/auto.p: .
                   6451:          now works if we turn off default auto.p
                   6452: 
                   6453:        * configure: . makes
                   6454: 
                   6455:        * src/types/pa_vxnode.C: . less warnings
                   6456: 
                   6457:        * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
                   6458:          tests/145.html, tests/149.html, tests/descript.ion,
                   6459:          tests/outputs/d.cmd, tests/results/142.processed,
                   6460:          tests/results/143.processed, tests/results/144.processed,
                   6461:          tests/results/145.processed, tests/results/146.processed,
                   6462:          tests/results/147.processed, tests/results/148.processed,
                   6463:          tests/results/149.processed, www/htdocs/_bug.html: . removed
                   6464:          .nodeValue from all node types other than 5 (grabbed piece from
                   6465:          gdome)
                   6466: 
                   6467:        * tests/: 137.html, results/137.processed: . not handled this case
                   6468:          yet. code does not hang from inserting parent into child,
                   6469:          considering thing minor issue -- nodes are removed from source
                   6470:          anyway, don't know why shold that be an error after all
                   6471: 
                   6472:        * src/targets/cgi/parser3.C: . style
                   6473: 
                   6474:        * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
                   6475:          xdoc too [were barking "not element"]
                   6476: 
                   6477: 2005-12-16  paf
                   6478: 
                   6479:        * tests/146.html, tests/147.html, tests/148.html,
                   6480:          www/htdocs/_bug.html: . more tests
                   6481: 
                   6482:        * src/classes/xnode.C: . also bark on possible errors
                   6483: 
                   6484:        * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
                   6485:          props
                   6486: 
                   6487:        * www/htdocs/_bug.html: ! fixed overoptimized ^call(false) case.
                   6488:          (confused it with ^call[] case)
                   6489: 
                   6490:        * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
                   6491:          main/compile.y: merged from HEAD ! fixed overoptimized
                   6492:          ^call(false) case. (confused it with ^call[] case)
                   6493: 
                   6494:        * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
                   6495:          ^call(false) case. (confused it with ^call[] case)
                   6496: 
                   6497:        * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
                   6498: 
                   6499:        * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
                   6500:          results/001.processed, results/002.processed,
                   6501:          results/003.processed, results/004.processed,
                   6502:          results/005.processed, results/006.processed,
                   6503:          results/008.processed, results/009.processed,
                   6504:          results/010.processed, results/011.processed,
                   6505:          results/012.processed, results/013.processed,
                   6506:          results/014.processed, results/015.processed,
                   6507:          results/016.processed, results/017.processed,
                   6508:          results/018.processed, results/019.processed,
                   6509:          results/020.processed, results/021.processed,
                   6510:          results/022.processed, results/023.processed,
                   6511:          results/024.processed, results/025.processed,
                   6512:          results/026.processed, results/027.processed,
                   6513:          results/028.processed, results/029.processed,
                   6514:          results/030.processed, results/031.processed,
                   6515:          results/032.processed, results/033.processed,
                   6516:          results/034.processed, results/035.processed,
                   6517:          results/036.processed, results/037.processed,
                   6518:          results/038.processed, results/039.processed,
                   6519:          results/040.processed, results/041.processed,
                   6520:          results/042.processed, results/043.processed,
                   6521:          results/044.processed, results/045.processed,
                   6522:          results/046.processed, results/047.processed,
                   6523:          results/048.processed, results/049.processed,
                   6524:          results/050.processed, results/051.processed,
                   6525:          results/052.processed, results/053.processed,
                   6526:          results/054.processed, results/055.processed,
                   6527:          results/056.processed, results/057.processed,
                   6528:          results/058.processed, results/059.processed,
                   6529:          results/060.processed, results/061.processed,
                   6530:          results/062.processed, results/063.processed,
                   6531:          results/064.processed, results/065.processed,
                   6532:          results/066.processed, results/067.processed,
                   6533:          results/068.processed, results/069.processed,
                   6534:          results/070.processed, results/071.processed,
                   6535:          results/072.processed, results/073.processed,
                   6536:          results/074.processed, results/075.processed,
                   6537:          results/076.processed, results/077.processed,
                   6538:          results/078.processed, results/079.processed,
                   6539:          results/080.processed, results/081.processed,
                   6540:          results/082.processed, results/083.processed,
                   6541:          results/084.processed, results/085.processed,
                   6542:          results/086.processed, results/087.processed,
                   6543:          results/088.processed, results/089.processed,
                   6544:          results/090.processed, results/091.processed,
                   6545:          results/092.processed, results/093.processed,
                   6546:          results/094.processed, results/095.processed,
                   6547:          results/096.processed, results/097.processed,
                   6548:          results/099.processed, results/101.processed,
                   6549:          results/102.processed, results/104.processed,
                   6550:          results/105.processed, results/106.processed,
                   6551:          results/107.processed, results/108.processed,
                   6552:          results/109.processed, results/110.processed,
                   6553:          results/111.processed, results/112.processed,
                   6554:          results/113.processed, results/114.processed,
                   6555:          results/115.processed, results/116.processed,
                   6556:          results/117.processed, results/118.processed,
                   6557:          results/119.processed, results/120.processed,
                   6558:          results/121.processed, results/122.processed,
                   6559:          results/123.processed, results/124.processed,
                   6560:          results/125.processed, results/126.processed,
                   6561:          results/127.processed, results/128.processed,
                   6562:          results/129.processed, results/130.processed,
                   6563:          results/131.processed, results/132.processed,
                   6564:          results/133.processed, results/134.processed,
                   6565:          results/135.processed, results/136.processed,
                   6566:          results/137.processed, results/138.processed,
                   6567:          results/139.processed, results/140.processed,
                   6568:          results/141.processed: . refreshed old tests, made them work
                   6569:          without auto.p (in utf8) . things noted: . gif got encoded
                   6570:          differently . exif 0000:00:00 decoded now into 0000:00:00 (were
                   6571:          some strange year)
                   6572: 
                   6573:        * INSTALL: . revived linux libgc fix
                   6574: 
                   6575:        * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
                   6576:          glib/gdome in INSTALL and patches]
                   6577: 
                   6578:        * src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
                   6579:          src/include/pa_charset.h, src/include/pa_config_includes.h,
                   6580:          src/include/pa_globals.h, src/include/pa_memory.h,
                   6581:          src/include/pa_request.h, src/include/pa_xml_exception.h,
                   6582:          src/lib/cord/Makefile.am, src/lib/cord/cord.vcproj,
                   6583:          src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
                   6584:          src/lib/cord/cordxtra.c, src/main/compile.tab.C,
                   6585:          src/main/pa_charset.C, src/main/pa_globals.C,
                   6586:          src/main/pa_memory.C, src/main/pa_request.C,
                   6587:          src/main/pa_stylesheet_connection.C, src/main/pa_xml_exception.C,
                   6588:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   6589:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   6590:          www/htdocs/.htaccess, www/htdocs/_bug.html: . started killing
                   6591:          gdome
                   6592: 
                   6593: 2005-12-13  paf
                   6594: 
                   6595:        * src/main/: pa_request.C: merged from HEAD ! when code in
                   6596:          @unhandled_exception thrown another exception, print correct
                   6597:          origin (earlier code in catch of exception inside of
                   6598:          @unhandled_exception grabbed parent_frame(original_exception)
                   6599:          origin and printed it, instead of true origin)
                   6600: 
                   6601:        * src/main/pa_request.C: ! when code in @unhandled_exception thrown
                   6602:          another exception, print correct origin (earlier code in catch of
                   6603:          exception inside of @unhandled_exception grabbed
                   6604:          parent_frame(original_exception) origin and printed it, instead
                   6605:          of true origin)
                   6606: 
                   6607: 2005-12-09  paf
                   6608: 
                   6609:        * INSTALL: . updated INSTALL doc to work around linux stack base
                   6610:          detection problem, due to change in gc6.4 code
                   6611: 
                   6612:        * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
                   6613:          ignored in ^string.matched :(
                   6614: 
                   6615:        * src/main/pa_string.C: ! regex tainting were ignored in
                   6616:          ^string.matched :(
                   6617: 
                   6618:        * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
                   6619:          src/include/pa_config_fixed.h, src/include/pa_version.h,
                   6620:          src/main/compile.y, src/main/compile_tools.h,
                   6621:          src/main/pa_charset.C, src/main/pa_common.C,
                   6622:          src/main/pa_globals.C, src/main/pa_string.C,
                   6623:          src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
                   6624:          src/types/pa_vmail.C, www/htdocs/.htaccess, www/htdocs/_bug.txt,
                   6625:          www/htdocs/auto.p: . merged latest fixes from 3.2.0
                   6626: 
                   6627: 2005-12-08  paf
                   6628: 
                   6629:        * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
                   6630:          500 chars now handled OK [were wrapped on 500th char according to
                   6631:          rfc, but sendmail failed to unwrap it properly]
                   6632: 
                   6633:        * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
                   6634:          handled OK [were wrapped on 500th char according to rfc, but
                   6635:          sendmail failed to unwrap it properly]
                   6636: 
                   6637:        * src/targets/isapi/parser3isapi.C: . less warnings
                   6638: 
                   6639:        * src/targets/isapi/parser3isapi.C: . undone some strange change
                   6640:          since 3.1.5
                   6641: 
                   6642:        * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
                   6643:          link fixes
                   6644: 
                   6645:        * src/classes/date.C, src/include/pa_config_fixed.h,
                   6646:          src/main/compile.tab.C, src/main/compile.y,
                   6647:          src/main/compile_tools.h, src/main/pa_charset.C,
                   6648:          src/main/pa_common.C, src/main/pa_globals.C,
                   6649:          src/main/pa_string.C, src/targets/cgi/getopt.c,
                   6650:          www/htdocs/_bug.html, www/htdocs/_bug.txt, www/htdocs/auto.p: .
                   6651:          less warnings
                   6652: 
                   6653:        * src/include/pa_config_fixed.h: . removed outdated string origins
                   6654:          [in current storage scheme there's no place for them. someday we
                   6655:          can add third CORD to store origins and special version of parser
                   6656:          which stores origins there [separate binary]]
                   6657: 
                   6658: 2005-12-07  paf
                   6659: 
                   6660:        * src/targets/isapi/parser3isapi.C: . now links in release mode
                   6661: 
                   6662:        * src/include/pa_version.h: makefiles
                   6663: 
                   6664:        * src/include/pa_version.h: . not beta
                   6665: 
                   6666:        * configure, configure.in, src/include/pa_version.h: not beta
                   6667: 
                   6668: 2005-12-06  paf
                   6669: 
                   6670:        * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
                   6671:          [some details here http://i2/tasks/edit/?id=4869912143891354460]
                   6672:          decided to undo the change ^call[$void] passes void. now it will
                   6673:          pass empty string again.
                   6674: 
                   6675:        * src/main/: compile.tab.C, compile.y: . version readded
                   6676: 
                   6677:        * src/classes/op.C: . in this version there is no ^switch[$nothing]
                   6678:          = ^switch[void] problem
                   6679: 
                   6680: 2005-12-01  paf
                   6681: 
                   6682:        * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
                   6683:          caused ^case[string] to be coerced to double since searching
                   6684:          value were not string (it was vvoid)
                   6685: 
                   6686:        * src/classes/op.C: . bugfix ^switch[$void_value] caused
                   6687:          ^case[string] to be coerced to double since searching value were
                   6688:          not string (it was vvoid)
                   6689: 
                   6690:        * INSTALL: . compiled with       libxml2 = 2.6.22       libxslt =
                   6691:          1.1.15       glib = 1.2.10       gdome2 = 0.8.1
                   6692: 
                   6693: 2005-11-30  paf
                   6694: 
                   6695:        * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
                   6696:          win32 must putenv("TZ="), on unix works only putenv("TZ")
                   6697: 
                   6698:        * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
                   6699:          putenv("TZ="), on unix works only putenv("TZ")
                   6700: 
                   6701:        * INSTALL: . xml libs versions updated
                   6702: 
                   6703:        * src/main/pa_globals.C: //20051130 trying to remove this, author
                   6704:          claims that fixed a lot there // 20040920 for now both
                   6705:          workarounds needed. wait for new libxml/xsl versions
                   6706: 
                   6707: 2005-11-28  paf
                   6708: 
                   6709:        * src/classes/table.C: merged from HEAD: ! nameless table has
                   6710:          columns==0
                   6711: 
                   6712:        * src/classes/table.C: ! nameless table has columns==0
                   6713: 
                   6714:        * src/main/pa_http.C: merged from HEAD: ! status line check made
                   6715:          earlier [was totally wrong]
                   6716: 
                   6717:        * src/main/pa_http.C: ! status line check made earlier [was totally
                   6718:          wrong]
                   6719: 
                   6720: 2005-11-25  paf
                   6721: 
                   6722:        * src/include/pa_array.h: -this reduces speed(table::load) strange.
                   6723:          undoing for now...
                   6724: 
                   6725:        * src/include/pa_version.h: -this reduces speed(table::load),
                   6726:          strange. undoing
                   6727: 
                   6728:        * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
                   6729: 
                   6730:        * src/classes/op.C, www/htdocs/_bug.html, www/htdocs/auto.p: +
                   6731:          ^while(){}[SEPARATOR]
                   6732: 
                   6733:        * src/include/pa_array.h: + optimistics added: all arrays (table
                   6734:          rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
                   6735:          this speeds things up and saves memory a LOT! (not noticed
                   6736:          negative effect on syntetic tests, future will tell...)
                   6737: 
                   6738:        * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
                   6739:          changed gc_malloc implementation, which obscured profiling
                   6740: 
                   6741:        * src/classes/table.C: merged from HEAD: + optimized
                   6742:          table::load/sql, now row ArrayString-s allocated with
                   6743:          columns.count() elements and don't always grow from
                   6744:          count=3[realloc,realloc]
                   6745: 
                   6746:        * src/classes/table.C: + optimized table::load/sql, now row
                   6747:          ArrayString-s allocated with columns.count() elements and don't
                   6748:          always grow from count=3[realloc,realloc]
                   6749: 
                   6750:        * src/classes/table.C: merged from HEAD: . ^table.save unused
                   6751:          buffer after save
                   6752: 
                   6753:        * src/classes/table.C: . ^table.save unused buffer after save
                   6754: 
                   6755: 2005-11-24  paf
                   6756: 
                   6757:        * configure.in: . merged glib2-config patch
                   6758: 
                   6759:        * configure.in: + trying to find glib2-config
                   6760: 
                   6761:        * src/classes/file.C, src/include/pa_common.h, src/main/execute.C,
                   6762:          src/main/pa_common.C, src/main/pa_request.C,
                   6763:          www/htdocs/_bug.html: merged from HEAD: ! changed
                   6764:          file/dir_readable to simple file/dir_exist, this would help in
                   6765:          situations "class not found because .p file has bad rights" << in
                   6766:          that case error would be explicit "access denied to 'this' file"
                   6767: 
                   6768:        * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
                   6769: 
                   6770:        * src/: classes/file.C, include/pa_common.h, main/execute.C,
                   6771:          main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
                   6772:          to simple file/dir_exist, this would help in situations "class
                   6773:          not found because .p file has bad rights" << in that case error
                   6774:          would be explicit "access denied to 'this' file"
                   6775: 
                   6776:        * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
                   6777:          include/pa_http.h, main/Makefile.am, main/main.vcproj,
                   6778:          main/pa_common.C, main/pa_http.C: merged from HEAD: +!
                   6779:          ^file::exec/cgi[script;$.charset[changed]
                   6780:          $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
                   6781:          encoded in $.charset charset
                   6782: 
                   6783:        * src/classes/file.C, www/htdocs/_bug.html, www/htdocs/_bug.pl,
                   6784:          www/htdocs/_bug.txt: +! ^file::exec/cgi[script;$.charset[changed]
                   6785:          $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
                   6786:          encoded in $.charset charset
                   6787: 
                   6788:        * src/: include/Makefile.am, include/pa_common.h,
                   6789:          include/pa_http.h, main/Makefile.am, main/main.vcproj,
                   6790:          main/pa_common.C, main/pa_http.C: . extracted http:// into
                   6791:          separate file [preparation for
                   6792:          ^file::cgi[script;$.form[$.field1[]
                   6793: 
                   6794: 2005-11-22  paf
                   6795: 
                   6796:        * src/: include/pa_version.h, main/compile.tab.C: makefiles
                   6797: 
                   6798:        * acinclude.m4, configure.in: . merged underquting fixes
                   6799: 
                   6800:        * src/include/pa_config_auto.h.in: configure+makes
                   6801: 
                   6802:        * src/classes/op.C: . overmerged a little
                   6803: 
                   6804:        * src/main/compile.tab.C: Makefile
                   6805: 
                   6806:        * src/main/: pa_common.C: . less gcc warnings
                   6807: 
                   6808:        * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
                   6809:          now reports original exception if we have no old cache
                   6810: 
                   6811:        * src/classes/op.C, www/htdocs/_bug.html: +
                   6812:          $exception.handled[cache] now reports original exception if we
                   6813:          have no old cache
                   6814: 
                   6815:        * src/classes/op.C, src/include/pa_string.h, src/main/untaint.C,
                   6816:          www/htdocs/_bug.html: merged from HEAD: + ^taint/untaint[regex]
                   6817:          << escapes these: \^$.[]|()?*+{}
                   6818: 
                   6819:        * src/classes/op.C, src/include/pa_string.h, src/main/untaint.C,
                   6820:          www/htdocs/_bug.html: + ^taint/untaint[regex] << escapes these:
                   6821:          \^$.[]|()?*+{}
                   6822: 
                   6823:        * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
                   6824:          getenv-ed variable, which does not work both on win32&unix.
                   6825:          copied old TZ value now
                   6826: 
                   6827:        * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
                   6828:          stored pointer to getenv-ed variable, which does not work both on
                   6829:          win32&unix. copied old TZ value now
                   6830: 
                   6831:        * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
                   6832:          getenv-ed variable, which does not work both on win32&unix.
                   6833:          copied old TZ value now
                   6834: 
                   6835:        * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
                   6836:          access to internal hash
                   6837: 
                   6838:        * src/types/pa_vresponse.C, www/htdocs/_bug.html: +
                   6839:          $response:headers access to internal hash
                   6840: 
                   6841:        * src/targets/isapi/parser3isapi.C: merged from HEAD: +
                   6842:          GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
                   6843:          isapi] this reduces number of "GC Warning: Repeated allocation of
                   6844:          very large block" messages to only important onces
                   6845: 
                   6846:        * src/targets/isapi/parser3isapi.C, www/htdocs/_bug.html: +
                   6847:          GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
                   6848:          isapi] this reduces number of "GC Warning: Repeated allocation of
                   6849:          very large block" messages to only important onces
                   6850: 
                   6851:        * src/classes/string.C: merged from HEAD: + removed limitation on
                   6852:          ^string/int/double:sql{}[$.default[({param style})] ]
                   6853: 
                   6854:        * src/classes/string.C: + removed limitation on
                   6855:          ^string/int/double:sql{}[$.default[({param style})] ]
                   6856: 
                   6857:        * src/main/pa_common.C: merged from HEAD: + removed "use either uri
                   6858:          with ?params or $.form option" limitation
                   6859: 
                   6860:        * src/main/pa_common.C: + removed "use either uri with ?params or
                   6861:          $.form option" limitation
                   6862: 
                   6863:        * src/classes/file.C, src/classes/string.C,
                   6864:          src/include/pa_common.h, src/main/pa_common.C,
                   6865:          www/htdocs/_bug.html: merged from HEAD: + ^file.base64[] encode +
                   6866:          ^file::base64[encoded] decode
                   6867: 
                   6868:        * src/classes/file.C, src/classes/string.C,
                   6869:          src/include/pa_common.h, src/main/pa_common.C,
                   6870:          www/htdocs/_bug.html: + ^file.base64[] encode +
                   6871:          ^file::base64[encoded] decode
                   6872: 
                   6873:        * src/classes/file.C, src/classes/string.C, www/htdocs/_bug.html: +
                   6874:          ^string.base64[] encode + ^string:base64[encoded] decode
                   6875: 
                   6876:        * src/classes/string.C, src/include/pa_common.h,
                   6877:          src/main/pa_common.C, www/htdocs/_bug.html: + ^string:base64[in]
                   6878:          encode + ^string.base64[] decode
                   6879: 
                   6880: 2005-11-21  paf
                   6881: 
                   6882:        * src/classes/file.C, www/htdocs/_bug.html: + merged from HEAD:
                   6883:          ^file::create[text;file.xml;^untaint[xml]{data}]
                   6884: 
                   6885:        * src/classes/file.C, www/htdocs/_bug.html: +
                   6886:          ^file::create[text;file.xml;^untaint[xml]{data}]
                   6887: 
                   6888:        * src/main/pa_request.C: ! merged: $response:body[file] now
                   6889:          differes from :download, it does not return content-disposition
                   6890:          at all now [previusely it returned valueless content-disposition]
                   6891: 
                   6892:        * src/main/pa_request.C: ! $response:body[file] now differes from
                   6893:          :download, it does not return content-disposition at all now
                   6894:          [previusely it returned valueless content-disposition]
                   6895: 
                   6896:        * src/main/: compile.tab.C, compile.y: ! overoptimized void
                   6897:          literals, reverted to just vvod, recreating empty array with each
                   6898:          void_value token. that's absolutely needed, since that array
                   6899:          grows
                   6900: 
                   6901:        * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
                   6902:          types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
                   6903:          types/pa_vmethod_frame.h: + merged: expression literals:
                   6904:          true/false. ^format[$.indent(true)]
                   6905: 
                   6906:        * src/main/compile.tab.C, src/main/compile.y, src/types/pa_value.h,
                   6907:          src/types/pa_vbool.h, src/types/pa_vdouble.h,
                   6908:          src/types/pa_vint.h, src/types/pa_vmethod_frame.h,
                   6909:          www/htdocs/_bug.html: + expression literals: true/false.
                   6910:          ^format[$.indent(true)]
                   6911: 
                   6912:        * src/types/Makefile.am, src/types/pa_venv.C, src/types/pa_venv.h,
                   6913:          src/types/types.vcproj, www/htdocs/_bug.html,
                   6914:          www/htdocs/_bug.txt: + merged: $env:PARSER_VERSION reports
                   6915:          "3.1.5beta (compiled on i386-pc-win32)"
                   6916: 
                   6917:        * src/types/Makefile.am, src/types/pa_venv.C, src/types/pa_venv.h,
                   6918:          src/types/types.vcproj, www/htdocs/_bug.html: +
                   6919:          $env:PARSER_VERSION reports "3.1.5beta (compiled on
                   6920:          i386-pc-win32)"
                   6921: 
                   6922: 2005-11-18  paf
                   6923: 
                   6924:        * src/classes/: double.C, int.C: ! ^int/double:sql{select
                   6925:          null}[$.default(123)] will now return default value
                   6926: 
                   6927:        * www/htdocs/_bug.html: + ^cache[] << returns current cache
                   6928:          expiration time
                   6929: 
                   6930:        * src/classes/op.C: + merged ^cache[] << returns current cache
                   6931:          expiration time
                   6932: 
                   6933:        * src/classes/op.C: + ^cache[] << returns current cache expiration
                   6934:          time
                   6935: 
                   6936:        * src/classes/table.C: ! merged ^table::create[not'nameless';
                   6937:          failed << Exception.problem_source pointed to local var!
                   6938: 
                   6939:        * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
                   6940:          Exception.problem_source pointed to local var!
                   6941: 
                   6942:        * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
                   6943:          now loads VFile.ptr!=0, so such files can be saved now
                   6944: 
                   6945:        * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
                   6946:          loads VFile.ptr!=0, so such files can be saved now
                   6947: 
                   6948:        * src/include/pa_dir.h, www/htdocs/_bug.html, www/htdocs/_bug.txt:
                   6949:          ! merged: file:list now sees .xxx files, only . and .. now
                   6950:          removed from list [were removed all .*]
                   6951: 
                   6952:        * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
                   6953:          .. now removed from list [were removed all .*]
                   6954: 
                   6955:        * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
                   6956:          open error now checked, were not :( [stole that piece from apache
                   6957:          1.3 sources]
                   6958: 
                   6959:        * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
                   6960:          checked, were not :( [stole that piece from apache 1.3 sources]
                   6961: 
                   6962:        * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
                   6963:          untainting of @main result if returned by $result or
                   6964:          $response:body
                   6965: 
                   6966:        * src/main/pa_request.C: ! ensured proper untainting of @main
                   6967:          result if returned by $result or $response:body
                   6968: 
                   6969:        * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
                   6970:          issue: now tries to guess content-length and allocates one big
                   6971:          piece if possible [regretfully gc_realloc works as malloc+free,
                   6972:          leaving lots of holes behind]
                   6973: 
                   6974:        * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
                   6975:          fixed file load memory issue: now tries to guess content-length
                   6976:          and allocates one big piece if possible [regretfully gc_realloc
                   6977:          works as malloc+free, leaving lots of holes behind]
                   6978: 
                   6979: 2005-11-16  paf
                   6980: 
                   6981:        * src/include/pa_common.h, src/classes/file.C, src/classes/table.C,
                   6982:          src/main/compile.tab.C, src/main/pa_common.C,
                   6983:          www/htdocs/_bug.html: merged to HEAD: ! table::save with
                   6984:          enclosers now doubles them: "->"" ! table::save/load do not
                   6985:          remove elements from options hash
                   6986: 
                   6987:        * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
                   6988:          [were overoptimized ^if(double_literal), compiler confused
                   6989:          OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
                   6990: 
                   6991:        * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
                   6992:          [were overoptimized ^if(double_literal), compiler confused
                   6993:          OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
                   6994: 
                   6995:        * src/classes/file.C, src/classes/table.C, src/include/pa_common.h,
                   6996:          src/main/pa_common.C, www/htdocs/_bug.html: ! table::save with
                   6997:          enclosers now doubles them: "->"" ! table::save/load do not
                   6998:          remove elements from options hash
                   6999: 
                   7000: 2005-11-03  paf
                   7001: 
                   7002:        * src/main/: Makefile.am, compile.tab.C: removed $< from .y
                   7003:          compilation, not all makefiles liked that
                   7004: 
                   7005: 2005-08-30  paf
                   7006: 
                   7007:        * src/classes/op.C: merge . speedup check of [DEFAULT]
                   7008: 
                   7009:        * src/classes/op.C: . speedup check of [DEFAULT]
                   7010: 
                   7011: 2005-08-26  paf
                   7012: 
                   7013:        * src/classes/date.C, src/types/pa_vdate.h, www/htdocs/_bug.html:
                   7014:          merged + date.week
                   7015: 
                   7016:        * src/classes/date.C, src/types/pa_vdate.h, www/htdocs/_bug.html: +
                   7017:          date.week
                   7018: 
                   7019:        * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
                   7020:          complains about bad!=nameless
                   7021: 
                   7022:        * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
                   7023:          about bad!=nameless
                   7024: 
                   7025:        * src/classes/: hash.C, string.C, table.C, void.C: merged !
                   7026:          optional options were allowed to be empty. were checked
                   7027:          if(is_string), changed to !defined||is_string to allow void
                   7028: 
                   7029:        * src/targets/isapi/parser3isapi.C, www/htdocs/_bug.html,
                   7030:          src/classes/hash.C, src/classes/string.C, src/classes/table.C,
                   7031:          src/classes/void.C: ! optional options were allowed to be empty.
                   7032:          were checked if(is_string), changed to !defined||is_string to
                   7033:          allow void
                   7034: 
                   7035:        * src/types/pa_vmethod_frame.h: merged ! many classes/*  used
                   7036:          as_junction where they needed as_int/double, so failed with
                   7037:          recent "(const) now no junction" optimization
                   7038: 
                   7039:        * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
                   7040:          merged ! many classes/*  used as_junction where they needed
                   7041:          as_int/double, so failed with recent "(const) now no junction"
                   7042:          optimization
                   7043: 
                   7044:        * src/classes/double.C, src/classes/int.C, src/classes/math.C,
                   7045:          src/classes/op.C, src/classes/string.C, src/classes/table.C,
                   7046:          src/main/compile.tab.C, src/types/pa_vmethod_frame.h,
                   7047:          www/htdocs/_bug.html: ! many classes/*  used as_junction where
                   7048:          they needed as_int/double, so failed with recent "(const) now no
                   7049:          junction" optimization
                   7050: 
                   7051: 2005-08-24  paf
                   7052: 
                   7053:        * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
                   7054:          windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
                   7055:          stripped it
                   7056: 
                   7057: 2005-08-09  paf
                   7058: 
                   7059:        * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
                   7060:          not cleared
                   7061: 
                   7062:        * www/htdocs/: _bug.html, _bug.pl, _bug.txt: . file::exec $charset
                   7063:          transcodes env fine
                   7064: 
                   7065:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   7066:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   7067:          classes/hashfile.C, classes/image.C, classes/int.C,
                   7068:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   7069:          classes/response.C, classes/string.C, classes/table.C,
                   7070:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   7071:          include/pa_array.h, include/pa_cache_managers.h,
                   7072:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   7073:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   7074:          include/pa_dictionary.h, include/pa_dir.h,
                   7075:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   7076:          include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
                   7077:          include/pa_operation.h, include/pa_os.h, include/pa_request.h,
                   7078:          include/pa_request_charsets.h, include/pa_request_info.h,
                   7079:          include/pa_sapi.h, include/pa_socks.h,
                   7080:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   7081:          include/pa_stack.h, include/pa_string.h,
                   7082:          include/pa_stylesheet_connection.h,
                   7083:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   7084:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   7085:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   7086:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   7087:          lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
                   7088:          lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
                   7089:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
                   7090:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   7091:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   7092:          main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
                   7093:          main/pa_os.C, main/pa_request.C, main/pa_socks.C,
                   7094:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   7095:          main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
                   7096:          main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
                   7097:          main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
                   7098:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   7099:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   7100:          types/pa_junction.h, types/pa_method.h, types/pa_property.h,
                   7101:          types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
                   7102:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   7103:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   7104:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
                   7105:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   7106:          types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
                   7107:          types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
                   7108:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
                   7109:          types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
                   7110:          types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   7111:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   7112:          types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   7113:          types/pa_vresponse.C, types/pa_vresponse.h,
                   7114:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   7115:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   7116:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   7117:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                   7118:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   7119:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   7120:          types/pa_wcontext.h, types/pa_wwrapper.h: 2005
                   7121: 
                   7122:        * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
                   7123:          pa_vmethod_frame.h: merged from HEAD ! simplified (double)
                   7124:          speedup consequent checks in vmethod_frame
                   7125: 
                   7126:        * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
                   7127:          not cleared
                   7128: 
                   7129:        * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
                   7130:          params: 50 max (were 10)
                   7131: 
                   7132:        * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
                   7133:          params: 50 max (were 10)
                   7134: 
                   7135:        * src/types/pa_value.h, src/types/pa_vdouble.h,
                   7136:          src/types/pa_vint.h, src/types/pa_vmethod_frame.h,
                   7137:          src/types/pa_vvoid.C, src/types/pa_vvoid.h,
                   7138:          src/types/pa_wcontext.C, src/types/pa_wcontext.h,
                   7139:          www/htdocs/.htaccess, www/htdocs/_bug.html: + ^call[$void] param
                   7140:          inside now is void (were: empty string) ! simplified (double)
                   7141:          speedup consequent checks in vmethod_frame
                   7142: 
                   7143:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
                   7144:          optimized constants in expressions vstring->vdouble + optimized
                   7145:          ^call(vdouble), no junction creation, no calls later
                   7146: 
                   7147: 2005-08-08  paf
                   7148: 
                   7149:        * bin/auto.p.dist.in: merged . apache bad 404 handling workaround
                   7150:          integrated
                   7151: 
                   7152:        * bin/auto.p.dist.in: . apache bad 404 handling workaround
                   7153:          integrated
                   7154: 
                   7155:        * src/main/compile.tab.C, src/main/compile.y,
                   7156:          src/main/compile_tools.C, src/main/compile_tools.h,
                   7157:          www/htdocs/.htaccess, www/htdocs/_bug.html, www/htdocs/_bug.xml:
                   7158:          merged + optimized constants in expressions vstring->vdouble +
                   7159:          optimized ^call(vdouble), no junction creation, no calls later
                   7160: 
                   7161:        * src/types/pa_vdouble.h: merged . double values without fractional
                   7162:          part now default printed as %.0f instead of %g
                   7163: 
                   7164:        * src/types/pa_vdouble.h: . double values without fractional part
                   7165:          now default printed as %.0f instead of %g
                   7166: 
                   7167:        * www/htdocs/: _bug.html, _bug.xml: . merged ! second
                   7168:          hashfile::open would cause an exception
                   7169: 
                   7170:        * src/classes/hashfile.C: . merged ! second hashfile::open would
                   7171:          cause an exception
                   7172: 
                   7173:        * src/classes/hashfile.C: ! second hashfile::open would cause an
                   7174:          exception
                   7175: 
                   7176:        * src/classes/classes.h, src/main/execute.C,
                   7177:          src/types/pa_junction.h, src/types/pa_value.h,
                   7178:          src/types/pa_vclass.C, src/types/pa_vclass.h,
                   7179:          src/types/pa_vcode_frame.h, src/types/pa_vconsole.h,
                   7180:          src/types/pa_vcookie.C, src/types/pa_vcookie.h,
                   7181:          src/types/pa_vhash.h, src/types/pa_vhashfile.h,
                   7182:          src/types/pa_vimage.C, src/types/pa_vimage.h,
                   7183:          src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
                   7184:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   7185:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
                   7186:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   7187:          src/types/pa_vstateless_class.C,
                   7188:          src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
                   7189:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   7190:          src/types/pa_wwrapper.h, www/htdocs/_bug.html, www/htdocs/_bug.p:
                   7191:          . merged VJunction(new Junction) optimization from 3.1.4
                   7192: 
                   7193:        * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
                   7194:          types/pa_vstateless_class.C: + optimized new VJunction(new
                   7195:          Junction(params)) to new VJunction(params), thousands of mallocs
                   7196:          removed
                   7197: 
                   7198: 2005-08-05  paf
                   7199: 
                   7200:        * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
                   7201:          types/pa_vdouble.h, types/pa_vmethod_frame.C,
                   7202:          types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
                   7203:          creation, no calls later
                   7204: 
                   7205:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   7206:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   7207:          classes/hashfile.C, classes/image.C, classes/int.C,
                   7208:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   7209:          classes/response.C, classes/string.C, classes/table.C,
                   7210:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   7211:          include/pa_array.h, include/pa_cache_managers.h,
                   7212:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   7213:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   7214:          include/pa_dictionary.h, include/pa_dir.h,
                   7215:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   7216:          include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
                   7217:          include/pa_operation.h, include/pa_os.h, include/pa_request.h,
                   7218:          include/pa_request_charsets.h, include/pa_request_info.h,
                   7219:          include/pa_sapi.h, include/pa_socks.h,
                   7220:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   7221:          include/pa_stack.h, include/pa_string.h,
                   7222:          include/pa_stylesheet_connection.h,
                   7223:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   7224:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   7225:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   7226:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   7227:          lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
                   7228:          lib/smtp/smtp.h, main/compile.C, main/compile.y,
                   7229:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   7230:          main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
                   7231:          main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
                   7232:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   7233:          main/pa_memory.C, main/pa_os.C, main/pa_request.C,
                   7234:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   7235:          main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
                   7236:          main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
                   7237:          main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
                   7238:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   7239:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   7240:          types/pa_junction.h, types/pa_method.h, types/pa_value.C,
                   7241:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                   7242:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   7243:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   7244:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   7245:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   7246:          types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
                   7247:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   7248:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
                   7249:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
                   7250:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   7251:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   7252:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   7253:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   7254:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   7255:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   7256:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                   7257:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   7258:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   7259:          types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
                   7260: 
                   7261:        * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
                   7262:          lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
                   7263:          lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
                   7264:          lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
                   7265:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   7266:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
                   7267:          optimized constants in expressions vstring->vdouble
                   7268: 
                   7269: 2005-07-29  paf
                   7270: 
                   7271:        * src/types/pa_vclass.C, www/htdocs/_bug.p: . shaped up error
                   7272:          messages a bit
                   7273: 
                   7274:        * src/types/pa_vclass.C, www/htdocs/_bug_derived.p: + property
                   7275:          getter can now be overridden
                   7276: 
                   7277:        * src/main/execute.C, src/types/pa_vclass.C,
                   7278:          src/types/pa_vobject.C, www/htdocs/_bug.p,
                   7279:          www/htdocs/_bug_derived.p: ! bug fix: static parent fields were
                   7280:          not replaced in case $derived:field[put] + property setter can
                   7281:          now be overridden
                   7282: 
                   7283:        * www/htdocs/: _bug.html, _bug.p, _bug_derived.p: + removed limit
                   7284:          "ctor must be declared in class being created"
                   7285: 
                   7286: 2005-07-28  paf
                   7287: 
                   7288:        * configure, configure.in, src/classes/classes.h,
                   7289:          src/classes/date.C, src/classes/file.C, src/classes/hash.C,
                   7290:          src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
                   7291:          src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
                   7292:          src/classes/xnode.h, src/include/pa_hash.h,
                   7293:          src/include/pa_version.h, src/main/execute.C,
                   7294:          src/types/Makefile.am, src/types/pa_method.h,
                   7295:          src/types/pa_value.h, src/types/pa_vclass.C,
                   7296:          src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
                   7297:          src/types/pa_vconsole.h, src/types/pa_vcookie.C,
                   7298:          src/types/pa_vcookie.h, src/types/pa_vhash.h,
                   7299:          src/types/pa_vhashfile.h, src/types/pa_vimage.C,
                   7300:          src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
                   7301:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   7302:          src/types/pa_vproperty.h, src/types/pa_vrequest.C,
                   7303:          src/types/pa_vrequest.h, src/types/pa_vresponse.C,
                   7304:          src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
                   7305:          src/types/pa_vstateless_class.h,
                   7306:          src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
                   7307:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   7308:          src/types/pa_wwrapper.h, www/htdocs/.htaccess,
                   7309:          www/htdocs/_bug.html, www/htdocs/_bug.p, www/htdocs/_bug.pl,
                   7310:          www/htdocs/_bug.sh, www/htdocs/auto.p: + 3.2.0 beta: merged from
                   7311:          dynamic_fields_join
                   7312: 
                   7313:        * src/classes/hash.C, src/classes/hashfile.C, src/classes/op.C,
                   7314:          src/classes/xnode.C, src/include/pa_hash.h, src/main/execute.C,
                   7315:          src/types/pa_method.h, src/types/pa_value.h,
                   7316:          src/types/pa_vclass.C, src/types/pa_vclass.h,
                   7317:          src/types/pa_vcode_frame.h, src/types/pa_vconsole.h,
                   7318:          src/types/pa_vcookie.C, src/types/pa_vcookie.h,
                   7319:          src/types/pa_vhash.h, src/types/pa_vhashfile.h,
                   7320:          src/types/pa_vimage.C, src/types/pa_vimage.h,
                   7321:          src/types/pa_vmethod_frame.h, src/types/pa_vobject.C,
                   7322:          src/types/pa_vobject.h, src/types/pa_vrequest.C,
                   7323:          src/types/pa_vrequest.h, src/types/pa_vresponse.C,
                   7324:          src/types/pa_vresponse.h, src/types/pa_vstateless_object.h,
                   7325:          src/types/pa_vvoid.h, src/types/pa_vxnode.C,
                   7326:          src/types/pa_vxnode.h, src/types/pa_wwrapper.h,
                   7327:          www/htdocs/.htaccess, www/htdocs/auto.p: ! restored
                   7328:          put_element('replace' param), and restored its checks in
                   7329:          vobject.put_element->static fields | dynamic properties
                   7330: 
                   7331: 2005-07-27  paf
                   7332: 
                   7333:        * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
                   7334:          is some old code containing @set_name $name
                   7335: 
                   7336:        * src/types/pa_vobject.h: . fixed warning
                   7337: 
                   7338:        * configure, configure.in, src/include/pa_version.h,
                   7339:          src/types/Makefile.am: 3.2.0beta started
                   7340: 
                   7341:        * src/classes/xnode.C, src/include/pa_hash.h,
                   7342:          src/types/pa_vstateless_class.C, www/htdocs/.htaccess,
                   7343:          www/htdocs/_bug.html, www/htdocs/_bug.p, www/htdocs/_bug.pl,
                   7344:          www/htdocs/_bug.sh, www/htdocs/auto.p: ! new asserts were all
                   7345:          false. regretfully reverted them all to checks
                   7346: 
                   7347:        * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
                   7348:          classes/op.C, main/execute.C, types/pa_method.h,
                   7349:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   7350:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   7351:          types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
                   7352:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
                   7353:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   7354:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   7355:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   7356:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
                   7357:          joined_dynamic_fields: removed unused param from put_method
                   7358:          (returned to 3 params)
                   7359: 
                   7360:        * src/include/pa_hash.h, src/types/pa_vclass.C,
                   7361:          src/types/pa_vclass.h, www/htdocs/_bug.html, www/htdocs/_bug.p:
                   7362:          joined_dynamic_fields: dynamic get/set works with overriding
                   7363:          props [alpha2]
                   7364: 
                   7365:        * src/types/pa_vclass.C, www/htdocs/_bug.html:
                   7366:          joined_dynamic_fields: dynamic get/set works [alfa]
                   7367: 
                   7368:        * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
                   7369:          classes/op.C, include/pa_hash.h, main/execute.C,
                   7370:          types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
                   7371:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   7372:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
                   7373:          types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
                   7374:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   7375:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   7376:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   7377:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   7378:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
                   7379:          joined_dynamic_fields: just compiled
                   7380: 
                   7381:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   7382:          classes/hashfile.C, classes/image.C, classes/table.C,
                   7383:          classes/xdoc.C, classes/xnode.h, main/execute.C,
                   7384:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
                   7385:          types/pa_vstateless_class.h: joined_dynamic_fields: started
                   7386: 
                   7387:        * src/types/pa_vobject.C: . object setters [only started, does not
                   7388:          work yet]
                   7389: 
                   7390:        * src/include/pa_hash.h, src/types/pa_vclass.C,
                   7391:          src/types/pa_vobject.C, www/htdocs/_bug.html, www/htdocs/_bug.p:
                   7392:          . object setters [only started, does not work yet]
                   7393: 
                   7394: 2005-07-26  paf
                   7395: 
                   7396:        * src/include/pa_request.h, src/main/execute.C,
                   7397:          www/htdocs/_bug.html: . properties: set works [alpha2]. for
                   7398:          classes. todo: for objects
                   7399: 
                   7400:        * src/classes/classes.h, src/include/pa_hash.h, src/main/execute.C,
                   7401:          src/types/pa_value.h, src/types/pa_vclass.C,
                   7402:          src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
                   7403:          src/types/pa_vconsole.h, src/types/pa_vcookie.C,
                   7404:          src/types/pa_vcookie.h, src/types/pa_vhash.h,
                   7405:          src/types/pa_vhashfile.h, src/types/pa_vimage.C,
                   7406:          src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
                   7407:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   7408:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
                   7409:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   7410:          src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
                   7411:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   7412:          src/types/pa_wwrapper.h, www/htdocs/_bug.html: . properties: set
                   7413:          works [alpha1]
                   7414: 
                   7415: 2005-07-25  paf
                   7416: 
                   7417:        * src/main/compile.C, src/types/pa_vclass.C, src/types/pa_vclass.h,
                   7418:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
                   7419:          www/htdocs/_bug.html: . properties: started, get works [alpha1,
                   7420:          other approach]
                   7421: 
                   7422:        * src/main/compile.C, src/types/pa_vclass.C, src/types/pa_vclass.h,
                   7423:          www/htdocs/_bug.html, www/htdocs/_bug.p: . properties: started,
                   7424:          get works [alpha2]
                   7425: 
                   7426:        * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
                   7427:          pa_vstateless_class.h: . properties: started, get works [alpha]
                   7428: 
                   7429: 2005-07-15  paf
                   7430: 
                   7431:        * src/: classes/classes.h, classes/op.C, main/execute.C,
                   7432:          types/pa_junction.h, types/pa_property.h, types/pa_value.h,
                   7433:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   7434:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   7435:          types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
                   7436:          types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
                   7437:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   7438:          types/pa_vresponse.C, types/pa_vresponse.h,
                   7439:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   7440:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   7441:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
                   7442:          types/pa_wwrapper.h, types/types.vcproj: + started property
                   7443:          [getters work but think of changing them too to precaching]
                   7444: 
                   7445: 2005-07-08  paf
                   7446: 
                   7447:        * src/main/pa_request.C, www/htdocs/_bug.html: ! bugfix:
                   7448:          $response:body[nonfile] caused gpf
                   7449: 
                   7450: 2005-06-28  paf
                   7451: 
                   7452:        * src/: classes/file.C, main/untaint.C: ! string invariant violated
                   7453:          in passing empty strings to file::exec/cgi environment
                   7454: 
                   7455: 2005-06-06  paf
                   7456: 
                   7457:        * src/classes/hash.C, src/classes/string.C, src/classes/table.C,
                   7458:          www/htdocs/.htaccess, www/htdocs/_bug.html, www/htdocs/_bug.pl,
                   7459:          www/htdocs/_bug.xsl: ! bugfix ^string:sql ^table:sql ^hash:sql
                   7460:          now DO process $.bind option
                   7461: 
                   7462: 2005-05-24  paf
                   7463: 
                   7464:        * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
                   7465:          $.limit] now work again [support was broken in 3.1.4]
                   7466: 
                   7467:        * src/: main/pa_string.C, classes/op.C: . steps toward removing
                   7468:          ALL_INTERIOR_POINTERS
                   7469: 
                   7470: 2005-05-12  paf
                   7471: 
                   7472:        * configure: 3.1.5beta
                   7473: 
                   7474:        * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
                   7475: 
                   7476:        * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
                   7477:          $.limit] now work again [support was broken in 3.1.4]
                   7478: 
                   7479:        * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
                   7480:          line-width  [was refusing to fill if line-width >1, thanks to
                   7481:          Seras <seras@pinxit.lt> for repro case
                   7482: 
                   7483: 2005-04-25  paf
                   7484: 
                   7485:        * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
                   7486:          correctly
                   7487: 
                   7488: 2005-04-19  paf
                   7489: 
                   7490:        * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
                   7491:          in VString violating invariant!!
                   7492: 
                   7493:        * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
                   7494:          getenv("TZ")==null
                   7495: 
                   7496: 2005-04-08  paf
                   7497: 
                   7498:        * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
                   7499:          bugfix: when there is no char in charset one byte produces 6
                   7500:          (&#255; <<max). increased buffer size!
                   7501: 
                   7502: 2005-03-23  paf
                   7503: 
                   7504:        * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
                   7505:          ^date.sql-string now takes TZ into account
                   7506: 
                   7507: 2005-03-16  paf
                   7508: 
                   7509:        * INSTALL, www/htdocs/.htaccess, www/htdocs/_bug.html,
                   7510:          src/include/pa_stack.h: . compiled on freebsd 5.3 with gcc 3.4
                   7511: 
                   7512:        * src/types/pa_vhash.C: . warning about eof eol
                   7513: 
                   7514: 2005-02-17  paf
                   7515: 
                   7516:        * operators.txt, src/classes/op.C: + operator ^sleep(double
                   7517:          seconds)
                   7518: 
                   7519: 2005-02-02  paf
                   7520: 
                   7521:        * src/classes/xnode.C, www/htdocs/_bug.html: beauty: removed
                   7522:          needless includes
                   7523: 
                   7524: 2005-01-31  paf
                   7525: 
                   7526:        * src/types/pa_vmail.C: change: $.partX now always 1...  change:
                   7527:          $.partNoNumber now alias to $.part1
                   7528: 
                   7529:        * src/types/pa_vmail.C: change: incoming letter part contains
                   7530:          "content-disposition" header with any value? now considering that
                   7531:          part to be "file#" [for text/plain text/html were $.text#
                   7532:          $.html#]
                   7533: 
                   7534:        * INSTALL: updatet to latest working versions available
                   7535: 
                   7536: 2005-01-20  paf
                   7537: 
                   7538:        * configure.in, src/include/pa_version.h, www/htdocs/_bug.html:
                   7539:          version
                   7540: 
                   7541: 2005-01-19  paf
                   7542: 
                   7543:        * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
                   7544:          targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
                   7545:          couple warnings in parser3.C
                   7546: 
                   7547: 2004-12-23  paf
                   7548: 
                   7549:        * src/main/pa_sql_driver_manager.C, www/htdocs/_bug.html: sql
                   7550:          connect string, rsplit @
                   7551: 
                   7552:        * src/main/pa_exec.C, www/htdocs/_bug.html: win32: bugfix:
                   7553:          file::cgi/exec now set current dir to directory of script (when
                   7554:          shbang used), not to directory of its interpreter
                   7555: 
                   7556:        * src/include/pa_version.h: compiled on win32...
                   7557: 
                   7558:        * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
                   7559:          we need more hspace
                   7560: 
                   7561:        * configure, configure.in, src/include/pa_version.h: configured
                   7562:          host to pa_version. will be displayed everywhere
                   7563: 
                   7564:        * src/main/pa_request.C, www/htdocs/_bug.html: new:
                   7565:          @unhandled_exception can prevent exception from being logged by
                   7566:          setting $exception.handled(1)
                   7567: 
                   7568:        * operators.txt, src/classes/file.C, www/htdocs/_bug.html: change:
                   7569:          ^file::sql{query}[[options]] options: $.name[file name]
                   7570:          $.content-type[application/what]
                   7571: 
                   7572:        * src/include/pa_common.h, src/main/pa_common.C,
                   7573:          src/types/pa_vhashfile.C, www/htdocs/_bug.html: beauty:
                   7574:          hashfile::open now creates dir for new file
                   7575: 
                   7576:        * src/classes/table.C, src/types/pa_vhash.C, src/types/pa_vhash.h,
                   7577:          www/htdocs/_bug.html: bugfix: table->hash now regards _default
                   7578: 
                   7579:        * src/types/pa_vmethod_frame.h, www/htdocs/_bug.html: bugfix: when
                   7580:          method junction was created by accessing $name_of_method it
                   7581:          acquired bad self=closest methodframe; instead of proper self
                   7582:          (current class)
                   7583: 
                   7584:        * src/types/pa_vhashfile.C, www/htdocs/_bug.html: bugfix: reading
                   7585:          empty string from hashfile produced bad cord
                   7586: 
                   7587: 2004-12-10  paf
                   7588: 
                   7589:        * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
                   7590:          subsequent failures though defined in .h
                   7591: 
                   7592:        * src/main/pa_common.C: comment on volatile
                   7593: 
                   7594:        * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
                   7595:          alarm function were not used since the beginning due to stupid
                   7596:          error [setsigjmp were not checked in configure.in]
                   7597: 
                   7598:        * src/main/pa_common.C: http: timeout setsockopt [if possible] on
                   7599:          unix too
                   7600: 
                   7601:        * src/main/pa_common.C: http: exception status of send/recv errors
                   7602:          change to most probable http.timeout
                   7603: 
                   7604:        * src/main/pa_common.C, www/htdocs/_bug.html: win32: http
                   7605:          connection $.timeout option now works [setsockopt on
                   7606:          send/receive]
                   7607: 
                   7608: 2004-12-08  paf
                   7609: 
                   7610:        * src/classes/mail.C, src/types/pa_vmail.C, www/htdocs/.htaccess,
                   7611:          www/htdocs/_bug.html, www/htdocs/_bug.xsl: bugfix: mail body now
                   7612:          cstr-ed knowing mail charset, and untainting uri lang now knows
                   7613:          proper charset
                   7614: 
                   7615: 2004-11-24  paf
                   7616: 
                   7617:        * src/classes/hash.C: hash: adding/cloning adds/clones _default now
                   7618: 
                   7619:          $hash[  $.a[1]  $._default[def] ] #$hash2[^hash::create[$hash]]
                   7620:          $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
                   7621: 
                   7622: 2004-11-12  paf
                   7623: 
                   7624:        * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
                   7625:          [since 3.0.4]
                   7626: 
                   7627: 2004-11-09  paf
                   7628: 
                   7629:        * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
                   7630:          writes basics to c:\parser3.log
                   7631: 
                   7632: 2004-10-21  paf
                   7633: 
                   7634:        * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
                   7635:          tainted strings [were returning clean onces]
                   7636: 
                   7637: 2004-10-15  paf
                   7638: 
                   7639:        * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
                   7640:          cycles(i=1; i=2), which was wrong, now does ONE
                   7641: 
                   7642: 2004-10-12  paf
                   7643: 
                   7644:        * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
                   7645: 
                   7646: 2004-10-07  paf
                   7647: 
                   7648:        * src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
                   7649:          src/main/pa_globals.C, www/htdocs/.htaccess,
                   7650:          www/htdocs/_bug.html, www/htdocs/_bug.pl: debugger help:
                   7651:          PA_RELEASE_ASSERTS enables release asserts
                   7652: 
                   7653:        * src/: main/pa_string.C, include/pa_string.h: debugger help:
                   7654:          String.dump() to stdout in detailed form  [were String.v() in
                   7655:          short form]
                   7656: 
                   7657:        * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
                   7658:          \t\r\n as @#| and truncates long char sequences less
                   7659: 
                   7660: 2004-10-06  paf
                   7661: 
                   7662:        * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
                   7663:          win32 beauty: socket errors properly decoded
                   7664: 
                   7665: 2004-10-05  paf
                   7666: 
                   7667:        * src/: include/pa_request.h, main/pa_request.C: bugfix:
                   7668:          request::configure_user/admin done always, even if no
                   7669:          file-to-process useful in @unhandled_exception [say, if they
                   7670:          would want to mail by SMTP something]
                   7671: 
                   7672:        * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
                   7673:          now performed prior to file loading [and @auto executing] thus
                   7674:          making $cookie:value available in @auto and in
                   7675:          @unhandled_exception when IIS is configured to run interpreter
                   7676:          even if no file exist
                   7677: 
                   7678: 2004-09-20  paf
                   7679: 
                   7680:        * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
                   7681:          somewhere where it should have called xmlMalloc and it calls
                   7682:          xmlFree when it should have not called it.  inserted two
                   7683:          workarounds: xmlMallocAtomic implemented as xmlMalloc, and
                   7684:          xmlFree just ignored.  put away a testcase, maybe someday libxml
                   7685:          author would fix all that.  until that day: we have SLOW garbage
                   7686:          collecting when many xml objects are alive hint: do
                   7687:          ^memory:compact[] before xdoc::create
                   7688: 
                   7689: 2004-09-17  paf
                   7690: 
                   7691:        * src/classes/file.C: bugfix: file::cgi headers were lost [typo
                   7692:          error from 3.0.8 version]
                   7693: 
                   7694: 2004-09-14  paf
                   7695: 
                   7696:        * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
                   7697:          part bugfix: hashfile.foreach iterated only part if hashfile were
                   7698:          modified inside
                   7699: 
                   7700: 2004-09-13  paf
                   7701: 
                   7702:        * src/main/pa_string.C, www/htdocs/_bug.html: bugfix: $s[+008]
                   7703:          ^eval($s) now parsed OK [were as octal]
                   7704: 
                   7705:        * src/types/pa_vhashfile.C, www/htdocs/_bug.html: beauty: not
                   7706:          reproduced $hashfile.key[$novalue] bug [reported by motorin],
                   7707:          inserted safety-check
                   7708: 
                   7709:        * src/types/pa_vhashfile.C: change: empty keys now error in parser
                   7710:          [not something obscure from sdbm lib]
                   7711: 
                   7712:        * src/types/pa_vhashfile.C, www/htdocs/_bug.html: bugfix: error
                   7713:          numbers now from errno.h = strerror now returnes something and we
                   7714:          can properly report that to client
                   7715: 
                   7716:        * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
                   7717:          now 8008 bytes, were 1008. perl sdbm compatibility now ruined
                   7718: 
                   7719:        * www/htdocs/: _bug.html, _bug.xsl: change: ^xdoc.string now
                   7720:          outputted as-is  [tainted as-is] this helps //[space][newline] to
                   7721:          remain as-is and not be unnecessary optimized away [ruining
                   7722:          javascript]
                   7723: 
                   7724:        * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
                   7725:          [tainted as-is] this helps //[space][newline] to remain as-is and
                   7726:          not be unnecessary optimized away [ruining javascript]
                   7727: 
                   7728:        * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
                   7729:          [tainted as-is]
                   7730: 
                   7731:        * src/classes/mail.C: bugfix: typo error
                   7732: 
                   7733: 2004-09-09  paf
                   7734: 
                   7735:        * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
                   7736:          separators bugfix: loads header with endings \r\n\r\n and \n\n
                   7737:          (bloody yandex.server)
                   7738: 
                   7739: 2004-09-06  paf
                   7740: 
                   7741:        * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
                   7742:          TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
                   7743:          encoded
                   7744: 
                   7745: 2004-09-01  paf
                   7746: 
                   7747:        * src/types/pa_vmail.C: change: multipart/mixed changed to
                   7748:          multipart/related outlook express have no problems showing
                   7749:          unrelated attachments.  todo: someday figure out a way of
                   7750:          multipart/mixed    multipart/related       text/html
                   7751:          image/xxx application/octet-stream << true attachments
                   7752: 
                   7753:        * src/types/pa_vmail.C, www/htdocs/_bug.html: new:
                   7754:          ^mail:send[$.file[$.content-disposition can be overriden new:
                   7755:          empty mail header fields removed from letter
                   7756: 
                   7757:        * src/classes/mail.C, src/include/pa_config_fixed.h,
                   7758:          src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
                   7759:          www/htdocs/_bug.html: new: ^mail:send[    $.file[
                   7760:          $.any[header]
                   7761: 
                   7762: 2004-08-30  paf
                   7763: 
                   7764:        * src/include/pa_config_fixed.h, src/main/pa_common.C,
                   7765:          www/htdocs/.htaccess, www/htdocs/_bug.html: beauty: less warnings
                   7766: 
                   7767:        * src/main/pa_common.C: beauty: do not bother with charset
                   7768:          detection when ^file::load[binary
                   7769: 
                   7770: 2004-08-27  paf
                   7771: 
                   7772:        * src/main/pa_common.C: hack: for yandex.server http server
                   7773: 
                   7774: 2004-08-18  paf
                   7775: 
                   7776:        * src/main/pa_request.C: bugfix: Accept-Ranges: bytes  when sending
                   7777:          possibly-chunked response
                   7778: 
                   7779: 2004-08-17  paf
                   7780: 
                   7781:        * src/classes/file.C: bugfix: $f[^file::load[;http://]]
                   7782:          $f.content-type now = that of http response
                   7783: 
                   7784:        * src/classes/file.C: bugfix: $f[^file::load[;http://]]
                   7785:          $f.content-type now = that of http response
                   7786: 
                   7787: 2004-08-03  paf
                   7788: 
                   7789:        * www/htdocs/: .htaccess, _bug.html: bugfix: empty input variables
                   7790:          can be replaced by output [forgot to allocate proper buffer,
                   7791:          oracle _server_ died with kgepop: no error frame to pop to for
                   7792:          error 21500 message]
                   7793: 
                   7794: 2004-07-30  paf
                   7795: 
                   7796:        * src/include/pa_request.h, src/main/pa_request.C,
                   7797:          src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
                   7798:          www/htdocs/.htaccess: bugfix: win32: system&parser exceptions in
                   7799:          release mode reported properly parser exception in exception
                   7800:          handler WERE mistakenly reported as system exception, without
                   7801:          details [in apache & isapi] +some beauty in exception text
                   7802: 
                   7803:        * src/include/pa_exception.h, src/main/pa_request.C,
                   7804:          src/targets/cgi/parser3.C, www/htdocs/.htaccess,
                   7805:          www/htdocs/_bug.html: bugfix: win32: system&parser exceptions in
                   7806:          release mode reported properly parser exception in exception
                   7807:          handler WERE mistakenly reported as system exception, without
                   7808:          details
                   7809: 
                   7810:        * src/main/execute.C: beauty: simplified system exception handling
                   7811: 
                   7812: 2004-07-29  paf
                   7813: 
                   7814:        * src/classes/table.C, www/htdocs/_bug.html: bugfix:
                   7815:          ^table.save[export.csv;$.separator[^;]] now works fine [separator
                   7816:          were ignored, and \t used unconditionally]
                   7817: 
                   7818:        * src/types/Makefile.am: added vhash.c
                   7819: 
                   7820: 2004-07-28  paf
                   7821: 
                   7822:        * src/: classes/date.C, classes/image.C, classes/math.C,
                   7823:          lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
                   7824:          main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
                   7825:          types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
                   7826:          failed on russian letters
                   7827: 
                   7828:        * src/main/pa_string.C, src/types/pa_vmail.C, www/htdocs/_bug.html,
                   7829:          src/main/pa_common.C: bugfix: isspace((unsigned char)c)
                   7830:          everywhere. failed on russian letters
                   7831: 
                   7832:        * www/htdocs/_bug.html: bugfix: win32: chdir not needed, dir
                   7833:          passwed as 'currentDirectory' parameter to CreateProcess
                   7834: 
                   7835:        * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
                   7836:          as 'currentDirectory' parameter to CreateProcess
                   7837: 
                   7838: 2004-07-27  paf
                   7839: 
                   7840:        * src/targets/cgi/parser3.vcproj: beauty: win32:
                   7841:          globaloptimizations ON, release:mapfile ON todo: copy .mapfile
                   7842:          from release somewhere [to help searching for unhandled system
                   7843:          exceptions]
                   7844: 
                   7845:        * src/types/pa_vdate.h: check: for invalid datetime after temporary
                   7846:          TZ shift
                   7847: 
                   7848:        * src/types/pa_vdate.h: bugfix: time checked not only at set_time
                   7849:          but also in ctor
                   7850: 
                   7851: 2004-07-26  paf
                   7852: 
                   7853:        * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
                   7854:          src/main/pa_request.C, src/types/pa_vfile.h,
                   7855:          src/types/pa_vhash.C, src/types/pa_vhash.h,
                   7856:          src/types/types.vcproj, www/htdocs/_bug.html: new:
                   7857:          $response:body/download[    $.file[name on disk]    $.name[of
                   7858:          file for user]        $.mdate[date of last-modified. default from
                   7859:          directory] ]
                   7860: 
                   7861:        * src/classes/file.C: moving file:send somewhere else..
                   7862: 
                   7863:        * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
                   7864:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
                   7865:          ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
                   7866:          $response:download[ $.filename[filename] $.option[] ,, ]
                   7867: 
                   7868:        * src/classes/file.C: beauty: invalid mode thoroughly reported
                   7869: 
                   7870: 2004-07-21  paf
                   7871: 
                   7872:        * src/types/pa_vmail.C, www/htdocs/_bug.html: bugfix: too long
                   7873:          header values now splitted to several lines
                   7874: 
                   7875:          were: header: vaaaaaaaaaaaalue now: header: vaaaaaa  aaalue
                   7876: 
                   7877:          note: ms outlook[!express] shows only first 255 characters of
                   7878:          subject
                   7879: 
                   7880: 2004-07-15  paf
                   7881: 
                   7882:        * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
                   7883:          off]
                   7884: 
                   7885: 2004-07-14  paf
                   7886: 
                   7887:        * src/classes/table.C: bugfix: $.bind values now got untainted
                   7888:          according to lang  [were: as-is]
                   7889: 
                   7890: 2004-07-07  paf
                   7891: 
                   7892:        * src/classes/op.C: bugfix: cache with 2 params caused assertion,
                   7893:          checked that
                   7894: 
                   7895:        * src/main/pa_exec.C: bufix: on unix AND win32 environment string
                   7896:          now untainted according to their languages.  were: as-is.
                   7897:          EVERYWHERE
                   7898: 
                   7899:        * src/classes/file.C, src/main/pa_exec.C, www/htdocs/_bug.html,
                   7900:          www/htdocs/_bug.pl: bufix: on unix AND win32 environment string
                   7901:          now untainted according to their languages.  were: as-is.
                   7902:          EVERYWHERE
                   7903: 
                   7904:        * src/main/pa_exec.C: bufix: on unix environment string now
                   7905:          untainted according to their languages.  were: as-is. on win32:
                   7906:          ok
                   7907: 
                   7908:        * parser3.vssscc: ...would not go unnoticed
                   7909: 
                   7910:        * src/main/pa_charset.C, www/htdocs/.htaccess,
                   7911:          www/htdocs/_bug.html: convinience: transcodeFromUTF8 now never
                   7912:          fails. in case on input appears nonutf, those bytes will be
                   7913:          printed in %HH form. that can be easily decoded/recovered.
                   7914: 
                   7915:          this form is quite noticable, and hopefully would not go noticed
                   7916: 
                   7917: 2004-07-06  paf
                   7918: 
                   7919:        * src/main/pa_exec.C: bufix: on unix environment string now
                   7920:          untainted according to their languages.  were: as-is. on win32:
                   7921:          ok
                   7922: 
                   7923: 2004-07-01  paf
                   7924: 
                   7925:        * src/classes/classes.vcproj, src/lib/cord/cord.vcproj,
                   7926:          src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
                   7927:          src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
                   7928:          src/lib/pcre/pcre_dftables.vcproj,
                   7929:          src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/smtp/smtp.vcproj,
                   7930:          src/main/main.vcproj, src/targets/cgi/parser3.vcproj,
                   7931:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
                   7932:          www/htdocs/.htaccess: win32: option: global optimization ON
                   7933: 
                   7934:        * src/main/untaint.C, www/htdocs/_bug.html: workaround kinda bug in
                   7935:          libxml: life requires to do xdoc::create{invalid chars} standard
                   7936:          disables chars less then \x20, except tab, cr, lf.
                   7937: 
                   7938:          changed tainting so that those become '!'
                   7939: 
                   7940: 2004-06-25  paf
                   7941: 
                   7942:        * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
                   7943:          int on odd address [prev bugfix failed due to superwize
                   7944:          optimizer, which turned memcpy into same 'ld' asm command]
                   7945: 
                   7946:        * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
                   7947:          int on odd address
                   7948: 
                   7949: 2004-06-23  paf
                   7950: 
                   7951:        * www/htdocs/_bug.html: checked: oracle: various ways of returning
                   7952:          error from stored proc.  bad: no way of knowing which exactly
                   7953:          user-defined exception were thrown.  good:
                   7954:          raise_application_error can return error message number and
                   7955:          string FINE good: PRAGMA EXCEPTION_INIT works good too
                   7956: 
                   7957: 2004-06-22  paf
                   7958: 
                   7959:        * src/sql/pa_sql_driver.h: note: about possible optimization
                   7960: 
                   7961:        * www/htdocs/_bug.html: checked: in out variables OK
                   7962: 
                   7963:        * operators.txt, src/classes/hash.C, src/classes/memory.C,
                   7964:          src/classes/string.C, src/classes/table.C, src/classes/void.C,
                   7965:          src/include/pa_config_includes.h, www/htdocs/_bug.html: new:
                   7966:          ^void:sql{call paf(:a)}[                $.bind[
                   7967:                $.a[2]          ]       ] output variables work.  todo:
                   7968:          check in out variables
                   7969: 
                   7970: 2004-06-18  paf
                   7971: 
                   7972:        * src/classes/file.C, src/classes/hash.C, src/classes/string.C,
                   7973:          src/classes/table.C, src/classes/void.C,
                   7974:          src/include/pa_globals.h, src/include/pa_sql_connection.h,
                   7975:          src/main/compile.tab.C, src/sql/pa_sql_driver.h,
                   7976:          www/htdocs/.htaccess, www/htdocs/_bug.html: started:
                   7977:          ^void:sql{call paf(:a)}[                $.bind[
                   7978:                $.a[2]          ]       ] input variables work.
                   7979:          todo:output
                   7980: 
                   7981:        * src/targets/cgi/parser3.C: bugfix: iis specific
                   7982:          http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
                   7983:          /_bug.html?404;http://hpsv/test/
                   7984:          --------------------------------------------------------------------------------
                   7985:          $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
                   7986:          --------------------------------------------------------------------------------
                   7987:          IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
                   7988: 
                   7989: 2004-06-16  paf
                   7990: 
                   7991:        * src/targets/cgi/parser3.C: new: iis specific
                   7992:          http://parser3/_bug.html?404;http://server/_bug.html?f=v now
                   7993:          $request:query
                   7994:          IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
                   7995:          $form:fields IIS-STATUS="404"
                   7996:          IIS-DOCUMENT="http://server/_bug.html" f="v"
                   7997: 
                   7998:          todo: isapi too
                   7999: 
                   8000: 2004-05-26  paf
                   8001: 
                   8002:        * src/include/pa_version.h: 3.1.3
                   8003: 
                   8004:        * operators.txt: beauty: removed outdated level 'table'
                   8005: 
                   8006:        * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
                   8007: 
                   8008:        * src/main/pa_string.C: beauty: removed 3 warnings
                   8009: 
                   8010:        * src/include/pa_string.h, src/classes/table.C, src/main/untaint.C,
                   8011:          www/htdocs/_bug.html, src/classes/op.C: beauty: removed outdated
                   8012:          level 'table'
                   8013: 
                   8014: 2004-05-25  paf
                   8015: 
                   8016:        * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
                   8017:          implementation. mistery: how anything worked
                   8018: 
                   8019:        * src/sql/pa_sql_driver.h: beauty: param renamed and comment
                   8020:          changed, it is now safe to use url if pointers to it are stored
                   8021:          to gc mem
                   8022: 
                   8023:        * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
                   8024:          unknown errors reported and not cause SIGSEGV now
                   8025: 
                   8026: 2004-05-24  paf
                   8027: 
                   8028:        * src/include/pa_string.h, src/lib/cord/cordbscs.c,
                   8029:          src/lib/cord/include/cord.h, www/htdocs/_bug.html,
                   8030:          src/lib/cord/cordxtra.c: cancel: more speed, less memory:
                   8031:          CORD_chars_block originally intended to ...  it was good that
                   8032:          CORD_chars_block were not used: it consumes more memory [and,
                   8033:          might be slow too] undoing that. [and removed that func so that
                   8034:          it would not confuse parser developer in future]
                   8035: 
                   8036:        * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
                   8037:          less memory: CORD_chars_block originally intended to
                   8038:          speedup/reduce mem usage were forgotten, and were used stupid
                   8039:          CORD_chars
                   8040: 
                   8041:        * src/include/pa_config_auto.h.in: bugfix: bigendian check added
                   8042: 
                   8043:        * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
                   8044:          BIGENDIAN processors space-conserving mech failed, causing
                   8045:          SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
                   8046:          (1|2|3));
                   8047: 
                   8048: 2004-05-14  paf
                   8049: 
                   8050:        * src/types/Makefile.am, src/types/pa_vvoid.C,
                   8051:          src/types/pa_vvoid.h, src/types/types.vcproj,
                   8052:          www/htdocs/.htaccess, www/htdocs/_bug.html, www/htdocs/auto.p:
                   8053:          bugfix: void now has vfile value, and $response:body[] works OK
                   8054: 
                   8055: 2004-05-12  paf
                   8056: 
                   8057:        * src/types/pa_vbool.h, src/types/pa_vhash.h,
                   8058:          src/types/pa_vhashfile.h, src/types/pa_vtable.h,
                   8059:          www/htdocs/.htaccess, www/htdocs/_bug.html: beauty: ^if(def
                   8060:          $bool) now equals ^if($bool) and shaped up other sources to use
                   8061:          is_defined() {return as_bool();} along VBool
                   8062: 
                   8063: 2004-05-11  paf
                   8064: 
                   8065:        * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
                   8066:          referencing to local objects
                   8067: 
                   8068:        * src/classes/mail.C, src/include/pa_exec.h,
                   8069:          src/main/compile.tab.C, src/types/pa_vmail.C,
                   8070:          src/types/pa_vmail.h, www/htdocs/.htaccess, www/htdocs/_bug.gif,
                   8071:          www/htdocs/_bug.html: bugfix: bcc with sendmail now left intact
                   8072: 
                   8073: 2004-04-15  paf
                   8074: 
                   8075:        * src/classes/date.C: merged: beauty: unused var removed
                   8076: 
                   8077:        * src/classes/date.C: beauty: unused var removed
                   8078: 
                   8079:        * src/include/: pa_exec.h: bugfix: interface without pointer
                   8080:          provoked bug
                   8081: 
                   8082: 2004-04-09  paf
                   8083: 
                   8084:        * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
                   8085: 
                   8086:        * src/types/pa_vform.C: bugfix: form:imap were incorrect
                   8087: 
                   8088: 2004-04-08  paf
                   8089: 
                   8090:        * src/classes/date.C: new: ^date::create[y-m-d
                   8091:          h-M-s>>.milliseconds<<] now allowed, ignored so far
                   8092: 
                   8093:        * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
                   8094: 
                   8095:        * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
                   8096:          to consult default catalog [usually, that file belongs to other
                   8097:          user/group]
                   8098: 
                   8099: 2004-04-06  paf
                   8100: 
                   8101:        * src/main/pa_common.C: beauty: gcc warning removed
                   8102: 
                   8103:        * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
                   8104:          accept that trick, trying other
                   8105: 
                   8106:        * src/main/compile.tab.C, src/main/compile.y, www/htdocs/_bug.html:
                   8107:          bugfix: step3 to fix explicit result problem
                   8108: 
                   8109:        * src/main/compile.tab.C, src/main/compile.y, www/htdocs/_bug.html:
                   8110:          bugfix: step2 to fix explicit result problem
                   8111: 
                   8112:        * src/main/compile.tab.C, src/main/compile.y, www/htdocs/_bug.html:
                   8113:          bugfix: step1 to fix explicit result problem
                   8114: 
                   8115:        * operators.txt, src/classes/string.C: new: ^string.append[string]
                   8116: 
                   8117:        * src/include/pa_opcode.h, src/main/compile.tab.C,
                   8118:          src/main/compile.y, src/main/execute.C, www/htdocs/_bug.html:
                   8119:          attempt_check_call_in_explicit_result_mode: failed
                   8120: 
                   8121:        * src/main/pa_common.C: bugfix: of 1.175 bugfix:
                   8122:          http://i.p.a.ddress gethostbyaddr added [on some platforms
                   8123:          gethostbyname failed with such 'domains'] now checked properly,
                   8124:          were: needless reverse/forward dns lookup
                   8125: 
                   8126:        * src/main/pa_common.C: bugfix: of 1.175 bugfix:
                   8127:          http://i.p.a.ddress gethostbyaddr added [on some platforms
                   8128:          gethostbyname failed with such 'domains'] now checked properly,
                   8129:          were: needless reverse/forward dns lookup
                   8130: 
                   8131:        * src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
                   8132:          www/htdocs/_bug.html: reimplemented: @method[][result] means "no
                   8133:          string output here" moved to lexical level [on grammar level it
                   8134:          were too difficult]
                   8135: 
                   8136:        * operators.txt, src/include/pa_string.h, src/main/compile.tab.C,
                   8137:          src/main/compile.y, src/main/compile_tools.h,
                   8138:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   8139:          www/htdocs/.htaccess, www/htdocs/_bug.html: new:
                   8140:          @method[][result] means "no string output here", implemented part
                   8141:          of that idea: compiler throws away string literal generation
                   8142:          code. and barks nonwhitespace chars
                   8143: 
                   8144:        * operators.txt: truth: removed comment about $ORIGIN
                   8145: 
                   8146: 2004-04-05  paf
                   8147: 
                   8148:        * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
                   8149:          src/include/pa_version.h, src/main/pa_common.C,
                   8150:          src/targets/isapi/parser3isapi.C, www/htdocs/.htaccess,
                   8151:          www/htdocs/_bug.html, www/htdocs/_bug.txt: merged with 3.1.3
                   8152: 
                   8153:        * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
                   8154:          Konstantin Tomashevitch [mailto:konst@design.ru]
                   8155: 
                   8156:        * src/doc/html2chm.cmd: beauty: no need in bg here
                   8157: 
                   8158:        * src/doc/sources2html.cmd: beauty: same window, in bg it
                   8159:          interfered with FAR console
                   8160: 
                   8161:        * configure, configure.in: 3.1.3
                   8162: 
                   8163:        * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
                   8164: 
                   8165:        * src/main/pa_common.C: removed warning
                   8166: 
                   8167:        * src/include/pa_version.h: 3.1.3
                   8168: 
                   8169: 2004-04-02  paf
                   8170: 
                   8171:        * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
                   8172: 
                   8173:        * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
                   8174:          allows to specify where to put parser log file
                   8175: 
                   8176: 2004-04-01  paf
                   8177: 
                   8178:        * src/classes/table.C: bugfix: bugfix: table::load last line
                   8179:          without tab and enter were ignored
                   8180: 
                   8181:        * src/: include/pa_cache_managers.h, include/pa_globals.h,
                   8182:          include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
                   8183:          main/pa_socks.C, targets/cgi/parser3.C,
                   8184:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
                   8185:          bugfix: sql connections now are disconnected
                   8186: 
                   8187: 2004-03-30  paf
                   8188: 
                   8189:        * src/classes/table.C: bugfix: table::load last line without tab
                   8190:          and enter were ignored
                   8191: 
                   8192:        * src/classes/table.C: bufix: if last table lines were commented,
                   8193:          gpfed
                   8194: 
                   8195:        * src/doc/ClassExample1.dox, src/doc/ClassExample2.dox,
                   8196:          src/doc/ClassExample3.dox, src/doc/chmhelper.pl,
                   8197:          src/doc/class.dox, src/doc/compiler.dox, src/doc/doxygen.cfg,
                   8198:          src/doc/exception.dox, src/doc/executor.dox, src/doc/footer.htm,
                   8199:          src/doc/index.dox, src/doc/memory.dox, src/doc/methoded.dox,
                   8200:          src/doc/object.dox, src/doc/string.dox, src/doc/targets.dox,
                   8201:          src/doc/value.dox, src/include/pa_version.h,
                   8202:          src/main/pa_cache_managers.C,
                   8203:          src/main/pa_stylesheet_connection.C,
                   8204:          src/targets/isapi/parser3isapi.vcproj, src/types/pa_vform.C,
                   8205:          www/htdocs/_bug.html, www/htdocs/_bug.txt: merged bugfixes from
                   8206:          3.1.2, changed version to 3.1.3beta
                   8207: 
                   8208: 2004-03-29  paf
                   8209: 
                   8210:        * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
                   8211:          causes gpf
                   8212: 
                   8213:        * src/doc/: ClassExample1.dox, ClassExample2.dox,
                   8214:          ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
                   8215:          doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
                   8216:          memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
                   8217:          value.dox: translated to english
                   8218: 
                   8219: 2004-03-25  paf
                   8220: 
                   8221:        * src/targets/isapi/parser3isapi.vcproj: beauty: one more
                   8222:          parser3project dependency removed
                   8223: 
                   8224:        * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
                   8225:          bugfix: refused to compile without xml
                   8226: 
                   8227:        * src/types/pa_vform.C: beauty: removed warning
                   8228: 
                   8229:        * src/classes/classes.vcproj: merged bugfix: now all compiles in
                   8230:          any folder [removed last ;) folder dependency]
                   8231: 
                   8232:        * src/classes/classes.vcproj: bugfix: now all compiles in any
                   8233:          folder [removed last ;) folder dependency]
                   8234: 
                   8235:        * src/include/pa_version.h: release
                   8236: 
                   8237:        * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
                   8238: 
                   8239:        * src/classes/table.C: beauty: comment& more meaningful error
                   8240:          message
                   8241: 
                   8242:        * src/classes/hash.C, www/htdocs/_bug.html: bugfix: ^hash::sql{one
                   8243:          column} now produces $.hash[$.column_value1(true) ... ] [were
                   8244:          producing some strang thing]
                   8245: 
                   8246: 2004-03-23  paf
                   8247: 
                   8248:        * src/classes/image.C, src/main/pa_common.C, www/htdocs/_bug.html:
                   8249:          bugfix: ^image.polyline and http status line parsing checked
                   8250:          number of columns in table [user reported an assert]
                   8251: 
                   8252:        * operators.txt: example: on hashfile
                   8253: 
                   8254:        * src/classes/op.C, src/types/pa_value.C, src/types/pa_wcontext.C,
                   8255:          www/htdocs/_bug.html: bugfix: junction reattach now actually
                   8256:          reattaches a junction to new wcontext [were only assigning it to
                   8257:          junction, which caused junction tracking to loose junction, and
                   8258:          it's context were not killed, and it tried to process in invalid
                   8259:          context, gpf]
                   8260: 
                   8261:        * src/targets/cgi/parser3.C: debug helper added
                   8262: 
                   8263: 2004-03-19  paf
                   8264: 
                   8265:        * src/types/pa_wcontext.C, www/htdocs/_bug.html: beauty: error
                   8266:          messages removed duplicate "type(type)" in braces
                   8267: 
                   8268: 2004-03-10  paf
                   8269: 
                   8270:        * operators.txt, src/classes/xdoc.C, src/classes/xnode.C,
                   8271:          src/classes/xnode.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   8272:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   8273:          www/htdocs/_bug.html: new: refined solution to
                   8274:          search-in-namespaces problem:
                   8275:          $xdoc.search-namespaces.x[http://pif.design.ru/]
                   8276:          $nodes[^xdoc.select[//x:second]]
                   8277: 
                   8278:        * operators.txt, src/classes/xnode.C, www/htdocs/_bug.html,
                   8279:          www/htdocs/_bug.xml: new: xnode.select*[xpath
                   8280:          expression][[NAMESPACES HASH]] allows to search for info in
                   8281:          namespaces
                   8282: 
                   8283:          $nodes[^xdoc.select[//x:second][
                   8284:          $.x[http://pif.design.ru/] ]]
                   8285: 
                   8286: 2004-03-09  paf
                   8287: 
                   8288:        * operators.txt, src/main/pa_common.C, www/htdocs/.htaccess,
                   8289:          www/htdocs/_bug.html, www/htdocs/_bug.txt, www/htdocs/_bug.xsl:
                   8290:          new: ^file::load[...][options]         $.form[
                   8291:          !$.field1[string]
                   8292:          !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
                   8293:               ]         !$.body[string]
                   8294: 
                   8295:          GET ?here notGET(POST, HEAD, others) in content-type:
                   8296:          application/x-www-form-urlencoded
                   8297: 
                   8298:          todo: upload files ability
                   8299: 
                   8300:        * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
                   8301:          properly, done
                   8302: 
                   8303: 2004-03-05  paf
                   8304: 
                   8305:        * operators.txt, src/main/pa_common.C: new: file::load[;http://

                   8306:          GET/POST $.form[$.fields started, not tested yet
                   8307:          todo:$.field[table] for multiple values
                   8308: 
                   8309:        * operators.txt: new: http:// options $.user $.password basic
                   8310:          authorization
                   8311: 
                   8312:        * src/main/pa_common.C: beauty: link to rtf added
                   8313: 
                   8314:        * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
                   8315:          www/htdocs/_bug.html: new: http:// options $.user $.password
                   8316:          basic authorization
                   8317: 
                   8318:        * src/main/pa_common.C: beauty: removed needless vars
                   8319: 
                   8320:        * operators.txt: new: pgsql option [like that recently added to
                   8321:          oracle driver]             ClientCharset=parser-charset <<
                   8322:          charset in which parser thinks client works
                   8323: 
                   8324:        * src/sql/pa_sql_driver.h: beauty: important warning added
                   8325: 
                   8326:        * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
                   8327:          char!
                   8328: 
                   8329:        * etc/parser3.charsets/windows-1251.cfg: typo
                   8330: 
                   8331:        * www/htdocs/_bug.html, operators.txt: new: odbc option [like that
                   8332:          recently added to oracle driver]
                   8333:          ClientCharset=parser-charset << charset in which parser thinks
                   8334:          client works
                   8335: 
                   8336: 2004-03-04  paf
                   8337: 
                   8338:        * www/htdocs/: _bug.html, _bug.txt: new: mysql option [like that
                   8339:          recently added to oracle driver]
                   8340:          ClientCharset=parser-charset << charset in which parser thinks
                   8341:          client works
                   8342: 
                   8343:        * src/main/pa_sql_driver_manager.C: speedup: charset lookups
                   8344:          cached, sql transcoding now goes faster
                   8345: 
                   8346:        * operators.txt: new: mysql option [like that recently added to
                   8347:          oracle driver]             ClientCharset=parser-charset <<
                   8348:          charset in which parser thinks client works
                   8349: 
                   8350:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
                   8351:          typo error
                   8352: 
                   8353:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
                   8354:          chars commented
                   8355: 
                   8356: 2004-03-03  paf
                   8357: 
                   8358:        * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
                   8359:          Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
                   8360: 
                   8361: 2004-03-02  paf
                   8362: 
                   8363:        * operators.txt: new[update typo]:     !^void.left(n)
                   8364:          nothing     !^void.right(n)        nothing     !^void.mid(p[;n])
                   8365:                nothing
                   8366: 
                   8367:        * operators.txt, src/classes/void.C, www/htdocs/_bug.html: new:
                   8368:          !^void.left(n)        nothing     !^void.right(n)        nothing
                   8369:          !^void.pos(p[;n])           nothing
                   8370: 
                   8371:        * operators.txt, src/classes/file.C, src/include/pa_string.h,
                   8372:          www/htdocs/_bug.html: new: ^file::sql[[name_to_become_$.name]]{}
                   8373:          query result must be one row with columns:   first: data
                   8374:          second: file name   third: content-type
                   8375: 
                   8376:        * operators.txt, src/classes/file.C, www/htdocs/_bug.gif,
                   8377:          www/htdocs/_bug.html: ^file.sql-string[] inside ^connect gets
                   8378:          properly escaped string, which can be passed to request now this
                   8379:          for mysql only. it's up to parser sql driver to fix zeros
                   8380:          properly
                   8381: 
                   8382:        * INSTALL: note: added on building apache with this option:
                   8383:          --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
                   8384: 
                   8385:        * www/htdocs/_bug.html: feature:
                   8386:          oracle?..&LowerCaseColumnNames=0&ClientCharset=something column
                   8387:          names got transcoded to $request:charset too [were only column
                   8388:          data]
                   8389: 
                   8390: 2004-03-01  paf
                   8391: 
                   8392:        * src/targets/isapi/parser3isapi.C: new: apache module & isapi
                   8393:          extension memory:compact befor processingrequest
                   8394: 
                   8395:        * operators.txt, src/classes/hash.C, www/htdocs/_bug.html: new:
                   8396:          ^hash._keys[>>name<<] to call sole column of result
                   8397: 
                   8398:        * operators.txt, src/classes/image.C, src/lib/gd/gif.C,
                   8399:          src/lib/gd/gif.h, www/htdocs/_bug.html: new:
                   8400:          ^image.pixel(x;y)[(color)]         get/set pixel color
                   8401: 
                   8402:        * src/classes/image.C, src/types/pa_vimage.C,
                   8403:          src/types/pa_vimage.h, www/htdocs/_bug.html: beauty: image --
                   8404:          less checks [were ugly impl]
                   8405: 
                   8406:        * src/classes/string.C, www/htdocs/_bug.html: bugfix:
                   8407:          ^string.left/right/mid with negative values now considered bad
                   8408: 
                   8409:        * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
                   8410: 
                   8411:        * src/classes/xdoc.C, src/types/pa_vxdoc.h, www/htdocs/_bug.html,
                   8412:          www/htdocs/_bug.xsl: bugfix: boolean output options now have
                   8413:          unified defaults [after transform
                   8414:          indent/omit-xml-declaration/standalone 'default' erroreously
                   8415:          meant 'true']
                   8416: 
                   8417:        * www/htdocs/_bug.html: bugfix: http://i.p.a.ddress gethostbyaddr
                   8418:          added [on some platforms gethostbyname failed with such
                   8419:          'domains']
                   8420: 
                   8421:        * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
                   8422:          added [on some platforms gethostbyname failed with such
                   8423:          'domains']
                   8424: 
                   8425:        * src/include/pa_config_auto.h.in: no select check, no define
                   8426: 
                   8427:        * src/classes/string.C: feature: ^string.trim both parameters may
                   8428:          be empty-strings, meaning kind=both chars=whitespaces
                   8429: 
                   8430:        * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
                   8431:          exist
                   8432: 
                   8433:        * src/classes/string.C: check: trim 'chars' must not be empty,
                   8434:          exception if it is
                   8435: 
                   8436:        * src/classes/string.C: changed: ^string.trim [] << both,
                   8437:          whitespaces [start|both|end] << kind, whitespaces
                   8438:          [start|both|end;chars]  full
                   8439: 
                   8440: 2004-02-27  paf
                   8441: 
                   8442:        * operators.txt, src/classes/string.C, src/main/pa_string.C,
                   8443:          www/htdocs/_bug.html: new method:
                   8444:          ^string.trim[start|both|end[;chars]]        default 'chars' --
                   8445:          whitespace chars finished
                   8446: 
                   8447:        * operators.txt, src/classes/string.C, src/include/pa_string.h,
                   8448:          src/main/pa_string.C, www/htdocs/_bug.html: new method:
                   8449:          ^string.trim[start|both|end[;chars]]        default 'chars' --
                   8450:          whitespace chars   started, only start works
                   8451: 
                   8452:        * www/htdocs/: _bug.html, _bug.xml, _bug.xsl: bug discovered: todo!
                   8453:          xdoc::create+save != xdoc.transform&no<xsl:output>+save
                   8454: 
                   8455:        * src/main/compile.C: bugfix: line numbers after
                   8456:          ^process{}[$.line(-10]] can be negative, allowed to print they as
                   8457:          signed
                   8458: 
                   8459:        * src/main/untaint.C: speed: there's no \n chars in output
                   8460:          [normally], so no need to optimize them they could be retrived
                   8461:          from databases, though. but 1. should be replaced 2. if not
                   8462:          optimized, no harm done
                   8463: 
                   8464:        * www/htdocs/: _bug.html, _bug.txt: just test:
                   8465:          file::load[text;http:// $.text utf-8 signature, line ends OK
                   8466:          http://i2/tasks/edit/?id=4629476859594276758
                   8467: 
                   8468:        * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
                   8469:          ^file::exec/cgi could return invalid status & zombie child can
                   8470:          remain for short period until process exists [very bad in
                   8471:          mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
                   8472: 
                   8473:        * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
                   8474:          malicious SMTP server to attack as by returning too long status
                   8475:          responses http://i2/tasks/edit/?id=4629448401140924947
                   8476: 
                   8477: 2004-02-26  paf
                   8478: 
                   8479:        * operators.txt: feature: ^process...{CODE}[now has options] which
                   8480:          are         $.main[to what to rename @main]         $.file[file,
                   8481:          from which (user says) goes that CODE]         $.lineno(line
                   8482:          number in that file, where CODE starts. may be negative)
                   8483: 
                   8484:        * operators.txt, src/classes/op.C, src/include/pa_request.h,
                   8485:          src/main/compile.C, src/main/compile_tools.h,
                   8486:          src/main/pa_request.C, www/htdocs/_bug.html, www/htdocs/_bug.p,
                   8487:          www/htdocs/_bug.xsl: feature: ^process...{CODE}[now has options]
                   8488:          which are         $.main[to what to rename @main]
                   8489:          $.file[file, from which (user says) goes that CODE]
                   8490:          $.lineno(line number in that file, where CODE starts. may be
                   8491:          negative)
                   8492: 
                   8493: 2004-02-25  paf
                   8494: 
                   8495:        * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
                   8496:          old @charsetsdir@ recently erased from configure.in]
                   8497: 
                   8498:        * src/classes/hash.C: feature: ^hash::sql{one colum result} now
                   8499:          produces hash of column=>1
                   8500: 
                   8501:        * www/htdocs/: _bug.html, _bug.xsl: xhtml: &#9; as resutl of
                   8502:          <xsl:attribute>[tab]  is OK
                   8503: 
                   8504:        * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
                   8505:          with incomplete errno constants set
                   8506: 
                   8507: 2004-02-24  paf
                   8508: 
                   8509:        * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
                   8510:          "man select"
                   8511: 
                   8512:        * src/main/pa_os.C: beauty: <0 better then ==-1
                   8513: 
                   8514:        * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
                   8515: 
                   8516:        * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
                   8517: 
                   8518:        * src/classes/Makefile.am: smtp on unix: steps to work on unix
                   8519: 
                   8520:        * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
                   8521:          unix: steps to work on unix [extracted 'to']
                   8522: 
                   8523:        * src/classes/mail.C: smtp on unix: steps to work on unix
                   8524: 
                   8525:        * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
                   8526: 
                   8527:        * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
                   8528:          lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
                   8529:          unix [testing on solaris]
                   8530: 
                   8531: 2004-02-20  paf
                   8532: 
                   8533:        * src/classes/xdoc.C, www/htdocs/_bug.xsl: beauty: ugly code
                   8534:          removed, thanks to egr for pointing that out
                   8535: 
                   8536:        * www/htdocs/: _bug.html, _bug.xsl: bugfix: <tag
                   8537:          attr="&#digital_entity;" bug fixed again [same solution,
                   8538:          mistanenly removed one line]
                   8539: 
                   8540:        * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
                   8541:          fixed again [same solution, mistanenly removed one line]
                   8542: 
                   8543: 2004-02-19  paf
                   8544: 
                   8545:        * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
                   8546:          date::create from bad datetime in spring daylightsaving hole now
                   8547:          OK for all platforms [on some platforms it failed]
                   8548: 
                   8549:        * src/classes/date.C, src/classes/image.C, www/htdocs/_bug.html:
                   8550:          beauty: date::create[bad date time in daylightsaving hole] now
                   8551:          throws error
                   8552: 
                   8553:        * src/classes/date.C: comment: mistake fixed
                   8554: 
                   8555: 2004-02-18  paf
                   8556: 
                   8557:        * www/htdocs/_bug.html: beauty: coder can override save/file
                   8558:          encoding by specifying it in xsl:output or in save/file
                   8559:          hash-options
                   8560: 
                   8561:        * www/htdocs/: _bug.html, _bug.xsl: beauty: coder can override
                   8562:          save/file encoding by specifying it in xsl:output or in save/file
                   8563:          hash-options
                   8564: 
                   8565:        * www/htdocs/: _bug.html, _bug.xsl: beauty: xdoc.string now
                   8566:          renderes in $request:charset, but in header puts
                   8567:          $response:charset todo: make that default only so that coder
                   8568:          could override that
                   8569: 
                   8570:        * www/htdocs/: _bug.html: beauty: xdoc.string now renderes in
                   8571:          $request:charset, but in header puts $response:charset todo: make
                   8572:          that default only so that coder could override that
                   8573: 
                   8574:        * src/classes/xdoc.C, src/include/pa_charset.h,
                   8575:          www/htdocs/_bug.html, www/htdocs/_bug.xsl: beauty: xdoc.string
                   8576:          now renderes in $request:charset, but in header puts
                   8577:          $response:charset todo: make that default only so that coder
                   8578:          could override that
                   8579: 
                   8580:        * src/classes/xdoc.C, www/htdocs/_bug.xsl: beauty: xhtml
                   8581:          doctype-public/system forcly turns off omit-xml-declaration
                   8582: 
                   8583:        * src/classes/xdoc.C, www/htdocs/_bug.html, www/htdocs/_bug.xsl:
                   8584:          feature: reimplemented xhtml output, see /.xsl for sample
                   8585: 
                   8586: 2004-02-17  paf
                   8587: 
                   8588:        * src/classes/xdoc.C: beauty: needless helper class removed
                   8589: 
                   8590:        * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
                   8591:          copied extra time
                   8592: 
                   8593:        * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
                   8594:          part of libxml
                   8595: 
                   8596:        * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
                   8597:          libxml to do the work] <xsl:output        method="html"
                   8598:          doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
                   8599:          doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
                   8600:          />
                   8601: 
                   8602:        * src/classes/xdoc.C: beauty: no <meta ... charset generated
                   8603: 
                   8604:        * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
                   8605:          caused assertion
                   8606: 
                   8607:        * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
                   8608:          could hang. now such add does nothing, sub clears $hash
                   8609: 
                   8610:        * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
                   8611:          not made quoted-printable
                   8612: 
                   8613:        * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
                   8614:          string invariant
                   8615: 
                   8616: 2004-02-16  paf
                   8617: 
                   8618:        * src/main/pa_globals.C: bugfix: xml errors copy from library now
                   8619:          cleared [were not cleared properly]
                   8620: 
                   8621: 2004-02-13  paf
                   8622: 
                   8623:        * src/include/pa_version.h: prerelease
                   8624: 
                   8625:        * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
                   8626:          used, introducing dependencies timestamp check
                   8627: 
                   8628:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   8629:          include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
                   8630:          main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
                   8631:          .xsl.stamp now not used, introducing dependencies timestamp check
                   8632: 
                   8633:        * configure.in, bin/auto.p.dist.in: auto.p: @conf made relative
                   8634: 
                   8635: 2004-02-12  paf
                   8636: 
                   8637:        * src/types/pa_vform.C: bugfix: empty values[recently allowed]
                   8638:          ruined empty <input type=file> submits. parser thought there were
                   8639:          nameless empty file and $form:field got value of type 'file'
                   8640: 
                   8641:        * INSTALL: --without-threads
                   8642: 
                   8643:        * src/include/pa_sapi.h: 2004
                   8644: 
                   8645: 2004-02-11  paf
                   8646: 
                   8647:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   8648:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   8649:          classes/hashfile.C, classes/image.C, classes/int.C,
                   8650:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   8651:          classes/response.C, classes/string.C, classes/table.C,
                   8652:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   8653:          include/pa_array.h, include/pa_cache_managers.h,
                   8654:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   8655:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   8656:          include/pa_dictionary.h, include/pa_dir.h,
                   8657:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   8658:          include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
                   8659:          include/pa_operation.h, include/pa_os.h, include/pa_request.h,
                   8660:          include/pa_request_charsets.h, include/pa_request_info.h,
                   8661:          include/pa_socks.h, include/pa_sql_connection.h,
                   8662:          include/pa_sql_driver_manager.h, include/pa_stack.h,
                   8663:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   8664:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   8665:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   8666:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   8667:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   8668:          lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
                   8669:          lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
                   8670:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
                   8671:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   8672:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   8673:          main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
                   8674:          main/pa_os.C, main/pa_request.C, main/pa_socks.C,
                   8675:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   8676:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   8677:          main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
                   8678:          sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
                   8679:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   8680:          types/pa_junction.h, types/pa_method.h, types/pa_value.C,
                   8681:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                   8682:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   8683:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   8684:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   8685:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   8686:          types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
                   8687:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   8688:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
                   8689:          types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   8690:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   8691:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   8692:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   8693:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   8694:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   8695:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   8696:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   8697:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   8698:          types/pa_wcontext.h, types/pa_wwrapper.h: 2004
                   8699: 
                   8700:        * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
                   8701:          debug version of gc.dll
                   8702: 
                   8703:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                   8704:          lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
                   8705:          lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
                   8706:          lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
                   8707:          targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
                   8708:          targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
                   8709:          to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
                   8710:          processes
                   8711: 
                   8712:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
                   8713:          main/pa_globals.C, targets/cgi/parser3.vcproj,
                   8714:          targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
                   8715:          changes to reflect libxml xsl new folders
                   8716: 
                   8717:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                   8718:          lib/smtp/smtp.vcproj, main/main.vcproj,
                   8719:          targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
                   8720:          to reflect libxml xsl new folders
                   8721: 
                   8722:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                   8723:          lib/smtp/smtp.vcproj, main/main.vcproj,
                   8724:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                   8725:          types/types.vcproj: started changes to reflect libxml xsl new
                   8726:          folders
                   8727: 
                   8728:        * ChangeLog, parser3.sln, src/classes/classes.vcproj,
                   8729:          src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
                   8730:          src/main/compile.tab.C, src/main/main.vcproj,
                   8731:          src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
                   8732:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
                   8733:          www/htdocs/.htaccess: started changes to reflect libxml xsl new
                   8734:          folders
                   8735: 
                   8736: 2004-02-10  paf
                   8737: 
                   8738:        * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
                   8739:          compile. recommened latest libxml up to date
                   8740: 
                   8741:        * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
                   8742:          pattern compilation errors", on which spent 4 hours worktime. use
                   8743:          versions higher than that. recommended now latest up to date
                   8744: 
                   8745: 2004-02-06  paf
                   8746: 
                   8747:        * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
                   8748:          beauty: unified destructing style
                   8749: 
                   8750:        * src/main/untaint.C: beauty: removed old def/ifdef
                   8751: 
                   8752:        * src/main/untaint.C: beauty: coredump @unknown untaint language
                   8753:          now
                   8754: 
                   8755: 2004-02-03  paf
                   8756: 
                   8757:        * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
                   8758:          targets/isapi/parser3isapi.C, types/pa_value.C,
                   8759:          types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
                   8760:          then %ld/%lu
                   8761: 
                   8762:        * src/main/pa_common.C: typo: %l -> %u
                   8763: 
                   8764:        * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
                   8765:          in attributes or documents-results of transform now not &#04xx;
                   8766: 
                   8767:        * src/classes/xnode.C: memleaks found: not fixed yet. todo
                   8768: 
                   8769:        * src/main/pa_charset.C: bugfix: forgot to undo some
                   8770: 
                   8771:        * src/main/pa_charset.C: beauty: uncomment
                   8772:          PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
                   8773:          libraries
                   8774: 
                   8775: 2004-02-02  paf
                   8776: 
                   8777:        * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
                   8778:          $cookie:example[    $.value[value]  $.path[/there/] ]
                   8779: 
                   8780:          $cookie:example[        $.value[]       $.expires[session]
                   8781:          $.path[/there/]         $.domain[test.com] ]
                   8782: 
                   8783:        * src/types/pa_vform.C: bugfix: empty values with
                   8784:          enctype=multipart/form-data now produce entries in $form:tables
                   8785:          <form method=post enctype=multipart/form-data> <input type=hidden
                   8786:          name=a> <input type=hidden name=b>
                   8787: 
                   8788:          <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
                   8789:          <hr> <pre>$request:body
                   8790: 
                   8791: 2004-01-30  paf
                   8792: 
                   8793:        * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
                   8794:          or documents-results of transform now not &#04xx;
                   8795: 
                   8796:        * src/classes/date.C: bugfix: ^date::create[invalid fields now
                   8797:          produce exception.
                   8798: 
                   8799:        * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
                   8800:          bugfix: ^date::create[invalid fields now produce exception.
                   8801: 
                   8802:        * ChangeLog, src/classes/date.C, www/htdocs/.htaccess: bugfix:
                   8803:          ^date::create[invalid year] now produces exception. todo: check
                   8804:          other fields
                   8805: 
                   8806: 2004-01-29  paf
                   8807: 
                   8808:        * src/include/pa_memory.h: typo error
                   8809: 
                   8810:        * src/include/pa_memory.h: bugfix: [potential] strdup copied one
                   8811:          more byte then specified, then zeroed it << useless and
                   8812:          potentially harmful(could gpf)
                   8813: 
                   8814: 2004-01-22  paf
                   8815: 
                   8816:        * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
                   8817: 
                   8818:        * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
                   8819:          optimization
                   8820: 
                   8821:        * src/main/untaint.C: bugfix: whitespace now optimized properly
                   8822:          [were bug: ^taint[1 & 2]="1 &2"
                   8823: 
                   8824:        * src/main/pa_globals.C: beauty: bigger buffer for xml-related
                   8825:          errors
                   8826: 
                   8827:        * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
                   8828:          overflow
                   8829: 
                   8830:        * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
                   8831:          error-reporting code * in parser-error reporting code [when no
                   8832:          @unhandled_exception defined]
                   8833: 
                   8834:          fixed in one place: my *snprintf override
                   8835: 
                   8836: 2004-01-13  paf
                   8837: 
                   8838:        * operators.txt: typo erro
                   8839: 
                   8840: 2003-12-25  paf
                   8841: 
                   8842:        * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
                   8843:          garbled  [pieces after zero bytes were removed]
                   8844: 
                   8845: 2003-12-22  paf
                   8846: 
                   8847:        * src/include/Makefile.am: bugfix: removed from dist:
                   8848:          src/include/pa_config_auto.h which were configured for
                   8849:          make-dist-platform and badly updated proper config file in target
                   8850:          [when .tar used for updating existing source tree]
                   8851: 
                   8852:        * ChangeLog, operators.txt, src/classes/op.C,
                   8853:          src/include/pa_sql_connection.h,
                   8854:          src/include/pa_sql_driver_manager.h,
                   8855:          src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h,
                   8856:          www/htdocs/.htaccess: feature: sql introducing ability to
                   8857:          transcode charsets
                   8858: 
                   8859: 2003-12-19  paf
                   8860: 
                   8861:        * src/main/pa_sql_driver_manager.C: beauty: more straighforward
                   8862:          error message
                   8863: 
                   8864:        * src/main/pa_charset.C: bugfix: memory for charsethandler
                   8865:          structure for libxml now allocated properly
                   8866: 
                   8867: 2003-12-17  paf
                   8868: 
                   8869:        * src/types/pa_vfile.C: beauty: removed outdated cast
                   8870: 
                   8871:        * src/main/pa_common.C: bugfix: empty http response caused gpf
                   8872: 
                   8873:        * src/include/pa_string.h: bugfix: removed too strong a assert
                   8874: 
                   8875:        * src/main/pa_globals.C: bugfix: removed false warning [warning:
                   8876:          unreported xmlGenericErrors]
                   8877: 
                   8878: 2003-12-15  paf
                   8879: 
                   8880:        * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
                   8881:          works}
                   8882: 
                   8883: 2003-12-11  paf
                   8884: 
                   8885:        * operators.txt, src/types/pa_vstatus.C:     !$status:pid process
                   8886:          id
                   8887:              !$status:tid thread id
                   8888: 
                   8889:        * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
                   8890:          main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
                   8891:          bugfix(solaris): removed dependency on object initialization
                   8892:          order [one more place]
                   8893: 
                   8894:        * src/: classes/file.C, classes/mail.C, classes/op.C,
                   8895:          classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
                   8896:          types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
                   8897:          understand that
                   8898: 
                   8899:        * src/: classes/file.C, classes/mail.C, classes/op.C,
                   8900:          classes/xdoc.C, include/pa_cache_managers.h,
                   8901:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   8902:          include/pa_stylesheet_manager.h, main/pa_request.C,
                   8903:          main/pa_stylesheet_manager.C, types/pa_vimage.C,
                   8904:          types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
                   8905:          ctor call [relying on implicit String::Body(cstr) call]
                   8906: 
                   8907:        * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
                   8908:          pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
                   8909:          object initialization order [two places]
                   8910: 
                   8911: 2003-12-10  paf
                   8912: 
                   8913:        * src/include/pa_sql_connection.h, www/htdocs/.htaccess: bugfix:
                   8914:          $status:sql.cache back  << time now ok
                   8915: 
                   8916:        * operators.txt, src/main/pa_sql_driver_manager.C,
                   8917:          src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
                   8918:          operational
                   8919: 
                   8920:        * ChangeLog, operators.txt, src/classes/xdoc.C,
                   8921:          src/include/pa_charset.h, src/include/pa_sql_connection.h,
                   8922:          src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
                   8923:          src/main/pa_string.C, src/types/pa_vxdoc.h, www/htdocs/.htaccess:
                   8924:          $status:sql.cache back operational
                   8925: 
                   8926: 2003-12-02  paf
                   8927: 
                   8928:        * src/types/pa_vmail.C: bugfix:
                   8929:          ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
                   8930:          as-is forced]
                   8931: 
                   8932:        * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
                   8933:          exceptions out of libxml callbacks: reimplemented error handling
                   8934:          of http://localhost, parser://method and safemode check callbacks
                   8935: 
                   8936:        * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
                   8937:          [merged from HEAD]
                   8938: 
                   8939:        * src/classes/image.C: nothing: comment removed
                   8940: 
                   8941:        * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
                   8942:          addresses to int
                   8943: 
                   8944: 2003-12-01  paf
                   8945: 
                   8946:        * src/main/pa_xml_io.C: bugfix: typo
                   8947: 
                   8948:        * src/main/pa_globals.C: bugfix: win32: compile prob
                   8949: 
                   8950:        * src/classes/xdoc.C: bugfix: typo
                   8951: 
                   8952:        * src/main/pa_xml_io.C: todo: safe mode check not to throw
                   8953:          exception
                   8954: 
                   8955:        * src/main/pa_xml_io.C: bugfix: http://localhost typo error
                   8956: 
                   8957: 2003-11-28  paf
                   8958: 
                   8959:        * src/main/pa_xml_io.C: installed safe-mode checker as filter of
                   8960:          all xml documents read
                   8961: 
                   8962:        * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
                   8963: 
                   8964:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   8965:          include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
                   8966:          replaced original open mech of xdoc::create & co to use libxml
                   8967:          open, so that this would work for root document todo: safe mode
                   8968:          checks to libxml: ideally to some 1 point
                   8969: 
                   8970:        * src/main/pa_xml_io.C: comment
                   8971: 
                   8972:        * operators.txt, src/main/pa_xml_io.C: leading / in
                   8973:          http://parser[abscent params]
                   8974: 
                   8975:        * operators.txt, src/include/pa_request.h, src/main/pa_xml_io.C:
                   8976:          works.  todo: maybe replace original open mech of xdoc::create &
                   8977:          co to use libxml open, so that this would work for root document
                   8978: 
                   8979:          $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
                   8980:          "parser://method/params/here"> <test>   &test^; </test> }]
                   8981: 
                   8982:          ^taint[^xdoc.string[]]
                   8983: 
                   8984:          @method[param] <!ENTITY test
                   8985:          "test-entity-value+$form:user+$param!">
                   8986: 
                   8987: 2003-11-27  paf
                   8988: 
                   8989:        * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
                   8990: 
                   8991:        * src/classes/date.C: bugfix: typo error
                   8992: 
                   8993: 2003-11-26  paf
                   8994: 
                   8995:        * operators.txt, src/include/Makefile.am, src/include/pa_globals.h,
                   8996:          src/main/Makefile.am, src/main/main.vcproj,
                   8997:          src/main/pa_globals.C, src/main/pa_request.C,
                   8998:          src/include/pa_xml_io.h, src/main/pa_xml_io.C: simplification:
                   8999:          xml errors to hash<thread_id,error> reorganization: xml io moved
                   9000:          to pa_xml_io.C/h
                   9001: 
                   9002:        * src/types/pa_value.h: warnings: --
                   9003: 
                   9004: 2003-11-25  paf
                   9005: 
                   9006:        * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
                   9007:          whatever)
                   9008: 
                   9009:        * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
                   9010:          a, (c?x:y, z)
                   9011: 
                   9012:        * src/main/untaint.C: bugfix: consequences of not reading this
                   9013:          comment: CORD_pos_chars_left /* Number of characters in cache.
                   9014:          <= 0 ==> none    */
                   9015: 
                   9016:        * src/include/pa_array.h: removed needless checks
                   9017: 
                   9018: 2003-11-24  paf
                   9019: 
                   9020:        * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
                   9021:          removed limit: now $form:xxx can be accessed anytime, even in
                   9022:          @auto/conf [and request/response:charset still can be changed
                   9023:          anytime]
                   9024: 
                   9025:        * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
                   9026:          now not transcodes response body
                   9027: 
                   9028:        * operators.txt, src/types/pa_vxnode.C, src/types/pa_vxnode.h:
                   9029:          $xdoc[^xdoc::create[test]] $tn[^xdoc.createTextNode[text node
                   9030:          value]] $dummy[^xdoc.firstChild.appendChild[$tn]]
                   9031:          $xdoc.firstChild.firstChild.nodeValue[different]
                   9032:          ^taint[^xdoc.string[]]
                   9033: 
                   9034:        * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
                   9035:          workaround: static Hash::allocates -> static Hash_allocates
                   9036: 
                   9037: 2003-11-21  paf
                   9038: 
                   9039:        * Makefile.am, configure, configure.in, src/classes/Makefile.am,
                   9040:          src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
                   9041:          src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
                   9042: 
                   9043:        * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
                   9044: 
                   9045:        * src/classes/mail.C: bugfix: typo
                   9046: 
                   9047:        * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
                   9048:          src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
                   9049:          src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
                   9050:          src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
                   9051:          src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
                   9052:          src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
                   9053: 
                   9054:        * src/main/pa_exec.C: bug in safe mode
                   9055: 
                   9056:        * src/include/Makefile.am: pa_xml_exception.h
                   9057: 
                   9058:        * src/targets/isapi/parser3isapi.C: more warnings --
                   9059: 
                   9060: 2003-11-20  paf
                   9061: 
                   9062:        * src/: classes/math.C, classes/op.C, classes/string.C,
                   9063:          main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
                   9064:          types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
                   9065:          --
                   9066: 
                   9067:        * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
                   9068:          more warnings --
                   9069: 
                   9070:        * src/classes/xdoc.C: more warnings --
                   9071: 
                   9072:        * src/classes/: date.C, image.C, xdoc.C: more warnings --
                   9073: 
                   9074:        * src/: main/pa_sql_driver_manager.C, main/untaint.C,
                   9075:          types/pa_vcookie.C, types/pa_vmail.C: more warnings --
                   9076: 
                   9077:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   9078:          classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
                   9079:          classes/table.C, include/pa_cache_managers.h,
                   9080:          include/pa_stylesheet_connection.h, main/pa_request.C,
                   9081:          types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
                   9082:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
                   9083:          --
                   9084: 
                   9085:        * src/main/: execute.C, pa_request.C: old forgotten todo: when
                   9086:          can't report problem (undefined @unhandled_exception) problem
                   9087:          source string were not reported
                   9088: 
                   9089:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   9090:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   9091:          classes/hashfile.C, classes/image.C, classes/int.C,
                   9092:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   9093:          classes/response.C, classes/string.C, classes/table.C,
                   9094:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   9095:          include/pa_array.h, include/pa_cache_managers.h,
                   9096:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   9097:          include/pa_config_fixed.h, include/pa_dictionary.h,
                   9098:          include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
                   9099:          include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
                   9100:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                   9101:          include/pa_request.h, include/pa_request_charsets.h,
                   9102:          include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
                   9103:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   9104:          include/pa_stack.h, include/pa_string.h,
                   9105:          include/pa_stylesheet_connection.h,
                   9106:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   9107:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   9108:          include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                   9109:          lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
                   9110:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   9111:          main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
                   9112:          main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
                   9113:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   9114:          main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
                   9115:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   9116:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   9117:          main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
                   9118:          sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
                   9119:          targets/cgi/parser3.C, targets/isapi/pa_threads.C,
                   9120:          targets/isapi/parser3isapi.C, types/pa_junction.h,
                   9121:          types/pa_method.h, types/pa_value.C, types/pa_value.h,
                   9122:          types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
                   9123:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   9124:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   9125:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   9126:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   9127:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   9128:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   9129:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
                   9130:          types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   9131:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   9132:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   9133:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   9134:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   9135:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   9136:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   9137:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   9138:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   9139:          types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
                   9140:          const IDENT
                   9141: 
                   9142:        * src/: include/pa_array.h, include/pa_pool.h,
                   9143:          include/pa_request.h, include/pa_string.h, include/pa_table.h,
                   9144:          main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
                   9145:          types/pa_wcontext.h: more warnings --
                   9146: 
                   9147:        * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
                   9148:          classes/file.C, classes/hash.C, classes/hashfile.C,
                   9149:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   9150:          classes/memory.C, classes/op.C, classes/string.C,
                   9151:          classes/table.C, classes/xdoc.C, classes/xnode.C,
                   9152:          include/pa_config_includes.h, include/pa_operation.h,
                   9153:          include/pa_sql_connection.h, include/pa_table.h,
                   9154:          include/pa_types.h, lib/ltdl/config_fixed.h,
                   9155:          lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
                   9156:          lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
                   9157:          lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
                   9158:          main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
                   9159:          main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
                   9160:          main/pa_globals.C, main/pa_os.C, main/pa_request.C,
                   9161:          main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
                   9162:          targets/isapi/parser3isapi.vcproj, types/pa_value.h,
                   9163:          types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
                   9164:          types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
                   9165:          types/pa_vmail.C, types/pa_vobject.C,
                   9166:          types/pa_vstateless_class.h, types/pa_vtable.C,
                   9167:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
                   9168:          types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
                   9169:          on all projects (except libltdl=off & libsdbm=level3) found
                   9170:          several unitialized vars
                   9171: 
                   9172: 2003-11-19  paf
                   9173: 
                   9174:        * src/classes/op.C: more ansi C++ comp
                   9175: 
                   9176:        * operators.txt, src/classes/op.C, src/include/pa_request.h,
                   9177:          src/main/pa_request.C: ^cache[...]{body}{catch block with
                   9178:          $exception.handled[cache] meaning "get expired cache, if any.
                   9179:          else error"}
                   9180: 
                   9181:        * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
                   9182:          main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
                   9183:          ^cache[...]{body}{catch code with $exception.cache field}
                   9184: 
                   9185: 2003-11-12  paf
                   9186: 
                   9187:        * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
                   9188:          [copy/paste bug]
                   9189: 
                   9190: 2003-11-11  paf
                   9191: 
                   9192:        * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
                   9193:          failed]
                   9194: 
                   9195:        * bin/auto.p.dist.in: colno
                   9196: 
                   9197: 2003-11-10  paf
                   9198: 
                   9199:        * src/types/pa_vconsole.h: flush
                   9200: 
                   9201:        * operators.txt, src/main/pa_request.C, src/types/Makefile.am,
                   9202:          src/types/types.vcproj, src/types/pa_vconsole.h: $console:line
                   9203:          read/write  [for nntp]
                   9204: 
                   9205:        * operators.txt: mysql: transaction support: ?autocommit=0
                   9206: 
                   9207:        * operators.txt: comment: updated
                   9208: 
                   9209:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
                   9210:          serialize version and exipire now removes entries
                   9211: 
                   9212:        * operators.txt: ^hashfile.delete[] removes files altogether [and
                   9213:          dir, if could]
                   9214: 
                   9215:        * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
                   9216:          types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
                   9217:          removes files altogether [and dir, if could]
                   9218: 
                   9219:        * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
                   9220:          nonexistent pair. .c coded that that was error. fixed
                   9221: 
                   9222:        * src/types/pa_vhashfile.C: sdbm: exception type change to
                   9223:          file.access [regretfull can't split it to different exceptions
                   9224:          without modifying sdbm source wich would prefer not to]
                   9225: 
                   9226: 2003-11-07  paf
                   9227: 
                   9228:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   9229:          classes/hashfile.C, classes/image.C, classes/table.C,
                   9230:          classes/xdoc.C, include/Makefile.am, include/pa_array.h,
                   9231:          include/pa_pool.h, include/pa_request.h, main/Makefile.am,
                   9232:          main/execute.C, main/main.vcproj, main/pa_pool.C,
                   9233:          main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
                   9234:          types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
                   9235:          types/pa_vstateless_class.h: resurrected: pool idea. now only for
                   9236:          destructing objects at request processing end
                   9237: 
                   9238: 2003-11-06  paf
                   9239: 
                   9240:        * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
                   9241:          updates
                   9242: 
                   9243:        * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
                   9244:          to include sdbm
                   9245: 
                   9246:        * src/include/: pa_config_includes.h, pa_version.h: our
                   9247:          replacements of max& co only for cpp
                   9248: 
                   9249:        * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
                   9250:          upper dir, .am updated
                   9251: 
                   9252:        * tests/todo.txt: hashfile: done
                   9253: 
                   9254:        * operators.txt, src/types/pa_vhashfile.C: hashfile: clear &
                   9255:          expiration [time in value. todo: move time to key]
                   9256: 
                   9257:        * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
                   9258: 
                   9259:        * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
                   9260:          to do that in foreach, no errors, but surely wrong]
                   9261: 
                   9262:        * operators.txt, src/types/pa_vhashfile.C,
                   9263:          src/types/pa_vhashfile.h: hashfile: clear and proper locking
                   9264: 
                   9265:        * operators.txt, src/classes/hash.C, src/classes/hashfile.C,
                   9266:          src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: hashfile:
                   9267:          foreach
                   9268: 
                   9269:        * src/classes/hashfile.C, src/types/pa_vhashfile.C,
                   9270:          src/types/pa_vhashfile.h, operators.txt: hashfile: hash
                   9271: 
                   9272:        * operators.txt, src/classes/hashfile.C, src/types/pa_vhashfile.C,
                   9273:          src/types/pa_vhashfile.h, tests/todo.txt: hashfile: delete
                   9274: 
                   9275:        * src/include/pa_memory.h, src/targets/cgi/parser3.C,
                   9276:          src/types/pa_value.C, src/types/pa_value.h,
                   9277:          src/types/pa_vcookie.C, src/types/pa_vhashfile.C,
                   9278:          src/types/pa_vhashfile.h, www/htdocs/.htaccess: hashfile
                   9279:          implemented get/put [raw]
                   9280: 
                   9281:        * src/: classes/op.C, main/pa_os.C: just linked
                   9282: 
                   9283:        * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
                   9284:          XmlException changes
                   9285: 
                   9286:        * src/: include/pa_charset.h, include/pa_globals.h,
                   9287:          include/pa_stylesheet_connection.h, main/pa_exception.C:
                   9288:          XmlException changes
                   9289: 
                   9290:        * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
                   9291: 
                   9292:        * src/: include/pa_common.h, include/pa_exception.h,
                   9293:          main/main.vcproj, main/pa_common.C, include/pa_os.h,
                   9294:          include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
                   9295:          main/pa_xml_exception.C: locking move to pa_os [along with
                   9296:          pa_sleep] apr-impl locking done
                   9297: 
                   9298:        * configure, configure.in, operators.txt, parser3.sln,
                   9299:          src/classes/classes.vcproj, src/classes/hashfile.C,
                   9300:          src/classes/xdoc.C, src/include/pa_config_fixed.h,
                   9301:          src/include/pa_exception.h, src/include/pa_globals.h,
                   9302:          src/include/pa_memory.h, src/include/pa_version.h,
                   9303:          src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
                   9304:          src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
                   9305:          src/main/compile.tab.C, src/main/main.vcproj,
                   9306:          src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
                   9307:          src/types/Makefile.am, src/types/pa_vhash.C,
                   9308:          src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
                   9309:          src/types/pa_vxnode.h, src/types/types.vcproj,
                   9310:          www/htdocs/.htaccess: hashfile: started again with sdbm from
                   9311:          apache
                   9312: 
                   9313: 2003-11-05  paf
                   9314: 
                   9315:        * src/: classes/classes.vcproj, include/pa_config_fixed.h,
                   9316:          main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
                   9317:          \parser3project dir anymore
                   9318: 
                   9319:        * src/main/pa_charset.C: bugfix: had broken binary search [copied
                   9320:          thoughtlessly from xalan]
                   9321: 
                   9322:        * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
                   9323:          sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
                   9324:          from httpd-2.0.43\srclib\apr-util\dbm\sdbm
                   9325: 
                   9326:        * src/main/helpers/CaseFolding.txt:
                   9327:          http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
                   9328: 
                   9329: 2003-11-04  paf
                   9330: 
                   9331:        * operators.txt: comment: ^mail:send[$.options[
                   9332: 
                   9333:        * src/classes/table.C: compiled on unix
                   9334: 
                   9335:        * src/classes/Makefile.am: classes.C to rebuild last
                   9336: 
                   9337:        * src/classes/mail.C: compiled on unix
                   9338: 
                   9339:        * operators.txt, src/classes/mail.C, src/types/pa_vmail.C,
                   9340:          src/types/pa_vmail.h:     !^mail:send[
                   9341:                  $.options[unix: string to append to sendmail command
                   9342:          line]
                   9343: 
                   9344:        * operators.txt, src/classes/table.C, src/main/pa_string.C,
                   9345:          tests/todo.txt: ^table.save[...          $.separator[^#09]
                   9346:          $.encloser["] <nothing> by default
                   9347: 
                   9348:        * operators.txt, src/classes/table.C, tests/todo.txt: ^table::load
                   9349:                 !$.separator[^#09]         !$.encloser["] <nothing> by
                   9350:          default
                   9351: 
                   9352: 2003-11-03  paf
                   9353: 
                   9354:        * operators.txt, src/classes/table.C, src/main/pa_common.C:
                   9355:          ^table::load[; options:         !$.column-separator[^#09]
                   9356:          !$.column-encloser["]
                   9357: 
                   9358:        * operators.txt, src/include/pa_config_fixed.h,
                   9359:          src/types/pa_vrequest.C: $request:document-root
                   9360: 
                   9361:        * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
                   9362:          [already included into uri=xxx]
                   9363: 
                   9364:        * operators.txt, src/classes/image.C, tests/todo.txt,
                   9365:          www/htdocs/auto.p: ^image.gif[filename] for $response:download
                   9366: 
                   9367:        * src/classes/date.C: minor precaution
                   9368: 
                   9369:        * operators.txt, src/classes/date.C:     !^date::unix-timestamp()
                   9370:              !^date.unix-timestamp[]
                   9371: 
                   9372: 2003-10-30  paf
                   9373: 
                   9374:        * operators.txt, src/classes/date.C, src/types/pa_vdate.h: merged
                   9375:          from 3.0.8: ^date.roll[TZ;GMT] $date.hour
                   9376: 
                   9377:        * src/classes/: date.C, image.C: improvement diagnostics:
                   9378:          $now[^date::create[$undefined]] now is error
                   9379: 
                   9380:        * src/main/pa_common.C: read errors would now be reported 'actually
                   9381:          read -1 bytes'
                   9382: 
                   9383: 2003-10-24  paf
                   9384: 
                   9385:        * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
                   9386:          src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
                   9387:          src/main/Makefile.am, src/targets/cgi/Makefile.am,
                   9388:          src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
                   9389: 
                   9390: 2003-10-22  paf
                   9391: 
                   9392:        * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
                   9393: 
                   9394: 2003-10-21  paf
                   9395: 
                   9396:        * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
                   9397:          fixed: string.match[g] without <'> option produced columns with
                   9398:          NULL's, which gpf'ed at table.save time
                   9399: 
                   9400:        * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
                   9401:          recoursion' message with intensive throw-catches fixed: incorrect
                   9402:          name and line (one name upper then needed) in error message about
                   9403:          problems inside try block
                   9404: 
                   9405: 2003-10-10  paf
                   9406: 
                   9407:        * src/include/pa_string.h, src/main/compile.tab.C,
                   9408:          www/htdocs/.htaccess: CORD_chr does not check offset argument for
                   9409:          validity did that in String::Body::pos myself
                   9410:          http://i2/tasks/edit/?id=4577425257580789777
                   9411: 
                   9412: 2003-10-07  paf
                   9413: 
                   9414:        * src/main/: compile.tab.C, compile.y: ^if ( better error:
                   9415:          .html(1:4): parse error, expecting `'['' or `'{'' or `'(''  now
                   9416: 
                   9417: 2003-10-03  paf
                   9418: 
                   9419:        * parser3.sln, src/include/pa_dictionary.h,
                   9420:          src/main/pa_dictionary.C, src/main/pa_string.C,
                   9421:          src/targets/cgi/parser3.vcproj, www/htdocs/.htaccess: dictionary
                   9422:          optimized by precalculating cstr&length
                   9423: 
                   9424: 2003-10-02  paf
                   9425: 
                   9426:        * src/classes/op.C, src/include/pa_request.h,
                   9427:          src/include/pa_stack.h, src/main/execute.C,
                   9428:          src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
                   9429:          src/main/pa_stylesheet_manager.C, www/htdocs/.htaccess: bugfix:
                   9430:          ^throw context were saved/restored incompletely
                   9431:          http://www.parser.ru/forum/?id=21484
                   9432: 
                   9433: 2003-09-30  paf
                   9434: 
                   9435:        * src/main/pa_string.C: string::replace bug fix [were ignoring
                   9436:          occurrances after lang-mismatched
                   9437: 
                   9438: 2003-09-29  paf
                   9439: 
                   9440:        * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
                   9441:          helper
                   9442: 
                   9443:        * src/main/pa_string.C: string::serialize bug fix with
                   9444:          zero-terminator
                   9445: 
                   9446:        * src/classes/table.C: ^nameless_table.save column row now has no
                   9447:          \t at the end
                   9448: 
                   9449:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   9450:          @postprocess  now takes $response:body/download
                   9451: 
                   9452:        * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
                   9453:          error message
                   9454: 
                   9455:        * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
                   9456: 
                   9457:        * src/classes/table.C: bugfix: flip: must produce nameless
                   9458:          http://i2/tasks/edit/?id=4573405524674081244
                   9459: 
                   9460:        * www/htdocs/: base.p, derived.p, font.gif, global.xsl, index.html,
                   9461:          mailreceive.eml, mailreceive.html, operators.p,
                   9462:          parser-status.html, people.dtd, some.p: removing old tests
                   9463: 
                   9464:        * src/include/pa_charset.h, src/main/pa_charset.C,
                   9465:          src/main/pa_string.C, src/main/helpers/simple_folding.pl,
                   9466:          www/htdocs/auto.p: utf-8 upper/lower
                   9467: 
                   9468:        * src/main/pa_common.C: bugfix: utf signature were not ignored due
                   9469:          to typo error http://i2/tasks/edit/?id=4573354650786434584
                   9470: 
                   9471: 2003-09-26  paf
                   9472: 
                   9473:        * src/main/untaint.C: removed needless field
                   9474: 
                   9475:        * src/main/untaint.C: removed needless const
                   9476: 
                   9477:        * src/include/pa_string.h, src/main/pa_common.C,
                   9478:          src/main/pa_string.C, www/htdocs/.htaccess: String.for_each bug
                   9479:          fixed [omited one-char cases]
                   9480: 
                   9481:        * src/include/pa_stack.h: bugfix: before collecting garbage,
                   9482:          runtime-executor stack were cleared... BADLY
                   9483: 
                   9484:        * src/main/pa_string.C, www/htdocs/.htaccess, www/htdocs/auto.p:
                   9485:          ^stirng.replace code used old param-convention on langs.append,
                   9486:          fixed that search fo the like, found none
                   9487: 
                   9488:        * src/classes/op.C, src/include/pa_string.h, src/main/pa_string.C,
                   9489:          www/htdocs/.htaccess: string::serialize/deserialize implemented
                   9490:          Language enum assigned meaningful letters [more convinient for
                   9491:          debugging. read warning before adding/changing anything]
                   9492: 
                   9493: 2003-09-25  paf
                   9494: 
                   9495:        * src/: include/pa_string.h, include/pa_version.h,
                   9496:          main/pa_string.C, main/untaint.C: templates and anonymous unions
                   9497:          differences on unix
                   9498: 
                   9499:        * parser3.sln, src/classes/file.C, src/classes/image.C,
                   9500:          src/classes/mail.C, src/classes/op.C, src/classes/table.C,
                   9501:          src/classes/xdoc.C, src/classes/xnode.C,
                   9502:          src/include/pa_cache_managers.h, src/include/pa_charset.h,
                   9503:          src/include/pa_charsets.h, src/include/pa_common.h,
                   9504:          src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
                   9505:          src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
                   9506:          src/include/pa_table.h, src/lib/cord/cordbscs.c,
                   9507:          src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
                   9508:          src/lib/cord/include/cord.h, src/main/compile.tab.C,
                   9509:          src/main/compile_tools.h, src/main/pa_charset.C,
                   9510:          src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
                   9511:          src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
                   9512:          src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
                   9513:          src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
                   9514:          src/types/pa_vmail.C, src/types/pa_vmath.C,
                   9515:          src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
                   9516:          src/types/pa_vxnode.C, www/htdocs/.htaccess:
                   9517:          string_fragments_to_cord merged to HEAD
                   9518: 
                   9519:        * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
                   9520:          functions aligned to that of eeparser3 look
                   9521: 
                   9522:        * src/lib/cord/cordprnt.c: removed warnings
                   9523: 
                   9524: 2003-09-24  paf
                   9525: 
                   9526:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   9527:          classes/op.C, classes/xdoc.C, classes/xnode.C,
                   9528:          include/pa_cache_managers.h, include/pa_charset.h,
                   9529:          include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
                   9530:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   9531:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   9532:          main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
                   9533:          main/pa_common.C, main/pa_exec.C, main/pa_request.C,
                   9534:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   9535:          main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
                   9536:          types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
                   9537:          types/pa_vstateless_class.h, types/pa_vstatus.C,
                   9538:          types/pa_vxnode.C: v() functions of String::Body,
                   9539:          String::Languages and String itself StringBody->String::Body
                   9540: 
                   9541:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   9542:          lib/cord/include/cord.h: CORD_append_block showed no efficiency =
                   9543:          never optimized anything.  todo: somehow speed up harder cases:
                   9544:          concatenationA+concatenationB when last block of A and first of B
                   9545:          contain same letters
                   9546: 
                   9547:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   9548:          lib/cord/include/cord.h: langs: speed up by joining adjucent
                   9549:          blocks of same char [CORD_append_block]
                   9550: 
                   9551:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   9552:          lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
                   9553:          save space by extending blocks when appending block with c ==
                   9554:          lastblock.c
                   9555: 
                   9556:        * src/: include/pa_string.h, main/pa_string.C: aval is not actually
                   9557:          working yet :( but more working &understood :)
                   9558: 
                   9559:        * src/: classes/table.C, include/pa_string.h,
                   9560:          lib/cord/include/cord.h, main/pa_string.C: aval/ works!
                   9561: 
                   9562: 2003-09-23  paf
                   9563: 
                   9564:        * src/main/untaint.C: $a[ok!] $a works!
                   9565: 
                   9566:        * src/main/untaint.C: something even more works :)
                   9567: 
                   9568:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   9569:          something more works :)
                   9570: 
                   9571:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   9572:          lib/cord/cordxtra.c: something already works :)
                   9573: 
                   9574:        * src/: include/pa_string.h, main/untaint.C: just compiled todo:
                   9575:          serialize&deserialize
                   9576: 
                   9577:        * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
                   9578:          lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
                   9579:          main/untaint.C: main idea implemented, details left
                   9580: 
                   9581: 2003-09-22  paf
                   9582: 
                   9583:        * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
                   9584: 
                   9585:        * src/classes/xnode.C: copy/paste comment bugfix
                   9586: 
                   9587:        * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
                   9588:          allocator returns 0, just die.
                   9589:          http://i2/tasks/edit/?id=4570798492410259445
                   9590: 
                   9591:        * src/classes/xdoc.C: copy/paste comment bugfix
                   9592: 
                   9593:        * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
                   9594:          Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
                   9595:          xnode: getAttributeNS setAttributeNS removeAttributeNS
                   9596:          getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
                   9597: 
                   9598:        * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
                   9599:          chars due to bitwise operation signed-char error]
                   9600: 
                   9601: 2003-09-19  paf
                   9602: 
                   9603:        * src/types/pa_wcontext.C: output message: more practical
                   9604:          suggestion
                   9605: 
                   9606:        * src/main/pa_common.C, operators.txt: merged
                   9607:          $f[^file::load[binary;http://...]] $f.tables
                   9608: 
                   9609: 2003-09-02  paf
                   9610: 
                   9611:        * src/main/pa_common.C: printf is buffered, write(1 is not. can't
                   9612:          flush stdout without referencing 'stdout' symbol. to hell with
                   9613:          non-ansi libraries without 'stdout' symbol
                   9614: 
                   9615:        * src/main/pa_common.C: got rid of 'stdout' symbol reference on
                   9616:          unix (users reported problems with some old libc)
                   9617: 
                   9618:        * src/types/pa_vdate.h: forgot initializer
                   9619: 
                   9620: 2003-09-01  paf
                   9621: 
                   9622:        * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
                   9623:          main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
                   9624:          zone]
                   9625: 
                   9626:        * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
                   9627: 
                   9628: 2003-08-19  paf
                   9629: 
                   9630:        * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
                   9631:          pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
                   9632:          simplified a little
                   9633: 
                   9634:        * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
                   9635:          [lost fix from 3.0.8]
                   9636: 
                   9637:        * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{   now
                   9638:          visible here }
                   9639: 
                   9640:          bug fix
                   9641: 
                   9642:        * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
                   9643: 
                   9644:        * src/main/compile.tab.C: initialized couple of variables about
                   9645:          which user reported runtime problems when parser were compiled
                   9646:          with VC7, warning level4.  study shows that later in bison
                   9647:          they've fixed that. would migrate to latest bison someday
                   9648: 
                   9649:        * src/types/pa_vmail.C: turned  off recoding in gmime (were still
                   9650:          recoding headers)
                   9651: 
                   9652:        * src/types/pa_vmail.C: works as before, same charset problems:
                   9653:          gmime recodes to UTF-8 only headers, not body. so not recoding
                   9654:          anything for now
                   9655: 
                   9656:        * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
                   9657:          problems with body
                   9658: 
                   9659:        * src/types/pa_vmail.C: mail_receive just compiled
                   9660: 
                   9661: 2003-08-18  paf
                   9662: 
                   9663:        * src/: classes/classes.vcproj, include/pa_config_fixed.h,
                   9664:          main/main.vcproj, types/types.vcproj: win32: continued process
                   9665:          detaching from \parser3project directory
                   9666: 
                   9667:        * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
                   9668:          src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
                   9669:          src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
                   9670:          src/lib/pcre/pcre_dftables.dsp,
                   9671:          src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
                   9672:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
                   9673:          src/types/types.dsp: moved to MSVC 7
                   9674: 
                   9675:        * gnu.vcproj.vspscc, parser3.vssscc,
                   9676:          src/classes/classes.vcproj.vspscc,
                   9677:          src/lib/cord/cord.vcproj.vspscc,
                   9678:          src/lib/ltdl/libltdl.vcproj.vspscc,
                   9679:          src/lib/md5/md5.vcproj.vspscc,
                   9680:          src/lib/pcre/pcre_dftables.vcproj.vspscc,
                   9681:          src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
                   9682:          src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
                   9683:          src/targets/isapi/parser3isapi.vcproj.vspscc,
                   9684:          src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
                   9685:          moved to MSVC 7
                   9686: 
                   9687:        * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
                   9688:          src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
                   9689:          src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
                   9690:          src/lib/pcre/pcre_dftables.vcproj,
                   9691:          src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
                   9692:          src/targets/cgi/parser3.vcproj,
                   9693:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
                   9694:          new VS project files
                   9695: 
                   9696:        * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
                   9697:          .NET to detect Jalindi Igloo capabilities.
                   9698: 
                   9699:        * ChangeLog, configure, configure.in, src/classes/Makefile.am,
                   9700:          src/classes/classes.awk, src/doc/footer.htm,
                   9701:          src/include/pa_config_fixed.h, src/include/pa_version.h,
                   9702:          src/lib/Makefile.am, src/main/compile.tab.C,
                   9703:          src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
                   9704:          src/types/pa_vmail.C, www/htdocs/.htaccess, www/htdocs/auto.p:
                   9705:          merged 3.1.0 latest changes
                   9706: 
                   9707: 2003-08-15  paf
                   9708: 
                   9709:        * src/main/untaint.C: email addresses in forms:   "non-ascii" <yyy>
                   9710:          non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
                   9711: 
                   9712:        * src/main/untaint.C: email addresses in forms:   "non-ascii" <yyy>
                   9713:          non-ascii <yyy> now encoded correctly
                   9714: 
                   9715: 2003-07-29  paf
                   9716: 
                   9717:        * src/classes/: Makefile.am, classes.awk: classes.awk added to make
                   9718:          dist
                   9719: 
                   9720:        * src/types/pa_vmail.C: just started --with-mail-receive
                   9721: 
                   9722: 2003-07-28  paf
                   9723: 
                   9724:        * src/: classes/Makefile.am, lib/Makefile.am: removed circular
                   9725:          dependence in src/classes, src/lib/gc now in dist
                   9726: 
                   9727:        * src/main/pa_string.C: ^cache bug fix [were not working at all]
                   9728: 
                   9729: 2003-07-25  paf
                   9730: 
                   9731:        * src/doc/footer.htm: year
                   9732: 
                   9733: 2003-07-24  paf
                   9734: 
                   9735:        * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
                   9736:          fix
                   9737: 
                   9738:        * src/include/pa_version.h: release
                   9739: 
                   9740:        * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
                   9741: 
                   9742:        * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
                   9743:          src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
                   9744:          src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
                   9745:          getting rid of win32xml pseudo project
                   9746: 
                   9747:        * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
                   9748: 
                   9749:        * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
                   9750:          configure.in, operators.txt, parser3.dsw,
                   9751:          etc/parser3.charsets/koi8-r.cfg,
                   9752:          etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
                   9753:          src/classes/classes.C, src/classes/classes.awk,
                   9754:          src/classes/classes.dsp, src/classes/classes.h,
                   9755:          src/classes/date.C, src/classes/double.C, src/classes/file.C,
                   9756:          src/classes/form.C, src/classes/hash.C, src/classes/image.C,
                   9757:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   9758:          src/classes/memory.C, src/classes/op.C, src/classes/response.C,
                   9759:          src/classes/string.C, src/classes/table.C, src/classes/void.C,
                   9760:          src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
                   9761:          src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
                   9762:          src/doc/string.dox, src/include/Makefile.am,
                   9763:          src/include/pa_array.h, src/include/pa_cache_managers.h,
                   9764:          src/include/pa_charset.h, src/include/pa_charsets.h,
                   9765:          src/include/pa_common.h, src/include/pa_config_auto.h.in,
                   9766:          src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
                   9767:          src/include/pa_dictionary.h, src/include/pa_dir.h,
                   9768:          src/include/pa_exception.h, src/include/pa_exec.h,
                   9769:          src/include/pa_globals.h, src/include/pa_hash.h,
                   9770:          src/include/pa_memory.h, src/include/pa_opcode.h,
                   9771:          src/include/pa_operation.h, src/include/pa_pool.h,
                   9772:          src/include/pa_pragma_pack_begin.h,
                   9773:          src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
                   9774:          src/include/pa_request_charsets.h, src/include/pa_request_info.h,
                   9775:          src/include/pa_sapi.h, src/include/pa_socks.h,
                   9776:          src/include/pa_sql_connection.h,
                   9777:          src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
                   9778:          src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
                   9779:          src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
                   9780:          src/include/pa_threads.h, src/include/pa_types.h,
                   9781:          src/include/pa_uue.h, src/lib/Makefile.am,
                   9782:          src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
                   9783:          src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
                   9784:          src/lib/cord/cordxtra.c, src/lib/cord/source.url,
                   9785:          src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
                   9786:          src/lib/cord/include/ec.h,
                   9787:          src/lib/cord/include/private/Makefile.am,
                   9788:          src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
                   9789:          src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
                   9790:          src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
                   9791:          src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
                   9792:          src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
                   9793:          src/main/compile_tools.C, src/main/compile_tools.h,
                   9794:          src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
                   9795:          src/main/pa_cache_managers.C, src/main/pa_charset.C,
                   9796:          src/main/pa_charsets.C, src/main/pa_common.C,
                   9797:          src/main/pa_dictionary.C, src/main/pa_dir.C,
                   9798:          src/main/pa_exception.C, src/main/pa_exec.C,
                   9799:          src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
                   9800:          src/main/pa_request.C, src/main/pa_socks.C,
                   9801:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   9802:          src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
                   9803:          src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
                   9804:          src/targets/Makefile.am, src/targets/cgi/Makefile.am,
                   9805:          src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
                   9806:          src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
                   9807:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
                   9808:          src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
                   9809:          src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
                   9810:          src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
                   9811:          src/targets/isapi/parser3isapi.dsp,
                   9812:          src/targets/isapi/pool_storage.h, src/types/Makefile.am,
                   9813:          src/types/pa_junction.h, src/types/pa_method.h,
                   9814:          src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
                   9815:          src/types/pa_vclass.C, src/types/pa_vclass.h,
                   9816:          src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
                   9817:          src/types/pa_vcookie.h, src/types/pa_vdate.h,
                   9818:          src/types/pa_vdouble.h, src/types/pa_venv.h,
                   9819:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
                   9820:          src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
                   9821:          src/types/pa_vimage.C, src/types/pa_vimage.h,
                   9822:          src/types/pa_vint.h, src/types/pa_vjunction.h,
                   9823:          src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
                   9824:          src/types/pa_vmath.h, src/types/pa_vmemory.h,
                   9825:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   9826:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   9827:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
                   9828:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   9829:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
                   9830:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
                   9831:          src/types/pa_vstatus.h, src/types/pa_vstring.C,
                   9832:          src/types/pa_vstring.h, src/types/pa_vtable.C,
                   9833:          src/types/pa_vtable.h, src/types/pa_vvoid.h,
                   9834:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   9835:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   9836:          src/types/pa_wcontext.C, src/types/pa_wcontext.h,
                   9837:          src/types/pa_wwrapper.h, src/types/types.dsp,
                   9838:          www/htdocs/.htaccess, www/htdocs/auto.p, www/htdocs/index.html:
                   9839:          moved tempate_gc to HEAD
                   9840: 
                   9841:        * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
                   9842:          006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
                   9843:          012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
                   9844:          018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
                   9845:          023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
                   9846:          029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
                   9847:          035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
                   9848:          041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
                   9849:          047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
                   9850:          052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
                   9851:          058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
                   9852:          062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
                   9853:          068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
                   9854:          074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
                   9855:          080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
                   9856:          086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
                   9857:          092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
                   9858:          098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
                   9859:          103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
                   9860:          106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
                   9861:          111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
                   9862:          117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
                   9863:          123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
                   9864:          129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
                   9865:          135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
                   9866:          141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
                   9867:          022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
                   9868:          outputs/create-dir, results/001.processed, results/002.processed,
                   9869:          results/003.processed, results/004.processed,
                   9870:          results/005.processed, results/006.processed,
                   9871:          results/007.processed, results/008.processed,
                   9872:          results/009.processed, results/010.processed,
                   9873:          results/011.processed, results/012.processed,
                   9874:          results/013.processed, results/014.processed,
                   9875:          results/015.processed, results/016.processed,
                   9876:          results/017.processed, results/018.processed,
                   9877:          results/019.processed, results/020.processed,
                   9878:          results/021.processed, results/022.processed,
                   9879:          results/023.processed, results/024.processed,
                   9880:          results/025.processed, results/026.processed,
                   9881:          results/027.processed, results/028.processed,
                   9882:          results/029.processed, results/030.processed,
                   9883:          results/031.processed, results/032.processed,
                   9884:          results/033.processed, results/034.processed,
                   9885:          results/035.processed, results/036.processed,
                   9886:          results/037.processed, results/038.processed,
                   9887:          results/039.processed, results/040.processed,
                   9888:          results/041.processed, results/042.processed,
                   9889:          results/043.processed, results/044.processed,
                   9890:          results/045.processed, results/046.processed,
                   9891:          results/047.processed, results/048.processed,
                   9892:          results/049.processed, results/050.processed,
                   9893:          results/051.processed, results/052.processed,
                   9894:          results/053.processed, results/054.processed,
                   9895:          results/055.processed, results/056.processed,
                   9896:          results/057.processed, results/058.processed,
                   9897:          results/059.processed, results/060.processed,
                   9898:          results/061.processed, results/062.processed,
                   9899:          results/063.processed, results/064.processed,
                   9900:          results/065.processed, results/066.processed,
                   9901:          results/067.processed, results/068.processed,
                   9902:          results/069.processed, results/070.processed,
                   9903:          results/071.processed, results/072.processed,
                   9904:          results/073.processed, results/074.processed,
                   9905:          results/075.processed, results/076.processed,
                   9906:          results/077.processed, results/078.processed,
                   9907:          results/079.processed, results/080.processed,
                   9908:          results/081.processed, results/082.processed,
                   9909:          results/083.processed, results/084.processed,
                   9910:          results/085.processed, results/086.processed,
                   9911:          results/087.processed, results/088.processed,
                   9912:          results/089.processed, results/090.processed,
                   9913:          results/091.processed, results/092.processed,
                   9914:          results/093.processed, results/094.processed,
                   9915:          results/095.processed, results/096.processed,
                   9916:          results/097.processed, results/098.processed,
                   9917:          results/099.processed, results/100.processed,
                   9918:          results/101.processed, results/102.processed,
                   9919:          results/103.processed, results/104.processed,
                   9920:          results/105.processed, results/106.processed,
                   9921:          results/107.processed, results/108.processed,
                   9922:          results/109.processed, results/110.processed,
                   9923:          results/111.processed, results/112.processed,
                   9924:          results/113.processed, results/114.processed,
                   9925:          results/115.processed, results/116.processed,
                   9926:          results/117.processed, results/118.processed,
                   9927:          results/119.processed, results/120.processed,
                   9928:          results/121.processed, results/122.processed,
                   9929:          results/123.processed, results/124.processed,
                   9930:          results/125.processed, results/126.processed,
                   9931:          results/127.processed, results/128.processed,
                   9932:          results/129.processed, results/130.processed,
                   9933:          results/131.processed, results/132.processed,
                   9934:          results/133.processed, results/134.processed,
                   9935:          results/135.processed, results/136.processed,
                   9936:          results/137.processed, results/138.processed,
                   9937:          results/139.processed, results/140.processed,
                   9938:          results/141.processed: merged(copied) to HEAD from template_gc
                   9939: 
                   9940:        * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
                   9941:          towards \parser3project not having to be in root
                   9942: 
                   9943:        * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
                   9944:          module compiled [were minor unnecessary changes in lib/md5
                   9945:          interface]
                   9946: 
                   9947:        * src/include/pa_version.h: release
                   9948: 
                   9949:        * parser3.dsw, src/main/pa_globals.C, www/htdocs/.htaccess:
                   9950:          relative paths to xml&gc libs
                   9951: 
                   9952:        * src/classes/math.C: merged uuid bugfix
                   9953: 
                   9954:        * tests/: 141.html, results/141.processed: fixed bug with
                   9955:          too-small-a-buffer
                   9956: 
                   9957:        * src/classes/math.C: uuid bugfix
                   9958: 
                   9959:        * tests/: 141.html, Makefile, results/005.processed,
                   9960:          results/030.processed, results/075.processed,
                   9961:          results/078.processed: to reflect date format change (were -
                   9962:          become ' ')
                   9963: 
                   9964:        * src/classes/math.C: uuid bugfix
                   9965: 
                   9966:        * parser3.dsw, src/main/pa_globals.C, www/htdocs/.htaccess: few
                   9967:          paths for libxml debug/release changes
                   9968: 
                   9969:        * src/lib/md5/pa_md5c.c: PA_ -> pa_
                   9970: 
                   9971: 2003-07-23  paf
                   9972: 
                   9973:        * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
                   9974:          renamed a little [to move to comman naming conv]
                   9975: 
                   9976:        * src/targets/Makefile.am: apache13 splitted to simplify apache
                   9977:          build
                   9978: 
                   9979:        * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
                   9980:          main/pa_request.C, main/pa_sql_driver_manager.C,
                   9981:          main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
                   9982:          stack top_index() fixed
                   9983: 
                   9984:        * src/main/pa_globals.C: minor style changes
                   9985: 
                   9986:        * src/: classes/op.C, include/pa_sql_connection.h: connection
                   9987:          closing/caching fixed [connections were not closed/put to cache]
                   9988: 
                   9989: 2003-07-22  paf
                   9990: 
                   9991:        * INSTALL: gc part updated stightly
                   9992: 
                   9993:        * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
                   9994:          new sapi interface
                   9995: 
                   9996:        * src/classes/file.C: comment on OS
                   9997: 
                   9998:        * src/main/pa_string.C: removed reduntant invariant check [there is
                   9999:          one deeper in cord lib]
                   10000: 
                   10001:        * src/main/pa_exec.C: on win32 bugfix in handling shbang
                   10002: 
                   10003:        * src/main/pa_memory.C: out of memory is no longer coredump
                   10004: 
                   10005:        * INSTALL: disable-threads adviced
                   10006: 
                   10007: 2003-07-21  paf
                   10008: 
                   10009:        * src/classes/Makefile.am: removed circular dependency on classes.C
                   10010: 
                   10011:        * src/classes/file.C: file::exec/cgi environment variables now must
                   10012:          be UPPERCASE and A-Z 0-9 _-
                   10013: 
                   10014:        * src/classes/file.C: env passing fixed
                   10015: 
                   10016:        * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
                   10017: 
                   10018:        * src/main/pa_common.C: http:// CRLF now
                   10019: 
                   10020: 2003-07-02  paf
                   10021: 
                   10022:        * operators.txt, src/types/pa_vstatus.C: renamed $memory:status
                   10023:          fields to reflect their real meaning
                   10024: 
                   10025: 2003-06-27  paf
                   10026: 
                   10027:        * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
                   10028:          include/pa_hash.h, main/pa_charset.C: merged from HEAD
                   10029:          file::exec/cgi .charset
                   10030: 
                   10031: 2003-06-26  paf
                   10032: 
                   10033:        * ChangeLog, src/classes/file.C, src/classes/hash.C,
                   10034:          src/classes/image.C, src/classes/op.C, src/classes/string.C,
                   10035:          src/classes/table.C, www/htdocs/.htaccess: fixed several
                   10036:          uninitialized local structures.  notably ^hash.foreach now
                   10037:          inserts delimiters properly [were inserting it before first body]
                   10038: 
                   10039: 2003-06-24  paf
                   10040: 
                   10041:        * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
                   10042: 
                   10043: 2003-06-20  paf
                   10044: 
                   10045:        * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
                   10046:          src/main/pa_globals.C: introducing
                   10047:          $f[^file::load[binary;http://...]] $f.tables
                   10048: 
                   10049: 2003-06-06  paf
                   10050: 
                   10051:        * src/types/: pa_vhash.h: $hash.field lookup first now: along with
                   10052:          table. [were method lookup: inconsistent]
                   10053: 
                   10054: 2003-06-02  paf
                   10055: 
                   10056:        * src/include/pa_memory.h: empty string clone fixed to return
                   10057:          writable memory
                   10058: 
                   10059:        * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
                   10060:          were not appended] which violated string invariant
                   10061: 
                   10062: 2003-05-30  paf
                   10063: 
                   10064:        * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
                   10065:          GMT  ; RFC 822, updated by RFC 1123 [as in HEAD]
                   10066: 
                   10067:        * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
                   10068:          GMT  ; RFC 822, updated by RFC 1123
                   10069: 
                   10070:        * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
                   10071:          targets/isapi/parser3isapi.C: initialized request_info properly
                   10072: 
                   10073:        * src/classes/xnode.C: found minor bug, commended for future
                   10074: 
                   10075: 2003-05-28  paf
                   10076: 
                   10077:        * src/classes/form.C: request_info.content_length can't be <0,
                   10078:          size_t for some time
                   10079: 
                   10080: 2003-05-26  paf
                   10081: 
                   10082:        * src/: classes/file.C, classes/string.C, main/pa_string.C: few
                   10083:          forgotten <0 changed to !=STRING_NOT_FOUND
                   10084: 
                   10085:        * src/classes/math.C: merged ffffu from HEAD
                   10086: 
                   10087: 2003-05-11  paf
                   10088: 
                   10089:        * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
                   10090: 
                   10091:        * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
                   10092:          premature doc free.  transformed document had xmlDoc reference
                   10093:          stored to non-gc-memory (libgdome) added holding-reference
                   10094: 
                   10095: 2003-04-29  paf
                   10096: 
                   10097:        * src/main/pa_globals.C: started digging on double free.  on win32
                   10098:          found that that's perfectly normal.
                   10099: 
                   10100: 2003-04-25  paf
                   10101: 
                   10102:        * src/classes/table.C: table.join bug fix  [bad limit check]
                   10103: 
                   10104:        * src/classes/math.C: merged from HEAD: simpiler hash_string
                   10105: 
                   10106:        * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
                   10107:          print anything.  changed to quicker and simplier code
                   10108: 
                   10109:        * src/classes/hash.C: allowed ^hash::create[^rem{xxx}]   [were to
                   10110:          strict a check]
                   10111: 
                   10112:        * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
                   10113: 
                   10114: 2003-04-24  paf
                   10115: 
                   10116:        * src/include/pa_table.h: too strict assert loosened
                   10117: 
                   10118:        * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
                   10119:          <soldis@infolio.ru> for reporing this ansi c fiolation syntax
                   10120:          report
                   10121: 
                   10122: 2003-04-21  paf
                   10123: 
                   10124:        * src/targets/cgi/Makefile.am: pp3 added to .am
                   10125: 
                   10126:        * src/main/pa_globals.C: pcre memory management changed to use GC
                   10127:          memory
                   10128: 
                   10129:        * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
                   10130:          xmlMallocAtomic [author agreed to my suggestion], used that
                   10131: 
                   10132:        * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
                   10133: 
                   10134:        * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
                   10135:          types/pa_vmail.C: attributed_meaning_to_string added
                   10136:          L_UNSPECIFIED piece which was sortof OK, but violated string
                   10137:          invariant [assertion barked on that] changed to L_PASS_APPEND,
                   10138:          made that param obligatory
                   10139: 
                   10140:        * src/main/pa_string.C: String::ArrayFragment::append_positions bug
                   10141:          fixed [assert helped]
                   10142: 
                   10143:        * src/include/pa_string.h: assert added [looking for bug]
                   10144: 
                   10145:        * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
                   10146:          names on Win32 considered disk-global
                   10147: 
                   10148:        * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
                   10149:          considered disk-global
                   10150: 
                   10151: 2003-04-18  paf
                   10152: 
                   10153:        * src/main/untaint.C: merged from HEAD: enabled '~' letter in
                   10154:          filenames
                   10155: 
                   10156:        * src/main/untaint.C: enabled '~' letter in filenames
                   10157: 
                   10158: 2003-04-16  paf
                   10159: 
                   10160:        * src/classes/file.C: small bug introduced in autoptr times fixed
                   10161: 
                   10162:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
                   10163:          HEAD
                   10164: 
                   10165:        * src/classes/table.C: fix: gcc reported tiny error
                   10166: 
                   10167: 2003-04-15  paf
                   10168: 
                   10169:        * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
                   10170:          src/lib/md5/pa_md5c.c, tests/141.html,
                   10171:          tests/results/141.processed, www/htdocs/.htaccess: merged from
                   10172:          head ^math:uuid[] ^math:uid64[] ^math:md5[string]
                   10173: 
                   10174:          test added: 141.html
                   10175: 
                   10176:        * operators.txt, src/classes/math.C: ^math:uid64[]
                   10177: 
                   10178:        * src/classes/math.C: ^math:uuid[]
                   10179: 
                   10180:        * operators.txt, src/classes/math.C: ^math:uuid[]
                   10181: 
                   10182:        * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
                   10183:          src/lib/md5/pa_md5c.c: ^math:md5[string] 16-byte digest
                   10184: 
                   10185:        * operators.txt, src/classes/file.C, src/include/pa_common.h,
                   10186:          src/include/pa_config_fixed.h, src/main/pa_common.C:
                   10187:          ^file::load[mode;name;     $.offset     $.limit
                   10188: 
                   10189: 2003-04-14  paf
                   10190: 
                   10191:        * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
                   10192:          started ^math:md5
                   10193: 
                   10194:        * src/classes/table.C, src/include/pa_array.h,
                   10195:          src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
                   10196:          tests/results/140.processed: table $.reverse option works in
                   10197:          create&co table $.distinct[tables] bug fix merged
                   10198: 
                   10199:        * src/: classes/table.C, include/pa_table.h: table
                   10200:          $.distinct[tables] bug fixed
                   10201: 
                   10202:        * src/classes/table.C: more warnings
                   10203: 
                   10204:        * src/include/pa_array.h, src/include/pa_table.h,
                   10205:          src/main/pa_table.C, www/htdocs/.htaccess: removed checks in
                   10206:          table::set_current, moved them back to table::locate implemented
                   10207:          table::create/join ñ $.reverse
                   10208: 
                   10209:        * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
                   10210:          removed checks in table::set_current, moved them back to
                   10211:          table::locate
                   10212: 
                   10213: 2003-04-11  paf
                   10214: 
                   10215:        * operators.txt, src/classes/date.C, src/classes/table.C,
                   10216:          src/include/pa_array.h, src/include/pa_common.h,
                   10217:          src/include/pa_config_includes.h, src/include/pa_string.h,
                   10218:          src/include/pa_table.h, src/main/pa_request.C,
                   10219:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   10220:          src/main/pa_table.C, www/htdocs/.htaccess: merged from HEAD from
                   10221:          before_append_array_limit_sense_change to
                   10222:          after_append_array_limit_sense_change
                   10223: 
                   10224:        * src/classes/table.C: typo
                   10225: 
                   10226:        * www/htdocs/.htaccess, operators.txt, src/classes/date.C,
                   10227:          src/classes/table.C, src/include/pa_array.h,
                   10228:          src/include/pa_common.h, src/include/pa_config_includes.h,
                   10229:          src/include/pa_globals.h, src/include/pa_table.h,
                   10230:          src/main/pa_array.C, src/main/pa_globals.C,
                   10231:          src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
                   10232:          src/main/pa_string.C, src/main/pa_table.C:
                   10233:          append_array_limit_sense_change locate accepts options same as
                   10234:          create new option: $.reverse(1)   [do not work in table::create]
                   10235: 
                   10236:        * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
                   10237:          (stat xxx,
                   10238: 
                   10239:        * src/classes/: table.C: typo
                   10240: 
                   10241:        * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
                   10242:          135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
                   10243:          results/130.processed, results/131.processed,
                   10244:          results/132.processed, results/133.processed,
                   10245:          results/134.processed, results/135.processed,
                   10246:          results/136.processed, results/137.processed,
                   10247:          results/138.processed, results/139.processed: added few mustfail
                   10248:          tests 130.html mustfail: empty regexp 131.html mustfail: invalid
                   10249:          date/time 132.html mustfail: access to junction outside of
                   10250:          context 133.html mustfail: access to junction outside of context,
                   10251:          case version 134.html mustfail: hash: adding a key inside of
                   10252:          foreach 135.html mustfail: modifying system class 136.html
                   10253:          mustfail: $.name outside of $hash[here] 137.html mustfail:
                   10254:          appendChild without import 138.html mustfail: invalid encoding
                   10255:          inside of xml 139.html mustfail: bad XPath
                   10256: 
                   10257:        * operators.txt, src/classes/table.C, tests/084.html,
                   10258:          tests/125.html, tests/126.html, tests/127.html, tests/128.html,
                   10259:          tests/129.html, tests/results/125.processed,
                   10260:          tests/results/126.processed, tests/results/127.processed,
                   10261:          tests/results/128.processed, tests/results/129.processed: merged
                   10262:          from HEAD ^table.hash[key][$.distinct[tables]]
                   10263: 
                   10264:          maked appropriate tests [changed one old nonconforming]
                   10265: 
                   10266:        * operators.txt, src/classes/table.C:
                   10267:          ^table.hash[key][$.distinct[tables]]
                   10268: 
                   10269:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
                   10270:          merged fix for found very old xml (dom) bug: were passing
                   10271:          domString objects and later ERROREOUSLY freed them
                   10272: 
                   10273:        * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
                   10274:          src/main/pa_charset.C: re-added libgdome patch. regretfully
                   10275:          libgdome bug can not be worked around
                   10276: 
                   10277: 2003-04-10  paf
                   10278: 
                   10279:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
                   10280:          found very old xml (dom) bug: were passing domString objects and
                   10281:          later ERROREOUSLY freed them
                   10282: 
                   10283:        * src/doc/string.dox, src/include/pa_memory.h,
                   10284:          src/include/pa_string.h, src/lib/cord/cordbscs.c,
                   10285:          src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
                   10286:          tests/123.html, tests/124.html, tests/results/001.processed,
                   10287:          tests/results/002.processed, tests/results/003.processed,
                   10288:          tests/results/004.processed, tests/results/005.processed,
                   10289:          tests/results/006.processed, tests/results/008.processed,
                   10290:          tests/results/009.processed, tests/results/010.processed,
                   10291:          tests/results/011.processed, tests/results/012.processed,
                   10292:          tests/results/013.processed, tests/results/014.processed,
                   10293:          tests/results/015.processed, tests/results/016.processed,
                   10294:          tests/results/017.processed, tests/results/018.processed,
                   10295:          tests/results/020.processed, tests/results/021.processed,
                   10296:          tests/results/022.processed, tests/results/023.processed,
                   10297:          tests/results/024.processed, tests/results/025.processed,
                   10298:          tests/results/026.processed, tests/results/027.processed,
                   10299:          tests/results/028.processed, tests/results/029.processed,
                   10300:          tests/results/030.processed, tests/results/031.processed,
                   10301:          tests/results/032.processed, tests/results/033.processed,
                   10302:          tests/results/034.processed, tests/results/035.processed,
                   10303:          tests/results/036.processed, tests/results/037.processed,
                   10304:          tests/results/038.processed, tests/results/039.processed,
                   10305:          tests/results/040.processed, tests/results/041.processed,
                   10306:          tests/results/042.processed, tests/results/043.processed,
                   10307:          tests/results/044.processed, tests/results/045.processed,
                   10308:          tests/results/046.processed, tests/results/047.processed,
                   10309:          tests/results/048.processed, tests/results/049.processed,
                   10310:          tests/results/050.processed, tests/results/051.processed,
                   10311:          tests/results/052.processed, tests/results/053.processed,
                   10312:          tests/results/054.processed, tests/results/055.processed,
                   10313:          tests/results/056.processed, tests/results/057.processed,
                   10314:          tests/results/058.processed, tests/results/059.processed,
                   10315:          tests/results/060.processed, tests/results/061.processed,
                   10316:          tests/results/062.processed, tests/results/063.processed,
                   10317:          tests/results/064.processed, tests/results/065.processed,
                   10318:          tests/results/066.processed, tests/results/067.processed,
                   10319:          tests/results/068.processed, tests/results/069.processed,
                   10320:          tests/results/070.processed, tests/results/071.processed,
                   10321:          tests/results/072.processed, tests/results/073.processed,
                   10322:          tests/results/074.processed, tests/results/075.processed,
                   10323:          tests/results/076.processed, tests/results/077.processed,
                   10324:          tests/results/078.processed, tests/results/079.processed,
                   10325:          tests/results/080.processed, tests/results/081.processed,
                   10326:          tests/results/082.processed, tests/results/083.processed,
                   10327:          tests/results/084.processed, tests/results/085.processed,
                   10328:          tests/results/086.processed, tests/results/087.processed,
                   10329:          tests/results/088.processed, tests/results/089.processed,
                   10330:          tests/results/090.processed, tests/results/091.processed,
                   10331:          tests/results/092.processed, tests/results/093.processed,
                   10332:          tests/results/094.processed, tests/results/095.processed,
                   10333:          tests/results/096.processed, tests/results/097.processed,
                   10334:          tests/results/101.processed, tests/results/102.processed,
                   10335:          tests/results/104.processed, tests/results/105.processed,
                   10336:          tests/results/106.processed, tests/results/107.processed,
                   10337:          tests/results/108.processed, tests/results/109.processed,
                   10338:          tests/results/110.processed, tests/results/111.processed,
                   10339:          tests/results/112.processed, tests/results/113.processed,
                   10340:          tests/results/114.processed, tests/results/115.processed,
                   10341:          tests/results/116.processed, tests/results/117.processed,
                   10342:          tests/results/118.processed, tests/results/119.processed,
                   10343:          tests/results/120.processed, tests/results/121.processed,
                   10344:          tests/results/122.processed, tests/results/123.processed,
                   10345:          tests/results/124.processed: new convention: char* never 0.
                   10346:          assert in cord on that
                   10347: 
                   10348:        * src/main/pa_charset.C: couple more asserts
                   10349: 
                   10350:        * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
                   10351:          speedup
                   10352: 
                   10353:        * src/main/pa_charset.C: couple assertions on fantastic situations
                   10354:          added [may be those is the case now?]
                   10355: 
                   10356:        * src/main/pa_charset.C: bugfix on memory buffer overrun [but
                   10357:          that's memory from gc_malloc, not from g_malloc :(, but would
                   10358:          hope]
                   10359: 
                   10360:        * src/main/pa_charset.C: bugfix on memory buffer overrun [but
                   10361:          that's memory from gc_malloc, not from g_malloc :(, but would
                   10362:          hope]
                   10363: 
                   10364:        * src/main/pa_charset.C: checked custom malloc for returning 0
                   10365: 
                   10366: 2003-04-09  paf
                   10367: 
                   10368:        * src/classes/date.C: merged ^date.roll changes
                   10369: 
                   10370:        * src/classes/date.C: ^date.roll bug fix
                   10371: 
                   10372:        * src/classes/date.C: ^date.roll now throws less errors: month
                   10373:          shifts handles end of month situation by reducing day number
                   10374:          hour-hole shift reduces hour to recover
                   10375: 
                   10376:        * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
                   10377:          Sort by function time
                   10378: 
                   10379:        * operators.txt, src/main/pa_charset.C, src/main/pa_common.C:
                   10380:          http://   $.charset[] param done
                   10381: 
                   10382:        * tests/: 122.html, results/122.processed: 122 date test <= and ==
                   10383:          added [after volatile fix. passes on win&intel-solaris]
                   10384: 
                   10385: 2003-04-08  paf
                   10386: 
                   10387:        * src/: classes/file.C, classes/op.C, classes/table.C,
                   10388:          classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
                   10389:          include/pa_common.h, include/pa_request_charsets.h,
                   10390:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   10391:          main/pa_exec.C, main/pa_request.C, main/untaint.C,
                   10392:          types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
                   10393:          types/pa_vresponse.C: started http://   $.charset[] param and
                   10394:          http response charset detection just compiled.  todo:test
                   10395: 
                   10396:        * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
                   10397: 
                   10398:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
                   10399:          main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
                   10400:          types/pa_vmail.C: changed transcode param converntion  along with
                   10401:          string creating convention -- all strings are zero-terminated,
                   10402:          this allowed to fix one remaining String("123", 2) case
                   10403: 
                   10404:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   10405:          classes/op.C, classes/string.C, classes/table.C,
                   10406:          include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
                   10407:          main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
                   10408:          main/pa_request.C, main/pa_string.C, main/pa_uue.C,
                   10409:          main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
                   10410:          types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
                   10411:          violated String::invariant. started fixing [not compiled now]
                   10412: 
                   10413:        * src/classes/string.C, src/include/pa_string.h,
                   10414:          src/lib/cord/cordbscs.c, src/main/compile.tab.C,
                   10415:          src/main/compile.y, src/main/pa_string.C, src/main/untaint.C,
                   10416:          src/targets/cgi/parser3.C, www/htdocs/.htaccess: number of string
                   10417:          style improvements & optimizations
                   10418: 
                   10419:        * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
                   10420:          :(]
                   10421: 
                   10422:        * src/main/untaint.C: removed redundant & in CORD_pos param passing
                   10423:          [for it's a pointer really]
                   10424: 
                   10425:        * src/main/untaint.C: CORD_pos_advance turned out to have limit on
                   10426:          'n' param. worked that around
                   10427: 
                   10428:        * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
                   10429:          Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
                   10430:          <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
                   10431:          April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
                   10432:          cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
                   10433: 
                   10434:          Thanks for the bug report and patch.
                   10435: 
                   10436:          I hadn't looked at this code in a while.  Reading it now, it
                   10437:          seems to me that the tests should also be ">= MAX_DEPTH" to
                   10438:          comply with the invariant, though that may not matter a lot.  I
                   10439:          changed that, too.
                   10440: 
                   10441:          Hans
                   10442: 
                   10443: 2003-04-07  paf
                   10444: 
                   10445:        * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
                   10446:          merged from head:safe mode error message now includes numbers
                   10447: 
                   10448:        * src/main/execute.C: n-th attempt to make a=a work with double.
                   10449:          problem: as_double returns it's result in fp-register compiler
                   10450:          optimizes access to that register after b->as_double, and just
                   10451:          compares ALREADY_STORED_VALUE with prev-calculated a->as_double
                   10452:          from memory.  _SAME_ double values do not match here.  when
                   10453:          forced to REload fp-register, values do match.
                   10454: 
                   10455:          tried to make them volatile.
                   10456: 
                   10457:        * src/main/execute.C: n-th attempt to make a=a work with double.
                   10458:          problem: as_double returns it's result in fp-register compiler
                   10459:          optimizes access to that register after b->as_double, and just
                   10460:          compares ALREADY_STORED_VALUE with prev-calculated a->as_double
                   10461:          from memory.  _SAME_ double values do not match here.  when
                   10462:          forced to REload fp-register, values do match.
                   10463: 
                   10464:          tried to make them volatile.
                   10465: 
                   10466:        * src/types/pa_vobject.h: small style change
                   10467: 
                   10468:        * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
                   10469: 
                   10470:        * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
                   10471:          mode error message now includes numbers
                   10472: 
                   10473:        * src/main/untaint.C, src/targets/cgi/parser3.C,
                   10474:          www/htdocs/.htaccess: unknown untaint lang now causes death
                   10475: 
                   10476: 2003-04-04  paf
                   10477: 
                   10478:        * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
                   10479:          incorportated pa_exec patch by From: "Victor Fedoseev"
                   10480:          <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
                   10481:          Sent: Thursday, January 23, 2003 9:14 AM
                   10482: 
                   10483:          huge speedup on ^file::cgi with big result
                   10484: 
                   10485:        * src/classes/table.C: sort table with 0 rows bug fixed
                   10486: 
                   10487:        * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
                   10488:          fix http://i2/tasks/edit/?id=4493701604654042676
                   10489: 
                   10490:          @main[] $with_default[  $.a[1]  $._default[default from
                   10491:          with_default] ] ^show[$with_default]
                   10492: 
                   10493:          $to_add_to[     $.b[2] ] ^to_add_to.add[$with_default]
                   10494:          =$to_add_to.xxx=<br>
                   10495: 
                   10496:          ^show[$to_add_to]
                   10497: 
                   10498:          $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
                   10499:          ^show[$cloned]
                   10500: 
                   10501:          @show[hash] ^hash.foreach[k;v]{         $k = $v <br>
                   10502: 
                   10503:          }  <hr>
                   10504: 
                   10505:        * src/classes/hash.C: $hash._default showed in foreach & co bug fix
                   10506:          http://i2/tasks/edit/?id=4493701604654042676
                   10507: 
                   10508:          @main[] $with_default[  $.a[1]  $._default[default from
                   10509:          with_default] ] ^show[$with_default]
                   10510: 
                   10511:          $to_add_to[     $.b[2] ] ^to_add_to.add[$with_default]
                   10512:          =$to_add_to.xxx=<br>
                   10513: 
                   10514:          ^show[$to_add_to]
                   10515: 
                   10516:          $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
                   10517:          ^show[$cloned]
                   10518: 
                   10519:          @show[hash] ^hash.foreach[k;v]{         $k = $v <br>
                   10520: 
                   10521:          }  <hr>
                   10522: 
                   10523:        * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
                   10524:          http://i2/tasks/edit/?id=4507350336410850921
                   10525: 
                   10526:        * src/classes/xdoc.C: memory allocation func bugfix
                   10527:          http://i2/tasks/edit/?id=4499303470368629745
                   10528: 
                   10529:        * src/classes/math.C: allowed random 1...
                   10530: 
                   10531:        * src/classes/math.C: allowed random 0..
                   10532: 
                   10533:        * src/main/pa_globals.C: exif mem leak
                   10534:          http://i2/tasks/edit/?id=4480590323629807263
                   10535: 
                   10536:        * src/: classes/classes.dsp, main/main.dsp,
                   10537:          targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
                   10538:          fix http://i2/tasks/edit/?id=4493946731322521294
                   10539:          $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
                   10540: 
                   10541:        * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
                   10542:          lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
                   10543:          main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
                   10544:          links to xml libs made relative, no need to unpack parser3project
                   10545:          to /parser3project.
                   10546: 
                   10547:        * src/main/: compile.tab.C, compile.y, compile_tools.h: error
                   10548:          column more precise - tab handling bug fixed
                   10549: 
                   10550:        * src/main/: compile.tab.C, compile.y: more understandable error
                   10551:          message in case @CLASS with more then one line inside
                   10552: 
                   10553:        * src/targets/cgi/parser3.C: more understandable error message in
                   10554:          case of errors in @unhandled_exception
                   10555: 
                   10556: 2003-04-03  paf
                   10557: 
                   10558:        * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
                   10559:          src/main/compile.tab.C, src/main/compile.y,
                   10560:          src/main/compile_tools.C, src/main/compile_tools.h,
                   10561:          src/main/execute.C, src/main/pa_request.C: debug info format
                   10562:          simplified, now it's: OP_VALUE Operation::Origin << here value*
                   10563: 
                   10564:          higher limits:   file number (max: 255)   line number (max:
                   10565:          64535)   column number (max: 255)
                   10566: 
                   10567:        * src/classes/math.C: top limit
                   10568: 
                   10569:        * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
                   10570:          precise parse error position in case of
                   10571: 
                   10572:          ^bug ]
                   10573: 
                   10574:        * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
                   10575:          changed to realities, and passed [bug fixed]
                   10576: 
                   10577:        * src/: classes/op.C, include/pa_request.h, main/compile.C,
                   10578:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                   10579:          main/compile_tools.h, main/pa_request.C: introducing
                   10580:          ^process...[main-method-alias]
                   10581: 
                   10582:        * src/: classes/date.C, classes/image.C, classes/op.C,
                   10583:          classes/string.C, classes/table.C, classes/xdoc.C,
                   10584:          types/pa_vmethod_frame.h: MethodParams& now [methods without
                   10585:          params receive zero reference, but they are expected not to look
                   10586:          there]
                   10587: 
                   10588:        * operators.txt, src/classes/date.C, src/classes/double.C,
                   10589:          src/classes/file.C, src/classes/hash.C, src/classes/image.C,
                   10590:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   10591:          src/classes/memory.C, src/classes/op.C, src/classes/response.C,
                   10592:          src/classes/string.C, src/classes/table.C, src/classes/void.C,
                   10593:          src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
                   10594:          src/main/execute.C, src/types/pa_method.h: MethodParams& now
                   10595:          [methods without params receive zero reference, but they are
                   10596:          expected not to look there]
                   10597: 
                   10598:        * operators.txt, src/classes/op.C, src/include/pa_request.h,
                   10599:          src/main/pa_request.C, src/types/pa_vmethod_frame.h:
                   10600:          ^process...[filename] useful for better error reporting
                   10601:          [file/line/col]
                   10602: 
                   10603:        * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
                   10604:          types/pa_vstring.h: slightly improved error messages text: 1. is
                   10605:          '%s', it 2. method undefined in case of ^void[]
                   10606: 
                   10607:        * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
                   10608:          include/pa_types.h, main/execute.C, main/pa_request.C: exception
                   10609:          handling done. now we have error columns todo: test it
                   10610: 
                   10611:        * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
                   10612:          exception when ^try{    ^throw[a;1] }{    ^throw[b;2] }
                   10613: 
                   10614:          this makes life easier: were: bad stack order -- were in
                   10615:          exception catch unwind order, which didn't match execution order
                   10616: 
                   10617:          @main[] ^try{   ^first[] }{     ^throw[c;3] }
                   10618: 
                   10619:          @first[] ^throw[a;1]
                   10620: 
                   10621:          showed throw a first throw b try
                   10622: 
                   10623:          which is no good
                   10624: 
                   10625:        * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
                   10626:          main/compile.tab.C, main/execute.C, main/pa_request.C: strack
                   10627:          trace reset after handled exception [old bug fixed]
                   10628: 
                   10629:        * src/main/: compile.tab.C, compile.y: parse position old bug
                   10630:          fixed.  position reporting made precise [both, in parse erros and
                   10631:          runtime errors]
                   10632: 
                   10633: 2003-04-02  paf
                   10634: 
                   10635:        * src/: include/pa_operation.h, include/pa_request.h,
                   10636:          main/compile.C, main/compile.tab.C, main/compile.y,
                   10637:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   10638:          main/pa_exception.C, main/pa_request.C: debug info: started
                   10639:          using.  todo:complete
                   10640: 
                   10641:        * src/classes/op.C, src/include/pa_operation.h,
                   10642:          src/include/pa_request.h, src/main/compile.C,
                   10643:          src/main/compile.tab.C, src/main/compile.y,
                   10644:          src/main/compile_tools.C, src/main/compile_tools.h,
                   10645:          src/main/execute.C, src/main/pa_request.C, www/htdocs/.htaccess:
                   10646:          prepared debug info todo:use it
                   10647: 
                   10648:        * src/include/pa_operation.h: strange mistake fixed: forgot to
                   10649:          return Operation class->union after switching from autoptrs.
                   10650: 
                   10651:        * tests/: Makefile, results/108.processed, results/117.processed:
                   10652:          meta considered OK [it's up to coder now to remove it not needed]
                   10653: 
                   10654:        * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
                   10655:          Dictionary constructor when moved to gc]
                   10656: 
                   10657:        * src/main/pa_common.C: uncommented http:// file loading
                   10658: 
                   10659:        * src/include/pa_array.h, src/main/execute.C,
                   10660:          src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
                   10661:          fix [gdGrowingBuf]
                   10662: 
                   10663:        * configure.in, src/lib/Makefile.am, www/htdocs/.htaccess: removed
                   10664:          patches
                   10665: 
                   10666:        * configure, src/include/pa_config_auto.h.in,
                   10667:          src/main/pa_charset.C: --enable-assertions autoconf-ed
                   10668: 
                   10669:        * src/main/pa_common.C, www/htdocs/.htaccess: uncommented http://

                   10670:          file loading
                   10671: 
                   10672:        * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
                   10673:          xdoc::create/load
                   10674: 
                   10675:        * src/: classes/form.C, classes/hash.C, classes/image.C,
                   10676:          classes/string.C, classes/table.C, classes/void.C,
                   10677:          include/pa_common.h, main/pa_common.C, main/pa_request.C,
                   10678:          main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
                   10679:          String::String(str,helper_length) are checked.  found/fixed one
                   10680:          place: $request:body now zero-terminated,
                   10681: 
                   10682:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   10683:          main/compile_tools.C, main/execute.C, types/pa_value.h,
                   10684:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
                   10685:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
                   10686:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   10687:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
                   10688:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
                   10689:          types/pa_vxnode.h: more locally scoped vars in execute (more
                   10690:          easily optimizable)
                   10691: 
                   10692:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
                   10693:          for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
                   10694: 
                   10695:        * src/: include/pa_array.h, include/pa_stack.h,
                   10696:          include/pa_string.h, main/compile_tools.C, main/main.dsp,
                   10697:          main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
                   10698:          become assertion iterator in methodframe filler
                   10699: 
                   10700:        * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
                   10701:          targets/cgi/parser3.C: array::get/put inlined
                   10702: 
                   10703:        * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
                   10704:          gc_substitute_memory_management_functions +installed CORD_oom
                   10705:          function
                   10706: 
                   10707:        * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
                   10708:          src/include/pa_config_includes.h, src/include/pa_string.h,
                   10709:          src/lib/cord/cordbscs.c, src/main/pa_memory.C,
                   10710:          src/targets/cgi/parser3.C: converted debug hacks to ANSI
                   10711:          assertions started configure.in --enable-assertions
                   10712: 
                   10713: 2003-04-01  paf
                   10714: 
                   10715:        * src/classes/xdoc.C, src/classes/xnode.h, src/include/pa_memory.h,
                   10716:          src/main/pa_memory.C, src/targets/cgi/parser3.C,
                   10717:          src/types/pa_vxdoc.h, src/types/pa_vxnode.C,
                   10718:          src/types/pa_vxnode.h, www/htdocs/.htaccess: memory bug debugged
                   10719:          down: gdome uses glib memory, and stores last pointer to xmlDoc
                   10720:          there, gc misses that and collects valid memory fixed by
                   10721:          remembering xmlDoc from dom object in xdoc.  todo: do something
                   10722:          with premature free of xdoc with xnodes/node values referring
                   10723:          into it
                   10724: 
                   10725:        * src/classes/: mail.C: typo fix
                   10726: 
                   10727:        * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
                   10728:          changes
                   10729: 
                   10730:        * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
                   10731:          main/pa_memory.C: moved memory debugging to global level: to
                   10732:          pa_gc_malloc
                   10733: 
                   10734:        * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
                   10735:          debugging showed no errors. todo: debug parser memory
                   10736: 
                   10737:        * src/targets/cgi/: parser3.C, parser3.dsp: more build
                   10738:          configurations
                   10739: 
                   10740:        * src/: classes/classes.dsp, include/pa_config_fixed.h,
                   10741:          main/compile.tab.C, main/main.dsp, main/pa_globals.C,
                   10742:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   10743:          types/types.dsp: prepared xml-static configuration
                   10744: 
                   10745: 2003-03-31  paf
                   10746: 
                   10747:        * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
                   10748:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
                   10749:          www/htdocs/.htaccess: started xml lib memory debugging, simple
                   10750:          checks failed: it seems that library does realloc(bad ptr), and
                   10751:          recording those ptrs in heap [for debugging] was bad: heap
                   10752:          situation changes = everything works fine
                   10753: 
                   10754:        * src/: main/pa_charset.C, include/pa_charset.h: worked around
                   10755:          xmlRegisterCharEncodingHandler limitation [currently imposed
                   10756:          limit of 10 user-defined charsets]
                   10757: 
                   10758: 2003-03-28  paf
                   10759: 
                   10760:        * src/main/execute.C: execution stack copied to local register
                   10761:          variable, removed lots [~2e7) of memory accesses
                   10762: 
                   10763: 2003-03-27  paf
                   10764: 
                   10765:        * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
                   10766:          works in debug, but fails in release todo: fix that
                   10767: 
                   10768:        * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
                   10769:          targets/cgi/parser3.C: forgot to merge XML memory funcs
                   10770:          replacement from gc branch
                   10771: 
                   10772:        * src/main/pa_exec.C: introducing append_help_length [radical
                   10773:          improvement here]
                   10774: 
                   10775:        * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
                   10776:          'not recommened' in gc.h, on win32 noticed no difference]
                   10777: 
                   10778:        * src/include/pa_array.h: returned checked array get [were disabled
                   10779:          for debugging] result:not slower [don't understand that, it were
                   10780:          INLINED] todo: find out a way of inlining it!
                   10781: 
                   10782:        * src/: include/pa_string.h, lib/gc/include/gc.h,
                   10783:          lib/gc/include/gc_fake.h, main/compile.tab.C,
                   10784:          targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
                   10785:          convention changed: all resulting strings are zero-terminated
                   10786: 
                   10787:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   10788:          classes/string.C, classes/table.C, classes/void.C,
                   10789:          include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
                   10790:          lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
                   10791:          main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
                   10792:          main/pa_request.C, main/pa_string.C, main/pa_uue.C,
                   10793:          sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
                   10794:          types/pa_vfile.C, types/pa_vmail.C: introducing
                   10795:          append_help_length [radical improvement here]
                   10796: 
                   10797:        * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
                   10798:          include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
                   10799:          lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
                   10800:          targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
                   10801:          even slower
                   10802: 
                   10803:        * src/: classes/string.C, classes/table.C, include/pa_array.h,
                   10804:          include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
                   10805:          main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
                   10806:          clients of &get(): most to use non-ref version, some[in tight
                   10807:          places] to get_unchecked_ref
                   10808: 
                   10809:        * src/doc/memory.dox: forgot to add
                   10810: 
                   10811:        * src/classes/classes.dsp, src/classes/memory.C,
                   10812:          src/classes/xdoc.C, src/include/pa_array.h,
                   10813:          src/include/pa_request.h, src/include/pa_stack.h,
                   10814:          src/include/pa_string.h, src/lib/cord/cord.dsp,
                   10815:          src/lib/ltdl/libltdl.dsp, src/lib/md5/md5.dsp,
                   10816:          src/lib/pcre/pcre.dsp, src/main/compile.tab.C,
                   10817:          src/main/compile.y, src/main/compile_tools.C,
                   10818:          src/main/compile_tools.h, src/main/main.dsp,
                   10819:          src/main/pa_string.C, src/targets/cgi/parser3.C,
                   10820:          src/targets/cgi/parser3.dsp, src/types/pa_vmail.C,
                   10821:          src/types/pa_vmethod_frame.C, src/types/types.dsp,
                   10822:          www/htdocs/.htaccess: Array::put(index, T>>&<< removed after
                   10823:          Stack::pop wiping removed [moved to separate func] other Array &
                   10824:          removed
                   10825: 
                   10826: 2003-03-26  paf
                   10827: 
                   10828:        * src/: classes/classes.dsp, classes/file.C, classes/op.C,
                   10829:          classes/table.C, include/pa_array.h, include/pa_charset.h,
                   10830:          include/pa_stack.h, include/pa_string.h, include/pa_table.h,
                   10831:          lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
                   10832:          lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
                   10833:          main/main.dsp, main/pa_charset.C, main/pa_common.C,
                   10834:          main/pa_exec.C, main/pa_sql_driver_manager.C,
                   10835:          main/pa_stylesheet_manager.C, main/pa_table.C,
                   10836:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   10837:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   10838:          types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
                   10839:          pre-evaluated .count() in some places
                   10840: 
                   10841:        * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
                   10842:          lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
                   10843:          types/types.dsp: .dsp profiling updated
                   10844: 
                   10845:        * src/: classes/classes.dsp, lib/cord/cord.dsp,
                   10846:          lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
                   10847:          targets/cgi/parser3.dsp, types/types.dsp: started profiling
                   10848: 
                   10849:        * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
                   10850:          main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
                   10851:          targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
                   10852:          use lib/gc,lib/cord
                   10853: 
                   10854:        * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
                   10855:          src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
                   10856:          src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
                   10857:          src/include/pa_config_includes.h, src/include/pa_request.h,
                   10858:          src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
                   10859:          src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
                   10860:          src/lib/Makefile.am, src/lib/cord/Makefile.am,
                   10861:          src/lib/cord/include/Makefile.am,
                   10862:          src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
                   10863:          src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
                   10864:          src/targets/cgi/Makefile.am, src/types/Makefile.am,
                   10865:          src/types/pa_vclass.h, src/types/pa_vcookie.h,
                   10866:          src/types/pa_vform.h, src/types/pa_vhash.h,
                   10867:          src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
                   10868:          src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
                   10869:          src/types/pa_vstatus.C, src/types/pa_vstatus.h,
                   10870:          src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
                   10871:          funcs ported pa_exec
                   10872: 
                   10873:        * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
                   10874: 
                   10875:        * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
                   10876:          bundled gc includes
                   10877: 
                   10878:        * src/classes/op.C, src/include/pa_array.h,
                   10879:          src/include/pa_sql_connection.h, src/include/pa_string.h,
                   10880:          src/include/pa_version.h, src/main/compile.tab.C,
                   10881:          src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
                   10882:          src/main/pa_exception.C, src/main/pa_request.C,
                   10883:          src/main/pa_string.C, src/targets/cgi/parser3.C,
                   10884:          src/targets/cgi/parser3.dsp, www/htdocs/.htaccess: a number of
                   10885:          bugfixes [while testing first real site (aval)]
                   10886: 
                   10887: 2003-03-25  paf
                   10888: 
                   10889:        * operators.txt, src/main/pa_sql_driver_manager.C,
                   10890:          src/types/pa_vstatus.C: $status.memory used free since_compact
                   10891:          process
                   10892: 
                   10893:        * src/: include/pa_sql_connection.h, main/pa_globals.C,
                   10894:          main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
                   10895: 
                   10896:        * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
                   10897: 
                   10898:        * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
                   10899:          src/types/pa_value.h, src/types/pa_vfile.h,
                   10900:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   10901:          src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
                   10902:          tests/results/121.processed: untaint.C L_URI
                   10903: 
                   10904:        * operators.txt, src/classes/Makefile.am, src/classes/classes.dsp,
                   10905:          src/classes/op.C, src/main/pa_request.C, src/types/Makefile.am,
                   10906:          src/types/pa_venv.h, src/types/types.dsp, www/htdocs/.htaccess,
                   10907:          src/classes/memory.C, src/types/pa_vmemory.h: ^memory:compact[]
                   10908: 
                   10909:        * tests/results/109.processed: it was a bug in parser. updated 109
                   10910:          test result
                   10911: 
                   10912:        * src/classes/xdoc.C, tests/Makefile: fixed transform params2
                   10913: 
                   10914:        * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
                   10915:          tests/results/107.processed: fixed dom language [values are now
                   10916:          considered tainted.  it was a bug in parser. updated 107 test
                   10917:          result
                   10918: 
                   10919:        * src/classes/xdoc.C: fixed transform params
                   10920: 
                   10921:        * src/: include/pa_stylesheet_manager.h,
                   10922:          main/pa_stylesheet_manager.C: fixed stylesheet caching
                   10923: 
                   10924:        * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
                   10925:          overloads for structure handling
                   10926: 
                   10927:        * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
                   10928:          include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
                   10929:          StringBody(0) ambiguilty, introducting static
                   10930:          StringBody::Format(int)
                   10931: 
                   10932:        * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
                   10933:          linked
                   10934: 
                   10935:        * src/types/pa_vxdoc.C: vxdoc compiled
                   10936: 
                   10937:        * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
                   10938:          types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
                   10939:          finalizers isntalled
                   10940: 
                   10941:        * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
                   10942:          doc/exception.dox, doc/index.dox, include/pa_charset.h,
                   10943:          include/pa_memory.h, include/pa_request.h, include/pa_string.h,
                   10944:          main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
                   10945:          compiled todo: xnode.C / finalizers
                   10946: 
                   10947:        * src/doc/string.dox: updated: new string internals
                   10948: 
                   10949: 2003-03-24  paf
                   10950: 
                   10951:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   10952:          include/pa_charset.h, include/pa_config_fixed.h,
                   10953:          include/pa_request.h, include/pa_stylesheet_connection.h,
                   10954:          include/pa_stylesheet_manager.h, main/pa_charset.C,
                   10955:          main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
                   10956:          main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
                   10957:          types/pa_vxnode.h: started XML
                   10958: 
                   10959:        * src/main/: pa_common.C, pa_sql_driver_manager.C: http://

                   10960: 
                   10961:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   10962:          include/pa_string.h, main/pa_common.C,
                   10963:          main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
                   10964: 
                   10965:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   10966:          include/pa_memory.h, include/pa_string.h, main/pa_common.C,
                   10967:          main/pa_request.C, main/pa_sql_driver_manager.C,
                   10968:          types/pa_vimage.h: size_t pos everywhere checks changed to check
                   10969:          for eq STRING_NOT_FOUND
                   10970: 
                   10971:        * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
                   10972:          optimize bit implemented
                   10973: 
                   10974:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   10975:          String::ArrayFragment::append_positions fixed
                   10976: 
                   10977:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
                   10978:          String::this_starts fixed
                   10979: 
                   10980:        * src/main/pa_string.C, tests/Makefile: string::pos fixed
                   10981: 
                   10982:        * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
                   10983:          hashcode implemented fully, including per-char callback [it can
                   10984:          be - substr CORD node]
                   10985: 
                   10986:        * src/: include/pa_array.h, main/compile.tab.C: gif encoding
                   10987:          rewritten to rewalloc with 100byte buf ahead
                   10988: 
                   10989:        * src/classes/image.C, src/classes/op.C, src/classes/table.C,
                   10990:          src/include/pa_string.h, src/main/compile.tab.C,
                   10991:          src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
                   10992:          src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
                   10993:          CORD_ec [bad] would rewrite as realloc now
                   10994: 
                   10995:        * src/: classes/date.C, classes/file.C, classes/form.C,
                   10996:          classes/image.C, classes/math.C, classes/op.C, classes/table.C,
                   10997:          include/pa_cache_managers.h, include/pa_charsets.h,
                   10998:          include/pa_common.h, include/pa_request.h,
                   10999:          include/pa_sql_driver_manager.h, include/pa_table.h,
                   11000:          main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
                   11001:          main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
                   11002:          targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
                   11003:          types/pa_vmail.C, types/pa_vmethod_frame.C,
                   11004:          types/pa_vstateless_class.h: 2*2 worked :)
                   11005: 
                   11006:        * parser3.dsw, src/classes/date.C, src/classes/file.C,
                   11007:          src/include/pa_exec.h, src/include/pa_string.h,
                   11008:          src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
                   11009:          passed OK
                   11010: 
                   11011:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   11012:          types/pa_value.C: all linked todo: debug
                   11013: 
                   11014:        * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
                   11015:          types/pa_vstateless_class.C: all compiled.  todo:link
                   11016: 
                   11017:        * src/types/pa_wcontext.C: pa_wcontext.C compiled
                   11018: 
                   11019:        * src/types/pa_vtable.C: pa_vtable.C compiled
                   11020: 
                   11021:        * src/types/pa_vstring.C: pa_vstring.C compiled
                   11022: 
                   11023:        * src/types/pa_vstatus.C: pa_vstatus.C compiled
                   11024: 
                   11025:        * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
                   11026:          pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
                   11027:          pa_vstateless_class.C, pa_vstateless_class.h:
                   11028:          pa_vstateless_class.C compiled
                   11029: 
                   11030:        * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
                   11031:          types/pa_vmath.C: pa_vmail.C compiled
                   11032: 
                   11033:        * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
                   11034: 
                   11035:        * src/types/pa_vform.C: pa_vform.C compiled
                   11036: 
                   11037:        * src/types/pa_vfile.C: pa_vfile.C compiled
                   11038: 
                   11039:        * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
                   11040:          pa_vstateless_class.C: pa_vcookie.C compiled
                   11041: 
                   11042:        * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
                   11043:          types/pa_vhash.h: pa_value.C compiled
                   11044: 
                   11045:        * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
                   11046:          classes.lib main.lib compiled
                   11047: 
                   11048:        * src/classes/void.C: void.C compiled
                   11049: 
                   11050:        * src/: classes/string.C, classes/table.C, include/pa_string.h,
                   11051:          main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
                   11052:          compiled
                   11053: 
                   11054:        * src/: classes/string.C, include/pa_request.h,
                   11055:          include/pa_string.h, main/pa_string.C: string.C compiled
                   11056: 
                   11057:        * src/: classes/op.C, classes/string.C, classes/table.C,
                   11058:          classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
                   11059:          main/pa_request.C, main/pa_string.C: op.C compiled
                   11060: 
                   11061:        * src/classes/: math.C, op.C: math.C compiled
                   11062: 
                   11063:        * src/: classes/mail.C, classes/string.C, classes/table.C,
                   11064:          types/pa_vmail.h: mail.C compiled
                   11065: 
                   11066:        * src/classes/: int.C, table.C: int.C compiled
                   11067: 
                   11068:        * src/: classes/hash.C, classes/image.C, classes/string.C,
                   11069:          classes/table.C, include/pa_memory.h, include/pa_string.h,
                   11070:          main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
                   11071:          compiled
                   11072: 
                   11073:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   11074:          classes/void.C, classes/xdoc.C, include/pa_request.h,
                   11075:          include/pa_sql_connection.h: hash.C compiled
                   11076: 
                   11077:        * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
                   11078:          classes/date.C, classes/double.C, classes/file.C, classes/form.C,
                   11079:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   11080:          classes/math.C, classes/op.C, classes/response.C,
                   11081:          classes/string.C, classes/table.C, classes/void.C,
                   11082:          classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
                   11083:          include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
                   11084:          main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
                   11085:          file.C table.C compiled
                   11086: 
                   11087:        * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
                   11088:          main/untaint.C: main.lib compiled
                   11089: 
                   11090: 2003-03-21  paf
                   11091: 
                   11092:        * src/: classes/op.C, include/pa_cache_managers.h,
                   11093:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   11094:          include/pa_stylesheet_manager.h, main/pa_exception.C,
                   11095:          main/pa_globals.C, main/pa_sql_driver_manager.C,
                   11096:          sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
                   11097:          compiled
                   11098: 
                   11099:        * src/: classes/hash.C, classes/image.C, classes/op.C,
                   11100:          classes/xdoc.C, classes/xnode.C, include/pa_common.h,
                   11101:          include/pa_hash.h, include/pa_request.h, include/pa_string.h,
                   11102:          main/compile.C, main/pa_common.C, main/pa_request.C,
                   11103:          types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
                   11104:          pa_request.C compiled
                   11105: 
                   11106:        * src/: classes/hash.C, classes/mail.C, classes/op.C,
                   11107:          include/pa_request.h, main/execute.C, main/pa_request.C,
                   11108:          types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
                   11109:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
                   11110:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   11111:          types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
                   11112:          compiled
                   11113: 
                   11114:        * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
                   11115:          main/pa_string.C: pa_exec.C compiled [win32 only for now]  todo:
                   11116:          on unix
                   11117: 
                   11118:        * src/: include/pa_charset.h, include/pa_charsets.h,
                   11119:          include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
                   11120:          main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
                   11121:          pa_charsets.C compiled
                   11122: 
                   11123:        * src/: classes/image.C, classes/mail.C, classes/op.C,
                   11124:          include/pa_request.h, include/pa_string.h, main/compile.tab.C,
                   11125:          main/compile.y, main/execute.C, main/pa_common.C,
                   11126:          main/pa_request.C, types/pa_junction.h, types/pa_method.h,
                   11127:          types/pa_vcode_frame.h, types/pa_vimage.h,
                   11128:          types/pa_vmethod_frame.h: execute.C compiled
                   11129: 
                   11130:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   11131:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   11132:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   11133:          classes/op.C, classes/string.C, classes/table.C, classes/void.C,
                   11134:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   11135:          include/pa_cache_managers.h, include/pa_charsets.h,
                   11136:          include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
                   11137:          include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
                   11138:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   11139:          include/pa_stylesheet_connection.h,
                   11140:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   11141:          main/compile.C, main/compile.tab.C, main/compile.y,
                   11142:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   11143:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   11144:          main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
                   11145:          main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
                   11146:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   11147:          types/pa_junction.h, types/pa_method.h, types/pa_value.C,
                   11148:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                   11149:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   11150:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   11151:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   11152:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   11153:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   11154:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
                   11155:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
                   11156:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   11157:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   11158:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   11159:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   11160:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   11161:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   11162:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   11163:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   11164:          types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
                   11165:          [C++ CORD wrapper]
                   11166: 
                   11167:        * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
                   11168: 
                   11169:        * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
                   11170:          $file::exec/cgi[script;    $.charset[this is script's charset]
                   11171: 
                   11172:          command line, env values, input got transcoded before call
                   11173:          stdout, stderr got transcoded after call
                   11174: 
                   11175:        * src/classes/file.C: ^file::exec/cgi now does not pass post data
                   11176:          by default.  use: ^file::exec[...;$.stdin[$request.body]
                   11177: 
                   11178:        * src/main/pa_common.C: } typo bug fix
                   11179: 
                   11180:        * src/main/pa_common.C: } typo bug fix
                   11181: 
                   11182: 2003-03-20  paf
                   11183: 
                   11184:        * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
                   11185:          main/untaint.C: cord bug fix, but still errors todo: clear out
                   11186: 
                   11187:        * src/include/pa_string.h: more tests
                   11188: 
                   11189:        * src/main/pa_string.C: string.pos fixed
                   11190: 
                   11191:        * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
                   11192:          ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
                   11193:          pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
                   11194:          pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
                   11195:          replaces
                   11196: 
                   11197:        * src/: classes/image.C, include/pa_dictionary.h,
                   11198:          include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
                   11199:          lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
                   11200:          main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
                   11201:          main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
                   11202: 
                   11203:        * src/include/pa_string.h: warning
                   11204: 
                   11205:        * src/include/pa_string.h: this_starts fixed
                   11206: 
                   11207:        * src/: include/pa_string.h, main/pa_string.C: added: assertion on
                   11208:          new String ctor & append params convention
                   11209: 
                   11210:        * src/: classes/file.C, classes/hash.C, classes/image.C,
                   11211:          classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
                   11212:          classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
                   11213:          include/pa_string.h, main/compile.tab.C, main/pa_common.C,
                   11214:          main/pa_exception.C, main/pa_exec.C,
                   11215:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   11216:          main/pa_stylesheet_manager.C, main/untaint.C,
                   11217:          targets/isapi/parser3isapi.C, types/pa_vimage.C,
                   11218:          types/pa_vmail.C: more tests OK
                   11219: 
                   11220:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
                   11221:          include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
                   11222:          gc/exit runned OK
                   11223: 
                   11224:        * src/types/pa_vmail.C: another naming problem: should not name
                   11225:          vars like that: unpredictable close caused problems with later
                   11226:          sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
                   11227:          descriptors missing on startup: stdin; Bad file number
                   11228: 
                   11229:          todo: find out why so many filters(stream) here. probably wrong?
                   11230: 
                   11231:        * src/: include/pa_dictionary.h, include/pa_string.h,
                   11232:          main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
                   11233:          main/untaint.C: test compiled
                   11234: 
                   11235:        * src/: classes/image.C, classes/mail.C, classes/math.C,
                   11236:          classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
                   11237:          include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
                   11238:          lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
                   11239:          lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
                   11240:          lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
                   11241:          main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
                   11242:          main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
                   11243:          main/pa_string.C, main/untaint.C, types/pa_vfile.h,
                   11244:          types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
                   11245: 
                   11246:        * parser3.dsw, src/classes/file.C, src/classes/image.C,
                   11247:          src/classes/op.C, src/classes/string.C, src/classes/table.C,
                   11248:          src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
                   11249:          src/include/pa_memory.h, src/include/pa_request.h,
                   11250:          src/include/pa_request_charsets.h,
                   11251:          src/include/pa_sql_connection.h, src/include/pa_string.h,
                   11252:          src/main/compile.tab.C, src/main/execute.C,
                   11253:          src/main/pa_charset.C, src/main/pa_common.C,
                   11254:          src/main/pa_exception.C, src/main/pa_exec.C,
                   11255:          src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
                   11256:          src/main/pa_stylesheet_manager.C, src/main/untaint.C,
                   11257:          src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
                   11258:          src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
                   11259:          src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
                   11260:          src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
                   11261:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   11262:          src/types/pa_vobject.C, src/types/pa_vresponse.C,
                   11263:          src/types/pa_vstatus.C, src/types/pa_vstring.C,
                   11264:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   11265:          src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
                   11266:          pa_common.C [done, without http for now]
                   11267: 
                   11268: 2003-03-19  paf
                   11269: 
                   11270:        * src/: classes/date.C, classes/form.C, classes/hash.C,
                   11271:          classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
                   11272:          classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
                   11273:          include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
                   11274:          include/pa_string.h, include/pa_table.h, main/compile.C,
                   11275:          main/compile_tools.C, main/execute.C, main/pa_charset.C,
                   11276:          main/pa_common.C, main/pa_exception.C, main/pa_request.C,
                   11277:          main/pa_socks.C, main/pa_string.C, main/pa_table.C,
                   11278:          main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   11279:          types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
                   11280:          types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
                   11281:          types/pa_vstateless_class.h, types/pa_vtable.C,
                   11282:          types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
                   11283:          types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   11284:          types/pa_wwrapper.h: started test
                   11285: 
                   11286:        * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
                   11287:          pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
                   11288: 
                   11289:        * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
                   11290:          include/pa_string.h, main/pa_string.C: string compiled todo: test
                   11291:          it
                   11292: 
                   11293:        * src/: classes/classes.dsp, classes/string.C, classes/table.C,
                   11294:          include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
                   11295:          include/pa_exception.h, include/pa_string.h, include/pa_table.h,
                   11296:          lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
                   11297:          main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
                   11298:          types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
                   11299:          types/pa_vmethod_frame.h, types/types.dsp: string
                   11300:          reimplementation with cord+array<fragment>: 70%
                   11301: 
                   11302: 2003-03-18  paf
                   11303: 
                   11304:        * src/: classes/date.C, classes/file.C, classes/form.C,
                   11305:          classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
                   11306:          classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
                   11307:          classes/xnode.C, include/pa_hash.h, include/pa_string.h,
                   11308:          main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
                   11309:          can ignore lang in cmp and pos really,             but would
                   11310:          split properly!
                   11311: 
                   11312:        * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
                   11313:          cord part made parser/src/lib: it's not compiled into libgc by
                   11314:          default
                   11315: 
                   11316:        * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
                   11317:          src/classes/date.C, src/classes/double.C, src/classes/file.C,
                   11318:          src/classes/form.C, src/classes/hash.C, src/classes/image.C,
                   11319:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   11320:          src/classes/op.C, src/classes/response.C, src/classes/string.C,
                   11321:          src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
                   11322:          src/classes/xnode.C, src/classes/xnode.h,
                   11323:          src/include/Makefile.am, src/include/pa_cache_managers.h,
                   11324:          src/include/pa_charset.h, src/include/pa_charsets.h,
                   11325:          src/include/pa_common.h, src/include/pa_dictionary.h,
                   11326:          src/include/pa_exception.h, src/include/pa_exec.h,
                   11327:          src/include/pa_globals.h, src/include/pa_hash.h,
                   11328:          src/include/pa_memory.h, src/include/pa_pool.h,
                   11329:          src/include/pa_request.h, src/include/pa_request_charsets.h,
                   11330:          src/include/pa_sapi.h, src/include/pa_sql_connection.h,
                   11331:          src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
                   11332:          src/include/pa_stylesheet_connection.h,
                   11333:          src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
                   11334:          src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
                   11335:          src/main/compile.C, src/main/compile.tab.C,
                   11336:          src/main/compile_tools.C, src/main/compile_tools.h,
                   11337:          src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
                   11338:          src/main/pa_charsets.C, src/main/pa_common.C,
                   11339:          src/main/pa_dictionary.C, src/main/pa_exception.C,
                   11340:          src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
                   11341:          src/main/pa_pool.C, src/main/pa_request.C,
                   11342:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   11343:          src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
                   11344:          src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
                   11345:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
                   11346:          src/types/pa_junction.h, src/types/pa_method.h,
                   11347:          src/types/pa_value.C, src/types/pa_value.h,
                   11348:          src/types/pa_vclass.C, src/types/pa_vclass.h,
                   11349:          src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
                   11350:          src/types/pa_vcookie.h, src/types/pa_vdate.h,
                   11351:          src/types/pa_vdouble.h, src/types/pa_venv.h,
                   11352:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
                   11353:          src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
                   11354:          src/types/pa_vimage.C, src/types/pa_vimage.h,
                   11355:          src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
                   11356:          src/types/pa_vmath.C, src/types/pa_vmath.h,
                   11357:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   11358:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   11359:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
                   11360:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   11361:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
                   11362:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
                   11363:          src/types/pa_vstatus.h, src/types/pa_vstring.C,
                   11364:          src/types/pa_vstring.h, src/types/pa_vtable.C,
                   11365:          src/types/pa_vtable.h, src/types/pa_vvoid.h,
                   11366:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   11367:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   11368:          src/types/pa_wcontext.C, src/types/pa_wcontext.h,
                   11369:          src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
                   11370:          gc: PA_Object done lots of replacements also
                   11371: 
                   11372:        * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
                   11373:          gc logging
                   11374: 
                   11375: 2003-03-17  paf
                   11376: 
                   11377:        * src/classes/date.C, src/classes/file.C, src/classes/form.C,
                   11378:          src/classes/image.C, src/classes/mail.C, src/classes/op.C,
                   11379:          src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
                   11380:          src/include/pa_pool.h, src/include/pa_pragma_pack_begin.h,
                   11381:          src/include/pa_pragma_pack_end.h, src/include/pa_string.h,
                   11382:          src/include/pa_types.h, src/main/compile.C,
                   11383:          src/main/compile.tab.C, src/main/execute.C,
                   11384:          src/main/pa_charset.C, src/main/pa_common.C,
                   11385:          src/main/pa_exception.C, src/main/pa_exec.C,
                   11386:          src/main/pa_globals.C, src/main/pa_pool.C, src/main/pa_request.C,
                   11387:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   11388:          src/main/pa_stylesheet_manager.C, src/main/pa_uue.C,
                   11389:          src/main/untaint.C, src/targets/cgi/pa_pool.C,
                   11390:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
                   11391:          src/targets/cgi/pool_storage.h, src/types/pa_vcookie.C,
                   11392:          src/types/pa_vdouble.h, src/types/pa_vfile.C,
                   11393:          src/types/pa_vform.C, src/types/pa_vint.h, src/types/pa_vmail.C,
                   11394:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   11395:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   11396:          www/htdocs/.htaccess, www/htdocs/auto.p: libgc attempt
                   11397: 
                   11398: 2003-03-13  paf
                   11399: 
                   11400:        * src/: include/pa_sql_driver_manager.h,
                   11401:          main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
                   11402:          called
                   11403: 
                   11404:        * src/include/pa_request.h, src/lib/ltdl/libltdl.dsp,
                   11405:          src/lib/md5/md5.dsp, src/main/compile.tab.C, src/main/execute.C,
                   11406:          src/main/pa_request.C, src/targets/cgi/parser3.C,
                   11407:          src/types/pa_value.C, src/types/pa_value.h,
                   11408:          src/types/pa_vobject.h, src/types/pa_vstateless_class.h,
                   11409:          src/types/pa_vstatus.C, src/types/types.dsp,
                   11410:          www/htdocs/.htaccess: set_base, set_derived simplified [counter
                   11411:          leaks fixed]
                   11412: 
                   11413:        * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
                   11414:          src/types/types.dsp: incorporated status class patch From:
                   11415:          "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
                   11416:          2003 8:14 AM
                   11417: 
                   11418:          now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
                   11419:          Win32 specific: QuotaPeakNonPagedPoolUsage
                   11420:          QuotaPeakPagedPoolUsage PeakPagefileUsage]
                   11421: 
                   11422: 2003-03-12  paf
                   11423: 
                   11424:        * configure, configure.in, src/lib/ltdl/configure,
                   11425:          src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
                   11426:          lib/ltdl/Makefile now created by /configure.in only [were by
                   11427:          lib/ltdl/configure.in OVERWRITE]
                   11428: 
                   11429:        * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
                   11430:          linkage fixed for g++ 3.2.2
                   11431: 
                   11432:        * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
                   11433:          on using privately declared class [fixed]
                   11434: 
                   11435:        * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
                   11436:          3.2 rightliy complained on using privately declared class [fixed]
                   11437: 
                   11438:        * src/targets/cgi/parser3.C: 1. more detailed log on signals.  2.
                   11439:          sigpipe before request constructor now causes death
                   11440: 
                   11441:        * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
                   11442:          targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
                   11443:          not cause exception in exception handler
                   11444: 
                   11445:        * configure, configure.in, src/targets/cgi/Makefile.am: configure
                   11446:          now default links libstdc++ statically.  that can be overriden by
                   11447:          --with-dynamic-stdcpp
                   11448: 
                   11449: 2003-03-11  paf
                   11450: 
                   11451:        * src/main/compile.tab.C, src/main/compile.y,
                   11452:          src/sql/pa_sql_driver.h, src/types/pa_vstateless_class.C,
                   11453:          src/types/pa_vstateless_class.h, www/htdocs/.htaccess: removed
                   11454:          necessity of libstdc++
                   11455: 
                   11456:        * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
                   11457: 
                   11458:        * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
                   11459: 
                   11460: 2003-03-08  paf
                   11461: 
                   11462:        * tests/Makefile: make install & co
                   11463: 
                   11464:        * src/: include/pa_request.h, classes/op.C: removing
                   11465:          vclass,object.h -> pa_request.h dependency
                   11466: 
                   11467:        * src/: classes/mail.C, classes/response.C, include/pa_request.h,
                   11468:          main/pa_request.C: removing vform,response,cookie.h ->
                   11469:          pa_request.h dependency
                   11470: 
                   11471:        * src/include/pa_request.h: removing vmail.h -> pa_request.h
                   11472:          dependency [testing...]
                   11473: 
                   11474:        * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
                   11475:          return 0; fixed
                   11476: 
                   11477:        * src/: include/pa_config_fixed.h, types/pa_vmail.C,
                   11478:          types/pa_vmail.h: vmail.C received just compiled [not tested]
                   11479: 
                   11480:        * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
                   11481: 
                   11482:        * src/main/pa_request.C: forgotten: ifdef XML
                   11483: 
                   11484:        * src/main/pa_request.C, www/htdocs/.htaccess: forgotten: ifdef XML
                   11485: 
                   11486:        * src/targets/cgi/parser3.C: todo: move to latest xml version on
                   11487:          win32 and run memleak tests again
                   11488: 
                   11489:        * src/targets/cgi/parser3.C: charsets: see some strange things with
                   11490:          old xml lib-- it's internal memory handling has faults
                   11491: 
                   11492:        * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
                   11493:          problems when transcode from charset A to A.
                   11494: 
                   11495:        * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
                   11496:          todo: still problems when transcode from charset A to A.
                   11497: 
                   11498:        * src/classes/hash.C, src/classes/mail.C, src/classes/string.C,
                   11499:          src/classes/table.C, src/include/pa_array.h,
                   11500:          src/main/pa_sql_driver_manager.C, src/types/pa_vmail.C,
                   11501:          src/types/pa_vmail.h, www/htdocs/.htaccess,
                   11502:          www/htdocs/index.html: started full-scale-site-test [~
                   11503:          http://parser.ru sources]
                   11504: 
                   11505:          some fixes
                   11506: 
                   11507:        * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
                   11508:          111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
                   11509:          117.html, 118.html, 119.html, 120.html, results/109.processed,
                   11510:          results/110.processed, results/111.processed,
                   11511:          results/112.processed, results/113.processed,
                   11512:          results/114.processed, results/115.processed,
                   11513:          results/116.processed, results/117.processed,
                   11514:          results/118.processed, results/119.processed,
                   11515:          results/120.processed: xml: tests 109 dom create/show 110 xpath
                   11516:          selectSingle 111 xdoc.create from tainted & 112
                   11517:          xdoc.create/output with russian attr value 113 xpath
                   11518:          selectString/Number 114 dom attributes.count 115 xpath selectBool
                   11519:          116 output media-type change 117 transform by dom stylesheet 118
                   11520:          empty transform result 119 dom setAttribute 120 nbsp letter
                   11521:          output
                   11522: 
                   11523:          =END OF PREPARED XML TESTS=
                   11524: 
                   11525: 2003-03-07  paf
                   11526: 
                   11527:        * src/classes/xdoc.C, src/include/pa_charset.h,
                   11528:          src/include/pa_stylesheet_connection.h, tests/108.html,
                   11529:          tests/108.xsl, tests/results/108.processed: xml: test 108
                   11530:          transform with params [bugs fixed]
                   11531: 
                   11532:        * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
                   11533:          from copy/paste bug
                   11534: 
                   11535:        * src/classes/xdoc.C, src/include/pa_charset.h,
                   11536:          src/include/pa_request.h, src/main/execute.C,
                   11537:          src/main/pa_charset.C, src/main/pa_exception.C,
                   11538:          src/main/pa_globals.C, src/main/pa_request.C,
                   11539:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   11540:          src/types/pa_vxnode.C, tests/107.html,
                   11541:          tests/results/107.processed: xml: test: 107 bug fixes
                   11542: 
                   11543:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   11544:          types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   11545:          types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
                   11546: 
                   11547:        * tests/: 106.html, results/106.processed: test: 106 xdoc create,
                   11548:          string
                   11549: 
                   11550:        * src/include/pa_charset.h, src/main/pa_charset.C,
                   11551:          www/htdocs/.htaccess: xml: charset two mem alloc functions used
                   11552:          for different cases [libxml, libxsl]
                   11553: 
                   11554:        * src/classes/classes.C: fixed: prevent system classes from
                   11555:          modification to lock ALL the classes, not only directly used
                   11556: 
                   11557:        * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
                   11558:          linked
                   11559: 
                   11560:        * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
                   11561: 
                   11562: 2003-03-06  paf
                   11563: 
                   11564:        * src/classes/xdoc.C: xdoc.C 50%
                   11565: 
                   11566:        * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
                   11567:          include/pa_memory.h, include/pa_request.h, include/pa_string.h,
                   11568:          main/pa_globals.C, main/pa_request.C,
                   11569:          main/pa_stylesheet_manager.C: xnode.C compiled
                   11570: 
                   11571:        * src/: include/pa_stylesheet_connection.h,
                   11572:          include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
                   11573:          main/pa_stylesheet_manager.C: xml: stylesheet&manager done
                   11574: 
                   11575:        * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
                   11576:          include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
                   11577:          xml: stylesheet&manager STARTED
                   11578: 
                   11579:        * src/: include/pa_globals.h, main/pa_charset.C,
                   11580:          main/pa_exception.C, main/pa_globals.C: xml: exceptions
                   11581: 
                   11582:        * src/: include/pa_charset.h, include/pa_config_fixed.h,
                   11583:          include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
                   11584:          main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
                   11585:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
                   11586:          charsets
                   11587: 
                   11588:        * tests/023.html: in some cases it rounded up badly. postponing
                   11589:          solution of that problem, making more simple test
                   11590: 
                   11591:        * tests/: 058_paf2000.png, results/058.processed: .png added with
                   11592:          -kb now
                   11593: 
                   11594:        * src/include/pa_charset.h, src/include/pa_charsets.h,
                   11595:          src/main/pa_charset.C, src/main/pa_charsets.C,
                   11596:          www/htdocs/.htaccess: charset_utf8 declaration moved to
                   11597:          charsets.C
                   11598: 
                   11599: 2003-03-05  paf
                   11600: 
                   11601:        * src/classes/string.C, src/include/pa_string.h,
                   11602:          src/main/pa_string.C, tests/105.html,
                   11603:          tests/results/105.processed: String::match bug fixed
                   11604: 
                   11605:        * src/classes/op.C, src/main/main.dsp, tests/104.html,
                   11606:          tests/results/104.processed, www/htdocs/.htaccess: ^bpt operator
                   11607:          added [does int3 in debug build on win32]
                   11608: 
                   11609:        * tests/: 057.html, results/057.processed: test bug fixed
                   11610: 
                   11611:        * www/htdocs/: auto.p, autoptr.html, base.p, derived.p, font.gif,
                   11612:          global.xsl, index.html, mailreceive.eml, mailreceive.html,
                   11613:          operators.p, parser-status.html, people.dtd, some.p: removed old
                   11614:          tests
                   11615: 
                   11616:        * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
                   11617: 
                   11618:        * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
                   11619:          missing
                   11620: 
                   11621:        * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
                   11622:          forgotten files added to Makes
                   11623: 
                   11624:        * ltmain.sh: ltmain.sh added
                   11625: 
                   11626:        * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
                   11627:          change undone ;(
                   11628: 
                   11629:        * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
                   11630:          made static
                   11631: 
                   11632:        * src/: classes/math.C, classes/op.C, classes/string.C,
                   11633:          main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
                   11634:          todo:make linker happy
                   11635: 
                   11636:        * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
                   11637:          env param made optional
                   11638: 
                   11639: 2003-03-04  paf
                   11640: 
                   11641:        * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
                   11642:          types/pa_vimage.h: number of gcc compiler bugs fixed
                   11643: 
                   11644:        * tests/: 103.html, 103mark.gif, 103paf2001.gif,
                   11645:          results/103.processed: tests: 103 image.copy transparence test
                   11646: 
                   11647:        * src/main/execute.C, tests/101.html, tests/102.html,
                   11648:          tests/results/101.processed, tests/results/102.processed: tests:
                   11649:          101 method/variable name conflict test 102 form fields change
                   11650:          should not not change anything [bug fix]
                   11651: 
                   11652:        * tests/: 057.html, 099.html, 100.html, results/057.processed,
                   11653:          results/099.processed, results/100.processed: tests: 57 date
                   11654:          create 2002: added 99,100 response:body/download
                   11655: 
                   11656:        * src/classes/image.C, tests/098.html, tests/098font.gif,
                   11657:          tests/results/098.processed: test: 98 image font text [bug fixed]
                   11658: 
                   11659:        * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
                   11660:          tests/results/097.processed: test: 97 file::load http://  [bugs
                   11661:          fixed]
                   11662: 
                   11663:        * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
                   11664:          src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
                   11665:          tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
                   11666:          image EXIF  [bug fixed]
                   11667: 
                   11668:        * src/classes/table.C, src/main/execute.C, tests/061.dat,
                   11669:          tests/061.html, tests/062.html, tests/063.html, tests/064.html,
                   11670:          tests/065.html, tests/066.html, tests/067.html, tests/068.html,
                   11671:          tests/069.html, tests/070.html, tests/071.html, tests/072.html,
                   11672:          tests/073.html, tests/074.html, tests/075.html, tests/076.html,
                   11673:          tests/077.html, tests/078.html, tests/080.html, tests/081.html,
                   11674:          tests/082.html, tests/083.html, tests/084.html, tests/085.html,
                   11675:          tests/086.html, tests/087.html, tests/088.html, tests/089.html,
                   11676:          tests/090.html, tests/091.html, tests/092.html, tests/093.html,
                   11677:          tests/094.html, tests/095.html, tests/results/061.processed,
                   11678:          tests/results/062.processed, tests/results/063.processed,
                   11679:          tests/results/064.processed, tests/results/065.processed,
                   11680:          tests/results/066.processed, tests/results/067.processed,
                   11681:          tests/results/068.processed, tests/results/069.processed,
                   11682:          tests/results/070.processed, tests/results/071.processed,
                   11683:          tests/results/072.processed, tests/results/073.processed,
                   11684:          tests/results/074.processed, tests/results/075.processed,
                   11685:          tests/results/076.processed, tests/results/077.processed,
                   11686:          tests/results/078.processed, tests/results/080.processed,
                   11687:          tests/results/081.processed, tests/results/082.processed,
                   11688:          tests/results/083.processed, tests/results/084.processed,
                   11689:          tests/results/085.processed, tests/results/086.processed,
                   11690:          tests/results/087.processed, tests/results/088.processed,
                   11691:          tests/results/089.processed, tests/results/090.processed,
                   11692:          tests/results/091.processed, tests/results/092.processed,
                   11693:          tests/results/093.processed, tests/results/094.processed,
                   11694:          tests/results/095.processed, tests/079.html,
                   11695:          tests/results/079.processed: tests: 61 file::stat size 62
                   11696:          string->int autoconvert 63 double .int,dec,div,mul 64 date
                   11697:          compare 65 file: basename,justname,justext 66 math:crypt 67
                   11698:          string.match simple on long 68 string.match normalized simple on
                   11699:          long 69 string.int 70 file::stat content-type 71 table.join 72
                   11700:          hash parameter conditional pass 73 date daylightsaving,yearday 74
                   11701:          date arithmetics 75 response date values/attributes 76 string.pos
                   11702:          of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
                   11703:          with local 80 scientific numeric literal in string autoconvert 81
                   11704:          xor: logical and numerical 82 for delims 83 menu delims 84
                   11705:          table.hash distinct 85 long string  replace 86 throw+catch
                   11706:          current language preserve 87 bit shifts 88 junction tests +
                   11707:          $caller test 89 hash.foreach selfmodification 90 int/void to int
                   11708:          91 $caller test 92 junction is + def junction tests 93 $caller
                   11709:          test 94 syntax test 95 table.hash(keygenerator)  [bug fixed]
                   11710: 
                   11711:        * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
                   11712:          fixed] 60 string eq string [bug fixed]
                   11713: 
                   11714:        * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
                   11715:          058.html, 058_paf2000.png, 059.html, 060.html,
                   11716:          results/053.processed, results/054.processed,
                   11717:          results/055.processed, results/056.processed,
                   11718:          results/057.processed, results/058.processed,
                   11719:          results/059.processed, results/060.processed: test: 53
                   11720:          string.replace 54 junctions 55 table.hash 56 call indirect 57
                   11721:          date.create[string] 58 image.measure[png]
                   11722: 
                   11723:        * tests/: 052.html, outputs/049.processed, outputs/050.processed,
                   11724:          outputs/051.processed, results/052.processed: test: 52
                   11725:          pre/match/post test: passed AS-IT-WERE, but wrong :) separate
                   11726:          task: fix that
                   11727: 
                   11728: 2003-03-03  paf
                   11729: 
                   11730:        * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
                   11731:          048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
                   11732:          parser-cygwin.sh, parser-unix.sh, run_parser.sh,
                   11733:          outputs/049.processed, outputs/050.processed,
                   11734:          outputs/051.processed, results/001.processed,
                   11735:          results/002.processed, results/003.processed,
                   11736:          results/005.processed, results/006.processed,
                   11737:          results/008.processed, results/009.processed,
                   11738:          results/011.processed, results/012.processed,
                   11739:          results/013.processed, results/014.processed,
                   11740:          results/015.processed, results/016.processed,
                   11741:          results/017.processed, results/020.processed,
                   11742:          results/021.processed, results/022.processed,
                   11743:          results/024.processed, results/025.processed,
                   11744:          results/026.processed, results/027.processed,
                   11745:          results/028.processed, results/029.processed,
                   11746:          results/030.processed, results/031.processed,
                   11747:          results/049.processed, results/050.processed,
                   11748:          results/051.processed, results/043.processed,
                   11749:          results/044.processed, results/045.processed,
                   11750:          results/046.processed, results/047.processed,
                   11751:          results/048.processed: tests: 43,44,45 date rolls 46
                   11752:          autoevaluating junction 47 table.select 48 name with subvar 49
                   11753:          hash-creating switch 50 process 51 started parent/child, works as
                   11754:          it were but it were NOT GOOD, created separate task  to fix that
                   11755: 
                   11756:        * tests/: 042.html, results/042.processed: test: 42
                   11757:          exception.handled
                   11758: 
                   11759:        * tests/: 041.html, results/041.processed: test: 41 table.locate by
                   11760:          expression
                   11761: 
                   11762:        * tests/: 040.html, results/040.processed: test: 39 method result
                   11763:          of type table 40 method param junction auto evaluate
                   11764: 
                   11765:        * tests/: 039.html, results/039.processed: test: 37 method result
                   11766:          of type table
                   11767: 
                   11768:        * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
                   11769:          tests/034.html, tests/035.html, tests/036.html, tests/037.html,
                   11770:          tests/038.html, tests/results/033.processed,
                   11771:          tests/results/034.processed, tests/results/035.processed,
                   11772:          tests/results/036.processed, tests/results/037.processed,
                   11773:          tests/results/038.processed: tests: 33 string.replace 34
                   11774:          string.upper 35 table created 36 local/global vars with juntions
                   11775:          37 table clone 38 math PI & number formatting
                   11776: 
                   11777:          math class registring typo fixed
                   11778: 
                   11779:        * src/classes/op.C, src/include/pa_request.h,
                   11780:          src/include/pa_string.h, src/main/execute.C,
                   11781:          src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
                   11782:          src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
                   11783:          tests/032.html, tests/results/032.processed: uchar changed to
                   11784:          String_UL in all places [was not everywhere] untaint test: 032
                   11785: 
                   11786:        * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
                   11787:          tests/results/004.processed, www/htdocs/.htaccess,
                   11788:          tests/parser-cygwin.sh, tests/parser-unix.sh: removed -H command
                   11789:          line key, now testing using .sh file with SERVER_SOFTWARE=xxx
                   11790: 
                   11791: 2003-02-26  paf
                   11792: 
                   11793:        * src/main/execute.C, src/types/pa_vstateless_class.h,
                   11794:          tests/024.html, tests/025.html, tests/026.html, tests/027.html,
                   11795:          tests/028.html, tests/029.html, tests/030.html, tests/031.html,
                   11796:          tests/results/024.processed, tests/results/025.processed,
                   11797:          tests/results/026.processed, tests/results/027.processed,
                   11798:          tests/results/028.processed, tests/results/029.processed,
                   11799:          tests/results/030.processed, tests/results/031.processed: fixed
                   11800:          bug with name_cstr mutable CharPtr more tests
                   11801: 
                   11802:        * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
                   11803:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
                   11804:          << abort.  die now just exits
                   11805: 
                   11806:        * src/classes/classes.awk, src/classes/classes.h,
                   11807:          src/classes/date.C, src/classes/double.C, src/classes/file.C,
                   11808:          src/classes/form.C, src/classes/hash.C, src/classes/image.C,
                   11809:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   11810:          src/classes/op.C, src/classes/response.C, src/classes/string.C,
                   11811:          src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
                   11812:          src/classes/xnode.C, src/include/pa_memory.h,
                   11813:          src/include/pa_sapi.h, src/targets/cgi/parser3.C,
                   11814:          src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
                   11815:          src/types/pa_vform.C, tests/015.html, tests/016.html,
                   11816:          tests/017.html, tests/018.html, tests/019.html,
                   11817:          tests/019paf2001.gif, tests/020.html, tests/021.html,
                   11818:          tests/022.html, tests/023.html, tests/022_dir/a.html,
                   11819:          tests/022_dir/b.txt, tests/022_dir/c.htm,
                   11820:          tests/results/015.processed, tests/results/016.processed,
                   11821:          tests/results/017.processed, tests/results/018.processed,
                   11822:          tests/results/019.processed, tests/results/020.processed,
                   11823:          tests/results/021.processed, tests/results/022.processed,
                   11824:          tests/results/023.processed: methoded_array now contains all Mxxx
                   11825:          classes SAPI::get_env now returns info on pool more tests
                   11826: 
                   11827:        * src/include/pa_array.h, src/include/pa_hash.h,
                   11828:          src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
                   11829:          tests/002.html, tests/003.html, tests/004.html, tests/005.html,
                   11830:          tests/006.html, tests/007.html, tests/008.html, tests/009.html,
                   11831:          tests/010.html, tests/011.html, tests/012.html, tests/013.html,
                   11832:          tests/014.html, tests/Makefile, tests/outputs/create-dir,
                   11833:          tests/results/001.processed, tests/results/002.processed,
                   11834:          tests/results/003.processed, tests/results/004.processed,
                   11835:          tests/results/005.processed, tests/results/006.processed,
                   11836:          tests/results/007.processed, tests/results/008.processed,
                   11837:          tests/results/009.processed, tests/results/010.processed,
                   11838:          tests/results/011.processed, tests/results/012.processed,
                   11839:          tests/results/013.processed, tests/results/014.processed: hash
                   11840:          cloning fixed
                   11841: 
                   11842: 2003-02-25  paf
                   11843: 
                   11844:        * src/main/pa_common.C: typo fixed
                   11845: 
                   11846: 2003-02-24  paf
                   11847: 
                   11848:        * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
                   11849:          [one remained]
                   11850: 
                   11851:        * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
                   11852:          [should have been get_string(&pool)] todo: check other such calls
                   11853: 
                   11854:        * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
                   11855:          test10, bad lookups
                   11856: 
                   11857:          xxx* xxx=smartptr.get(); << is bad style, after ";" original
                   11858:          object got destructed, and xxx points to sky
                   11859: 
                   11860:        * ChangeLog, src/classes/string.C: match bug fixed
                   11861: 
                   11862:        * src/types/pa_vmail.C: body [text/html] transcoded to
                   11863:          $.charset[specified] now
                   11864: 
                   11865:        * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
                   11866:          which failed to handle sigsetjmp+throw: crashed inside of
                   11867:          pre-throw code.  rewritten simplier [though duplicating
                   11868:          closesocket code]
                   11869: 
                   11870:        * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
                   11871:          which failed to handle sigsetjmp+throw: crashed inside of
                   11872:          pre-throw code.  rewritten simplier [though duplicating
                   11873:          closesocket code]
                   11874: 
                   11875: 2003-02-21  paf
                   11876: 
                   11877:        * operators.txt, src/targets/cgi/parser3.C, src/types/pa_vcookie.C:
                   11878:          $cookie:name[$.expires[date << can be now]]
                   11879: 
                   11880:          written makefile with regression tests [raw]
                   11881: 
                   11882:        * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
                   11883:          tests' only [it's not forcing CGI mode now] now use -H to output
                   11884:          CGI header when parser used in command line [useful for tests
                   11885:          also]
                   11886: 
                   11887:        * src/targets/cgi/parser3.C: MAKE_TEST environment variable
                   11888:          switches on CGI mode, and is used in regression tests
                   11889: 
                   11890:        * src/: include/pa_request.h, main/pa_request.C,
                   11891:          targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
                   11892:          fixed
                   11893: 
                   11894:        * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
                   11895:          handling pa_*
                   11896: 
                   11897:        * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
                   11898:          include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
                   11899:          main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
                   11900:          memory handling files
                   11901: 
                   11902:        * src/main/pa_array.C: pool::format_integer terminator fixed
                   11903: 
                   11904:        * src/main/execute.C, src/targets/cgi/parser3.C,
                   11905:          www/htdocs/autoptr.html: release mode now compiles OK test to
                   11906:          show benefits of free
                   11907: 
                   11908:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   11909:          classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
                   11910:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   11911:          types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
                   11912:          use pool [as the one in ^process]
                   11913: 
                   11914:        * src/classes/op.C: fixed process.  sould now check for all cstr's
                   11915:          -- some must use pool [as the one in ^process]
                   11916: 
                   11917: 2003-02-20  paf
                   11918: 
                   11919:        * src/classes/date.C, src/classes/double.C, src/classes/file.C,
                   11920:          src/classes/hash.C, src/classes/image.C, src/classes/int.C,
                   11921:          src/classes/mail.C, src/classes/math.C, src/classes/op.C,
                   11922:          src/classes/response.C, src/classes/string.C,
                   11923:          src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
                   11924:          src/classes/xnode.C, src/main/pa_string.C, src/types/pa_method.h,
                   11925:          src/types/pa_value.C, src/types/pa_vmethod_frame.h,
                   11926:          www/htdocs/autoptr.html: string cmp fixed
                   11927: 
                   11928:        * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
                   11929:          values passed OK now
                   11930: 
                   11931: 2003-02-19  paf
                   11932: 
                   11933:        * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
                   11934:          main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
                   11935:          main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
                   11936:          targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
                   11937:          types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
                   11938:          all remaning leaks resulted from pooled::malloc calls [excluding
                   11939:          in gd -- planning complete rewrite extremely ugly code]
                   11940: 
                   11941:        * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
                   11942:          files
                   11943: 
                   11944: 2003-02-17  paf
                   11945: 
                   11946:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   11947:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   11948:          classes/response.C, classes/string.C, classes/table.C,
                   11949:          classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
                   11950:          include/pa_stylesheet_connection.h,
                   11951:          include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
                   11952:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
                   11953:          types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
                   11954:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
                   11955:          types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
                   11956:          types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
                   11957:          of unitialized simple-typed field
                   11958: 
                   11959:        * src/: classes/classes.C, classes/classes.h, main/execute.C,
                   11960:          main/pa_charset.C, main/pa_request.C: another bug of unitialized
                   11961:          simple-typed field fixed.  todo: find&kill all like that one
                   11962: 
                   11963:        * src/: main/execute.C, targets/cgi/pa_pool.C,
                   11964:          targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
                   11965:          debug output fixed
                   11966: 
                   11967:        * src/: include/pa_stack.h, main/compile.C, main/execute.C,
                   11968:          main/pa_request.C: stack-stored items need extra .ref to prevent
                   11969:          object_ptr from delete[them]
                   11970: 
                   11971:        * src/: classes/date.C, classes/op.C, classes/table.C,
                   11972:          classes/xdoc.C, classes/xnode.C, include/pa_array.h,
                   11973:          include/pa_charset.h, main/Makefile.am, main/main.dsp,
                   11974:          main/pa_charset.C, main/pa_common.C,
                   11975:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   11976:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   11977:          types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
                   11978:          calls
                   11979: 
                   11980:        * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
                   11981:          couple mem leaks rusulted from old pooled::malloc usage.
                   11982:          todo:find more like those
                   11983: 
                   11984:        * src/main/: compile.C, compile_tools.C: 2*2!
                   11985: 
                   11986:        * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
                   11987:          stackItem fixed [there were no string on stack before]
                   11988: 
                   11989:        * src/: main/execute.C, main/pa_request.C,
                   11990:          types/pa_vmethod_frame.C: first letters out OK
                   11991: 
                   11992:        * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
                   11993:          include/pa_pool.h, include/pa_request.h, main/pa_request.C,
                   11994:          main/pa_string.C, main/untaint.C, types/pa_value.h,
                   11995:          types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
                   11996:          types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
                   11997:          type not initialized with zeros :( while class fields of class
                   11998:          types initialized with default constructors.  learn C++
                   11999: 
                   12000:        * src/: classes/classes.awk, classes/double.C, classes/file.C,
                   12001:          classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
                   12002:          classes/math.C, classes/xdoc.C, classes/xnode.C,
                   12003:          include/pa_array.h, include/pa_string.h, main/pa_exec.C,
                   12004:          types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
                   12005: 
                   12006: 2003-02-14  paf
                   12007: 
                   12008:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
                   12009:          13 link errors
                   12010: 
                   12011:        * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
                   12012:          main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
                   12013:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   12014:          types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
                   12015:          errors :)
                   12016: 
                   12017:        * src/: classes/classes.C, classes/classes.awk, classes/file.C,
                   12018:          classes/hash.C, classes/mail.C, classes/op.C,
                   12019:          include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
                   12020:          main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
                   12021:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
                   12022:          classes.lib - 0 error(s), 0 warning(s) parser.C compiled
                   12023: 
                   12024:        * src/: classes/classes.dsp, classes/op.C, classes/string.C,
                   12025:          classes/table.C, include/pa_common.h, include/pa_globals.h,
                   12026:          include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
                   12027:          main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
                   12028:          types/pa_vint.h, types/types.dsp: op compiled
                   12029: 
                   12030:        * src/: classes/classes.dsp, classes/response.C, classes/string.C,
                   12031:          include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
                   12032:          main/untaint.C, types/pa_vtable.h: string, response compiled
                   12033: 
                   12034: 2003-02-07  paf
                   12035: 
                   12036:        * src/: classes/table.C, types/pa_vtable.h: table compiled
                   12037: 
                   12038: 2003-02-06  paf
                   12039: 
                   12040:        * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
                   12041:          mail compiled
                   12042: 
                   12043:        * src/: classes/image.C, classes/string.C, classes/xdoc.C,
                   12044:          include/pa_common.h, include/pa_hash.h, main/pa_common.C,
                   12045:          types/pa_vfile.h, types/pa_vimage.h: image compiled
                   12046: 
                   12047:        * src/classes/: file.C, form.C: form compiled
                   12048: 
                   12049:        * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
                   12050:          include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
                   12051:          types/pa_vfile.C, types/pa_vfile.h: file compiled
                   12052: 
                   12053:        * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
                   12054:          types/pa_vmath.h: math compiled [win32]
                   12055: 
                   12056:        * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
                   12057:          types/pa_vstring.h: hash compiled
                   12058: 
                   12059: 2003-02-04  paf
                   12060: 
                   12061:        * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
                   12062:          include/pa_hash.h, include/pa_request.h, include/pa_string.h,
                   12063:          include/pa_table.h, main/pa_common.C, main/pa_exec.C,
                   12064:          main/pa_string.C, types/pa_method.h, types/pa_vform.C,
                   12065:          types/pa_vhash.h: hash 50% compiled
                   12066: 
                   12067:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   12068:          classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
                   12069:          classes/string.C, classes/table.C, classes/xdoc.C,
                   12070:          classes/xnode.C, include/pa_request.h, main/pa_globals.C,
                   12071:          main/pa_string.C: date compiled
                   12072: 
                   12073:        * src/classes/: classes.dsp, double.C: double compiled
                   12074: 
                   12075:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   12076:          classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
                   12077:          classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
                   12078:          classes/string.C, classes/table.C, classes/void.C,
                   12079:          classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
                   12080:          types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
                   12081:          types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
                   12082:          compiled
                   12083: 
                   12084:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   12085:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   12086:          classes/math.C, classes/op.C, classes/response.C,
                   12087:          classes/string.C, classes/table.C, classes/void.C,
                   12088:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   12089:          types/pa_vvoid.h: void  compiled :)
                   12090: 
                   12091:        * src/: include/pa_globals.h, main/pa_cache_managers.C,
                   12092:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   12093:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   12094:          main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
                   12095:          main/pa_string.C, main/pa_uue.C, main/untaint.C,
                   12096:          types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
                   12097:          types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
                   12098:          types/pa_vresponse.C, types/pa_vstateless_class.C,
                   12099:          types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
                   12100:          types/pa_wcontext.C, types/types.dsp: removed stupid
                   12101:          value_includes.h
                   12102: 
                   12103:        * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
                   12104:          trying to remove stupid value_includes.h
                   12105: 
                   12106:        * src/main/pa_exec.C: pa_exec compiled on win32
                   12107: 
                   12108:        * src/main/pa_exec.C: libmain.a compiled on six [unix]
                   12109: 
                   12110:        * src/: include/pa_globals.h, include/pa_request.h,
                   12111:          types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
                   12112:          types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
                   12113:          types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
                   12114:          types/pa_vrequest.C, types/pa_vstateless_class.C,
                   12115:          types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
                   12116: 
                   12117:        * src/: include/pa_config_includes.h, include/pa_dictionary.h,
                   12118:          main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
                   12119:          main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
                   12120: 
                   12121:        * src/: include/pa_array.h, include/pa_config_includes.h,
                   12122:          include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
                   12123:          main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
                   12124:          compiled
                   12125: 
                   12126:        * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
                   12127:          name conflicts)
                   12128: 
                   12129:        * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
                   12130:          types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
                   12131:          yelds "virtual memory exhausted" while trying to compile
                   12132:          execute.C [eating up to 127MB]
                   12133: 
                   12134: 2003-02-03  paf
                   12135: 
                   12136:        * src/: include/pa_config_includes.h, include/pa_hash.h,
                   12137:          include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
                   12138:          main/pa_common.C, types/pa_value.C, types/pa_value.h,
                   12139:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
                   12140:          types/pa_vint.h, types/pa_vjunction.h,
                   12141:          types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
                   12142:          started gcc compiling pa_common compiled
                   12143: 
                   12144:        * src/: include/pa_exception.h, include/pa_pool.h,
                   12145:          main/pa_exception.C: exception gcc change #1
                   12146: 
                   12147:        * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
                   12148:          compile _P identifier. it replaced it to some strange 0x0000040
                   12149: 
                   12150:        * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
                   12151: 
                   12152:        * src/types/pa_vtable.C: vtable compiled
                   12153: 
                   12154:        * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
                   12155: 
                   12156:        * src/: include/pa_cache_managers.h, main/pa_request.C,
                   12157:          types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
                   12158: 
                   12159:        * src/types/pa_vstateless_class.C: vstateless_class compiled
                   12160: 
                   12161:        * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
                   12162: 
                   12163:        * src/types/pa_vrequest.C: vrequest compiled
                   12164: 
                   12165:        * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
                   12166:          pa_vobject.C, pa_vobject.h: vobject compiled
                   12167: 
                   12168:        * src/: classes/form.C, classes/mail.C, include/pa_request.h,
                   12169:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   12170:          types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
                   12171:          compiled
                   12172: 
                   12173:        * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
                   12174: 
                   12175:        * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
                   12176:          types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
                   12177:          types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
                   12178:          compiled
                   12179: 
                   12180:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   12181:          main.lib - 0 error(s), 0 warning(s)
                   12182: 
                   12183:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   12184:          types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
                   12185: 
                   12186: 2003-01-31  paf
                   12187: 
                   12188:        * src/: include/pa_array.h, include/pa_operation.h,
                   12189:          include/pa_request.h, main/execute.C, main/main.dsp,
                   12190:          types/pa_vjunction.h: started last file from main library:
                   12191:          execute
                   12192: 
                   12193:        * src/: include/pa_request.h, include/pa_sapi.h,
                   12194:          main/compile.tab.C, main/compile.y, main/compile_tools.h,
                   12195:          main/pa_request.C, targets/cgi/parser3.C,
                   12196:          targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
                   12197:          types/pa_vhash.h: pa_request compiled
                   12198: 
                   12199:        * src/: classes/op.C, classes/string.C, include/pa_common.h,
                   12200:          include/pa_globals.h, include/pa_request.h,
                   12201:          include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
                   12202:          main/execute.C, main/main.dsp, main/pa_common.C,
                   12203:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   12204:          types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
                   12205:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
                   12206:          types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   12207:          types/types.dsp: most pa_request compiled
                   12208: 
                   12209:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   12210:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   12211:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   12212:          classes/op.C, classes/response.C, classes/string.C,
                   12213:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   12214:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   12215:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   12216:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   12217:          include/pa_dictionary.h, include/pa_dir.h,
                   12218:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   12219:          include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
                   12220:          include/pa_pool.h, include/pa_request.h,
                   12221:          include/pa_request_charsets.h, include/pa_request_info.h,
                   12222:          include/pa_sapi.h, include/pa_socks.h,
                   12223:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   12224:          include/pa_stack.h, include/pa_string.h,
                   12225:          include/pa_stylesheet_connection.h,
                   12226:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   12227:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   12228:          lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
                   12229:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
                   12230:          lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
                   12231:          lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
                   12232:          main/compile.C, main/compile.tab.C, main/compile.y,
                   12233:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   12234:          main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
                   12235:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
                   12236:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   12237:          main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
                   12238:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   12239:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   12240:          main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
                   12241:          targets/cgi/getopt.h, targets/cgi/pa_pool.C,
                   12242:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   12243:          targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
                   12244:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   12245:          targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
                   12246:          types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
                   12247:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   12248:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   12249:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   12250:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   12251:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   12252:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
                   12253:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
                   12254:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   12255:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   12256:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   12257:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   12258:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   12259:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   12260:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   12261:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   12262:          types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
                   12263: 
                   12264:        * ChangeLog, src/classes/classes.h, src/classes/op.C,
                   12265:          src/include/pa_cache_managers.h, src/include/pa_charset.h,
                   12266:          src/include/pa_charsets.h, src/include/pa_common.h,
                   12267:          src/include/pa_dictionary.h, src/include/pa_exception.h,
                   12268:          src/include/pa_exec.h, src/include/pa_pool.h,
                   12269:          src/include/pa_request.h, src/include/pa_sapi.h,
                   12270:          src/include/pa_sql_connection.h,
                   12271:          src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
                   12272:          src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
                   12273:          src/main/compile.tab.C, src/main/compile_tools.C,
                   12274:          src/main/compile_tools.h, src/main/main.dsp,
                   12275:          src/main/pa_charset.C, src/main/pa_charsets.C,
                   12276:          src/main/pa_common.C, src/main/pa_dictionary.C,
                   12277:          src/main/pa_exception.C, src/main/pa_exec.C,
                   12278:          src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
                   12279:          src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
                   12280:          src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
                   12281:          src/types/pa_vclass.h, src/types/pa_vcookie.C,
                   12282:          src/types/pa_vcookie.h, src/types/pa_vdate.h,
                   12283:          src/types/pa_vdouble.h, src/types/pa_venv.h,
                   12284:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
                   12285:          src/types/pa_vhash.h, src/types/pa_vimage.C,
                   12286:          src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
                   12287:          src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
                   12288:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   12289:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   12290:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
                   12291:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   12292:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
                   12293:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
                   12294:          src/types/pa_vstring.h, src/types/pa_vtable.h,
                   12295:          src/types/pa_vvoid.h, src/types/pa_wcontext.C,
                   12296:          src/types/pa_wcontext.h, src/types/pa_wwrapper.h,
                   12297:          www/htdocs/.htaccess: ConstStringPtr died, long live StringPtr
                   12298: 
                   12299: 2003-01-30  paf
                   12300: 
                   12301:        * src/: include/pa_charset.h, include/pa_request.h,
                   12302:          include/pa_sql_driver_manager.h, main/compile.tab.C,
                   12303:          main/compile.y, main/compile_tools.h, main/pa_request.C,
                   12304:          types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
                   12305: 
                   12306:        * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
                   12307:          main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
                   12308:          types/pa_vhash.h, types/pa_vmethod_frame.h,
                   12309:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   12310:          types/types.dsp: vstateless_class compiled
                   12311: 
                   12312:        * src/main/compile.C: compile compiled
                   12313: 
                   12314:        * src/: include/pa_array.h, include/pa_operation.h,
                   12315:          include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
                   12316:          main/pa_table.C: compile_tools compiled
                   12317: 
                   12318:        * src/: include/pa_operation.h, main/compile.y,
                   12319:          main/compile_tools.C, main/compile_tools.h: started
                   12320:          compile_tools. vagues ideas of how to free compiled code
                   12321: 
                   12322:        * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
                   12323:          main/main.dsp, types/pa_value.C, types/pa_value.h,
                   12324:          types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
                   12325:          compiled
                   12326: 
                   12327: 2003-01-29  paf
                   12328: 
                   12329:        * src/: include/pa_globals.h, include/pa_request.h,
                   12330:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   12331:          types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
                   12332:          types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
                   12333:          compiled
                   12334: 
                   12335:        * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
                   12336:          now
                   12337: 
                   12338:        * src/: include/pa_array.h, include/pa_exception.h,
                   12339:          include/pa_pool.h, main/pa_exception.C: gd compiled
                   12340: 
                   12341:        * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
                   12342:          compiled
                   12343: 
                   12344:        * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
                   12345:          types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
                   12346:          types/pa_vfile.h: vfile compiled
                   12347: 
                   12348:        * src/: include/pa_common.h, include/pa_globals.h,
                   12349:          include/pa_string.h, main/pa_globals.C, types/pa_value.C,
                   12350:          types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   12351:          types/pa_vform.C, types/pa_vform.h: vcookie compiled
                   12352: 
                   12353:        * src/: include/pa_exception.h, main/pa_cache_managers.C,
                   12354:          main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
                   12355:          main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
                   12356:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   12357:          main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
                   12358: 
                   12359:        * src/: include/pa_request_charsets.h, include/pa_request_info.h,
                   12360:          main/main.dsp, main/untaint.C: more compiled
                   12361: 
                   12362:        * src/: include/pa_charsets.h, include/pa_request.h,
                   12363:          include/pa_request_info.h, include/pa_string.h,
                   12364:          main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
                   12365:          types/pa_vresponse.h: vrequest compiled
                   12366: 
                   12367:        * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
                   12368:          pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
                   12369:          pa_vresponse.h, pa_wcontext.h: vrequest compiled
                   12370: 
                   12371:        * src/: classes/classes.h, include/pa_charset.h,
                   12372:          include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
                   12373:          include/pa_request.h, include/pa_string.h, main/main.dsp,
                   12374:          main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
                   12375:          main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
                   12376:          types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
                   12377:          types/pa_vrequest.C, types/pa_vrequest.h,
                   12378:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   12379:          types/pa_vvoid.h: vrequest,vdouble,vint compiled
                   12380: 
                   12381:        * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
                   12382:          include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
                   12383:          main/main.dsp, types/pa_value.h, types/pa_vbool.h,
                   12384:          types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
                   12385:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   12386:          types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
                   12387:          types/pa_vobject.h, types/pa_vstateless_class.h,
                   12388:          types/pa_vstateless_object.h, types/pa_vstatus.h,
                   12389:          types/pa_vstring.h, types/types.dsp: vmath compiled
                   12390: 
                   12391: 2003-01-28  paf
                   12392: 
                   12393:        * src/: classes/classes.h, classes/date.C, classes/file.C,
                   12394:          classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
                   12395:          classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
                   12396:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
                   12397:          types/pa_vobject.h, types/pa_vstateless_class.h: started main:
                   12398:          compile_tools
                   12399: 
                   12400:        * src/: include/pa_charset.h, include/pa_exception.h,
                   12401:          include/pa_request.h, include/pa_string.h, main/untaint.C:
                   12402:          untaint compiled
                   12403: 
                   12404:        * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
                   12405:          src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
                   12406:          more compiled.  struck with string::store_to needing to know
                   12407:          source/client charsets
                   12408: 
                   12409:        * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
                   12410:          types/pa_vfile.h: uue compiled
                   12411: 
                   12412:        * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
                   12413:          table compiled
                   12414: 
                   12415:        * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
                   12416:          main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
                   12417: 
                   12418:        * src/: include/pa_charset.h, main/pa_charset.C,
                   12419:          main/pa_charsets.C: charset/s simplified [charset::pool_for_load
                   12420:          introduced]
                   12421: 
                   12422:        * src/: classes/date.C, include/pa_charset.h,
                   12423:          include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
                   12424:          main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
                   12425:          pa_charsets compiled
                   12426: 
                   12427:        * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
                   12428:          include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
                   12429: 
                   12430:        * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
                   12431:          common compiled
                   12432: 
                   12433:        * src/: include/pa_charsets.h, main/pa_charsets.C,
                   12434:          main/pa_sql_driver_manager.C: pa_charsets compiled
                   12435: 
                   12436:        * src/: include/pa_array.h, include/pa_charset.h,
                   12437:          include/pa_charsets.h, include/pa_pool.h,
                   12438:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   12439:          include/pa_stack.h, include/pa_string.h,
                   12440:          main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
                   12441:          sql_driver_manager compiled
                   12442: 
                   12443:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
                   12444:          letter i with two dots added to koi, all ukranian letters added
                   12445:          to win1251.
                   12446: 
                   12447:          typographic simbol 0xb9 deleted from win1251 [strange one & were
                   12448:          abscent from koi]
                   12449: 
                   12450: 2003-01-27  paf
                   12451: 
                   12452:        * src/: include/pa_exception.h, include/pa_sql_connection.h,
                   12453:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   12454:          main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
                   12455:          sql/pa_sql_driver.h: paused on sql_manager
                   12456: 
                   12457:        * src/: include/pa_cache_managers.h, include/pa_pool.h,
                   12458:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   12459:          include/pa_stack.h, main/pa_sql_driver_manager.C,
                   12460:          types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
                   12461: 
                   12462:        * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
                   12463:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   12464:          include/pa_table.h, main/pa_sql_driver_manager.C,
                   12465:          main/pa_table.C: table compiled
                   12466: 
                   12467:        * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
                   12468:          cache_managers compiled
                   12469: 
                   12470:        * src/: include/pa_array.h, include/pa_charset.h,
                   12471:          include/pa_pool.h, main/pa_charset.C: charset compiled
                   12472: 
                   12473:        * src/: include/pa_pool.h, main/pa_common.C: common compiled
                   12474: 
                   12475:        * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
                   12476:          include/pa_pool.h, include/pa_string.h, main/pa_common.C,
                   12477:          main/pa_string.C, types/pa_value.C, types/pa_value.h,
                   12478:          types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
                   12479:          types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
                   12480: 
                   12481: 2003-01-24  paf
                   12482: 
                   12483:        * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
                   12484:          include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
                   12485:          include/pa_pool.h, include/pa_string.h, main/pa_common.C,
                   12486:          main/pa_globals.C, main/pa_string.C, types/pa_value.h,
                   12487:          types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
                   12488:          types/pa_vint.h, types/pa_vjunction.h,
                   12489:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   12490:          types/pa_vstatus.h, types/pa_vstring.h: more patched
                   12491: 
                   12492:        * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
                   12493:          include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
                   12494:          include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
                   12495:          main/pa_string.C, main/pa_table.C: string compiled
                   12496: 
                   12497:        * src/: include/pa_array.h, include/pa_common.h,
                   12498:          include/pa_dictionary.h, include/pa_exception.h,
                   12499:          include/pa_pool.h, include/pa_string.h, include/pa_table.h,
                   12500:          main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
                   12501:          main/pa_string.C: dictionary compiled
                   12502: 
                   12503: 2003-01-23  paf
                   12504: 
                   12505:        * src/: include/pa_array.h, include/pa_common.h,
                   12506:          include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
                   12507:          include/pa_request.h, include/pa_string.h, main/pa_common.C,
                   12508:          main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
                   12509:          types/pa_value.h: resurrected pool in new sense: now it's
                   12510:          factory, producing&accounting memory chunks for read[autofree]
                   12511:          buffers
                   12512: 
                   12513:        * src/: include/pa_array.h, include/pa_exception.h,
                   12514:          include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
                   12515:          main/pa_exception.C, main/pa_table.C: table compiled
                   12516: 
                   12517:        * src/: classes/image.C, classes/op.C, include/pa_array.h,
                   12518:          include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
                   12519:          include/pa_pool.h, include/pa_pragma_pack_begin.h,
                   12520:          include/pa_pragma_pack_end.h, include/pa_sapi.h,
                   12521:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   12522:          main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
                   12523:          main/pa_table.C: aint that easy
                   12524: 
                   12525:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   12526:          main/main.dsp: continued with Hash
                   12527: 
                   12528:        * src/main/pa_common.C: connect_string allocated on heap[wes on
                   12529:          stack] now. and exception can be reported OK now [can be reported
                   12530:          outside of pro c with that stack]
                   12531: 
                   12532: 2003-01-22  paf
                   12533: 
                   12534:        * src/: include/pa_array.h, include/pa_charset.h,
                   12535:          include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
                   12536:          include/pa_string.h, main/pa_array.C, main/pa_hash.C,
                   12537:          main/pa_pool.C, main/pa_string.C: started auto_ptr.  PA_Object is
                   12538:          base: contains references_count.  auto_ptr template calls
                   12539:          add_ref/release
                   12540: 
                   12541: 2003-01-21  paf
                   12542: 
                   12543:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   12544:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   12545:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   12546:          classes/op.C, classes/response.C, classes/string.C,
                   12547:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   12548:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   12549:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   12550:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   12551:          include/pa_dictionary.h, include/pa_dir.h,
                   12552:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   12553:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   12554:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   12555:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   12556:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   12557:          include/pa_stack.h, include/pa_string.h,
                   12558:          include/pa_stylesheet_connection.h,
                   12559:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   12560:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   12561:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                   12562:          lib/pcre/pcre_parser_ctype.c, main/compile.C,
                   12563:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   12564:          main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
                   12565:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
                   12566:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   12567:          main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
                   12568:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   12569:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   12570:          main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
                   12571:          targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
                   12572:          targets/cgi/parser3.C, targets/cgi/pool_storage.h,
                   12573:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   12574:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
                   12575:          types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
                   12576:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   12577:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   12578:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   12579:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   12580:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
                   12581:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
                   12582:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   12583:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   12584:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   12585:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   12586:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   12587:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   12588:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   12589:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   12590:          types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   12591:          types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
                   12592:          2002->2003
                   12593: 
                   12594: 2003-01-16  paf
                   12595: 
                   12596:        * www/htdocs/index.html: image.copy fixed transparent resampling
                   12597: 
                   12598:        * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
                   12599:          src/main/pa_globals.C, www/htdocs/index.html: http:// introducing
                   12600:          $.any-status(1)
                   12601: 
                   12602:        * operators.txt, src/include/pa_config_fixed.h,
                   12603:          src/main/pa_common.C, www/htdocs/index.html: http request now
                   12604:          return status. and not fail on status!=200
                   12605: 
                   12606: 2003-01-15  paf
                   12607: 
                   12608:        * src/main/pa_globals.C: localized pa_xmlFileRead/Close
                   12609: 
                   12610: 2003-01-14  paf
                   12611: 
                   12612:        * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
                   12613:          mkinstalldirs: removed some ancient files [they in / really]
                   12614: 
                   12615:        * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
                   12616:          regretfully needed patch in two places.  in config_fixed.h made
                   12617:          stubs for lib to compile in MSVC
                   12618: 
                   12619: 2003-01-13  paf
                   12620: 
                   12621:        * config.guess, config.sub, ltmain.sh: removed last piece of
                   12622:          configure.in(libtool) hacks
                   12623: 
                   12624:        * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
                   12625:          config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
                   12626:          ltdl.h: moved to latest libtool (1.4.3)
                   12627: 
                   12628: 2003-01-10  paf
                   12629: 
                   12630:        * src/lib/ltdl/: configure, configure.in: PROG_NM
                   12631: 
                   12632:        * src/main/pa_globals.C: moved to latest xml lib versions, changed
                   12633:          patches.        libxml2 >= 2.5.1
                   12634:          [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz]        libxslt >= 1.0.23
                   12635:          [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz]        gdome2 >= 0.7.2
                   12636:          [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
                   12637: 
                   12638:        * INSTALL: moved to latest versions of xml libs       libxml2 >=
                   12639:          2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz]       libxslt >=
                   12640:          1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz]       gdome2 >=
                   12641:          0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
                   12642: 
                   12643: 2003-01-09  paf
                   12644: 
                   12645:        * INSTALL: xml,xslt,gdome lib urls updated
                   12646: 
                   12647:        * config.guess, config.sub, missing, mkinstalldirs,
                   12648:          src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
                   12649:          src/lib/ltdl/configure, src/lib/ltdl/configure.in,
                   12650:          src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
                   12651:          1.7.2
                   12652: 
                   12653:        * depcomp: moving to automake 1.7.2
                   12654: 
                   12655: 2002-12-27  paf
                   12656: 
                   12657:        * src/include/pa_version.h: 0007
                   12658: 
                   12659:        * src/doc/aliased.dox, src/doc/index.dox, src/doc/module.dox,
                   12660:          src/doc/pooled.dox, www/htdocs/index.html: removed outdated
                   12661:          parts, made links to language docs
                   12662: 
                   12663:        * src/include/pa_config_auto.h.in: comment
                   12664: 
                   12665: 2002-12-26  paf
                   12666: 
                   12667:        * src/classes/file.C: ^file:fullpath[a.gif] when document root did
                   12668:          not contain trailing / fixed.
                   12669: 
                   12670:        * INSTALL: changing SAFE_MODE politics
                   12671: 
                   12672:        * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
                   12673: 
                   12674:        * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
                   12675: 
                   12676: 2002-12-25  paf
                   12677: 
                   12678:        * src/main/pa_globals.C: optimized-xml
                   12679: 
                   12680:        * src/main/pa_globals.C: optimized-as-is
                   12681: 
                   12682: 2002-12-24  paf
                   12683: 
                   12684:        * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
                   12685:          fixed [were really called with zero size when .html?a=&b=]
                   12686: 
                   12687:        * src/classes/mail.C: $MAIL in @conf now invalid when configured
                   12688:          with --with-sendmail
                   12689: 
                   12690:        * src/main/pa_exec.C, www/htdocs/index.html: fork/pipe error now
                   12691:          [old always-pipe-error fixed]
                   12692: 
                   12693: 2002-12-23  paf
                   12694: 
                   12695:        * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
                   12696:          ignoring parameters & were storing only string with default
                   12697:          expires
                   12698: 
                   12699:        * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
                   12700:          To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
                   12701:          December 23, 2002 4:22 AM Subject: bug â
                   12702:          Charset::transcode_buf2xchar
                   12703: 
                   12704: 2002-12-20  paf
                   12705: 
                   12706:        * src/targets/cgi/parser3.C: removed last \n appending in non-win32
                   12707:          non-cgi [script] runs
                   12708: 
                   12709: 2002-12-19  paf
                   12710: 
                   12711:        * INSTALL: --without-iconv recommended [it crashes on some systems
                   12712:          [tested on elik]] moreover, it's not needed there [parser
                   12713:          registers charsets itself]
                   12714: 
                   12715:        * INSTALL: --without-iconv recommended [it crashes on some systems
                   12716:          [tested on elik]]
                   12717: 
                   12718:        * operators.txt, src/include/pa_globals.h,
                   12719:          src/include/pa_request.h, src/main/pa_globals.C,
                   12720:          src/main/pa_request.C, www/htdocs/index.html: $response:download
                   12721: 
                   12722:        * src/classes/mail.C: 'to' check bugfix [now checked only on ms
                   12723:          compiler [win32]].
                   12724: 
                   12725: 2002-12-18  paf
                   12726: 
                   12727:        * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
                   12728: 
                   12729: 2002-12-17  paf
                   12730: 
                   12731:        * src/targets/cgi/parser3.C: merged die&iis changes
                   12732: 
                   12733:        * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
                   12734:          to exit(1) 2. more flexible iilegal call check
                   12735: 
                   12736: 2002-12-16  paf
                   12737: 
                   12738:        * ltmain.sh: some automakes silly insist on having this handy
                   12739: 
                   12740:        * src/main/untaint.C: filespec russian small 'r' changed to latin
                   12741:          'p' bug fix
                   12742: 
                   12743: 2002-12-15  paf
                   12744: 
                   12745:        * src/main/untaint.C: filespec russian small 'r' changed to latin
                   12746:          'p'
                   12747: 
                   12748:        * configure.in, src/include/pa_config_auto.h.in,
                   12749:          src/main/compile.C, src/main/pa_common.C: merged small changes
                   12750:          from branch 6 to HEAD
                   12751: 
                   12752:        * src/main/compile.C: removed warning
                   12753: 
                   12754:        * src/main/pa_common.C: ftruncate having checked
                   12755: 
                   12756:        * configure.in, src/include/pa_version.h: new version
                   12757: 
                   12758: 2002-12-14  paf
                   12759: 
                   12760:        * www/htdocs/index.html: exception type fixed
                   12761: 
                   12762:        * src/classes/table.C: removed unnecessary code
                   12763: 
                   12764:        * src/sql/pa_sql_driver.h: exception type fixed
                   12765: 
                   12766: 2002-12-09  paf
                   12767: 
                   12768:        * src/types/pa_vvoid.h, www/htdocs/index.html: $void.store[now]
                   12769:          error
                   12770: 
                   12771:        * src/targets/cgi/parser3.C: ::die now tries to write core dump
                   12772: 
                   12773:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
                   12774:          tries to write core dump
                   12775: 
                   12776:        * src/targets/cgi/parser3.C: ::die now tries to write core dump
                   12777: 
                   12778:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   12779:          classes/void.C, main/pa_sql_driver_manager.C,
                   12780:          sql/pa_sql_driver.h: changed exception handling mech in sql
                   12781:          handlers #2
                   12782: 
                   12783:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
                   12784:          exception handling mech in sql handlers
                   12785: 
                   12786:        * src/sql/pa_sql_driver.h: changed exception handling mech in sql
                   12787:          handlers
                   12788: 
                   12789:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   12790:          classes/void.C, main/pa_sql_driver_manager.C,
                   12791:          sql/pa_sql_driver.h: changed exception handling mech in sql
                   12792:          handlers
                   12793: 
                   12794:        * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
                   12795:          to write makefile which used libtool to install things, which is
                   12796:          not needed
                   12797: 
                   12798: 2002-12-06  paf
                   12799: 
                   12800:        * operators.txt, src/main/compile.tab.C, src/types/pa_vhash.h:
                   12801:          $hash.fields -- pseudo field to make 'hash' more like 'table'
                   12802: 
                   12803: 2002-12-05  paf
                   12804: 
                   12805:        * src/classes/mail.C, src/types/pa_vmail.C, src/types/pa_vmail.h,
                   12806:          www/htdocs/index.html: smtp cc/bcc OK now
                   12807: 
                   12808:        * src/main/untaint.C, www/htdocs/index.html: mail header closed
                   12809:          properly
                   12810: 
                   12811:        * src/main/pa_common.C, src/main/untaint.C, src/types/pa_vmail.C,
                   12812:          www/htdocs/index.html: mail header ',' allowed.  still bugs in
                   12813:          smtp [only one receiptient works, cc, bcc ignored now, and MAILED
                   12814:          ;)]
                   12815: 
                   12816:          [strncpy killed, memnchr used]
                   12817: 
                   12818:        * src/main/pa_table.C: table-copy now current=0
                   12819: 
                   12820:        * src/main/pa_array.C, src/main/pa_table.C, www/htdocs/index.html:
                   12821:          wow! found/fixed bug in lowlevel proc
                   12822: 
                   12823:        * src/targets/cgi/parser3.C: more checks on
                   12824:          http://domain/parser.cgi start [maybe some getenv returns "",
                   12825:          checked that now
                   12826: 
                   12827:        * src/targets/cgi/parser3.C: more checks on
                   12828:          http://domain/parser.cgi start [maybe some getenv returns "",
                   12829:          checked that now
                   12830: 
                   12831:        * src/targets/cgi/parser3.C, www/htdocs/index.html: error logging
                   12832:          made unbuffered [so that out-of-mem errors reached log]
                   12833: 
                   12834:        * src/classes/mail.C, src/targets/cgi/parser3.C,
                   12835:          src/types/pa_vmail.C, www/htdocs/index.html: mail:send
                   12836:          MIME-Version default
                   12837: 
                   12838:        * src/main/main.dsp: pa_version included into main.dsp
                   12839: 
                   12840:        * www/htdocs/index.html: smtp line ends fixed. now \r\n [not \r].
                   12841:          some smtp servers [win32] leave \n intact, and some clients [bat]
                   12842:          fail to show letter correctly
                   12843: 
                   12844: 2002-12-04  paf
                   12845: 
                   12846:        * src/types/pa_vform.C: $form:field string value cut by premature 0
                   12847: 
                   12848:        * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp,
                   12849:          www/htdocs/.htaccess, www/htdocs/index.html: lib/libltdl ->
                   12850:          lib/ltdl Win32 changes. s
                   12851: 
                   12852:        * src/classes/classes.awk: more strict *.C$
                   12853: 
                   12854:        * gnu.dsp: restored
                   12855: 
                   12856:        * configure.in, gnu.dsp, src/lib/Makefile.am,
                   12857:          src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
                   12858:          src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
                   12859:          src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
                   12860:          src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
                   12861:          src/lib/ltdl/configure, src/lib/ltdl/configure.in,
                   12862:          src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
                   12863:          src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
                   12864:          now created with /configure, not ltdl/configure, so it does have
                   12865:          no problems with automake.  ltdl/configure
                   12866:          AC_OUTPUT(Makefile<<removed)
                   12867: 
                   12868: 2002-12-02  paf
                   12869: 
                   12870:        * operators.txt: removed outdated status:db
                   12871: 
                   12872:        * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
                   12873:          src/main/pa_common.C, src/main/pa_request.C,
                   12874:          src/types/pa_vcookie.C, src/types/pa_vmail.C,
                   12875:          www/htdocs/index.html: http header lang of tainted parts becomes
                   12876:          http-header
                   12877: 
                   12878: 2002-11-29  paf
                   12879: 
                   12880:        * src/classes/date.C, src/classes/image.C, www/htdocs/index.html,
                   12881:          operators.txt: exif dates now objects of type date
                   12882: 
                   12883:        * src/classes/image.C: file.seek removed [it were used in image.C
                   12884:          only, and for parser user this  means that jpeg image has bad
                   12885:          size in fragment's header] now used image.format
                   12886: 
                   12887:        * src/include/pa_common.h, src/main/pa_common.C,
                   12888:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   12889:          www/htdocs/index.html: http:// param values now handled exactly
                   12890:          like $response:header values.  e.g. can be hash [can have
                   12891:          subattributes] & contain date values.
                   12892: 
                   12893:        * src/main/pa_common.C, www/htdocs/index.html: http:// param values
                   12894:          lang forced URI
                   12895: 
                   12896:        * src/main/pa_common.C, www/htdocs/index.html: http:// tainted
                   12897:          partes now %xx
                   12898: 
                   12899: 2002-11-28  paf
                   12900: 
                   12901:        * www/htdocs/index.html: doc samples
                   12902: 
                   12903:        * operators.txt: http.timeout
                   12904: 
                   12905:        * src/classes/image.C, www/htdocs/index.html: ^image.length now
                   12906:          counts interchar space. plus space after last char
                   12907: 
                   12908:        * www/htdocs/index.html: regexp syntax xxx$ speed-up  experiments
                   12909: 
                   12910:        * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
                   12911: 
                   12912:        * src/classes/image.C: ^image.font width measurer now scans full
                   12913:          height [were -1]
                   12914: 
                   12915:        * configure.in: stopped double libltdl/Makefile generation
                   12916: 
                   12917:        * src/classes/image.C, www/htdocs/index.html: ^image.text now
                   12918:          outputs one pixel HIGHER chars [one top horizontal line of 1pixel
                   12919:          height were missing]
                   12920: 
                   12921:        * src/classes/op.C, www/htdocs/index.html: ^cache bug fixed.
                   12922:          stupid compiler allowed 'false' to go into (Hash *) parameter
                   12923: 
                   12924: 2002-11-27  paf
                   12925: 
                   12926:        * src/include/pa_globals.h, src/main/pa_globals.C,
                   12927:          src/main/pa_request.C, src/types/pa_vmail.C,
                   12928:          www/htdocs/index.html: response:body[file]  if file nows it's
                   12929:          name now returns content-disposition: >>attachment<<
                   12930: 
                   12931:        * src/classes/image.C, www/htdocs/index.html: ^image.font << bad
                   12932:          font file-size now properly reported
                   12933: 
                   12934: 2002-11-26  paf
                   12935: 
                   12936:        * src/main/pa_request.C: fixed lang in reponse header
                   12937: 
                   12938:        * src/main/pa_common.C, www/htdocs/.htaccess: utf8 prefix ignored
                   12939:          @read text
                   12940: 
                   12941:        * operators.txt, src/main/pa_common.C, www/htdocs/index.html:
                   12942:          http:// response status!=200 made exception: http.status with
                   12943:          source=bad status#
                   12944: 
                   12945: 2002-11-25  paf
                   12946: 
                   12947:        * configure.in, src/classes/image.C,
                   12948:          src/include/pa_config_auto.h.in,
                   12949:          src/include/pa_config_includes.h, src/main/Makefile.am,
                   12950:          src/main/pa_common.C, src/main/pa_globals.C: http:// and image
                   12951:          const void related probs fixed
                   12952: 
                   12953:        * operators.txt, src/main/pa_common.C, www/htdocs/index.html: http
                   12954:          fields now UPPERCASE
                   12955: 
                   12956:          $file[^file::load[http://there]] $file.SERVER
                   12957: 
                   12958:        * src/classes/file.C, src/classes/image.C, src/classes/xdoc.C,
                   12959:          src/include/pa_common.h, src/main/pa_common.C,
                   12960:          src/main/pa_request.C, www/htdocs/index.html: checked http
                   12961:          options [invalid onces now reported] made default user-agent: paf
                   12962: 
                   12963:        * operators.txt, src/classes/file.C, src/classes/table.C,
                   12964:          src/classes/xdoc.C, src/include/pa_common.h,
                   12965:          src/include/pa_globals.h, src/main/pa_common.C,
                   12966:          src/main/pa_globals.C, src/main/pa_request.C,
                   12967:          src/types/pa_vfile.C, src/types/pa_vfile.h,
                   12968:          www/htdocs/index.html: table/xdoc/file::load now understand
                   12969:          http:// prefix and additional params, sample:
                   12970:          $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
                   12971:          $.USER-AGENT[parser3] ]]
                   12972: 
                   12973: 2002-11-22  paf
                   12974: 
                   12975:        * src/classes/image.C, src/include/pa_globals.h,
                   12976:          src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
                   12977:          src/types/pa_vimage.h, www/htdocs/.htaccess,
                   12978:          www/htdocs/index.html, operators.txt: $image.exif support
                   12979:          $image.exif.DateTime & co
                   12980: 
                   12981: 2002-11-21  paf
                   12982: 
                   12983:        * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
                   12984:          _PASS_APPENDED)
                   12985: 
                   12986:        * src/classes/image.C: jpeg size measure fixed: were badly skipping
                   12987:          EXIF information [were big block and it's size were considered
                   12988:          negative :(]
                   12989: 
                   12990:        * operators.txt, src/classes/image.C, src/include/pa_common.h,
                   12991:          src/main/pa_common.C, src/types/pa_vmail.C,
                   12992:          www/htdocs/index.html: image.measure internals rewritten. no
                   12993:          there's reader.seek, and all's ready for EXIF extraction [now we
                   12994:          fail to measure files with EXIF info]
                   12995: 
                   12996:        * src/main/pa_common.C: O_TRUNCATE killed, ftruncate  used instead:
                   12997:          O_TRUNC truncates even exclusevely write-locked file [thanks to
                   12998:          Igor Milyakov <virtan@rotabanner.com> for discovering]
                   12999: 
                   13000: 2002-11-20  paf
                   13001: 
                   13002:        * src/targets/cgi/parser3.C: logging @signal += query_string
                   13003: 
                   13004:        * configure.in, src/include/pa_config_auto.h.in,
                   13005:          src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
                   13006:          comment
                   13007: 
                   13008:        * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
                   13009: 
                   13010:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   13011:          targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
                   13012:          currently processed document SIGPIPE >> interrupts request
                   13013:          processing [exception = DB rollback]
                   13014: 
                   13015:        * src/main/pa_exec.C: comment
                   13016: 
                   13017:        * src/main/pa_exec.C: pa_exec: data written only if size>0
                   13018: 
                   13019:        * operators.txt, src/classes/file.C: ^file::exec/cgi[file;$.stdin[]
                   13020:          << disable HTTP-POST repassing
                   13021: 
                   13022:        * src/: include/pa_config_fixed.h, main/pa_common.C,
                   13023:          main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
                   13024:          pipe read errors now checked
                   13025: 
                   13026: 2002-11-19  paf
                   13027: 
                   13028:        * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
                   13029:          CGI: Illegal call
                   13030: 
                   13031: 2002-11-01  paf
                   13032: 
                   13033:        * src/main/execute.C: comment
                   13034: 
                   13035: 2002-10-31  paf
                   13036: 
                   13037:        * src/main/execute.C: found out why, checked that for now.  todo:
                   13038:          find out a way for that user could do that
                   13039: 
                   13040:        * www/htdocs/: base.p, derived.p, index.html: this example creates
                   13041:          base object, which is wrong, todo: find out why
                   13042: 
                   13043:        * src/types/pa_vstateless_object.h: object put replaces static
                   13044:          parent if any
                   13045: 
                   13046:        * src/types/pa_vobject.C: object put replaces static parent if any
                   13047: 
                   13048:        * src/classes/form.C, src/classes/mail.C, src/classes/op.C,
                   13049:          src/classes/xnode.h, src/main/compile.tab.C, src/main/execute.C,
                   13050:          src/main/pa_request.C, src/types/pa_value.h,
                   13051:          src/types/pa_vclass.C, src/types/pa_vclass.h,
                   13052:          src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
                   13053:          src/types/pa_vcookie.h, src/types/pa_vdate.h,
                   13054:          src/types/pa_venv.h, src/types/pa_vfile.h, src/types/pa_vform.C,
                   13055:          src/types/pa_vform.h, src/types/pa_vhash.h,
                   13056:          src/types/pa_vimage.h, src/types/pa_vmail.C,
                   13057:          src/types/pa_vmail.h, src/types/pa_vmath.h,
                   13058:          src/types/pa_vmethod_frame.h, src/types/pa_vobject.C,
                   13059:          src/types/pa_vobject.h, src/types/pa_vrequest.C,
                   13060:          src/types/pa_vrequest.h, src/types/pa_vresponse.C,
                   13061:          src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
                   13062:          src/types/pa_vstateless_class.h,
                   13063:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
                   13064:          src/types/pa_vstatus.h, src/types/pa_vstring.h,
                   13065:          src/types/pa_vtable.C, src/types/pa_vtable.h,
                   13066:          src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   13067:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   13068:          src/types/pa_wwrapper.h, www/htdocs/base.p, www/htdocs/derived.p,
                   13069:          www/htdocs/index.html: static fix merged
                   13070: 
                   13071:        * src/: main/compile.tab.C, types/pa_vobject.C: killed
                   13072:          $virtual_fields in dynamic, but one can reach derived
                   13073:          static[class] variable from base
                   13074: 
                   13075:        * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
                   13076:          types/pa_vobject.C, types/pa_vobject.h,
                   13077:          types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
                   13078:          statics, left $virtual_fields in dynamic
                   13079: 
                   13080:        * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
                   13081:          one can't remember derivates in base class: there's so many of
                   13082:          them.  also there can be no virtual method calls in static
                   13083:          classes
                   13084: 
                   13085:        * src/classes/form.C, src/classes/mail.C, src/classes/op.C,
                   13086:          src/classes/xnode.h, src/main/execute.C, src/main/pa_request.C,
                   13087:          src/types/pa_value.h, src/types/pa_vclass.C,
                   13088:          src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
                   13089:          src/types/pa_vcookie.C, src/types/pa_vcookie.h,
                   13090:          src/types/pa_vdate.h, src/types/pa_venv.h, src/types/pa_vfile.h,
                   13091:          src/types/pa_vform.C, src/types/pa_vform.h, src/types/pa_vhash.h,
                   13092:          src/types/pa_vimage.h, src/types/pa_vmail.C,
                   13093:          src/types/pa_vmail.h, src/types/pa_vmath.h,
                   13094:          src/types/pa_vmethod_frame.h, src/types/pa_vobject.C,
                   13095:          src/types/pa_vobject.h, src/types/pa_vrequest.C,
                   13096:          src/types/pa_vrequest.h, src/types/pa_vresponse.C,
                   13097:          src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
                   13098:          src/types/pa_vstateless_class.h,
                   13099:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
                   13100:          src/types/pa_vstatus.h, src/types/pa_vstring.h,
                   13101:          src/types/pa_vtable.C, src/types/pa_vtable.h,
                   13102:          src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   13103:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   13104:          src/types/pa_wwrapper.h, www/htdocs/base.p, www/htdocs/derived.p,
                   13105:          www/htdocs/index.html: static call $self fixed
                   13106: 
                   13107:        * src/main/execute.C: comment
                   13108: 
                   13109:        * src/classes/op.C, src/types/pa_value.h, src/types/pa_vobject.h,
                   13110:          www/htdocs/base.p, www/htdocs/derived.p, www/htdocs/index.html,
                   13111:          www/htdocs/operators.p, www/htdocs/some.p:
                   13112:          ^process[$caller.self]{...} now compiles to last derived object
                   13113:          part of that 'self'
                   13114: 
                   13115: 2002-10-30  paf
                   13116: 
                   13117:        * www/htdocs/: derived.p, some.p: include method overriding tested
                   13118:          OK
                   13119: 
                   13120: 2002-10-29  paf
                   13121: 
                   13122:        * src/targets/isapi/parser3isapi.C: comment on 404 bad status
                   13123:          re-passing [iis to blame]
                   13124: 
                   13125:        * src/classes/string.C: changed string.save to pass current sql
                   13126:          connection to cstr thus one can ^connect[some server]{
                   13127:          $s[insert into table x (x) values (^taint[sql]{value})]
                   13128:          ^s.save[some.sql] } and he'd get in some.sql file code with
                   13129:          properly escaped.  [tried in mssql->mysql export->import of
                   13130:          binary data]
                   13131: 
                   13132: 2002-10-28  paf
                   13133: 
                   13134:        * www/htdocs/: index.html: bad email handling test
                   13135: 
                   13136: 2002-10-25  paf
                   13137: 
                   13138:        * src/types/pa_vresponse.C: case insensitive response user fields
                   13139:          get/put
                   13140: 
                   13141:        * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
                   13142:          types/pa_vresponse.C: saving for maybe-future
                   13143: 
                   13144: 2002-10-23  paf
                   13145: 
                   13146:        * operators.txt, src/classes/table.C: ^table.hash{code}...
                   13147:          ^table.hash(expr)...
                   13148: 
                   13149:        * src/types/pa_vmail.C, www/htdocs/index.html: email whitespace
                   13150:          trimBoth-ed
                   13151: 
                   13152: 2002-10-22  paf
                   13153: 
                   13154:        * src/types/: pa_vform.C, pa_vform.h: removed needless
                   13155:          VForm::Append...(...Value)
                   13156: 
                   13157:        * src/main/execute.C: $.name outside of $name[...] checked
                   13158: 
                   13159:        * src/main/: compile.tab.C, compile.y: lexer changed to fix
                   13160:          ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
                   13161: 
                   13162: 2002-10-21  paf
                   13163: 
                   13164:        * operators.txt, src/types/pa_vform.C, src/types/pa_vform.h:
                   13165:          $form:qtail $form:imap.x/y
                   13166: 
                   13167:        * operators.txt, src/types/pa_vform.C: $form:nameless =
                   13168:          "?value&...", "...&value&...", "...&value"
                   13169: 
                   13170:        * operators.txt, src/types/pa_vform.C: $form:image-map
                   13171: 
                   13172:        * operators.txt, src/classes/file.C, www/htdocs/index.html:
                   13173:          /some/page.html: ^file:fullpath[a.gif] => /some/a.gif
                   13174: 
                   13175: 2002-10-17  paf
                   13176: 
                   13177:        * src/main/: compile.tab.C, compile.y: operators precedence changed
                   13178:          a little: logical not and bitwise negation precedence made
                   13179:          highest, << and >> bitshits precedence made equal [were << higher
                   13180:          than >>]
                   13181: 
                   13182:        * src/classes/op.C: exception handling fixed [were bad with
                   13183:          contexts]
                   13184: 
                   13185: 2002-10-16  paf
                   13186: 
                   13187:        * www/htdocs/index.html: bad compile to system class test
                   13188: 
                   13189:        * src/classes/op.C, src/include/pa_request.h, src/main/execute.C,
                   13190:          src/main/pa_request.C, www/htdocs/index.html,
                   13191:          www/htdocs/derived.p: Request::self considered equal to
                   13192:          VMethodFrame::self, and removed, Request::get_self() mapped to
                   13193:          VMethodFrame.self()
                   13194: 
                   13195:        * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
                   13196:          $hash in open field now gives old good error meesage
                   13197: 
                   13198: 2002-10-15  paf
                   13199: 
                   13200:        * src/types/pa_vjunction.h, www/htdocs/index.html: ^if(def
                   13201:          $junction){was true}{now false} use ^if($junction is
                   13202:          junction){was and now true}
                   13203: 
                   13204:        * src/classes/xdoc.C, src/classes/xnode.C,
                   13205:          src/include/pa_charset.h, src/include/pa_pool.h,
                   13206:          src/main/pa_charset.C, src/main/pa_pool.C, src/types/pa_vxnode.C,
                   13207:          www/htdocs/index.html: xml->parser strings now have origin, which
                   13208:          points to place where value left xml library and came to parser:
                   13209:          place of dom field extraction/call
                   13210: 
                   13211:        * src/classes/op.C, src/include/pa_opcode.h,
                   13212:          src/include/pa_request.h, src/main/compile.tab.C,
                   13213:          src/main/compile.y, src/main/execute.C,
                   13214:          src/types/pa_vmethod_frame.h, www/htdocs/derived.p: removed last
                   13215:          pieces of old code allowing $junction.xxx at compile time
                   13216: 
                   13217:        * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
                   13218:          src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
                   13219:          objects also considered [were only classes]
                   13220: 
                   13221:        * ChangeLog, src/classes/op.C, src/include/pa_request.h,
                   13222:          src/types/pa_vmethod_frame.h, www/htdocs/derived.p,
                   13223:          www/htdocs/index.html: ^process[CLASS]{body} now executed with
                   13224:          CLASS self.  [   (request&method_frame).self temporarily changed
                   13225:          ]
                   13226: 
                   13227:        * src/classes/hash.C, src/classes/op.C, www/htdocs/index.html,
                   13228:          www/htdocs/operators.p: method_frame now always changed, with no
                   13229:          exception to native calls.  for&foreach changed to use
                   13230:          method_frame.caller for their var's name context
                   13231: 
                   13232:        * src/main/execute.C, src/targets/cgi/parser3.C,
                   13233:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
                   13234:          www/htdocs/operators.p: compiling to system classes disabled
                   13235: 
                   13236:        * www/htdocs/: derived.p, index.html: test of ^process from
                   13237:          operator called from user class
                   13238: 
                   13239:        * operators.txt, src/classes/op.C, www/htdocs/operators.p:
                   13240:          ^process[$caller.CLASS]{code-string} added
                   13241: 
                   13242:        * operators.txt, src/classes/op.C, src/main/compile.tab.C,
                   13243:          src/main/compile.y, src/main/execute.C, src/main/pa_request.C,
                   13244:          src/types/Makefile.am, src/types/pa_vjunction.C,
                   13245:          src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
                   13246:          src/types/types.dsp, www/htdocs/operators.p: removed
                   13247:          $junction.get $junction.set[] introducing $caller
                   13248: 
                   13249:        * src/types/pa_value.h: removed outdated comments. doxygen would
                   13250:          find them lower by inheritance tree
                   13251: 
                   13252:        * src/types/pa_vjunction.C: ident
                   13253: 
                   13254: 2002-10-14  paf
                   13255: 
                   13256:        * src/classes/op.C: process compiles to code's class class
                   13257: 
                   13258:        * src/classes/form.C, src/classes/mail.C, src/classes/op.C,
                   13259:          src/include/pa_request.h, src/main/compile.C,
                   13260:          src/main/compile.tab.C, src/main/compile.y, src/main/execute.C,
                   13261:          src/main/pa_request.C, src/types/pa_vstateless_class.h,
                   13262:          www/htdocs/index.html: operators now main-class-methods
                   13263: 
                   13264:        * src/classes/op.C, src/include/pa_request.h,
                   13265:          www/htdocs/index.html, www/htdocs/operators.p: ^try{^call{}} now
                   13266:          has better stack trace [has "call" & co there]
                   13267: 
                   13268:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   13269:          operators @auto now executed in MAIN context
                   13270: 
                   13271:        * src/main/execute.C: operator execution context now = MAIN, not
                   13272:          closest stack frame
                   13273: 
                   13274:          @touchit[] $i[after]
                   13275: 
                   13276:          ----t.html $i[before] << local ^touchit[] $i << now 'before',
                   13277:          were 'after'
                   13278: 
                   13279:          ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
                   13280:          'after'
                   13281: 
                   13282:        * src/main/execute.C: comment
                   13283: 
                   13284:        * src/types/pa_vclass.C, src/types/pa_vobject.h,
                   13285:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
                   13286:          www/htdocs/index.html, www/htdocs/operators.p: $form:CLASS
                   13287:          resurrected [wes killed in action]
                   13288: 
                   13289:        * src/types/pa_vxnode.C: misreplace fixed
                   13290: 
                   13291:        * configure, configure.in, src/include/pa_config_auto.h.in,
                   13292:          src/types/pa_vstatus.C, operators.txt, www/htdocs/index.html:
                   13293:          $status:rusage.tv_secs/usecs introduced
                   13294: 
                   13295: 2002-10-09  paf
                   13296: 
                   13297:        * src/classes/double.C, src/classes/int.C, src/classes/string.C,
                   13298:          www/htdocs/derived.p, www/htdocs/index.html: ^string.int[] now
                   13299:          failes on empty string [or uses (default)]
                   13300: 
                   13301: 2002-10-08  paf
                   13302: 
                   13303:        * src/main/untaint.C: mail header quoted printable changed after
                   13304:          RFC reread
                   13305: 
                   13306:        * operators.txt: plan on ^if(method
                   13307: 
                   13308:        * src/types/pa_vxnode.C: misreplace
                   13309: 
                   13310: 2002-09-24  paf
                   13311: 
                   13312:        * src/targets/cgi/Makefile.am: LIBS were bad name in .am
                   13313: 
                   13314:        * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
                   13315:          mailreceive would compile on freebsd now
                   13316: 
                   13317:        * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
                   13318:          configure, configure.in, src/include/pa_config_auto.h.in,
                   13319:          src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
                   13320:          mailreceive would compile on freebsd now
                   13321: 
                   13322:        * src/classes/file.C, src/main/untaint.C, www/htdocs/index.html: 1.
                   13323:           file spec language changed: now there are only few chars are
                   13324:          untainted: * ? ' " < > | and, on unix, : \ ~ [russian letters and
                   13325:          SPACES now enabled, one should use ^untaint[uri]{...} now]
                   13326: 
                   13327:          2.  $list[^file:list[dir]] now returns simply tainted names in
                   13328:          $list.name, not tainted as filespec
                   13329: 
                   13330:          @russianindex[] #dir with files with russian-lang names
                   13331:          $where[dir]
                   13332: 
                   13333:          $dir[^file:list[$where;\.txt^$]] ^dir.menu{     <a
                   13334:          href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
                   13335: 
                   13336: 2002-09-23  paf
                   13337: 
                   13338:        * src/types/pa_vdouble.h: double->int round added
                   13339: 
                   13340:        * src/classes/date.C: date bug fix, now
                   13341:          round(floatDays*secondsPerDay)
                   13342: 
                   13343:        * src/classes/date.C: date bug fix, now
                   13344:          round(floatDays*secondsPerDay)
                   13345: 
                   13346: 2002-09-20  paf
                   13347: 
                   13348:        * src/main/execute.C, www/htdocs/index.html: code junction calls
                   13349:          disabled [before: code was compiled in such a way, that there
                   13350:          were no code-junctions in OP_CALL]
                   13351: 
                   13352:          this now error: @badjunctioncall[] ^badjunctioncallinside{code}
                   13353: 
                   13354:          @badjunctioncallinside[code] ^code[]
                   13355: 
                   13356:        * src/main/compile.tab.C, src/main/compile.y,
                   13357:          www/htdocs/index.html: changed grammer on junction expanding to
                   13358:          include ^junction.method
                   13359: 
                   13360:        * src/main/pa_common.C: -d "DIR/" now true
                   13361: 
                   13362:        * src/classes/xdoc.C, www/htdocs/index.html: xdoc::create[name] now
                   13363:          sets $request:charset as internal xdoc encoding, and after
                   13364:          decoding attributes set by dom functions now encoded OK, not as
                   13365:          digital entities
                   13366: 
                   13367:        * src/classes/xdoc.C: empty transform result, being taken as file
                   13368:          now returns empty file, not raises stupid error about "stat-ed
                   13369:          file"
                   13370: 
                   13371:        * src/types/pa_vhash.h, www/htdocs/operators.p: hash.foreach
                   13372:          modification of existing keys allowed
                   13373: 
                   13374:        * src/types/types.dsp: introducing $junction.get/put(1) one can
                   13375:          write iterators now:
                   13376: 
                   13377:          ^user-foreach[key;value]{$key=$value<br>}
                   13378: 
                   13379:          @user-foreach[key;value;code] ^for[i](1;10){    $code.key($i)
                   13380:          $code.value($i*2)       $code }
                   13381: 
                   13382:        * src/main/compile_tools.h: mistype
                   13383: 
                   13384:        * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
                   13385:          thus taking linking options configure changes into account [were:
                   13386:          ignoring]
                   13387: 
                   13388:        * src/types/: pa_vjunction.C, Makefile.am: introducing
                   13389:          $junction.get/put(1) one can write iterators now:
                   13390: 
                   13391:          ^user-foreach[key;value]{$key=$value<br>}
                   13392: 
                   13393:          @user-foreach[key;value;code] ^for[i](1;10){    $code.key($i)
                   13394:          $code.value($i*2)       $code }
                   13395: 
                   13396:        * src/include/pa_opcode.h, src/include/pa_request.h,
                   13397:          src/main/compile.tab.C, src/main/compile.y, src/main/execute.C,
                   13398:          src/main/main.dsp, src/targets/cgi/parser3.dsp,
                   13399:          src/types/pa_vjunction.h, www/htdocs/.htaccess,
                   13400:          www/htdocs/index.html: introducing $junction.get/put(1) one can
                   13401:          write iterators now:
                   13402: 
                   13403:          ^user-foreach[key;value]{$key=$value<br>}
                   13404: 
                   13405:          @user-foreach[key;value;code] ^for[i](1;10){    $code.key($i)
                   13406:          $code.value($i*2)       $code }
                   13407: 
                   13408: 2002-09-19  paf
                   13409: 
                   13410:        * Makefile.am: new: make commit
                   13411: 
                   13412:        * aclocal.m4: forced to be older
                   13413: 
                   13414: 2002-09-18  paf
                   13415: 
                   13416:        * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
                   13417:          src/main/compile.y, src/main/execute.C, www/htdocs/index.html: <<
                   13418:          >> int shifts
                   13419: 
                   13420:        * src/: include/pa_common.h, include/pa_request.h,
                   13421:          main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
                   13422:          - now this - fatal error
                   13423: 
                   13424:        * src/classes/file.C, www/htdocs/index.html,
                   13425:          www/htdocs/mailreceive.eml: ^file::exec/cgi $.stdin[can be file
                   13426:          now] so that one can pass binary data there
                   13427: 
                   13428:        * src/classes/date.C, src/classes/double.C, src/classes/file.C,
                   13429:          src/classes/hash.C, src/classes/image.C, src/classes/int.C,
                   13430:          src/classes/mail.C, src/classes/op.C, src/classes/response.C,
                   13431:          src/classes/string.C, src/classes/table.C, src/classes/void.C,
                   13432:          src/classes/xdoc.C, src/classes/xnode.C,
                   13433:          src/include/pa_request.h, www/htdocs/index.html: pa_request
                   13434:          contexts made privated, plus get_{self/method_frame} to read.
                   13435:          Request_context_saver used in ^try to save flang too.  [were not
                   13436:          saved]
                   13437: 
                   13438:        * src/types/pa_vresponse.C: header value chains joined before
                   13439:          output, this should help $.subject[$var $var] from being
                   13440:          converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
                   13441: 
                   13442: 2002-09-17  paf
                   13443: 
                   13444:        * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
                   13445:          removed changes, operators executed with calling self.  lots of
                   13446:          code with ^include code relies on defined/defining self variables
                   13447: 
                   13448:          $a[1] ^include[print_a.p] print_a.p: $a
                   13449: 
                   13450:          ^include[set_a.p] a=$a set_a.p: $a[1]
                   13451: 
                   13452:        * src/classes/op.C, src/main/execute.C, src/main/pa_request.C,
                   13453:          src/types/pa_value.C, src/types/pa_value.h,
                   13454:          src/types/pa_vmethod_frame.h, src/types/pa_vstateless_class.h,
                   13455:          www/htdocs/operators.p: operators now executed with MAIN self.
                   13456:          it's for ^include sake, too strong a change
                   13457: 
                   13458:        * src/classes/op.C, www/htdocs/index.html, www/htdocs/operators.p:
                   13459:          made place for ^process to compile it's code to in case of no
                   13460:          self
                   13461: 
                   13462:        * src/main/execute.C, www/htdocs/index.html: found ancient param to
                   13463:          Junction, removed.  allowed passing self to native_code_operators
                   13464:          [for ^process to work, she needs self]
                   13465: 
                   13466:        * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
                   13467:          types/pa_vstateless_class.h: found ancient param to Junction,
                   13468:          removed.  allowed passing self to native_code_operators [for
                   13469:          ^process to work, she needs self]
                   13470: 
                   13471:        * src/main/execute.C, src/main/pa_request.C, src/types/pa_value.C,
                   13472:          src/types/pa_value.h, src/types/pa_vmethod_frame.h,
                   13473:          src/types/pa_vstateless_class.h, www/htdocs/index.html,
                   13474:          www/htdocs/operators.p: allowed Request.self to be 0, checked
                   13475:          that in VMethodFrame get/put and $self.
                   13476: 
                   13477:        * src/classes/table.C, src/classes/xdoc.C, www/htdocs/index.html:
                   13478:          table::sql  options table::create  copy options options checked,
                   13479:          wrong option now fatal error
                   13480: 
                   13481:        * src/main/pa_string.C, www/htdocs/index.html: string.replace fixed
                   13482:          [were missing words on pieces boundaries]
                   13483: 
                   13484:        * bin/auto.p.dist.in: strange \n
                   13485: 
                   13486:        * configure, configure.in: .so now detected [can be .sl on hpux,
                   13487:          .dll on cygwin, .so in other cases)
                   13488: 
                   13489:        * configure, configure.in, bin/auto.p.dist.in: .so now detected
                   13490:          [can be .sl on hpux, .dll on cygwin, .so in other cases)
                   13491: 
                   13492:        * operators.txt, src/classes/hash.C, src/classes/table.C,
                   13493:          src/include/pa_globals.h, src/main/pa_globals.C,
                   13494:          www/htdocs/index.html: table.sql hash::sql flag to allow
                   13495:          duplicate keys [$.distinct(1/0)] first record taken [were last]
                   13496: 
                   13497:        * src/classes/hash.C, src/classes/table.C,
                   13498:          src/include/pa_sql_connection.h, www/htdocs/index.html: table.sql
                   13499:          hash::sql duplicate keys now errors
                   13500: 
                   13501:        * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
                   13502: 
                   13503:        * src/classes/op.C, src/classes/table.C, www/htdocs/index.html:
                   13504:          menu/for delims bug fixed [were ,2,3]
                   13505: 
                   13506: 2002-09-16  paf
                   13507: 
                   13508:        * src/classes/file.C, www/htdocs/index.html: file::cgi line ends
                   13509:          can be both unix & dos. and they can be unix [\n\n] on win when
                   13510:          'use CGI' used, it causes stdout to be binary.  now detected
                   13511:          closest header break.
                   13512: 
                   13513:        * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?=  now
                   13514:          closed right
                   13515: 
                   13516: 2002-09-13  paf
                   13517: 
                   13518:        * operators.txt, src/main/compile.tab.C, src/main/compile.y,
                   13519:          src/main/compile_tools.h, www/htdocs/index.html: (expression
                   13520:          #comment)
                   13521: 
                   13522:          (multiline expression #comment  line2  #comment )
                   13523: 
                   13524:          (expression #comment with (brackets) comment) << OK
                   13525: 
                   13526:        * operators.txt, src/main/compile.tab.C, src/main/compile.y,
                   13527:          www/htdocs/index.html: !| bitwise !|| numerical xor now
                   13528:          [preparing for expression #comments]
                   13529: 
                   13530:        * src/main/compile.tab.C, src/main/compile.y,
                   13531:          www/htdocs/index.html: @method[$name] now parse error
                   13532: 
                   13533:        * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
                   13534:          cheched in pa_socks.C
                   13535: 
                   13536:        * configure, configure.in, src/include/pa_config_auto.h.in:
                   13537:          HAVE_WINSOCK_H created in configure.in
                   13538: 
                   13539:        * src/main/compile.tab.C, src/main/compile.y,
                   13540:          src/types/pa_vresponse.C, www/htdocs/index.html: cookie date now
                   13541:          clean [were mistakenly tainted & that worked bad with opera --
                   13542:          'happily' that worked OK with msie]
                   13543: 
                   13544: 2002-09-12  paf
                   13545: 
                   13546:        * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
                   13547:          VClass get_element now first looks to fields, next to methods &
                   13548:          co todo: the rest reason: more speed
                   13549: 
                   13550:        * src/main/untaint.C: quoted printable encoding stops before
                   13551:          \s*<...>$
                   13552: 
                   13553:        * src/main/untaint.C, www/htdocs/index.html: quoted printable ' '
                   13554:          now =20 and encoding stops before <...>$
                   13555: 
                   13556: 2002-09-11  paf
                   13557: 
                   13558:        * src/main/pa_charset.C, src/targets/cgi/parser3.dsp,
                   13559:          www/htdocs/index.html: while fixing (
                   13560:          xmlCharEncodingInput/OutputFunc callbacks returned bad value )
                   13561:          forgot to check users of those funcs. not all were using that
                   13562:          return value convention
                   13563: 
                   13564:        * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
                   13565:          windows-1254 added
                   13566: 
                   13567: 2002-09-10  paf
                   13568: 
                   13569:        * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
                   13570:          VCodeFrame parent param were specified badly
                   13571: 
                   13572:        * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
                   13573:          WWrapper which used in constructing objects(second param to sql
                   13574:          method) ^...sql{}[$.default{code}] now has parent, wich helps
                   13575:          code in hash to survivi
                   13576: 
                   13577:        * src/: include/pa_request.h, main/execute.C: removed redundant
                   13578:          param to execute [stack said 'thanks']
                   13579: 
                   13580:        * src/: classes/op.C, main/execute.C, types/pa_value.C,
                   13581:          types/pa_value.h, types/pa_vcode_frame.h,
                   13582:          types/pa_vmethod_frame.h, types/pa_wcontext.C,
                   13583:          types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
                   13584:          responsibility to wcontext
                   13585: 
                   13586:        * src/classes/file.C: decided not to log exec's with stderr, that
                   13587:          could be warnings, and it's up to scritper to log/show them
                   13588: 
                   13589:        * src/classes/double.C, src/main/execute.C, www/htdocs/index.html:
                   13590:          double:sql badly called write_assign_lang, not write_no_lang,
                   13591:          thus doing unnecessary double/string converstion, which were
                   13592:          loosing time&precesion
                   13593: 
                   13594:        * src/main/pa_charset.C, src/types/pa_vmail.C,
                   13595:          www/htdocs/index.html: xmlCharEncodingInput/OutputFunc callbacks
                   13596:          returned bad value in case of unfinished in buffer processing,
                   13597:          causing accidental transcode stop [in case that source enc !=
                   13598:          utf-8 & there is incomplete utf-8 sequence at the end of
                   13599:          16000block iside of libxml lib] tfm readed & code updated
                   13600: 
                   13601: 2002-09-04  paf
                   13602: 
                   13603:        * configure: makes with sjlj
                   13604: 
                   13605:        * INSTALL, src/include/pa_config_fixed.h,
                   13606:          src/include/pa_sql_connection.h,
                   13607:          src/main/pa_sql_driver_manager.C, www/htdocs/index.html:
                   13608:          -with-sjlj-exceptions define checked.  on win32 it made default
                   13609: 
                   13610:        * src/include/pa_config_auto.h.in: sjlj define
                   13611: 
                   13612:        * configure, configure.in: introducing --with-sjlj-exceptions [hpux
                   13613:          can not work with longjump/throw pair, and one must switch that
                   13614:          on there.  todo: detect that automatically]
                   13615: 
                   13616:        * src/types/pa_vxnode.C, www/htdocs/index.html: removed too strong
                   13617:          checks of xnode.elements.  now, for instance, if element does not
                   13618:          have any attributes, $xnode.attributes is void, not error
                   13619: 
                   13620: 2002-09-02  paf
                   13621: 
                   13622:        * operators.txt, src/main/execute.C, src/targets/cgi/parser3.dsp,
                   13623:          www/htdocs/index.html: removed double_result, didn't help
                   13624: 
                   13625:        * src/main/execute.C: double_result made to move that var away from
                   13626:          hungry g++ optimizer (-O2), before: it were optimized and
                   13627:          comparison operators worked badly
                   13628: 
                   13629:        * src/types/pa_vdate.h: removed debug
                   13630: 
                   13631:        * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
                   13632: 
                   13633:        * src/main/execute.C: fixed numeric < & co so that thay now use
                   13634:          c=a-b, c OPERATOR 0.  this works fine on solaris/intel for still
                   13635:          unknown reason.
                   13636: 
                   13637: 2002-08-29  paf
                   13638: 
                   13639:        * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
                   13640:          src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
                   13641:          src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
                   13642:          src/main/pa_request.C, src/targets/cgi/parser3.dsp,
                   13643:          src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
                   13644:          src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
                   13645:          src/types/types.dsp, www/htdocs/index.html: junction_cleaner
                   13646:          moved to auto VMethodFrame [called less frequent, allowed to
                   13647:          remove ugly Junction.change_context-s from many places, switch,
                   13648:          mail:send..html{}, ..] request.root renamed to method_frame [more
                   13649:          easyreading] ancient {...PUSH/POPs...} changed to stack vars
                   13650:          [speed up]
                   13651: 
                   13652: 2002-08-28  paf
                   13653: 
                   13654:        * src/types/pa_vcookie.C, www/htdocs/index.html: $cookie:name[&]
                   13655:          $cookie:name << now tainted
                   13656: 
                   13657:        * src/types/pa_vcookie.C, www/htdocs/index.html: fixed cookie
                   13658:          delete when $cookie:name[$.value[]]
                   13659: 
                   13660:        * operators.txt, src/classes/string.C, www/htdocs/derived.p,
                   13661:          www/htdocs/index.html: ^string.split[delim[;options]]
                   13662: 
                   13663: 2002-08-27  paf
                   13664: 
                   13665:        * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
                   13666: 
                   13667:        * operators.txt, src/main/compile.tab.C, src/main/compile.y,
                   13668:          www/htdocs/index.html, www/htdocs/mailreceive.eml: # now
                   13669:          delimiter
                   13670: 
                   13671:        * INSTALL: recommended latest gmime 1.0.5
                   13672: 
                   13673: 2002-08-26  paf
                   13674: 
                   13675:        * configure, configure.in: apache13/hook added to make dist.
                   13676: 
                   13677: 2002-08-23  paf
                   13678: 
                   13679:        * src/include/pa_common.h, src/main/pa_common.C,
                   13680:          src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
                   13681:          www/htdocs/index.html: when auto.p beside binary [cgi, isapi] not
                   13682:          accessible [due to bad rights or whatever] it's error now
                   13683: 
                   13684: 2002-08-21  paf
                   13685: 
                   13686:        * www/htdocs/derived.p: "BASE:" "BASE::" syntax allowed, means
                   13687:          "base class".  compiled as if here they named base class
                   13688: 
                   13689:        * Makefile.am: can use: make happy equals to make update install
                   13690: 
                   13691:        * src/main/compile.tab.C, src/main/compile.y,
                   13692:          src/main/compile_tools.C, src/main/compile_tools.h,
                   13693:          www/htdocs/derived.p: "BASE:" "BASE::" syntax allowed, means
                   13694:          "base class".  compiled as if here they named base class
                   13695: 
                   13696:        * src/main/pa_string.C, www/htdocs/index.html: fixed bad language
                   13697:          bug, [were wrong string cloning constructor]
                   13698: 
                   13699:        * src/main/execute.C, src/types/pa_vobject.h, www/htdocs/base.p,
                   13700:          www/htdocs/derived.p, www/htdocs/index.html: fixed virtual calls
                   13701: 
                   13702:        * bin/auto.p.dist.in, src/targets/cgi/parser3.C,
                   13703:          src/types/pa_vfile.C, src/types/pa_vmail.C,
                   13704:          www/htdocs/mailreceive.eml, www/htdocs/mailreceive.html:
                   13705:          $mail.received.file.value.content-type fixed
                   13706: 
                   13707: 2002-08-20  paf
                   13708: 
                   13709:        * src/classes/file.C, www/htdocs/index.html: fixed language of
                   13710:          file:file result
                   13711: 
                   13712:        * operators.txt, src/classes/void.C, www/htdocs/index.html:
                   13713:          ^void.pos[...] = -1 merged from 3.0.0005
                   13714: 
                   13715:        * operators.txt, src/classes/void.C: ^void.pos[...] = -1
                   13716: 
                   13717:        * operators.txt, src/classes/void.C, www/htdocs/index.html:
                   13718:          ^void.length[] = 0 merged from 3.0.0005
                   13719: 
                   13720:        * src/classes/void.C, operators.txt: ^void.length[] = 0
                   13721: 
                   13722: 2002-08-19  paf
                   13723: 
                   13724:        * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
                   13725:          work now
                   13726: 
                   13727:        * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
                   13728:          error in xnode, which were not catched in xdoc]
                   13729: 
                   13730:        * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
                   13731:          prepared:        // validate each document after load/create (?)
                   13732:                 //xmlDoValidityCheckingDefaultValue = 1;
                   13733: 
                   13734: 2002-08-15  paf
                   13735: 
                   13736:        * src/classes/classes.h, www/htdocs/index.html: write to static var
                   13737:          caused useless Exception, introduced Methoded::put_element wich
                   13738:          consumes those
                   13739: 
                   13740:        * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
                   13741:          src/types/pa_vcookie.C, src/types/pa_vdate.h,
                   13742:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   13743:          www/htdocs/index.html: $response:field[date]
                   13744:          $response:field[$.xxx[date]]
                   13745: 
                   13746:        * src/classes/hash.C, src/classes/string.C, src/classes/table.C,
                   13747:          src/classes/void.C, src/include/pa_sql_connection.h,
                   13748:          www/htdocs/index.html: fixed source of ^hash::sql{bad}
                   13749: 
                   13750:        * operators.txt: $request:body unprecessed POST request body
                   13751: 
                   13752:        * src/types/pa_vrequest.C, www/htdocs/index.html: $request:body
                   13753:          unprecessed POST request
                   13754: 
                   13755:        * src/types/pa_value.h, src/types/pa_vdate.h,
                   13756:          src/types/pa_vrequest.C, src/types/pa_vxdoc.C,
                   13757:          src/types/pa_vxnode.C, www/htdocs/index.html: few barks: bark("%s
                   13758:          field not found", 0, &aname)
                   13759: 
                   13760:        * operators.txt, src/classes/form.C, src/include/pa_pool.h,
                   13761:          src/include/pa_request.h, src/main/pa_pool.C,
                   13762:          src/types/pa_vform.C, src/types/pa_vform.h, www/htdocs/.htaccess:
                   13763:          planning/preparing_to $request:body r.post_data now const
                   13764: 
                   13765:        * src/classes/image.C, src/classes/op.C, src/classes/xdoc.C,
                   13766:          src/classes/xnode.C, src/main/execute.C, src/types/pa_value.h,
                   13767:          src/types/pa_vhash.h, src/types/pa_vobject.C,
                   13768:          src/types/pa_vobject.h, src/types/pa_vtable.h,
                   13769:          www/htdocs/index.html: instead of type() checking everywhere used
                   13770:          Value.as now user descendants can be used in params.
                   13771: 
                   13772:          VObject::as_*, is_defined now taken from bases.  xtable(table)
                   13773:          ^if($xtable) now OK
                   13774: 
                   13775:        * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
                   13776:          types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
                   13777:          types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
                   13778: 
                   13779: 2002-08-14  paf
                   13780: 
                   13781:        * src/classes/xnode.h, src/main/execute.C,
                   13782:          src/targets/cgi/parser3.dsp, src/types/pa_value.h,
                   13783:          src/types/pa_vclass.C, src/types/pa_vclass.h,
                   13784:          src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
                   13785:          src/types/pa_vcookie.h, src/types/pa_vdate.h,
                   13786:          src/types/pa_venv.h, src/types/pa_vfile.h, src/types/pa_vform.C,
                   13787:          src/types/pa_vform.h, src/types/pa_vhash.h,
                   13788:          src/types/pa_vimage.h, src/types/pa_vmail.C,
                   13789:          src/types/pa_vmail.h, src/types/pa_vmath.h,
                   13790:          src/types/pa_vmethod_frame.h, src/types/pa_vobject.C,
                   13791:          src/types/pa_vobject.h, src/types/pa_vrequest.C,
                   13792:          src/types/pa_vrequest.h, src/types/pa_vresponse.C,
                   13793:          src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
                   13794:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
                   13795:          src/types/pa_vstatus.h, src/types/pa_vstring.h,
                   13796:          src/types/pa_vtable.C, src/types/pa_vtable.h,
                   13797:          src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   13798:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   13799:          src/types/pa_wwrapper.h, www/htdocs/index.html: is now works with
                   13800:          VObject & VClass
                   13801: 
                   13802:        * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
                   13803: 
                   13804:        * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
                   13805:          removed fixopt stupidity. on stupid linux use cd /document/root
                   13806:          ../cgi/parser3 script
                   13807: 
                   13808:        * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
                   13809:          params, splitting them by space, excluding argv[0], argv[argc-1]
                   13810: 
                   13811:        * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
                   13812:          fixopt.h: fixopt now preprocesses command line params, splitting
                   13813:          them by space, excluding argv[0], argv[argc-1]
                   13814: 
                   13815:        * src/targets/cgi/parser3.C: -f config file
                   13816: 
                   13817:        * src/targets/cgi/parser3.C, www/htdocs/auto.p,
                   13818:          www/htdocs/derived.p, www/htdocs/index.html: fixed .log file dir
                   13819: 
                   13820: 2002-08-13  paf
                   13821: 
                   13822:        * src/types/pa_vobject.C, www/htdocs/derived.p,
                   13823:          www/htdocs/index.html: allow override parent variables, useful
                   13824:          for form descendants [in vobject too, were in vclass]
                   13825: 
                   13826:        * src/types/pa_vclass.C, www/htdocs/index.html: allow override
                   13827:          parent variables, useful for form descendants
                   13828: 
                   13829:        * src/types/pa_vclass.C, www/htdocs/derived.p: checked:
                   13830:          form[vclass]fields can be overwritten in derived(table)
                   13831: 
                   13832:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   13833:          classes/xnode.h, include/pa_request.h, main/execute.C,
                   13834:          main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
                   13835:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   13836:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
                   13837:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   13838:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
                   13839:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   13840:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   13841:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   13842:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   13843:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
                   13844:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   13845:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   13846:          types/pa_vxnode.h, types/pa_wwrapper.h: introduced
                   13847:          Value::get_element(..., bool looking_down) [needed to exclude
                   13848:          endless recoursion]
                   13849: 
                   13850:        * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
                   13851:          fix bug with put endless recoursion todo: check 'as'
                   13852: 
                   13853:        * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
                   13854:          reorganized modules todo: fix bug with put endless recoursion
                   13855:          todo: check 'as'
                   13856: 
                   13857:        * src/types/pa_vobject.h, www/htdocs/derived.p: checked: table
                   13858:          fields can be overwritten in derived(table)
                   13859: 
                   13860:        * www/htdocs/derived.p: sample: dont convinient that table fields
                   13861:          can be overridden
                   13862: 
                   13863:        * src/types/pa_vobject.h, www/htdocs/derived.p,
                   13864:          www/htdocs/index.html: derived classes can have fields of their
                   13865:          own now
                   13866: 
                   13867:        * src/classes/table.C, src/types/pa_vtable.C,
                   13868:          src/types/pa_vtable.h, www/htdocs/derived.p: fixed error message
                   13869:          on using non-created table
                   13870: 
                   13871:        * src/classes/form.C, src/classes/hash.C, src/classes/mail.C,
                   13872:          src/classes/op.C, src/classes/xnode.h, src/include/pa_request.h,
                   13873:          src/main/compile.C, src/main/compile.tab.C, src/main/execute.C,
                   13874:          src/main/pa_request.C, src/types/pa_value.h,
                   13875:          src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
                   13876:          src/types/pa_vcookie.C, src/types/pa_vcookie.h,
                   13877:          src/types/pa_vdate.h, src/types/pa_venv.h, src/types/pa_vfile.h,
                   13878:          src/types/pa_vform.C, src/types/pa_vform.h, src/types/pa_vhash.h,
                   13879:          src/types/pa_vimage.C, src/types/pa_vimage.h,
                   13880:          src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.h,
                   13881:          src/types/pa_vmethod_frame.h, src/types/pa_vobject.h,
                   13882:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
                   13883:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   13884:          src/types/pa_vstateless_class.h,
                   13885:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
                   13886:          src/types/pa_vstatus.h, src/types/pa_vstring.h,
                   13887:          src/types/pa_vtable.C, src/types/pa_vtable.h,
                   13888:          src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   13889:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   13890:          src/types/pa_wwrapper.h, www/htdocs/derived.p: VObject.get/out
                   13891:          now looking down/up tree todo: fix error message on
                   13892:          non-constructed parents
                   13893: 
                   13894: 2002-08-12  paf
                   13895: 
                   13896:        * src/types/pa_vstateless_class.h,
                   13897:          src/types/pa_vstateless_object.h, www/htdocs/derived.p: table
                   13898:          derived OK
                   13899: 
                   13900:        * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
                   13901:          thorough testing
                   13902: 
                   13903:        * src/: main/compile.tab.C, main/compile.y, main/execute.C,
                   13904:          main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
                   13905:          types/pa_vobject.h, types/pa_vstateless_class.h,
                   13906:          types/pa_vstateless_object.h, types/pa_wcontext.h,
                   13907:          types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
                   13908:          ^base:create[] dynamic call rewritten todo: thorough testing
                   13909: 
                   13910:        * www/htdocs/: base.p, derived.p: not good - along upward-virtual
                   13911:          call self eq child
                   13912: 
                   13913:        * src/types/pa_value.h, src/types/pa_vclass.h,
                   13914:          src/types/pa_vobject.h, www/htdocs/base.p, www/htdocs/derived.p:
                   13915:          VObject ctor now instantates base class, remembers it and saves
                   13916:          child in parent VObject.get_class now returns last child =
                   13917:          downward virtual calls OK
                   13918: 
                   13919:        * src/main/execute.C, src/types/pa_value.h, src/types/pa_vclass.h,
                   13920:          src/types/pa_vdate.h, src/types/pa_vdouble.h,
                   13921:          src/types/pa_vfile.h, src/types/pa_vimage.h, src/types/pa_vint.h,
                   13922:          src/types/pa_vmethod_frame.h, src/types/pa_vobject.h,
                   13923:          src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
                   13924:          src/types/pa_vstateless_object.h, src/types/pa_vstring.h,
                   13925:          src/types/pa_vtable.h, src/types/pa_vxdoc.h,
                   13926:          src/types/pa_vxnode.h, src/types/pa_wcontext.h,
                   13927:          src/types/types.dsp, www/htdocs/index.html: killed VAliased
                   13928:          [redundant], moved $CLASS to VObject only [parser class instance]
                   13929: 
                   13930:        * bin/auto.p.dist.in: more like in dist on parser.ru
                   13931: 
                   13932:        * bin/auto.p.dist.in: fixed sendmail default comment
                   13933: 
                   13934:        * src/main/pa_request.C: $response:body[file] content-type check
                   13935:          fixed [were bad when content-type is hash]
                   13936: 
                   13937: 2002-08-09  paf
                   13938: 
                   13939:        * src/main/execute.C, src/types/pa_value.h, src/types/pa_vclass.h,
                   13940:          src/types/pa_vobject.h, src/types/pa_vxdoc.h,
                   13941:          www/htdocs/index.html: started as()
                   13942: 
                   13943: 2002-08-08  paf
                   13944: 
                   13945:        * operators.txt, src/classes/date.C, src/include/pa_globals.h,
                   13946:          src/main/pa_globals.C, www/htdocs/index.html: year column in
                   13947:          month calendar [week year]
                   13948: 
                   13949:        * src/main/execute.C, www/htdocs/index.html: error reporting on
                   13950:          object writes to MAIN improved [were ruind with fixing
                   13951:          $obj[^if(1){$obj}] ]
                   13952: 
                   13953:        * operators.txt, src/types/pa_vdate.h, www/htdocs/index.html:
                   13954:          $date.yearday $date.daylightsaving
                   13955: 
                   13956:        * src/classes/mail.C, src/types/pa_vmail.C, www/htdocs/auto.p,
                   13957:          www/htdocs/index.html: in letter texts one can use tainted data
                   13958:          now. only she must specify the language.
                   13959: 
                   13960:          ^mail:send[     $.from[paf@mail.design.ru]
                   13961:          $.to[paf@mail.design.ru]        $.subject[^taint[uri][ìîñêâà]=2]
                   13962:                $.text[^taint[uri][ìîñêâà]=] ]
                   13963: 
                   13964:        * www/htdocs/index.html: ^process now prints more precise origin
                   13965: 
                   13966:        * src/classes/file.C, src/classes/op.C, src/types/pa_vfile.C,
                   13967:          www/htdocs/index.html: ^process now prints more precise origin
                   13968: 
                   13969:        * src/include/pa_string.h, www/htdocs/index.html:
                   13970:          String::first_char now not fails on empty strings ^if(-f '') now
                   13971:          ok and in 3 other places.
                   13972: 
                   13973:        * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
                   13974:          String::first_char now not fails on empty strings ^if(-f '') now
                   13975:          ok and in 3 other places.
                   13976: 
                   13977: 2002-08-07  paf
                   13978: 
                   13979:        * src/classes/string.C, src/main/pa_string.C,
                   13980:          www/htdocs/index.html: ^string.mid(0;bad) fixed
                   13981: 
                   13982:        * src/main/pa_string.C, www/htdocs/index.html: ^string.mid(0;bad)
                   13983:          fixed
                   13984: 
                   13985:        * src/main/execute.C, src/types/pa_vcode_frame.h,
                   13986:          src/types/pa_vmethod_frame.h, src/types/pa_wcontext.C,
                   13987:          src/types/pa_wcontext.h, src/types/pa_wwrapper.h,
                   13988:          www/htdocs/index.html: vcodeframe were mistakenly not completely
                   13989:          transparent to object writes.  $hash[^if(1){$hash}] now works
                   13990: 
                   13991:        * operators.txt, src/classes/op.C: ^cache...{...^cache<<to past...}
                   13992:          now erasing cache file [there were bad check on that]
                   13993: 
                   13994:        * src/classes/classes.dsp, src/classes/table.C,
                   13995:          src/lib/pcre/pcre_parser_ctype.dsp, src/main/pa_array.C,
                   13996:          src/types/types.dsp, www/htdocs/index.html: all Debug dirs in
                   13997:          .dsp now named 'Debug'
                   13998: 
                   13999:        * etc/parser3.charsets/Makefile.am: all included into dist
                   14000: 
                   14001:        * operators.txt, src/classes/mail.C: exception_type  email.send
                   14002: 
                   14003:        * operators.txt, src/types/pa_vmail.C, www/htdocs/index.html:
                   14004:          exception_type  email.format
                   14005: 
                   14006:        * src/types/pa_vmail.C, www/htdocs/global.xsl,
                   14007:          www/htdocs/index.html: mail:send empty  email checked
                   14008: 
                   14009: 2002-08-06  paf
                   14010: 
                   14011:        * operators.txt, src/classes/table.C, src/include/pa_array.h,
                   14012:          src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C,
                   14013:          www/htdocs/index.html: ^table::create[$source;$.options]
                   14014:          ^table::join[$source;$.options]
                   14015: 
                   14016:        * operators.txt, src/classes/hash.C, src/classes/string.C,
                   14017:          src/classes/table.C, www/htdocs/index.html: sql options can be
                   14018:          string now ^xxx:sql{...}[ #  $.default() }
                   14019: 
                   14020:        * src/classes/file.C, www/htdocs/index.html: $f[file::cgi] $f.UPPER
                   14021:          case fields
                   14022: 
                   14023:        * src/classes/file.C, src/include/pa_globals.h,
                   14024:          src/main/pa_globals.C, src/main/pa_request.C,
                   14025:          src/types/pa_vfile.C, src/types/pa_vfile.h,
                   14026:          www/htdocs/index.html: $file.content-type [instead of .mime-type]
                   14027:          now works for file::stat also
                   14028: 
                   14029:        * src/main/pa_request.C, www/htdocs/index.html: case insensitive
                   14030:          mime_type_of
                   14031: 
                   14032:        * bin/auto.p.dist.in: jpeg
                   14033: 
                   14034: 2002-08-05  paf
                   14035: 
                   14036:        * src/types/pa_vxnode.C: xnode.childNodes  now 0... [were 1...]
                   14037: 
                   14038:        * src/types/pa_vmail.C: file buffer relocated to parser heap
                   14039: 
                   14040:        * operators.txt: comment on date:calendar week column
                   14041: 
                   14042:        * src/main/pa_common.C: write checked
                   14043: 
                   14044:        * src/main/: pa_common.C: write checked
                   14045: 
                   14046:        * src/classes/date.C: +1 buf size for stupid snprintfs
                   14047: 
                   14048:        * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
                   14049:          month calendar week column [ISO 8601 Week Numbers]
                   14050: 
                   14051: 2002-08-02  paf
                   14052: 
                   14053:        * src/: include/pa_config_fixed.h, main/pa_string.C,
                   14054:          targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
                   14055:          DEBUG*
                   14056: 
                   14057:        * configure, configure.in, src/include/pa_version.h: release
                   14058:          3_0_0005
                   14059: 
                   14060:        * bin/auto.p.dist.in: unhandled_exception comments
                   14061: 
                   14062:        * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
                   14063:          multipart post fixed
                   14064: 
                   14065:        * operators.txt, src/main/pa_request.C, www/htdocs/index.html,
                   14066:          src/types/pa_vform.C: response transcoded source->client only
                   14067:          when text/* or simple onoverridden $response:body
                   14068: 
                   14069: 2002-08-01  paf
                   14070: 
                   14071:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   14072:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   14073:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   14074:          classes/op.C, classes/response.C, classes/string.C,
                   14075:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   14076:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   14077:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   14078:          include/pa_config_fixed.h, include/pa_dictionary.h,
                   14079:          include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
                   14080:          include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
                   14081:          include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
                   14082:          include/pa_socks.h, include/pa_sql_connection.h,
                   14083:          include/pa_sql_driver_manager.h, include/pa_stack.h,
                   14084:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   14085:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   14086:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   14087:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                   14088:          lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
                   14089:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   14090:          main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
                   14091:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
                   14092:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   14093:          main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
                   14094:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   14095:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   14096:          main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
                   14097:          targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
                   14098:          targets/cgi/parser3.C, targets/cgi/pool_storage.h,
                   14099:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   14100:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
                   14101:          types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
                   14102:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
                   14103:          types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   14104:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
                   14105:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   14106:          types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
                   14107:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   14108:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
                   14109:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   14110:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   14111:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   14112:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   14113:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   14114:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   14115:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   14116:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1.94    ! misha    14117:          types/pa_wcontext.h, types/pa_wwrapper.h: $Date: 2015/02/03 09:08:22 $
1.93      misha    14118: 
                   14119:        * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
                   14120:          classes/date.C, classes/double.C, classes/file.C, classes/form.C,
                   14121:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   14122:          classes/math.C, classes/op.C, classes/response.C,
                   14123:          classes/string.C, classes/table.C, classes/void.C,
                   14124:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   14125:          include/pa_array.h, include/pa_cache_managers.h,
                   14126:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   14127:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   14128:          include/pa_dictionary.h, include/pa_dir.h,
                   14129:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   14130:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   14131:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   14132:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   14133:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   14134:          include/pa_stack.h, include/pa_string.h,
                   14135:          include/pa_stylesheet_connection.h,
                   14136:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   14137:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   14138:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
                   14139:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   14140:          main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
                   14141:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   14142:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   14143:          main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
                   14144:          main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
                   14145:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   14146:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   14147:          main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   14148:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   14149:          targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
                   14150:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   14151:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   14152:          targets/isapi/pool_storage.h, types/pa_valiased.C,
                   14153:          types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
                   14154:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   14155:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   14156:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   14157:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   14158:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
                   14159:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
                   14160:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   14161:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   14162:          types/pa_vresponse.C, types/pa_vresponse.h,
                   14163:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   14164:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   14165:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   14166:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   14167:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   14168:          types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   14169:          types/pa_wwrapper.h, types/types.dsp, Makefile.am,
                   14170:          classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
                   14171:          types/Makefile.am: ident.C* removed
                   14172: 
                   14173:        * operators.txt, src/classes/file.C, src/main/pa_request.C:
                   14174:          file:find[/can/do/this/now.txt]
                   14175: 
                   14176:        * src/targets/cgi/parser3.C: usage to stdout now
                   14177: 
                   14178: 2002-07-31  paf
                   14179: 
                   14180:        * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
                   14181: 
                   14182:        * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
                   14183:          default "postmaster"
                   14184: 
                   14185:        * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
                   14186:          -f postmaster now default sendmail key word "postmaster"
                   14187:          replaced to $.from
                   14188: 
                   14189: 2002-07-30  paf
                   14190: 
                   14191:        * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
                   14192:          src/targets/cgi/parser3.C: removed pa_config_paths.h
                   14193: 
                   14194:        * src/main/pa_charset.C: comment
                   14195: 
                   14196:        * src/main/pa_charset.C, www/htdocs/auto.p: UTF-8 to 1byte charset
                   14197:          convert, no char in table, &#decimal;
                   14198: 
                   14199:        * src/main/pa_request.C: comment
                   14200: 
                   14201:        * etc/parser3.charsets/windows-1251.cfg: section sign [russian
                   14202:          paragraf]
                   14203: 
                   14204: 2002-07-11  paf
                   14205: 
                   14206:        * src/main/pa_exec.C: build command line badly added params twice
                   14207:          [and first time without ' ']. double wrong. fixed.
                   14208: 
                   14209:        * src/main/pa_exec.C: invalid .exe caused error message with params
                   14210:          wich parser did not provide = reported badly.  fixed that.
                   14211: 
                   14212:        * src/classes/mail.C: $MAIL[ # xxx ]
                   14213: 
                   14214:          now ok
                   14215: 
                   14216:        * operators.txt: plan: sql detailed exception
                   14217: 
                   14218: 2002-07-01  paf
                   14219: 
                   14220:        * src/: classes/form.C, main/pa_request.C: @conf bug fixed
                   14221:          [MForm.configure_admin were called when request.main_class ==0
                   14222: 
                   14223:        * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
                   14224: 
                   14225:        * src/classes/form.C: content_length type fix
                   14226: 
                   14227: 2002-06-30  paf
                   14228: 
                   14229:        * src/classes/mail.C: merged from 4
                   14230: 
                   14231:        * src/classes/mail.C: restored $MAIL
                   14232: 
                   14233: 2002-06-28  paf
                   14234: 
                   14235:        * configure, configure.in: removed paths.h
                   14236: 
                   14237:        * configure, src/include/pa_version.h,
                   14238:          src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
                   14239:          merged, makes updated
                   14240: 
                   14241:        * ChangeLog, configure, operators.txt, src/classes/xdoc.C,
                   14242:          src/include/pa_charset.h, src/include/pa_config_fixed.h,
                   14243:          src/include/pa_pool.h, src/include/pa_version.h,
                   14244:          src/main/pa_charset.C, src/main/pa_pool.C,
                   14245:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
                   14246:          src/types/pa_vmail.C, www/htdocs/index.html: merged latest
                   14247:          updates to head
                   14248: 
                   14249: 2002-06-27  paf
                   14250: 
                   14251:        * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
                   14252:          not error now
                   14253: 
                   14254:        * operators.txt, src/classes/xdoc.C, src/include/pa_charset.h,
                   14255:          src/include/pa_config_fixed.h, src/include/pa_pool.h,
                   14256:          src/main/pa_charset.C, src/main/pa_pool.C, www/htdocs/index.html:
                   14257:          ^xdoc::create[[uri]]... base uri for document being created,
                   14258:          imports and other relative file names would be relative to this
                   14259:          uri default uri=path_translated
                   14260: 
                   14261:        * src/classes/xdoc.C, www/htdocs/index.html: xsltParseStylesheetDoc
                   14262:          bug workaround
                   14263: 
                   14264: 2002-06-26  paf
                   14265: 
                   14266:        * configure, configure.in, src/include/pa_version.h:
                   14267:          release_3_0_0004
                   14268: 
                   14269:        * src/main/pa_string.C: blank string '', ' <whitespace>' considered
                   14270:          0 now
                   14271: 
                   14272:        * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
                   14273: 
                   14274: 2002-06-25  paf
                   14275: 
                   14276:        * www/htdocs/index.html, src/main/pa_string.C: emtpy string, or
                   14277:          string of whitespaces considered bad number now
                   14278: 
                   14279:        * www/htdocs/index.html: ^xdoc.transform[xdoc <<can be now
                   14280: 
                   14281:        * operators.txt, src/classes/xdoc.C, www/htdocs/index.html:
                   14282:          ^xdoc.transform[xdoc <<can be now
                   14283: 
                   14284:        * operators.txt, src/classes/string.C, www/htdocs/index.html:
                   14285:          ^string.normalize  [old name: optimize
                   14286: 
                   14287:        * configure, configure.in, src/include/pa_config_auto.h.in: crypt
                   14288:          library configured
                   14289: 
                   14290:        * src/main/pa_request.C: configure_admin forced if no @conf
                   14291: 
                   14292:        * operators.txt, bin/auto.p.dist.in, src/classes/math.C,
                   14293:          src/types/pa_vmail.C, www/htdocs/index.html: ^math:crypt updated
                   14294:          to generate random salt when needed and to call system crypt() if
                   14295:          not $apr1$ prefix
                   14296: 
                   14297: 2002-06-24  paf
                   14298: 
                   14299:        * INSTALL: --with-static/shared-mailreceive described
                   14300: 
                   14301:        * src/include/pa_config_fixed.h: ssize_t fixed
                   14302: 
                   14303:        * configure, configure.in, src/include/pa_config_auto.h.in,
                   14304:          src/targets/cgi/Makefile.am, src/types/Makefile.am,
                   14305:          src/types/pa_vmail.C: $mail:received makes update
                   14306: 
                   14307:        * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
                   14308:          WITH_MAILRECEIVE
                   14309: 
                   14310:        * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
                   14311: 
                   14312:        * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
                   14313:          option, for $mail:receive
                   14314: 
                   14315:        * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
                   14316:          introducting $message:received ^mail:send rewritten with backward
                   14317:          comp
                   14318: 
                   14319:        * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
                   14320:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   14321:          types/types.dsp: win32xml win32mailreceive pseudomodules paths
                   14322:          now
                   14323: 
                   14324:        * operators.txt, src/classes/mail.C, src/include/Makefile.am,
                   14325:          src/include/pa_charset.h, src/include/pa_config_fixed.h,
                   14326:          src/include/pa_request.h, src/include/pa_string.h,
                   14327:          src/include/pa_uue.h, src/main/Makefile.am, src/main/main.dsp,
                   14328:          src/main/pa_globals.C, src/main/pa_request.C,
                   14329:          src/main/pa_string.C, src/main/pa_uue.C,
                   14330:          src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
                   14331:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
                   14332:          src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp,
                   14333:          www/htdocs/index.html: uue to separate file introducting
                   14334:          $message:received ^mail:send rewritten with backward comp
                   14335: 
                   14336: 2002-06-21  paf
                   14337: 
                   14338:        * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
                   14339:          co changes
                   14340: 
                   14341:        * configure, configure.in, src/lib/md5/Makefile.am,
                   14342:          src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
                   14343:          restructure .in and .am files appropriate changes
                   14344: 
                   14345:        * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
                   14346:          pcre to libs/ added libs/md5 which is linked to non-apache
                   14347:          targets ^math:crypt[password;$apr1$salt]
                   14348: 
                   14349:        * INSTALL, configure.in, operators.txt, parser3.dsw,
                   14350:          src/Makefile.am, src/classes/Makefile.am,
                   14351:          src/classes/classes.dsp, src/classes/math.C,
                   14352:          src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
                   14353:          src/lib/pcre/Makefile.am, src/lib/pcre/README,
                   14354:          src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
                   14355:          src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
                   14356:          src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
                   14357:          src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
                   14358:          src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
                   14359:          src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
                   14360:          src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
                   14361:          src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
                   14362:          src/lib/pcre/pcre_parser_ctype.dsp,
                   14363:          src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
                   14364:          src/lib/pcre/win-koi.tab, src/main/Makefile.am,
                   14365:          src/main/compile.tab.C, src/main/main.dsp,
                   14366:          src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
                   14367:          src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
                   14368:          src/types/types.dsp, www/htdocs/.htaccess, www/htdocs/index.html,
                   14369:          src/lib/Makefile.am: moved libltdl and pcre to libs/ added
                   14370:          libs/md5 which is linked to non-apache targets
                   14371:          ^math:crypt[password;$apr1$salt]
                   14372: 
                   14373: 2002-06-20  paf
                   14374: 
                   14375:        * INSTALL, configure, configure.in, operators.txt, bin/Makefile.am,
                   14376:          bin/auto.p.dist.in, src/classes/file.C, src/classes/op.C,
                   14377:          src/doc/doxygen.cfg, src/include/pa_globals.h,
                   14378:          src/include/pa_request.h, src/main/execute.C,
                   14379:          src/main/pa_request.C, src/targets/cgi/parser3.C,
                   14380:          src/targets/isapi/parser3isapi.C, src/types/pa_vmethod_frame.h,
                   14381:          www/htdocs/auto.p, www/htdocs/index.html: marged latest HEAD
                   14382:          updates, mainly file:justname&co & @auto/conf[filespec
                   14383: 
                   14384:        * operators.txt, src/classes/file.C, www/htdocs/auto.p,
                   14385:          www/htdocs/index.html:     !^file:dirname[/a/some.tar.gz]=/a
                   14386:              !^file:dirname[/a/b/]=/a
                   14387:              !^file:basename[/a/some.tar.gz]=some.tar.gz
                   14388:              !^file:justname[/a/some.tar.gz]=some.tar
                   14389:              !^file:justext[/a/some.tar.gz]=gz
                   14390: 
                   14391:        * src/classes/op.C, src/include/pa_request.h, src/main/execute.C,
                   14392:          src/main/pa_request.C, src/types/pa_vmethod_frame.h,
                   14393:          www/htdocs/auto.p, www/htdocs/index.html: introducing
                   14394:          @conf/auto[filespec]
                   14395: 
                   14396:        * bin/auto.p.dist.in: <noindex>
                   14397: 
                   14398:        * configure: parser3.conf renamed to auto.p autoconf changes
                   14399: 
                   14400:        * INSTALL, configure.in, operators.txt, bin/Makefile.am,
                   14401:          bin/auto.p.dist.in, src/doc/doxygen.cfg,
                   14402:          src/include/pa_globals.h, src/targets/cgi/parser3.C,
                   14403:          src/targets/isapi/parser3isapi.C, www/htdocs/auto.p,
                   14404:          www/htdocs/index.html: parser3.conf renamed to auto.p
                   14405: 
                   14406: 2002-06-18  paf
                   14407: 
                   14408:        * configure, configure.in, src/include/pa_version.h: version to
                   14409:          configure.in
                   14410: 
                   14411:        * INSTALL: reflected .conf.dist dir change
                   14412: 
                   14413:        * Makefile.am, configure, configure.in, bin/Makefile.am,
                   14414:          etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
                   14415:          .in & *.am updated
                   14416: 
                   14417:        * src/classes/file.C: strncasecmp
                   14418: 
                   14419:        * src/classes/file.C: strcasecmp
                   14420: 
                   14421:        * bin/Makefile.am, etc/Makefile.am, www/htdocs/index.html:
                   14422:          bin/parser3.conf.dist [moved from etc
                   14423: 
                   14424:        * src/classes/file.C: ^file::exec[script;$.bad error case
                   14425:          insensitive check now
                   14426: 
                   14427:        * src/classes/file.C, www/htdocs/index.html:
                   14428:          ^file::exec[script;$.bad now error, not skip
                   14429: 
                   14430:        * configure, configure.in, src/include/pa_pool.h,
                   14431:          src/include/pa_types.h: pack configure.in detection simplified.
                   14432:          figured out that gcc on sparc not that stupid as thought
                   14433:          previously: on sparc: when it sees packed class it modifies it's
                   14434:          field-access-code to byte operations [stb, ldub] instead of 4byte
                   14435:          operations [st, lduh] so packed must be all parts of packed
                   14436:          class, i.e. it's parents&fields(classes).  for now it's only
                   14437:          String that packed and what was wrong is that it's parent -
                   14438:          Pooled, were not packed. fixed that.
                   14439: 
                   14440: 2002-06-14  paf
                   14441: 
                   14442:        * operators.txt: more precise xml-to-text options
                   14443: 
                   14444:        * operators.txt, src/types/pa_vxnode.C: xnode
                   14445:          attribute_node.name/value xnode pi.node.data
                   14446: 
                   14447: 2002-06-12  paf
                   14448: 
                   14449:        * configure, configure.in, src/targets/cgi/Makefile.am,
                   14450:          src/targets/cgi/parser3.C: removed root conf define creation
                   14451: 
                   14452:        * INSTALL, configure.in, operators.txt, etc/Makefile.am,
                   14453:          src/include/pa_globals.h, src/include/pa_request.h,
                   14454:          src/main/compile.tab.C, src/main/pa_globals.C,
                   14455:          src/main/pa_request.C, src/targets/cgi/parser3.C,
                   14456:          src/targets/isapi/parser3isapi.C: parser3.conf now one and only
                   14457: 
                   14458:        * src/classes/mail.C: sendmail -ti [default now]
                   14459: 
                   14460:        * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
                   14461:          to be strings. for convinient #ing
                   14462: 
                   14463:        * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
                   14464:          main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
                   14465: 
                   14466:        * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
                   14467:          main/pa_globals.C, main/pa_request.C: @conf
                   14468: 
                   14469: 2002-06-11  paf
                   14470: 
                   14471:        * src/classes/file.C: check simplified
                   14472: 
                   14473:        * src/classes/file.C, src/targets/cgi/parser3.dsp,
                   14474:          src/targets/isapi/parser3isapi.C, www/htdocs/.htaccess,
                   14475:          www/htdocs/index.html: suexec env keys filter plus CGI_ as valid
                   14476:          prefix
                   14477: 
                   14478:        * src/classes/file.C, src/include/pa_request.h,
                   14479:          src/include/pa_sapi.h, src/targets/cgi/parser3.C,
                   14480:          src/targets/isapi/parser3isapi.C, www/htdocs/index.html:
                   14481:          file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
                   14482: 
                   14483: 2002-06-10  paf
                   14484: 
                   14485:        * operators.txt, src/classes/op.C, src/include/pa_common.h,
                   14486:          src/main/pa_common.C: lock failures reported now
                   14487: 
                   14488:        * src/main/compile_tools.C, www/htdocs/index.html: ^if(" 1 "){y}
                   14489:          bug fixed optimization string->double @ compile time were
                   14490:          not-enough-checking...
                   14491: 
                   14492:        * src/main/compile.tab.C, src/main/pa_string.C,
                   14493:          www/htdocs/index.html: whitespace after number in autoconvert now
                   14494:          ignored
                   14495: 
                   14496:        * src/types/pa_vform.C, src/types/pa_vform.h,
                   14497:          www/htdocs/index.html: $form: not determined yet check
                   14498: 
                   14499:        * src/classes/mail.C: mail netscape attachment name fixed. todo:
                   14500:          $response:body content-type:name
                   14501: 
                   14502:        * configure, configure.in: hpux check, nsl link, no socket
                   14503: 
                   14504:        * operators.txt: old merge conflict removed
                   14505: 
                   14506:        * configure, configure.in: pack even address access on sparc&co
                   14507:          arch checked in configure
                   14508: 
                   14509:        * configure, src/include/pa_version.h: makes
                   14510: 
                   14511:        * configure, configure.in, src/include/pa_version.h: makes
                   14512: 
                   14513:        * src/main/untaint.C: (bug#2) mail subject got always prepended
                   14514:          with charset even when all letters were 7bit one
                   14515: 
                   14516:        * src/main/pa_common.C: merged fixed -d (bug)
                   14517: 
                   14518:        * src/main/pa_common.C: fixed -d (bug)
                   14519: 
                   14520: 2002-06-03  paf
                   14521: 
                   14522:        * ChangeLog, operators.txt, etc/parser3.charsets/windows-1251.cfg,
                   14523:          src/classes/classes.dsp, src/main/compile.tab.C,
                   14524:          src/main/main.dsp, src/main/pa_globals.C,
                   14525:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
                   14526:          src/targets/isapi/parser3isapi.dsp, src/types/types.dsp,
                   14527:          www/htdocs/index.html: fixed .dsp-s along with reorganized cvs
                   14528:          modules dirs structure
                   14529: 
                   14530:        * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
                   14531:          main/pa_globals.C, targets/cgi/parser3.dsp,
                   14532:          targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
                   14533:          modules
                   14534: 
                   14535: 2002-05-28  paf
                   14536: 
                   14537:        * src/targets/cgi/parser3.C: info.uri now ""
                   14538: 
                   14539: 2002-05-17  paf
                   14540: 
                   14541:        * src/classes/: table.C: ^table.save << checked empty
                   14542:          pre/match/post columns
                   14543: 
                   14544: 2002-05-16  paf
                   14545: 
                   14546:        * src/classes/image.C, www/htdocs/index.html: image::measure can
                   14547:          png now
                   14548: 
                   14549: 2002-05-15  paf
                   14550: 
                   14551:        * operators.txt, src/classes/date.C, www/htdocs/index.html:
                   14552:          ^date::create[%H:%M[:%S]] added
                   14553: 
                   14554:        * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
                   14555: 
                   14556:        * operators.txt, src/classes/date.C, www/htdocs/.htaccess,
                   14557:          www/htdocs/auto.p, www/htdocs/index.html:
                   14558:          ^date::create[%Y[-%m[-%d[ %H[:%M[:%S]]]]]] [-%m now
                   14559: 
                   14560: 2002-05-14  paf
                   14561: 
                   14562:        * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
                   14563: 
                   14564: 2002-05-07  paf
                   14565: 
                   14566:        * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
                   14567:          src/include/pa_globals.h, src/include/pa_request.h,
                   14568:          src/include/pa_table.h, src/main/compile.tab.C,
                   14569:          src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
                   14570:          src/main/pa_request.C, src/main/pa_table.C,
                   14571:          src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
                   14572:          src/targets/isapi/parser3isapi.dsp,
                   14573:          src/targets/isapi/pool_storage.h, src/types/types.dsp,
                   14574:          www/htdocs/parser-status.html: Table name2number field now &.
                   14575:          main_method_name now on Request pool rather on global_pool
                   14576:          [Junction+VJunction created on same pool as name = were created
                   14577:          on global pool, causing mem leaks]
                   14578: 
                   14579:        * src/classes/classes.dsp, src/classes/op.C,
                   14580:          src/include/pa_globals.h, src/include/pa_request.h,
                   14581:          src/include/pa_table.h, src/main/compile.tab.C,
                   14582:          src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
                   14583:          src/main/pa_request.C, src/main/pa_table.C,
                   14584:          src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
                   14585:          src/targets/isapi/parser3isapi.dsp,
                   14586:          src/targets/isapi/pool_storage.h, src/types/types.dsp,
                   14587:          www/htdocs/parser-status.html: Table name2number field now &.
                   14588:          main_method_name now on Request pool rather on global_pool
                   14589:          [Junction+VJunction created on same pool as name = were created
                   14590:          on global pool, causing mem leaks]
                   14591: 
                   14592: 2002-05-06  paf
                   14593: 
                   14594:        * src/: main/pa_globals.C, targets/cgi/parser3.C,
                   14595:          targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
                   14596:          100*40 bytes per request memory leak [nonpool malloc in globals]
                   14597: 
                   14598:        * src/: main/pa_globals.C, targets/cgi/parser3.C,
                   14599:          targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
                   14600:          100*40 bytes per request memory leak [nonpool malloc in globals]
                   14601: 
                   14602: 2002-04-30  paf
                   14603: 
                   14604:        * configure, src/include/pa_version.h: version now not b
                   14605: 
                   14606:        * src/targets/cgi/parser3.C, www/htdocs/global.xsl,
                   14607:          www/htdocs/index.html: request.uri now never 0
                   14608: 
                   14609: 2002-04-29  paf
                   14610: 
                   14611:        * configure.in: removed b
                   14612: 
                   14613:        * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
                   14614:          Exception::comment/type checked in (), no there's no empty
                   14615:          type/comment by default
                   14616: 
                   14617:        * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
                   14618:          src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
                   14619:          src/doc/value.dox, src/include/pa_exception.h,
                   14620:          src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
                   14621:          0001
                   14622: 
                   14623: 2002-04-26  paf
                   14624: 
                   14625:        * src/doc/doxygen.cfg, src/targets/cgi/parser3.dsp,
                   14626:          www/htdocs/index.html: doxygen dot image size reduced
                   14627: 
                   14628: 2002-04-25  paf
                   14629: 
                   14630:        * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
                   14631:          under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
                   14632:          now that took into account
                   14633: 
                   14634:        * operators.txt, src/classes/date.C: ^date::create[2002-12-33
                   14635:          01:03:04]
                   14636: 
                   14637:        * ChangeLog, operators.txt, src/classes/date.C,
                   14638:          www/htdocs/index.html: ^date::create[2002-12-33 01:03:04]
                   14639: 
                   14640:        * ChangeLog: updated changelog
                   14641: 
                   14642:        * www/htdocs/index.html: sample of 'using junction out of context'
                   14643: 
                   14644:        * src/classes/table.C, www/htdocs/.htaccess, www/htdocs/index.html:
                   14645:          removed restriction on column count to ^table.hash to work, now
                   14646:          must be >0 [were >1]
                   14647: 
                   14648: 2002-04-24  paf
                   14649: 
                   14650:        * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
                   14651:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   14652:          targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
                   14653:          targets
                   14654: 
                   14655: 2002-04-23  paf
                   14656: 
                   14657:        * operators.txt, src/classes/string.C, www/htdocs/index.html:
                   14658:          int/double/string:sql{}[$.default{code}] fixed [were barking:
                   14659:          "junction used outside of context"]
                   14660: 
                   14661: 2002-04-22  paf
                   14662: 
                   14663:        * types.txt, src/classes/string.C, src/include/pa_string.h,
                   14664:          src/main/pa_string.C, src/types/pa_vstring.C,
                   14665:          src/types/pa_vstring.h: ^string.optimize[]
                   14666: 
                   14667:        * src/: include/pa_globals.h, include/pa_table.h,
                   14668:          main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
                   14669:          table template
                   14670: 
                   14671:        * src/classes/: string.C: optimize removed from string
                   14672:          .left/right/pos
                   14673: 
                   14674:        * src/main/execute.C: rolled back to
                   14675:          before_killing_userjunction_contexts
                   14676: 
                   14677:        * src/main/execute.C, www/htdocs/index.html: user junctions context
                   14678:          killed
                   14679: 
                   14680:        * src/main/execute.C, www/htdocs/index.html: junctions to local
                   14681:          contexts got cleanized&checked later
                   14682: 
                   14683: 2002-04-19  paf
                   14684: 
                   14685:        * src/classes/string.C, src/include/pa_request.h,
                   14686:          src/include/pa_string.h, src/main/pa_request.C,
                   14687:          src/main/pa_string.C, src/types/pa_vstring.C,
                   14688:          src/types/pa_vstring.h, www/htdocs/index.html: string now
                   14689:          optimized prior to .left .right .mid .pos .match when that is
                   14690:          profitable, and always before .replace when $ORIGINS(1)
                   14691:          optimization disabled economy from not wasting mem on lots of
                   14692:          strings which occur by lots of String:mid calls to get parts of
                   14693:          source string between found_occurances
                   14694: 
                   14695:        * src/classes/file.C: ovector now local economy: 16 bytes per
                   14696:          ^file:list
                   14697: 
                   14698:        * src/: include/pa_globals.h, include/pa_table.h,
                   14699:          main/pa_globals.C, main/pa_string.C: String::match table columns
                   14700:          globalized, not created @ each ^match anymore economy:
                   14701:          sizeof(Array)+space on 3+x cells=24+ bytes per ^match
                   14702: 
                   14703:        * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
                   14704:          removed from each String::match replace iteration, and made
                   14705:          stacked sizeof(VTable)=12bytes economy on each replace code
                   14706: 
                   14707:        * src/doc/footer.htm: 2001,
                   14708: 
                   14709:        * src/classes/string.C, src/include/pa_string.h,
                   14710:          src/main/pa_string.C, www/htdocs/index.html: string.match[][']
                   14711:          option enables generation of $match.prematch .match .postmatch
                   14712:          columns
                   14713: 
                   14714:        * src/main/pa_string.C: String::match options analized without
                   14715:          cstr-ing them now
                   14716: 
                   14717:        * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
                   14718:          sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
                   14719:          config updated to doxygen 1.2.15, created helper which fixes
                   14720:          minor bugs in chm project files & htm tree.  changed extension to
                   14721:          .htm
                   14722: 
                   14723: 2002-04-18  paf
                   14724: 
                   14725:        * src/doc/doxygen.cfg: .chi generation disabled
                   14726: 
                   14727:        * src/classes/classes.h, src/classes/xdoc.C, src/classes/xnode.C,
                   14728:          src/classes/xnode.h, src/types/pa_vxdoc.C, www/htdocs/index.html:
                   14729:          xdoc(xnode) now fully - fields&methods
                   14730: 
                   14731:        * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
                   14732:          types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
                   14733:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
                   14734:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
                   14735:          types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
                   14736:          types/pa_vresponse.h, types/pa_vstateless_class.h,
                   14737:          types/pa_vstateless_object.h, types/pa_vstatus.h,
                   14738:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
                   14739:          types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
                   14740:          VStateless_class to VObject
                   14741: 
                   14742:        * src/main/pa_request.C, src/types/pa_valiased.h,
                   14743:          src/types/pa_vstateless_class.h,
                   14744:          src/types/pa_vstateless_object.h, src/types/pa_vstring.h,
                   14745:          www/htdocs/index.html: VStateless_string_object speicalized light
                   14746:          version of VStateless_object
                   14747: 
                   14748:        * src/classes/op.C: ^throw comment param made optional
                   14749: 
                   14750:        * src/types/pa_valiased.C, src/types/pa_valiased.h,
                   14751:          src/types/pa_vclass.h, src/types/pa_vobject.h,
                   14752:          src/types/pa_wcontext.C, www/htdocs/index.html: VAliased get/set
                   14753:          alias now virtual and implemented down in VClass, fclass_alias
                   14754:          removed,
                   14755: 
                   14756:        * src/types/pa_value.C: forced to cut that from .h because of
                   14757:          VStateless_class usage [undefined in .h]
                   14758: 
                   14759:        * src/include/pa_opcode.h, src/main/compile.tab.C,
                   14760:          src/main/compile.y, src/main/compile_tools.C,
                   14761:          src/main/compile_tools.h, src/main/execute.C,
                   14762:          src/main/pa_request.C, src/types/pa_vmethod_frame.h,
                   14763:          www/htdocs/index.html: OP_GET_METHOD_FRAME merged with OP_CALL,
                   14764:          VCodeFrame move to stack [no more heap waste on each CALL]
                   14765: 
                   14766:        * src/classes/classes.h, src/classes/date.C, src/classes/double.C,
                   14767:          src/classes/file.C, src/classes/form.C, src/classes/hash.C,
                   14768:          src/classes/image.C, src/classes/int.C, src/classes/mail.C,
                   14769:          src/classes/math.C, src/classes/op.C, src/classes/response.C,
                   14770:          src/classes/string.C, src/classes/table.C, src/classes/void.C,
                   14771:          src/classes/xnode.C, src/include/pa_globals.h,
                   14772:          src/include/pa_request.h, src/main/execute.C,
                   14773:          src/main/pa_globals.C, src/main/pa_request.C,
                   14774:          src/types/Makefile.am, src/types/pa_value.h,
                   14775:          src/types/pa_vdouble.h, src/types/pa_vform.C,
                   14776:          src/types/pa_vhash.h, src/types/pa_vint.h, src/types/pa_vmath.h,
                   14777:          src/types/pa_vmethod_frame.h, src/types/pa_vstateless_class.h,
                   14778:          src/types/pa_wcontext.C, src/types/pa_wcontext.h,
                   14779:          src/types/pa_wwrapper.h, src/types/types.dsp,
                   14780:          www/htdocs/index.html: removed Value::fname
                   14781: 
                   14782: 2002-04-17  paf
                   14783: 
                   14784:        * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
                   14785:          doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
                   14786:          doc/pooled.dox, doc/string.dox, doc/targets.dox,
                   14787:          include/pa_pool.h, include/pa_types.h: dox updated to current
                   14788:          state, PTHROW freshen to throw & co
                   14789: 
                   14790:        * src/types/pa_vhash.h: vstring wrong parent fixed
                   14791: 
                   14792:        * src/classes/op.C: taint local result var bug fixed
                   14793: 
                   14794: 2002-04-16  paf
                   14795: 
                   14796:        * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
                   14797:          Attic asm.txt as most interesting
                   14798: 
                   14799:        * src/main/pa_request.C, src/targets/isapi/parser3isapi.C,
                   14800:          www/htdocs/index.html: removed check, preventing content-length:
                   14801:          0 from appearing
                   14802: 
                   14803:        * src/main/execute.C, www/htdocs/index.html: $result in @main now
                   14804:          taken into account as in usual functions
                   14805: 
                   14806:        * src/doc/postbuild.txt, src/main/execute.C, www/htdocs/index.html:
                   14807:          $result in @postprocess & @unhandled_exception now taken into
                   14808:          account as in usual functions
                   14809: 
                   14810:        * src/doc/postbuild.txt: instructions on post .html build
                   14811: 
                   14812:        * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
                   14813: 
                   14814:        * src/classes/file.C, src/main/pa_exec.C, www/htdocs/index.html:
                   14815:          stderr of execs mark as tainted
                   14816: 
                   14817:        * src/main/pa_request.C: uri in error log
                   14818: 
                   14819:        * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
                   14820:          cheched date:create(days) param for validity [later were assumed
                   14821:          valid and crashed on invalid onces]
                   14822: 
                   14823:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   14824:          main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
                   14825:          and used that for removing VString wrapper
                   14826: 
                   14827:        * src/classes/op.C: exception2vhash file now tainted
                   14828: 
                   14829:        * src/classes/op.C: _process pseudo origin copied from local var to
                   14830:          heap
                   14831: 
                   14832:        * src/classes/op.C, www/htdocs/auto.p: extra check on empty file in
                   14833:          origin in _execute
                   14834: 
                   14835: 2002-04-15  paf
                   14836: 
                   14837:        * src/: main/execute.C, types/pa_value.h: fixed name update
                   14838: 
                   14839:        * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
                   14840:          functions
                   14841: 
                   14842:        * src/: classes/file.C, classes/hash.C, classes/op.C,
                   14843:          include/pa_request.h, main/execute.C, types/pa_wcontext.h:
                   14844:          started dual write_xxx_lang functions, if checked & works
                   14845: 
                   14846:        * src/: classes/date.C, classes/file.C, classes/mail.C,
                   14847:          classes/string.C, classes/xnode.C, include/pa_request.h,
                   14848:          types/pa_value.h, types/pa_wcontext.h: removed absolutely
                   14849:          unnecessary VString shells
                   14850: 
                   14851:        * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
                   14852:          prev changes]
                   14853: 
                   14854:        * src/: classes/image.C, classes/op.C, classes/string.C,
                   14855:          classes/table.C, include/pa_request.h, main/execute.C,
                   14856:          types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
                   14857:          StringOrValue wcontext result, now ready for dual writes
                   14858: 
                   14859:        * src/targets/cgi/parser3.C: ctime sometimes can be just "",
                   14860:          checked that
                   14861: 
                   14862:        * src/main/: compile.tab.C, compile.y, compile_tools.C,
                   14863:          compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
                   14864:          changed to OP_WRITE_VALUE in var get cases
                   14865: 
                   14866:        * src/classes/op.C, src/include/pa_globals.h,
                   14867:          src/include/pa_opcode.h, src/include/pa_request.h,
                   14868:          src/main/compile.tab.C, src/main/compile.y,
                   14869:          src/main/compile_tools.C, src/main/compile_tools.h,
                   14870:          src/main/execute.C, src/main/pa_globals.C, src/main/pa_request.C,
                   14871:          src/targets/cgi/parser3.C, www/htdocs/index.html: switch in hash
                   14872:          constructor fixed [were problems with using of stacked wwrapper
                   14873:          after it's death]
                   14874: 
                   14875: 2002-04-12  paf
                   14876: 
                   14877:        * operators.txt, src/classes/table.C, www/htdocs/index.html:
                   14878:          table.select(expression) 0
                   14879: 
                   14880: 2002-04-11  paf
                   14881: 
                   14882:        * src/: classes/string.C, include/pa_request.h, main/execute.C:
                   14883:          Request::process_internal codeFrame & wwrapper stacked [not
                   14884:          wasting  heap anymore]
                   14885: 
                   14886: 2002-04-10  paf
                   14887: 
                   14888:        * src/: classes/double.C, classes/file.C, classes/hash.C,
                   14889:          classes/image.C, classes/int.C, classes/math.C, classes/op.C,
                   14890:          classes/string.C, classes/table.C, classes/void.C,
                   14891:          classes/xdoc.C, include/pa_request.h, main/execute.C,
                   14892:          main/pa_string.C: killed Request::process() wrapping
                   14893:          VString(String) in case we need only String
                   14894: 
                   14895:        * src/include/pa_string.h, src/main/pa_string.C,
                   14896:          src/main/untaint.C, www/htdocs/index.html: killed 8 bytes from
                   14897:          String.head
                   14898: 
                   14899: 2002-04-09  paf
                   14900: 
                   14901:        * src/: main/compile.tab.C, targets/cgi/parser3.C,
                   14902:          targets/isapi/parser3isapi.C: removed {   char *a;   {      /*sub
                   14903:          local*/char b[...];      a=b; situations
                   14904: 
                   14905:        * operators.txt, src/classes/xdoc.C: xslt params made literal
                   14906: 
                   14907:        * src/classes/xdoc.C, www/htdocs/global.xsl, www/htdocs/index.html:
                   14908:          xslt params fixed
                   14909: 
                   14910:        * src/: main/pa_common.C, targets/cgi/parser3.C,
                   14911:          types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
                   14912:          not pool.malloc(MAX_NUMBER) but really neaded
                   14913: 
                   14914:        * operators.txt, src/classes/double.C, src/classes/int.C,
                   14915:          www/htdocs/global.xsl: int/double.int/double(default)
                   14916: 
                   14917: 2002-04-04  paf
                   14918: 
                   14919:        * src/include/pa_string.h, src/main/pa_string.C,
                   14920:          www/htdocs/index.html: fixed string.replace [when reconstructing
                   14921:          pieces were split by max_integral(piece.size), thus some strings
                   14922:          to replace happen to be split into two = not replaced)
                   14923: 
                   14924:        * src/targets/cgi/: parser3.C, parser3.dsp: document root in
                   14925:          standalone version = current dir
                   14926: 
                   14927:        * src/targets/cgi/parser3.C: document root in standalone version =
                   14928:          current dir
                   14929: 
                   14930: 2002-04-03  paf
                   14931: 
                   14932:        * configure, configure.in: more checks on nonexistent charset
                   14933: 
                   14934:        * INSTALL, configure, configure.in: root config configure options
                   14935: 
                   14936: 2002-04-02  paf
                   14937: 
                   14938:        * src/main/compile.C: parser.compile [exception name more like in
                   14939:          doc]
                   14940: 
                   14941: 2002-04-01  paf
                   14942: 
                   14943:        * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
                   14944:          targets/isapi/parser3isapi.dsp: mail subject encoding taken from
                   14945:          .content-type.charset, not .charset
                   14946: 
                   14947: 2002-03-29  paf
                   14948: 
                   14949:        * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
                   14950: 
                   14951:        * operators.txt, src/classes/date.C, www/htdocs/index.html:
                   14952:          ^date::create now may not supply day, default 1.  checked 29.03
                   14953:          -> 29.02 roll on non 366 days' year.  | 31.05->31.04   roll
                   14954: 
                   14955: 2002-03-28  paf
                   14956: 
                   14957:        * operators.txt, src/classes/date.C, src/classes/op.C,
                   14958:          src/include/pa_globals.h, src/include/pa_hash.h,
                   14959:          src/main/pa_globals.C, src/types/pa_vdate.h,
                   14960:          www/htdocs/index.html: ^cache[file][date]{    ^cache(seconds)
                   14961:          ^cache[date] }
                   14962: 
                   14963:        * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
                   14964:          param
                   14965: 
                   14966: 2002-03-27  paf
                   14967: 
                   14968:        * operators.txt, src/classes/date.C, src/classes/double.C,
                   14969:          src/classes/file.C, src/classes/form.C, src/classes/hash.C,
                   14970:          src/classes/image.C, src/classes/int.C, src/classes/mail.C,
                   14971:          src/classes/math.C, src/classes/op.C, src/classes/string.C,
                   14972:          src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
                   14973:          src/classes/xnode.C, src/include/pa_exception.h,
                   14974:          src/include/pa_request.h, src/include/pa_stylesheet_connection.h,
                   14975:          src/main/compile.C, src/main/compile_tools.C, src/main/execute.C,
                   14976:          src/main/pa_array.C, src/main/pa_charset.C,
                   14977:          src/main/pa_charsets.C, src/main/pa_common.C,
                   14978:          src/main/pa_dictionary.C, src/main/pa_exception.C,
                   14979:          src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
                   14980:          src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
                   14981:          src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
                   14982:          src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
                   14983:          src/types/pa_value.h, src/types/pa_vcookie.C,
                   14984:          src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
                   14985:          src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
                   14986:          src/types/pa_vtable.C, src/types/pa_vxdoc.h,
                   14987:          src/types/pa_vxnode.h, src/types/pa_wcontext.C,
                   14988:          src/types/pa_wwrapper.h, www/htdocs/index.html: assigned
                   14989:          exception types
                   14990: 
                   14991:        * operators.txt, src/classes/op.C, src/include/pa_config_fixed.h,
                   14992:          src/include/pa_request.h, src/main/execute.C,
                   14993:          src/main/pa_request.C: decided agains resetting exception_trace,
                   14994:          just changed name
                   14995: 
                   14996: 2002-03-26  paf
                   14997: 
                   14998:        * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
                   14999:          fixed
                   15000: 
                   15001:        * src/classes/op.C, www/htdocs/index.html: forced language of
                   15002:          $source field of exception to 'tainted', so that sql-langed-frags
                   15003:          could be outputed outside of connect
                   15004: 
                   15005:        * operators.txt: removed date.roll limit of +-1 offset
                   15006: 
                   15007:        * src/classes/date.C, www/htdocs/index.html: removed date.roll
                   15008:          limit of +-1 offset
                   15009: 
                   15010:        * operators.txt, src/classes/date.C, www/htdocs/index.html: fixed
                   15011:          date roll on daylightsaving days mktime took into account
                   15012:          tm_isdst flag, which remained from BEFORE roll, but should have
                   15013:          been reset
                   15014: 
                   15015: 2002-03-25  paf
                   15016: 
                   15017:        * operators.txt, src/targets/cgi/parser3.C:
                   15018:          http_site_config_filespec
                   15019: 
                   15020:        * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
                   15021:          main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
                   15022:          with any/both --disable-foreign-group-files --disable-execs
                   15023: 
                   15024:        * INSTALL: "--with=sendmail=COMMAND" comment
                   15025: 
                   15026:        * INSTALL, configure, configure.in, src/classes/mail.C,
                   15027:          src/include/pa_config_auto.h.in, src/main/pa_exec.C,
                   15028:          src/targets/cgi/Makefile.am: --disable-foreign-group-files now
                   15029:          disables execs also.  introducing --sendmail
                   15030: 
                   15031:        * operators.txt: pgsql options comment
                   15032: 
                   15033:        * INSTALL: comment on --disable-link-stdcpp
                   15034: 
                   15035:        * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
                   15036:          libstdc++ link skipping configure option
                   15037: 
                   15038:        * src/: classes/op.C, include/pa_sql_connection.h: sql connection
                   15039:          with error were put to cache with 'marked_to_rollback' flag, all
                   15040:          consequent even OK requests rolled back
                   15041: 
                   15042: 2002-03-22  paf
                   15043: 
                   15044:        * src/main/pa_exec.C: createprocess nowindow flag check on readfile
                   15045:          false return
                   15046: 
                   15047:        * operators.txt: few comments on sets
                   15048: 
                   15049: 2002-03-18  paf
                   15050: 
                   15051:        * operators.txt, src/classes/op.C, src/include/pa_exception.h,
                   15052:          src/include/pa_globals.h, src/include/pa_request.h,
                   15053:          src/include/pa_stack.h, src/main/pa_globals.C,
                   15054:          src/main/pa_request.C, www/htdocs/index.html: introducing ^try
                   15055: 
                   15056:        * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
                   15057:          types/pa_vdouble.h: removed some tested @tests
                   15058: 
                   15059: 2002-03-15  paf
                   15060: 
                   15061:        * operators.txt, src/classes/table.C, www/htdocs/index.html:
                   15062:          ^table.locate(logical expr)
                   15063: 
                   15064: 2002-03-13  paf
                   15065: 
                   15066:        * src/main/pa_exception.C: checked not-pooled malloc
                   15067: 
                   15068: 2002-03-11  paf
                   15069: 
                   15070:        * INSTALL, configure, configure.in,
                   15071:          src/include/pa_config_auto.h.in: --disable-foreign-group-files
                   15072: 
                   15073:        * src/main/pa_common.C: --disable-foreign-group-files
                   15074: 
                   15075:        * INSTALL, www/htdocs/index.html: --disable-execs
                   15076: 
                   15077:        * src/main/pa_exec.C, www/htdocs/index.html: --disable-execs
                   15078: 
                   15079:        * configure, configure.in, src/include/pa_config_auto.h.in:
                   15080:          --disable-execs
                   15081: 
                   15082:        * src/include/pa_config_fixed.h, src/main/pa_exec.C,
                   15083:          www/htdocs/index.html: --disable-execs
                   15084: 
                   15085:        * src/types/pa_vfile.C: $file.text now 0A linebreaks,
                   15086:          file::exec/cgi linebreaks "0D0A" changed to 0A onces
                   15087: 
                   15088: 2002-03-05  paf
                   15089: 
                   15090:        * operators.txt, src/classes/date.C: date week calendar columns
                   15091:          named
                   15092: 
                   15093:        * operators.txt, src/classes/date.C: date week calendar columns
                   15094:          named
                   15095: 
                   15096:        * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
                   15097:          requires headers to be terminated with \r\n manually [refuses to
                   15098:          separate header/body itself]
                   15099: 
                   15100:        * src/main/pa_globals.C, src/targets/cgi/parser3.C,
                   15101:          src/targets/isapi/parser3isapi.C, www/htdocs/index.html: isapi
                   15102:          site config beside .dll
                   15103: 
                   15104: 2002-03-04  paf
                   15105: 
                   15106:        * src/classes/op.C, src/types/pa_vfile.C, www/htdocs/index.html:
                   15107:          process body now evaluated in PASS language
                   15108: 
                   15109:        * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
                   15110:          deserialize checks on broken file
                   15111: 
                   15112:        * src/targets/isapi/: pa_threads.C, parser3isapi.C,
                   15113:          parser3isapi.dsp: isapi updated
                   15114: 
                   15115: 2002-03-01  paf
                   15116: 
                   15117:        * src/main/pa_exec.C: execle -> execve, now argc OK
                   15118: 
                   15119: 2002-02-28  paf
                   15120: 
                   15121:        * src/main/untaint.C: removed some debug comments
                   15122: 
                   15123:        * src/main/pa_charsets.C: when placing charset to cache using
                   15124:          global name now [were request]
                   15125: 
                   15126:        * configure, configure.in: apache module updated
                   15127: 
                   15128:        * www/htdocs/auto.p: apache module updated
                   15129: 
                   15130:        * src/main/pa_string.C: origin by first piece preferred before last
                   15131:          piece
                   15132: 
                   15133: 2002-02-27  paf
                   15134: 
                   15135:        * src/main/pa_charset.C: size_t
                   15136: 
                   15137:        * INSTALL: shared/static-xml with-pathlink
                   15138: 
                   15139:        * operators.txt: SMTP comment
                   15140: 
                   15141: 2002-02-26  paf
                   15142: 
                   15143:        * src/main/pa_exec.C: more precise names for vars, cosmetic
                   15144: 
                   15145:        * src/classes/xnode.C, www/htdocs/auto.p, www/htdocs/global.xsl,
                   15146:          www/htdocs/index.html: in some situation, xpath query returned
                   15147:          result with type NODESET, but empty nodeset member field, checked
                   15148:          that
                   15149: 
                   15150: 2002-02-22  paf
                   15151: 
                   15152:        * INSTALL: without-zlib comment
                   15153: 
                   15154:        * etc/parser3.charsets/windows-1251.cfg: &deg;
                   15155: 
                   15156:        * configure, configure.in: glib###.a detection fixed
                   15157: 
                   15158:        * INSTALL: hashfile removed from INSTALL
                   15159: 
                   15160:        * Makefile.am: make update
                   15161: 
                   15162:        * src/main/pa_string.C: string iterators fixed again, so were
                   15163:          String::join_chain
                   15164: 
                   15165:        * src/main/pa_string.C: string iterators fixed again, so were
                   15166:          String::join_chain
                   15167: 
                   15168:        * src/include/pa_string.h, src/main/pa_string.C, www/htdocs/auto.p,
                   15169:          www/htdocs/index.html: string iterators fixed again, so were
                   15170:          String::join_chain
                   15171: 
                   15172:        * src/types/pa_vcookie.C: cookie "expires=0" =  "session"
                   15173: 
                   15174:        * operators.txt, src/types/pa_vcookie.C: cookie "expires=0" =
                   15175:          "session"
                   15176: 
                   15177:        * configure, configure.in, src/include/pa_config_auto.h.in:
                   15178:          --with-shared-xml --with-static-xml
                   15179: 
                   15180:        * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
                   15181:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   15182:          types/types.dsp: *.dsp: removed refereces to win32db & ancient
                   15183:          xalan&xml
                   15184: 
                   15185:        * acconfig.h: acconfig move in cvs[from src/libltdl to /]
                   15186: 
                   15187:        * operators.txt, src/classes/classes.dsp, src/main/main.dsp,
                   15188:          src/types/types.dsp: removed hashfile support from sources for
                   15189:          now
                   15190: 
                   15191:        * configure, configure.in, src/classes/Makefile.am,
                   15192:          src/classes/hashfile.C, src/include/Makefile.am,
                   15193:          src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
                   15194:          src/include/pa_db_manager.h, src/include/pa_db_table.h,
                   15195:          src/main/Makefile.am, src/main/pa_db_connection.C,
                   15196:          src/main/pa_db_manager.C, src/main/pa_db_table.C,
                   15197:          src/main/pa_globals.C, src/targets/cgi/Makefile.am,
                   15198:          src/types/Makefile.am, src/types/pa_vhashfile.C,
                   15199:          src/types/pa_vhashfile.h: removed hashfile support for now
                   15200: 
                   15201: 2002-02-21  paf
                   15202: 
                   15203:        * src/main/untaint.C: removed debug code, activated commented-for
                   15204:          debug parts
                   15205: 
                   15206:        * Makefile.am: make cvsupdate
                   15207: 
                   15208:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
                   15209:          main/untaint.C: STRING_*FOREACH_ROW changed to stop at
                   15210:          append_row, not at link zero now string to string appending works
                   15211: 
                   15212: 2002-02-20  paf
                   15213: 
                   15214:        * src/include/pa_string.h, src/main/execute.C, src/main/untaint.C,
                   15215:          src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C,
                   15216:          www/htdocs/index.html: //#define DEBUG_STRING_APPENDS_VS_EXPANDS
                   15217: 
                   15218:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   15219:          economy: 22%
                   15220: 
                   15221:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   15222:          space uptimized: string::link_row removed
                   15223: 
                   15224:        * src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
                   15225:          src/main/pa_db_manager.C, src/main/pa_dictionary.C,
                   15226:          src/main/pa_string.C, src/main/untaint.C,
                   15227:          src/targets/cgi/parser3.C, src/types/pa_vcookie.C,
                   15228:          src/types/pa_vstring.h, www/htdocs/index.html: speed uptimized:
                   15229:          string::is_empty
                   15230: 
                   15231:        * operators.txt, src/include/pa_common.h,
                   15232:          src/include/pa_config_fixed.h, src/include/pa_string.h,
                   15233:          src/include/pa_types.h, src/main/compile.tab.C,
                   15234:          src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
                   15235:          src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C,
                   15236:          www/htdocs/auto.p, www/htdocs/global.xsl, www/htdocs/index.html:
                   15237:          strign to string append optimiziation idea and estimates
                   15238: 
                   15239: 2002-02-19  paf
                   15240: 
                   15241:        * src/classes/math.C: not used directly [but erroreously reported
                   15242:          that 'is', thus registering twice&other probs]
                   15243: 
                   15244:        * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
                   15245:          to node [element]
                   15246: 
                   15247:        * src/main/compile.C: without string_origins parse error
                   15248:          file+line+col possible
                   15249: 
                   15250:        * src/main/: compile.C: without string_origins not worked
                   15251: 
                   15252: 2002-02-18  paf
                   15253: 
                   15254:        * src/types/pa_vdouble.h: since we have in_expression removed that
                   15255:          trick i've installed into double::as_string
                   15256: 
                   15257:        * src/main/pa_globals.C: extern "C" was removed too fast
                   15258: 
                   15259:        * src/include/pa_opcode.h, src/include/pa_request.h,
                   15260:          src/main/compile.tab.C, src/main/compile.y, src/main/execute.C,
                   15261:          src/types/pa_wcontext.h, www/htdocs/index.html: in_expression
                   15262:          aimed to solve old problem with string/nonstring values, now in
                   15263:          expressions double/int values are passed as-is, without stupid
                   15264:          tostring/fromstring conversions
                   15265: 
                   15266:        * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
                   15267:          __cplusplus } #endif
                   15268: 
                   15269:        * src/main/compile.tab.C: bison env set so one could compile
                   15270:          without cygwin installed
                   15271: 
                   15272:        * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
                   15273:          targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
                   15274:          gnome xml libs parser .dsp-s changed accordingly
                   15275: 
                   15276:        * operators.txt, src/targets/cgi/parser3.C: PARSER_ROOT_CONFIG
                   15277: 
                   15278:        * operators.txt, src/classes/date.C: date::create [were date::set,
                   15279:          with backward comp
                   15280: 
                   15281:        * src/classes/math.C, www/htdocs/index.html: math:random range
                   15282:          check fixed
                   15283: 
                   15284:        * src/main/compile.tab.C, src/main/compile.y,
                   15285:          www/htdocs/global.xsl, www/htdocs/index.html: integer  division
                   15286:          stops name
                   15287: 
                   15288:        * INSTALL: local install comment
                   15289: 
                   15290:        * ltconfig, ltmain.sh: removed libtool subpart files
                   15291: 
                   15292:        * acinclude.m4, aclocal.m4, configure, configure.in,
                   15293:          src/include/pa_config_auto.h.in,
                   15294:          src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
                   15295:          src/targets/cgi/parser3.C: removed libtool usage from build mech
                   15296: 
                   15297:        * operators.txt: \ comment
                   15298: 
                   15299: 2002-02-13  paf
                   15300: 
                   15301:        * src/include/pa_config_includes.h: sys/time time both included
                   15302:          now.  vaguely remember confilicts on this on some system [not on
                   15303:          six|ablv] so when would see them again would think up proper
                   15304:          check
                   15305: 
                   15306:        * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
                   15307:          --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
                   15308: 
                   15309:        * src/main/pa_common.C: truncation never occured when writing files
                   15310:          on unix [since i've changed cache mech] fix
                   15311: 
                   15312:        * src/main/pa_common.C: strnchr: sanity check added
                   15313: 
                   15314:        * etc/parser3.charsets/windows-1257.cfg: id added
                   15315: 
                   15316:        * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
                   15317:          baltic charset file generated, in generation script ispunct check
                   15318:          added
                   15319: 
                   15320: 2002-02-08  paf
                   15321: 
                   15322:        * src/: include/Makefile.am, sql/Makefile.am,
                   15323:          targets/isapi/Makefile.am: forgotten makes
                   15324: 
                   15325:        * src/types/: pa_vcookie.C: VCookie::fill_fields one check
                   15326:          forgotten
                   15327: 
                   15328:        * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
                   15329: 
                   15330:        * INSTALL, README: install&others updated
                   15331: 
                   15332:        * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
                   15333: 
                   15334:        * Makefile.am, configure, configure.in,
                   15335:          etc/parser3.charsets/Makefile.am, src/Makefile.am,
                   15336:          src/classes/Makefile.am, src/main/Makefile.am,
                   15337:          src/main/pa_status_provider.C, src/targets/Makefile.am,
                   15338:          src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
                   15339:          works
                   15340: 
                   15341:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   15342:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   15343:          classes/hashfile.C, classes/int.C, classes/mail.C,
                   15344:          classes/math.C, classes/op.C, classes/response.C,
                   15345:          classes/string.C, classes/table.C, classes/void.C,
                   15346:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   15347:          include/pa_array.h, include/pa_cache_managers.h,
                   15348:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   15349:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   15350:          include/pa_db_connection.h, include/pa_db_manager.h,
                   15351:          include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
                   15352:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   15353:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   15354:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   15355:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   15356:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   15357:          include/pa_stack.h, include/pa_string.h,
                   15358:          include/pa_stylesheet_connection.h,
                   15359:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   15360:          include/pa_threads.h, include/pa_types.h, main/compile.C,
                   15361:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   15362:          main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
                   15363:          main/pa_db_connection.C, main/pa_db_manager.C,
                   15364:          main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
                   15365:          main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
                   15366:          main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
                   15367:          main/pa_sql_driver_manager.C, main/pa_status_provider.C,
                   15368:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   15369:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   15370:          targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
                   15371:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   15372:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
                   15373:          types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
                   15374:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   15375:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   15376:          types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
                   15377:          types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
                   15378:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
                   15379:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   15380:          types/pa_vrequest.h, types/pa_vresponse.h,
                   15381:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   15382:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   15383:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
                   15384:          types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
                   15385:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
                   15386:          classes/image.C, main/pa_common.C, main/pa_exec.C,
                   15387:          main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
                   15388:          types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
                   15389:          types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
                   15390:          types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
                   15391:          types/pa_vxnode.C, main/pa_charset.C: name spelling
                   15392: 
                   15393:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   15394:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   15395:          classes/hashfile.C, classes/image.C, classes/int.C,
                   15396:          classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
                   15397:          classes/string.C, classes/table.C, classes/void.C,
                   15398:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   15399:          include/pa_array.h, include/pa_cache_managers.h,
                   15400:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   15401:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   15402:          include/pa_db_connection.h, include/pa_db_manager.h,
                   15403:          include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
                   15404:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   15405:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   15406:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   15407:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   15408:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   15409:          include/pa_stack.h, include/pa_string.h,
                   15410:          include/pa_stylesheet_connection.h,
                   15411:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   15412:          include/pa_threads.h, include/pa_types.h, main/compile.C,
                   15413:          main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
                   15414:          main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
                   15415:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   15416:          main/pa_db_connection.C, main/pa_db_manager.C,
                   15417:          main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
                   15418:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   15419:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   15420:          main/pa_socks.C, main/pa_sql_driver_manager.C,
                   15421:          main/pa_status_provider.C, main/pa_string.C,
                   15422:          main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
                   15423:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   15424:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   15425:          targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
                   15426:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   15427:          targets/isapi/pool_storage.h, types/pa_valiased.C,
                   15428:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   15429:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   15430:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   15431:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   15432:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   15433:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   15434:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   15435:          types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
                   15436:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   15437:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   15438:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   15439:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   15440:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   15441:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   15442:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   15443:          types/pa_wcontext.h, types/pa_wwrapper.h: 2002
                   15444: 
                   15445: 2002-02-07  paf
                   15446: 
                   15447:        * src/main/pa_socks.C: swapped headers to avoid compiler warnings
                   15448: 
                   15449:        * configure, configure.in, src/include/pa_config_auto.h.in,
                   15450:          src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
                   15451:          added yet another locking function: fcntl
                   15452: 
                   15453:        * config.sub: on cygwin configure passes it with strange i1586
                   15454:          const, hacked it to mean i586
                   15455: 
                   15456:        * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
                   15457:          disabled $if reference due to conflicts with local variables
                   15458: 
                   15459:        * operators.txt, src/classes/xdoc.C, src/include/pa_config_fixed.h:
                   15460:          xdoc::set obsolete now, now xdoc::create, with both sences
                   15461: 
                   15462:        * operators.txt, src/classes/table.C, src/include/pa_array.h,
                   15463:          src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C,
                   15464:          www/htdocs/auto.p, www/htdocs/index.html: table::create now //
                   15465:          'set' name obsolete now table clone.
                   15466: 
                   15467:        * operators.txt, src/classes/string.C,
                   15468:          src/include/pa_config_fixed.h, src/main/compile.tab.C:
                   15469:          ^int/double/string.format now can be called with normal []
                   15470:          brackets, not stupid {} as it were implemented for some strange
                   15471:          reason.  retaining backward compatibility due to some
                   15472:          already-implemented servers
                   15473: 
                   15474:        * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
                   15475:          main/compile.y, main/compile_tools.C, main/compile_tools.h:
                   15476:          operators now detected by check at name_without_curly_rdive_read
                   15477:          rule whether diving code constists only of
                   15478:          OP_VALUE+string+OP_GET_ELEMENT.  and last op code substituted
                   15479:          with OP_GET_ELEMENT_OR_OPERATOR to form
                   15480:          OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR.  code
                   15481: 
                   15482: 2002-02-06  paf
                   15483: 
                   15484:        * configure, configure.in: prefix expanded, grr
                   15485: 
                   15486:        * operators.txt, src/classes/mail.C: mail:send config changed
                   15487: 
                   15488: 2002-02-05  paf
                   15489: 
                   15490:        * operators.txt: regex options commented
                   15491: 
                   15492:        * src/main/: pa_exec.C: argv0 now correct
                   15493: 
                   15494:        * src/types/pa_vstatus.C: status:rusage 3
                   15495: 
                   15496:        * src/types/pa_vstatus.C: status:rusage 2
                   15497: 
                   15498:        * operators.txt: status:rusage described int operators
                   15499: 
                   15500:        * src/types/pa_vstatus.C: status:rusage 1
                   15501: 
                   15502:        * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
                   15503:          src/types/types.dsp: status:rusage
                   15504: 
                   15505:        * configure.in, operators.txt, src/classes/file.C,
                   15506:          src/classes/op.C, src/include/pa_common.h,
                   15507:          src/include/pa_config_includes.h, src/main/compile.tab.C,
                   15508:          src/main/pa_common.C, www/htdocs/index.html: rewritten ^cache to
                   15509:          use non-blocking-exclusive-caches
                   15510: 
                   15511:        * src/main/pa_common.C: text file read mode on win32 adjusted
                   15512:          [speed impact. was off for debugging purpose, but forgotten
                   15513:          afterwards]
                   15514: 
                   15515: 2002-02-01  paf
                   15516: 
                   15517:        * src/classes/op.C: file_write does EX lock after create, while
                   15518:          file_read does SH after open, so there's a moment after create
                   15519:          but before EX lock when read can sneak into, and read
                   15520:          just-created-for-writing-and-not-yet-locked file, added a check
                   15521:          for that in ^cache...read
                   15522: 
                   15523: 2002-01-31  paf
                   15524: 
                   15525:        * src/main/: compile.y, compile.tab.C: disabled operator call after
                   15526:          ^xxx:
                   15527: 
                   15528:        * src/main/: compile.tab.C, execute.C: made operators lookup first
                   15529:          in ^xxx situation.  so that one could not do $if[1] ^if[xxx]
                   15530: 
                   15531:        * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
                   15532:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                   15533:          main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
                   15534:          operators check 6.1 rewritten. now check is done at compile time
                   15535: 
                   15536:        * src/main/execute.C: operators check 5 floated up old error of
                   15537:          staying in 'entered class/object' state after $a($a..) it
                   15538:          prevented operators from being called thereafter
                   15539: 
                   15540:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   15541:          main/execute.C: operators check 4 floated up old error of staying
                   15542:          in 'entered object' state after ^a.a(a) it prevented operators
                   15543:          from being called thereafter
                   15544: 
                   15545:        * src/main/execute.C: operators check 3 floated up old error of
                   15546:          staying in 'entered class' state after $a:a(a) it prevented
                   15547:          operators from being called thereafter
                   15548: 
                   15549:        * src/main/execute.C, src/types/pa_wcontext.h, www/htdocs/auto.p,
                   15550:          www/htdocs/index.html: operators check 2 floated up old error of
                   15551:          staying in 'entered class' state after $a:a[a] it prevented
                   15552:          operators from being called thereafter
                   15553: 
                   15554:        * src/main/execute.C, www/htdocs/index.html: operators check, thay
                   15555:          mistakenly seen in   $class:operator   $object.operators contexts
                   15556: 
                   15557:        * src/classes/xdoc.C, src/targets/cgi/parser3.dsp,
                   15558:          www/htdocs/index.html: now compiles under win32
                   15559: 
                   15560:        * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
                   15561:          src/classes/Makefile.am, src/main/Makefile.am,
                   15562:          src/targets/cgi/Makefile.am,
                   15563:          src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
                   15564:          src/types/Makefile.am: lowered indent.awk back to src/
                   15565: 
                   15566:        * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
                   15567:          acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
                   15568:          configure, configure.in, form.txt, ident.awk, install-sh,
                   15569:          lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
                   15570:          operators.txt, parser3.dsw, sql.txt, types.txt, etc/Makefile.am,
                   15571:          etc/parser3.charsets/Makefile.am,
                   15572:          etc/parser3.charsets/koi8-r.cfg,
                   15573:          etc/parser3.charsets/windows-1250.cfg,
                   15574:          etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
                   15575:          src/classes/Makefile.am, src/include/pa_config_auto.h.in,
                   15576:          src/main/Makefile.am, src/targets/cgi/Makefile.am,
                   15577:          src/targets/cgi/parser3.C, src/types/Makefile.am,
                   15578:          www/Makefile.am, www/htdocs/auto.p, www/htdocs/global.xsl,
                   15579:          www/htdocs/index.html, www/htdocs/parser-status.html,
                   15580:          www/htdocs/people.dtd: moved etc&www out of src, moved
                   15581:          configure&co out of src added windows-1250.cfg straightened
                   15582:          installation scripts procedure made targets/cgi/parser3.C be
                   15583:          dependant on ./configure --sysconfdir change
                   15584: 
                   15585: 2002-01-30  paf
                   15586: 
                   15587:        * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
                   15588:          removed] those comments were a mistake, and prevented libltdl
                   15589:          from function properly
                   15590: 
                   15591: 2002-01-29  paf
                   15592: 
                   15593:        * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
                   15594:          creation [modified acinclude.m4 which were creating int into just
                   15595:          assignment LIBTOOL=../libtool] added default system
                   15596:          config&charsetts prepared 'make install', now it installs
                   15597:          targets/cgi/parser3 into bin directory etc/parser3.conf &
                   15598:          etc/parser3.charsets/* into $sysconfdir and
                   15599:          $sysconfdir/parser3.charsets respectively
                   15600: 
                   15601:        * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
                   15602:          main/pa_globals.C: few forgotten ifdef XML added
                   15603: 
                   15604: 2002-01-28  paf
                   15605: 
                   15606:        * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
                   15607:          removed
                   15608: 
                   15609:        * src/main/pa_exception.C: dom|generic error output fix
                   15610: 
                   15611:        * src/classes/xnode.C: xdoc.importNode 3 [check err]
                   15612: 
                   15613:        * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
                   15614: 
                   15615:        * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
                   15616:          [fixed as_node helper func to accept docs]
                   15617: 
                   15618:        * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
                   15619:          xdoc.importNode 0
                   15620: 
                   15621:        * src/classes/xdoc.C: xdoc::set now untaints OK
                   15622: 
                   15623: 2002-01-25  paf
                   15624: 
                   15625:        * src/main/: compile.tab.C, compile.y: #comment  before @ after
                   15626:          @SPECIAL now works OK
                   15627: 
                   15628:        * src/main/: pa_exec.C: unix: exec now does chdir to script dir
                   15629: 
                   15630:        * src/main/pa_exec.C: max arg count now 10, and proper message on
                   15631:          violation that added
                   15632: 
                   15633:        * src/classes/hash.C: unified  hash::sql, now
                   15634:          ^hash::sql{query}[[$.limit(2) $.offset(4)]]
                   15635: 
                   15636:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
                   15637:          ^file:lock[filename]{code}
                   15638: 
                   15639:        * src/: classes/file.C, classes/op.C, classes/string.C,
                   15640:          classes/table.C, classes/xdoc.C, include/pa_common.h,
                   15641:          main/pa_common.C, types/pa_vfile.h: removed redundant pool param
                   15642:          to some pa_common funcs
                   15643: 
                   15644:        * src/: include/pa_charset.h, main/pa_globals.C:
                   15645:          http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
                   15646: 
                   15647:        * src/: include/pa_charset.h, main/pa_charset.C,
                   15648:          include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
                   15649:          not stupid illegal define
                   15650: 
                   15651: 2002-01-24  paf
                   15652: 
                   15653:        * src/include/pa_version.h: changed version number
                   15654: 
                   15655:        * src/: classes/hashfile.C, include/pa_db_table.h,
                   15656:          include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   15657:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   15658:          main/pa_db_connection.C, main/pa_db_table.C,
                   15659:          types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
                   15660:          hashfile without logfiles
                   15661: 
                   15662:        * src/: classes/hashfile.C, include/pa_db_table.h,
                   15663:          main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
                   15664:          types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
                   15665:          of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
                   15666:          DB_INIT_TXN init bits, thus got rid of huge log files, which
                   15667:          cluttered disk without huge need]
                   15668: 
                   15669:        * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
                   15670:          handy macro, which is strangly abscent in dome lib
                   15671: 
                   15672:        * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
                   15673: 
                   15674:        * src/classes/xdoc.C: checked empty response
                   15675: 
                   15676:        * src/classes/xnode.C: xdoc.select fixed context node [were always
                   15677:          /, not self node]
                   15678: 
                   15679:        * src/classes/xnode.C: xnode.select returns array always now, in
                   15680:          case 'nothing found' returns empty array
                   15681: 
                   15682:        * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
                   15683:          be more tender with ctrl/c/v
                   15684: 
                   15685: 2002-01-23  paf
                   15686: 
                   15687:        * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
                   15688:          substituted.         // 2. when dom tree with entites goes under
                   15689:          transform text nodes        // got [erroreosly] cut on first
                   15690:          entity occurance
                   15691: 
                   15692:        * src/types/pa_vdouble.h: double prec. todo: get rid of
                   15693:          twice-converting
                   15694: 
                   15695:        * src/types/pa_vdouble.h: %.20E now float format when %g produced
                   15696:          'e' in output this is for regretful twice-converting here:
                   15697:          $a(double value) when they write double falue  they convert it to
                   15698:          string first, thus %g were losing precesion.
                   15699: 
                   15700:          todo: think up some way to remove double->string string->double
                   15701:          twice-converting
                   15702: 
                   15703:        * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
                   15704:          %.20E now default float format this is for regretful
                   15705:          twice-converting here: $a(double value) when they write double
                   15706:          falue  they convert it to string first, thus %g were losing
                   15707:          precesion.
                   15708: 
                   15709:          todo: think up some way to remove double->string string->double
                   15710:          twice-converting
                   15711: 
                   15712:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   15713:          main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
                   15714:          reasons in comment inside
                   15715: 
                   15716:        * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
                   15717:          statically linked]
                   15718: 
                   15719:        * src/: include/pa_exception.h, main/compile.tab.C,
                   15720:          main/pa_exception.C: removed exception va_list constructor.  1.
                   15721:          not needed anymore 2. there were a conflict[causing errors]
                   15722:          between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
                   15723:          never detected an ambiguilty here, compiling ctor(, "hello") into
                   15724:          ctor(, va_list) which, of course, caused gpf
                   15725: 
                   15726:        * src/main/pa_globals.C: removed debug xslt messages
                   15727: 
                   15728: 2002-01-22  paf
                   15729: 
                   15730:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   15731:          main/pa_globals.C: xsl stylesheet load: parsed entities, this
                   15732:          helps compiling stylesheet properly.  example: this refused to
                   15733:          work,             <b>&laquo;<xsl:value-of select="@title"
                   15734:          />&raquo;</b> stranly worked only this way:
                   15735:          <b>&#171;<xsl:value-of select="@title" />&raquo;</b>
                   15736: 
                   15737:          docs says "set it to 1", never going into details, so I decided
                   15738:          to try NOT to do that
                   15739: 
                   15740:        * src/classes/table.C: join behaived badly in case named tables
                   15741:          structure mismatched: 0 strings sneaked into dest failing
                   15742:          afterwards.  replaced them with empty strings
                   15743: 
                   15744: 2002-01-21  paf
                   15745: 
                   15746:        * src/main/pa_charset.C: checked empty transcoders in
                   15747:          transcode_cstr|buf
                   15748: 
                   15749:        * src/classes/xdoc.C: xdoc::load error source = filespec
                   15750: 
                   15751:        * src/classes/xdoc.C: transform error source now
                   15752:          stylesheet_filespec
                   15753: 
                   15754:        * src/: classes/xdoc.C, classes/xnode.C,
                   15755:          include/pa_stylesheet_connection.h, main/pa_charset.C,
                   15756:          main/pa_globals.C, main/pa_sql_driver_manager.C,
                   15757:          main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
                   15758:          gnome
                   15759: 
                   15760:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
                   15761:          include/pa_globals.h, include/pa_stylesheet_connection.h,
                   15762:          main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
                   15763:          xslt generic error 1
                   15764: 
                   15765:        * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
                   15766:          xml generic message 1
                   15767: 
                   15768:        * src/classes/table.C: ^table::load empty lines or #comments before
                   15769:          headline
                   15770: 
                   15771:        * src/: include/pa_array.h, include/pa_globals.h,
                   15772:          include/pa_request.h, include/pa_threads.h, main/pa_array.C,
                   15773:          main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
                   15774:          targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
                   15775:          errors 0
                   15776: 
                   15777: 2002-01-16  paf
                   15778: 
                   15779:        * src/: classes/hash.C, classes/op.C, classes/string.C,
                   15780:          classes/table.C, classes/void.C, classes/xdoc.C,
                   15781:          include/pa_db_connection.h, include/pa_request.h,
                   15782:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   15783:          include/pa_stylesheet_connection.h,
                   15784:          include/pa_stylesheet_manager.h, main/pa_request.C,
                   15785:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   15786:          targets/cgi/pool_storage.h: auto closers to sql_connection,
                   15787:          stylesheet_connection auto destroyers to remaining gnome objects
                   15788: 
                   15789:        * src/classes/xdoc.C: few comments
                   15790: 
                   15791: 2002-01-15  paf
                   15792: 
                   15793:        * src/classes/xdoc.C: xdoc   file   save   string
                   15794: 
                   15795:          ready.  todo: error handling
                   15796: 
                   15797:        * src/classes/xdoc.C: xdoc save rewritten using
                   15798:          xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
                   15799:          result
                   15800: 
                   15801:        * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
                   15802:          started output options parsing
                   15803: 
                   15804: 2002-01-14  paf
                   15805: 
                   15806:        * src/classes/xdoc.C: method
                   15807: 
                   15808:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
                   15809:          include/pa_pool.h, include/pa_stylesheet_connection.h,
                   15810:          main/main.dsp, main/pa_charset.C, main/pa_globals.C,
                   15811:          main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
                   15812:          xslt transform0.  TODO:   use output options   handle errors
                   15813: 
                   15814:        * src/classes/: xdoc.C, xnode.C: ^xdoc.file
                   15815: 
                   15816: 2002-01-11  paf
                   15817: 
                   15818:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   15819:          main/compile_tools.C, main/compile_tools.h, main/execute.C:
                   15820:          partial logical && || evaluation
                   15821: 
                   15822:        * src/classes/xnode.C: xpath selectNodes
                   15823: 
                   15824:        * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
                   15825:          string/number/bool
                   15826: 
                   15827:        * src/classes/xnode.C: xpath selectNode 2
                   15828: 
                   15829:        * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
                   15830:          xpath selectNode 1
                   15831: 
                   15832: 2002-01-10  paf
                   15833: 
                   15834:        * src/classes/xnode.C: xpath selectNode -100 [just written]
                   15835: 
                   15836:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
                   15837:          include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
                   15838:          main/pa_pool.C: GdomeDOMString_auto_ptr  c++ wrapper [calls
                   15839:          refcounter]
                   15840: 
                   15841: 2001-12-29  paf
                   15842: 
                   15843:        * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
                   15844:          main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
                   15845:          glib works 0
                   15846: 
                   15847: 2001-12-28  paf
                   15848: 
                   15849:        * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
                   15850:          main/pa_exception.C: started glib transcoders
                   15851: 
                   15852:        * src/main/pa_globals.C: renamed gdome to libgdome.dll
                   15853: 
                   15854:        * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
                   15855:          classes/xnode.C, classes/xnode.h, include/pa_exception.h,
                   15856:          include/pa_globals.h, main/compile.tab.C, main/main.dsp,
                   15857:          main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
                   15858:          main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
                   15859:          targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
                   15860:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
                   15861:          libs just compiled in.  no refcounting no xpath no xslt   yet
                   15862: 
                   15863: 2001-12-27  paf
                   15864: 
                   15865:        * src/: include/pa_charset.h, include/pa_common.h,
                   15866:          include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
                   15867:          main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
                   15868:          main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
                   15869:          targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   15870:          types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
                   15871:          from xalan&xerces, started the process.  globals [initialization
                   15872:          pool [charset update charset [transcodings vxnode vxdoc [DOM
                   15873:          calls
                   15874: 
                   15875:        * src/classes/Makefile.am: going away from xalan&xerces, not needed
                   15876:          anymore
                   15877: 
                   15878: 2001-12-26  paf
                   15879: 
                   15880:        * src/: include/pa_charset.h, include/pa_charsets.h,
                   15881:          main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
                   15882:          key globalized [bug]
                   15883: 
                   15884: 2001-12-25  paf
                   15885: 
                   15886:        * src/: classes/mail.C, classes/table.C, include/pa_string.h,
                   15887:          main/pa_string.C: table set & append changed splitting languages,
                   15888:          separators now can be clean AND as-is same to mail command line
                   15889:          $MAIN:MAIL.progX arguments
                   15890: 
                   15891: 2001-12-24  paf
                   15892: 
                   15893:        * src/classes/mail.C: one parted text messages - no multipart
                   15894:          mime-type anymore.  for convinient if $.attach-ments
                   15895: 
                   15896:        * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
                   15897:          main/pa_string.C: read from cache size check updated
                   15898: 
                   15899:        * src/main/: pa_string.C: String::join_chain another ugly bug :(
                   15900: 
                   15901: 2001-12-21  paf
                   15902: 
                   15903:        * src/classes/date.C: date:sql-string now returns localtime
                   15904: 
                   15905:        * src/main/pa_request.C: $result in @main actually not working, to
                   15906:          hell with it for now
                   15907: 
                   15908:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   15909:          types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
                   15910:          @postprocess @exception
                   15911: 
                   15912:        * src/main/execute.C: junction evaluation canceled - endless
                   15913:          recursion detected
                   15914: 
                   15915: 2001-12-19  paf
                   15916: 
                   15917:        * src/main/pa_charset.C: charset->charset transcoding via unicode
                   15918:          intermediate
                   15919: 
                   15920:        * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
                   15921: 
                   15922:        * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
                   15923: 
                   15924:        * src/classes/op.C: ^cache keypath now relative
                   15925: 
                   15926:        * src/classes/mail.C: changed weighting prior to sort
                   15927: 
                   15928:        * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
                   15929:          were missing
                   15930: 
                   15931: 2001-12-17  paf
                   15932: 
                   15933:        * src/main/pa_charset.C: ifndef XML were bad type
                   15934: 
                   15935:        * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
                   15936:          outdated unset services_pool
                   15937: 
                   15938:        * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
                   15939:          main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
                   15940:          types/pa_vresponse.C: ^mail:send[    $.charset[zzz] addded
                   15941: 
                   15942:        * src/main/untaint.C: allowed space in filespec
                   15943: 
                   15944:        * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
                   15945: 
                   15946:        * src/classes/image.C: no govno
                   15947: 
                   15948:        * src/classes/image.C: govno
                   15949: 
                   15950: 2001-12-16  paf
                   15951: 
                   15952:        * src/include/: pa_charset.h, pa_charsets.h: forgot to add
                   15953: 
                   15954:        * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
                   15955:          charset_connection&manager replaced by charset&charsets
                   15956: 
                   15957:        * src/main/pa_charset.C: name_cstr 0
                   15958: 
                   15959:        * src/main/untaint.C: uri lang now knows about client/source
                   15960:          charsets
                   15961: 
                   15962:        * src/: classes/file.C, classes/math.C, classes/op.C,
                   15963:          classes/string.C, classes/table.C, classes/xdoc.C,
                   15964:          include/pa_array.h, include/pa_cache_managers.h,
                   15965:          include/pa_charset_connection.h, include/pa_charset_manager.h,
                   15966:          include/pa_common.h, include/pa_db_connection.h,
                   15967:          include/pa_db_manager.h, include/pa_db_table.h,
                   15968:          include/pa_dictionary.h, include/pa_exception.h,
                   15969:          include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
                   15970:          include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
                   15971:          include/pa_sapi.h, include/pa_socks.h,
                   15972:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   15973:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   15974:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   15975:          include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
                   15976:          main/pa_charset.C, main/pa_charset_connection.C,
                   15977:          main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
                   15978:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   15979:          main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
                   15980:          types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
                   15981:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   15982:          types/types.dsp: introducing Charset
                   15983: 
                   15984: 2001-12-14  paf
                   15985: 
                   15986:        * src/: include/pa_request.h, include/pa_transcoder.h,
                   15987:          main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
                   15988:          types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
                   15989:          uri lang
                   15990: 
                   15991:        * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
                   15992: 
                   15993:        * src/targets/cgi/Makefile.am: -I../../pcre  to .am
                   15994: 
                   15995:        * src/: include/pa_globals.h, main/pa_globals.C: removed unused
                   15996:          defalts_name global
                   15997: 
                   15998:        * src/: include/pa_charset_connection.h, include/pa_pool.h,
                   15999:          include/pa_request.h, main/main.dsp,
                   16000:          main/pa_charset_connection.C, main/pa_charset_manager.C,
                   16001:          main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
                   16002:          types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
                   16003:          include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
                   16004:          changed charset model.  now important: $request:charset
                   16005:          $response:charset while $response:content-type.charset become
                   16006:          unimportant [informational]
                   16007: 
                   16008: 2001-12-13  paf
                   16009: 
                   16010:        * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
                   16011: 
                   16012:        * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
                   16013:          of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
                   16014:          auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
                   16015:          _Tp = FormatterListener] /usr/include/g++-3/memory:48:
                   16016:          auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
                   16017:          [with _Tp1 = FormatterListener, _Tp = FormatterListener]
                   16018: 
                   16019:        * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
                   16020:          auto_ptr part other way, because of stupid gcc 2.96
                   16021:          /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
                   16022:          &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
                   16023:          FormatterListener] /usr/include/g++-3/memory:48:
                   16024:          auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
                   16025:          _Tp1 = FormatterListener, _Tp = FormatterListener]
                   16026: 
                   16027:        * src/classes/xdoc.C: removed extra inc
                   16028: 
                   16029:        * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
                   16030: 
                   16031:        * src/include/pa_types.h: msvc head debugging flag
                   16032: 
                   16033:        * src/classes/xdoc.C: freed up listener
                   16034: 
                   16035:        * src/classes/string.C: change msg '... code is not code'
                   16036: 
                   16037:        * src/: main/pa_db_connection.C, main/pa_db_manager.C,
                   16038:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   16039:          targets/cgi/pool_storage.h: couple cache expiratiors were wrong
                   16040:          [past/future prob]
                   16041: 
                   16042:        * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
                   16043:          include/pa_config_fixed.h, include/pa_db_manager.h,
                   16044:          include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
                   16045:          main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
                   16046: 
                   16047:        * src/: include/pa_config_fixed.h, main/pa_common.C,
                   16048:          main/pa_string.C: removed signed mismatch warnings
                   16049: 
                   16050:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
                   16051:          'expires' from header outputs
                   16052: 
                   16053:        * src/main/pa_string.C: string::recustruct erroreusly used outdated
                   16054:          row ptr
                   16055: 
                   16056:        * src/classes/file.C: file::cgi bug, request_method were passed to
                   16057:          SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
                   16058: 
                   16059:        * src/classes/xdoc.C: lang list updated
                   16060: 
                   16061: 2001-12-10  paf
                   16062: 
                   16063:        * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
                   16064: 
                   16065:        * src/main/untaint.C: FILE_SPEC untainting changed so that one can
                   16066:          erase files like that, knowing their full name introducing   //
                   16067:          theoretical problem with, for instance, "_2B" and "." fragments,
                   16068:          // they would yield the same    // because
                   16069:          need_file_encode('_')=false  // but we need to delete such files
                   16070:          somehow, getting names from ^index
                   16071: 
                   16072:        * src/main/pa_string.C: ^string.replace bug fixed [bad
                   16073:          string::join_chank break]
                   16074: 
                   16075: 2001-12-07  paf
                   16076: 
                   16077:        * src/: classes/hashfile.C, classes/op.C, classes/table.C,
                   16078:          include/pa_common.h, include/pa_config_auto.h.in,
                   16079:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   16080:          include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
                   16081:          main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
                   16082:          types/pa_vhashfile.C: merged from r14_simple_cache
                   16083: 
                   16084:        * src/main/pa_string.C: stupid sparc architecture failed to access
                   16085:          short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
                   16086:             lduh  [ %i2 + 1 ], %l0
                   16087: 
                   16088:          bus error, fixed that
                   16089: 
                   16090:        * src/main/pa_string.C: strange string deserialize bug on
                   16091:          client[pmts], a bit shortened,
                   16092: 
                   16093:        * src/include/pa_config_auto.h.in: makes
                   16094: 
                   16095:        * src/: include/pa_common.h, include/pa_config_fixed.h,
                   16096:          include/pa_config_includes.h, main/pa_common.C: exclusive lock
                   16097:          file write shared lock file read
                   16098: 
                   16099:        * src/: classes/op.C, include/pa_common.h,
                   16100:          include/pa_config_fixed.h, main/pa_common.C: ^cache operator
                   16101: 
                   16102: 2001-12-06  paf
                   16103: 
                   16104:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   16105:          main/pa_request.C: #ifdef RESOURCES_DEBUG
                   16106: 
                   16107:        * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
                   16108:          info
                   16109: 
                   16110:        * src/classes/hashfile.C: removed transaction from ^cache
                   16111: 
                   16112: 2001-12-05  paf
                   16113: 
                   16114:        * src/targets/cgi/: parser3.C: fatal error reporting fixed.  in
                   16115:          IIS5 there were a prob with illegal call check
                   16116: 
                   16117: 2001-12-04  paf
                   16118: 
                   16119:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   16120:          main/pa_request.C: measures to log
                   16121: 
                   16122: 2001-11-23  paf
                   16123: 
                   16124:        * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
                   16125:          main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
                   16126:          types/pa_vhashfile.C: merged from _0014, 1
                   16127: 
                   16128:        * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
                   16129:          main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
                   16130:          hashfile bugfix2 more wrong sizes.  ^cache behaviour changed: if
                   16131:          ^cache(33) would change
                   16132: 
                   16133:          0660 bits in file_write & hashfile create
                   16134: 
                   16135:        * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
                   16136:          after pa_string optimization]
                   16137: 
                   16138: 2001-11-22  paf
                   16139: 
                   16140:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                   16141:          table.offset[whence]
                   16142: 
                   16143:        * src/classes/op.C: process cstr(,connection)
                   16144: 
                   16145:        * src/classes/op.C: process now gets its body on current language,
                   16146:          not as-is
                   16147: 
                   16148:        * src/main/untaint.C: ORIGINS mode removed UHTML
                   16149: 
                   16150:        * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
                   16151:          bit
                   16152: 
                   16153:        * src/classes/xdoc.C: cached xslt [removed nocache forcing]
                   16154: 
                   16155: 2001-11-21  paf
                   16156: 
                   16157:        * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
                   16158:          <xsl:output output options made identical to xsl:output
                   16159:          attributes exclusion:    cdata-section-elements what xalan can do
                   16160:          but that not used now:    it can escape and remove CDATA sections
                   16161: 
                   16162:        * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
                   16163:          produced by xslt
                   16164: 
                   16165:        * src/targets/cgi/parser3.C: removed debug cgi||1
                   16166: 
                   16167:        * src/main/: pa_string.C, untaint.C: cached some string::size() es
                   16168: 
                   16169:        * src/: classes/table.C, main/pa_string.C, main/untaint.C,
                   16170:          targets/cgi/parser3.C: table.append bug fixed: forgot to switch
                   16171:          default language for {code}, it happen to change it's language
                   16172:          from CLEAN, so later refused to split by CLEAN \t
                   16173: 
                   16174: 2001-11-20  paf
                   16175: 
                   16176:        * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
                   16177:          main/pa_exception.C, types/Makefile.am: moved ident.C & co to
                   16178:          bottom of dependeces, so that errors would popup quicklier, fixed
                   16179:          line numbering in table::sql
                   16180: 
                   16181: 2001-11-19  paf
                   16182: 
                   16183:        * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
                   16184:          include/pa_types.h, main/pa_globals.C, main/pa_request.C,
                   16185:          main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
                   16186:          targets/isapi/parser3isapi.C, types/pa_wcontext.C,
                   16187:          types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
                   16188:          at wcontext.write
                   16189: 
                   16190:        * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
                   16191:          _set_new_handler
                   16192: 
                   16193:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
                   16194:          set_new_handler in apache&isapi
                   16195: 
                   16196: 2001-11-16  paf
                   16197: 
                   16198:        * src/targets/cgi/parser3.C: pool debug @ die
                   16199: 
                   16200:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
                   16201:          removed 8 bytes from String, 2 bytes from
                   16202:          string::chunk::row::item
                   16203: 
                   16204:        * src/main/pa_string.C: removed 1+4 bytes from String
                   16205: 
                   16206:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
                   16207:          types/pa_vstring.C: removed 1+4 bytes from String
                   16208: 
                   16209:        * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
                   16210:          0
                   16211: 
                   16212:        * src/: include/pa_globals.h, include/pa_string.h,
                   16213:          include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
                   16214:          main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
                   16215:          targets/cgi/parser3.C: introducing estimating
                   16216:          String::cstr_bufsize, 0
                   16217: 
                   16218:        * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
                   16219: 
                   16220:        * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
                   16221: 
                   16222:        * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
                   16223:          include/pa_pool.h: die in pool::fail
                   16224: 
                   16225: 2001-11-15  paf
                   16226: 
                   16227:        * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
                   16228:          main/pa_exception.C, targets/cgi/parser3.C: exception with
                   16229:          dynamic buffer re-back now with counter
                   16230: 
                   16231:        * src/: include/pa_exception.h, main/pa_exception.C: exception with
                   16232:          static buffer back
                   16233: 
                   16234:        * src/targets/cgi/parser3.C: std::
                   16235: 
                   16236:        * src/: classes/classes.awk, include/pa_config_auto.h.in,
                   16237:          include/pa_config_includes.h: setnewhandler check
                   16238: 
                   16239:        * src/include/pa_config_auto.h.in: makes
                   16240: 
                   16241:        * src/targets/cgi/parser3.C: set_new_handler started
                   16242: 
                   16243: 2001-11-14  paf
                   16244: 
                   16245:        * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
                   16246:          was wrong
                   16247: 
                   16248:        * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
                   16249:          was wrong
                   16250: 
                   16251:        * src/main/pa_request.C: z
                   16252: 
                   16253:        * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
                   16254:          full returns win32 -1 solaris >buffer_size
                   16255: 
                   16256:          checked all that
                   16257: 
                   16258:        * src/classes/op.C: ^untaint{body} as-is default now
                   16259: 
                   16260:        * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
                   16261:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
                   16262:          with no_bad_constructors_try
                   16263: 
                   16264:        * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
                   16265:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
                   16266:          this: $bred[^string::length[]] $bred[^response::clear[]]
                   16267:          $bred[^int::int[]]
                   16268: 
                   16269:          now VObject creation moved into overriden
                   16270:          VClass::create_new_value, thus 0 from create_new_value means that
                   16271:          class has no ctors
                   16272: 
                   16273: 2001-11-13  paf
                   16274: 
                   16275:        * src/classes/classes.C: returned accedently removed if in foreach
                   16276:          callbacks [when hash no-0-restructure]
                   16277: 
                   16278: 2001-11-12  paf
                   16279: 
                   16280:        * src/main/pa_pool.C: changed xdoc createXXX politics, now string
                   16281:          passed as-is to method, xalan makes & into &amp; itself
                   16282: 
                   16283:        * src/classes/date.C: date.roll parser2 alg used
                   16284: 
                   16285:        * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
                   16286:          include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
                   16287:          main/pa_dictionary.C, main/pa_hash.C,
                   16288:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
                   16289:          now does not containt 0 values. put 0 actullay removes.  no check
                   16290:          on 0 value in foreach now required
                   16291: 
                   16292: 2001-11-11  paf
                   16293: 
                   16294:        * src/sql/pa_sql_driver.h: removed extra constructor, doc
                   16295: 
                   16296:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
                   16297: 
                   16298:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
                   16299:          driver initialize not const
                   16300: 
                   16301: 2001-11-10  paf
                   16302: 
                   16303:        * src/main/pa_exec.C: doc
                   16304: 
                   16305: 2001-11-09  paf
                   16306: 
                   16307:        * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
                   16308:          param properly
                   16309: 
                   16310:        * src/classes/string.C: string.save now does untainting before
                   16311:          saving
                   16312: 
                   16313:        * src/main/pa_common.C: line endings fixing fixed last piece[was
                   16314:          still cstr oriented]
                   16315: 
                   16316:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
                   16317:          line endings fixing got rid of cstr, now must work ok with post
                   16318:          multipart
                   16319: 
                   16320:        * src/types/pa_vform.C: line endings fixed at post / multipart /
                   16321:          not file  also now
                   16322: 
                   16323: 2001-11-08  paf
                   16324: 
                   16325:        * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
                   16326:          include/pa_db_manager.h, include/pa_sql_driver_manager.h,
                   16327:          include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
                   16328:          main/pa_db_manager.C, main/pa_sql_driver_manager.C,
                   16329:          main/pa_stylesheet_manager.C: restructured Cache manager to be
                   16330:          simple parent, not second parent [gcc 2.96 strangly refused to
                   16331:          call virtual from second parent]
                   16332: 
                   16333:        * src/: include/pa_common.h, main/Makefile.am,
                   16334:          targets/cgi/pa_pool.C: makes
                   16335: 
                   16336:        * src/: include/pa_request.h, main/pa_request.C,
                   16337:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
                   16338:          'status' class enabler
                   16339: 
                   16340:          <Location /parser-status.html> ParserStatusAllowed </Location>
                   16341: 
                   16342:        * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
                   16343:          include/pa_db_manager.h, include/pa_sql_driver_manager.h,
                   16344:          include/pa_stylesheet_manager.h, main/main.dsp,
                   16345:          main/pa_cache_managers.C, main/pa_charset_manager.C,
                   16346:          main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
                   16347:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   16348:          types/pa_vstatus.h: cache_managers, maybe-expiring every request
                   16349:          todo: apache 'status' class enabler
                   16350: 
                   16351: 2001-11-05  paf
                   16352: 
                   16353:        * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
                   16354:          debug to normal
                   16355: 
                   16356:        * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
                   16357:          hence i removed skipping 0 values in hash::for_each-es we need to
                   16358:          check cleaned cache items manually. few more checks.
                   16359: 
                   16360:          expiring to 0 time was wrong, changed to 'now' time
                   16361: 
                   16362:        * src/targets/cgi/parser3.C: read can return 0, that means sort of
                   16363:          sig_pipe on freebsd [moko's experiments].   checked that in cgi,
                   16364:          on apache already done :)
                   16365: 
                   16366:        * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
                   16367:          skipping 0 values in hash::for_each-es we need to check cleaned
                   16368:          cache items manually
                   16369: 
                   16370:        * src/main/: pa_db_connection.C, pa_db_table.C:
                   16371:          parser_multithreaded check was wrong
                   16372: 
                   16373:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   16374:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   16375:          classes/hashfile.C, classes/image.C, classes/int.C,
                   16376:          classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
                   16377:          classes/string.C, classes/table.C, classes/void.C,
                   16378:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   16379:          include/pa_array.h, include/pa_charset_connection.h,
                   16380:          include/pa_charset_manager.h, include/pa_common.h,
                   16381:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   16382:          include/pa_db_connection.h, include/pa_db_manager.h,
                   16383:          include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
                   16384:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   16385:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   16386:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   16387:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   16388:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   16389:          include/pa_stack.h, include/pa_string.h,
                   16390:          include/pa_stylesheet_connection.h,
                   16391:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   16392:          include/pa_threads.h, include/pa_types.h, main/compile.C,
                   16393:          main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
                   16394:          main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
                   16395:          main/pa_charset_manager.C, main/pa_common.C,
                   16396:          main/pa_db_connection.C, main/pa_db_manager.C,
                   16397:          main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
                   16398:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   16399:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   16400:          main/pa_socks.C, main/pa_sql_driver_manager.C,
                   16401:          main/pa_status_provider.C, main/pa_string.C,
                   16402:          main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
                   16403:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   16404:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   16405:          targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
                   16406:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   16407:          targets/isapi/pool_storage.h, types/pa_valiased.C,
                   16408:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   16409:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   16410:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   16411:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   16412:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   16413:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   16414:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   16415:          types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
                   16416:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
                   16417:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   16418:          types/pa_vstateless_object.h, types/pa_vstatus.h,
                   16419:          types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
                   16420:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   16421:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   16422:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
                   16423:          $status:db fixed used not initialized in db_connection & db_table
                   16424: 
                   16425:        * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
                   16426:          $status:charset
                   16427: 
                   16428:        * src/: classes/xdoc.C, include/pa_db_connection.h,
                   16429:          include/pa_stylesheet_connection.h,
                   16430:          include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
                   16431:          types/pa_vstatus.h: $status:stylesheet
                   16432: 
                   16433:        * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
                   16434:          include/pa_request.h, include/pa_sql_connection.h,
                   16435:          include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
                   16436:          main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
                   16437:          main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
                   16438:          main/pa_sql_driver_manager.C, main/pa_status_provider.C,
                   16439:          main/pa_stylesheet_manager.C, types/pa_vstatus.h,
                   16440:          types/pa_vxnode.C, types/types.dsp: started status parser class
                   16441: 
                   16442: 2001-11-01  paf
                   16443: 
                   16444:        * src/include/pa_config_auto.h.in: makes
                   16445: 
                   16446:        * src/main/pa_hash.C: removed old extra include
                   16447: 
                   16448:        * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
                   16449:          checks [for hp, there are such in math.h]
                   16450: 
                   16451:        * src/classes/op.C: ^for endless loop check strightened
                   16452: 
                   16453:        * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
                   16454:          behavior in native calls.  it left unchanged, so ^for ^foreach &
                   16455:          co can use r.root to write their i & key,value there
                   16456: 
                   16457:        * src/classes/op.C: detected for var storage bug, fixed.
                   16458:          todo:foreach
                   16459: 
                   16460:        * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
                   16461:          include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
                   16462:          types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
                   16463:          changing of hash inside of foreach
                   16464: 
                   16465:        * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
                   16466:          ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
                   16467:          were hash.foreach
                   16468: 
                   16469:        * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
                   16470:          types/pa_vstring.C, types/pa_vstring.h:
                   16471:          ^foreach[key|value]{body}[[separator]|{separator}]
                   16472: 
                   16473:        * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
                   16474:          types/pa_vcookie.C: ^hash.delete[key]
                   16475: 
                   16476: 2001-10-31  paf
                   16477: 
                   16478:        * src/main/: compile.C, pa_common.C: completely empty file now
                   16479:          considered "read", not ignored [not perfect trick used]
                   16480: 
                   16481:        * src/main/pa_common.C: simplier common ifdefs
                   16482: 
                   16483:        * src/main/pa_common.C: typing bug in common - bad ifdeff
                   16484: 
                   16485:        * src/main/pa_db_connection.C: z
                   16486: 
                   16487:        * src/main/: pa_db_connection.C, pa_sql_driver_manager.C:       //
                   16488:          lockdetector flags
                   16489:                  dbenv.lk_detect=DB_LOCK_RANDOM;
                   16490: 
                   16491:        * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
                   16492:          from accidental show [imagine user forgot @exception]
                   16493: 
                   16494:        * src/classes/table.C: ^table.save[[nameless|+append;]path]
                   16495: 
                   16496:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   16497:          classes/string.C, classes/xnode.C, include/pa_common.h,
                   16498:          main/pa_common.C: ^string.save[[append;]path]
                   16499: 
                   16500:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   16501:          main/execute.C: \ in expression: int divide 10/3=3
                   16502: 
                   16503:        * src/types/pa_vhashfile.h: hashfile  ^delete to do something only
                   16504:          inside of ^cache
                   16505: 
                   16506:        * src/: include/pa_threads.h, main/pa_db_connection.C,
                   16507:          main/pa_db_table.C, targets/cgi/pa_threads.C,
                   16508:          targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
                   16509:          needed
                   16510: 
                   16511: 2001-10-30  paf
                   16512: 
                   16513:        * src/: classes/classes.dsp, main/main.dsp,
                   16514:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   16515:          types/types.dsp: enabled debug incremental compile
                   16516: 
                   16517:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
                   16518:          form post data line endings not reformatted now.
                   16519: 
                   16520:        * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
                   16521:          now required [had bug when file= has no value]
                   16522: 
                   16523:        * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
                   16524:          pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
                   16525:          cstr(asis) default param removed
                   16526: 
                   16527:        * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
                   16528: 
                   16529:        * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
                   16530: 
                   16531:        * src/include/pa_dir.h: LOAD_DIR fixed
                   16532: 
                   16533:        * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
                   16534:          was broken} fix_line_breaks
                   16535: 
                   16536:        * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
                   16537:          pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
                   16538:          packed with #pragma pack
                   16539: 
                   16540:        * src/include/pa_config_auto.h.in: pragma detection
                   16541: 
                   16542: 2001-10-29  paf
                   16543: 
                   16544:        * src/types/pa_wcontext.h: bitfield syntax stricter
                   16545: 
                   16546:        * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
                   16547:          string hash.puts
                   16548: 
                   16549:        * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
                   16550: 
                   16551:        * src/include/pa_sql_connection.h: there were one wrong
                   16552:          SQL_CONNECTION_FUNC_GUARDED [failed]
                   16553: 
                   16554:        * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
                   16555:          param.someday either ifdef or remove it
                   16556: 
                   16557:        * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
                   16558: 
                   16559:        * src/main/untaint.C: optimizing returned after debugging
                   16560: 
                   16561:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
                   16562:          main/untaint.C: memory hunging #pragma pack(1)
                   16563: 
                   16564:          16 419 844 13 169 394
                   16565: 
                   16566:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
                   16567:          targets/cgi/pa_pool.C: String size_t replace to uint in proper
                   16568:          places [todo:Array]
                   16569: 
                   16570:        * src/: main/execute.C, targets/cgi/pa_pool.C,
                   16571:          targets/cgi/parser3.dsp, types/pa_wcontext.h,
                   16572:          types/pa_wwrapper.h: debugging memory WContext flags to bits
                   16573: 
                   16574:          total 5 652 652/158731 total 5 469 332/158731
                   16575: 
                   16576:        * src/: include/pa_array.h, main/pa_array.C: debugging memory
                   16577:          Array:: without cache in get/put now
                   16578: 
                   16579:          [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
                   16580:          18:25:27 2001] total 5 652 652/158731
                   16581: 
                   16582:        * src/: include/pa_string.h, main/pa_string.C,
                   16583:          targets/cgi/pa_pool.C: debugging memory String::fused_rows func
                   16584:          now
                   16585: 
                   16586:          [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
                   16587:          18:11:53 2001] total 5796092/158731
                   16588: 
                   16589:        * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
                   16590:          main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
                   16591:          key ref now
                   16592: 
                   16593:          [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
                   16594:          17:11:17 2001] total 16867948/202658
                   16595: 
                   16596:        * src/: classes/file.C, classes/image.C, classes/string.C,
                   16597:          classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
                   16598:          main/execute.C, main/pa_array.C, main/pa_common.C,
                   16599:          main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   16600:          main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
                   16601:          types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
                   16602:          string::as_int/double now usually uses stack, not heap [200K out
                   16603:          of 17M :)] VString(String&) not copies reference [29M -> 17M]
                   16604: 
                   16605:        * src/main/pa_sql_driver_manager.C: ping to have services [old
                   16606:          hiding bug]
                   16607: 
                   16608:        * src/Makefile.am: .am order
                   16609: 
                   16610:        * src/: include/pa_array.h, include/pa_charset_manager.h,
                   16611:          include/pa_db_connection.h, include/pa_db_manager.h,
                   16612:          include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
                   16613:          include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
                   16614:          include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
                   16615:          types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
                   16616:          required "friend class"
                   16617: 
                   16618:          ../include/pa_request.h:51: friend declaration requires
                   16619:          class-key, i.e. `friend    class Temp_lang'
                   16620: 
                   16621:        * src/: include/pa_exception.h, include/pa_sql_connection.h,
                   16622:          main/pa_exception.C, main/pa_sql_driver_manager.C,
                   16623:          sql/pa_sql_driver.h: sql driver impl changed in _throw part.
                   16624: 
                   16625:          the idea is to #1 jump to C++ some function to main body, where
                   16626:          every function stack frame has exception unwind information and
                   16627:          from there... #2 propagate_exception()
                   16628: 
                   16629: 2001-10-28  paf
                   16630: 
                   16631:        * src/main/pa_db_connection.C: removed old consts
                   16632: 
                   16633:        * src/main/pa_db_connection.C: expire table [was accidently pasted
                   16634:          with wrong type/cast]
                   16635: 
                   16636:        * src/main/: pa_db_connection.C, pa_db_table.C: exception
                   16637:          translation
                   16638: 
                   16639:        * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
                   16640:          remember to build DB2 with -fexceptions!!!
                   16641: 
                   16642:        * src/main/pa_db_table.C: DB_RMW defed
                   16643: 
                   16644:        * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
                   16645:          include/pa_db_connection.h, include/pa_db_manager.h,
                   16646:          include/pa_db_table.h, main/pa_db_connection.C,
                   16647:          main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
                   16648: 
                   16649: 2001-10-27  paf
                   16650: 
                   16651:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   16652:          include/pa_db_table.h, main/pa_db_connection.C,
                   16653:          main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
                   16654:          types/pa_vhashfile.C: DB2 ifdefs
                   16655: 
                   16656:        * src/: classes/Makefile.am, include/pa_config_fixed.h,
                   16657:          main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
                   16658:          makes with DB2
                   16659: 
                   16660:        * src/: include/pa_config_auto.h.in, main/Makefile.am,
                   16661:          types/Makefile.am: makes db
                   16662: 
                   16663:        * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
                   16664:          targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
                   16665:          globals.C
                   16666: 
                   16667:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   16668:          include/pa_db_table.h, main/pa_db_connection.C,
                   16669:          main/pa_db_table.C: ^hashfile.clear[]
                   16670: 
                   16671:        * src/classes/classes.awk: no $ in var names
                   16672: 
                   16673:        * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
                   16674:          connection&table [forgotten calls]
                   16675: 
                   16676: 2001-10-26  paf
                   16677: 
                   16678:        * src/main/pa_db_connection.C: db checkpoints
                   16679: 
                   16680:        * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
                   16681:          checkpoints
                   16682: 
                   16683:        * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
                   16684:          default. but entities still reparsed. todo: tothink
                   16685: 
                   16686:        * src/main/pa_db_connection.C: db recover mech 2
                   16687: 
                   16688:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   16689:          include/pa_db_manager.h, include/pa_db_table.h,
                   16690:          include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
                   16691:          main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
                   16692:          types/pa_vhashfile.h: db connections & tables now cached at
                   16693:          create time & multithreaded
                   16694: 
                   16695:        * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
                   16696:          parsed_source
                   16697: 
                   16698:        * src/main/pa_db_connection.C: about to remove connection from
                   16699:          vhashfile
                   16700: 
                   16701:        * src/: main/pa_db_table.C, classes/hashfile.C: db: child
                   16702:          transaction commit/rollback responsibility left to parent [as it
                   16703:          sould - else there were a bug with double free]
                   16704: 
                   16705:        * src/include/pa_db_table.h: db: child transaction commit/rollback
                   16706:          responsibility left to parent [as it sould - else there were a
                   16707:          bug with double free]
                   16708: 
                   16709: 2001-10-25  paf
                   16710: 
                   16711:        * src/: classes/hashfile.C, include/pa_common.h,
                   16712:          include/pa_db_connection.h, include/pa_db_manager.h,
                   16713:          main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
                   16714:          types/pa_vhashfile.C, types/pa_vhashfile.h,
                   16715:          include/pa_db_table.h, main/pa_db_table.C: started db_home
                   16716:          [multiple, cached] todo: autorecover [tried, but not succeded,
                   16717:          yet]
                   16718: 
                   16719:        * src/include/pa_dir.h: ancient gpf on dir not found fixed
                   16720: 
                   16721:        * src/: include/pa_db_connection.h, main/pa_db_manager.C:
                   16722:          transaction parent passed
                   16723: 
                   16724: 2001-10-24  parser
                   16725: 
                   16726:        * src/classes/Makefile.am: makes
                   16727: 
                   16728:        * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
                   16729:          isapi/pool_storage.h: pool_storage fixed
                   16730: 
                   16731:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
                   16732:          types/pa_vform.h: form fix_line_breaks
                   16733: 
                   16734:        * src/targets/cgi/pool_storage.h: makes
                   16735: 
                   16736:        * src/: classes/Makefile.am, targets/cgi/Makefile.am,
                   16737:          targets/cgi/pool_storage.h: makes
                   16738: 
                   16739:        * src/sql/pa_sql_driver.h: version
                   16740: 
                   16741:        * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
                   16742:          types/pa_vform.C, types/pa_vform.h: .am
                   16743: 
                   16744:        * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
                   16745:          this: DB_RMW Acquire write locks instead of read locks when doing
                   16746:          the retrieval. Setting this flag may decrease the likelihood of
                   16747:          deadlock during a read-modify-write cycle by immediately
                   16748:          acquiring the write lock during the read part of the cycle so
                   16749:          that another thread of control acquiring a read lock for the same
                   16750:          item, in its own read-modify-write cycle, will not result in
                   16751:          deadlock
                   16752: 
                   16753:        * src/targets/isapi/parser3isapi.dsp: doc
                   16754: 
                   16755:        * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
                   16756: 
                   16757:        * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
                   16758: 
                   16759:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   16760:          main/pa_db_connection.C: hashfile expired deleted from db when
                   16761:          get & iterate
                   16762: 
                   16763:        * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
                   16764:          expiring 1
                   16765: 
                   16766:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
                   16767: 
                   16768:        * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
                   16769:          db_connection not bothers with key when not returning expired
                   16770:          data
                   16771: 
                   16772:        * src/: include/pa_db_connection.h, main/pa_db_connection.C,
                   16773:          types/pa_vhashfile.C: db_cursor constructor public now
                   16774: 
                   16775:        * src/: include/pa_db_connection.h, main/pa_db_connection.C,
                   16776:          types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
                   16777:          stamped, todo: put_element analize
                   16778: 
                   16779:        * src/: include/pa_db_connection.h, include/pa_string.h,
                   16780:          main/pa_db_connection.C, main/pa_string.C: hashfile pieced
                   16781:          serialize. todo stamp
                   16782: 
                   16783: 2001-10-23  parser
                   16784: 
                   16785:        * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
                   16786:          classes/image.C, classes/mail.C, classes/response.C,
                   16787:          classes/string.C, classes/table.C, classes/xdoc.C,
                   16788:          include/pa_config_fixed.h, include/pa_db_connection.h,
                   16789:          main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
                   16790:          types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
                   16791:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
                   16792:          types/pa_vtable.C: ^hashfile.hash[]
                   16793: 
                   16794:        * src/: classes/hashfile.C, classes/xdoc.C,
                   16795:          include/pa_config_fixed.h, main/pa_db_manager.C,
                   16796:          main/pa_globals.C: ifdefs so it compiled without db
                   16797: 
                   16798:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   16799:          include/pa_db_manager.h, main/pa_db_connection.C,
                   16800:          main/pa_db_manager.C, types/pa_vhashfile.h:
                   16801:          ^hashfile.transaction{code} ^hashfile:clear[filename]
                   16802:          ^hashfile.delete[key]
                   16803: 
                   16804: 2001-10-22  parser
                   16805: 
                   16806:        * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
                   16807:          cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
                   16808: 
                   16809:        * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
                   16810:          classes/xnode.C, include/pa_charset_connection.h,
                   16811:          include/pa_db_connection.h, include/pa_db_manager.h,
                   16812:          include/pa_exception.h, include/pa_sapi.h,
                   16813:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   16814:          include/pa_stylesheet_connection.h,
                   16815:          include/pa_stylesheet_manager.h,
                   16816:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   16817:          main/pa_db_connection.C, main/pa_db_manager.C,
                   16818:          main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
                   16819:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   16820:          main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
                   16821:          targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
                   16822:          types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
                   16823:          types/types.dsp: hashfile 0
                   16824: 
                   16825:        * src/types/pa_vhashfile.C: z
                   16826: 
                   16827:        * src/: classes/classes.dsp, classes/hashfile.C,
                   16828:          include/pa_config_fixed.h, main/execute.C,
                   16829:          targets/cgi/parser3.dsp, types/pa_vhashfile.C,
                   16830:          types/pa_vhashfile.h, types/types.dsp: hashfile -100
                   16831: 
                   16832:        * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
                   16833: 
                   16834:        * src/: include/pa_exception.h, include/pa_request.h,
                   16835:          main/execute.C, main/pa_exception.C, main/pa_request.C,
                   16836:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   16837:          types/pa_vclass.h, types/pa_vobject.h: stack backtrace
                   16838: 
                   16839: 2001-10-19  parser
                   16840: 
                   16841:        * src/include/pa_pool.h: header
                   16842: 
                   16843:        * src/main/pa_pool.C: auto compiled on gcc
                   16844: 
                   16845:        * src/classes/image.C: comment
                   16846: 
                   16847:        * src/: include/pa_pool.h, main/pa_common.C: makes
                   16848: 
                   16849:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   16850:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   16851:          types/pa_vxnode.h: xnode clone got freed
                   16852: 
                   16853:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
                   16854:          include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
                   16855:          can free up xalandomstring resulting from pool::transcode
                   16856: 
                   16857:        * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
                   16858:          include/pa_config_fixed.h, include/pa_exception.h,
                   16859:          include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
                   16860:          main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
                   16861:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
                   16862:          to c++ exceptions 1xml configure fixed to exclude xalan-patch
                   16863:          from non-xml compile
                   16864: 
                   16865:        * src/main/pa_request.C: pool:: context - get_context
                   16866: 
                   16867:        * src/: classes/classes.h, classes/date.C, classes/double.C,
                   16868:          classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
                   16869:          classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
                   16870:          classes/string.C, classes/table.C, classes/void.C,
                   16871:          include/pa_config_fixed.h, include/pa_exception.h,
                   16872:          include/pa_pool.h, include/pa_request.h, include/pa_types.h,
                   16873:          main/compile.C, main/compile_tools.C, main/execute.C,
                   16874:          main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
                   16875:          main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
                   16876:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   16877:          main/pa_string.C, main/pa_table.C, main/untaint.C,
                   16878:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   16879:          types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
                   16880:          types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
                   16881:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
                   16882:          types/pa_vstateless_class.h, types/pa_vtable.C,
                   16883:          types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
                   16884:          exceptions 0
                   16885: 
                   16886:        * src/classes/classes.awk: $ removed
                   16887: 
                   16888: 2001-10-18  parser
                   16889: 
                   16890:        * src/types/pa_vcookie.C: cookie:CLASS
                   16891: 
                   16892:        * src/main/main.dsp: project
                   16893: 
                   16894:        * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
                   16895:          set_document & ctor question "who owns document" solved
                   16896: 
                   16897:        * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
                   16898: 
                   16899:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
                   16900:          main/pa_pool.C: encoding in dom creating funcs
                   16901: 
                   16902:        * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
                   16903:          be transformed now
                   16904: 
                   16905:        * src/classes/xdoc.C: dom created by create can be transformed now
                   16906: 
                   16907:        * src/classes/xdoc.C: z
                   16908: 
                   16909:        * src/classes/xdoc.C: comment
                   16910: 
                   16911:        * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
                   16912:          create now uses XercesDocumentBridge, appendChild&co now works
                   16913: 
                   16914:        * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
                   16915:          @ recompile
                   16916: 
                   16917:        * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
                   16918:          $origin @exception[
                   16919: 
                   16920:        * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
                   16921:          tag names forced to XML lang
                   16922: 
                   16923:        * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
                   16924:          leechy-found bugs in code&doc fixed
                   16925: 
                   16926: 2001-10-17  parser
                   16927: 
                   16928:        * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
                   16929:          types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
                   16930:          n functionality preserved
                   16931: 
                   16932:        * src/types/pa_vimage.h: removed unused vimage::save
                   16933: 
                   16934: 2001-10-16  parser
                   16935: 
                   16936:        * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
                   16937: 
                   16938:        * src/classes/: xnode.C: removed few dom returns & changed op.txt
                   16939: 
                   16940:        * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
                   16941: 
                   16942:        * src/classes/image.C: image.copy tolerance
                   16943: 
                   16944:        * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
                   16945:          ineffective, but works for small paleted image
                   16946: 
                   16947:        * src/types/pa_vimage.C: comment
                   16948: 
                   16949:        * src/classes/image.C: gd size/resize bugfix
                   16950: 
                   16951:        * src/: classes/classes.dsp, main/main.dsp,
                   16952:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   16953:          types/types.dsp: ident >nul 2>&1
                   16954: 
                   16955:        * src/main/pa_common.C: \r\n -> \n   DOS \r -> \n Macintosh on all
                   16956:          systems
                   16957: 
                   16958:        * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
                   16959:          x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
                   16960: 
                   16961: 2001-10-15  parser
                   16962: 
                   16963:        * src/main/execute.C: z
                   16964: 
                   16965:        * src/classes/: xdoc.C:     !::create{qualifiedName}
                   16966: 
                   16967:        * src/types/pa_vxnode.C:     document_type_node.
                   16968:                  !readonly attribute DOMString name
                   16969:              !notation_node.
                   16970:                  !readonly attribute DOMString publicId
                   16971:                  !readonly attribute DOMString systemId
                   16972: 
                   16973:        * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
                   16974:          ::write badly passed string too transparently [failed to
                   16975:          intercept it]
                   16976: 
                   16977:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
                   16978:          include/pa_request.h, main/pa_sql_driver_manager.C,
                   16979:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   16980:          types/pa_vxnode.h: DOM1 major addtion, only few
                   16981:          attributes/methods left
                   16982: 
                   16983: 2001-10-13  parser
                   16984: 
                   16985:        * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
                   16986:          targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
                   16987:          in main handler
                   16988: 
                   16989:        * src/targets/isapi/pool_storage.h: isapi pool storage reverse
                   16990:          cleanups & frees order
                   16991: 
                   16992:        * src/types/pa_vcode_frame.h: couple comments
                   16993: 
                   16994:        * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
                   16995:          transparent enough to handle hash if creation&passing
                   16996: 
                   16997:        * src/: include/pa_config_fixed.h, main/execute.C,
                   16998:          main/pa_exception.C: noticed that vcodeframe not transparent
                   16999:          enough, would change now
                   17000: 
                   17001: 2001-10-12  parser
                   17002: 
                   17003:        * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
                   17004:          fixed. initialization&free on each thread!
                   17005: 
                   17006:        * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
                   17007:          handling changed: now type of default param analized always, not
                   17008:          only at problem time, thus helping early problem spotting
                   17009: 
                   17010:        * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
                   17011:          main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
                   17012:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
                   17013:          targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
                   17014:          multithread bug fixed. initialization&free on each thread!
                   17015: 
                   17016: 2001-10-11  parser
                   17017: 
                   17018:        * src/classes/xnode.C: xnode.selectSingle now
                   17019: 
                   17020:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
                   17021:          include/pa_pool.h, include/pa_stylesheet_connection.h,
                   17022:          main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
                   17023:          convertors out of Pool into Exception
                   17024: 
                   17025:        * src/main/pa_string.C: const
                   17026: 
                   17027:        * src/: include/pa_string.h, main/pa_string.C: restructured string:
                   17028:          linked pieces of same language together prior to String::replace
                   17029: 
                   17030:        * src/classes/hash.C:     !^hash.add[addme]
                   17031:              !^hash.sub[subme]
                   17032:              !^a.union[b] = new
                   17033:              !^a.intersection[b] = new
                   17034:              !^a.intersects[b] = bool
                   17035: 
                   17036:        * src/classes/hash.C:     !^hash::append[append_from]
                   17037: 
                   17038:        * src/: classes/hash.C, types/pa_vhash.h:
                   17039:          !^hash::create[[copy_from]]
                   17040: 
                   17041:        * src/: classes/string.C, classes/table.C, include/pa_globals.h,
                   17042:          include/pa_string.h, main/pa_globals.C, main/pa_string.C,
                   17043:          main/untaint.C, types/pa_vvoid.h: untaint lang origins table
                   17044:          fixed.  got rid of empty_string, which caused errors - it hasnt
                   17045:          exception but somebody[value.bark] tried to throw it on it's pool
                   17046: 
                   17047:        * src/include/pa_config_auto.h.in: makes
                   17048: 
                   17049: 2001-10-10  parser
                   17050: 
                   17051:        * src/: classes/op.C, main/compile.tab.C: ^error[msg]
                   17052: 
                   17053:        * src/main/: compile.tab.C, compile.y: ^a[
                   17054: 
                   17055:          @next_method  << now unclosed ] would be reported here
                   17056: 
                   17057:        * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
                   17058:          compile error
                   17059: 
                   17060: 2001-10-09  parser
                   17061: 
                   17062:        * src/: classes/Makefile.am, main/Makefile.am,
                   17063:          targets/cgi/Makefile.am, types/Makefile.am: makes
                   17064: 
                   17065:        * src/classes/Makefile.am: makes
                   17066: 
                   17067:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
                   17068:          win32 errors intercepted [xalan transformer patched and
                   17069:          incorporated]
                   17070: 
                   17071:        * src/: classes/classes.dsp, classes/xdoc.C,
                   17072:          include/pa_stylesheet_connection.h, main/main.dsp,
                   17073:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   17074:          types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
                   17075:          patches starting
                   17076: 
                   17077:        * src/classes/: string.C, table.C: ^string.save[file]
                   17078: 
                   17079:        * src/classes/: date.C, table.C: calendar moved to date
                   17080: 
                   17081:        * src/classes/: op.C, table.C: table.hash[key field;value field(s)
                   17082:          string/table]  now
                   17083: 
                   17084:        * src/classes/: op.C, table.C: z
                   17085: 
                   17086:        * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
                   17087:          types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
                   17088:          types/pa_vxnode.h: table:menu & op for delims made allowed not to
                   17089:          be code [be string..]
                   17090: 
                   17091:        * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
                   17092:          table.C: lots of
                   17093:          params->as_int/double/as_string/as_junction/as_no_junction
                   17094:          messages added
                   17095: 
                   17096: 2001-10-08  parser
                   17097: 
                   17098:        * src/: classes/date.C, classes/image.C, classes/string.C,
                   17099:          classes/table.C, classes/void.C, include/pa_request.h:
                   17100:          params->as_int/double message added
                   17101: 
                   17102:        * src/classes/image.C: image:circle [and round arc] uses Bresenham
                   17103: 
                   17104:        * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
                   17105:          image:sector removed image:html internal "line-*" attribs
                   17106: 
                   17107:        * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
                   17108:          types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
                   17109: 
                   17110:        * src/types/pa_vcookie.C: removing cookie made more netscape-like
                   17111:          way
                   17112: 
                   17113:        * src/: classes/file.C, classes/form.C, main/pa_common.C,
                   17114:          main/untaint.C: header untainting to UL_HTTP_HEADER,
                   17115:          UL_MAIL_HEADER made nonforced [only tainted pieces]
                   17116: 
                   17117:        * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
                   17118:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
                   17119:          @ SAPI::log
                   17120: 
                   17121:        * src/main/untaint.C: \r to ' ' in origins mode
                   17122: 
                   17123:        * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
                   17124:          set]
                   17125: 
                   17126:        * src/: classes/xdoc.C, include/pa_config_fixed.h,
                   17127:          main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
                   17128:          nonstandard liaison freed up
                   17129: 
                   17130: 2001-10-07  parser
                   17131: 
                   17132:        * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
                   17133:          project
                   17134: 
                   17135: 2001-10-05  parser
                   17136: 
                   17137:        * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
                   17138:          main/pa_pool.C: changed xdoc:set to prevent SAXParseException
                   17139:          from outputing to cerr.  lots of "todos"
                   17140: 
                   17141:        * src/main/untaint.C: http_header tainting more gentle with
                   17142:          enquoting now
                   17143: 
                   17144:        * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
                   17145:          main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
                   17146:          xml errorhandler.  fixed string.replace a little, read @test
                   17147: 
                   17148:        * src/main/pa_string.C: found replace bug - first_that_starts(char
                   17149:          *) does not have limit, and looks further eos, fixing....
                   17150: 
                   17151:        * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
                   17152: 
                   17153:        * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
                   17154: 
                   17155:        * src/main/: pa_charset_connection.C: ctype another mem clear
                   17156:          bugfix
                   17157: 
                   17158:        * src/main/: compile.tab.C, compile.y: disabled ^literals in names
                   17159:          $result[^[$p^]z] now works fine
                   17160: 
                   17161:        * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
                   17162:          wrong. fixed it
                   17163: 
                   17164:        * src/main/pa_charset_connection.C: unicode zero pair at the beging
                   17165:          of totable appered to be vital
                   17166: 
                   17167: 2001-10-04  parser
                   17168: 
                   17169:        * src/classes/image.C: ^image.length[text]
                   17170: 
                   17171: 2001-10-03  parser
                   17172: 
                   17173:        * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
                   17174: 
                   17175:        * src/main/pa_request.C: restored pcre defaulting in request
                   17176:          [mindlessly "optimized" yesterday] comment left
                   17177: 
                   17178: 2001-10-02  parser
                   17179: 
                   17180:        * src/: main/pa_charset_manager.C,
                   17181:          include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
                   17182:          needed
                   17183: 
                   17184:        * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
                   17185:          forgot non-xml pool.*charset needed
                   17186: 
                   17187:        * src/classes/table.C: # config comments fixed
                   17188: 
                   17189:        * src/: classes/table.C, main/pa_charset_connection.C: table:load &
                   17190:          charset_connection #comment now
                   17191: 
                   17192:        * src/: classes/classes.dsp, types/types.dsp: release projects
                   17193:          options fixed to use release msvcrt lib
                   17194: 
                   17195:        * src/main/pa_charset_connection.C: pcre tables now const inside
                   17196:          removed default - pcre handles that internally fixed bug on
                   17197:          not-cleaning tables [previously was calloced, now member]
                   17198: 
                   17199:        * src/: include/pa_request.h, main/pa_charset_connection.C,
                   17200:          main/pa_request.C, types/pa_vstring.h: pcre tables now const
                   17201:          inside removed default - pcre handles that internally fixed bug
                   17202:          on not-cleaning tables [previously was calloced, now member]
                   17203: 
                   17204:        * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
                   17205:          tested charset reload on file change @ apache version = OK tested
                   17206:          freeing up prev encoding on adding new = OK
                   17207: 
                   17208: 2001-10-01  parser
                   17209: 
                   17210:        * src/main/pa_charset_connection.C: removed entitify external hack
                   17211:          [internal installed]
                   17212: 
                   17213:        * src/main/Makefile.am: makes+removed dtd
                   17214: 
                   17215:        * src/: include/pa_charset_connection.h,
                   17216:          include/pa_charset_manager.h,
                   17217:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   17218:          main/pa_charset_connection.C, main/pa_charset_manager.C,
                   17219:          main/pa_request.C: charset loading & caching mech 0
                   17220: 
                   17221:        * src/: include/pa_stylesheet_connection.h,
                   17222:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   17223:          main/pa_globals.C, main/pa_request.C: would make charset loading
                   17224:          & caching mech now
                   17225: 
                   17226: 2001-09-30  parser
                   17227: 
                   17228:        * src/main/pa_request.C: forgot to fill toTable
                   17229: 
                   17230:        * src/: include/pa_config_fixed.h, main/pa_request.C: started
                   17231:          hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
                   17232:          failed on win32 for now..
                   17233: 
                   17234:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
                   17235:          now charsets table configuration variable is: CHARSETS
                   17236: 
                   17237:        * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
                   17238:          ctype with unicode 1. todo: no &#1055; entities on output somehow
                   17239: 
                   17240:        * src/: classes/file.C, classes/op.C, classes/string.C,
                   17241:          include/pa_request.h, main/pa_request.C: started ctype with
                   17242:          unicode values
                   17243: 
                   17244: 2001-09-28  parser
                   17245: 
                   17246:        * src/: main/pa_request.C, classes/mail.C, classes/op.C,
                   17247:          classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
                   17248:          string passed AS-IS now
                   17249: 
                   17250:        * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
                   17251:          way of user-configuring... todo: implement
                   17252: 
                   17253: 2001-09-27  parser
                   17254: 
                   17255:        * src/classes/table.C: table.sort changed to sort table itself
                   17256: 
                   17257:        * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
                   17258:          X^.getElementsByTagName[tagname] = array of xnode
                   17259:          X^.getElementsByTagNameNS[namespaceURI;localName] = array of
                   17260:          nodes removed - regretfully not supported @ xalan. maybe someday
                   17261:          would reimplement, if needed.
                   17262: 
                   17263:          win32build system: solved long waiting anti-non-started-apache
                   17264:          problem
                   17265: 
                   17266:        * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
                   17267:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   17268:          types/types.dsp: win32 ident make system so not to rebuild
                   17269:          library [ident.C.new]
                   17270: 
                   17271: 2001-09-26  parser
                   17272: 
                   17273:        * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
                   17274:          classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
                   17275:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   17276:          types/pa_vxnode.C, types/types.dsp: z
                   17277: 
                   17278:        * src/classes/classes.C: forgot one non-xml check
                   17279: 
                   17280:        * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
                   17281:          targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
                   17282: 
                   17283:        * src/targets/cgi/parser3.C: z
                   17284: 
                   17285:        * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
                   17286:          targets/isapi/parser3isapi.C: #ifdef SMTP
                   17287: 
                   17288:        * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
                   17289:          classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   17290:          main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
                   17291:          types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
                   17292:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   17293:          types/types.dsp: xdoc&xnode now
                   17294: 
                   17295:        * src/: classes/classes.C, classes/classes.awk,
                   17296:          classes/classes.dsp, classes/classes.h, classes/date.C,
                   17297:          classes/dnode.C, classes/dnode.h, classes/dom.C,
                   17298:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   17299:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   17300:          classes/op.C, classes/response.C, classes/string.C,
                   17301:          classes/table.C, classes/void.C, include/pa_array.h,
                   17302:          include/pa_common.h, include/pa_config_fixed.h,
                   17303:          include/pa_config_includes.h, include/pa_dictionary.h,
                   17304:          include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
                   17305:          include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
                   17306:          include/pa_socks.h, include/pa_sql_connection.h,
                   17307:          include/pa_sql_driver_manager.h, include/pa_stack.h,
                   17308:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   17309:          include/pa_table.h, include/pa_threads.h, include/pa_types.h,
                   17310:          include/pa_xslt_stylesheet_manager.h, main/compile.C,
                   17311:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   17312:          main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
                   17313:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   17314:          main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
                   17315:          main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
                   17316:          main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
                   17317:          main/pa_xslt_stylesheet_manager.C, main/untaint.C,
                   17318:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   17319:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   17320:          targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
                   17321:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   17322:          targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
                   17323:          types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
                   17324:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   17325:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   17326:          types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
                   17327:          types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
                   17328:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   17329:          types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
                   17330:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
                   17331:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   17332:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
                   17333:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   17334:          types/pa_vstateless_object.h, types/pa_vstring.C,
                   17335:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   17336:          types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   17337:          types/pa_wwrapper.h, types/types.dsp: added ident.awk and
                   17338:          main.dsp splitted to main+classes+types along to .am
                   17339: 
                   17340:        * src/classes/Makefile.am: removed useless var
                   17341: 
                   17342:        * src/: classes/classes.cmd, main/main.dsp,
                   17343:          targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
                   17344:          main.dsp
                   17345: 
                   17346: 2001-09-25  parser
                   17347: 
                   17348:        * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
                   17349:          1251 though, todo ICU
                   17350: 
                   17351:        * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
                   17352:          include/pa_stylesheet_connection.h, main/Makefile.am,
                   17353:          main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
                   17354:          types/pa_vdom.h: xml configure makes
                   17355: 
                   17356: 2001-09-24  parser
                   17357: 
                   17358:        * src/: classes/Makefile.am, include/pa_config_auto.h.in,
                   17359:          types/Makefile.am: makes
                   17360: 
                   17361:        * src/targets/cgi/Makefile.am: makefiles
                   17362: 
                   17363:        * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
                   17364:          started unix makes update
                   17365: 
                   17366:        * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
                   17367:          started unix makes update
                   17368: 
                   17369:        * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
                   17370: 
                   17371:        * src/types/pa_value.h: z
                   17372: 
                   17373:        * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
                   17374:          bugs with usinge hash/table in expressions
                   17375: 
                   17376:        * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
                   17377:          resolved conflicts fixed [const]
                   17378: 
                   17379:        * src/: classes/classes.cmd, classes/image.C, classes/op.C,
                   17380:          classes/table.C, include/pa_request.h, include/pa_sapi.h,
                   17381:          main/compile.C, main/compile.tab.C, main/compile.y,
                   17382:          main/compile_tools.h, main/main.dsp, main/pa_common.C,
                   17383:          main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
                   17384:          targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
                   17385:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
                   17386:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
                   17387:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
                   17388:          with before_xml [merge2 actually didn't happen - i've created
                   17389:          tags on wrong branch. so this merge is in fact re-merge]
                   17390: 
                   17391: 2001-09-21  parser
                   17392: 
                   17393:        * src/: main/main.dsp, targets/cgi/parser3.dsp,
                   17394:          targets/isapi/parser3isapi.dsp: updated project files [/ sadly
                   17395:          produced "" in make file and sadly wrong interpreted on load]
                   17396: 
                   17397:        * src/: classes/classes.h, classes/hash.C, classes/op.C,
                   17398:          classes/table.C, doc/doxygen.cfg, include/pa_common.h,
                   17399:          include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
                   17400:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   17401:          main/compile.tab.C, main/main.dsp, main/pa_common.C,
                   17402:          main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
                   17403:          targets/isapi/parser3isapi.dsp: merged with before_xml
                   17404: 
                   17405:        * src/: classes/classes.C, classes/date.C, classes/dnode.C,
                   17406:          classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
                   17407:          classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
                   17408:          include/pa_pool.h, main/main.dsp, main/pa_globals.C,
                   17409:          main/pa_pool.C, main/pa_request.C,
                   17410:          main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
                   17411:          targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
                   17412:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   17413:          targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
                   17414:          types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
                   17415:          types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
                   17416:          types/pa_vrequest.C, types/pa_vresponse.h,
                   17417:          types/pa_vstateless_class.C, types/pa_vstring.C,
                   17418:          types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
                   17419:          created new projects for sql drivers [planning to remove sql
                   17420:          drivers from main cvs project] first, will join latest changes
                   17421: 
                   17422:        * src/classes/: dom.C: defaulted dom writing methods encoding to
                   17423:          pool.get_charset
                   17424: 
                   17425:        * src/classes/dom.C: defaulted dom writing methods encoding to
                   17426:          pool.get_charset
                   17427: 
                   17428:        * src/include/pa_pool.h: defaulted dom writing methods encoding to
                   17429:          pool.get_charset
                   17430: 
                   17431:        * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
                   17432:          types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
                   17433:          methods encoding to pool.get_charset
                   17434: 
                   17435:        * src/: include/pa_pool.h, main/pa_pool.C: checked whether
                   17436:          transcoder were created right "unsupported encoding" message.
                   17437:          not @ set time, but @ use time, so until xml output functions
                   17438:          .string, .file, .save used - no encoding name check occur
                   17439: 
                   17440:          reduced transcode buffer size to 60 fixed pool cleanup - no
                   17441:          registration needed, pools are officially destructured
                   17442: 
                   17443: 2001-09-20  parser
                   17444: 
                   17445:        * src/classes/image.C: 20K preload on jpg measure [image::measure]
                   17446: 
                   17447:        * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
                   17448:          $MAIN:DEFAULTS.content-type[$.charset[here]]
                   17449: 
                   17450:        * src/: classes/dnode.C, classes/dom.C,
                   17451:          include/pa_config_includes.h, include/pa_globals.h,
                   17452:          include/pa_pool.h, main/main.dsp, main/pa_globals.C,
                   17453:          main/pa_pool.C, targets/cgi/parser3.dsp,
                   17454:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   17455:          types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
                   17456:          Pool::transcode 0
                   17457: 
                   17458:        * src/classes/dom.C: dom. string save file moved output xml options
                   17459:          to last param and made it optional
                   17460: 
                   17461:        * src/types/pa_vdnode.C:     !$elementnode.attributes = hash of
                   17462:          dnodes
                   17463:              !$attributenode.specified = boolean
                   17464:                      true if the attribute received its value explicitly
                   17465:          in the XML document,
                   17466:                      or if a value was assigned programatically with the
                   17467:          setValue function.
                   17468:                  false if the attribute value came from the default value
                   17469:          declared in the document's DTD.
                   17470:              !$pinode.target = target of this processing instruction
                   17471:                  XML defines this as being the first token following the
                   17472:          markup
                   17473:                  that begins the processing instruction.
                   17474:                  XPath:
                   17475:              !^node.select[xpath/query/expression] = hash of 0->node0
                   17476:          1->node1
                   17477:              !^node.select-single[xpath/query/expression] = first node if
                   17478:          any
                   17479: 
                   17480:        * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
                   17481:          pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
                   17482:          some 'const's added
                   17483: 
                   17484:        * src/types/: pa_vhash.h, pa_vtable.h: table/hash  can be used in
                   17485:          expression context now, there value = size and boolean value
                   17486:          size!=0
                   17487: 
                   17488:        * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
                   17489:          can be used in expression context now, there value = size and
                   17490:          boolean value size!=0
                   17491: 
                   17492:        * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
                   17493:          types/pa_vstring.h: dnode .file .string .save moved back to dom
                   17494:          due to strange xalan bug
                   17495: 
                   17496: 2001-09-18  parser
                   17497: 
                   17498:        * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
                   17499:          classes/image.C, classes/op.C, classes/table.C,
                   17500:          include/pa_common.h, include/pa_globals.h, include/pa_request.h,
                   17501:          include/pa_sql_driver_manager.h, main/compile.C,
                   17502:          main/compile.tab.C, main/compile.y, main/compile_tools.h,
                   17503:          main/execute.C, main/pa_common.C, main/pa_request.C,
                   17504:          main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
                   17505:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   17506:          targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
                   17507:          types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
                   17508:          types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
                   17509:          before_xml branch ^if(def $hash) now true only when
                   17510:          ^hash:_count[]!=0 moved .string .save .file from dom to dnode
                   17511: 
                   17512:        * src/: classes/op.C, main/execute.C: operators self changed to
                   17513:          root ^for variable context changed to self
                   17514: 
                   17515:        * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
                   17516:          dnode 1
                   17517: 
                   17518:        * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
                   17519:          types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
                   17520: 
                   17521:        * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
                   17522:          poly* fixed
                   17523: 
                   17524: 2001-09-17  parser
                   17525: 
                   17526:        * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
                   17527:          types/pa_vdom.h: started dnode+dom
                   17528: 
                   17529:          dnode     DOM methods:     $node.name     $node.value
                   17530:          ...others...
                   17531: 
                   17532:              ^node.xpath[/rates/USD] = hash
                   17533:                  $hash[
                   17534:                          $.0[node0]
                   17535:                          $.1[node1]
                   17536:                  ]
                   17537: 
                   17538:        * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
                   17539:          applies to all linear primitives
                   17540: 
                   17541:        * src/: classes/classes.h, classes/dom.C, classes/hash.C,
                   17542:          include/pa_stylesheet_connection.h, main/main.dsp,
                   17543:          targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
                   17544:          types/pa_vimage.h: started dnode     DOM:     $node.name
                   17545:          $node.value     ...others...      ^node.xpath[/rates/USD] = hash
                   17546:          dom(dnode)
                   17547: 
                   17548:        * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
                   17549:          main/compile.y, main/compile_tools.h, main/execute.C,
                   17550:          targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
                   17551:          in expression compound($aa.zz.xx) names now can have minus '-' in
                   17552:          name after '.'
                   17553: 
                   17554: 2001-09-15  parser
                   17555: 
                   17556:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
                   17557:          image: $line-width ^line(...)[****   style]
                   17558: 
                   17559:        * src/: classes/dom.C, targets/isapi/parser3isapi.C,
                   17560:          targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
                   17561:          pool_storage - cleanups first, allocations second.  apache wisely
                   17562:          does just like that
                   17563: 
                   17564:        * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
                   17565:          rewritten using template, no bugs now
                   17566: 
                   17567:        * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
                   17568:          targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
                   17569:          targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
                   17570:          poorly started isapi pool_storage, would rewrite using template
                   17571:          now
                   17572: 
                   17573:        * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
                   17574:          include/pa_stylesheet_connection.h, main/main.dsp,
                   17575:          targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
                   17576:          targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
                   17577:          xalan objects freed up [introducing Pool::register_cleanup]
                   17578: 
                   17579:        * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
                   17580:          comments
                   17581: 
                   17582: 2001-09-14  parser
                   17583: 
                   17584:        * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
                   17585:          z
                   17586: 
                   17587:        * src/: classes/dom.C, classes/file.C, classes/image.C,
                   17588:          classes/mail.C, include/pa_common.h,
                   17589:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   17590:          include/pa_stylesheet_connection.h,
                   17591:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   17592:          main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
                   17593:          main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
                   17594:          main/untaint.C, types/pa_vfile.C: dom.xslt  stylesheet
                   17595:          compiled&cached
                   17596: 
                   17597: 2001-09-13  parser
                   17598: 
                   17599:        * src/: classes/dom.C, classes/file.C, classes/image.C,
                   17600:          types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
                   17601: 
                   17602:        * src/classes/dom.C: dom:file content-type(.method)
                   17603: 
                   17604:        * src/: include/pa_common.h, include/pa_globals.h,
                   17605:          main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
                   17606:          string now more informative error messages
                   17607: 
                   17608:        * src/: include/pa_globals.h, include/pa_request.h,
                   17609:          main/pa_request.C, targets/cgi/parser3.C,
                   17610:          targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
                   17611:          ParserSiteConfig .../parser3.conf
                   17612: 
                   17613:          cgi&isapi looks for {configure|c:\windows}/parser3.conf
                   17614: 
                   17615: 2001-09-12  parser
                   17616: 
                   17617:        * src/: classes/op.C, include/pa_sql_driver_manager.h,
                   17618:          main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
                   17619:          precise error reporting: "connection string must start with
                   17620:          protocol://" now
                   17621: 
                   17622:        * src/main/compile.tab.C: fixed - subname code parts actually []
                   17623:          braced
                   17624: 
                   17625:        * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
                   17626:          lexer on LS_USER level did [] matching without setting nestage,
                   17627:          introduced special LS_NAME_SQUARE_PART state
                   17628: 
                   17629: 2001-09-11  parser
                   17630: 
                   17631:        * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
                   17632:          main/untaint.C: ^dom:set{<some>xml</some>} default language XML
                   17633:          languages+=xml
                   17634: 
                   17635:        * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
                   17636: 
                   17637:        * src/classes/dom.C: ^dom:save/string/file[output options] output
                   17638:          options:     $.method[xml|html|text] detection fixed
                   17639: 
                   17640:        * src/types/pa_vdom.h: messages
                   17641: 
                   17642:        * src/classes/dom.C: ^dom:save/string/file[output options] output
                   17643:          options:     $.method[xml|html|text] detection fixed
                   17644: 
                   17645: 2001-09-10  parser
                   17646: 
                   17647:        * src/classes/dom.C: ^dom:save/string/file[output options] output
                   17648:          options:     $.method[xml|html|text] $.encoding[windows-1251|...]
                   17649: 
                   17650:        * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
                   17651:          added]
                   17652: 
                   17653:        * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
                   17654:          ^dom.xslt[stylesheet filename] 0
                   17655: 
                   17656:        * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
                   17657:          ^dom.xslt[stylesheet filename] -1 doc is lying
                   17658: 
                   17659:        * src/classes/dom.C: ^dom.file[encoding] = file
                   17660: 
                   17661:        * src/classes/: dom.C: ^dom.string[encoding] 1
                   17662:          ^dom.save[encoding;filename]
                   17663: 
                   17664:        * src/classes/dom.C: ^dom.string[] 0
                   17665: 
                   17666:        * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
                   17667: 
                   17668:        * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
                   17669:          types/pa_vform.h: ^dom.save[b.xml] 0
                   17670: 
                   17671: 2001-09-08  parser
                   17672: 
                   17673:        * src/types/pa_vform.C: $form:tables.name.field
                   17674: 
                   17675: 2001-09-07  parser
                   17676: 
                   17677:        * src/classes/table.C: table:empty removed, superceded by ^if(def
                   17678:          $table)...
                   17679: 
                   17680:        * src/targets/cgi/parser3.C: z
                   17681: 
                   17682:        * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now  [conversion
                   17683:          from '' to int/double is 0]
                   17684: 
                   17685:        * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
                   17686:          $table) is false when table is empty
                   17687: 
                   17688:        * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
                   17689:          !$form:tables $atable[$form:tables.a]
                   17690:          ^atable.menu{a=$atable.element}[,]
                   17691: 
                   17692:        * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
                   17693:          types/pa_vform.h, types/pa_vhash.h: !$form:fields
                   17694: 
                   17695:        * src/: classes/dom.C, classes/table.C, main/main.dsp,
                   17696:          types/pa_vdom.h, types/pa_vform.C: merged with successful start
                   17697:          of dom
                   17698: 
                   17699:        * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
                   17700:          types/pa_vform.C, types/pa_vform.h: z
                   17701: 
                   17702:        * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
                   17703:          element [not last]
                   17704: 
                   17705:        * src/: classes/dom.C, classes/table.C, main/main.dsp,
                   17706:          types/pa_vdom.h: introducing dom. dom:load[a.xml]
                   17707: 
                   17708: 2001-09-06  parser
                   17709: 
                   17710:        * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
                   17711:          table with one column 'element' and two rows: 1 and 2
                   17712: 
                   17713:        * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
                   17714:          table with one column 'element' and two rows: 1 and 2
                   17715: 
                   17716:        * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
                   17717:          bad int/double conversions, and now $form:nonexistent.int(88)
                   17718:          would return 88
                   17719: 
                   17720:        * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
                   17721:          types/pa_vhash.h: now there's special hash key '_default'
                   17722:          [instead of ^_default method] $hash[         $.a[1]  $.b[2]
                   17723:          $._default[xx] ] $hash.c
                   17724: 
                   17725:        * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
                   17726:          fixed [thanks, fif], ^; were treated there non-literally
                   17727: 
                   17728:        * src/doc/doxygen.cfg: merged new default options from 1.2.10
                   17729:          doxygen
                   17730: 
                   17731:        * src/: classes/image.C, classes/op.C, classes/string.C,
                   17732:          classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
                   17733:          types/pa_vtable.C: few #ifndef DOXYGEN
                   17734: 
                   17735: 2001-09-05  parser
                   17736: 
                   17737:        * src/classes/: string.C, table.C: sql options can be void [same as
                   17738:          image:html the other day]
                   17739: 
                   17740:        * src/targets/cgi/Makefile.am: .am undo
                   17741: 
                   17742:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
                   17743:          targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
                   17744:          macro expantion on param, simply qoutes whatever passed, undone
                   17745: 
                   17746:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
                   17747:          targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
                   17748:          STRINGIZE(name) #name invented
                   17749: 
                   17750:        * src/: classes/op.C, include/pa_sql_driver_manager.h,
                   17751:          main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
                   17752:          MAIN_SQL_DRIVERS_NAME "drivers"
                   17753: 
                   17754:          moved to be availible to all users
                   17755: 
                   17756:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
                   17757:          SQL_DRIVER_CREATE_FUNC_NAME
                   17758: 
                   17759:        * src/classes/mail.C: MAIN:MAIL check fixed
                   17760: 
                   17761: 2001-09-04  parser
                   17762: 
                   17763:        * src/classes/image.C: image.html now can accept void params
                   17764: 
                   17765:        * src/targets/isapi/parser3isapi.C: z
                   17766: 
                   17767:        * src/targets/cgi/parser3.C: full_file_spec bug
                   17768: 
                   17769:        * src/targets/cgi/parser3.C: getenvcheck
                   17770: 
                   17771:        * src/targets/cgi/parser3.C: zz
                   17772: 
                   17773:        * src/targets/cgi/parser3.C: zzz
                   17774: 
                   17775:        * src/classes/date.C: date
                   17776: 
                   17777:        * src/classes/date.C: date:sql-string is now without ''
                   17778: 
                   17779:        * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
                   17780:          targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
                   17781:          auto.p location for targets/cgi/parser3, default[/usr/local/etc]
                   17782: 
                   17783:        * src/include/pa_config_auto.h.in: makes
                   17784: 
                   17785: 2001-09-03  parser
                   17786: 
                   17787:        * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
                   17788: 
                   17789: 2001-09-01  parser
                   17790: 
                   17791:        * src/classes/image.C: letter_spacing
                   17792: 
                   17793:        * src/classes/image.C: image: font params changed
                   17794: 
                   17795:        * src/classes/image.C: image: as_int as_string used
                   17796: 
                   17797:        * src/types/pa_vmethod_frame.h: $result[] now gets properly
                   17798:          analized
                   17799: 
                   17800: 2001-08-31  parser
                   17801: 
                   17802:        * src/targets/cgi/parser3.C: z
                   17803: 
                   17804:        * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
                   17805:          cygwin
                   17806: 
                   17807:        * src/classes/void.C: void:int/double += (default)
                   17808: 
                   17809:        * src/classes/image.C: image:font added space param image:font
                   17810:          changed charwidth alg, added kerning const[for now]
                   17811: 
                   17812:        * src/classes/: string.C, table.C: string:int/double (defaults)
                   17813: 
                   17814: 2001-08-29  parser
                   17815: 
                   17816:        * src/main/pa_exception.C: exception redundant debug info
                   17817: 
                   17818: 2001-08-28  parser
                   17819: 
                   17820:        * src/classes/image.C: image error msgs
                   17821: 
                   17822:        * src/classes/image.C: image: gifsize little endian
                   17823: 
                   17824:        * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
                   17825:          doxygeneration
                   17826: 
                   17827:        * src/: classes/Makefile.am, main/Makefile.am,
                   17828:          targets/cgi/Makefile.am, types/Makefile.am: .am-s
                   17829: 
                   17830:        * src/: include/pa_dictionary.h, main/pa_dictionary.C,
                   17831:          main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
                   17832: 
                   17833:        * src/main/compile.C: NO_STRING_ORIGIN check2
                   17834: 
                   17835:        * src/classes/table.C: NO_STRING_ORIGIN check
                   17836: 
                   17837:        * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
                   17838:          storage class specifiers invalid in friend function declarations
                   17839: 
                   17840:        * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
                   17841:          main/untaint.C, targets/cgi/parser3.C,
                   17842:          targets/isapi/parser3isapi.C: strncpy forced with zero ending in
                   17843:          case of limit
                   17844: 
                   17845:        * src/: classes/file.C, main/pa_common.C: file:move
                   17846:          autocreate/remove dest/src dir
                   17847: 
                   17848:        * src/: classes/string.C, include/pa_dictionary.h,
                   17849:          include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
                   17850:          main/untaint.C: pa_directory speeded up. moved zero 'from' check
                   17851:          to directory constructor.  string:replace
                   17852: 
                   17853: 2001-08-27  parser
                   17854: 
                   17855:        * src/classes/image.C: fixed jpgsize alg
                   17856: 
                   17857:        * src/classes/image.C: fixed jpgsize alg
                   17858: 
                   17859:        * src/main/pa_exception.C: z
                   17860: 
                   17861:        * src/main/pa_common.C: removed debug info from pa_common
                   17862: 
                   17863:        * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
                   17864:          [auto.p from current dir loading]
                   17865: 
                   17866:        * src/: main/pa_common.C, main/pa_exception.C,
                   17867:          main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
                   17868:          for solaris -lsocket
                   17869: 
                   17870: 2001-08-24  parser
                   17871: 
                   17872:        * src/targets/cgi/parser3.C: not cgi extra \n 3
                   17873: 
                   17874:        * src/targets/cgi/parser3.C: not cgi extra \n 2
                   17875: 
                   17876:        * src/targets/cgi/parser3.C: not cgi extra \n
                   17877: 
                   17878:        * src/main/pa_sql_driver_manager.C: z
                   17879: 
                   17880:        * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
                   17881:          sql* removed services from disconnect - cross-request ideological
                   17882:          probs.
                   17883: 
                   17884:        * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
                   17885:          cross-request ideological probs.  oracle - fixed bug: cs
                   17886:          allocated on request.pool and got freed before disconnect
                   17887: 
                   17888:        * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
                   17889:          mallocs fixed
                   17890: 
                   17891: 2001-08-23  parser
                   17892: 
                   17893:        * src/classes/file.C: minor bug in file:save fixed
                   17894: 
                   17895:        * src/main/pa_sql_driver_manager.C: oracle: dlink
                   17896: 
                   17897: 2001-08-22  parser
                   17898: 
                   17899:        * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
                   17900:          types/pa_vfile.h: file:load|save[text|binary;
                   17901: 
                   17902:        * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
                   17903: 
                   17904: 2001-08-21  parser
                   17905: 
                   17906:        * src/classes/: file.C, table.C: ^file:list
                   17907: 
                   17908: 2001-08-20  parser
                   17909: 
                   17910:        * src/: main/compile.tab.C, main/compile.y,
                   17911:          main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
                   17912:          types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
                   17913:          recousively caused problems: inc incremeted 123 literal!! fixed
                   17914: 
                   17915: 2001-08-10  parser
                   17916: 
                   17917:        * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
                   17918: 
                   17919:        * src/main/: compile.tab.C, compile.y: (codes) name part syntax
                   17920:          added
                   17921: 
                   17922:        * src/main/: compile.tab.C, compile.y: (codes) name part syntax
                   17923:          added
                   17924: 
                   17925:        * src/classes/table.C: table:sort restored [it was bad test :(]
                   17926: 
                   17927:        * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
                   17928:          ''
                   17929: 
                   17930:        * src/main/: pa_request.C: wanted to make const int
                   17931:          MAX_EXECUTE_SECONDS=1;
                   17932: 
                   17933:          but couldnt, set_callback_and_alarm appeared to be not exported
                   17934:          :(
                   17935: 
                   17936:        * src/main/pa_string.C: string.match hanged on. there were a hang
                   17937:          check but it weren't wise enough
                   17938: 
                   17939:          @parse[dateString][tmp]
                   17940:          $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
                   17941:          #end
                   17942: 
                   17943:          @main[] ^parse[2001-02-03]
                   17944: 
                   17945:        * src/classes/: table.C: table:sort now default desc
                   17946: 
                   17947:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                   17948:          table.sort now creates new sorted table
                   17949: 
                   17950: 2001-08-09  parser
                   17951: 
                   17952:        * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
                   17953: 
                   17954:        * src/classes/hash.C: hash:_default now [was hash:default]
                   17955: 
                   17956:        * src/classes/op.C: case without switch check added
                   17957: 
                   17958:        * src/types/pa_vcookie.C: cookie name&value origins added, more
                   17959:          precise $ORIGINS(1)
                   17960: 
                   17961:        * src/main/Makefile.am: .am
                   17962: 
                   17963:        * src/classes/void.C: void: int double  copy/paste from int: bug
                   17964:          fixed
                   17965: 
                   17966:        * src/classes/void.C: void: int double  copy/paste from int: bug
                   17967:          fixed
                   17968: 
                   17969: 2001-08-07  parser
                   17970: 
                   17971:        * src/: classes/double.C, classes/int.C, classes/string.C,
                   17972:          classes/table.C, include/pa_globals.h, main/pa_globals.C:
                   17973:          !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
                   17974:          string, table
                   17975: 
                   17976:        * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
                   17977:          srand made working
                   17978: 
                   17979: 2001-08-06  parser
                   17980: 
                   17981:        * src/: classes/mail.C, classes/op.C, include/pa_array.h,
                   17982:          include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
                   17983:          main/compile.tab.C, main/compile.y, main/pa_array.C,
                   17984:          main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
                   17985:          main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
                   17986: 
                   17987:        * src/main/pa_exec.C: exec win32 real filename
                   17988: 
                   17989:        * src/classes/file.C: exec stderr out
                   17990: 
                   17991:        * src/classes/hash.C: hash:keys renamed to hash:_keys :(
                   17992: 
                   17993: 2001-08-03  parser
                   17994: 
                   17995:        * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
                   17996: 
                   17997: 2001-08-02  parser
                   17998: 
                   17999:        * src/: classes/string.C, classes/table.C, include/pa_array.h,
                   18000:          main/execute.C, main/pa_exec.C: introducing Array_iter
                   18001: 
                   18002:        * src/main/execute.C: detected quick_get recursion bug. changed to
                   18003:          get@execute, but needs array iterator, separate from array to
                   18004:          avoid it & use caching
                   18005: 
                   18006:        * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
                   18007:          bug fixed
                   18008: 
                   18009:        * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
                   18010:          main/execute.C, main/pa_globals.C: found another multithread bug
                   18011:          in op.C (last, last global var killed) :)
                   18012: 
                   18013: 2001-08-01  parser
                   18014: 
                   18015:        * src/: include/pa_dictionary.h, include/pa_globals.h,
                   18016:          include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
                   18017:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   18018:          main/untaint.C: speeded up typo-html replacements. introducing
                   18019:          Dictionary with first-char caching
                   18020: 
                   18021: 2001-07-31  parser
                   18022: 
                   18023:        * src/types/Makefile.am: pa_vtable.C added to .am
                   18024: 
                   18025:        * src/main/compile.tab.C: added, so that could be compiled even on
                   18026:          non-bison-enabled platforms
                   18027: 
                   18028: 2001-07-28  parser
                   18029: 
                   18030:        * src/classes/table.C: table:hash always produces hash, when can't
                   18031:          - empty
                   18032: 
                   18033:        * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
                   18034:          skipped \n
                   18035: 
                   18036: 2001-07-27  parser
                   18037: 
                   18038:        * src/classes/: double.C, int.C, string.C: provided meaningful msg
                   18039:          on int/double/string :sql without result and default
                   18040: 
                   18041: 2001-07-26  parser
                   18042: 
                   18043:        * src/classes/op.C: fixed bad multithread bug with strangly global
                   18044:          OP
                   18045: 
                   18046:        * src/main/compile.y: $man[$.age[zzz]]  0
                   18047: 
                   18048:        * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
                   18049:          creation syntax problem persists. restored $: for a while.
                   18050:          thinking of $man[$.age[zzz]] syntax now
                   18051: 
                   18052:        * src/: classes/double.C, classes/int.C, classes/string.C,
                   18053:          include/pa_opcode.h, main/compile.C, main/compile.y,
                   18054:          main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
                   18055:          types/pa_vmethod_frame.h, types/pa_wcontext.h,
                   18056:          types/pa_wwrapper.h: fixing :: realization #1
                   18057: 
                   18058:        * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
                   18059:          main/compile_tools.h, main/execute.C, main/pa_request.C,
                   18060:          types/pa_vmethod_frame.h: introducing :: this is constructor call
                   18061:          prefix.  ordinary : remains for static accesses
                   18062: 
                   18063: 2001-07-25  parser
                   18064: 
                   18065:        * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
                   18066:          fields 2. methods 3. columns
                   18067: 
                   18068:        * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
                   18069:          quote.  optimized double&int tostring-s
                   18070: 
                   18071:        * src/main/: compile.C, compile.y, compile_tools.h: allowed
                   18072:          whitespace before first method decl
                   18073: 
                   18074:        * src/classes/table.C: allowed nontable result in table:sql,
                   18075:          results in empty table
                   18076: 
                   18077:        * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
                   18078:          lines before first method decl
                   18079: 
                   18080:        * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
                   18081:          types/pa_vtable.h: ^table.record[] now $table.fields
                   18082: 
                   18083:        * src/main/compile.y: $var[] is now empty string, not void
                   18084: 
                   18085:        * src/main/: compile.y, execute.C: $var[] is now empty string, not
                   18086:          void
                   18087: 
                   18088:        * src/: classes/string.C, include/pa_globals.h, main/execute.C,
                   18089:          main/pa_globals.C: match replace code context moved to implicit
                   18090:          $match context
                   18091: 
                   18092:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
                   18093:          main/compile_tools.h, main/execute.C: with killed, code storage
                   18094:          introduced with former 'with' syntax
                   18095: 
                   18096: 2001-07-24  parser
                   18097: 
                   18098:        * src/: main/compile.C, main/execute.C, main/pa_string.C,
                   18099:          types/pa_value.h: first get_element, next get operator
                   18100: 
                   18101:        * src/main/compile.y: removed @end handling
                   18102: 
                   18103:        * src/main/: compile.C, compile.y: @end handling method2
                   18104: 
                   18105:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
                   18106:          file:move
                   18107: 
                   18108:        * src/main/pa_common.C: file_read close @ eof when imgsize bug
                   18109:          fixed
                   18110: 
                   18111: 2001-07-23  parser
                   18112: 
                   18113:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
                   18114:          driver
                   18115: 
                   18116:        * src/classes/hash.C: changed sql driver query interface
                   18117: 
                   18118:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   18119:          classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
                   18120:          changed sql driver query interface
                   18121: 
                   18122: 2001-07-20  parser
                   18123: 
                   18124:        * src/types/pa_vrequest.C: X!$browser:type
                   18125: 
                   18126:        * src/: classes/file.C, classes/string.C, include/pa_string.h,
                   18127:          main/execute.C, main/pa_string.C, types/pa_valiased.C,
                   18128:          types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
                   18129:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
                   18130:          types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
                   18131:          types/pa_vobject.h, types/pa_vrequest.C,
                   18132:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
                   18133:          ^class:method dynamic calls allowed.  ^BASE.method call disabled.
                   18134:          BASE element globally removed
                   18135: 
                   18136: 2001-07-18  parser
                   18137: 
                   18138:        * src/classes/file.C: file:exec/cgi msg
                   18139: 
                   18140:        * src/classes/file.C: $file:exit-code renamed to 'status'
                   18141: 
                   18142:        * src/: classes/file.C, main/pa_exec.C: file:exec
                   18143: 
                   18144:        * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
                   18145:          targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
                   18146:          removed $id from *.in *.am
                   18147: 
                   18148:        * src/main/: pa_request.C, untaint.C: ORIGINS langs name
                   18149:          abbrevations
                   18150: 
                   18151:        * src/: classes/date.C, classes/mail.C, classes/math.C,
                   18152:          classes/string.C, classes/table.C, include/pa_globals.h,
                   18153:          include/pa_string.h, main/execute.C, main/pa_globals.C,
                   18154:          main/pa_request.C, main/pa_string.C, main/untaint.C,
                   18155:          types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
                   18156:          types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
                   18157:          $ORIGINS(1) output tracing mode
                   18158: 
                   18159: 2001-07-13  parser
                   18160: 
                   18161:        * src/: classes/double.C, classes/int.C, classes/string.C,
                   18162:          include/pa_request.h, main/execute.C, main/pa_request.C:
                   18163:          auto.p[@auto], /news/auto.p[no @auto], so that initializing
                   18164:          second would not call first @auto
                   18165: 
                   18166:        * src/main/: execute.C, pa_request.C: order of MAIN parents was
                   18167:          wrong, fixed
                   18168: 
                   18169: 2001-07-12  parser
                   18170: 
                   18171:        * src/types/pa_value.h: pa_value.putelement modification of system
                   18172:          classes prevented
                   18173: 
                   18174: 2001-07-11  parser
                   18175: 
                   18176:        * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
                   18177:          table $piece
                   18178: 
                   18179:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
                   18180:          types/pa_vstateless_class.h: $file created by file:state +=
                   18181:          .atime .mtime .ctime +found&fixed bug with exceptions on
                   18182:          get_junction-created objects [they were on wrong pool]
                   18183: 
                   18184: 2001-07-09  parser
                   18185: 
                   18186:        * src/main/untaint.C: qp wrong name
                   18187: 
                   18188:        * src/: classes/date.C, classes/string.C, classes/table.C,
                   18189:          main/compile.y: date format 0
                   18190: 
                   18191: 2001-07-07  parser
                   18192: 
                   18193:        * src/: classes/date.C, classes/table.C, include/pa_common.h,
                   18194:          include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
                   18195:          roll table calendar
                   18196: 
                   18197:        * src/: classes/Makefile.am, classes/date.C, classes/file.C,
                   18198:          classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
                   18199:          classes/op.C, classes/string.C, classes/table.C, classes/void.C,
                   18200:          include/pa_request.h, main/main.dsp, types/pa_value.h,
                   18201:          types/pa_vdate.h, types/pa_wcontext.C: date  now set $fields roll
                   18202:          string.  todo: sql, calendar
                   18203: 
                   18204: 2001-07-06  parser
                   18205: 
                   18206:        * src/: classes/math.C, include/pa_request.h, main/execute.C,
                   18207:          main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
                   18208: 
                   18209: 2001-07-03  parser
                   18210: 
                   18211:        * src/: classes/Makefile.am, classes/math.C, classes/op.C,
                   18212:          classes/random.C, main/main.dsp: class random renamed to math,
                   18213:          operators became methods
                   18214: 
                   18215:        * src/classes/op.C:  pow sqrt
                   18216: 
                   18217:        * src/: classes/op.C, main/execute.C:  sin asin cos acos tan atan
                   18218: 
                   18219: 2001-07-02  parser
                   18220: 
                   18221:        * src/classes/table.C: ^table.columns column renamed from 'name' to
                   18222:          'column'
                   18223: 
                   18224:        * src/classes/hash.C: ^hash.keys[]
                   18225: 
                   18226:        * src/: classes/table.C, main/pa_table.C: ^table:columns[]
                   18227: 
                   18228:        * src/main/: compile.y, compile_tools.h: in expressions now allowed
                   18229:          'strings'
                   18230: 
                   18231: 2001-06-29  parser
                   18232: 
                   18233:        * src/main/: execute.C: /0  %0 checkes ver 2
                   18234: 
                   18235:        * src/main/execute.C: /0  %0 checke
                   18236: 
                   18237:        * src/classes/Makefile.am: nothing - void
                   18238: 
                   18239:        * src/classes/table.C: empty strings @ sql
                   18240: 
                   18241: 2001-06-28  parser
                   18242: 
                   18243:        * src/: classes/double.C, classes/file.C, classes/form.C,
                   18244:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   18245:          classes/op.C, classes/random.C, classes/response.C,
                   18246:          classes/string.C, classes/table.C, classes/void.C,
                   18247:          main/compile.C, main/compile_tools.C, main/execute.C,
                   18248:          main/pa_array.C, main/pa_common.C, main/pa_dir.C,
                   18249:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   18250:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   18251:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   18252:          main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
                   18253:          targets/isapi/parser3isapi.C, main/compile.y: */ static const
                   18254:          char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
                   18255:          $";
                   18256: 
                   18257:        * src/: classes/double.C, classes/file.C, classes/form.C,
                   18258:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   18259:          classes/op.C, classes/random.C, classes/response.C,
                   18260:          classes/string.C, classes/table.C, classes/void.C,
                   18261:          main/compile.C, main/compile.y, main/compile_tools.C,
                   18262:          main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
                   18263:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   18264:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   18265:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   18266:          main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
1.94    ! misha    18267:          targets/isapi/parser3isapi.C: static char *RCSId="$Id: ChangeLog,v 1.93 2015/02/03 09:08:22 misha Exp $";
1.93      misha    18268: 
                   18269:        * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
                   18270:          $class:name: == ${class:name}:
                   18271: 
                   18272:        * src/classes/string.C: exactly one
                   18273: 
                   18274: 2001-06-27  parser
                   18275: 
                   18276:        * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
                   18277:          types/pa_vvoid.h: nothing renamed to void
                   18278: 
                   18279:        * src/classes/op.C: ^switch ^case
                   18280: 
                   18281:        * src/main/compile.y: nothing renamed to void
                   18282: 
                   18283:        * src/: classes/hash.C, classes/table.C, main/compile.y,
                   18284:          main/execute.C, main/main.dsp, main/pa_request.C,
                   18285:          targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
                   18286:          types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
                   18287:          void
                   18288: 
                   18289:        * src/main/compile.y: lexer: $zzzz^zzzz were name part
                   18290: 
                   18291: 2001-05-28  parser
                   18292: 
                   18293:        * src/doc/html2chm.cmd: removed >a
                   18294: 
                   18295:        * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
                   18296:          project options [some bugs]
                   18297: 
                   18298:        * src/doc/sources2html.cmd: z
                   18299: 
                   18300:        * src/: classes/classes.C, main/compile.C, main/compile.y,
                   18301:          main/execute.C: operators are not in root class again
                   18302: 
                   18303: 2001-05-24  parser
                   18304: 
                   18305:        * src/targets/cgi/parser3.dsp: project file
                   18306: 
                   18307:        * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
                   18308:          ^log ^exp
                   18309: 
                   18310:        * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
                   18311:          conversions in @exception[params]
                   18312: 
                   18313:        * src/main/pa_request.C: // no _ conversions in @exception[params]
                   18314: 
                   18315: 2001-05-23  parser
                   18316: 
                   18317:        * src/main/pa_string.C: string cmp bug
                   18318: 
                   18319:        * src/classes/: mail.C, op.C: rem max 1000
                   18320: 
                   18321:        * src/: classes/op.C, main/compile.y: allow one empty line before
                   18322:          LS_DEF_NAME
                   18323: 
                   18324: 2001-05-22  parser
                   18325: 
                   18326:        * src/classes/op.C: if params code-required
                   18327: 
                   18328: 2001-05-21  parser
                   18329: 
                   18330:        * src/types/pa_vstring.C: eoleof
                   18331: 
                   18332:        * src/classes/Makefile.am: .AM
                   18333: 
                   18334:        * src/classes/nothing.C: resultless ^sql  moved to nothing:
                   18335: 
                   18336:        * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
                   18337: 
                   18338:        * src/: classes/double.C, classes/nothing.C, classes/string.C,
                   18339:          classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
                   18340:          types/pa_vunknown.h, classes/hash.C, main/compile.y,
                   18341:          main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
                   18342:          types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
                   18343:          main/pa_request.C, types/pa_value.h: 'unknown' renamed to
                   18344:          'nothing'
                   18345: 
                   18346:        * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
                   18347:          vstring::set_string
                   18348: 
                   18349:        * src/classes/: double.C, int.C, string.C: int,double;sql
                   18350: 
                   18351:        * src/: classes/hash.C, classes/int.C, classes/string.C,
                   18352:          classes/table.C, include/pa_string.h, main/pa_string.C,
                   18353:          types/pa_vstring.C, types/pa_vstring.h: started int:sql
                   18354: 
                   18355:        * src/: classes/classes.C, classes/hash.C, classes/op.C,
                   18356:          classes/table.C, main/compile.C, main/compile.y, main/execute.C:
                   18357:          hash:sql moved to main trunc. operators.txt updated
                   18358: 
                   18359:        * src/classes/: hash.C, op.C, table.C: hash:sql
                   18360: 
                   18361:        * src/classes/op.C: z
                   18362: 
                   18363:        * src/: main/compile.C, classes/classes.C: 1
                   18364: 
                   18365:        * src/: classes/classes.C, main/compile.C, main/compile.y,
                   18366:          main/execute.C: 0
                   18367: 
                   18368:        * src/main/execute.C: z
                   18369: 
                   18370:        * src/targets/cgi/parser3.C: z
                   18371: 
                   18372:        * src/targets/cgi/parser3.C: argv can be just "parser3". made
                   18373:          site_auto_path "." in that case
                   18374: 
                   18375:        * src/targets/cgi/: parser3.C: z
                   18376: 
                   18377:        * src/main/pa_request.C: .am
                   18378: 
                   18379:        * src/: main/pa_request.C, targets/cgi/parser3.C:
                   18380:          pcre_tables=pcre_default_tables;
                   18381: 
                   18382: 2001-05-19  parser
                   18383: 
                   18384:        * src/main/pa_string.C: z
                   18385: 
                   18386:        * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
                   18387:          introducing String::cstr_bufsize, returns just size+1 for as_is
                   18388:          target.
                   18389: 
                   18390:        * src/: main/untaint.C, targets/cgi/pa_pool.C,
                   18391:          targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
                   18392:          used, 4* mem wasted
                   18393: 
                   18394:        * src/classes/string.C: root context in match replace body now
                   18395:          unchanged
                   18396: 
                   18397:        * src/types/pa_value.h: parameter # 1 based
                   18398: 
                   18399:        * src/main/pa_common.C: common:  actual filename '%s'
                   18400: 
                   18401:        * src/classes/string.C: z
                   18402: 
                   18403:        * src/classes/Makefile.am: classes/.am
                   18404: 
                   18405:        * src/classes/: Makefile.am: classes/.am
                   18406: 
                   18407:        * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
                   18408:          targets/cgi/pa_pool.C: classes/.am
                   18409: 
                   18410: 2001-05-18  parser
                   18411: 
                   18412:        * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
                   18413:          pa_threads.C ins
                   18414: 
                   18415:        * src/targets/cgi/Makefile.am: .am pa_threads.C added
                   18416: 
                   18417: 2001-05-17  parser
                   18418: 
                   18419:        * src/: classes/string.C, include/pa_config_fixed.h,
                   18420:          include/pa_config_includes.h, main/compile.y,
                   18421:          main/compile_tools.h, main/execute.C, main/pa_array.C,
                   18422:          main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
                   18423:          main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
                   18424:          types/pa_vform.C: #include "pa_config_includes.h" removed from
                   18425:          most .C
                   18426: 
                   18427:        * src/doc/html2chm.cmd: z
                   18428: 
                   18429:        * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
                   18430:          view.cmd, view_chm.cmd, view_html.cmd: doc cmds
                   18431: 
                   18432:        * src/main/pa_sql_driver_manager.C: moved expiration to
                   18433:          get_connection_from_cache
                   18434: 
                   18435:        * src/main/pa_sql_driver_manager.C: cache expiration bf
                   18436: 
                   18437:        * src/: classes/classes.h, include/pa_sql_connection.h,
                   18438:          include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
                   18439:          cache expiration[use SQL_Driver::disconnect]
                   18440: 
                   18441:        * src/main/pa_table.C: table.locate current restored on "not found"
                   18442: 
                   18443:        * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
                   18444:          line no
                   18445: 
                   18446:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   18447:          ANTI_ENDLESS_EXECUTE_RECOURSION
                   18448: 
                   18449:        * src/: classes/op.C, include/pa_sql_connection.h,
                   18450:          include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
                   18451:          sql/pa_sql_driver.h: fixed problem at last: 2connections own
                   18452:          1driver and set_services fight for driver::fservices. before fix
                   18453: 
                   18454:        * src/: classes/op.C, include/pa_config_fixed.h,
                   18455:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   18456:          main/pa_sql_driver_manager.C: found problem at last: 2connections
                   18457:          own 1driver and set_services fight for driver::fservices. before
                   18458:          fix
                   18459: 
                   18460:        * src/: include/pa_config_fixed.h, include/pa_threads.h,
                   18461:          targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
                   18462:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
                   18463:          pa_threads.C
                   18464: 
                   18465:        * src/include/pa_threads.h: removed targets/parser
                   18466: 
                   18467:        * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
                   18468:          pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
                   18469:          pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
                   18470:          pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
                   18471:          pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
                   18472:          headers
                   18473: 
                   18474:        * src/: classes/image.C, include/pa_sql_driver_manager.h,
                   18475:          main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
                   18476:          order prevented sqlmanager to see MULTYTHREAD define
                   18477: 
                   18478:        * src/: include/pa_config_fixed.h, include/pa_threads.h,
                   18479:          main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
                   18480:          put/gets
                   18481: 
                   18482:        * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
                   18483:          from hash.h
                   18484: 
                   18485:        * src/: classes/op.C, include/pa_sql_connection.h,
                   18486:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
                   18487:          from cache ->set_services(&services);
                   18488: 
                   18489: 2001-05-16  parser
                   18490: 
                   18491:        * src/targets/cgi/parser3.C: z
                   18492: 
                   18493:        * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
                   18494:          debug, #ifdefed some.  would debug later, on more precise sample
                   18495:          than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
                   18496:          $name.$tail[$tail!] $name.$tail } ok3
                   18497: 
                   18498:        * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
                   18499:          removed array debug. before vstring rebasing
                   18500: 
                   18501:        * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
                   18502:          main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
                   18503:          array debugged; adjusted
                   18504: 
                   18505:        * src/main/: pa_sql_driver_manager.C, pa_string.C:
                   18506:          SQL_Driver_manager line no for connect/charset errors
                   18507: 
                   18508: 2001-05-15  parser
                   18509: 
                   18510:        * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
                   18511:          main/pa_string.C: string+array made linear grows
                   18512: 
                   18513:        * src/: include/pa_string.h, main/pa_string.C,
                   18514:          targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
                   18515:          grow lineary, not exponentialy
                   18516: 
                   18517:        * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
                   18518:          targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
                   18519:          with fullchunk cmps
                   18520: 
                   18521:        * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
                   18522:          70041=           81
                   18523: 
                   18524:        * src/: include/pa_string.h, targets/cgi/pa_pool.C,
                   18525:          targets/cgi/parser3.C: detected huge mem allocation: size/times
                   18526:          malloc 27809390/368771, calloc 3232/83. would test now
                   18527: 
                   18528:        * src/: classes/random.C, main/compile.y, main/execute.C,
                   18529:          main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
                   18530:          numbered params had wrong name - for instance: bad error message
                   18531:          in ^for[] bad body type. fixed
                   18532: 
                   18533: 2001-05-14  parser
                   18534: 
                   18535:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
                   18536:          main/untaint.C: ^string.upper|lower[]
                   18537: 
                   18538: 2001-05-11  parser
                   18539: 
                   18540:        * src/: classes/double.C, classes/image.C, classes/op.C,
                   18541:          classes/string.C, classes/table.C, classes/unknown.C,
                   18542:          main/execute.C, types/pa_value.h, types/pa_vbool.h,
                   18543:          types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
                   18544:          types/pa_vunknown.h: op: MAX_LOOPS as_int
                   18545: 
                   18546:        * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
                   18547:          .dsp for win32tools
                   18548: 
                   18549: 2001-05-11  paf
                   18550: 
                   18551:        * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
                   18552:          main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
                   18553:          targets/isapi/istart.cmd, targets/isapi/istop.cmd,
                   18554:          targets/isapi/kill.pl: moved win32 helpers to /win32tools
                   18555: 
                   18556: 2001-05-10  paf
                   18557: 
                   18558:        * src/include/: pa_common.h, pa_config_includes.h: inline undefed
                   18559:          for C++, that's all
                   18560: 
                   18561:        * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
                   18562:          pa_config_includes.h: inline wonders
                   18563: 
                   18564:        * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
                   18565:          doc/doxygen.cmd: hash.C added
                   18566: 
                   18567:        * src/: main/pa_request.C, types/pa_vrequest.C: op configured
                   18568: 
                   18569:        * src/main/compile.y: @end grammar: allowed zero strings in control
                   18570:          menthod
                   18571: 
                   18572:        * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
                   18573:          pa_vstateless_object.h: changed priority: field before method
                   18574:          lookup in vclass & vobject
                   18575: 
                   18576:        * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
                   18577:          grammar: priorities changes [lowerd && prior] vobject: now first
                   18578:          fields, next methods
                   18579: 
                   18580: 2001-05-08  paf
                   18581: 
                   18582:        * src/main/pa_table.C: table columnname2item on nameless ignored
                   18583:          bark=false. fixed
                   18584: 
                   18585:        * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
                   18586:          types/pa_vmethod_frame.h: hash:default works at last!
                   18587: 
                   18588:        * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
                   18589:          main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
                   18590:          hash:default
                   18591: 
                   18592:        * src/classes/table.C: z
                   18593: 
                   18594:        * src/classes/table.C: table:hash always hash of hash now
                   18595: 
                   18596:        * src/classes/table.C: table:empty return bool now
                   18597: 
                   18598:        * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
                   18599:          include/pa_table.h, main/pa_table.C, types/pa_value.h,
                   18600:          types/pa_vtable.h: table:hash
                   18601: 
                   18602:        * src/classes/table.C: table:record have name
                   18603: 
                   18604:        * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
                   18605:          returns vunknown
                   18606: 
                   18607:        * src/classes/: double.C, int.C, op.C, string.C:
                   18608:          int,double,string:int[] double[] string:length[] results now have
                   18609:          hames
                   18610: 
                   18611:        * src/: classes/op.C, classes/table.C, main/main.dsp,
                   18612:          types/pa_vtable.h: removed table:find. table:locate and op:eval
                   18613:          now return bool
                   18614: 
                   18615:        * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
                   18616:          in method checkparams again. fixed
                   18617: 
                   18618: 2001-05-07  paf
                   18619: 
                   18620:        * src/doc/chm.cmd: cmd
                   18621: 
                   18622:        * src/: classes/image.C, classes/mail.C, classes/string.C,
                   18623:          doc/chm.cmd, include/pa_table.h, main/pa_table.C,
                   18624:          types/pa_value.h: method reported errors on wrong pool
                   18625: 
                   18626:        * src/main/execute.C: ^var[^class:var.method[]] is not constructor
                   18627:          now
                   18628: 
                   18629:        * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
                   18630:          include/code.h, include/pa_opcode.h, main/compile.C,
                   18631:          main/compile_tools.h, main/execute.C, types/pa_value.h,
                   18632:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   18633:          types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
                   18634:          types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
                   18635:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   18636:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   18637:          types/pa_vrequest.h, types/pa_vresponse.h,
                   18638:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   18639:          types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
                   18640:          types/pa_wwrapper.h: pa_code.h
                   18641: 
                   18642:        * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
                   18643: 
                   18644:        * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
                   18645:          doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
                   18646:          doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
                   18647:          doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
                   18648:          doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
                   18649:          doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
                   18650:          include/pa_hash.h, include/pa_string.h, main/pa_request.C,
                   18651:          main/pa_sql_driver_manager.C, types/pa_vjunction.h,
                   18652:          types/pa_vtable.h: dox, split by not clean parts also
                   18653: 
                   18654:        * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
                   18655:          types/pa_vtable.h: table: fields, then methods.  so to enable
                   18656:          'dir' fields & co. more
                   18657: 
                   18658:        * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
                   18659:          so to enable 'dir' fields & co.
                   18660: 
                   18661:        * src/main/compile.y: grammar: @end
                   18662: 
                   18663: 2001-05-04  paf
                   18664: 
                   18665:        * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
                   18666:          doc/ClassExample3.dox, main/execute.C: dox: example1 updated
                   18667: 
                   18668:        * src/: classes/classes.h, classes/double.C, classes/file.C,
                   18669:          classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
                   18670:          classes/op.C, classes/random.C, classes/response.C,
                   18671:          classes/string.C, classes/table.C, classes/unknown.C,
                   18672:          doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
                   18673:          method dox
                   18674: 
                   18675: 2001-05-03  paf
                   18676: 
                   18677:        * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
                   18678:          doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
                   18679:          doc/doxygen.txt, doc/executor.dox, doc/index.dox,
                   18680:          doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
                   18681:          doc/string.dox, doc/targets.dox, doc/value.dox,
                   18682:          main/pa_request.C: dox splitted .dox files and added some
                   18683: 
                   18684:        * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
                   18685: 
                   18686: 2001-05-02  paf
                   18687: 
                   18688:        * src/classes/: image.C, table.C: table:dir result are not tainted
                   18689:          by file_name  language now
                   18690: 
                   18691: 2001-04-28  paf
                   18692: 
                   18693:        * src/classes/classes.inc: removed classes.inc
                   18694: 
                   18695:        * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
                   18696:          from .am
                   18697: 
                   18698:        * src/classes/classes.awk: skipped classes in .awk
                   18699: 
                   18700:        * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
                   18701:          classes/classes.inc, classes/double.C, classes/file.C,
                   18702:          classes/form.C, classes/int.C, classes/op.C, classes/response.C,
                   18703:          classes/string.C, classes/table.C, classes/unknown.C,
                   18704:          include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
                   18705:          targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
                   18706:          types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
                   18707:          pa_methoded back to classes/classes.h
                   18708: 
                   18709:        * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
                   18710: 
                   18711:        * src/: classes/Makefile.am, classes/classes.awk,
                   18712:          classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
                   18713:          classes/ls.exe, main/bison.exe: classes.inc autogenerator
                   18714: 
                   18715:        * src/: classes/classes.C, classes/classes.h, classes/double.C,
                   18716:          classes/file.C, classes/form.C, classes/int.C, classes/op.C,
                   18717:          classes/response.C, classes/string.C, classes/table.C,
                   18718:          classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
                   18719:          main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
                   18720:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
                   18721:          types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
                   18722:          include|main/pa_methoded
                   18723: 
                   18724:        * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
                   18725:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
                   18726: 
                   18727:        * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
                   18728:          moved some configured data to request::classes_conf moved some
                   18729:          string crations from globals to M...  [works]
                   18730: 
                   18731:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   18732:          include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
                   18733:          main/pa_request.C: moved some configured data to
                   18734:          request::classes_conf moved some string crations from globals to
                   18735:          M...
                   18736: 
                   18737:        * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
                   18738:          about to move configured data to special request hash
                   18739: 
                   18740:        * src/: classes/classes.C, classes/classes.h, classes/file.C,
                   18741:          classes/form.C, classes/mail.C, include/pa_request.h,
                   18742:          main/pa_request.C: configure started
                   18743: 
                   18744:        * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
                   18745:          2. todo: methoded-configure
                   18746: 
                   18747:        * src/: classes/_double.h, classes/_file.h, classes/_form.h,
                   18748:          classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
                   18749:          classes/_random.h, classes/_response.h, classes/_string.h,
                   18750:          classes/_table.h, classes/_unknown.h, classes/classes.inc,
                   18751:          classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
                   18752:          classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
                   18753:          classes/random.C, classes/response.C, classes/string.C,
                   18754:          classes/table.C, classes/unknown.C, include/pa_globals.h,
                   18755:          include/pa_request.h, main/compile.y, main/execute.C,
                   18756:          main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   18757:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   18758:          types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
                   18759:          types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
                   18760:          types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
                   18761:          types/pa_vrequest.h, types/pa_vresponse.h,
                   18762:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   18763:          types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
                   18764:          classes/classes.C, classes/classes.h: Methoded reorganized. todo:
                   18765:          methoded-configure
                   18766: 
                   18767:        * src/: classes/file.C, classes/table.C, main/compile.y,
                   18768:          main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
                   18769:          types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
                   18770:          ability. now $a{^menu{$name}} or ^a.menu{$a.name}
                   18771: 
                   18772:        * src/: classes/_string.h, classes/classes.C, classes/classes.h,
                   18773:          classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
                   18774:          classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
                   18775:          classes/random.C, classes/response.C, classes/string.C,
                   18776:          classes/table.C, classes/unknown.C, include/pa_request.h,
                   18777:          main/compile.y, main/execute.C, main/pa_globals.C,
                   18778:          main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
                   18779:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   18780:          types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
                   18781:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
                   18782:          beautifying just compiled. todo: debug, configure
                   18783: 
                   18784: 2001-04-27  paf
                   18785: 
                   18786:        * src/: classes/file.C, classes/image.C, classes/table.C,
                   18787:          main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
                   18788:          beautifying -99
                   18789: 
                   18790:        * src/: classes/_double.h, classes/_form.h, classes/_int.h,
                   18791:          classes/_response.h, classes/_unknown.h, classes/classes.C,
                   18792:          classes/classes.h, classes/double.C, classes/file.C,
                   18793:          classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
                   18794:          classes/op.C, classes/random.C, classes/response.C,
                   18795:          classes/string.C, include/pa_globals.h, main/main.dsp,
                   18796:          main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
                   18797:          types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
                   18798:          types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
                   18799:          types/pa_vunknown.h: beautifying -100
                   18800: 
                   18801:        * src/main/compile.y: serge@ found @CLASS bug. fixed
                   18802: 
                   18803:        * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
                   18804:          classes/_op.h, classes/_random.h, classes/_table.h,
                   18805:          classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
                   18806:          classes/op.C, classes/random.C, classes/response.C,
                   18807:          classes/string.C, classes/table.C, classes/unknown.C,
                   18808:          include/pa_globals.h, main/main.dsp, main/pa_globals.C,
                   18809:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
                   18810:          types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
                   18811:          beautifying
                   18812: 
                   18813: 2001-04-26  paf
                   18814: 
                   18815:        * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
                   18816: 
                   18817:        * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
                   18818:          documentation ++
                   18819: 
                   18820:        * src/: classes/_exec.h, doc/doxygen.cfg,
                   18821:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   18822:          targets/cgi/pa_pool.C: code documentation ++
                   18823: 
                   18824:        * src/: classes/_image.h, classes/op.C, classes/random.C,
                   18825:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   18826:          types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
                   18827:          types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
                   18828:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   18829:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   18830:          types/pa_vrequest.C, types/pa_vrequest.h,
                   18831:          types/pa_vstateless_class.C, types/pa_vstateless_object.h,
                   18832:          types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
                   18833:          types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
                   18834:          code documentation ++
                   18835: 
                   18836:        * src/: classes/image.C, classes/mail.C, classes/string.C,
                   18837:          classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
                   18838:          include/pa_array.h, include/pa_dir.h, include/pa_string.h,
                   18839:          main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
                   18840:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   18841:          types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
                   18842:          types/pa_vobject.h, types/pa_vstateless_class.h,
                   18843:          types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
                   18844: 
                   18845:        * src/main/: pa_request.C, pa_string.C: z
                   18846: 
                   18847:        * src/: include/pa_common.h, include/pa_types.h,
                   18848:          main/pa_sql_driver_manager.C: module [and, guess, isapi]
                   18849:          connection caching fixed.  request-pooled-url were stored into
                   18850:          global connectioncache
                   18851: 
                   18852: 2001-04-25  paf
                   18853: 
                   18854:        * src/: doc/doxygen.cfg, doc/doxygen.txt,
                   18855:          targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
                   18856: 
                   18857:        * src/: include/code.h, include/pa_common.h, main/compile.y,
                   18858:          main/execute.C, main/pa_common.C: -d
                   18859: 
                   18860:        * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
                   18861:          illegal call check a bit improved, but still under iis no mapping
                   18862:          of dir with parser allowed!
                   18863: 
                   18864: 2001-04-24  paf
                   18865: 
                   18866:        * src/targets/Makefile.am: apache module lib .am
                   18867: 
                   18868:        * src/main/pa_exec.C: windows32 buildCommand
                   18869: 
                   18870: 2001-04-23  paf
                   18871: 
                   18872:        * src/targets/cgi/Makefile.am: win32 conditional
                   18873: 
                   18874:        * src/targets/cgi/Makefile.am: win32 conditional
                   18875: 
                   18876:        * src/targets/cgi/Makefile.am: liblink
                   18877: 
                   18878:        * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
                   18879:          vfile fields return type
                   18880: 
                   18881:        * src/types/pa_vfile.h: vfile fields return type
                   18882: 
                   18883:        * src/include/pa_config_auto.h.in: .h.in
                   18884: 
                   18885:        * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
                   18886:          types/Makefile: makefiles removed
                   18887: 
                   18888:        * src/: classes/Makefile, main/Makefile, main/pa_string.C,
                   18889:          targets/cgi/Makefile, types/Makefile: configure.in + makefiles
                   18890: 
                   18891:        * src/main/pa_string.C: tested OK /// @test really @b test: s x m
                   18892:          [tested: i & g ]
                   18893: 
                   18894:        * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
                   18895:          @test noticed series in isapi, check how initialize_random_class
                   18896:          is called! [must be called only once]
                   18897: 
                   18898:        * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
                   18899:          would not be 'unknown column'
                   18900: 
                   18901:        * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
                   18902:          @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
                   18903: 
                   18904:        * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
                   18905:          commandline start "parser3 a.html" so that ^load[a.cfg] worked!
                   18906:          [now doesnt]
                   18907: 
                   18908:        * src/targets/cgi/parser3.C: cgi cmdline ver
                   18909: 
                   18910:        * src/targets/cgi/parser3.C: cgi /// @test disable
                   18911:          /cgi-bin/parser3/auto.p
                   18912: 
                   18913:        * src/main/untaint.C: untaint without charset
                   18914: 
                   18915:        * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
                   18916:          main/pa_common.C: common: file_write /// @test mkdirs
                   18917:          file_delete rmdirs
                   18918: 
                   18919:        * src/main/untaint.C: mail header only once to =?
                   18920: 
                   18921:        * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
                   18922:          include/pa_string.h, main/pa_exec.C, main/pa_request.C,
                   18923:          main/untaint.C: untaint -        @test optimize whitespaces for
                   18924:          all but 'html'
                   18925: 
                   18926:        * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
                   18927:          main/pa_common.C, main/pa_hash.C, main/pa_request.C,
                   18928:          main/untaint.C: untaint -  @test mail-header
                   18929: 
                   18930: 2001-04-20  paf
                   18931: 
                   18932:        * src/: classes/string.C, classes/table.C, include/pa_globals.h,
                   18933:          include/pa_request.h, include/pa_string.h, main/compile.y,
                   18934:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   18935:          targets/cgi/parser3.C: $MAIN:LOCALE
                   18936: 
                   18937:        * src/main/untaint.C: z
                   18938: 
                   18939:        * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
                   18940: 
                   18941: 2001-04-19  paf
                   18942: 
                   18943:        * src/main/compile_tools.h: $a$b bugfix
                   18944: 
                   18945:        * src/targets/cgi/parser3.C: z
                   18946: 
                   18947:        * src/classes/file.C: z
                   18948: 
                   18949:        * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
                   18950:          done: header to $fields. waits for header '\' tricks
                   18951: 
                   18952:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
                   18953:          main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
                   18954:          changed urlencode here and in untaint.C to HTTP standard's " and
                   18955:          \" mech
                   18956: 
                   18957:        * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
                   18958:          http://alx/~paf/ doesnt load /auto.p
                   18959: 
                   18960: 2001-04-18  paf
                   18961: 
                   18962:        * src/main/pa_request.C: 1
                   18963: 
                   18964:        * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
                   18965:          linux @alx
                   18966: 
                   18967: 2001-04-17  paf
                   18968: 
                   18969:        * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
                   18970:          include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
                   18971:          sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
                   18972:          enabled
                   18973: 
                   18974:        * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
                   18975:          classes/_exec.h, classes/_file.h, classes/_form.h,
                   18976:          classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
                   18977:          classes/_random.h, classes/_response.h, classes/_string.h,
                   18978:          classes/_table.h, classes/_unknown.h, classes/file.C,
                   18979:          classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
                   18980:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   18981:          include/pa_hash.h, include/pa_sql_driver_manager.h,
                   18982:          include/pa_version.h, main/Makefile.am, main/compile.y,
                   18983:          main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
                   18984:          main/pa_sql_driver_manager.C, sql/Makefile.am,
                   18985:          sql/pa_sql_driver.h, targets/cgi/Makefile.am,
                   18986:          targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
                   18987:          types/pa_vform.C, types/pa_vimage.h: exec @jav
                   18988: 
                   18989:        * src/: include/pa_sql_driver_manager.h,
                   18990:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
                   18991:          types/pa_vimage.h: sql driver interface now has initialize(client
                   18992:          .so)
                   18993: 
                   18994: 2001-04-16  paf
                   18995: 
                   18996:        * src/Makefile.am: compile2 cygwin
                   18997: 
                   18998:        * src/: include/pa_config_includes.h, main/pa_exec.C,
                   18999:          main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
                   19000: 
                   19001:        * src/targets/cgi/Makefile.am: compile0 jav
                   19002: 
                   19003:        * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
                   19004:          classes/_exec.h, classes/_file.h, classes/_form.h,
                   19005:          classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
                   19006:          classes/_random.h, classes/_response.h, classes/_string.h,
                   19007:          classes/_table.h, classes/_unknown.h, classes/image.C,
                   19008:          classes/mail.C, classes/op.C, classes/random.C,
                   19009:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   19010:          include/pa_hash.h, include/pa_version.h, main/Makefile.am,
                   19011:          main/compile.y, main/pa_common.C, main/pa_exec.C,
                   19012:          sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
                   19013:          types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
                   19014:          compile-1
                   19015: 
                   19016: 2001-04-15  paf
                   19017: 
                   19018:        * src/classes/op.C: z
                   19019: 
                   19020:        * src/classes/table.C: table:empty +=process
                   19021: 
                   19022:        * src/types/pa_value.h: MethodParams !junction
                   19023: 
                   19024:        * src/: classes/_string.h, classes/double.C, classes/file.C,
                   19025:          classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
                   19026:          classes/random.C, classes/response.C, classes/string.C,
                   19027:          classes/table.C, classes/unknown.C, main/pa_request.C:
                   19028:          MethodParams everywhere
                   19029: 
                   19030:        * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
                   19031:          types/pa_vmethod_frame.h: MethodParams in op.C
                   19032: 
                   19033: 2001-04-12  paf
                   19034: 
                   19035:        * src/: classes/image.C, types/pa_vimage.h: image:font :text
                   19036: 
                   19037:        * src/: classes/_unknown.h, classes/unknown.C,
                   19038:          include/pa_globals.h, main/main.dsp, main/pa_globals.C,
                   19039:          types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
                   19040: 
                   19041:        * src/: classes/image.C, main/pa_hash.C: hash bug fixed
                   19042: 
                   19043:        * src/classes/image.C: image:gif now does not have params
                   19044: 
                   19045:        * src/classes/image.C:
                   19046:          image:line/fill/rectangle/bar/replace/polygon/polybar
                   19047: 
                   19048:        * src/: classes/image.C, classes/op.C, main/execute.C,
                   19049:          types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
                   19050:          for var now written not to r.wcontext, but to r.root cleared
                   19051:          "entered_object" state
                   19052: 
                   19053: 2001-04-11  paf
                   19054: 
                   19055:        * src/classes/image.C: image:create image:load
                   19056: 
                   19057:        * src/: classes/image.C, main/main.dsp: gd with mem write + image
                   19058:          just compiled
                   19059: 
                   19060:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
                   19061:          todo: gif without file
                   19062: 
                   19063:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
                   19064:          started porting to Pooled descendant
                   19065: 
                   19066:        * src/: classes/image.C, main/execute.C, main/main.dsp,
                   19067:          main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
                   19068:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
                   19069:          types/pa_vmframe.h: libimaging dead end: pil parses header in .py
                   19070: 
                   19071:        * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
                   19072:          main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
                   19073:          end. switching to python imaging lib
                   19074: 
                   19075:        * src/main/main.dsp: gd+smtp made separate libs
                   19076: 
                   19077:        * src/: include/pa_globals.h, include/pa_string.h,
                   19078:          main/pa_common.C, main/pa_request.C, main/untaint.C,
                   19079:          types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
                   19080:          length
                   19081: 
                   19082:        * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
                   19083:          types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
                   19084:          types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
                   19085:          UL_FILE_NAME of posted file name
                   19086: 
                   19087:        * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
                   19088:          post [broke when moved post read to core]
                   19089: 
                   19090: 2001-04-10  paf
                   19091: 
                   19092:        * src/classes/image.C: image:html done
                   19093: 
                   19094:        * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
                   19095: 
                   19096:        * src/classes/image.C: z
                   19097: 
                   19098:        * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
                   19099:          forgotten!
                   19100: 
                   19101:        * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
                   19102:          main/pa_request.C, main/pa_string.C, main/untaint.C,
                   19103:          types/pa_vimage.h: image:measure -90
                   19104: 
                   19105:        * src/: classes/_double.h, classes/_file.h, classes/_form.h,
                   19106:          classes/_int.h, classes/_mail.h, classes/_op.h,
                   19107:          classes/_random.h, classes/_response.h, classes/_string.h,
                   19108:          classes/_table.h, classes/file.C, classes/mail.C,
                   19109:          include/pa_common.h, include/pa_globals.h, main/execute.C,
                   19110:          main/main.dsp, main/pa_common.C, main/pa_globals.C,
                   19111:          targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
                   19112:          types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
                   19113:          types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
                   19114:          compiled
                   19115: 
                   19116:        * src/classes/mail.C: minor bug with unclear from/to
                   19117: 
                   19118:        * src/classes/mail.C: sendmail unix skipping defaults
                   19119: 
                   19120:        * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
                   19121:          sendmail unix added defaults
                   19122: 
                   19123:        * src/classes/mail.C: unix sendmail compiled. todo:testing
                   19124: 
                   19125:        * src/: classes/mail.C, main/pa_globals.C: smtp some consts
                   19126: 
                   19127: 2001-04-09  paf
                   19128: 
                   19129:        * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
                   19130:          main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
                   19131:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
                   19132:          targets/isapi/parser3isapi.dsp: all targets exec
                   19133: 
                   19134:        * src/: include/pa_sapi.h, include/pa_string.h,
                   19135:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   19136:          targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
                   19137:          args in apache:util.script
                   19138: 
                   19139:        * src/include/pa_string.h: written but not tested exec with env for
                   19140:          unix
                   19141: 
                   19142:        * src/: classes/file.C, main/main.dsp, main/pa_request.C,
                   19143:          targets/cgi/parser3.C: exec win32 env
                   19144: 
                   19145:        * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
                   19146:          0
                   19147: 
                   19148:        * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
                   19149:          main/execute.C, main/main.dsp, main/pa_globals.C,
                   19150:          main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
                   19151:          types/pa_vform.C, types/pa_vstring.C: exec4. todo env
                   19152: 
                   19153:        * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
                   19154:          main/untaint.C: exec3. decided exec:cgi to move to file:cgi
                   19155: 
                   19156:        * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
                   19157:          main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
                   19158: 
                   19159:        * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
                   19160:          include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
                   19161:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                   19162:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   19163:          targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
                   19164:          exec class just compiled. moved post read to request core
                   19165: 
                   19166:        * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
                   19167:          include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
                   19168:          main/pa_globals.C, targets/cgi/parser3.C,
                   19169:          targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
                   19170:          are already read by vform
                   19171: 
                   19172: 2001-04-08  paf
                   19173: 
                   19174:        * src/: classes/file.C, classes/mail.C, classes/string.C,
                   19175:          include/pa_request.h, include/pa_string.h, main/pa_request.C:
                   19176:          uuencode. string<<
                   19177: 
                   19178: 2001-04-07  paf
                   19179: 
                   19180:        * src/classes/mail.C: z
                   19181: 
                   19182:        * src/classes/mail.C: z
                   19183: 
                   19184:        * src/classes/mail.C: ^mail[$attach
                   19185: 
                   19186:        * src/classes/mail.C: ^attach dead end
                   19187: 
                   19188:        * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
                   19189:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   19190:          targets/isapi/parser3isapi.C: mail:send 1
                   19191: 
                   19192:        * src/: classes/mail.C, main/pa_request.C: z
                   19193: 
                   19194:        * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
                   19195:          main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
                   19196:          compiled
                   19197: 
                   19198:        * src/classes/mail.C: +=
                   19199: 
                   19200:        * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
                   19201:          prepared
                   19202: 
                   19203:        * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
                   19204:          include/pa_globals.h, include/pa_string.h, main/main.dsp,
                   19205:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
                   19206:          main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
                   19207: 
                   19208: 2001-04-06  paf
                   19209: 
                   19210:        * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
                   19211:          main/pa_string.C: table:dir 1
                   19212: 
                   19213:        * src/: classes/table.C, include/pa_dir.h, main/execute.C,
                   19214:          main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
                   19215: 
                   19216:        * src/: classes/_op.h, classes/_root.h, classes/op.C,
                   19217:          classes/root.C, include/pa_globals.h, include/pa_request.h,
                   19218:          main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
                   19219:          main/pa_request.C: renamed 'root' to 'op'
                   19220: 
                   19221:        * src/classes/: _op.h, op.C: renamed from 'root'
                   19222: 
                   19223:        * src/types/pa_valiased.C: another root inherititance skipped
                   19224: 
                   19225:        * src/main/: compile.C, compile.y, execute.C: operators are now not
                   19226:          root methods of parent class. just 'ROOT' class
                   19227: 
                   19228:        * src/: classes/random.C, classes/table.C, main/pa_globals.C:
                   19229:          @office
                   19230: 
                   19231:        * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
                   19232: 
                   19233: 2001-04-05  paf
                   19234: 
                   19235:        * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
                   19236:          types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
                   19237:          constructor flag dropped at get_method_frame and remembered into
                   19238:          method_frame
                   19239: 
                   19240:        * src/: classes/file.C, classes/root.C, classes/string.C,
                   19241:          classes/table.C, main/pa_request.C: junction to code&expression
                   19242:          in errors
                   19243: 
                   19244:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
                   19245:          main/pa_string.C, targets/isapi/parser3isapi.dsp:
                   19246:          $LOCALE:ctype[Russian_Russia.1251]
                   19247: 
                   19248:        * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
                   19249:          include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
                   19250:          main/pa_table.C: hash now not thread-safe.
                   19251: 
                   19252:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
                   19253:          main/untaint.C: z
                   19254: 
                   19255:        * src/: classes/random.C, classes/root.C, classes/table.C,
                   19256:          include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
                   19257:          main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
                   19258:          sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
                   19259:          types/pa_wcontext.h: sql quote. string untaint UL_SQL
                   19260: 
                   19261:        * src/: classes/table.C, include/pa_sql_connection.h,
                   19262:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
                   19263: 
                   19264:        * src/classes/table.C: select * from hren error contains statement
                   19265: 
                   19266:        * src/: classes/table.C, include/pa_sql_connection.h,
                   19267:          include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
                   19268:          sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
                   19269: 
                   19270:        * src/: classes/root.C, include/pa_sql_connection.h,
                   19271:          include/pa_sql_driver.h, main/main.dsp,
                   19272:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
                   19273:          services for conv memory & error reporting
                   19274: 
                   19275: 2001-04-04  paf
                   19276: 
                   19277:        * src/doc/doxygen.cfg: z
                   19278: 
                   19279:        * src/include/pa_sql_driver.h: mysql connect
                   19280: 
                   19281:        * src/include/pa_sql_driver.h: mysql info
                   19282: 
                   19283:        * src/: classes/root.C, include/pa_sql_driver.h,
                   19284:          include/pa_sql_driver_manager.h, main/main.dsp,
                   19285:          main/pa_sql_driver_manager.C: more manager&connection&driver
                   19286: 
                   19287:        * src/sql/Makefile.am: forgot to add mysql client
                   19288: 
                   19289:        * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
                   19290:          main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
                   19291:          [forgot to add libltdl, added]
                   19292: 
                   19293:        * src/: Makefile.am, classes/root.C, classes/string.C,
                   19294:          classes/table.C, include/pa_globals.h, include/pa_hash.h,
                   19295:          include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
                   19296:          include/pa_string.h, include/pa_table.h, main/main.dsp,
                   19297:          main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
                   19298:          main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
                   19299:          -1000 just compiled
                   19300: 
                   19301:        * src/: classes/random.C, classes/root.C, classes/table.C,
                   19302:          include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
                   19303:          main/pa_request.C, types/pa_vclass.h: sql frame -10
                   19304: 
                   19305: 2001-04-03  paf
                   19306: 
                   19307:        * src/types/pa_vform.C: z
                   19308: 
                   19309:        * src/: classes/string.C, types/pa_vform.C: string:match replace
                   19310:          assigned lang
                   19311: 
                   19312:        * src/: classes/string.C, main/compile.y: grammar: fixed to allow
                   19313:          {}[]< empty []
                   19314: 
                   19315:        * src/: classes/file.C, classes/string.C, classes/table.C,
                   19316:          include/pa_string.h, main/pa_common.C, main/pa_string.C,
                   19317:          main/untaint.C: string:match replace 2.  string.cstr(forced lang)
                   19318: 
                   19319:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   19320:          string:match replace strange matches
                   19321: 
                   19322:        * src/classes/string.C: string:match replace 0
                   19323: 
                   19324:        * src/: classes/string.C, main/pa_string.C: string:match replace
                   19325:          prepared 2
                   19326: 
                   19327:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   19328:          string:match replace prepared
                   19329: 
                   19330:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   19331:          string:match replace -11
                   19332: 
                   19333:        * src/: classes/string.C, include/pa_globals.h,
                   19334:          include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
                   19335:          main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
                   19336: 
                   19337:        * src/: classes/string.C, include/pa_globals.h,
                   19338:          include/pa_string.h, main/main.dsp, main/pa_globals.C,
                   19339:          main/pa_string.C: string:match [search] -1 just compiled
                   19340: 
                   19341:        * src/types/pa_vstring.C: z
                   19342: 
                   19343:        * src/: classes/double.C, classes/file.C, classes/form.C,
                   19344:          classes/int.C, classes/response.C, classes/root.C,
                   19345:          classes/string.C, classes/table.C, include/pa_string.h,
                   19346:          main/pa_string.C: string:match -10 [frame]
                   19347: 
                   19348:        * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
                   19349:          main/pa_request.C: z
                   19350: 
                   19351:        * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
                   19352:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
                   19353:          todo/tests
                   19354: 
                   19355:        * src/include/pa_common.h: z
                   19356: 
                   19357:        * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
                   19358:          main/pa_request.C, targets/cgi/parser3.C,
                   19359:          targets/isapi/parser3isapi.C, types/pa_vfile.C:
                   19360:          content-disposition
                   19361: 
                   19362:        * src/: include/pa_common.h, include/pa_globals.h,
                   19363:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
                   19364:          targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
                   19365: 
                   19366:        * src/: include/pa_common.h, include/pa_request.h,
                   19367:          include/pa_sapi.h, main/main.dsp, main/pa_common.C,
                   19368:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
                   19369:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
                   19370:          response:body
                   19371: 
                   19372:        * src/classes/table.C: table:append now uses string::split
                   19373: 
                   19374:        * src/classes/table.C: z
                   19375: 
                   19376:        * src/: classes/file.C, classes/root.C, classes/string.C,
                   19377:          classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
                   19378:          doc/generate.cmd, include/pa_array.h, include/pa_request.h,
                   19379:          include/pa_string.h, main/execute.C, main/pa_string.C,
                   19380:          main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
                   19381:          string::pos & cmp & piece bugs fixed.  string::split new
                   19382:          table:load separated from set table:set implemented with clean \n
                   19383:          \t searches
                   19384: 
                   19385: 2001-04-02  paf
                   19386: 
                   19387:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
                   19388:          types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
                   19389:          types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
                   19390:          types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
                   19391:          it in table:set/load
                   19392: 
                   19393:        * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
                   19394:          include/pa_table.h, main/execute.C, types/pa_value.h: table:join
                   19395: 
                   19396:        * src/classes/random.C: random:generate 1
                   19397: 
                   19398:        * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
                   19399:          main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   19400:          types/pa_value.h: random:generate
                   19401: 
                   19402: 2001-03-30  paf
                   19403: 
                   19404:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
                   19405:          todo: table flip and append. string::pos
                   19406: 
                   19407:        * src/: classes/double.C, classes/file.C, classes/int.C,
                   19408:          classes/response.C, classes/root.C, classes/string.C,
                   19409:          classes/table.C, main/compile.y, main/execute.C,
                   19410:          types/pa_value.h, types/pa_vstateless_class.C,
                   19411:          types/pa_vstateless_class.h: static|dynamic|any method
                   19412:          registration
                   19413: 
                   19414:        * src/: classes/file.C, classes/table.C, include/pa_table.h,
                   19415:          main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
                   19416:          table:flip
                   19417: 
                   19418: 2001-03-29  paf
                   19419: 
                   19420:        * src/classes/string.C: string:xsplit forgot that they must result
                   19421:          in 1 row N column [not vice versa]
                   19422: 
                   19423:        * src/classes/string.C: z
                   19424: 
                   19425:        * src/classes/string.C: string: rsplit
                   19426: 
                   19427:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   19428:          string: lsplit
                   19429: 
                   19430:        * src/: classes/string.C, include/pa_string.h, main/execute.C,
                   19431:          main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
                   19432:          lsplit -1
                   19433: 
                   19434:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   19435:          string: pos
                   19436: 
                   19437:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   19438:          string: pos -1
                   19439: 
                   19440:        * src/: classes/string.C, classes/table.C, include/pa_string.h,
                   19441:          main/compile.y, main/pa_request.C, main/pa_string.C,
                   19442:          main/untaint.C: string: left right mid
                   19443: 
                   19444:        * src/: classes/string.C, main/compile.y, main/compile_tools.C,
                   19445:          main/compile_tools.h, main/main.dsp, types/pa_value.h,
                   19446:          types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
                   19447:          and [;] are different now.
                   19448: 
                   19449:        * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
                   19450:          main/untaint.C: pool.request undone
                   19451: 
                   19452:        * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
                   19453:          main/untaint.C: pool.request
                   19454: 
                   19455: 2001-03-28  paf
                   19456: 
                   19457:        * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
                   19458:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   19459:          types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
                   19460:          $request:browser [.type .version]; unknown.get_double now = 0.
                   19461: 
                   19462:        * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
                   19463:          include/pa_table.h, main/pa_globals.C, main/pa_request.C,
                   19464:          main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
                   19465:          types/pa_vform.C: file:load autodetection of mime-type by
                   19466:          user-file-name
                   19467: 
                   19468:        * src/: classes/file.C, main/execute.C, main/pa_common.C,
                   19469:          main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
                   19470:          types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
                   19471: 
                   19472:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
                   19473:          types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
                   19474:          write. must be self.set
                   19475: 
                   19476:        * src/: classes/file.C, classes/root.C, classes/table.C,
                   19477:          include/pa_table.h, main/pa_table.C: table:locate1, file:test
                   19478: 
                   19479:        * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
                   19480:          include/pa_table.h, main/pa_array.C, main/pa_table.C,
                   19481:          types/pa_vtable.h: table:locate just compiled
                   19482: 
                   19483: 2001-03-27  paf
                   19484: 
                   19485:        * src/main/: execute.C, pa_common.C: fixed r/w context of
                   19486:          code-params2, fixed ntfs hardlink slow dir update
                   19487: 
                   19488:        * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
                   19489:          types/pa_wcontext.h: fixed r/w context of code-params
                   19490: 
                   19491:        * src/: classes/table.C, main/execute.C: about to change junction
                   19492:          rcontext!!
                   19493: 
                   19494:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   19495:          classes/string.C, classes/table.C, main/compile_tools.C,
                   19496:          main/execute.C, main/pa_request.C, main/untaint.C,
                   19497:          types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
                   19498:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
                   19499:          types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
                   19500:          types/pa_vunknown.h: sort 0
                   19501: 
                   19502:        * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
                   19503:          pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
                   19504:          renamed to are_static_calls_disabled
                   19505: 
                   19506:        * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
                   19507:          targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
                   19508:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
                   19509:          types/pa_vstring.h, types/pa_vunknown.h: continue on sort
                   19510: 
                   19511:        * src/main/compile.y: fixed minor bug in @mn[][] ...^{
                   19512: 
                   19513:        * src/: classes/table.C, include/pa_common.h, main/compile.y:
                   19514:          started table:sort fixed minor bug in #...^{
                   19515: 
                   19516:        * src/: classes/table.C, include/pa_common.h, main/compile.y,
                   19517:          main/execute.C, main/pa_common.C, main/pa_table.C: table:save
                   19518:          decided to have as it were. stepped back.  grammar: added 'in'
                   19519:          'is' 'lt'&co follow-space check
                   19520: 
                   19521: 2001-03-26  paf
                   19522: 
                   19523:        * src/: classes/file.C, classes/root.C, classes/table.C,
                   19524:          include/pa_common.h, include/pa_globals.h, include/pa_table.h,
                   19525:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
                   19526:          main/pa_table.C: moved ::save to pa_table.  disabled @auto
                   19527:          invocation in ^process
                   19528: 
                   19529:        * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
                   19530: 
                   19531:        * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
                   19532:          main/pa_array.C: table:record
                   19533: 
                   19534:        * src/: main/untaint.C, targets/cgi/parser3.C,
                   19535:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   19536:          targets/isapi/pool_storage.h, types/pa_valiased.h,
                   19537:          types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
                   19538:          types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
                   19539:          types/pa_vtable.h: z
                   19540: 
                   19541:        * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
                   19542:          types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
                   19543:          types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
                   19544:          types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
                   19545:          $b[$a.CLASS] ^b.inc[123] shit.  allowed no checks in native
                   19546:          method realisations on 'self' validity - they now can simply
                   19547:          assume that 'self' is V{Proper} .
                   19548: 
                   19549: 2001-03-25  paf
                   19550: 
                   19551:        * src/main/untaint.C: z
                   19552: 
                   19553:        * src/main/: pa_request.C, untaint.C: moved default typo-table to
                   19554:          lowlevel - it initialization could be skipped if failed in @auto.
                   19555:          so that exception report would use some table
                   19556: 
                   19557:        * src/main/pa_request.C: table empty lines ignored. system-default
                   19558:          content type assigned in output:result [can fail in main:auto and
                   19559:          skipped normal defaults extraction]
                   19560: 
                   19561:        * src/: include/pa_string.h, main/compile.y: #comment fixed minor
                   19562:          bug
                   19563: 
                   19564:        * src/main/: pa_globals.C, untaint.C: html-typo - moved all
                   19565:          processing to table [except preliminary \r\n \r \n replacements
                   19566:          to "\n"]
                   19567: 
                   19568:        * src/: classes/table.C, main/untaint.C: html-typo - decided to
                   19569:          move all the processing to table
                   19570: 
                   19571:        * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
                   19572:          main/pa_table.C, main/untaint.C: returned table originating.
                   19573:          useful for reporting typo table problems origin. think would be
                   19574:          useful somewhere else
                   19575: 
                   19576:        * src/main/untaint.C: typo  \r \r\n \n properly handled
                   19577: 
                   19578:        * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
                   19579:          include/pa_table.h, main/compile.y, main/compile_tools.C,
                   19580:          main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
                   19581:          main/pa_string.C, main/pa_table.C, main/untaint.C,
                   19582:          types/pa_vcookie.h: typo & typo-default
                   19583: 
                   19584: 2001-03-24  paf
                   19585: 
                   19586:        * src/main/pa_common.C: z
                   19587: 
                   19588:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
                   19589:          targets/cgi/parser3.C: html-typo 2
                   19590: 
                   19591:        * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
                   19592:          doc/view.cmd, include/pa_array.h, include/pa_globals.h,
                   19593:          include/pa_pool.h, include/pa_string.h, include/pa_table.h,
                   19594:          main/execute.C, main/pa_array.C, main/pa_globals.C,
                   19595:          main/pa_request.C, main/pa_string.C, main/untaint.C,
                   19596:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   19597:          types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
                   19598:          noticed double default content-type prob. run cgi.cmd tomorrow
                   19599:          first html-typo sample. detected << problem: they become ltlt too
                   19600:          fast
                   19601: 
                   19602:        * src/main/compile.y: z
                   19603: 
                   19604:        * src/main/: compile.y, compile_tools.h: #comment
                   19605: 
                   19606:        * src/: classes/file.C, classes/root.C, classes/table.C,
                   19607:          include/pa_common.h, include/pa_request.h, main/compile.y,
                   19608:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                   19609:          targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
                   19610:          stringified
                   19611: 
                   19612:        * src/types/pa_valiased.C: decided to String-ify file_read
                   19613: 
                   19614:        * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
                   19615:          isapi/parser3isapi.dsp: cgi: sapi::log
                   19616: 
                   19617:        * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
                   19618:          targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
                   19619:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
                   19620:          error log experiments failed - cgi under iis got no access to
                   19621:          log. registereventsource simply failed with 5(illegal call) code,
                   19622:          while worked OK as standalone executable.  isapi: used
                   19623:          HSE_APPEND_LOG_PARAMETER feature
                   19624: 
                   19625:        * src/: include/pa_common.h, include/pa_globals.h,
                   19626:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
                   19627:          targets/isapi/parser3isapi.C: fixed default content-type
                   19628:          allocation storage
                   19629: 
                   19630:        * src/: include/pa_globals.h, include/pa_request.h,
                   19631:          main/pa_globals.C, main/pa_request.C: z
                   19632: 
                   19633:        * src/: include/pa_array.h, include/pa_hash.h,
                   19634:          include/pa_request.h, main/compile.y, main/pa_array.C,
                   19635:          main/pa_common.C, main/pa_hash.C, main/pa_request.C,
                   19636:          types/pa_vcookie.C: cyclic uses ignored. defaulted default
                   19637:          content-type
                   19638: 
                   19639:        * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
                   19640:          sanity
                   19641: 
                   19642:        * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
                   19643:          types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
                   19644:          away freeze mech.  no danger now for you can't do
                   19645:          ^request:process[@new-method[] body] trick anymore.  still
                   19646:          remains $some_instance.process[@new-method[] possibility] but
                   19647:          would leave it as a feature.  see index for sample
                   19648: 
                   19649:        * src/: include/pa_common.h, main/pa_common.C,
                   19650:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
                   19651:          monkey every target
                   19652: 
                   19653:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
                   19654:          targets/cgi/parser3.C, targets/isapi/pool_storage.h,
                   19655:          types/pa_vform.C, types/pa_vform.h: auto.p monkey
                   19656: 
                   19657: 2001-03-23  paf
                   19658: 
                   19659:        * src/: include/pa_pool.h, main/pa_request.C,
                   19660:          targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
                   19661:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   19662:          targets/isapi/pool_storage.h: isapi: dumb pool storage
                   19663: 
                   19664:        * src/targets/isapi/pa_pool.C: decided to continue with extension
                   19665: 
                   19666:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
                   19667:          it would be better to rewrite as filter then to deal with pool
                   19668: 
                   19669:        * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
                   19670:          now like in cgi, not from APPL_PHYSICAL_PATH
                   19671: 
                   19672:        * src/: classes/root.C, classes/table.C, include/pa_common.h,
                   19673:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   19674:          include/pa_string.h, include/pa_threads.h, include/pa_types.h,
                   19675:          include/pa_version.h, main/compile.y, main/execute.C,
                   19676:          main/pa_array.C, main/pa_common.C, main/pa_hash.C,
                   19677:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   19678:          main/untaint.C, targets/cgi/parser3.C,
                   19679:          targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
                   19680:          cgi: reinvent document_root and request_uri under iis. autoconf
                   19681:          updated. introducing ap_config_includes
                   19682: 
                   19683:        * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
                   19684: 
                   19685:        * src/targets/cgi/parser3.C: cgi: only one pool now
                   19686: 
                   19687:        * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
                   19688:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
                   19689:          targets/isapi/parser3isapi.C, types/pa_vcookie.C,
                   19690:          types/pa_venv.h, types/pa_vform.C: sapi made object
                   19691: 
                   19692:        * src/: include/pa_globals.h, main/pa_request.C,
                   19693:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   19694:          targets/isapi/parser3isapi.C, types/pa_vcookie.C,
                   19695:          types/pa_venv.h, types/pa_vform.C: all: sapi beauty
                   19696: 
                   19697:        * src/: main/pa_request.C, targets/cgi/parser3.C,
                   19698:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
                   19699:          isapi minor env beauty
                   19700: 
                   19701:        * src/: main/pa_request.C, targets/cgi/parser3.C,
                   19702:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
                   19703:          isapi document_root 0
                   19704: 
                   19705: 2001-03-22  paf
                   19706: 
                   19707:        * src/targets/isapi/parser3isapi.C: isapi keep-alive
                   19708: 
                   19709:        * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
                   19710:          isapi/parser3isapi.C: z
                   19711: 
                   19712:        * src/: include/pa_pool.h, main/pa_request.C,
                   19713:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
                   19714: 
                   19715:        * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
                   19716:          kill.pl: isapi added utils
                   19717: 
                   19718:        * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
                   19719:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   19720:          types/pa_vform.C: isapi 0
                   19721: 
                   19722:        * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
                   19723:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   19724:          targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
                   19725:          targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
                   19726:          started isapi
                   19727: 
                   19728:        * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
                   19729:          some comments
                   19730: 
                   19731:        * src/: include/pa_globals.h, include/pa_request.h,
                   19732:          include/pa_types.h, main/pa_globals.C, main/pa_request.C,
                   19733:          targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
                   19734:          parser_root_auto_path parser_site_auto_path
                   19735: 
                   19736:        * src/types/pa_vcookie.C: cookie attr decoded
                   19737: 
                   19738: 2001-03-21  paf
                   19739: 
                   19740:        * src/targets/cgi/parser3.C: z
                   19741: 
                   19742:        * src/include/pa_globals.h: post. todo: config of auto.p path
                   19743: 
                   19744:        * src/: include/pa_globals.h, targets/cgi/parser3.C,
                   19745:          types/pa_venv.h: in cookie & env. todo:post
                   19746: 
                   19747:        * src/: Makefile.am, classes/Makefile.am, classes/file.C,
                   19748:          classes/root.C, classes/table.C, include/pa_array.h,
                   19749:          include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
                   19750:          include/pa_request.h, include/pa_string.h, main/Makefile.am,
                   19751:          main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
                   19752:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   19753:          main/pa_table.C, main/untaint.C, targets/Makefile.am,
                   19754:          targets/cgi/Makefile.am, targets/cgi/parser3.C,
                   19755:          targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
                   19756:          types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
                   19757:          shifted apache branch on main trunc
                   19758: 
                   19759:        * src/: include/pa_common.h, include/pa_globals.h,
                   19760:          include/pa_pool.h, include/pa_request.h, main/main.dsp,
                   19761:          main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
                   19762:          types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
                   19763:          starting mod_parser3
                   19764: 
                   19765:        * src/targets/cgi/parser3.C: starting mod_parser3
                   19766: 
                   19767: 2001-03-20  paf
                   19768: 
                   19769:        * src/: main/pa_common.C, targets/cgi/Makefile.am,
                   19770:          targets/cgi/parser3.C: automake compiled and works. todo:make
                   19771:          win32 ifdefs work and add ifdef unistd
                   19772: 
                   19773:        * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
                   19774:          main/Makefile.am, main/pa_common.C, main/pa_request.C,
                   19775:          main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
                   19776:          z
                   19777: 
                   19778:        * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
                   19779:          main/execute.C, main/pa_common.C, types/Makefile.am: removing
                   19780:          locking
                   19781: 
                   19782:        * src/: classes/Makefile.am, types/Makefile.am: z
                   19783: 
                   19784:        * src/: Makefile.am, classes/file.C, classes/root.C,
                   19785:          classes/table.C, include/pa_array.h, include/pa_request.h,
                   19786:          include/pa_string.h, main/Makefile.am, main/execute.C,
                   19787:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
                   19788:          main/pa_string.C, main/untaint.C, targets/Makefile.am,
                   19789:          targets/cgi/Makefile.am, targets/cgi/parser3.C,
                   19790:          types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
                   19791: 
                   19792:        * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
                   19793:          main/pa_request.C, types/pa_vfile.h: ^table:save
                   19794: 
                   19795:        * src/: classes/file.C, classes/table.C, include/pa_array.h,
                   19796:          include/pa_common.h, include/pa_request.h, include/pa_string.h,
                   19797:          include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
                   19798:          main/untaint.C, types/pa_valiased.h, types/pa_value.h,
                   19799:          types/pa_vform.h: z
                   19800: 
                   19801:        * src/include/pa_string.h: z
                   19802: 
                   19803:        * src/: classes/_request.h, classes/request.C, main/main.dsp,
                   19804:          main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
                   19805:          types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
                   19806:          :Value
                   19807: 
                   19808:        * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
                   19809:          types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
                   19810:          :VStateless_object
                   19811: 
                   19812:        * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
                   19813:          types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
                   19814:          :VStateless_object
                   19815: 
                   19816:        * src/: main/main.dsp, targets/cgi/parser3.dsp,
                   19817:          types/pa_valiased.C, types/pa_vform.h: commented VForm
                   19818: 
                   19819:        * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
                   19820:          types/pa_valiased.h, types/pa_value.h,
                   19821:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   19822:          types/pa_vstateless_object.h: moved common get_element part from
                   19823:          stateless object&class into VAliased
                   19824: 
                   19825:        * src/: classes/_env.h, classes/_table.h, classes/env.C,
                   19826:          classes/table.C, main/execute.C, main/main.dsp,
                   19827:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   19828:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
                   19829:          now :Value
                   19830: 
                   19831:        * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
                   19832:          main/execute.C, main/main.dsp, main/pa_globals.C,
                   19833:          types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
                   19834: 
                   19835:        * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
                   19836:          doxx
                   19837: 
                   19838:        * src/: classes/_file.h, classes/file.C, include/pa_types.h,
                   19839:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
                   19840:          types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
                   19841:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
                   19842:          and ^file:save
                   19843: 
                   19844: 2001-03-19  paf
                   19845: 
                   19846:        * src/types/pa_vfile.C: z
                   19847: 
                   19848:        * src/: classes/file.C, classes/request.C, classes/table.C,
                   19849:          include/pa_string.h, main/main.dsp, main/pa_pool.C,
                   19850:          main/pa_request.C, main/untaint.C, types/pa_value.h,
                   19851:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
                   19852: 
                   19853:        * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
                   19854:          include/pa_string.h, include/pa_table.h, main/main.dsp,
                   19855:          main/pa_common.C, main/pa_globals.C, types/pa_value.h,
                   19856:          types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
                   19857:          types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
                   19858:          classes/_file.h, classes/file.C, types/pa_vfile.C,
                   19859:          types/pa_vfile.h: file class just compiled
                   19860: 
                   19861:        * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
                   19862:          include/pa_table.h, include/pa_types.h, main/execute.C,
                   19863:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
                   19864:          types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
                   19865:          types/pa_vstateless_object.h: ^table:set{default level: TABLE}
                   19866: 
                   19867:        * src/include/pa_pool.h: z
                   19868: 
                   19869:        * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
                   19870:          main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
                   19871:          Hash::Value to Val so to doxygen would finlly stop confusing
                   19872:          those Value-s
                   19873: 
                   19874:        * src/: include/code.h, include/pa_array.h, include/pa_common.h,
                   19875:          include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
                   19876:          include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
                   19877:          include/pa_string.h, include/pa_table.h, include/pa_threads.h,
                   19878:          include/pa_types.h, main/compile.C, main/compile.y,
                   19879:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   19880:          main/pa_array.C, main/pa_common.C, main/pa_exception.C,
                   19881:          main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
                   19882:          main/pa_request.C, main/pa_string.C, main/pa_table.C,
                   19883:          main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
                   19884: 
                   19885:        * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
                   19886:          derivates somehow unlinked. don't know why yet
                   19887: 
                   19888:        * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
                   19889:          include/pa_string.h, include/pa_threads.h, main/compile.C,
                   19890:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   19891:          main/execute.C, main/pa_array.C, main/pa_common.C,
                   19892:          main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
                   19893:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   19894:          main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
                   19895: 
                   19896:        * src/: classes/root.C, classes/table.C, main/pa_exception.C,
                   19897:          main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
                   19898:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
                   19899:          types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
                   19900:          types/pa_vrequest.h: doc: detected Value derivates prob
                   19901: 
                   19902:        * src/include/pa_globals.h: z
                   19903: 
                   19904:        * src/: classes/_request.h, classes/request.C, include/code.h,
                   19905:          include/pa_array.h, include/pa_common.h, include/pa_exception.h,
                   19906:          include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
                   19907:          include/pa_request.h, include/pa_stack.h, include/pa_string.h,
                   19908:          include/pa_table.h, include/pa_threads.h, include/pa_types.h,
                   19909:          main/execute.C, main/pa_pool.C, main/pa_request.C,
                   19910:          main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
                   19911:          types/pa_value.h, types/pa_vform.C: doxygen include/, Value
                   19912: 
                   19913: 2001-03-18  paf
                   19914: 
                   19915:        * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
                   19916:          cookie: allowed access to hash-assigned
                   19917: 
                   19918:        * src/targets/cgi/parser3.C: z
                   19919: 
                   19920:        * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
                   19921:          include/pa_globals.h, include/pa_request.h, include/pa_string.h,
                   19922:          include/pa_types.h, main/main.dsp, main/pa_common.C,
                   19923:          main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
                   19924:          main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
                   19925:          types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   19926:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   19927:          types/pa_vunknown.h: cookie class
                   19928: 
                   19929:        * src/main/pa_request.C: zero length output allowed
                   19930: 
                   19931:        * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
                   19932:          types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
                   19933: 
                   19934:        * src/: classes/root.C, main/pa_request.C: taint forgotten forced
                   19935:          lang switch
                   19936: 
                   19937:        * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
                   19938:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   19939:          types/pa_value.h, types/pa_vhash.h:
                   19940:          $defautl[$content-type[$value[text/html] $charset[windows-1251]]
                   19941: 
                   19942:        * src/main/execute.C: z
                   19943: 
                   19944:        * src/: classes/root.C, main/pa_request.C, main/untaint.C,
                   19945:          targets/cgi/parser3.C: taint[uri
                   19946: 
                   19947:        * src/: classes/request.C, classes/response.C, classes/root.C,
                   19948:          include/pa_common.h, include/pa_globals.h, include/pa_request.h,
                   19949:          include/pa_string.h, main/pa_common.C, main/pa_globals.C,
                   19950:          main/pa_request.C, targets/cgi/parser3.C: ^taint 0
                   19951: 
                   19952:        * src/: classes/root.C, classes/string.C, include/pa_string.h,
                   19953:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   19954:          types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
                   19955:          types/pa_vstateless_class.C: convinient string(pool, char *src,
                   19956:          bool tainted) ctor
                   19957: 
                   19958:        * src/: include/pa_hash.h, include/pa_request.h,
                   19959:          include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
                   19960:          main/pa_request.C, main/pa_string.C, main/untaint.C,
                   19961:          targets/cgi/parser3.C: proper @exceptions params tainting
                   19962: 
                   19963:        * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
                   19964:          response fields to header
                   19965: 
                   19966:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
                   19967:          z
                   19968: 
                   19969:        * src/: classes/_response.h, classes/response.C,
                   19970:          include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
                   19971:          main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
                   19972:          main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
                   19973:          targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
                   19974:          types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
                   19975:          $response: 0  request::core exception rethrow
                   19976: 
                   19977: 2001-03-16  paf
                   19978: 
                   19979:        * src/: main/execute.C, main/main.dsp, types/pa_value.h,
                   19980:          types/pa_vrequest.h: native method' class call with less params
                   19981:          then needed error reporting
                   19982: 
                   19983:        * src/: classes/_request.h, classes/request.C,
                   19984:          include/pa_globals.h, include/pa_request.h, main/execute.C,
                   19985:          main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   19986:          targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
                   19987:          types/pa_vrequest.h: $request : query :uri
                   19988: 
                   19989:        * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
                   19990:          types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
                   19991:          types/pa_wcontext.h: $result
                   19992: 
                   19993:        * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
                   19994: 
                   19995:        * src/: classes/double.C, include/code.h, main/compile.y,
                   19996:          main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
                   19997:          and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
                   19998: 
                   19999:        * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
                   20000:          main/compile.y, main/execute.C, types/pa_value.h,
                   20001:          types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
                   20002:          types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
                   20003:          wcontext conflict
                   20004: 
                   20005:        * src/: main/execute.C, types/pa_value.h,
                   20006:          types/pa_vstateless_object.h, types/pa_vstring.h: disabled
                   20007:          $string.field
                   20008: 
                   20009: 2001-03-15  paf
                   20010: 
                   20011:        * src/main/pa_request.C: news sample
                   20012: 
                   20013:        * src/: main/compile.y, main/execute.C, main/pa_request.C,
                   20014:          targets/cgi/parser3.C, types/pa_vstring.h: @exception
                   20015: 
                   20016:        * src/main/: compile.y, execute.C: z
                   20017: 
                   20018:        * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
                   20019:          types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
                   20020:          pre pre works
                   20021: 
                   20022:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
                   20023:          targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
                   20024:          fillfields just compiled
                   20025: 
                   20026: 2001-03-14  paf
                   20027: 
                   20028:        * src/: include/pa_request.h, main/pa_request.C,
                   20029:          targets/cgi/parser3.C: z
                   20030: 
                   20031:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
                   20032:          targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
                   20033:          types/pa_vstring.h: limits -1
                   20034: 
                   20035:        * src/: include/pa_globals.h, include/pa_request.h,
                   20036:          include/pa_types.h, main/main.dsp, main/pa_globals.C,
                   20037:          main/pa_request.C, targets/cgi/parser3.C,
                   20038:          targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
                   20039:          request_info -1
                   20040: 
                   20041:        * src/: include/pa_globals.h, main/pa_globals.C,
                   20042:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   20043:          targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
                   20044:          vform_fields_fill
                   20045: 
                   20046:        * src/targets/cgi/parser3.C: #  if MSVC
                   20047: 
                   20048:        * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
                   20049:          targets/cgi/parser3.C: PATH_DELIMITER_CHAR
                   20050: 
                   20051:        * src/targets/cgi/parser3.C: z
                   20052: 
                   20053:        * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
                   20054:          include/pa_string.h, include/pa_types.h, main/compile.y,
                   20055:          main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   20056:          targets/cgi/pa_vform.C, targets/cgi/parser3.C,
                   20057:          targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
                   20058:          types/pa_vunknown.h: global handler, exceptions in parser3
                   20059: 
                   20060: 2001-03-13  paf
                   20061: 
                   20062:        * src/: classes/form.C, main/compile.y, main/core.C,
                   20063:          types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
                   20064:          types/pa_vform.h, types/pa_vstateless_class.C,
                   20065:          types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
                   20066:          instead
                   20067: 
                   20068:        * src/: include/core.h, include/pa_common.h, include/pa_request.h,
                   20069:          main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
                   20070:          targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
                   20071:          started cgi target
                   20072: 
                   20073:        * src/: include/core.h, include/pa_common.h, include/pa_request.h,
                   20074:          main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
                   20075:          before error show with parser
                   20076: 
                   20077:        * src/: classes/_form.h, classes/form.C, include/core.h,
                   20078:          include/pa_request.h, main/core.C, main/pa_request.C,
                   20079:          targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
                   20080: 
                   20081:        * src/targets/cgi/: parser.dsp, parser3.dsp: z
                   20082: 
                   20083:        * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
                   20084:          parser3.C: renamed targets/ parser to cgi
                   20085: 
                   20086:        * src/: classes/double.C, classes/env.C, classes/int.C,
                   20087:          classes/root.C, classes/string.C, classes/table.C,
                   20088:          include/pa_request.h, types/pa_vhash.h: z
                   20089: 
                   20090:        * src/: classes/_env.h, classes/env.C, classes/root.C,
                   20091:          include/core.h, include/pa_pool.h, include/pa_request.h,
                   20092:          main/compile.C, main/compile.y, main/core.C, main/main.dsp,
                   20093:          main/pa_common.C, main/pa_request.C, types/pa_value.h,
                   20094:          types/pa_venv.h, types/pa_vstateless_class.h: started $form:
                   20095:          [historical moment :)]
                   20096: 
                   20097:        * src/: include/code.h, include/pa_string.h, main/compile.y,
                   20098:          main/execute.C, main/pa_string.C: 'value is type' expr operator
                   20099: 
                   20100:        * src/types/pa_venv.h: $ENV 1
                   20101: 
                   20102:        * src/main/execute.C: z
                   20103: 
                   20104:        * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
                   20105:          future methods of ENV constructor if
                   20106: 
                   20107:        * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
                   20108:          class
                   20109: 
                   20110:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   20111:          classes/_root.h, classes/_string.h, classes/_table.h,
                   20112:          classes/double.C, classes/env.C, classes/int.C, classes/root.C,
                   20113:          classes/string.C, classes/table.C, include/pa_request.h,
                   20114:          main/compile.C, main/compile_tools.h, main/core.C,
                   20115:          main/execute.C, main/main.dsp, main/pa_request.C,
                   20116:          types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
                   20117:          types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
                   20118:          types/pa_vobject.h, types/pa_vstateless_class.C,
                   20119:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   20120:          types/pa_wcontext.h: $ENV: re 0, stateless classes
                   20121: 
                   20122:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   20123:          classes/_root.h, classes/_string.h, classes/_table.h,
                   20124:          classes/double.C, classes/env.C, classes/int.C, classes/root.C,
                   20125:          classes/string.C, classes/table.C, include/pa_request.h,
                   20126:          main/compile.C, main/compile_tools.h, main/core.C,
                   20127:          main/execute.C, main/main.dsp, main/pa_request.C,
                   20128:          types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
                   20129:          types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
                   20130:          types/pa_vobject.h, types/pa_vstateless_class.C,
                   20131:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   20132:          types/pa_wcontext.h: $ENV: re 0, stateless classes
                   20133: 
                   20134:        * src/: include/pa_request.h, main/compile.C, main/execute.C,
                   20135:          main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
                   20136:          yesterdays bad decision on execute_static_method
                   20137: 
                   20138:        * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
                   20139: 
                   20140:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   20141:          types/pa_vdouble.h, types/pa_vint.h: Int,Double  dec mul div mod
                   20142: 
                   20143:        * src/main/pa_request.C: z
                   20144: 
                   20145:        * src/: classes/root.C, classes/table.C, include/pa_exception.h,
                   20146:          include/pa_pool.h: skipped_restructure_exceptions_dead_end
                   20147: 
                   20148:        * src/: classes/root.C, classes/table.C, include/pa_exception.h,
                   20149:          include/pa_pool.h, main/pa_request.C:
                   20150:          restructure_exceptions_dead_end
                   20151: 
                   20152:        * src/: classes/root.C, main/compile.y: ^if required junctions.
                   20153:          allowed ; inside {} to break params
                   20154: 
                   20155:        * src/classes/root.C: ^eval
                   20156: 
                   20157:        * src/: classes/_string.h, classes/double.C, classes/int.C,
                   20158:          classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
                   20159:          string ^format
                   20160: 
                   20161:        * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
                   20162:          'bad' but not 'enough'
                   20163: 
                   20164:        * src/: classes/double.C, classes/root.C, classes/table.C,
                   20165:          include/pa_common.h, include/pa_types.h, main/compile.y,
                   20166:          main/pa_common.C, main/pa_request.C, main/untaint.C,
                   20167:          types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
                   20168:          types/pa_wwrapper.h: think constructing flag as is  is bad
                   20169: 
                   20170:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   20171:          classes/string.C, classes/table.C, main/core.C, main/execute.C,
                   20172:          types/pa_vint.h: ^for
                   20173: 
                   20174: 2001-03-12  paf
                   20175: 
                   20176:        * src/classes/table.C: table ^empty
                   20177: 
                   20178:        * src/: classes/table.C, include/pa_table.h: table ^menu
                   20179: 
                   20180:        * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
                   20181:          ^offset ^line ^count
                   20182: 
                   20183:        * src/classes/root.C: ^round()  ^floor()        ^ceiling()
                   20184:          ^abs()  ^sign()
                   20185: 
                   20186:        * src/classes/: root.C, table.C: ^use
                   20187: 
                   20188:        * src/: classes/root.C, classes/table.C, include/pa_request.h,
                   20189:          main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
                   20190:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
                   20191:          ^while. switched off wcontext.constructing after write(value) or
                   20192:          auto-vhash-constructing
                   20193: 
                   20194:        * src/: classes/root.C, classes/table.C, include/pa_request.h,
                   20195:          main/pa_request.C: fail_if_junction_ helper func
                   20196: 
                   20197:        * src/: classes/root.C, classes/table.C, include/pa_common.h,
                   20198:          include/pa_request.h, main/execute.C, main/main.dsp,
                   20199:          main/pa_common.C, main/pa_request.C: ^process error point by
                   20200:          actual method_name, not source.  ^load
                   20201: 
                   20202:        * src/types/pa_vtable.h: table: no, better with string in cells...
                   20203: 
                   20204:        * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
                   20205:          classes/_table.h, classes/table.C, main/untaint.C: z
                   20206: 
                   20207:        * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
                   20208:          include/pa_table.h, main/core.C, main/execute.C,
                   20209:          main/pa_common.C, main/pa_request.C, main/pa_table.C,
                   20210:          types/pa_value.h: table:set 0
                   20211: 
                   20212:        * src/: classes/root.C, include/core.h, include/pa_array.h,
                   20213:          include/pa_request.h, include/pa_table.h, main/core.C,
                   20214:          main/main.dsp, main/pa_request.C, main/pa_table.C,
                   20215:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   20216:          types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
                   20217:          types/pa_vstring.h: freeze, ^table:create[] -1
                   20218: 
                   20219:        * src/: classes/root.C, types/pa_value.h: z
                   20220: 
                   20221:        * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
                   20222:          get_method in couple places optimizing them
                   20223: 
                   20224:        * src/classes/root.C: z
                   20225: 
                   20226:        * src/: classes/root.C, types/pa_vclass.h: process temp main
                   20227:          zeroing
                   20228: 
                   20229:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   20230:          classes/string.C, include/pa_common.h, include/pa_request.h,
                   20231:          include/pa_string.h, include/pa_types.h, main/compile.C,
                   20232:          main/compile.y, main/compile_tools.h, main/execute.C,
                   20233:          main/pa_common.C, main/pa_request.C, types/pa_value.h,
                   20234:          types/pa_vmframe.h: ^process. actual names to store param and
                   20235:          check_actual_numbered_params for better place diagnostics
                   20236: 
                   20237:        * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
                   20238:          method-junctions bug fixed
                   20239: 
                   20240:        * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
                   20241:          pa_vstateless_object.h, pa_vstring.h: stateless_object
                   20242: 
                   20243: 2001-03-11  paf
                   20244: 
                   20245:        * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
                   20246:          types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
                   20247:          VDouble VInt base now VObject_base - without fields
                   20248: 
                   20249:        * src/: classes/root.C, include/core.h, main/core.C: z
                   20250: 
                   20251:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   20252:          classes/string.C, include/core.h, include/pa_hash.h,
                   20253:          include/pa_pool.h, include/pa_request.h, include/pa_string.h,
                   20254:          main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
                   20255: 
                   20256:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   20257:          include/pa_request.h, main/execute.C: intercept_string
                   20258: 
                   20259:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   20260:          types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
                   20261: 
                   20262:        * src/: classes/double.C, classes/int.C, include/pa_request.h:
                   20263:          ^inc-s(expr)
                   20264: 
                   20265:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   20266:          classes/_root.h, classes/_string.h, classes/double.C,
                   20267:          classes/env.C, classes/int.C, classes/root.C, classes/string.C,
                   20268:          include/code.h, include/core.h, include/pa_array.h,
                   20269:          include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
                   20270:          include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
                   20271:          include/pa_string.h, include/pa_table.h, include/pa_threads.h,
                   20272:          include/pa_types.h, main/compile.C, main/compile.y,
                   20273:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   20274:          main/execute.C, main/pa_array.C, main/pa_common.C,
                   20275:          main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
                   20276:          main/pa_request.C, main/pa_string.C, main/pa_table.C,
                   20277:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   20278:          types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
                   20279:          types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
                   20280:          types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
                   20281:          types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
                   20282:          types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
                   20283: 
                   20284:        * src/: main/pa_request.C, types/pa_vhash.h: z
                   20285: 
                   20286:        * src/: include/core.h, include/pa_request.h, main/core.C,
                   20287:          main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
                   20288: 
                   20289:        * src/: include/pa_valiased.h, include/pa_value.h,
                   20290:          include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
                   20291:          include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
                   20292:          include/pa_vjunction.h, include/pa_vmframe.h,
                   20293:          include/pa_vobject.h, include/pa_vstring.h,
                   20294:          include/pa_vunknown.h, include/pa_wcontext.h,
                   20295:          include/pa_wwrapper.h, main/compile.y, main/core.C,
                   20296:          main/main.dsp, main/pa_cframe.C, main/pa_request.C,
                   20297:          main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
                   20298:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   20299:          types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
                   20300:          types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
                   20301:          types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
                   20302:          types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
                   20303:          types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
                   20304:          include/
                   20305: 
                   20306: 2001-03-10  paf
                   20307: 
                   20308:        * src/: include/core.h, include/pa_request.h, main/core.C,
                   20309:          main/pa_request.C: run+auto=run
                   20310: 
                   20311:        * src/: classes/root.C, include/pa_request.h: minor if junction bug
                   20312: 
                   20313:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   20314:          classes/_root.h, classes/_string.h, classes/double.C,
                   20315:          classes/env.C, classes/int.C, classes/root.C, classes/string.C,
                   20316:          include/code.h, include/core.h, include/pa_array.h,
                   20317:          include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
                   20318:          include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
                   20319:          include/pa_string.h, include/pa_table.h, include/pa_threads.h,
                   20320:          include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
                   20321:          include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
                   20322:          include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
                   20323:          include/pa_vjunction.h, include/pa_vmframe.h,
                   20324:          include/pa_vobject.h, include/pa_vstring.h,
                   20325:          include/pa_vunknown.h, include/pa_wcontext.h,
                   20326:          include/pa_wwrapper.h, main/compile.C, main/compile.y,
                   20327:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   20328:          main/execute.C, main/pa_array.C, main/pa_cframe.C,
                   20329:          main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
                   20330:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   20331:          main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
                   20332:          main/pa_wcontext.C: sources header
                   20333: 
                   20334:        * src/main/pa_request.C: auto..
                   20335: 
                   20336:        * src/: include/pa_request.h, main/compile.C, main/compile.y,
                   20337:          main/pa_request.C: auto tree0
                   20338: 
                   20339:        * src/: include/core.h, include/pa_request.h, main/compile.y,
                   20340:          main/core.C, main/pa_request.C: names to core.C
                   20341: 
                   20342:        * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
                   20343:          include/pa_request.h, main/core.C, main/execute.C,
                   20344:          main/pa_common.C, main/pa_request.C: root auto.p loaded
                   20345: 
                   20346:        * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
                   20347:          include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
                   20348:          main/compile_tools.C, main/compile_tools.h, main/execute.C:
                   20349:          optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
                   20350: 
                   20351:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   20352:          @auto[] realised. auto.p scan togo
                   20353: 
                   20354:        * src/: include/pa_request.h, main/execute.C: autocalc
                   20355:          code-junctions result now have names
                   20356: 
                   20357:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   20358:          classes/string.C, include/pa_request.h, include/pa_string.h,
                   20359:          include/pa_wcontext.h, main/compile.y, main/execute.C,
                   20360:          main/pa_string.C, main/pa_wcontext.C: tainting 0
                   20361: 
                   20362:        * src/classes/env.C: env:file/line
                   20363: 
                   20364:        * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
                   20365:          include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
                   20366:          include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
                   20367:          include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
                   20368:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   20369:          main/execute.C, main/main.dsp, main/pa_cframe.C,
                   20370:          main/pa_request.C, main/pa_wcontext.C: const fight finished
                   20371: 
                   20372:        * src/include/pa_vclass.h: const fight to go
                   20373: 
                   20374:        * src/: classes/_env.h, classes/env.C, classes/root.C,
                   20375:          include/pa_request.h, include/pa_vclass.h, main/core.C,
                   20376:          main/main.dsp: env0
                   20377: 
                   20378:        * src/: classes/_double.h, classes/_int.h, classes/_root.h,
                   20379:          classes/_string.h, classes/double.C, classes/int.C,
                   20380:          classes/root.C, classes/string.C, include/pa_request.h,
                   20381:          include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
                   20382:          include/pa_wcontext.h, main/core.C, main/main.dsp,
                   20383:          main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
                   20384:          main/pa_wcontext.C: ^lang prepare0
                   20385: 
                   20386: 2001-03-09  paf
                   20387: 
                   20388:        * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
                   20389:          construct proper naming
                   20390: 
                   20391:        * src/: classes/_double.h, classes/_int.h, classes/_string.h,
                   20392:          classes/double.C, classes/int.C, classes/root.C,
                   20393:          classes/string.C, include/code.h, include/pa_value.h,
                   20394:          include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
                   20395:          include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
                   20396:          main/compile.y, main/compile_tools.C, main/core.C,
                   20397:          main/execute.C, main/main.dsp: Int and Double classes with ^int[]
                   20398:          and ^double[]. fixed expr type
                   20399: 
                   20400:        * src/: classes/root.C, include/pa_request.h, main/execute.C:
                   20401:          ^string.length[]
                   20402: 
                   20403: 2001-03-08  paf
                   20404: 
                   20405:        * src/include/pa_vmframe.h: fixed forgotten method_frame my check
                   20406: 
                   20407:        * src/: include/pa_vclass.h, include/pa_vstring.h,
                   20408:          include/pa_wcontext.h, main/compile.y, main/core.C,
                   20409:          main/execute.C, main/main.dsp: dead end: vstring can't be
                   20410:          derivated from vobject
                   20411: 
                   20412:        * src/: include/pa_vclass.h, include/pa_vhash.h,
                   20413:          include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
                   20414: 
                   20415:        * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
                   20416:          remained clone conseqs
                   20417: 
                   20418:        * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
                   20419: 
                   20420:        * src/main/pa_vclass.C: wow! vclass were out of vcs
                   20421: 
                   20422:        * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
                   20423:          include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
                   20424:          include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
                   20425:          include/pa_vobject.h, include/pa_vstring.h,
                   20426:          include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
                   20427:          main/execute.C: withoud cloning. didn't need it actually, params
                   20428:          got passed from out unnamed ewpool
                   20429: 
                   20430:        * src/: include/pa_vdouble.h, include/pa_vhash.h,
                   20431:          include/pa_vjunction.h, include/pa_vobject.h,
                   20432:          include/pa_vunknown.h, main/compile.y: cloning dead end
                   20433: 
                   20434:        * src/: include/pa_bool.h, include/pa_double.h,
                   20435:          include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
                   20436:          include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
                   20437:          include/pa_vjunction.h, include/pa_vmframe.h,
                   20438:          include/pa_vobject.h, include/pa_vstring.h,
                   20439:          include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
                   20440:          main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
                   20441:          to give params proper names
                   20442: 
                   20443:        * src/main/pa_wcontext.C: z
                   20444: 
                   20445:        * src/: include/pa_vmframe.h, main/execute.C: added names to
                   20446:          unknown values in get_element and unfilled params. removed wrong
                   20447:          name change in get_element
                   20448: 
                   20449:        * src/main/execute.C: z
                   20450: 
                   20451:        * src/main/execute.C: fixed problems calling operators in
                   20452:          constructors
                   20453: 
                   20454:        * src/: classes/root.C, include/pa_stack.h, main/execute.C:
                   20455:          detected problems calling operators in constructors
                   20456: 
                   20457:        * src/: classes/root.C, include/pa_request.h, main/execute.C:
                   20458:          autocalc def to string
                   20459: 
                   20460:        * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
                   20461:          include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
                   20462: 
                   20463:        * src/classes/root.C: added root.c
                   20464: 
                   20465:        * src/: include/pa_request.h, include/pa_value.h,
                   20466:          include/pa_vcframe.h, include/pa_vmframe.h,
                   20467:          include/pa_wcontext.h, main/compile.C, main/compile.y,
                   20468:          main/core.C, main/execute.C, main/pa_cframe.C,
                   20469:          main/pa_wcontext.C: 'if' just compiled
                   20470: 
                   20471:        * src/: include/pa_vbool.h, include/pa_vdouble.h,
                   20472:          include/pa_vjunction.h, include/pa_vmframe.h,
                   20473:          include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
                   20474:          main/pa_wcontext.C: z
                   20475: 
                   20476:        * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
                   20477:          main/core.C, main/execute.C, main/main.dsp: z. detected probs
                   20478:          with parameter names  in operator methods
                   20479: 
                   20480:        * src/main/compile.y: minor renamings in .y
                   20481: 
                   20482:        * src/: include/pa_request.h, main/compile.C, main/compile.y,
                   20483:          main/core.C, main/main.dsp: introducing ROOT_CLASS.  it's default
                   20484:          @BASE.  changed 'RUN' assignment mech
                   20485: 
                   20486:        * src/main/execute.C: z
                   20487: 
                   20488:        * src/: include/code.h, main/compile.y, main/compile_tools.C,
                   20489:          main/compile_tools.h, main/execute.C: made class: dynamic, not
                   20490:          static. so to enable runtime ^use
                   20491: 
                   20492:        * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
                   20493: 
                   20494:        * src/: include/code.h, main/compile.y, main/compile_tools.C,
                   20495:          main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
                   20496: 
                   20497:        * src/main/execute.C: root root in code-junction
                   20498: 
                   20499: 2001-03-07  paf
                   20500: 
                   20501:        * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
                   20502:          pa_vobject.h, pa_wwrapper.h: const in Value.get_element
                   20503: 
                   20504:        * src/: include/pa_stack.h, include/pa_value.h,
                   20505:          include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
                   20506:          include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
                   20507:          fixed rwcontext of {} params up
                   20508: 
                   20509:        * src/main/: compile.y, compile_tools.h: ^func(params)
                   20510: 
                   20511:        * src/main/compile.y: .y priorities syntax shaped up a bit
                   20512: 
                   20513:        * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
                   20514:          include/pa_vunknown.h, main/compile.y, main/execute.C,
                   20515:          main/pa_hash.C: expr def in -f
                   20516: 
                   20517:        * src/main/: compile.y, execute.C: expr calls
                   20518: 
                   20519:        * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
                   20520:          fixed
                   20521: 
                   20522:        * src/main/compile.y: expr quoted code
                   20523: 
                   20524:        * src/main/: compile.y, execute.C: expr whitespace solved. added ""
                   20525:          support0
                   20526: 
                   20527:        * src/main/compile.y: expr string comparisons 0
                   20528: 
                   20529:        * src/: include/pa_string.h, main/compile.y, main/execute.C,
                   20530:          main/pa_string.C: just compiled lt&co
                   20531: 
                   20532:        * src/main/execute.C: ^var.menu{$field} problem detected. that
                   20533:          $field not a $var.field
                   20534: 
                   20535: 2001-03-06  paf
                   20536: 
                   20537:        * src/main/compile.y: .y expr visible-shorter
                   20538: 
                   20539:        * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
                   20540:          with skipping whitespace in yylex fixed 2 xors: # bitwise ##
                   20541:          logical
                   20542: 
                   20543:        * src/: include/pa_vstring.h, main/compile.y: problems with
                   20544:          skipping whitespace in yylex
                   20545: 
                   20546:        * src/include/pa_vbool.h: forgot this
                   20547: 
                   20548:        * src/: include/code.h, main/compile.y, main/execute.C: without
                   20549:          string ops in expressions 0
                   20550: 
                   20551:        * src/: include/pa_value.h, include/pa_vdouble.h,
                   20552:          include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
                   20553:          main/execute.C, main/main.dsp: !~
                   20554: 
                   20555:        * src/: include/pa_vcframe.h, include/pa_vclass.h,
                   20556:          include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
                   20557:          include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
                   20558:          include/pa_vunknown.h, include/pa_wcontext.h,
                   20559:          include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
                   20560:          main/compile_tools.h, main/execute.C: +-*/
                   20561: 
                   20562:        * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
                   20563:          main/compile_tools.h: grammar-1.1 $a(z) $a=0
                   20564: 
                   20565:        * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
                   20566:          main/execute.C: expr grammar-1 2*2=4.000000 :)
                   20567: 
                   20568:        * src/main/compile.y: expr grammar-1
                   20569: 
                   20570:        * src/main/compile.y: expr lexx1
                   20571: 
                   20572:        * src/main/: compile.y, execute.C, main.dsp: z
                   20573: 
                   20574:        * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
                   20575:          include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
                   20576:          main/execute.C: expr lex0 exec-1
                   20577: 
                   20578:        * src/: include/code.h, main/compile.y, main/compile_tools.h: g
                   20579: 
                   20580: 2001-02-26  paf
                   20581: 
                   20582:        * src/main/compile.y: max_string in yyerror bug fix
                   20583: 
                   20584: 2001-02-25  paf
                   20585: 
                   20586:        * src/: include/pa_value.h, include/pa_vmframe.h,
                   20587:          include/pa_wcontext.h, main/execute.C: VAliased3
                   20588: 
                   20589:        * src/include/: pa_value.h, pa_vmframe.h: VAliased2
                   20590: 
                   20591:        * src/main/execute.C: VAliased1
                   20592: 
                   20593:        * src/: include/pa_request.h, include/pa_value.h,
                   20594:          include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
                   20595:          VAliased0
                   20596: 
                   20597:        * src/: include/pa_pool.h, include/pa_request.h,
                   20598:          include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
                   20599:          include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
                   20600:          VAliased just compiled
                   20601: 
                   20602:        * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
                   20603:          include/pa_vobject.h, main/execute.C: alias dead end
                   20604: 
                   20605:        * src/: include/pa_value.h, include/pa_vclass.h,
                   20606:          include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
                   20607:          main/main.dsp: no not get fields into interm VFielded class.
                   20608:          fields & staticfields 1
                   20609: 
                   20610:        * src/: include/pa_vcframe.h, include/pa_vmframe.h,
                   20611:          include/pa_vobject.h, include/pa_wcontext.h,
                   20612:          include/pa_wwrapper.h, main/core.C, main/execute.C,
                   20613:          main/main.dsp: would now get fields into interm VFielded class
                   20614: 
                   20615:        * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
                   20616:          include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
                   20617:          include/pa_wcontext.h, main/compile.y, main/core.C,
                   20618:          main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
                   20619:          main/pa_wcontext.C: virtuals2
                   20620: 
                   20621:        * src/main/compile.y: : 1
                   20622: 
                   20623:        * src/main/compile.y: rethought to $class:static.field.subfield
                   20624: 
                   20625:        * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
                   20626:          $class:element
                   20627: 
                   20628:        * src/: include/pa_value.h, include/pa_vmframe.h,
                   20629:          include/pa_wwrapper.h, main/compile.y, main/execute.C,
                   20630:          main/pa_wcontext.C: before execute class calls rewrite
                   20631: 
                   20632:        * src/: include/pa_request.h, main/compile.C, main/core.C: default
                   20633:          name RUN, also alias
                   20634: 
                   20635:        * src/main/compile.y: escaping bug
                   20636: 
                   20637:        * src/: include/pa_request.h, include/pa_value.h,
                   20638:          include/pa_vobject.h, main/compile.y, main/compile_tools.h,
                   20639:          main/core.C, main/execute.C, main/pa_common.C: vobject1
                   20640: 
                   20641:        * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
                   20642:          include/pa_vmframe.h, include/pa_vobject.h,
                   20643:          include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
                   20644:          main/compile_tools.h, main/execute.C: ^class:method() just
                   20645:          compiled
                   20646: 
                   20647: 2001-02-24  paf
                   20648: 
                   20649:        * src/main/main.dsp: no bison -d
                   20650: 
                   20651:        * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
                   20652:          class' err msg wrong
                   20653: 
                   20654:        * src/main/compile.y: z
                   20655: 
                   20656:        * src/main/: compile.y, core.C: yylex need some @special lines adj
                   20657: 
                   20658:        * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
                   20659:          main/compile.y, main/compile_tools.h, main/core.C: modules0
                   20660: 
                   20661:        * src/: include/pa_vclass.h, main/core.C: z
                   20662: 
                   20663:        * src/: include/pa_value.h, include/pa_vclass.h,
                   20664:          include/pa_vobject.h, main/main.dsp: vobject00
                   20665: 
                   20666:        * src/main/pa_array.C: minor bug in expanding very small arrays.
                   20667:          60% from 1 were 0
                   20668: 
                   20669:        * src/: include/pa_value.h, include/pa_wcontext.h,
                   20670:          include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
                   20671:          as bad as you've named it: wcontext.value() was not a perfect
                   20672:          idea
                   20673: 
                   20674:        * src/main/execute.C: codeframe1
                   20675: 
                   20676:        * src/: include/pa_value.h, include/pa_vcframe.h,
                   20677:          include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
                   20678:          include/pa_vjunction.h, include/pa_vmframe.h,
                   20679:          include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
                   20680:          main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
                   20681:          just compiled
                   20682: 
                   20683:        * src/: include/pa_vframe.h, main/compile.y: found junction
                   20684:          ideology @: ^x{$a()) must construct current wcontext element, so
                   20685:          smart wcontext handling needed
                   20686: 
                   20687:        * src/main/compile.y: fixed grammar bugs in constructor/params
                   20688:          klinch
                   20689: 
                   20690:        * src/main/: compile.y, execute.C: fixed empty constructor
                   20691:          optimized empty case. failed on calls - produced empty string
                   20692:          param
                   20693: 
                   20694:        * src/main/compile.y: fixed last \n macrotemplate strip bug
                   20695: 
                   20696:        * src/: include/code.h, include/pa_request.h, include/pa_value.h,
                   20697:          include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
                   20698:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   20699:          main/execute.C: code junctions0. something wrong with last \n
                   20700:          macrotemplate strip
                   20701: 
                   20702:        * src/: include/pa_value.h, main/compile.C, main/core.C,
                   20703:          main/pa_value.C: minor error reporting format beautifyings
                   20704: 
                   20705:        * src/: include/pa_value.h, include/pa_vclass.h,
                   20706:          include/pa_vframe.h, main/core.C, main/execute.C,
                   20707:          main/pa_value.C: get_method RIP. junctions everywhere. call with
                   20708:          junctions0
                   20709: 
                   20710: 2001-02-23  paf
                   20711: 
                   20712:        * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
                   20713:          pa_wwrapper.h: lara came, can't work, sorry :(
                   20714: 
                   20715:        * src/main/: compile.y, execute.C, main.dsp: rethought some. before
                   20716:          junction
                   20717: 
                   20718:        * src/: include/pa_vframe.h, include/pa_vunknown.h,
                   20719:          include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
                   20720:          main/execute.C, main/main.dsp, main/pa_value.C: call0
                   20721: 
                   20722:        * src/: include/pa_hash.h, include/pa_value.h,
                   20723:          include/pa_wcontext.h, main/core.C, main/execute.C,
                   20724:          main/main.dsp, main/pa_hash.C: started call. store param, vframe
                   20725:          done
                   20726: 
                   20727:        * src/include/pa_wcontext.h: z
                   20728: 
                   20729:        * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
                   20730:          wrong grammar in complex constructor case
                   20731: 
                   20732:        * src/main/: compile.y, execute.C: empty constructor bug fixed
                   20733: 
                   20734:        * src/main/execute.C: with result rwpool
                   20735: 
                   20736:        * src/: include/pa_value.h, main/core.C, main/execute.C,
                   20737:          main/main.dsp: value named
                   20738: 
                   20739:        * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
                   20740:          strign 2 value in 2 places in execute
                   20741: 
                   20742:        * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
                   20743:          main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
                   20744:          wcontext.put_element when wcontext fvalue==0
                   20745: 
                   20746: 2001-02-22  paf
                   20747: 
                   20748:        * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
                   20749:          include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
                   20750:          main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
                   20751: 
                   20752:        * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
                   20753:          erroreos checkout
                   20754: 
                   20755:        * src/: include/pa_request.h, main/compile.y: $self.put(val)
                   20756: 
                   20757:        * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
                   20758:          main/compile_tools.h, main/pa_array.C: $self.get
                   20759: 
                   20760:        * src/main/: compile.C, compile.y, compile_tools.C: z
                   20761: 
                   20762:        * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
                   20763:          bit. finished now.
                   20764: 
                   20765:        * src/main/compile.y: $: finished
                   20766: 
                   20767:        * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
                   20768: 
                   20769:        * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
                   20770:          main/execute.C: OP_STRING better then some xxx _VALUE
                   20771: 
                   20772:        * src/: include/code.h, include/pa_vstring.h, main/compile.y,
                   20773:          main/compile_tools.C, main/compile_tools.h, main/execute.C:
                   20774:          string to vstring it .y all
                   20775: 
                   20776:        * src/: include/pa_request.h, include/pa_stack.h,
                   20777:          include/pa_wcontext.h, main/execute.C: z about to vstring it .y
                   20778:          all
                   20779: 
                   20780:        * src/main/: compile.C, core.C, execute.C, pa_string.C: more
                   20781:          precise parse error line:col
                   20782: 
                   20783:        * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
                   20784:          main/pa_hash.C, main/pa_pool.C: TRY...
                   20785: 
                   20786:        * src/: include/pa_exception.h, include/pa_pool.h,
                   20787:          include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
                   20788:          main/compile.C, main/compile.y, main/compile_tools.C,
                   20789:          main/core.C, main/pa_array.C, main/pa_exception.C,
                   20790:          main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
                   20791:          main/pa_table.C: removed exception from request
                   20792: 
                   20793:        * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
                   20794:          some forgotten
                   20795: 
                   20796:        * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
                   20797:          include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
                   20798:          main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
                   20799:          get/put simple vars to VClass works0
                   20800: 
                   20801:        * src/: include/pa_array.h, include/pa_wcontext.h,
                   20802:          main/pa_string.C: in process, but found that exceptions are too
                   20803:          global
                   20804: 
                   20805:        * src/: include/code.h, include/pa_string.h, include/pa_value.h,
                   20806:          include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
                   20807:          main/execute.C, main/pa_string.C: write_value write_string 0 it
                   20808:          seems wcontext must write strings regardles of fvalue!=0
                   20809: 
                   20810: 2001-02-21  paf
                   20811: 
                   20812:        * src/main/execute.C: tired :)
                   20813: 
                   20814:        * src/main/: compile.C, compile.y, execute.C: store0
                   20815: 
                   20816:        * src/: include/compile.h, include/execute.h, include/pa_array.h,
                   20817:          include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
                   20818:          include/pa_wcontext.h, main/compile.C, main/compile.y,
                   20819:          main/execute.C, main/main.dsp, main/pa_array.C,
                   20820:          main/pa_request.C: get put -1 [just compiled]
                   20821: 
                   20822:        * src/: include/core.h, include/pa_context.h, include/pa_request.h,
                   20823:          include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
                   20824:          main/main.dsp, main/pa_request.C: request core methods0
                   20825: 
                   20826:        * src/: include/compile.h, include/pa_array.h, main/compile.C,
                   20827:          main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
                   20828:          execute
                   20829: 
                   20830:        * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
                   20831:          main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
                   20832:          methods and one_big_piece. now compile returns array<method*>
                   20833: 
                   20834:        * src/main/compile.y: more straightforward yylex[end]
                   20835: 
                   20836:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
                   20837:          string.operator==(char*)
                   20838: 
                   20839:        * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
                   20840:          main/execute.C, main/pa_array.C: after array.const get wonders
                   20841: 
                   20842:        * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
                   20843:          pa_string.h, pa_value.h: struck with const array.gets
                   20844: 
                   20845:        * src/main/: execute.C: z
                   20846: 
                   20847:        * src/main/: compile.y, execute.C: z
                   20848: 
                   20849:        * src/main/: compile.C, compile.y, compile_tools.h: error
                   20850:          processing in eval & yyerror so it wouldn't cause memleaks.
                   20851: 
                   20852:        * src/main/: compile.C, compile.y: failed to add absolute precies
                   20853:          parse error positions. leaving RIGHTMOST position as
                   20854:          @file[line:col]
                   20855: 
                   20856:        * src/: include/compile.h, main/compile.C, main/compile.y,
                   20857:          main/compile_tools.h: line numbers needed. would add them to .y
                   20858:          now internally. externally it's not as precise as needed
                   20859: 
                   20860:        * src/: include/code.h, include/pa_types.h, main/compile.C,
                   20861:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   20862:          main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
                   20863:          compiler works ok
                   20864: 
                   20865: 2001-02-20  paf
                   20866: 
                   20867:        * src/main/: compile.C, compile.y, compile_tools.C,
                   20868:          compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
                   20869:          not perfect
                   20870: 
                   20871:        * src/: include/code.h, include/compile.h, include/execute.h,
                   20872:          include/pa_array.h, include/pa_common.h, include/pa_pool.h,
                   20873:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   20874:          main/compile.C, main/compile.y, main/compile_tools.C,
                   20875:          main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
                   20876:          main/pa_array.C, main/pa_common.C, main/pa_hash.C,
                   20877:          main/pa_string.C, main/pa_table.C: bison[yacc] first time
                   20878:          compiled.  execute=dump for now
                   20879: 
                   20880:        * src/main/core.C: core rewrite using yacc investigations now will
                   20881:          be compile[yacc]/execute[opcodes]
                   20882: 
                   20883: 2001-02-15  paf
                   20884: 
                   20885:        * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
                   20886:          rewrite as turing machine? for it seems it would be it's too many
                   20887:          ifs with this syntax now
                   20888: 
                   20889: 2001-02-14  paf
                   20890: 
                   20891:        * src/main/core.C: get_params 1
                   20892: 
                   20893:        * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
                   20894:          :( ]
                   20895: 
                   20896:        * src/main/core.C: varios breaks
                   20897: 
                   20898:        * src/main/core.C: get names 3
                   20899: 
                   20900:        * src/main/core.C: get names 2
                   20901: 
                   20902:        * src/main/core.C: get names 1
                   20903: 
                   20904:        * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
                   20905:          names 0
                   20906: 
                   20907:        * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
                   20908:          text repassing2 operator static vars
                   20909: 
                   20910:        * src/: include/pa_context.h, include/pa_string.h, main/core.C,
                   20911:          main/pa_string.C: process text repassing
                   20912: 
                   20913:        * src/: include/pa_context.h, include/pa_value.h, main/core.C:
                   20914:          module:calls changes
                   20915: 
                   20916: 2001-02-13  paf
                   20917: 
                   20918:        * src/: include/pa_context.h, include/pa_value.h, main/core.C:
                   20919:          ^class:calls[] started
                   20920: 
                   20921:        * src/: include/pa_value.h, main/core.C: z
                   20922: 
                   20923:        * src/main/core.C: operators : and self. prefixes
                   20924: 
                   20925:        * src/main/core.C: z
                   20926: 
                   20927:        * src/: include/pa_string.h, main/pa_string.C: String_iterator
                   20928:          tested
                   20929: 
                   20930:        * src/: include/pa_string.h, main/pa_string.C: String_iterator
                   20931:          optimized
                   20932: 
                   20933:        * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
                   20934:          would change privates to better support optimization
                   20935: 
                   20936:        * src/: include/pa_string.h, main/pa_string.C:
                   20937:          String_iterator::skip_to todo:optimize
                   20938: 
                   20939: 2001-02-12  paf
                   20940: 
                   20941:        * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
                   20942:          String_iterator
                   20943: 
                   20944:        * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
                   20945:          comments
                   20946: 
                   20947:        * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
                   20948:          self/methodref joined
                   20949: 
                   20950: 2001-02-11  paf
                   20951: 
                   20952:        * src/: include/pa_context.h, include/pa_value.h, main/core.C,
                   20953:          main/main.dsp: core started.  core.C, context&value .h
                   20954: 
                   20955:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   20956:          include/pa_string.h, main/main.dsp, main/pa_array.C,
                   20957:          main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
                   20958: 
                   20959: 2001-01-30  paf
                   20960: 
                   20961:        * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
                   20962:          comments
                   20963: 
                   20964:        * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
                   20965:          main/pa_pool.C: moved pa_pool.C to be target specific
                   20966: 
                   20967:        * src/: include/pa_exception.h, include/pa_pool.h,
                   20968:          include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
                   20969:          to & changes
                   20970: 
                   20971:        * src/: include/pa_exception.h, include/pa_pool.h,
                   20972:          include/pa_request.h, include/pa_table.h, main/pa_array.C,
                   20973:          main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
                   20974:          re-associated. that's much better even removed 'die' necessety
                   20975: 
                   20976:        * src/: include/pa_error.h, include/pa_exception.h,
                   20977:          include/pa_pool.h, include/pa_request.h, main/main.dsp,
                   20978:          main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
                   20979:          targets/Makefile.am: lowered targets/parser into subdir, added
                   20980:          parser_Pool(Pool) failed to add. would think..
                   20981: 
                   20982:        * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
                   20983:          include/pa_table.h, main/pa_error.C, main/pa_hash.C,
                   20984:          main/pa_string.C, main/pa_table.C: Table more like C++ style
                   20985:          hence lots of 'const'
                   20986: 
                   20987:        * src/: include/pa_error.h, include/pa_request.h,
                   20988:          include/pa_string.h, include/pa_table.h, main/pa_error.C,
                   20989:          main/pa_table.C: Error fixed
                   20990: 
                   20991: 2001-01-29  paf
                   20992: 
                   20993:        * src/: include/pa_array.h, include/pa_common.h,
                   20994:          include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
                   20995:          include/pa_request.h, include/pa_string.h, include/pa_table.h,
                   20996:          main/Makefile.am, main/pa_array.C, main/pa_common.C,
                   20997:          main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
                   20998: 
                   20999:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   21000:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   21001:          main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
                   21002:          main/pa_string.C, main/pa_table.C: Request Error Table
                   21003: 
                   21004:        * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
                   21005:          templates"
                   21006: 
                   21007:        * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
                   21008:          main/main.dsp, main/pa_array.C: templates failed no template
                   21009:          specializations [VC6], no library auto instantation [VC6, GNU c++
                   21010:          2.95.2-6 from latest cygwin]
                   21011: 
                   21012:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   21013:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   21014:          main/main.dsp, main/pa_array.C, main/pa_string.C,
                   21015:          main/pa_table.C: Table started would test template Array now
                   21016: 
                   21017:        * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
                   21018:          String originating
                   21019: 
                   21020:        * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
                   21021:          main/pa_hash.C: made local Hash-es not thread safe=quicker by
                   21022:          SYNCHRONIZED(thread_safe)
                   21023: 
                   21024:        * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
                   21025:          parts to top
                   21026: 
                   21027:        * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
                   21028:          main/pa_threads.C: decided on one global_mutex, like PHP as I can
                   21029:          see: needed only in global Hash now, made Hash:: put/get
                   21030:          SYNCHRONIZED
                   21031: 
                   21032:        * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
                   21033:          main/pa_threads.C: added pa_threads
                   21034: 
                   21035:          Mutex
                   21036: 
                   21037:        * src/include/pa_hash.h: some comments
                   21038: 
                   21039:        * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
                   21040:          Array& operator += (Array& src)
                   21041: 
                   21042:        * src/main/pa_array.C: expand not convinient, would rewrite
                   21043: 
                   21044:        * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
                   21045:          (Array& src)
                   21046: 
                   21047:          rethought, would change now
                   21048: 
                   21049: 2001-01-27  paf
                   21050: 
                   21051:        * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
                   21052:          caching
                   21053: 
                   21054:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   21055:          include/pa_string.h, main/pa_array.C, main/pa_string.C: array
                   21056:          cache rethought to chunk caching
                   21057: 
                   21058:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   21059:          include/pa_string.h, main/main.dsp, main/pa_array.C,
                   21060:          main/pa_hash.C, main/pa_string.C: Array 0
                   21061: 
                   21062:        * src/main/pa_string.C: String::operator ==
                   21063: 
                   21064:        * src/main/pa_hash.C: String(&String)
                   21065: 
                   21066:        * src/main/pa_hash.C: added pa_hash.C [forgotten]
                   21067: 
                   21068:        * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
                   21069:          main/main.dsp, main/pa_string.C: uint, and added pa_types &
                   21070:          pa_hash[forgotten]
                   21071: 
                   21072: 2001-01-26  paf
                   21073: 
                   21074:        * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
                   21075:          removed templates [vc++ suxx]
                   21076: 
                   21077:        * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
                   21078:          main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
                   21079: 
                   21080:        * src/include/: pa_pool.h, pa_string.h: pa_pool split
                   21081: 
1.94    ! misha    21082:        * src/main/: main.dsp, pa_string.C: $Id: ChangeLog,v 1.93 2015/02/03 09:08:22 misha Exp $ check
1.93      misha    21083: 
1.94    ! misha    21084:        * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: $Id: ChangeLog,v 1.93 2015/02/03 09:08:22 misha Exp $
1.93      misha    21085:          check
                   21086: 
                   21087:        * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
                   21088:          dynamic row_count
                   21089: 
                   21090:        * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
                   21091:          main/main.dsp, main/pa_pool.C, main/pa_string.C,
                   21092:          targets/Makefile.am: Initial revision
                   21093: 
                   21094:        * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
                   21095:          main/main.dsp, main/pa_pool.C, main/pa_string.C,
                   21096:          targets/Makefile.am: creating parser3 module
                   21097: 

E-mail: