Annotation of parser3/ChangeLog, revision 1.125

1.125   ! moko        1: 2019-11-16  moko
        !             2: 
        !             3:        * src/main/pa_base64.C: base64_decode converted to C++, url-safe
        !             4:          support added, step support removed (related to #986)
        !             5: 
        !             6: 2019-11-15  moko
        !             7: 
        !             8:        * src/classes/math.C: using log since log2 is not present on
        !             9:          FreeBSD < 8.4 (related to feature #1177)
        !            10: 
        !            11:        * src/: include/pa_base64.h, main/pa_base64.C: whitespace,
        !            12:          pa_base64_size extracted and used for files as well (related to
        !            13:          feature 986)
        !            14: 
        !            15: 2019-11-14  moko
        !            16: 
        !            17:        * tests/: 397.html, results/397.processed: + content check
        !            18: 
        !            19:        * tests/: 141.html, results/141.processed: make test resuls more
        !            20:          readable
        !            21: 
        !            22:        * tests/: 397.html, results/193.processed, results/397.processed:
        !            23:          test results updated after \x00 character was disabled in
        !            24:          math:convert string mode (related to feature #1177)
        !            25: 
        !            26:        * src/classes/: math.C, string.C: \\x00 character disabled while
        !            27:          converting to string (as in base64, related to feature #1177)
        !            28: 
        !            29:        * src/classes/file.C: more correct arguments separation
        !            30: 
        !            31:        * src/: classes/file.C, classes/math.C, classes/string.C,
        !            32:          include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
        !            33:          main/pa_http.C, types/pa_vfile.C, types/pa_vmail.C: base64
        !            34:          options added, but not yet implemented (related to feature #986)
        !            35: 
        !            36:        * src/classes/math.C: whitespace
        !            37: 
        !            38: 2019-11-13  moko
        !            39: 
        !            40:        * tests/: 397.html, results/397.processed: +tainting test (related
        !            41:          to feature #1177)
        !            42: 
        !            43:        * src/classes/math.C: as we now produce not only digits, result
        !            44:          should be tainted (related to feature #1177)
        !            45: 
        !            46:        * src/main/pa_base64.C: whitespace
        !            47: 
        !            48:        * src/: include/Makefile.am, main/Makefile.am, main/main.vcproj,
        !            49:          include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
        !            50:          main/pa_common.C: pa_base64.h and pa_base64.C added, base64
        !            51:          implementation moved from pa_common.h and pa_common.C
        !            52: 
        !            53: 2019-11-12  moko
        !            54: 
        !            55:        * tests/: 275.html, results/275.processed: out of range test fixed,
        !            56:          as ^math:convert now supports arbitrary precision
        !            57: 
        !            58: 2019-11-11  moko
        !            59: 
        !            60:        * tests/results/389.processed: uctualized error message
        !            61: 
        !            62:        * tests/: 389.html, 397.html, results/397.processed: tests for
        !            63:          ^math:convert added (related to feature #1177)
        !            64: 
        !            65:        * src/classes/math.C: ^math:convert now supports arbitrary
        !            66:          precision, alphabet support added (implements feature #1177)
        !            67: 
1.124     moko       68: 2019-11-06  moko
                     69: 
                     70:        * tests/: 181.html, results/181.processed: entities usage added,
                     71:          more entites load tests (related to bug #842 discussion)
                     72: 
                     73: 2019-11-05  moko
                     74: 
                     75:        * src/main/pa_xml_io.C: bugfix: no more extra http://localhost/
                     76:          call from xmlFileOpen if http://localhost/<file> was not found
                     77:          (related to bug #842)
                     78: 
                     79:        * src/main/pa_xml_io.C: rename
                     80: 
                     81:        * src/main/pa_xml_io.C: +MemoryStream constructor
                     82: 
                     83:        * src/main/pa_xml_io.C: whitespace
                     84: 
1.123     moko       85: 2019-10-31  moko
                     86: 
                     87:        * src/classes/xdoc.C: XML_PARSE_OPTIONS (XML_PARSE_DTDLOAD |
                     88:          XML_PARSE_NOENT) added to fix entities load, (related to feature
                     89:          #1181)
                     90: 
1.122     moko       91: 2019-10-25  moko
                     92: 
                     93:        * tests/: 388-sql.html, results/388-sql.processed: more multiple
                     94:          queries tests
                     95: 
                     96: 2019-10-24  moko
                     97: 
                     98:        * tests/: 388-sql.html, results/388-sql.processed: support for
                     99:          pgsql driver test
                    100: 
                    101:        * tests/: 388-sql.html, results/388-sql.processed:
                    102:          multi_statements=1 now tested, mysql test now supported
                    103:          (connection must be specified in [parser3] section in .my.cnf)
                    104:          related to issues #1195 and #1194
                    105: 
1.121     moko      106: 2019-09-11  moko
                    107: 
                    108:        * src/classes/int.C: whitespace
                    109: 
                    110:        * tests/: 388-sql.html, results/388-sql.processed: +duplicate key
                    111:          exception test
                    112: 
                    113:        * tests/results/388-sql.processed: sql queries now shown (related
                    114:          to feature #1196)
                    115: 
                    116:        * src/sql/pa_sql_driver.h: to keep new SQL drivers more compatible
                    117:          with old parser versions.
                    118: 
                    119:        * src/: classes/file.C, classes/hash.C, classes/string.C,
                    120:          classes/table.C, classes/void.C, include/pa_sql_connection.h,
                    121:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: Show query
                    122:          instead of connect string in query_event_handlers exceptions
                    123:          (implements feature #1196)
                    124: 
1.120     moko      125: 2019-09-06  moko
                    126: 
                    127:        * tests/388-sql.html: mysql compat
                    128: 
                    129:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                    130:          classes/void.C, include/pa_common.h, main/pa_common.C: cleanup:
                    131:          sql_ variables declaration moved to pa_common.h
                    132: 
1.116     moko      133: 2019-01-15  moko
                    134: 
                    135:        * src/classes/curl.C: ^curl:info[] - OrderedHashString used, items
                    136:          logically sorted
                    137: 
                    138: 2018-12-27  moko
                    139: 
                    140:        * src/include/pa_config_includes.h: warning war:
                    141:          -Wdeprecated-register added for C++ 17
                    142: 
                    143: 2018-10-15  moko
                    144: 
                    145:        * configure.ac: FreeBSD 11.2 can be build with ./configure
                    146:          --with-gc=/usr/local/lib/ --with-pcre=/usr/local/
                    147:          --with-xml=/usr/local/
                    148: 
                    149: 2018-09-24  moko
                    150: 
                    151:        * tests/: 396.html, 396.tiff, results/396.processed: test for
                    152:          ^image::measure[] now supports tiff added (related to feature
                    153:          #1188)
                    154: 
                    155:        * src/classes/image.C: ^image::measure[] now supports tiff
                    156:          (implements feature #1188)
                    157: 
                    158: 2018-09-20  moko
                    159: 
                    160:        * tests/: 395.bmp, 395.html, results/395.processed: test for bmp
                    161:          files measure added (related to ticket #1188)
                    162: 
                    163:        * src/classes/image.C: measure of bmp files implemented (related to
                    164:          ticket #1188)
                    165: 
                    166: 2018-09-18  moko
                    167: 
                    168:        * tests/: 394-curl.html, results/394-curl.processed,
                    169:          results/auto.p: test for bug #1187 (max_file_size check for head
                    170:          requests) added
                    171: 
                    172: 2018-08-24  moko
                    173: 
                    174:        * src/classes/curl.C: CURLOPT_NOBODY value used to check if
                    175:          response content-length check is required (fixes bug #1187)
                    176: 
                    177: 2018-05-11  moko
                    178: 
                    179:        * tests/: 157.html, results/157.processed: test for ^file:copy[..;
                    180:          $.append(bool) ] option added (related to feature #919)
                    181: 
                    182:        * src/classes/file.C: ^file:copy[..; $.append(bool) ] option added
                    183:          from misha@ patch (implements feature #919)
                    184: 
                    185: 2018-03-22  moko
                    186: 
                    187:        * src/main/pa_request.C: $response:download[ $.file[file.namef] ]
                    188:          worked rather slow (about 1mb/sec) with 10kb buffer, replaced it
                    189:          with 128kb buffer.  Now works at least 12 times faster. :) May be
                    190:          Windows-only problem.
                    191: 
                    192:        * src/lib/cord/cord.vcproj: Profile * complete cleanup (VS 2003
                    193:          build fix)
                    194: 
                    195: 2018-02-03  moko
                    196: 
                    197:        * src/main/execute.C: removes irrelevant lines from exception stack
                    198:          trace when exceptions occurs in assigment (fixes bug #1165)
                    199: 
                    200:        * tests/: 393.html, results/393.processed: test for behavour after
                    201:          "Property can not be created, already exists field with that
                    202:          name" exception removed (related to feature #1183)
                    203: 
                    204:        * src/types/pa_vclass.C: "Property can not be created, already
                    205:          exists field with that name" exception removed (implements
                    206:          feature #1183)
                    207: 
                    208: 2018-01-19  moko
                    209: 
                    210:        * src/classes/string.C: whitespace
                    211: 
                    212:        * src/classes/string.C: whitespace
                    213: 
                    214:        * tests/: 392.html, results/392.processed: test for
                    215:          ^regex::create[$regex] added (related to feature #1135)
                    216: 
                    217:        * src/: classes/regex.C, types/pa_vregex.C, types/pa_vregex.h:
                    218:          ^regex::create[$regex] added (implements feature #1135)
                    219: 
                    220:        * src/types/: pa_vclass.C, pa_vclass.h: CLASS_GETTER_UNPROTECTED
                    221:          commented define added (related to feature #1157)
                    222: 
                    223: 2018-01-17  moko
                    224: 
                    225:        * buildall: gc 7.6.0 -> 7.6.2 (related to feature #1136)
                    226: 
                    227: 2018-01-15  moko
                    228: 
                    229:        * tests/: 390.html, results/390.processed: real path replaced by
                    230:          stub
                    231: 
                    232:        * tests/: 391.html, results/391.processed: test for feature #1181
                    233:          (XML_PARSE_HUGE exception) added
                    234: 
                    235: 2018-01-11  moko
                    236: 
                    237:        * bin/auto.p.dist.in: sqlite3 -> libsqlite3
                    238: 
                    239:        * src/classes/xdoc.C: xmlReadMemory/xmlReadFile now used with
                    240:          XML_PARSE_HUGE option passed by default (implements feature
                    241:          #1181)
                    242: 
                    243:        * src/classes/string.C: whitespace
                    244: 
                    245: 2017-12-10  moko
                    246: 
                    247:        * tests/: 389.html, 390.html, results/389.processed,
                    248:          results/390.processed: image code coverage tests added (related
                    249:          to feature #1125)
                    250: 
                    251: 2017-12-08  moko
                    252: 
                    253:        * tests/: 346-curl.html, 388-sql.html, 389.html,
                    254:          results/346-curl.processed, results/388-sql.processed,
                    255:          results/389.processed: more code coverage tests
                    256: 
                    257:        * tests/: 264.html, results/264.processed: code coverage for
                    258:          ^file::exec[]
                    259: 
                    260: 2017-12-07  moko
                    261: 
                    262:        * tests/: 174.html, 388-sql.html, 389.html,
                    263:          results/388-sql.processed, results/389.processed,
                    264:          results/174.processed: more coverage tests
                    265: 
                    266:        * src/classes/math.C: exception text actualized
                    267: 
                    268: 2017-12-06  moko
                    269: 
                    270:        * tests/388-sql.html: $SQL can be here
                    271: 
                    272:        * tests/results/auto.p: $SQL not required here
                    273: 
                    274:        * tests/: 388-sql.html, 389.html, Makefile,
                    275:          results/388-sql.processed, results/389.processed, results/auto.p:
                    276:          code coverage tests for sql (using sqlite) and int/double/bool
                    277:          added (related to feature #1125)
                    278: 
                    279:        * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
                    280:          lib/json/json.vcproj, lib/md5/md5.vcproj,
                    281:          lib/memcached/memcached.vcproj, lib/punycode/punycode.vcproj,
                    282:          lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
                    283:          targets/apache/ApacheModuleParser3Core.vcproj,
                    284:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                    285:          types/types.vcproj: gc\include no longer required
                    286: 
                    287:        * src/lib/: cord/cord.vcproj, gd/gd.vcproj: gc\include no longer
                    288:          required
                    289: 
                    290:        * src/: classes/Makefile.am, classes/table.C,
                    291:          include/pa_config_includes.h, include/pa_string.h,
                    292:          lib/cord/Makefile.am, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
                    293:          lib/gd/Makefile.am, lib/json/Makefile.am, lib/sdbm/Makefile.am,
                    294:          lib/smtp/Makefile.am, main/Makefile.am, main/untaint.C,
                    295:          targets/apache/Makefile.am, targets/cgi/Makefile.am,
                    296:          types/Makefile.am: to be sure that our version of gc.h/cord.h is
                    297:          used, we now include it directly
                    298: 
                    299: 2017-12-04  moko
                    300: 
                    301:        * src/lib/: gd/gd.vcproj, md5/md5.vcproj,
                    302:          memcached/memcached.vcproj, punycode/punycode.vcproj,
                    303:          sdbm/sdbm.vcproj, smtp/smtp.vcproj: includes unified, gc added
                    304:          where required
                    305: 
                    306:        * src/: classes/memory.C, include/pa_config_includes.h: GC_DEBUG
                    307:          now can be used to trace memory allocations
                    308: 
                    309:        * src/: classes/table.C, include/pa_config_includes.h,
                    310:          include/pa_memory.h, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
                    311:          main/pa_globals.C: PA_DEBUG_DISABLE_GC works again, pa_gc_*
                    312:          method removes, libcord also can work without libgc
                    313: 
                    314:        * src/classes/json.C: pa_gc_malloc_atomic should not be used
                    315: 
                    316: 2017-11-29  moko
                    317: 
                    318:        * src/classes/curl.C: no exception if some of ^curl:info[] elements
                    319:          are not present (related to feature #1173)
                    320: 
                    321:        * tests/346-curl.html: test updated to test curl content-length bug
                    322:          (related to feature #1173)
                    323: 
                    324:        * tests/results/346-curl.processed: more test for content-length
                    325:          curl bug (related to feature #1173)
                    326: 
                    327:        * tests/results/346-curl.processed: test results updated after
                    328:          #1173 implemented
                    329: 
                    330: 2017-11-28  moko
                    331: 
                    332:        * src/classes/curl.C: another libcurl Content-length bug walkaround
                    333:          (related to feature #1173)
                    334: 
                    335: 2017-11-27  moko
                    336: 
                    337:        * src/: classes/curl.C, lib/curl/curl.h: ^curl:options
                    338:          $.http_version[version string] added (implements feature #1173),
                    339:          CURLOPT_POSTFIELDSIZE is set to 0 now only for old versions,
                    340:          where $post(true) bug existed.
                    341: 
                    342: 2017-11-18  moko
                    343: 
                    344:        * src/include/pa_memory.h: warning war (related to feature #1170)
                    345: 
                    346:        * src/include/pa_pool.h: RedHat 7.3 compatibility fixed (related to
                    347:          feature #1170)
                    348: 
                    349: 2017-11-17  moko
                    350: 
                    351:        * src/include/pa_memory.h: CHECK_DELETE_USAGE define added as
                    352:          std::basic_stringstream used in ^table.csv-string[] is compatible
                    353:          with delete usage check only under Debian 9 (related to feature
                    354:          #1170)
                    355: 
                    356: 2017-11-16  moko
                    357: 
                    358:        * src/: classes/curl.C, classes/hash.C, classes/json.C,
                    359:          classes/table.C, classes/xdoc.C, include/pa_config_includes.h,
                    360:          include/pa_hash.h, include/pa_memory.h, include/pa_pool.h,
                    361:          main/pa_charset.C, main/pa_memory.C, main/pa_xml_io.C,
                    362:          sql/pa_sql_driver.h, types/pa_value.h, types/pa_vmemcached.C,
                    363:          types/pa_vxdoc.h: regular new/delete no longer used in our code,
                    364:          stubs defend from accidental use (implements feature #1170)
                    365: 
                    366: 2017-06-24  moko
                    367: 
                    368:        * configure.ac: minor fix: thanks to alx@
                    369: 
1.115     moko      370: 2017-05-29  moko
                    371: 
                    372:        * src/types/pa_vmail.C: mail headers are now correctly truncated -
                    373:          MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
                    374:          added to avoid cutting of UTF-8 chars (fixed bug #123)
                    375: 
                    376:        * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
                    377:          ignored, =?UTF-8?Q?= should start in case of leading space
                    378:          (related to bug #123)
                    379: 
                    380:        * buildall: echo -n -> printf for OS X. :)
                    381: 
                    382: 2017-05-25  moko
                    383: 
                    384:        * tests/: 288.html, results/288.processed: test updated afted
                    385:          setting $o.prop without setter exception removed (related to
                    386:          feature #1157)
                    387: 
                    388:        * src/types/pa_vclass.C: no more "this property has no setter
                    389:          method" when setting $o.prop without setter (implements feature
                    390:          #1157)
                    391: 
                    392:        * buildall: echo \c -> echo -n for FreeBSD
                    393: 
                    394:        * configure, configure.ac, src/include/pa_config_auto.h.in,
                    395:          src/types/pa_vdouble.h: isfinite now checked in configure
                    396: 
                    397:        * compile, config.guess, config.sub, depcomp, install-sh, missing:
                    398:          upgraded to automake 1.15
                    399: 
                    400: 2017-05-23  moko
                    401: 
                    402:        * src/types/pa_vdouble.h: finite returned where isfinite not
                    403:          defined
                    404: 
                    405: 2017-05-22  moko
                    406: 
                    407:        * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
                    408: 
                    409:        * buildall: extern CFLAGS setting support
                    410: 
                    411:        * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
                    412: 
                    413:        * buildall: http -> https
                    414: 
                    415:        * buildall: gc-7.2f -> gc-7.6.0
                    416: 
                    417: 2017-05-20  moko
                    418: 
                    419:        * buildall: https, pcre, xml, xslt updated to current versions
                    420:          (related to feature #1136)
                    421: 
                    422: 2017-05-19  moko
                    423: 
                    424:        * tests/097.html: after parser.ru moved to https
                    425: 
                    426: 2017-05-17  moko
                    427: 
                    428:        * tests/results/: 175.processed, 372.processed: tests resuls
                    429:          updated after lintian spelling typos fixed (related to bug #1156)
                    430: 
                    431:        * src/: classes/file.C, classes/hash.C, classes/reflection.C,
                    432:          classes/string.C, classes/table.C, main/pa_charset.C,
                    433:          main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
                    434:          types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
                    435:          lintian reported by Sergey B Kirpichev (fixes bug #1156)
                    436: 
                    437:        * tests/results/096.processed: +XMP
                    438: 
                    439:        * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
                    440:          $.xmp(true) options tested (test for feature #1154)
                    441: 
                    442:        * src/classes/image.C: ^image:measure[] options $.exif(false)
                    443:          $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
                    444:          fetched by default! (implements feature #1154)
                    445: 
                    446: 2017-05-16  moko
                    447: 
                    448:        * tests/: 256.html, results/256.processed: ^json:string[$image] now
                    449:          allowed (related to feature #1154)
                    450: 
                    451:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
                    452:          initial XMP implementation - without options and transcode
                    453:          (related to feature #1154)
                    454: 
                    455: 2017-05-12  moko
                    456: 
                    457:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
                    458:          image: exif moved to ffields, skipped in ^image.html[] where
                    459:          iterators now used (preparation for feature #1154)
                    460: 
                    461: 2017-05-05  moko
                    462: 
                    463:        * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
                    464:          results/387.processed: test for circular class inheritance check
                    465:          added (related to bug #1150)
                    466: 
                    467:        * src/types/pa_vstateless_class.C: circular class inheritance check
                    468:          added (fixes endless add_derived bug #1150)
                    469: 
                    470: 2017-05-04  moko
                    471: 
                    472:        * tests/: 386.html, results/386.processed: test for
                    473:          $table.value(number) added (related to feature #1152)
                    474: 
                    475:        * src/types/pa_vtable.C: table put_element: column value must be
                    476:          string  - > column value must be string compatible to allow
                    477:          $t.value(1) (implements feature #1152)
                    478: 
                    479: 2017-05-03  moko
                    480: 
                    481:        * src/main/pa_request.C: $use[$method] is not possible, reverting
                    482:          (related to feature #1151)
                    483: 
                    484:        * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
                    485:          not possible, removing test (related to feature #1151)
                    486: 
                    487:        * src/: main/pa_request.C, types/pa_vstateless_class.h:
                    488:          get_element_method added and used to allow $use[$method] and
                    489:          $autouse[$method] (implements feature 1151)
                    490: 
                    491:        * tests/: 386.html, 386.p, results/386.processed: test for @use in
                    492:          variable added (related to feature #1151)
                    493: 
                    494:        * tests/results/226.processed: actualized after ^try-catch used
                    495: 
                    496:        * tests/: 226.html, 385.html, results/385.processed: test for
                    497:          @autouse in variable added
                    498: 
                    499:        * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
                    500: 
1.114     moko      501: 2017-02-27  moko
                    502: 
                    503:        * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
                    504: 
1.113     moko      505: 2017-02-20  moko
                    506: 
                    507:        * operators.txt: actualization + beauty
                    508: 
                    509: 2017-02-16  moko
                    510: 
                    511:        * tests/: 384.html, results/384.processed: test for
                    512:          ^reflection:mixin[; $.name[] ] option added (related to feature
                    513:          #1089)
                    514: 
                    515:        * tests/: 384.html, results/384.processed: test for
                    516:          ^reflection:mixin[] added (related to feature #1089)
                    517: 
                    518:        * src/types/pa_value.h: warning war: virtual ~Value() added
                    519: 
1.112     moko      520: 2017-02-15  moko
                    521: 
                    522:        * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
                    523:          fixed
                    524: 
                    525:        * tests/: 320.html, results/320.processed: $.reverse(true/false)
                    526:          test added (related to feature #1069)
                    527: 
                    528:        * src/: classes/reflection.C, types/pa_vstateless_class.h:
                    529:          compilation without HASH_ORDER fixed
                    530: 
                    531:        * src/: classes/reflection.C, include/pa_hash.h:
                    532:          $.reverse(true/false) added to ^reflection:methods[] (related to
                    533:          feature #1069)
                    534: 
                    535: 2017-02-14  moko
                    536: 
                    537:        * tests/: 152.html, results/152.processed: test for $._default hash
                    538:          added (related to bug #1131)
                    539: 
                    540:        * tests/: 277.html, results/277.processed: test for hash with only
                    541:          $._default is now defined (related to bug #1131)
                    542: 
                    543:        * src/types/pa_vhash.h: hash with only $._default is now defined
                    544:          (fixed bug #1131)
                    545: 
                    546: 2017-02-13  moko
                    547: 
                    548:        * tests/cat-windows.sh: cat-windows added (cygwin required)
                    549: 
                    550:        * tests/: 171.html, 264.html, 286.html, 370.html,
                    551:          results/320.processed, results/375.processed, results/auto.p:
                    552:          cat-windows.sh support added
                    553: 
                    554:        * tests/375.html: Windows support
                    555: 
                    556:        * tests/270.html: documented
                    557: 
                    558:        * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
                    559:          (not backslashes) even under Windows (broke test 270)
                    560: 
                    561: 2017-02-12  moko
                    562: 
                    563:        * tests/: descript.ion, todo.txt: cleanup
                    564: 
                    565: 2017-02-09  moko
                    566: 
                    567:        * tests/: 253.html, 255.html, 275.html, 347-curl.html,
                    568:          run_tests.cmd: Windows compatibility
                    569: 
                    570:        * tests/make_tests.cmd: removed as test can't be passed - TZ is set
                    571:          incorrectly (GMT) if parser is called from cygwin
                    572: 
1.111     moko      573: 2017-02-08  moko
                    574: 
1.112     moko      575:        * operators.txt: actualization 15% completed
                    576: 
                    577:        * operators.txt: cp1251 -> utf-8
                    578: 
                    579:        * NEWS, README: minor update
                    580: 
                    581:        * src/include/pa_config_includes.h: warning war continues
                    582: 
                    583:        * src/: include/pa_config_includes.h, include/pa_memory.h,
                    584:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                    585:          targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
                    586:          gcc 6.x issues fixed
                    587: 
1.111     moko      588:        * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
                    589:          classes/classes.h, classes/curl.C, classes/date.C,
                    590:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                    591:          classes/hashfile.C, classes/image.C, classes/inet.C,
                    592:          classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
                    593:          classes/memcached.C, classes/memory.C, classes/op.C,
                    594:          classes/reflection.C, classes/regex.C, classes/response.C,
                    595:          classes/string.C, classes/table.C, classes/void.C,
                    596:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                    597:          include/pa_array.h, include/pa_cache_managers.h,
                    598:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                    599:          include/pa_config_fixed.h, include/pa_config_includes.h,
                    600:          include/pa_dictionary.h, include/pa_dir.h,
                    601:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                    602:          include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
                    603:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                    604:          include/pa_pool.h, include/pa_random.h, include/pa_request.h,
                    605:          include/pa_request_charsets.h, include/pa_request_info.h,
                    606:          include/pa_sapi.h, include/pa_socks.h,
                    607:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                    608:          include/pa_stack.h, include/pa_string.h,
                    609:          include/pa_stylesheet_connection.h,
                    610:          include/pa_stylesheet_manager.h, include/pa_symbols.h,
                    611:          include/pa_table.h, include/pa_threads.h, include/pa_types.h,
                    612:          include/pa_uue.h, include/pa_xml_exception.h,
                    613:          include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
                    614:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                    615:          lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
                    616:          lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
                    617:          lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
                    618:          lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
                    619:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                    620:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
                    621:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                    622:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                    623:          main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
                    624:          main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
                    625:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                    626:          main/pa_string.C, main/pa_stylesheet_connection.C,
                    627:          main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
                    628:          main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
                    629:          main/untaint.C, sql/pa_sql_driver.h,
                    630:          targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
                    631:          targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
                    632:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                    633:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                    634:          types/pa_junction.h, types/pa_method.h, types/pa_property.h,
                    635:          types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
                    636:          types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
                    637:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                    638:          types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
                    639:          types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
                    640:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                    641:          types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
                    642:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                    643:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
                    644:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
                    645:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
                    646:          types/pa_vmemcached.h, types/pa_vmemory.h,
                    647:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                    648:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
                    649:          types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
                    650:          types/pa_vresponse.C, types/pa_vresponse.h,
                    651:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                    652:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                    653:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                    654:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                    655:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                    656:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                    657:          types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
                    658:          2015->2017
                    659: 
1.110     moko      660: 2017-02-07  moko
                    661: 
                    662:        * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
                    663: 
                    664: 2017-02-06  moko
                    665: 
                    666:        * src/main/pa_common.C: minor fixes, whitespace
                    667: 
                    668:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                    669:          include/pa_common.h, include/pa_dir.h, main/pa_common.C,
                    670:          main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
                    671:          now used (implements feature #1081)
                    672: 
                    673:        * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
                    674: 
                    675: 2017-02-01  moko
                    676: 
                    677:        * src/include/pa_request.h: cleanup
                    678: 
                    679: 2017-01-30  moko
                    680: 
                    681:        * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
                    682: 
                    683: 2017-01-29  moko
                    684: 
                    685:        * tests/: 383.html, results/383.processed: test for
                    686:          ^reflection:stack[] added (related to feature #1052)
                    687: 
                    688:        * src/classes/reflection.C: else added
                    689: 
                    690:        * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
                    691:          $.max_file_lock_wait added (implements feature #1128)
                    692: 
                    693: 2017-01-28  moko
                    694: 
                    695:        * tests/: 379-curl.html, results/379-curl.processed: curl empty
                    696:          body and other cases tests added (related to featue #1014)
                    697: 
                    698:        * src/classes/curl.C: bug if response is empty fixed (related to
                    699:          feature #1014)
                    700: 
                    701: 2017-01-27  moko
                    702: 
                    703:        * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
                    704:          main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
                    705:          added (implements feature #1052)
                    706: 
                    707: 2017-01-25  moko
                    708: 
                    709:        * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
                    710:          method test added
                    711: 
                    712: 2017-01-23  moko
                    713: 
                    714:        * src/classes/reflection.C: optimization: options->get replaced by
                    715:          hash iterator
                    716: 
                    717:        * tests/: 381.html, results/381.processed: now -> fixed date
                    718: 
                    719:        * src/main/pa_request.C: warning war
                    720: 
                    721:        * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
                    722:          5Mb (fixes bug #1058)
                    723: 
                    724:        * src/classes/curl.C: warning war
                    725: 
                    726:        * tests/: 381.html, results/381.processed: tests for ^json:string
                    727:          $.one-line(true) option added (related to feature #1124)
                    728: 
                    729:        * src/: classes/json.C, types/pa_value.h: $json-string
                    730:          $.one-line(true|false) options is now supported (implements
                    731:          feature #1124)
                    732: 
                    733:        * tests/: 380.html, results/380.processed: test for modified
                    734:          $.max_file_size added (related to bug #1014)
                    735: 
                    736:        * tests/: 379.html, results/auto.p: tests for rewritten http file
                    737:          load added (related to bug #1014)
                    738: 
                    739:        * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
                    740:          main/pa_common.C, main/pa_http.C: check_file_size added and used
                    741:          in curl / file load from disk and http, http file load rewritten
                    742:          (related to bug #1014)
                    743: 
                    744: 2017-01-18  moko
                    745: 
                    746:        * tests/: 378.html, results/378.processed: tests for ^result[]
                    747:          added (related to feature #66)
                    748: 
                    749:        * src/: classes/op.C, include/pa_request.h: ^return[] can't be
                    750:          Method::CO_WITHOUT_FRAME as frame still added in expression
                    751:          (related to feature #66)
                    752: 
                    753: 2017-01-17  moko
                    754: 
                    755:        * tests/: 377.html, results/377.processed: test for different
                    756:          combinations of breaks in body and delimiter (related to bug
                    757:          #1077)
                    758: 
                    759:        * tests/: 376.html, results/376.processed: many ^break[] tests
                    760:          added (related to bug #1077)
                    761: 
                    762:        * src/types/pa_vmethod_frame.C: "break is not allowed in expression
                    763:          passed to native method" exception added to avoid bugs due to
                    764:          WRITE_EXPR_RESULT skipped and native methods execution continues
                    765:          after ^break[] (related to bug #1077)
                    766: 
                    767: 2017-01-14  moko
                    768: 
                    769:        * tests/: 330.html, results/330.processed: test results updated
                    770:          after ^break[] bugs where fixed (related to bug #1077)
                    771: 
                    772:        * tests/: 329.html, results/329.processed: test results updated
                    773:          after ^break[] bugs where fixed (related to bug #1077)
                    774: 
                    775:        * tests/results/320.processed: ^return[] added
                    776: 
                    777: 2017-01-13  moko
                    778: 
                    779:        * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
                    780:          classes/table.C, include/pa_request.h, main/execute.C,
                    781:          main/pa_request.C, targets/cgi/parser3.C,
                    782:          types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
                    783:          Request::SKIP_RETURN added and implemented, Request::SKIP_* now
                    784:          checked after each possible process/execute call (fixes bug
                    785:          #1077)
                    786: 
                    787: 2016-12-29  moko
                    788: 
                    789:        * src/main/pa_common.C: warning war
                    790: 
                    791:        * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
                    792:          include/pa_types.h, main/pa_request.C, main/pa_string.C:
                    793:          pa_file_size_limit added, ^math:random fixed for upper limit and
                    794:          limits more then 0x7FFFFFFF, limits now declared in pa_types.h
                    795:          (related to feature #1014)
                    796: 
                    797:        * src/: classes/curl.C, classes/file.C, include/pa_common.h,
                    798:          main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
                    799:          (related to feature #1014)
                    800: 
                    801: 2016-12-28  moko
                    802: 
                    803:        * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
                    804:          warning war
                    805: 
                    806: 2016-12-26  moko
                    807: 
                    808:        * tests/: 341.html, results/341.processed: test for
                    809:          ^table.hash[id;;$.type[string]] added (related to feature #1057)
                    810: 
                    811:        * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
                    812:          (related to feature #1057)
                    813: 
                    814:        * src/types/pa_vdate.C: warning war continues...
                    815: 
                    816:        * src/: classes/date.C, classes/image.C, classes/table.C,
                    817:          include/pa_config_includes.h, types/pa_vfile.C: warning war
                    818: 
                    819:        * src/lib/gd/gifio.C: warning war / cleanup
                    820: 
                    821:        * src/lib/json/pa_json.C: warning war
                    822: 
                    823:        * src/classes/hash.C: warning war
                    824: 
                    825:        * src/types/pa_vfile.C: warning war
                    826: 
                    827:        * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
                    828:          -Wall warning war continues
                    829: 
                    830:        * configure.ac: --with-build-warnings actualized
                    831: 
                    832: 2016-12-25  moko
                    833: 
                    834:        * src/main/pa_exec.C: -wAll warning war
                    835: 
                    836:        * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
                    837:          -wAll warning war
                    838: 
                    839:        * src/: include/pa_common.h, include/pa_sapi.h,
                    840:          types/pa_junction.h, types/pa_method.h, types/pa_value.h,
                    841:          types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
                    842:          -wAll warning war
                    843: 
                    844: 2016-12-23  moko
                    845: 
                    846:        * src/lib/ltdl/Makefile.am: extra dist added
                    847: 
                    848:        * tests/results/344.processed: test result updated after $file.text
                    849:          prefetched in ^hash::create[$file] (related to feature #1075)
                    850: 
                    851:        * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
                    852:          ^hash::create[$file] (related to feature #1075)
                    853: 
                    854: 2016-12-22  moko
                    855: 
                    856:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
                    857:          main/pa_request.C, main/pa_stylesheet_connection.C,
                    858:          types/pa_vfile.C: file_stat now return 64-bit size (implements
                    859:          #1014 under 32-bit unix versions)
                    860: 
                    861: 2016-12-21  moko
                    862: 
                    863:        * tests/: 375.html, results/375.processed: test for exec returning
                    864:          stated file added (related to feature #1119)
                    865: 
                    866:        * src/classes/file.C: load should not return file with null body
                    867:          (fixes bug #1119)
                    868: 
                    869: 2016-12-14  moko
                    870: 
                    871:        * tests/: 374.html, results/374.processed: test for $method.name
                    872:          added (related to feature #1117) plus method returning junction
                    873:          test
                    874: 
                    875: 2016-12-13  moko
                    876: 
                    877:        * src/: include/pa_symbols.h, main/pa_symbols.C,
                    878:          types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
                    879:          (implements feature #1117)
                    880: 
                    881:        * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
                    882:          HEAD and TRACE can't have body (implements feature #1116)
                    883: 
                    884: 2016-12-09  moko
                    885: 
                    886:        * tests/: 373.html, results/373.processed: tests for
                    887:          ^reflection:tainting added (related to feature #1098)
                    888: 
                    889:        * src/classes/reflection.C: ^reflection:tainting arguments order
                    890:          change (related to feature #1098)
                    891: 
                    892: 2016-12-06  moko
                    893: 
                    894:        * src/: classes/reflection.C, include/pa_string.h,
                    895:          main/pa_string.C: ^reflection:tainting[$string] added (implements
                    896:          feature #1098)
                    897: 
                    898: 2016-12-05  moko
                    899: 
                    900:        * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
                    901:          (fixes bug #1114)
                    902: 
                    903: 2016-12-04  moko
                    904: 
                    905:        * tests/: 206.html, results/206.processed: negative zero (0/-1)
                    906:          check added
                    907: 
                    908: 2016-12-03  moko
                    909: 
                    910:        * tests/: 346-curl.html, results/346-curl.processed: test modified
                    911:          to test value.as_hash() usage
                    912: 
                    913:        * src/classes/curl.C: value.as_hash() used for correct hash
                    914:          processing
                    915: 
                    916:        * src/classes/reflection.C: exceptions texts fixes
                    917: 
                    918: 2016-12-02  moko
                    919: 
                    920:        * tests/: 372.html, results/372.processed: tests for
                    921:          ^reflection:create[ $.class[name] $.constructor[name]
                    922:          $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
                    923:          feature #1094)
                    924: 
                    925:        * src/types/pa_vmethod_frame.h: comment added: params should be
                    926:          declared outside of *_FRAME_ACTION as MethodParams destructor
                    927:          will be called in ~VNativeMethodFrame
                    928: 
                    929:        * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
                    930:          ] minor fix
                    931: 
                    932:        * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
                    933:          types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
                    934:          $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
                    935:          now supported (implements feature #1094) value::as_hash added
                    936:          (and should be used everywhere)
                    937: 
                    938:        * src/classes/reflection.C: cleanup
                    939: 
                    940: 2016-12-01  moko
                    941: 
                    942:        * tests/: 356.html, results/356.processed: test for method
                    943:          junctions class name added to the resulting hash added (related
                    944:          to feature #1068)
                    945: 
                    946:        * src/classes/reflection.C: for method junctions class name added
                    947:          to the resulting hash (related to feature #1068)
                    948: 
                    949: 2016-11-30  moko
                    950: 
                    951:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
                    952:          exception (related to bug #1113)
                    953: 
                    954:        * src/types/pa_vhashfile.C: whitespace
                    955: 
                    956:        * src/main/pa_os.C: errno now returned as it should (fixes bug
                    957:          #1113)
                    958: 
                    959:        * tests/results/: 175.processed, 192.processed, 224.processed,
                    960:          229.processed, 239.processed, 244.processed, 246.processed,
                    961:          314.processed, 352.processed: tests results updated after method
                    962:          call exceptions improved as method now keeps its name
                    963: 
                    964:        * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
                    965:          types/pa_vmethod_frame.h: method call exceptions improved as
                    966:          method now keeps its name
                    967: 
                    968:        * tests/: 224.html, 239.html, results/224.processed,
                    969:          results/239.processed: tests and tests results updated after
                    970:          Request::construct exception changed
                    971: 
                    972:        * src/: classes/reflection.C, main/execute.C: Request::construct
                    973:          exception optimized
                    974: 
                    975:        * tests/: 371.html, results/371.processed: test for
                    976:          WWrapper.get_element call in $.name.key[value] code added
                    977:          (related to feature #1091)
                    978: 
                    979:        * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
                    980:          in $.name.key[value] code (related to feature #1091)
                    981: 
                    982: 2016-11-29  moko
                    983: 
                    984:        * src/classes/op.C: VS warning war
                    985: 
                    986:        * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
                    987:          C4239: nonstandard extension used : 'return' : conversion from
                    988:          'Value' to 'Value &' (related to feature #1020)
                    989: 
                    990:        * src/: main/execute.C, types/pa_vmethod_frame.h,
                    991:          types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
                    992:          used : 'return' : conversion from 'Value' to 'Value &' (related
                    993:          to feature #1020)
                    994: 
                    995:        * src/main/execute.C: VS warning war
                    996: 
                    997:        * src/targets/cgi/parser3.C: VS compatibility fix
                    998: 
                    999:        * src/include/pa_request.h: VS warning war
                   1000: 
                   1001:        * tests/: 370.html, results/370.processed: test for ^file::exec[
                   1002:          ... $.stdin[$binary_file] ] added (related to bug #1044)
                   1003: 
                   1004:        * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
                   1005:          include/pa_string.h, main/pa_exec.C: pa_exec now supports
                   1006:          $.stdin[$binary_file] (fixes bug #1044)
                   1007: 
                   1008: 2016-11-28  moko
                   1009: 
                   1010:        * src/main/pa_exec.C: whitespace
                   1011: 
                   1012:        * src/main/pa_request.C: whitespace
                   1013: 
                   1014:        * tests/: 369.html, results/369.processed: test for
                   1015:          $response:status usage added (related to feature #1099)
                   1016: 
                   1017:        * src/targets/cgi/parser3.C: HTTP response code used as exit status
                   1018:          if < 100 (implements feature #1099)
                   1019: 
                   1020:        * src/targets/cgi/parser3.C: whitespace
                   1021: 
                   1022:        * src/targets/cgi/parser3.C: whitespace
                   1023: 
                   1024:        * tests/: 368.html, results/368.processed: test updated after
                   1025:          ^reflection:filename[$method] added (related to feature #1053)
                   1026: 
                   1027:        * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
                   1028:          main/compile.y, main/execute.C, main/pa_request.C,
                   1029:          types/pa_vclass.h: filename -> filespec,
                   1030:          ^reflection:filename[$method] added (related to feature #1053)
                   1031: 
                   1032: 2016-11-27  moko
                   1033: 
                   1034:        * tests/: 368.html, results/368.processed: test for
                   1035:          reflection:filename[$class or object] added (related to feature
                   1036:          #1053)
                   1037: 
                   1038:        * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
                   1039:          types/pa_vstateless_class.h: ^reflection:filename[$class or
                   1040:          object] added (implements feature #1053)
                   1041: 
                   1042: 2016-11-26  moko
                   1043: 
                   1044:        * src/: include/pa_request_info.h,
                   1045:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
                   1046:          remove_absolute_uri -> strip_absolute_uri
                   1047: 
                   1048: 2016-11-25  moko
                   1049: 
                   1050:        * src/: include/pa_request_info.h,
                   1051:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
                   1052:          request_info.remove_absolute_uri added to remove possible
                   1053:          http://site.name/ from $request:uri (implements feature #1112)
                   1054: 
                   1055: 2016-11-24  moko
                   1056: 
                   1057:        * tests/: 367-curl.html, results/367-curl.processed: test for
                   1058:          previous request headers clearing after redirect added (related
                   1059:          to bug #1109)
                   1060: 
                   1061:        * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
                   1062:          response headers from previous requests are now cleared, only
                   1063:          last request headers are collected (fixes bug #1109)
                   1064: 
                   1065:        * tests/results/: 266.processed, 321.processed, 356.processed:
                   1066:          tests results updated as method name now added to the resulting
                   1067:          hash for new syntax only (Imp1 compatimility fixed, related to
                   1068:          feature #1068)
                   1069: 
                   1070:        * src/classes/reflection.C: method name now added to the resulting
                   1071:          hash for new syntax only (Imp1 compatimility fixed, related to
                   1072:          feature #1068)
                   1073: 
                   1074:        * tests/results/366.processed: test for native and parser
                   1075:          implementation of ^use[] logic (related to feature #1074)
                   1076: 
                   1077:        * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
                   1078:          for native and parser implementation of ^use[] logic (related to
                   1079:          feature #1074)
                   1080: 
                   1081: 2016-11-23  moko
                   1082: 
                   1083:        * src/: classes/op.C, include/pa_request.h, main/compile.y,
                   1084:          main/pa_request.C: @USE file now implemented as ^use[file;
                   1085:          $.origin[origin_file] ] (implements feature #1074)
                   1086: 
1.109     moko     1087: 2016-11-21  moko
                   1088: 
1.110     moko     1089:        * tests/: 365.html, results/365.processed: test for $caller bugs in
                   1090:          3.4.4 and $caller.method now tested (related to feature #1110)
                   1091: 
                   1092:        * tests/: 364.html, results/364.processed: $caller usage in
                   1093:          different contexts now tested (related to feature #1110)
                   1094: 
                   1095:        * src/types/types.vcproj: +pa_vcaller_wrapper.h
                   1096: 
                   1097:        * src/types/Makefile.am: pa_vcaller_wrapper.h added
                   1098: 
1.109     moko     1099:        * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
                   1100:          types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
                   1101:          types/pa_vmethod_frame.h:  redesign: VCallerWrapper added and
                   1102:          used (implements feature #1110)
                   1103: 
                   1104: 2016-11-20  moko
                   1105: 
                   1106:        * src/types/pa_vdouble.h: whitespace
                   1107: 
                   1108: 2016-11-11  moko
                   1109: 
                   1110:        * tests/: 363.html, results/363.processed: more tests for feature
                   1111:          #1091 (how parser methods work in expression context)
                   1112: 
                   1113:        * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
                   1114:          expressions strings are now written as strings, not values by
                   1115:          write_as_string (related to feature #1091)
                   1116: 
                   1117:        * src/classes/op.C: to make more correct behavour in expression
                   1118:          context
                   1119: 
                   1120: 2016-11-07  moko
                   1121: 
                   1122:        * tests/: 362.html, results/362.processed: test for
                   1123:          xsltParseStylesheetDoc caching as xsl modification after it added
                   1124:          (related to bug #1108)
                   1125: 
                   1126:        * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
                   1127:          result now cached as xdoc is modified after it (fixes bug #1108)
                   1128: 
                   1129: 2016-11-06  moko
                   1130: 
                   1131:        * src/types/pa_vxdoc.h: whitespace
                   1132: 
                   1133: 2016-11-05  moko
                   1134: 
                   1135:        * src/types/pa_vmethod_frame.h: cleanup
                   1136: 
                   1137: 2016-11-03  moko
                   1138: 
                   1139:        * tests/results/244.processed: more correct exception after method
                   1140:          frames separation
                   1141: 
                   1142:        * src/types/pa_vmethod_frame.h: minor optimizaion
                   1143: 
                   1144:        * src/types/pa_method.h: optimization: params_count added
                   1145: 
                   1146:        * src/: classes/json.C, classes/op.C, classes/reflection.C,
                   1147:          include/pa_request.h, main/execute.C, main/pa_request.C,
                   1148:          types/pa_value.C, types/pa_vmethod_frame.C,
                   1149:          types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
                   1150:          VMethodFrame now divided into VNativeMethodFrame,
                   1151:          VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
                   1152:          EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
                   1153:          and used (related to feature #1104)
                   1154: 
                   1155: 2016-11-02  moko
                   1156: 
                   1157:        * src/: classes/bool.C, classes/curl.C, classes/date.C,
                   1158:          classes/double.C, classes/file.C, classes/hash.C,
                   1159:          classes/hashfile.C, classes/image.C, classes/inet.C,
                   1160:          classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
                   1161:          classes/memcached.C, classes/op.C, classes/reflection.C,
                   1162:          classes/regex.C, classes/string.C, classes/table.C,
                   1163:          classes/xdoc.C, classes/xnode.C, include/pa_request.h,
                   1164:          main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
                   1165:          r.write (implements feature #1091)
                   1166: 
                   1167:        * src/main/execute.C: cleanup (related to feature #1104)
                   1168: 
                   1169:        * src/: include/pa_request.h, main/execute.C,
                   1170:          types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
                   1171:          added, in_expression removed (implements feature #1104)
                   1172: 
                   1173: 2016-10-31  moko
                   1174: 
                   1175:        * src/types/pa_value.C: whitespace
                   1176: 
                   1177: 2016-10-28  moko
                   1178: 
                   1179:        * tests/results/244.processed: updated after error reporting fixed
                   1180:          in pa_wcontext.C
                   1181: 
                   1182:        * src/types/pa_wcontext.C: error reporting fixed
                   1183: 
                   1184:        * src/types/pa_wcontext.h: whitespace
                   1185: 
                   1186:        * src/classes/image.C: not fully readed entries are no longer
                   1187:          processed (fixes bug #1106)
                   1188: 
                   1189: 2016-10-26  moko
                   1190: 
                   1191:        * src/classes/image.C: whitespace
                   1192: 
                   1193:        * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
                   1194:          types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
                   1195:          types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
                   1196:          longer required (related to feature #1091)
                   1197: 
                   1198:        * tests/results/: 264.processed, 350.processed: test results update
                   1199:          reverted (whitespace optimization) after write_no_lang removed :)
                   1200:          (related to feature #1091)
                   1201: 
                   1202:        * src/: classes/file.C, classes/hash.C, classes/op.C,
                   1203:          classes/string.C, classes/table.C, classes/void.C,
                   1204:          classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
                   1205:          types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
                   1206:          equal write_pass_lang (related to feature #1091)
                   1207: 
                   1208:        * tests/results/: 264.processed, 350.processed: test results
                   1209:          updated (whitespace optimization) after write_assign_lang removed
                   1210:          (related to feature #1091)
                   1211: 
                   1212:        * tests/: 361.html, results/361.processed: test for non-string
                   1213:          ^untaint added (related to feature #1091)
                   1214: 
                   1215:        * src/: classes/curl.C, classes/date.C, classes/file.C,
                   1216:          classes/hash.C, classes/op.C, classes/string.C,
                   1217:          include/pa_request.h, main/execute.C: optimization:
                   1218:          write_assign_lang removed as not required (first part of feature
                   1219:          #1091 implementation)
                   1220: 
1.108     moko     1221: 2016-10-12  moko
                   1222: 
                   1223:        * tests/: 360.html, results/360.processed: more test code (related
                   1224:          to feature #1104)
                   1225: 
                   1226:        * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
                   1227:          include/pa_request.h, main/compile.y, main/execute.C: opcode
                   1228:          OP_PREPARE_TO_EXPRESSION removed as not required, optimized
                   1229:          WContext is next task (implements feature #1104)
                   1230: 
                   1231:        * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
                   1232:          / CO_WITHOUT_WCONTEXT
                   1233: 
                   1234:        * tests/: 360.html, results/360.processed: test for in expression
                   1235:          state (related to feature #1104)
                   1236: 
                   1237: 2016-10-11  moko
                   1238: 
                   1239:        * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
                   1240: 
                   1241:        * src/classes/op.C: default value removed from initializer
                   1242: 
                   1243:        * src/types/pa_vmemcached.C: FreeBSD 11 warning war
                   1244: 
                   1245:        * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
                   1246: 
                   1247: 2016-10-10  moko
                   1248: 
                   1249:        * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
                   1250:          $LOOP_LIMIT  -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
                   1251:          to feature #42)
                   1252: 
                   1253:        * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT  ->
                   1254:          $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
                   1255: 
                   1256: 2016-10-08  moko
                   1257: 
                   1258:        * src/classes/double.C: whitespace
                   1259: 
                   1260: 2016-10-07  moko
                   1261: 
                   1262:        * src/types/pa_vmethod_frame.h: reorder
                   1263: 
                   1264: 2016-10-06  moko
                   1265: 
                   1266:        * src/classes/date.C: typo
                   1267: 
                   1268:        * src/types/pa_vmethod_frame.h: whitespace + cleanup
                   1269: 
                   1270:        * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
                   1271:          classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
                   1272:          types/pa_vmethod_frame.h: params.get now returns Value&, not
                   1273:          Value*
                   1274: 
                   1275:        * src/types/pa_vmethod_frame.C: params.get should return Value&.
                   1276: 
                   1277:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
                   1278:          removed; first as_* code rewrite
                   1279: 
                   1280: 2016-10-05  moko
                   1281: 
                   1282:        * src/include/pa_request.h: whitespace
                   1283: 
                   1284:        * tests/: 359.html, results/359.processed: test for VCodeFrame and
                   1285:          intercept_string added (related to feature #1097)
                   1286: 
                   1287:        * src/: classes/image.C, classes/op.C, classes/table.C,
                   1288:          include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
                   1289:          optimization: intercept_string removed (implements feature #1097)
                   1290: 
                   1291:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
                   1292: 
                   1293:        * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
                   1294:          from VCodeFrame and WWrapper as not required
                   1295: 
                   1296: 2016-10-04  moko
                   1297: 
                   1298:        * src/: classes/curl.C, classes/date.C, classes/double.C,
                   1299:          classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
                   1300:          classes/int.C, classes/json.C, classes/op.C,
                   1301:          classes/reflection.C, classes/string.C, classes/table.C,
                   1302:          include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
                   1303:          proces_to_value -> process after StringOrValue removed (related
                   1304:          to feature #1020)
                   1305: 
                   1306:        * src/classes/form.C: whitespace
                   1307: 
                   1308:        * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
                   1309: 
                   1310:        * tests/: 357.html, 358.html, results/357.processed,
                   1311:          results/358.processed, results/auto.p: test for @conf
                   1312:          $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
                   1313: 
                   1314: 2016-10-03  moko
                   1315: 
                   1316:        * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
                   1317:          types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
                   1318:          supported (implements feature #42)
                   1319: 
                   1320:        * src/types/pa_vregex.h: no reason for VRegex to be
                   1321:          is_evaluated_expr
                   1322: 
                   1323:        * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
                   1324:          (implements feature #1095)
                   1325: 
                   1326: 2016-10-01  moko
                   1327: 
                   1328:        * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
                   1329:          false by default (related to feature #1089)
                   1330: 
                   1331: 2016-09-30  moko
                   1332: 
                   1333:        * src/types/pa_wcontext.h: cleanup
                   1334: 
                   1335: 2016-09-29  moko
                   1336: 
                   1337:        * src/main/execute.C: whitespace
                   1338: 
                   1339:        * src/include/pa_request.h: whitespace
                   1340: 
                   1341:        * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
                   1342:          classes/op.C, classes/table.C, include/pa_request.h,
                   1343:          main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
                   1344:          types/pa_vobject.C, types/pa_wcontext.h: optimization:
                   1345:          StringOrValue removed as it just slows down and adds complexity
                   1346:          (implements feature #1020)
                   1347: 
                   1348: 2016-09-28  moko
                   1349: 
                   1350:        * tests/: 356.html, results/266.processed, results/321.processed,
                   1351:          results/356.processed: tests updated after name was added to
                   1352:          method_info hash, test for ^reflection:method_info[junction]
                   1353:          added (related to feature #1068)
                   1354: 
                   1355:        * src/classes/reflection.C: ^reflection:method_info[junction] now
                   1356:          supported, method name added to the resulting hash (implements
                   1357:          feature #1068)
                   1358: 
                   1359:        * tests/: 276.html, results/276.processed: more tests for
                   1360:          ^reflection:delete[]
                   1361: 
                   1362:        * src/classes/reflection.C: fixed bug then ^reflection:delete
                   1363:          didn't work on class and could damage native objects (like file)
                   1364: 
                   1365: 2016-09-26  moko
                   1366: 
                   1367:        * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
                   1368:          results/345.processed, results/346-curl.processed,
                   1369:          results/347-curl.processed, results/348.processed: numbers added
                   1370:          to simplify diff analysis
                   1371: 
                   1372:        * tests/: 352.html, results/352.processed: test result updated as
                   1373:          method name used
                   1374: 
                   1375:        * src/classes/reflection.C: method name used
                   1376: 
                   1377:        * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
                   1378:          its name
                   1379: 
                   1380:        * src/types/pa_method.h: whitespace
                   1381: 
                   1382:        * src/classes/reflection.C: both method and field with one name can
                   1383:          exist.
                   1384: 
                   1385:        * src/classes/reflection.C: ^reflection:mixin added (implements
                   1386:          feature #1089)
                   1387: 
                   1388:        * tests/: 355.html, results/355.processed: property appears in
                   1389:          derived class if added in base test added
                   1390: 
                   1391:        * src/types/pa_vstateless_class.h: get_method declaration +
                   1392:          whitespace
                   1393: 
                   1394:        * tests/: 354.html, results/354.processed: nice test from method
                   1395:          and property with one name in class added
                   1396: 
                   1397: 2016-09-23  moko
                   1398: 
                   1399:        * src/classes/reflection.C: ^reflection:method usage documented
                   1400: 
                   1401: 2016-09-22  moko
                   1402: 
                   1403:        * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
                   1404:          we use 'dynamic_cast' on polymorphic type 'Value'. Without it
                   1405:          compile warning and GPF occures on VS2003 (related to feature
                   1406:          #1087)
                   1407: 
                   1408:        * tests/: 350.html, results/350.processed: test added for
                   1409:          $.encloser[] support in ^table::create (related to feature #11)
                   1410: 
                   1411:        * src/classes/table.C: another minor fix (related to feature #11)
                   1412: 
1.107     moko     1413: 2016-09-21  moko
                   1414: 
                   1415:        * src/include/pa_config_fixed.h: vs2015 compilation fixes
                   1416: 
                   1417:        * src/: classes/curl.C, classes/file.C, classes/hash.C,
                   1418:          classes/json.C, classes/string.C, classes/table.C,
                   1419:          classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
                   1420:          main/pa_common.C, main/pa_http.C, main/pa_request.C,
                   1421:          main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
                   1422:          types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
                   1423:          pa_charsets, vs2015 warning war
                   1424: 
                   1425:        * src/classes/table.C: vs2015 warning war
                   1426: 
                   1427:        * src/types/pa_vdate.C: vs2015 warning war
                   1428: 
                   1429:        * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
                   1430: 
                   1431:        * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
                   1432:          -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
                   1433: 
                   1434:        * src/main/pa_common.C: vs2015 compilation fixes
                   1435: 
                   1436:        * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
                   1437:          vs2015 compilation fixes
                   1438: 
                   1439:        * src/main/pa_charset.C: vs2015 warning war
                   1440: 
                   1441:        * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
                   1442: 
                   1443:        * src/main/pa_charset.C: vs2015 warning war
                   1444: 
                   1445:        * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
                   1446: 
                   1447:        * src/types/pa_vdate.C: vs2015 compilation fix
                   1448: 
                   1449:        * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
                   1450: 
                   1451:        * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
                   1452:          VS2015 compilation fixes
                   1453: 
                   1454:        * src/classes/table.C: minor fix (related to feature #11)
                   1455: 
                   1456:        * tests/results/282.processed: no longer skipping extra enclosers
                   1457:          (related to feature #11)
                   1458: 
                   1459:        * src/classes/table.C: minor fix + no longer skipping extra
                   1460:          enclosers (related to feature #11)
                   1461: 
                   1462:        * src/classes/table.C: minor optimization (related to feature #11)
                   1463: 
                   1464:        * src/classes/table.C: minor fix and optimization (related to
                   1465:          feature #11)
                   1466: 
                   1467: 2016-09-20  moko
                   1468: 
                   1469:        * tests/: 353.html, results/353.processed: test for
                   1470:          PC.cclass->is_vars_local() check in one_big_piece in ^process[]
                   1471:          added (related to bug #1090)
                   1472: 
                   1473:        * src/main/compile.y: PC.cclass->is_vars_local() check added for
                   1474:          one_big_piece (fixes bug #1090)
                   1475: 
                   1476:        * tests/: 229.html, results/229.processed: code coverage tests
                   1477: 
                   1478:        * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
                   1479:          body) was called
                   1480: 
                   1481:        * src/classes/op.C: whitespace
                   1482: 
                   1483:        * tests/: 323.html, results/323.processed: test for code junction
                   1484:          should not be returned by ^reflection:class, ^reflection:base
                   1485: 
                   1486:        * src/classes/reflection.C: bugfix: code junction should not be
                   1487:          returned by ^reflection:class, ^reflection:base
                   1488: 
                   1489:        * tests/: 323.html, 352.html, results/352.processed: no more
                   1490:          exception for ^reflection:method[class;no-such-method] (related
                   1491:          to feature #1087)
                   1492: 
                   1493:        * src/classes/reflection.C:
                   1494:          ^reflection:method[class;no-such-method] : exception -> void
                   1495:          (related to feature #1087)
                   1496: 
                   1497:        * src/include/pa_request.h: request::write_value added to allow
                   1498:          write value without convertion (related to issue #1091)
                   1499: 
                   1500: 2016-09-19  moko
                   1501: 
                   1502:        * src/main/pa_random.C: windows build fix
                   1503: 
                   1504:        * src/types/pa_vhash.h: warning war
                   1505: 
                   1506: 2016-09-14  moko
                   1507: 
                   1508:        * tests/: 352.html, 552.html, results/352.processed,
                   1509:          results/552.processed: test for ^reflection:method[] extension
                   1510:          added (related to feature #1087)
                   1511: 
                   1512:        * tests/: 552.html, results/552.processed: test for
                   1513:          ^reflection:method[] extension added (related to feature #1087)
                   1514: 
                   1515:        * src/classes/reflection.C: compatibility issue fixed, VClass
                   1516:          dynamic_cast check added (related to feature #1087)
                   1517: 
                   1518:        * tests/: 351.html, results/351.processed: test for @auto[]
                   1519:          inheritance bug diring ^process[] added (related to bug #1088)
                   1520: 
                   1521:        * src/: classes/op.C, main/pa_request.C,
                   1522:          types/pa_vstateless_class.C: set_method now checks for @auto[] to
                   1523:          disable it inheritance during ^process (fixes bug #1088)
                   1524: 
                   1525:        * src/classes/reflection.C: ^reflection:method[$class:method;$self]
                   1526:          added (implements feature #1087)
                   1527: 
                   1528: 2016-09-13  moko
                   1529: 
                   1530:        * tests/: 349.html, results/auto.p: test for objects prototyping
                   1531:          added and $OBJECT-PROTOTYPE(false) is used for old tests (related
                   1532:          to feature #1086)
                   1533: 
                   1534:        * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
                   1535:          types/pa_vobject.C: objects now are not class instances, but have
                   1536:          class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
                   1537:          in @conf (implements feature #1086)
                   1538: 
                   1539: 2016-09-08  moko
                   1540: 
                   1541:        * src/: classes/file.C, classes/mail.C, classes/string.C,
                   1542:          classes/table.C, main/pa_http.C, main/pa_string.C,
                   1543:          include/pa_string.h: cleanup: string::split limit argument
                   1544:          removed as no longer required, pos_after no longer reference
                   1545:          (related to feature #11)
                   1546: 
                   1547:        * src/classes/table.C, tests/results/348.processed: now exception
                   1548:          is rised when invalid option is passed to ^table::create[]
                   1549: 
                   1550:        * tests/: 282.cfg, 282.html, results/282.processed: more code
                   1551:          coverage tests
                   1552: 
                   1553:        * tests/: 348.html, results/348.processed: code coverage tests
                   1554:          added
                   1555: 
                   1556:        * tests/: 348.html, results/348.processed: generic ^table::create[]
                   1557:          tests
                   1558: 
                   1559:        * tests/: 035.html, results/035.processed, results/272.processed:
                   1560:          tests updated after $.encloser[] support for ^table::create
                   1561:          implementation (related to feature #11)
                   1562: 
                   1563:        * src/classes/table.C: $.encloser[] support for ^table::create
                   1564:          finally added (implements feature #11)
                   1565: 
                   1566: 2016-09-07  moko
                   1567: 
                   1568:        * src/include/pa_string.h: added StringSplitHelper as friend
                   1569:          (related to feature #11)
                   1570: 
                   1571:        * src/include/pa_string.h: body and langs now protected, not
                   1572:          private to allow inheritance (related to feature #11)
                   1573: 
                   1574:        * src/classes/table.C: lsplit optimized before cloning for
                   1575:          ^table::create with $.encloser[] (related to feature #11)
                   1576: 
                   1577:        * src/classes/table.C: optimizaion: TableControlChars.separators
                   1578:          added and used (related to feature #11)
                   1579: 
                   1580:        * src/classes/table.C: spelling:
                   1581: 
                   1582:          TableSeparators -> TableControlChars column -> separator
                   1583:          separators -> control_chars
                   1584: 
                   1585: 2016-09-06  moko
                   1586: 
                   1587:        * src/main/pa_string.C: whitespace
                   1588: 
                   1589:        * src/main/pa_string.C: whitespace
                   1590: 
                   1591: 2016-09-01  moko
                   1592: 
                   1593:        * tests/: 347-curl.html, results/347-curl.processed: to make tests
                   1594:          results OS-independent
                   1595: 
                   1596:        * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
                   1597:          compiler (related to feature #1042)
                   1598: 
                   1599: 2016-08-15  moko
                   1600: 
                   1601:        * src/include/pa_string.h: whitespace
                   1602: 
                   1603:        * src/classes/table.C: whitespace
                   1604: 
1.106     moko     1605: 2016-08-05  moko
                   1606: 
                   1607:        * tests/: 344.html, results/344.processed: test for
                   1608:          ^hash::create[$file] added (related to feature #1075)
                   1609: 
                   1610:        * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
                   1611:          supported (implements feature #1075)
                   1612: 
                   1613: 2016-08-04  moko
                   1614: 
                   1615:        * tests/: 341.html, results/341.processed: more code coverage tests
                   1616: 
                   1617:        * tests/: 346-curl.html, results/346-curl.processed: more code
                   1618:          coverage tests for curl
                   1619: 
                   1620:        * tests/: 346-curl.html, results/346-curl.processed: more code
                   1621:          coverage tests for curl
                   1622: 
                   1623:        * tests/: 223-curl.html, 223.html, results/223-curl.processed,
                   1624:          results/223.processed: code coverage tests: $.form[ $.table[] ]
                   1625:          test added
                   1626: 
                   1627:        * tests/: 223-curl.html, results/223-curl.processed: more code
                   1628:          coverage tests for curl
                   1629: 
                   1630: 2016-08-03  moko
                   1631: 
                   1632:        * src/classes/curl.C: dlink(curl_library) now called not once, but
                   1633:          until it will be loaded, allowing to find existing library.
                   1634: 
                   1635:        * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
                   1636:          results/347-curl.processed: more code coverage tests for curl
                   1637: 
                   1638:        * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
                   1639:          results/339-curl.processed, results/346-curl.processed: curl
                   1640:          functionality tests
                   1641: 
                   1642: 2016-08-02  moko
                   1643: 
                   1644:        * tests/: 339.html, results/339.processed: test for tables in
                   1645:          ^file:load[] and ^curl:load[] (commented) added (related to
                   1646:          feature #1042)
                   1647: 
                   1648:        * tests/: 345.html, results/345.processed: code coverage tests for
                   1649:          file class
                   1650: 
                   1651:        * tests/: 344.html, results/344.processed: code coverage tests
                   1652: 
                   1653:        * tests/: 344.html, results/344.processed: mdate removed from
                   1654:          output
                   1655: 
                   1656:        * src/classes/file.C: minor bugfix: is_text should be taked from
                   1657:          fcontent.is_text_mode() if not set (related to feature #1061)
                   1658: 
                   1659:        * tests/: 344.html, results/344.processed: more tests
                   1660: 
                   1661:        * tests/: 343.html, 344.html, results/343.processed,
                   1662:          results/344.processed: tests for ^file::create[ $.from-charset
                   1663:          and $.to-charset ] (related to feature #1061)
                   1664: 
                   1665:        * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
                   1666:          aset_text_mode argument optimized
                   1667: 
                   1668:        * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
                   1669:          checkBOM now used in detect_binary_content (related to feature
                   1670:          #1061)
                   1671: 
                   1672:        * src/main/pa_request.C: load_charset no longer required to_upper
                   1673: 
                   1674:        * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
                   1675:          preserves original file mode (if no $.mode specified)
                   1676: 
                   1677:        * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
                   1678:          ^file::create now supports $.from-charset[] and $.to-charset
                   1679:          options (implements feature #1061), automatic transcode is done
                   1680:          if text file is created from binary file and charset is detected.
                   1681: 
                   1682: 2016-07-30  moko
                   1683: 
                   1684:        * src/classes/table.C: ^t.hash[..;] now supported (related to
                   1685:          feature #1057)
                   1686: 
                   1687:        * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
                   1688:          added (related to feature #1057)
                   1689: 
                   1690:        * tests/: 286.html, results/286.processed: code tests coverage
                   1691: 
                   1692: 2016-07-29  moko
                   1693: 
                   1694:        * src/classes/table.C: table size should be checked inside menu and
                   1695:          foreach (related to feature #858)
                   1696: 
                   1697:        * src/: classes/curl.C, classes/file.C, classes/string.C,
                   1698:          classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
                   1699:          main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
                   1700:          types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
                   1701:          charsets.get now does str_upper inside (related to feature #1061)
                   1702: 
                   1703:        * tests/: 342.html, results/342.processed: more code coverage tests
                   1704: 
                   1705:        * tests/: 342.html, outputs/342.processed: table menu code coverage
                   1706:          + foreach test added (related to feature #858)
                   1707: 
                   1708:        * tests/: 341.html, results/341.processed: tests for
                   1709:          ^table.hash[]{code} added + code coverage tests (related to
                   1710:          feature #1057)
                   1711: 
                   1712:        * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
                   1713:          value} support (implements feature #1057)
                   1714: 
                   1715:        * src/classes/table.C: whitespace
                   1716: 
                   1717: 2016-07-28  moko
                   1718: 
                   1719:        * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
                   1720:          from URL, if not specified query string removed from url-based
                   1721:          filenames in ^curl:load[] and ^file::load[] (related to feature
                   1722:          #1042)
                   1723: 
                   1724: 2016-07-27  moko
                   1725: 
                   1726:        * tests/: 340.html, results/340.processed: test for
                   1727:          transcode_text_result=false added (related to issue #1042)
                   1728: 
                   1729: 2016-07-26  moko
                   1730: 
                   1731:        * src/types/pa_vfile.C: file name should not be empty (if file path
                   1732:          is folder and ends with /) (related to feature #1042)
                   1733: 
                   1734:        * src/main/pa_http.C: whitespace optimizaion
                   1735: 
                   1736:        * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
                   1737:          main/pa_common.C, main/pa_http.C: ^curl:load[] now support
                   1738:          multiple headers, ^file::load supports headers transcoding
                   1739:          (implements feature #1042)
                   1740: 
                   1741: 2016-07-25  moko
                   1742: 
                   1743:        * src/include/pa_common.h: PA_DEFAULT added
                   1744: 
                   1745: 2016-07-22  moko
                   1746: 
                   1747:        * tests/: 338.html, results/338.processed: test for
                   1748:          $date.field(value) added (related to feature #1066)
                   1749: 
                   1750:        * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
                   1751:          $date.field(value) now supported for y/m/d/h/m/s (implements
                   1752:          feature #1066)
                   1753: 
1.105     moko     1754: 2016-07-21  moko
                   1755: 
                   1756:        * src/: classes/file.C, classes/image.C, include/pa_common.h,
                   1757:          main/pa_common.C: pa_common.h: File_read_action: fname, as_text
                   1758:          arguments removed; image.C - absolute path shown in exception
                   1759:          (implements feature #1071)
                   1760: 
                   1761:        * tests/: 235.html, results/235.processed: test and test result
                   1762:          updated after static boundary in mail and Errors-To: mail header
                   1763:          removed (related to feature #1047)
                   1764: 
                   1765:        * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
                   1766:          main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
                   1767:          used, static boundary in mail removed, Errors-To: mail header
                   1768:          removed (implements feature #1047)
                   1769: 
                   1770: 2016-07-20  moko
                   1771: 
                   1772:        * src/: classes/reflection.C, types/pa_vstateless_class.h:
                   1773:          equest.classes(): Value -> VStateless_class, part 3 (related to
                   1774:          issue #1051)
                   1775: 
                   1776:        * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
                   1777:          request.classes(): Value -> VStateless_class, part 2 (related to
                   1778:          issue #1051)
                   1779: 
                   1780:        * tests/results/: 224.processed, 323.processed: classes without
                   1781:          methods should not be methoded (related to issue #1051)
                   1782: 
                   1783:        * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
                   1784:          main/compile_tools.h, main/pa_request.C: request.classes(): Value
                   1785:          -> VStateless_class, part 1 (related to issue #1051)
                   1786: 
                   1787:        * tests/: 337.html, results/337.processed: test for
                   1788:          ^reflection:fields_reference[] and VHashReference class added
                   1789:          (related to feature #1072)
                   1790: 
                   1791:        * src/: classes/hash.C, classes/json.C, classes/reflection.C,
                   1792:          types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
                   1793:          and VHashReference added, allowing ^reflection:fields_reference[]
                   1794:          implementation (closes feature #1072)
                   1795: 
                   1796: 2016-07-19  moko
                   1797: 
                   1798:        * tests/: 323.html, results/323.processed: we want to see
                   1799:          "methoded"
                   1800: 
                   1801:        * tests/: 336.html, results/336.processed: test for $BASE:property
                   1802:          and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
                   1803:          #1059)
                   1804: 
                   1805:        * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
                   1806:          types/pa_vstateless_class.h, types/pa_wcontext.h: no more
                   1807:          somebody_entered_some_class, $BASE:property works again,
                   1808:          ^BASE:method[] bugs fixed (fixes bug #1059)
                   1809: 
                   1810: 2016-07-14  moko
                   1811: 
                   1812:        * tests/: 335.html, results/335.processed: test for feature #1055
                   1813:          added
                   1814: 
                   1815:        * src/classes/hash.C: bugfix: $._default was not copied if empty
                   1816:          feature: ^hash.contains[_default] added (implements feature
                   1817:          #1055)
                   1818: 
                   1819: 2016-07-13  moko
                   1820: 
                   1821:        * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
                   1822:          should not call @autouse (http://www.parser.ru/forum/?id=83480)
                   1823: 
                   1824: 2016-07-05  moko
                   1825: 
                   1826:        * src/classes/hash.C: Optimization: HashStringValue::Iterator used
                   1827:          in ^hash.foreach (related to feature #1073)
                   1828: 
                   1829: 2016-07-04  moko
                   1830: 
                   1831:        * tests/: 134.html, 281.html, results/134.processed,
                   1832:          results/281.processed: tests updated after hash blocking removed
                   1833:          (related to feature #1073)
                   1834: 
                   1835:        * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
                   1836:          no longer blocks on change during foreach (implements feature
                   1837:          #1073)
                   1838: 
                   1839: 2016-06-17  moko
                   1840: 
                   1841:        * tests/: 330.html, results/330.processed: try exception source
                   1842:          test added (related to bug in #1062)
                   1843: 
                   1844:        * tests/: 334.html, results/334.processed: Exception stack trace
                   1845:          test added (related to bug in $1062)
                   1846: 
                   1847:        * src/classes/op.C: Exception trace now correctly restored and
                   1848:          errors reported (related to bug #1062)
                   1849: 
1.104     moko     1850: 2016-05-25  moko
                   1851: 
                   1852:        * src/main/compile.y: minor cleanup + beauty
                   1853: 
                   1854: 2016-05-24  moko
                   1855: 
                   1856:        * tests/: 333.html, results/333.processed: more exceptions testing
                   1857: 
                   1858:        * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
                   1859:          _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
                   1860:          features #1056, #1026)
                   1861: 
                   1862:        * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
                   1863:          types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
                   1864:          types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
                   1865:          (implements feature #1056)
                   1866: 
                   1867:        * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
                   1868:          main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
                   1869:          types/pa_vstateless_class.C, types/pa_vstateless_class.h:
                   1870:          CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
                   1871:          feature #1026)
                   1872: 
                   1873:        * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
                   1874:          main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
                   1875:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
                   1876:          have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
                   1877:          LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
                   1878:          feature #1026)
                   1879: 
                   1880:        * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
                   1881:          main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
                   1882:          types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
                   1883:          SYMBOLS_CACHING define implemented (related to feature #1026)
                   1884: 
                   1885:        * src/main/main.vcproj: + ps_symbols
                   1886: 
                   1887:        * src/: include/Makefile.am, include/pa_string.h,
                   1888:          include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
                   1889:          main/compile.y, main/compile_tools.C, main/pa_symbols.C,
                   1890:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   1891:          types/pa_vstateless_class.C: initial implementation for symbols
                   1892:          cache (related to feature #1026)
                   1893: 
                   1894:        * src/: include/pa_common.h, main/pa_http.C: minor cleanup
                   1895: 
                   1896:        * src/main/pa_globals.C: minor cleanup
                   1897: 
                   1898: 2016-05-19  moko
                   1899: 
                   1900:        * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
                   1901:          (related to feature #1046)
                   1902: 
                   1903:        * tests/: 331.html, results/331.processed: test for
                   1904:          BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
                   1905:          (related to feature #1051)
                   1906: 
                   1907:        * src/main/compile.y:
                   1908:          BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
                   1909:          (implements feature #1054)
                   1910: 
                   1911: 2016-05-18  moko
                   1912: 
                   1913:        * src/types/pa_vtable.C, tests/results/324.processed: no more
                   1914:          "column not found" exception for ^table.no-such-method[] (related
                   1915:          to feature #1046)
                   1916: 
                   1917:        * tests/: 261.html, results/261.processed: test added and updated
                   1918:          after feature #1046 implementation
                   1919: 
                   1920:        * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
                   1921:          types/pa_vvoid.h: $string.anything works for whitespace strings,
                   1922:          ^string.contains added for hash compatibility, $string.method no
                   1923:          longer returns stting method (implements feature #1046)
                   1924: 
                   1925: 2016-05-12  moko
                   1926: 
                   1927:        * src/classes/curl.C: content-type response header no longer
                   1928:          ignored (fixes issue #1045)
                   1929: 
                   1930:        * tests/: 330.html, results/330.processed: test for incomplete
                   1931:          finally execution when break occures added (related to issue
                   1932:          #1077)
                   1933: 
                   1934:        * src/classes/op.C: bugfix: Request::skip reset is called before
                   1935:          executing catch and finally code (fixes issue #1062)
                   1936: 
                   1937: 2016-05-11  moko
                   1938: 
                   1939:        * tests/: 329.html, results/329.processed: test for invalid
                   1940:          ^break[] behavour added (bug #1077)
                   1941: 
                   1942:        * src/classes/op.C: try_catch code cleanup (related to bug #1062)
                   1943: 
                   1944: 2016-04-24  moko
                   1945: 
                   1946:        * src/types/pa_vstateless_class.h: warning war
                   1947: 
                   1948: 2016-04-17  moko
                   1949: 
                   1950:        * tests/: 328.html, results/328.processed: test for
                   1951:          ^break(condition) and ^continue(condition) (related to feature
                   1952:          #1063)
                   1953: 
                   1954:        * src/classes/op.C: ^break(condition) and ^continue(condition)
                   1955:          implemented (feature #1063)
                   1956: 
                   1957: 2016-04-12  moko
                   1958: 
                   1959:        * tests/results/280.processed: ordered hash now used for class
                   1960:          methods and properties (test results updated for feature #1069)
                   1961: 
                   1962:        * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
                   1963:          to xdoc.C as under FreeBSD it was inited after and inheritance
                   1964:          failed (related to issue #1051)
                   1965: 
                   1966:        * tests/: 320.html, results/320.processed: xdoc and xnode methods
                   1967:          are printed to check inheritance (related to feature #1051)
                   1968: 
1.103     moko     1969: 2016-04-09  moko
                   1970: 
                   1971:        * tests/results/320.processed: ordered hash now used for class
                   1972:          methods and properties (test results updated for feature #1069)
                   1973: 
                   1974:        * src/types/pa_vstateless_class.h: ordered hash now used for class
                   1975:          methods and properties (implements feature #1069)
                   1976: 
                   1977:        * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
                   1978:          pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
                   1979:          OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
                   1980:          feature #1051)
                   1981: 
                   1982: 2016-04-07  moko
                   1983: 
                   1984:        * src/main/execute.C: returned Value in .CLASS case for VJunction
                   1985:          (related to feature #1051)
                   1986: 
                   1987:        * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
                   1988:          pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
                   1989:          string constants deduplication (related to feature #1051)
                   1990: 
                   1991:        * tests/results/224.processed: test result updated (related to
                   1992:          feature #1051)
                   1993: 
                   1994:        * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
                   1995:          types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
                   1996:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
                   1997:          types/pa_vstatus.h: classes hash now contains only
                   1998:          VStateless_class derived objects, .CLASS is also allways
                   1999:          VStateless_class derived object (related to feature #1051).
                   2000: 
                   2001: 2016-04-06  moko
                   2002: 
                   2003:        * tests/results/323.processed: test result updated after feature
                   2004:          #1051 implementation
                   2005: 
                   2006:        * src/: classes/classes.h, classes/op.C, classes/response.C,
                   2007:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   2008:          main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
                   2009:          types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
                   2010:          types/pa_vresponse.C, types/pa_vresponse.h,
                   2011:          types/pa_vstateless_class.h: base -> methoded_donor for static
                   2012:          classes, type() moved from VStateless_class to VClass and
                   2013:          Methoded (implements feature #1051)
                   2014: 
                   2015: 2016-04-04  moko
                   2016: 
                   2017:        * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
                   2018:          beauty: put_class added (related to feature #1051)
                   2019: 
                   2020: 2016-04-01  moko
                   2021: 
                   2022:        * tests/results/: 175.processed, 192.processed, 224.processed,
                   2023:          229.processed, 244.processed, 246.processed, 316.processed: test
                   2024:          results updated as class.type() removed from error messages, only
                   2025:          type() left (related to feature #1051)
                   2026: 
                   2027:        * src/: classes/classes.C, classes/classes.h, classes/mail.C,
                   2028:          classes/op.C, classes/reflection.C, main/compile.y,
                   2029:          main/compile_tools.h, main/execute.C, main/pa_request.C,
                   2030:          types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
                   2031:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   2032:          types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
                   2033:          from VStateless_class, type() is used instead (related to feature
                   2034:          #1051)
                   2035: 
                   2036:        * src/classes/mail.C: old logic restored.
                   2037: 
                   2038:        * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
                   2039:          classes/classes.h, classes/curl.C, classes/date.C,
                   2040:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   2041:          classes/hashfile.C, classes/image.C, classes/inet.C,
                   2042:          classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
                   2043:          classes/memcached.C, classes/memory.C, classes/reflection.C,
                   2044:          classes/regex.C, classes/response.C, classes/string.C,
                   2045:          classes/table.C, classes/xdoc.C, classes/xnode.C,
                   2046:          types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
                   2047:          types/pa_vmemory.h: optimizaion: *_base_class removed (related to
                   2048:          feature #1051)
                   2049: 
                   2050: 2016-03-30  moko
                   2051: 
                   2052:        * tests/: 327.html, results/224.processed, results/327.processed:
                   2053:          test for TZ specification in ^date::create[], TZ is kept during
                   2054:          ^date::create[$dt] (related to feature #1048)
                   2055: 
                   2056:        * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
                   2057:          ^date::create[], TZ is kept during ^date::create[$dt] (implements
                   2058:          feature #1048)
                   2059: 
                   2060: 2016-03-29  moko
                   2061: 
                   2062:        * tests/: 315.html, results/315.processed: test for timezone format
                   2063:          +HHmm added (related to feature #1065)
                   2064: 
                   2065:        * src/classes/date.C: timezone format +HHmm now supported
                   2066:          (implements feature #1065)
                   2067: 
                   2068: 2016-03-28  moko
                   2069: 
                   2070:        * tests/: 202.html, results/131.processed, results/202.processed,
                   2071:          results/224.processed, results/256.processed,
                   2072:          results/315.processed: test results updated after %.2d now
                   2073:          default for hours offset in iso-string (was %2d), test for
                   2074:          ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
                   2075:          added (related to feature #1065)
                   2076: 
                   2077: 2016-03-27  moko
                   2078: 
                   2079:        * src/types/pa_vdate.C: '+' sign for zero offset (related to
                   2080:          feature #1065)
                   2081: 
                   2082:        * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
                   2083:          ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
                   2084:          added (implements feature #1065)
                   2085: 
                   2086: 2016-03-24  moko
                   2087: 
                   2088:        * tests/: 202.html, results/202.processed: test $date.week added
                   2089:          (related to bug #1067)
                   2090: 
                   2091:        * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
                   2092:          date (fix for bug #1067)
                   2093: 
                   2094: 2016-03-10  moko
                   2095: 
                   2096:        * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
                   2097: 
1.102     moko     2098: 2015-12-07  moko
                   2099: 
                   2100:        * tests/: 326.html, results/326.processed: test for .CLASS &
                   2101:          .CLASS_NAME optimization added (related to feature #844)
                   2102: 
                   2103: 2015-11-17  moko
                   2104: 
                   2105:        * tests/: 323.html, results/323.processed: order added
                   2106: 
                   2107:        * tests/: 325.html, results/325.processed: double range test added
                   2108:          (related to bug #1049)
                   2109: 
                   2110: 2015-11-16  moko
                   2111: 
                   2112:        * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
                   2113:          added to disallow NaN and Infinity (fixes bug #1049)
                   2114: 
                   2115: 2015-11-11  moko
                   2116: 
                   2117:        * tests/324.html: parser 3.4.3 execution support added (related to
                   2118:          feature #1017)
                   2119: 
                   2120:        * tests/: 324.html, results/324.processed: test for
                   2121:          GET_ELEMENT4CALL feature added (feature #1017)
                   2122: 
1.101     moko     2123: 2015-10-29  moko
                   2124: 
                   2125:        * operators.txt: updated for 3.4.4
                   2126: 
                   2127:        * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
                   2128: 
                   2129:        * src/main/pa_exec.C: get_exit_status implemented for Windows
                   2130:          (related to bug #1043)
                   2131: 
                   2132: 2015-10-28  moko
                   2133: 
                   2134:        * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
                   2135:          hangup during ^file::exec (fixes bug #1043)
                   2136: 
1.100     moko     2137: 2015-10-27  moko
                   2138: 
                   2139:        * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
                   2140: 
1.99      moko     2141: 2015-10-26  moko
                   2142: 
1.100     moko     2143:        * tests/322.html, src/classes/reflection.C: arguments reorder
                   2144:          (related to issue #1041)
                   2145: 
                   2146:        * src/: classes/classes.awk, main/helpers/simple_folding.pl:
                   2147:          Copyright year updated
                   2148: 
1.99      moko     2149:        * src/: classes/bool.C, classes/classes.C, classes/classes.h,
                   2150:          classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
                   2151:          classes/form.C, classes/hash.C, classes/hashfile.C,
                   2152:          classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
                   2153:          classes/mail.C, classes/math.C, classes/memcached.C,
                   2154:          classes/memory.C, classes/op.C, classes/reflection.C,
                   2155:          classes/regex.C, classes/response.C, classes/string.C,
                   2156:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   2157:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   2158:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   2159:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   2160:          include/pa_dictionary.h, include/pa_dir.h,
                   2161:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   2162:          include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
                   2163:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                   2164:          include/pa_pool.h, include/pa_random.h, include/pa_request.h,
                   2165:          include/pa_request_charsets.h, include/pa_request_info.h,
                   2166:          include/pa_sapi.h, include/pa_socks.h,
                   2167:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   2168:          include/pa_stack.h, include/pa_string.h,
                   2169:          include/pa_stylesheet_connection.h,
                   2170:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   2171:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   2172:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   2173:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   2174:          lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
                   2175:          lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
                   2176:          lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
                   2177:          lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
                   2178:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   2179:          main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
                   2180:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
                   2181:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   2182:          main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
                   2183:          main/pa_os.C, main/pa_pool.C, main/pa_random.C,
                   2184:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   2185:          main/pa_string.C, main/pa_stylesheet_connection.C,
                   2186:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   2187:          main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
                   2188:          sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
                   2189:          targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
                   2190:          targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
                   2191:          targets/cgi/parser3.C, targets/isapi/pa_threads.C,
                   2192:          targets/isapi/parser3isapi.C, types/pa_junction.h,
                   2193:          types/pa_method.h, types/pa_property.h, types/pa_value.C,
                   2194:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                   2195:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   2196:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
                   2197:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
                   2198:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   2199:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
                   2200:          types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
                   2201:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   2202:          types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
                   2203:          types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
                   2204:          types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
                   2205:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   2206:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
                   2207:          types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   2208:          types/pa_vresponse.C, types/pa_vresponse.h,
                   2209:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   2210:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   2211:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   2212:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                   2213:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   2214:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   2215:          types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
                   2216: 
                   2217:        * src/targets/cgi/parser3.C: year updated
                   2218: 
                   2219:        * src/classes/reflection.C: VS2003 compatibility fixed (related to
                   2220:          issue #1041)
                   2221: 
                   2222:        * tests/: 323.html, results/323.processed: test for base classes
                   2223:          added
                   2224: 
                   2225:        * tests/: 261.html, results/261.processed: updated after better
                   2226:          error reporting done for $string.key exception
                   2227: 
                   2228:        * src/types/pa_vstring.h: better error report for $string.key
                   2229:          exception
                   2230: 
                   2231:        * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
                   2232:          copied as VObject::get_element4call to remove extra virtual call
                   2233: 
                   2234:        * tests/: 322.html, results/322.processed: test for
                   2235:          ^reflection:is[] added (related to feature #1041)
                   2236: 
                   2237:        * src/classes/reflection.C: ^reflection:is empty value is void
                   2238:          (related to feature #1041)
                   2239: 
                   2240:        * src/classes/reflection.C:
                   2241:          ^reflection:is[class_name|code|method;[context;]element_name]
                   2242:          added (implements feature #1041)
                   2243: 
                   2244: 2015-10-24  moko
                   2245: 
                   2246:        * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
                   2247: 
1.98      moko     2248: 2015-10-22  moko
                   2249: 
                   2250:        * tests/: 321.html, results/321.processed: test for
                   2251:          ^reflection:method_info[] file detection added
                   2252: 
                   2253:        * tests/: 320.html, results/320.processed: test for
                   2254:          ^reflection:class_by_name[class_name] added (related to feature
                   2255:          #993)
                   2256: 
                   2257:        * src/classes/reflection.C: ^reflection:class_by_name[class_name]
                   2258:          added (implements feature #993)
                   2259: 
                   2260:        * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
                   2261:          (related to feature #1017)
                   2262: 
                   2263:        * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
                   2264:          added (related to issue #1039)
                   2265: 
                   2266:        * src/main/pa_request.C: ^throw origin fixed (related to feature
                   2267:          #1039)
                   2268: 
                   2269:        * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
                   2270:          for VDate
                   2271: 
                   2272:        * tests/results/182.processed: updated after feature #1038
                   2273:          implemented
                   2274: 
                   2275:        * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
                   2276:          compile-time exception origin added (test for feature #1039)
                   2277: 
                   2278:        * src/: include/pa_request.h, main/compile.C, main/compile.y,
                   2279:          main/pa_request.C: exception unification: compile-time exceptions
                   2280:          now have origin, @USE origins also tracked (implements feature
                   2281:          #1039)
                   2282: 
                   2283: 2015-10-20  moko
                   2284: 
                   2285:        * src/main/pa_request.C: cleanup
                   2286: 
                   2287: 2015-10-15  moko
                   2288: 
                   2289:        * src/types/pa_vtable.C: defines fixed (related to feature #1017)
                   2290: 
                   2291:        * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
                   2292:          types/pa_vtable.C: new feature: no more $table.method and
                   2293:          $hash.method, aliases for _at, _count, _key (related to feature
                   2294:          #1017)
                   2295: 
1.97      moko     2296: 2015-10-14  moko
                   2297: 
1.98      moko     2298:        * tests/: 317.html, results/317.processed: test for
                   2299:          ^string.unescape[] added (related to feature #120)
                   2300: 
1.97      moko     2301:        * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
                   2302:          defined" bug (described in issue #1036)
                   2303: 
                   2304:        * tests/: 247.html, results/247.processed: test for checkBOM added
                   2305:          (test for bug #1037)
                   2306: 
                   2307:        * src/: include/pa_charsets.h, main/pa_charsets.C,
                   2308:          main/pa_common.C, main/pa_http.C: checkBOM detects charset if
                   2309:          it's not enforced, skips BOM signature if it complies charset
                   2310:          (fixes bug #1037)
                   2311: 
                   2312: 2015-10-13  moko
                   2313: 
                   2314:        * src/targets/cgi/parser3.vcproj: disabling buggy incremental
                   2315:          linking
                   2316: 
                   2317:        * src/classes/inet.C: vs2003 compilation fix
                   2318: 
                   2319:        * src/classes/math.C: warning war
                   2320: 
                   2321:        * src/lib/punycode/pa_punycode.c: warning war
                   2322: 
                   2323: 2015-10-12  moko
                   2324: 
                   2325:        * src/lib/punycode/pa_punycode.c: warning war
                   2326: 
                   2327:        * parser3.sln: moved parser3 first, to make it default startup
                   2328:          project
                   2329: 
                   2330:        * buildall: parser "mirror" now used for external libs sources
                   2331:          (implements feature #1036)
                   2332: 
                   2333:        * buildall: most external libs are updated to their current
                   2334:          versions (related to feature #1036)
                   2335: 
                   2336:        * src/classes/image.C: more tags added
                   2337: 
                   2338:        * src/: include/pa_memory.h, types/pa_vdate.C: warning war
                   2339: 
                   2340: 2015-10-11  moko
                   2341: 
                   2342:        * src/classes/curl.C: minor optimization (related to feature #1035)
                   2343: 
                   2344: 2015-10-09  moko
                   2345: 
                   2346:        * src/classes/curl.C: pa_strdup added for strings from curl
                   2347:          (related to feature #1035)
                   2348: 
                   2349:        * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
                   2350:          ULLONG_MAX definition
                   2351: 
                   2352:        * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
                   2353:          (implements feature #1035)
                   2354: 
                   2355:        * src/main/pa_charset.C: String::Body(String::C) used
                   2356: 
                   2357:        * src/main/pa_charset.C: exceptions unified
                   2358: 
                   2359:        * src/: include/pa_charset.h, main/pa_charset.C: declarations
                   2360:          unified
                   2361: 
                   2362:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   2363:          classes/op.C, classes/xdoc.C, classes/xnode.C,
                   2364:          include/pa_string.h, main/pa_request.C, main/pa_string.C,
                   2365:          types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
                   2366:          types/pa_vxdoc.C: explicit String::Body(char) calls removed;
                   2367:          String::Body(String::C) constructor added (related to bug #957)
                   2368: 
                   2369:        * src/classes/file.C: minor optimization
                   2370: 
                   2371:        * src/include/pa_hash.h: hash.get(char*) added, to minimize
                   2372:          Cord(char*) autocreation (related to bug #957)
                   2373: 
                   2374:        * src/: classes/string.C, main/untaint.C: minor optimizations
                   2375: 
                   2376:        * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
                   2377:          String(char*, Lang, length) removed, String(C(), Lang) used
                   2378:          instead (related to bug #957)
                   2379: 
                   2380: 2015-10-08  moko
                   2381: 
                   2382:        * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
                   2383:          lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
                   2384:          main/untaint.C: Now char * is converted to CORD only using
                   2385:          AS_CORD() to check for empty cord bug (fixes bug #957)
                   2386: 
                   2387:        * src/include/pa_hash.h: fixed compilation without
                   2388:          HASH_CODE_CACHING
                   2389: 
                   2390:        * src/classes/string.C:
                   2391:          ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
                   2392:          feature #120)
                   2393: 
                   2394:        * src/main/pa_common.C: reduce js flags checks count (related to
                   2395:          feature #120)
                   2396: 
1.96      moko     2397: 2015-10-07  moko
                   2398: 
                   2399:        * tests/: 275.html, results/275.processed: test modified after
                   2400:          unsigned long long int support implemented (feature #1034)
                   2401: 
                   2402:        * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
                   2403:          pa_atoul added for unsigned long long int support
                   2404: 
                   2405: 2015-10-06  moko
                   2406: 
                   2407:        * src/types/pa_vdate.C: INT_MAX used
                   2408: 
                   2409: 2015-10-03  moko
                   2410: 
                   2411:        * tests/: 302.html, results/302.processed: test for bug #1023
                   2412:          (\u2028, \u2029 escaping) added
                   2413: 
                   2414:        * src/main/untaint.C: \u2028, \u2029 are now escaped in
                   2415:          json:string[] (fixes bug #1023)
                   2416: 
                   2417: 2015-09-29  moko
                   2418: 
                   2419:        * tests/305.html: try-catch added for OS without ipv6 support
                   2420: 
                   2421:        * src/lib/json/pa_json.C: more unique prefixes for Solaris
                   2422:          compilation
                   2423: 
                   2424:        * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
                   2425:          main/execute.C, types/pa_value.h, types/pa_vhash.h,
                   2426:          types/pa_vtable.C, types/pa_vtable.h: get_element4call
                   2427:          implemented to distinguish ^hash.method from $hash.field
                   2428:          (implements feature #1017)
                   2429: 
                   2430:        * src/lib/punycode/pa_punycode.c: warning war
                   2431: 
                   2432:        * src/include/pa_config_includes.h: warning war
                   2433: 
                   2434:        * src/include/pa_config_includes.h: pragma warning actualized a bit
                   2435: 
                   2436:        * src/include/pa_config_includes.h: warning war
                   2437: 
                   2438:        * src/include/pa_hash.h: clang compilation fix
                   2439: 
                   2440: 2015-09-27  moko
                   2441: 
                   2442:        * src/main/compile.tab.C: Bison 3 is now default
                   2443: 
                   2444:        * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
                   2445: 
                   2446: 2015-09-25  moko
                   2447: 
                   2448:        * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
                   2449:          works with undefined HASH_ORDER (related to feature #196)
                   2450: 
                   2451: 2015-09-24  moko
                   2452: 
                   2453:        * tests/: 027.html, results/027.processed: test modified to test
                   2454:          ^hash.sort (feature #196)
                   2455: 
                   2456:        * src/: classes/hash.C, include/pa_hash.h:
                   2457:          ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
                   2458:          added (implements feature #196)
                   2459: 
                   2460:        * tests/: 316.html, results/316.processed: Added test for bug #1025
                   2461:          (exception handling in non-cached ^cache), plus for "it does not
                   2462:          have logical value" and "$exception.handled value must be either
                   2463:          boolean or string 'cache'" exceptions.
                   2464: 
                   2465:        * src/classes/op.C: ^cache: exceptions now handled in non-cached
                   2466:          code (fixes bug #1025)
                   2467: 
1.95      moko     2468: 2015-09-23  moko
                   2469: 
                   2470:        * src/classes/table.C: warning war
                   2471: 
                   2472:        * src/: classes/math.C, types/pa_vcookie.C: warning war
                   2473: 
                   2474:        * src/classes/file.C: warning war
                   2475: 
                   2476:        * src/: include/pa_table.h, main/pa_table.C: warning war
                   2477: 
                   2478:        * src/: main/pa_request.C, classes/date.C: warning war
                   2479: 
                   2480:        * src/: types/pa_vdate.C, classes/op.C: warning war
                   2481: 
                   2482:        * tests/: 122.html, results/122.processed: win sync: to remove
                   2483:          differences with OS that doesn't keep timezone change history
                   2484: 
                   2485:        * src/types/pa_vdate.C: tzset() should be called in Windows after
                   2486:          TZ change (related to feature #36)
                   2487: 
                   2488:        * tests/: 075.html, results/075.processed: win sync: to remove
                   2489:          differences with OS that doesn't keep timezone change history
                   2490: 
                   2491:        * tests/: 315.html, results/315.processed: win sync: to remove
                   2492:          differences with OS that doesn't keep timezone change history
                   2493: 
                   2494:        * tests/: 256.html, results/256.processed: win sync: to remove
                   2495:          differences with OS that doesn't keep timezone change history
                   2496: 
                   2497:        * tests/: 124.html, results/124.processed: win results sync: to
                   2498:          avoid hitting time change hole.
                   2499: 
                   2500:        * src/types/pa_vdate.C: static returned. :)
                   2501: 
                   2502: 2015-09-22  moko
                   2503: 
                   2504:        * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
                   2505: 
                   2506:        * tests/results/131.processed: more tests for feature #1032
                   2507: 
                   2508:        * src/classes/date.C: minor fix related to feature #1032
                   2509: 
                   2510:        * operators.txt: ISO date creation documented (related to feature
                   2511:          #1032)
                   2512: 
                   2513:        * operators.txt: iso-string documented (related to feature #1032)
                   2514: 
                   2515:        * tests/: 315.html, results/315.processed: more tests added
                   2516:          (related to feature #1032)
                   2517: 
                   2518:        * tests/: 131.html, results/131.processed: date range checks
                   2519:          updated (related to feature #36)
                   2520: 
                   2521:        * tests/: 315.html, results/057.processed, results/315.processed:
                   2522:          test added for ISO date support (related to issue #315)
                   2523: 
                   2524:        * src/classes/date.C: more readable exceptions in date creation
                   2525:          (related to ticket #1032)
                   2526: 
                   2527: 2015-09-18  moko
                   2528: 
                   2529:        * tests/: 202.html, results/202.processed: ^date.iso-string[] check
                   2530:          added (related to issue #1032)
                   2531: 
                   2532:        * tests/results/256.processed, src/classes/json.C: iso-string
                   2533:          documented (related to issue #1032)
                   2534: 
                   2535:        * tests/: 256.html, results/256.processed: ISO date check added
                   2536:          (related to issue #1032)
                   2537: 
                   2538:        * tests/: 057.html, results/057.processed, results/224.processed:
                   2539:          tests results updated after ISO date support implemented (related
                   2540:          to feature #1032)
                   2541: 
                   2542:        * src/: classes/date.C, classes/image.C, types/pa_value.h,
                   2543:          types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
                   2544:          ^date::create[string] constructor formalized, ^date.iso-string[]
                   2545:          added (implements feature #1032)
                   2546: 
                   2547: 2015-09-05  moko
                   2548: 
                   2549:        * operators.txt: actualized
                   2550: 
                   2551:        * operators.txt: date changes documented (related to ticket #36)
                   2552: 
                   2553: 2015-09-04  moko
                   2554: 
                   2555:        * src/types/pa_vdate.C: warning war
                   2556: 
                   2557:        * src/: classes/op.C, types/pa_vhashfile.C: warning war
                   2558: 
                   2559: 2015-09-03  moko
                   2560: 
                   2561:        * tests/results/096.processed: test result updated for 0..9999 year
                   2562:          date range support (related to feature #36)
                   2563: 
                   2564:        * tests/: 314.html, results/314.processed: test for
                   2565:          ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
                   2566:          bug #1031)
                   2567: 
                   2568:        * src/classes/string.C: Static calls fixed for ^string:base64[],
                   2569:          ^string:idna[], ^string:js-escape[] (closes bug #1031)
                   2570: 
1.116     moko     2571:        * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
                   2572:          configure.in -> configure.ac
1.95      moko     2573: 
1.116     moko     2574:        * configure, configure.in, src/include/pa_config_auto.h.in: more
                   2575:          correct timezone check for FreeBSD Warning war: configure.in ->
                   2576:          configure.ac
1.95      moko     2577: 
                   2578:        * configure, configure.in, src/classes/Makefile.am,
1.116     moko     2579:          src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
                   2580:          src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
                   2581:          src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
                   2582:          src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
                   2583:          src/main/Makefile.am, src/targets/apache/Makefile.am,
                   2584:          src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95      moko     2585:          AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
                   2586:          check added
                   2587: 
                   2588:        * src/types/pa_vdate.C: FreeBSD fixes + more robust code
                   2589: 
                   2590:        * tests/results/: 124.processed, 224.processed: test resuls updated
                   2591:          for new date implementation (related to feature #36)
                   2592: 
                   2593:        * src/: classes/date.C, classes/image.C, include/pa_common.h,
                   2594:          main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
                   2595:          types/pa_vdate.h: new double date implementation with internal
                   2596:          support for extended 0..9999 year range, default timezone support
                   2597:          (related to feature #36)
                   2598: 
                   2599: 2015-08-28  moko
                   2600: 
                   2601:        * src/types/pa_vmail.C: fixed $mail:received.date calculations
                   2602:          (fixes bug #1030)
                   2603: 
                   2604: 2015-08-21  moko
                   2605: 
                   2606:        * src/classes/inet.C: snprintf size "bug" commented
                   2607: 
                   2608:        * src/main/pa_common.C: snprintf comments updated
                   2609: 
                   2610: 2015-08-16  moko
                   2611: 
                   2612:        * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
                   2613: 
                   2614: 2015-08-11  moko
                   2615: 
                   2616:        * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
                   2617:          types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
                   2618:          can be null (fixes bug #1029)
                   2619: 
                   2620: 2015-08-06  moko
                   2621: 
1.116     moko     2622:        * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
                   2623:          pa_vdate.C added
1.95      moko     2624: 
                   2625: 2015-08-05  moko
                   2626: 
                   2627:        * tests/: 313.html, results/313.processed: test for
                   2628:          ^table.count[columns] and ^table.flip[] with nameless tables
                   2629:          (feature #1003)
                   2630: 
                   2631:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                   2632:          max_cell added, now ^table.count[columns] and ^table.flip[] works
                   2633:          correctly for nameless tables (implements feature #1003)
                   2634: 
                   2635: 2015-08-03  moko
                   2636: 
                   2637:        * tests/312.html: test for ^table.append[$hash] and
                   2638:          ^table.insert[$hash] added (related to feature #1028)
                   2639: 
                   2640:        * src/classes/table.C: ^table.append[$hash] and
                   2641:          ^table.insert[$hash] now supported (implements feature #1028)
                   2642: 
                   2643:        * tests/: 312.html, results/312.processed: test row copy in
                   2644:          ^table.hash[; $.type[table] ] added (related to feature #1016)
                   2645: 
                   2646:        * src/classes/table.C: row copy now created in ^table.hash[;
                   2647:          $.type[table] ] (related to feature #1016)
                   2648: 
                   2649: 2015-07-29  moko
                   2650: 
                   2651:        * tests/: 312.html, results/312.processed: test for ^table.delete[]
                   2652:          added (related to feature #1016)
                   2653: 
                   2654:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                   2655:          ^table.delete[] added to delete current row (related to feature
                   2656:          1016)
                   2657: 
                   2658: 2015-07-28  moko
                   2659: 
                   2660:        * tests/: 312.html, results/312.processed: test for
                   2661:          $table.column[value] and ^table.insert{row} (related to feature
                   2662:          #1016)
                   2663: 
                   2664:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
                   2665:          types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
                   2666:          ^table.insert{row} are now implemented (feature #1016)
                   2667: 
                   2668:        * src/include/pa_array.h: Optimization: bool reverse removed from
                   2669:          append(), insert() added, memmove arguments order in remove()
                   2670:          fixed (related to feature #1016)
                   2671: 
                   2672: 2015-07-23  moko
                   2673: 
                   2674:        * src/classes/json.C: tainted json and empty json exception added
                   2675:          (implements feature #1015)
                   2676: 
                   2677:        * tests/: 311.html, results/311.processed: empty json and tainted
                   2678:          json exception test added (related to issue #1015)
                   2679: 
                   2680: 2015-07-22  moko
                   2681: 
                   2682:        * tests/: 311.html, results/311.processed: test for UTF-8
                   2683:          processing added
                   2684: 
                   2685:        * tests/: 311.html, results/311.processed: test for
                   2686:          json_exception_with_source added (related to issue #394)
                   2687: 
                   2688:        * src/classes/json.C: json_exception_with_source added (implements
                   2689:          feature #394)
                   2690: 
                   2691: 2015-06-29  moko
                   2692: 
                   2693:        * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
                   2694:          directories are now correctly determined if _d_type == DT_UNKNOWN
                   2695:          (closes bug #1027)
                   2696: 
                   2697: 2015-06-10  moko
                   2698: 
                   2699:        * src/types/pa_vxnode.h: extern "C" not requred and causes build
                   2700:          error if libxml has LIBXML_ICU_ENABLED.
                   2701: 
                   2702: 2015-06-04  moko
                   2703: 
                   2704:        * tests/099.html: ups, reverting
                   2705: 
                   2706:        * tests/: 099.html, 309.html, 310.html, results/309.processed,
                   2707:          results/310.processed: tests for $response:body[ $.file[] ] and
                   2708:          $response:last-modified added
                   2709: 
                   2710:        * src/main/pa_request.C: last-modified check fixed
                   2711: 
                   2712: 2015-06-03  moko
                   2713: 
                   2714:        * tests/: 204.html, 205.html, 293.html, results/204.processed,
                   2715:          results/205.processed, results/293.processed: $response:headers
                   2716:          logging added (tests for feature #1007)
                   2717: 
                   2718:        * src/: include/pa_common.h, include/pa_request.h,
                   2719:          main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
                   2720:          $response:headers are now in uppercase (closes feature #1007)
                   2721: 
                   2722: 2015-06-02  moko
                   2723: 
                   2724:        * src/: include/pa_memory.h, classes/math.C: some of -pedantic
                   2725:          build errors reverted for clang compatibility
                   2726: 
                   2727: 2015-06-01  moko
                   2728: 
                   2729:        * src/include/pa_memory.h: -pedantic build errors fixed
                   2730: 
                   2731:        * src/classes/math.C: -pedantic build error fixed
                   2732: 
                   2733:        * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
                   2734: 
                   2735: 2015-05-31  moko
                   2736: 
                   2737:        * src/classes/table.C: USE_STRINGSTREAM optimized
                   2738: 
                   2739:        * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
                   2740:          include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
                   2741:          main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
                   2742:          types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
                   2743:          types/pa_vxnode.h: warning war (-pedantic flag)
                   2744: 
                   2745: 2015-05-28  moko
                   2746: 
                   2747:        * tests/: 308.html, results/308.processed: test for
                   2748:          ^table::create[$t;], etc work added (related to bug #975)
                   2749: 
                   2750:        * src/classes/table.C: check_option_param removed,
                   2751:          ^table::create[$t;], etc now works (fixes bug #975)
                   2752: 
                   2753: 2015-05-27  moko
                   2754: 
                   2755:        * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
                   2756:          (Debian jessie) fixed (closes issue #1024)
                   2757: 
                   2758:        * tests/Makefile: sort added as in Debian jessie list become
                   2759:          unsorted
                   2760: 
                   2761: 2015-05-18  moko
                   2762: 
                   2763:        * tests/: 201.html, results/201.processed: test for
                   2764:          ^string.trim[what] feature #1022
                   2765: 
                   2766:        * src/classes/string.C: ^string.trim[what] now supported,
                   2767:          implements feature #1022
                   2768: 
                   2769: 2015-05-17  moko
                   2770: 
                   2771:        * tests/results/185.processed: test result updated as feature #1021
                   2772:          implemented (left/right accept negative parameter)
                   2773: 
                   2774:        * src/classes/string.C: left/right now accept negative parameter
                   2775:          (implements feature #1021)
                   2776: 
                   2777: 2015-05-08  moko
                   2778: 
                   2779:        * src/classes/math.C: isalnum -> pa_isalnum
                   2780: 
                   2781:        * src/main/execute.C: optimization in getter-junction processing
                   2782:          (related to issue #997)
                   2783: 
                   2784: 2015-05-07  moko
                   2785: 
                   2786:        * tests/: 307.html, results/307.processed: test for issue #997
                   2787:          added
                   2788: 
                   2789:        * src/main/execute.C: process_getter result now checked if junction
                   2790:          returned (closes issue #997)
                   2791: 
                   2792:        * tests/: 305.html, results/305.processed: sort added to ignore
                   2793:          different order
                   2794: 
                   2795:        * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
                   2796:          assignment (closes issue #994)
                   2797: 
                   2798:        * tests/: 306.html, results/306.processed: test for issue #994
                   2799:          added
                   2800: 
                   2801:        * tests/: 303.html, results/303.processed: two more errors tested
                   2802: 
                   2803: 2015-05-06  moko
                   2804: 
                   2805:        * tests/: 305.html, results/305.processed: test for name2ip &
                   2806:          ip2name added (related to feature #992)
                   2807: 
                   2808:        * tests/: 303.html, 304.html, results/303.processed,
                   2809:          results/304.processed: tests for idna conversion added (related
                   2810:          to issue #849)
                   2811: 
                   2812: 2015-05-02  moko
                   2813: 
                   2814:        * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
                   2815:          implemented
                   2816: 
                   2817: 2015-04-30  moko
                   2818: 
                   2819:        * src/main/pa_http.C: idna_host added, related to issue #849
                   2820: 
                   2821:        * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
                   2822:          (related to issue #849)
                   2823: 
                   2824: 2015-04-24  moko
                   2825: 
                   2826:        * src/types/pa_vjunction.C: warning war
                   2827: 
                   2828:        * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
                   2829:          unification
                   2830: 
                   2831:        * src/lib/punycode/pa_idna.c: warning war
                   2832: 
                   2833: 2015-04-22  moko
                   2834: 
                   2835:        * src/main/main.vcproj: punycode include path added
                   2836: 
                   2837:        * src/lib/punycode/pa_idna.c: windows compile error fixed
                   2838: 
                   2839:        * src/lib/punycode/pa_idna.c: warning war
                   2840: 
                   2841:        * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
                   2842:          project file added
                   2843: 
                   2844:        * src/lib/punycode/pa_convert_utf.c: debug compilation fix
                   2845: 
                   2846:        * src/include/pa_memory.h: warning war
                   2847: 
                   2848:        * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
                   2849:          ^string:idna[xn--...], ^string.idna[] - idna conversion support
                   2850:          implemented (related to feature #849)
                   2851: 
                   2852:        * configure.in, src/main/Makefile.am,
                   2853:          src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
                   2854:          libpunycode added in Unix
                   2855: 
                   2856: 2015-04-21  moko
                   2857: 
                   2858:        * configure.in: large files support
                   2859: 
                   2860: 2015-04-15  moko
                   2861: 
                   2862:        * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
                   2863:          pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
                   2864:          pa_punycode.h: initial version for punycode/idna support library
                   2865:          (ticket #849)
                   2866: 
                   2867: 2015-04-08  moko
                   2868: 
                   2869:        * src/: classes/curl.C, classes/date.C, classes/file.C,
                   2870:          classes/image.C, classes/mail.C, classes/reflection.C,
                   2871:          classes/string.C, classes/xnode.C, include/pa_request.h,
                   2872:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   2873:          main/compile.y, main/compile_tools.h, main/execute.C,
                   2874:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                   2875:          main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
                   2876:          types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
                   2877:          types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
                   2878:          types/pa_wwrapper.h, main/compile.tab.C: removed most of the
                   2879:          clang compiler warnings (closes issue #1018)
                   2880: 
                   2881:        * src/include/pa_string.h: String::Body comparation operators with
                   2882:          char * added (related to issue #958)
                   2883: 
                   2884: 2015-04-07  moko
                   2885: 
                   2886:        * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
                   2887:          pa_malloc/pa_free to remove system malloc/free usage (related to
                   2888:          issue #1018)
                   2889: 
                   2890:        * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
                   2891:          include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
                   2892:          lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
                   2893:          main/pa_http.C, main/pa_request.C, main/pa_string.C,
                   2894:          main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
                   2895:          types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
                   2896:          types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
                   2897:          malloc/strdup/free replaced with pa_ version and checks for
                   2898:          accidental use of non-pa_ version added (related to issue #1018)
                   2899: 
                   2900: 2015-04-03  moko
                   2901: 
                   2902:        * buildall: pcre-8.33 -> pcre-8.36
                   2903: 
                   2904:        * src/: main/compile.y, classes/form.C, classes/mail.C,
                   2905:          classes/op.C, classes/string.C, main/compile.tab.C,
                   2906:          main/compile_tools.C, main/pa_http.C, main/pa_request.C,
                   2907:          main/pa_sql_driver_manager.C, types/pa_vfile.C,
                   2908:          types/pa_vhashfile.C: C++11 compilation errors fixed (related to
                   2909:          ticket #958)
                   2910: 
                   2911:        * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
                   2912:          main/pa_common.C, main/pa_http.C, main/pa_request.C,
                   2913:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                   2914:          targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
                   2915:          types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
                   2916:          $request:headers, $request:method added (implements feature
                   2917:          #1007)
                   2918: 
                   2919: 2015-03-17  misha
                   2920: 
                   2921:        * tests/302.html: - test for
                   2922:          ^json:string[...;$._default[method-name]]
                   2923: 
                   2924:        * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
                   2925:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
                   2926:          option $._default[method-name] is specified in ^json:string[], a
                   2927:          method with specified name will be called for classes/objects
                   2928:          serialization ( new feature: #982 )
                   2929: 
                   2930: 2015-03-16  misha
                   2931: 
                   2932:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
                   2933:          main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
                   2934:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
                   2935:          types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
                   2936:          types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
                   2937:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
                   2938:          types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   2939:          types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
                   2940:          types/pa_vrequest.h, types/pa_vstateless_class.C,
                   2941:          types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   2942:          types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
                   2943:          $var.CLASS_NAME now have special opcodes. This can be switched
                   2944:          off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
                   2945:          on pa_opcode.h ( new feature: #844 )
                   2946: 
                   2947: 2015-03-15  misha
                   2948: 
                   2949:        * tests/075.html: - test for $response:header[]
                   2950: 
                   2951:        * src/types/pa_vresponse.C: - $response:header[] deletes header
                   2952:          that was set earlie ( new feature: #1001 )
                   2953: 
                   2954: 2015-03-12  misha
                   2955: 
                   2956:        * tests/246.html: - more tests for ^hash._at[]
                   2957: 
                   2958:        * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
                   2959:          accepts second param [key|value|hash] ( new feature: #1012 )
                   2960: 
                   2961: 2015-03-09  moko
                   2962: 
                   2963:        * src/types/pa_vmail.C: exception for everything but
                   2964:          $mail:received, closes issue #1011
                   2965: 
                   2966: 2015-02-20  moko
                   2967: 
                   2968:        * tests/: 275.html, results/275.processed: hex detection in
                   2969:          pa_atoui fix test (closes issue #1010)
                   2970: 
                   2971:        * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
                   2972:          issue #1010)
                   2973: 
                   2974: 2015-02-17  moko
                   2975: 
                   2976:        * src/types/pa_vmail.C: closes issue #1009 - mail content should be
                   2977:          tainted.
                   2978: 
                   2979: 2015-02-03  misha
                   2980: 
                   2981:        * tests/301.html: - test for ^json:string($double) causes
                   2982:          exception. bugfix: #1008
                   2983: 
                   2984:        * src/classes/json.C: - ^json:string($double) causes exception.
                   2985:          bugfix: #1008
                   2986: 
                   2987:        * tests/014.html: - updated for work with ^hash.delete[]
                   2988: 
                   2989: 2015-01-12  misha
                   2990: 
                   2991:        * src/: classes/form.C, include/pa_common.h,
                   2992:          include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
                   2993:          types/pa_vform.h: - supports body with PUT method as well ( new
                   2994:          feature: #1006 )
                   2995: 
                   2996:        * src/classes/file.C: - warnings war
                   2997: 
                   2998: 2015-01-11  misha
                   2999: 
                   3000:        * tests/300.html: - test for ^hash.delete[] is added
                   3001: 
                   3002:        * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
                   3003:          feature: #989 ) - tiny optimization in intersects
                   3004: 
                   3005: 2015-01-06  moko
                   3006: 
                   3007:        * src/types/pa_vmail.C: file names transcode added, to and cc added
                   3008:          with transcode, attachments detection fixed
                   3009: 
                   3010:        * src/main/pa_request.C: filling mail received after cgi/auto.p
                   3011:          load to allow charset switch (related to issue #996)
                   3012: 
                   3013: 2014-12-31  moko
                   3014: 
                   3015:        * src/types/pa_vmail.C: from and subject now transcoded if not
                   3016:          UTF-8 source charset (fixes issue 996)
                   3017: 
                   3018:        * src/main/pa_exception.C: fixed string from stack bug (closes
                   3019:          issue #1000)
                   3020: 
                   3021: 2014-12-11  misha
                   3022: 
                   3023:        * src/types/pa_vhashfile.C: - check if key is not empty before
                   3024:          access ( bug fix: #1005 )
                   3025: 
                   3026: 2014-11-13  misha
                   3027: 
                   3028:        * src/main/compile.y: - PC.append does not reset to false while
                   3029:          creating a new class. bugfix: #990
                   3030: 
                   3031:        * tests/299.html: - test for creation class after working with
                   3032:          partial class (create+append)
                   3033: 
                   3034:        * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
                   3035:          #995
                   3036: 
                   3037:        * tests/232.html: - test for @get[def] added
                   3038: 
                   3039: 2014-10-12  moko
                   3040: 
                   3041:        * src/lib/pcre/pcre_internal.vcproj: correct path
                   3042: 
                   3043:        * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
                   3044:          lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
                   3045:          lib/pcre/pcre_internal.vcproj, main/main.vcproj,
                   3046:          targets/apache/ApacheModuleParser3.vcproj,
                   3047:          targets/apache/ApacheModuleParser3Core.vcproj,
                   3048:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                   3049:          types/types.vcproj: project GUID inserted in *.vcproj for correct
                   3050:          conversion in newer VS versions
                   3051: 
                   3052:        * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
                   3053:          pcre_internal.vcproj added
                   3054: 
                   3055: 2014-08-28  moko
                   3056: 
                   3057:        * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
                   3058:          pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
                   3059:          and pcre_valid_utf are copied to parser3 code (fixes issue #991)
                   3060: 
                   3061: 2014-06-30  misha
                   3062: 
                   3063:        * tests/298.html: - tests for ^reflection:def[class;className]
                   3064:          added
                   3065: 
                   3066:        * src/classes/reflection.C: - ^reflection:def[class;className]
                   3067:          added ( new feature: #918 )
                   3068: 
                   3069: 2014-06-29  misha
                   3070: 
                   3071:        * src/classes/table.C: - ^table::create[unsupported data] -
                   3072:          exception comment changed to "body must be table or code" ( bug
                   3073:          fix: #951 )
                   3074: 
                   3075:        * tests/: 261.html, results/261.processed: - tests for
                   3076:          ^json:string[...;$.void[null|string]] added
                   3077: 
                   3078:        * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
                   3079:          option $.void[string|null] added to ^json:string[...] ( new
                   3080:          feature: #952 )
                   3081: 
                   3082: 2014-06-28  moko
                   3083: 
                   3084:        * src/classes/curl.C: $.charset now processed before other curl
                   3085:          options (closes issue #980)
                   3086: 
                   3087: 2014-05-23  misha
                   3088: 
                   3089:        * src/classes/json.C: - bug fix: #987
                   3090: 
                   3091: 2014-05-04  misha
                   3092: 
                   3093:        * tests/: 253.html, 253_json.txt: - test for
                   3094:          ^json:parse[$.int(false)] is added
                   3095: 
                   3096:        * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
                   3097:          default true). The option is similar to $.double(bool) but for
                   3098:          integers.
                   3099: 
                   3100: 2014-05-01  moko
                   3101: 
                   3102:        * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
                   3103:          #12 )
                   3104: 
                   3105: 2014-04-16  moko
                   3106: 
                   3107:        * src/main/pa_http.C: response-charset option should finally work
                   3108:          now (fix for issue #867)
                   3109: 
                   3110:        * src/main/pa_http.C: response-charset option should work now (fix
                   3111:          for issue #867)
                   3112: 
                   3113: 2014-03-07  moko
                   3114: 
                   3115:        * buildall: libgc moved
                   3116: 
                   3117:        * buildall: libgc moved
                   3118: 
                   3119: 2013-12-29  moko
                   3120: 
                   3121:        * src/classes/string.C: ^string:js-unescape result now tainted,
                   3122:          closes issue #966
                   3123: 
                   3124:        * tests/: 186.html, results/186.processed: ^string:js-unescape
                   3125:          result now tainted, issue #966
                   3126: 
                   3127: 2013-12-03  moko
                   3128: 
                   3129:        * src/: classes/memcached.C, types/pa_vmemcached.C,
                   3130:          types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
                   3131:          option was added for http://www.parser.ru/forum/?id=79343
                   3132: 
                   3133:        * src/classes/file.C: bugfix for
                   3134:          http://www.parser.ru/forum/?id=79337
                   3135: 
                   3136: 2013-11-05  moko
                   3137: 
                   3138:        * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
                   3139: 
                   3140:        * src/main/pa_globals.C: spelling fixed
                   3141: 
                   3142: 2013-10-29  moko
                   3143: 
                   3144:        * src/lib/json/json.vcproj: json.c -> pa_json.C
                   3145: 
                   3146:        * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
                   3147:          #892
                   3148: 
                   3149:        * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
                   3150:          lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
                   3151:          exceptions to be thrown thougth json library), related to issue
                   3152:          #892
                   3153: 
                   3154:        * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
                   3155:          related to issue #896
                   3156: 
                   3157: 2013-10-24  moko
                   3158: 
                   3159:        * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
                   3160: 
                   3161: 2013-10-23  moko
                   3162: 
                   3163:        * README: actualization
                   3164: 
                   3165: 2013-10-22  moko
                   3166: 
                   3167:        * src/targets/apache/mod_parser3.c: Adopted apache 2.4
                   3168:          compatibility patch from Sergey Kirpichev
                   3169: 
                   3170:        * tests/: 297.html, results/297.processed: non-working getter fix
                   3171:          test for issue #948
                   3172: 
                   3173:        * src/: include/pa_request.h, main/pa_request.C: Now getter is not
                   3174:          called when saving value of $match variable in ^string.match[] to
                   3175:          increase compatibility (related to issue #948).
                   3176: 
                   3177:        * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
                   3178:          usage optimization
                   3179: 
                   3180: 2013-10-21  moko
                   3181: 
                   3182:        * tests/: 182.html, results/182.processed: local path removed for
                   3183:          compatibility
                   3184: 
                   3185:        * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
                   3186:          results/244.processed, results/253.processed,
                   3187:          results/254.processed, results/275.processed,
                   3188:          results/281.processed: try_catch -> try-catch
                   3189: 
                   3190:        * tests/: 288.html, 294.html, 296.html, results/288.processed,
                   3191:          results/294.processed, results/296.processed: try_catch ->
                   3192:          try-catch
                   3193: 
                   3194: 2013-10-20  moko
                   3195: 
                   3196:        * tests/: 296.html, results/296.processed: test for xsl exception
                   3197:          for issue #938 added.
                   3198: 
                   3199:        * src/: include/pa_xml_exception.h,
                   3200:          main/pa_stylesheet_connection.C: forgotten to be replaced
                   3201:          XmlException is now replaced (once again closes issue #938)
                   3202: 
                   3203: 2013-10-19  misha
                   3204: 
                   3205:        * bin/auto.p.dist.in: - more mime-types are added
                   3206: 
                   3207: 2013-10-18  moko
                   3208: 
                   3209:        * buildall: disable clock_gettime detection to avoid librt linking
                   3210:          (which in turn depends on libpthread), related to issue #943
                   3211: 
                   3212: 2013-10-18  misha
                   3213: 
                   3214:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                   3215:          lib/smtp/smtp.vcproj, main/main.vcproj,
                   3216:          targets/apache/ApacheModuleParser3Core.vcproj,
                   3217:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                   3218:          types/types.vcproj: - new locations for libxml2 includes where
                   3219:          added to vcproj files
                   3220: 
                   3221: 2013-10-18  moko
                   3222: 
                   3223:        * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
                   3224:          fix
                   3225: 
                   3226:        * tests/: 295.html, results/295.processed: test for issue #948
                   3227:          updated
                   3228: 
                   3229:        * src/classes/table.C: hopefully last lost part for issue #948 fix.
                   3230:          :)
                   3231: 
                   3232:        * tests/: 295.html, results/295.processed: test for issue #948
                   3233:          added
                   3234: 
                   3235:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   3236:          include/pa_request.h, types/pa_method.h: for getters and setters
                   3237:          to be executed request.put_element should be called, not
                   3238:          context.put_element (fixes issue #948)
                   3239: 
                   3240: 2013-10-17  moko
                   3241: 
                   3242:        * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
                   3243:          LIBXML2_NEW_BUFFER check (closes issue #943)
                   3244: 
                   3245:        * buildall: libxml 2.9.1 build is broken --without-reader.
                   3246: 
                   3247: 2013-10-16  moko
                   3248: 
                   3249:        * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
                   3250: 
                   3251:        * tests/: 294.html, results/294.processed: test for issue #938
                   3252: 
                   3253:        * src/: classes/xdoc.C, classes/xnode.C,
                   3254:          include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
                   3255:          now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
                   3256: 
                   3257:        * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
                   3258:          libxslt-1.1.26 -> libxslt-1.1.28
                   3259: 
                   3260:        * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
                   3261:          main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
                   3262:          to '?', related to issue #938
                   3263: 
                   3264: 2013-10-15  moko
                   3265: 
                   3266:        * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
                   3267:          main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
                   3268:          minor optimizations (closes issue #896)
                   3269: 
                   3270:        * tests/results/: 292.processed, 293.processed: results updated to
                   3271:          comply with issue #896
                   3272: 
                   3273:        * tests/: 292.html, 293.html, results/292.processed,
                   3274:          results/293.processed: tests for json escaping
                   3275: 
                   3276: 2013-10-14  moko
                   3277: 
                   3278:        * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
                   3279:          and cleanup, code moved from .h to .C, no changes in code
                   3280: 
                   3281: 2013-10-12  moko
                   3282: 
                   3283:        * tests/results/119.processed: updated test result commited
                   3284: 
                   3285:        * tests/: 291.html, results/291.processed: test for issue #894
                   3286:          added
                   3287: 
                   3288:        * src/types/pa_wcontext.h: base methods call support function
                   3289:          get_somebody_entered_some_class should not be true forever, as
                   3290:          wcontext can have many get_elements calls (fixes issue #894)
                   3291: 
                   3292: 2013-10-11  moko
                   3293: 
                   3294:        * tests/: 290.html, results/290.processed: test for junction GPF
                   3295:          issue #942 added
                   3296: 
                   3297:        * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
                   3298:          to native method fixed (closes issue #942)
                   3299: 
                   3300:        * tests/: 158.html, results/158.processed: test for csv-string[]
                   3301:          added
                   3302: 
                   3303:        * src/classes/table.C: minor fixes for table.csv-string[] (closes
                   3304:          feature #907)
                   3305: 
                   3306:        * src/classes/table.C: ^table.csv-string[] from misha@ (implements
                   3307:          feature #907)
                   3308: 
                   3309: 2013-10-09  moko
                   3310: 
                   3311:        * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
                   3312:          types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
                   3313:          types/pa_vstateless_class.C: GET_default, SET_default now works
                   3314:          properly not only in objects, but in classes as well (closes
                   3315:          issue #903)
                   3316: 
                   3317:        * tests/: 289.html, results/289.processed: GET/SET_default now
                   3318:          works in classes, not only objects, test case added, related to
                   3319:          issue #903
                   3320: 
                   3321:        * tests/: 288.html, results/288.processed: test for endless
                   3322:          recursion bug added (related to issue #903)
                   3323: 
                   3324: 2013-10-05  moko
                   3325: 
                   3326:        * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
                   3327:          classes/table.C, main/execute.C, types/pa_method.h,
                   3328:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   3329:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   3330:          types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
                   3331:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
                   3332:          types/pa_vmemcached.h, types/pa_vmethod_frame.h,
                   3333:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   3334:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   3335:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   3336:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
                   3337:          optimization: put_element no longer has "bool areplace" argument,
                   3338:          related to issue #903
                   3339: 
                   3340: 2013-10-03  moko
                   3341: 
                   3342:        * tests/results/182.processed: result for $.replace(false) test
                   3343:          commited
                   3344: 
                   3345:        * src/classes/date.C: ^date::create(number) processed correctly
                   3346:          (fixes issue #901)
                   3347: 
                   3348:        * src/classes/image.C: as_no_junction removed, as param can be
                   3349:          expression (closes issue #931)
                   3350: 
                   3351:        * tests/233.html: test for issue #931 added
                   3352: 
                   3353: 2013-10-02  moko
                   3354: 
                   3355:        * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
                   3356:          modified, test for $.replace(false) added
                   3357: 
                   3358:        * src/main/compile_tools.h: forgotten class replace returned. :)
                   3359: 
                   3360: 2013-09-30  moko
                   3361: 
                   3362:        * tests/: 141.html, results/141.processed: md5 tainting test added
                   3363: 
                   3364:        * src/: classes/op.C, include/pa_request.h, main/compile.y,
                   3365:          main/compile_tools.h, main/pa_request.C: allow_class_replace
                   3366:          implemented; $.replace option added to ^process and ^use
                   3367: 
                   3368: 2013-08-27  moko
                   3369: 
                   3370:        * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
                   3371:          cstr_to_string_body_untaint should be called with charsets for
                   3372:          possible uri language and connection for possible sql language.
                   3373:          related to issue #857
                   3374: 
                   3375:        * buildall: and -> or fixed
                   3376: 
                   3377: 2013-08-26  moko
                   3378: 
                   3379:        * buildall: prepare_ functions logic changed to support
                   3380:          gc-7.2d.tar.gz extracting to gc-7.2 directory
                   3381: 
                   3382: 2013-08-23  moko
                   3383: 
                   3384:        * src/include/pa_config_fixed.h: gc and xml libs are now linked
                   3385:          statically
                   3386: 
                   3387: 2013-08-22  moko
                   3388: 
                   3389:        * src/classes/string.C: String::Empty used (related to issue #912)
                   3390:          append_know_length removed (related to old GPF bug)
                   3391: 
                   3392: 2013-08-21  moko
                   3393: 
                   3394:        * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
                   3395: 
                   3396:        * src/classes/math.C: ^math:digest[...;$file] support added
                   3397:          (related to ticket #857
                   3398: 
                   3399:        * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
                   3400:          implemented
                   3401: 
                   3402:        * src/types/pa_vhashfile.h: warning war
                   3403: 
                   3404:        * src/: classes/json.C, classes/op.C, include/pa_hash.h,
                   3405:          include/pa_request.h, main/pa_request.C, types/pa_value.h:
                   3406:          anti_endless_json_string_recoursion removed from request;
                   3407:          json_string_recoursion added to json_options; $.indent[indent
                   3408:          value] now supported and passed within recoursion closes feature
                   3409:          #937
                   3410: 
                   3411:        * tests/: 287.html, results/287.processed: test for feature #937
                   3412: 
                   3413: 2013-07-31  moko
                   3414: 
                   3415:        * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
                   3416:          compilation having #define _S
                   3417: 
                   3418:        * src/main/pa_globals.C: cleanup
                   3419: 
                   3420: 2013-07-30  moko
                   3421: 
                   3422:        * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
                   3423:          main/pa_common.C: vs2003 warning war
                   3424: 
                   3425:        * src/lib/json/: json.c, pa_json.C: vs2003 warning war
                   3426: 
                   3427:        * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
                   3428: 
                   3429:        * src/lib/md5/pa_sha2.c: warning war
                   3430: 
                   3431: 2013-07-29  moko
                   3432: 
                   3433:        * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
                   3434:          patches from github
                   3435: 
                   3436:        * src/: classes/bool.C, classes/double.C, classes/int.C,
                   3437:          classes/memcached.C, include/pa_config_includes.h,
                   3438:          types/pa_vfile.C, types/pa_vfile.h: warning war
                   3439: 
                   3440:        * src/lib/json/json.vcproj: C++ -> C
                   3441: 
                   3442:        * src/lib/json/: json.c, pa_json.C: C++ warning revert
                   3443: 
                   3444:        * src/lib/json/: json.c, pa_json.C: windows compatibility
                   3445: 
                   3446:        * src/lib/json/: json.c, pa_json.C: windows compatibility
                   3447: 
                   3448:        * src/lib/json/: json.c, pa_json.C: warning war
                   3449: 
                   3450:        * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
                   3451: 
                   3452:        * src/include/pa_config_fixed.h: uint16_t added
                   3453: 
                   3454:        * configure.in: uint16_t check added
                   3455: 
                   3456:        * src/: classes/json.C, lib/json/JSON_parser.C,
1.116     moko     3457:          lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
                   3458:          lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
                   3459:          lib/json/pa_json.h: JSON_parser with non-free licence is replaced
                   3460:          with similar GPL licenced libjson (fixes issue #892)
1.95      moko     3461: 
                   3462: 2013-07-25  moko
                   3463: 
                   3464:        * parser3.sln: dependencies added
                   3465: 
                   3466:        * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
                   3467:          src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
                   3468:          module support
                   3469: 
                   3470:        * src/targets/apache/mod_parser3_core.C: win32 cleanup
                   3471: 
                   3472:        * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
                   3473: 
                   3474: 2013-07-23  moko
                   3475: 
                   3476:        * src/: include/pa_memory.h, main/pa_memory.C: non-working
                   3477:          PA_DEBUG_GC_MEMORY removed
                   3478: 
                   3479:        * src/: main/pa_globals.C, targets/cgi/parser3.C:
                   3480:          PA_DEBUG_DISABLE_GC compilation fix
                   3481: 
                   3482:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   3483:          main/pa_request.C: outdated RESOURCES_DEBUG removed
                   3484: 
                   3485:        * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
                   3486:          garbage cleanup
                   3487: 
                   3488:        * src/main/pa_common.C: warning war
                   3489: 
                   3490:        * src/: include/pa_http.h, main/pa_http.C: headers cleanup
                   3491: 
                   3492:        * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
                   3493:          minor cleanup
                   3494: 
                   3495:        * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
                   3496:          uses cygwin, not WIN32 implementation
                   3497: 
                   3498:        * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
                   3499:          able to exec shell scripts
                   3500: 
                   3501:        * src/classes/math.C: ifdef WIN32 cleanup
                   3502: 
                   3503:        * src/types/pa_vmemcached.C: LT_MODULE_EXT used
                   3504: 
                   3505:        * bin/auto.p.dist.in: libpq.so -> libpq.
                   3506: 
                   3507:        * src/classes/curl.C: LT_MODULE_EXT used
                   3508: 
                   3509:        * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
                   3510: 
                   3511: 2013-07-22  moko
                   3512: 
                   3513:        * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
                   3514:          includes fix
                   3515: 
                   3516:        * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
                   3517: 
                   3518:        * configure.in, src/include/pa_config_includes.h,
                   3519:          src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
                   3520:          src/main/pa_exec.C: includes cleanup
                   3521: 
                   3522:        * src/targets/cgi/parser3.C: 2012->2013
                   3523: 
                   3524:        * src/include/pa_version.h: 3.4.2 -> 3.4.3b
                   3525: 
                   3526:        * configure.in, src/include/pa_config_includes.h,
                   3527:          src/include/pa_http.h, src/lib/json/JSON_parser.h,
                   3528:          src/main/pa_random.C, src/main/pa_socks.C,
                   3529:          src/types/pa_vstatus.C: cygwin support cleanup
                   3530: 
                   3531:        * configure.in: dirent.h check added
                   3532: 
                   3533:        * src/: include/pa_config_includes.h, include/pa_dir.h,
                   3534:          main/pa_dir.C: includes cleanup, dirent.h check added filePath
                   3535:          not copied
                   3536: 
                   3537: 2013-07-21  moko
                   3538: 
                   3539:        * src/lib/cord/cord.vcproj: unused cordprnt.c removed
                   3540: 
                   3541:        * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
                   3542:          parser3.vcproj: unused getopt.h / getopt.c removed
                   3543: 
                   3544:        * operators.txt, src/classes/file.C, tests/022.html,
                   3545:          tests/results/022.processed: ^file:list[path][$.filter[regexp]
                   3546:          $.stat(true)] usage commented
                   3547: 
                   3548:        * configure.in, src/classes/file.C, src/include/pa_dir.h,
                   3549:          src/main/pa_dir.C: ^file:list[] now has dir column and when
                   3550:          $.stat(true) it has size/*date columns modified patch from misha@
                   3551:          that closes issue #914.
                   3552: 
                   3553:        * src/: include/pa_config_includes.h, main/pa_globals.C:
                   3554:          PA_RELEASE_ASSERTS removed
                   3555: 
                   3556:        * src/lib/md5/pa_md5c.c: minor cleanup
                   3557: 
                   3558:        * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
                   3559:          localeconv()->decimal_point usage remoed (related to issue #934)
                   3560: 
                   3561:        * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
                   3562:          cordprnt.c removed
                   3563: 
                   3564:        * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
                   3565:          pa-include/pa_errno.h, pa-include/pa_file_io.h,
                   3566:          pa-include/pa_strings.h: includes cleanup
                   3567: 
                   3568:        * src/lib/md5/pa_md5c.c: headers cleanup
                   3569: 
                   3570: 2013-07-20  moko
                   3571: 
                   3572:        * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
                   3573:          cleanup
                   3574: 
                   3575: 2013-07-19  moko
                   3576: 
                   3577:        * src/classes/math.C: extern "C" added for crypt
                   3578: 
                   3579: 2013-07-18  moko
                   3580: 
                   3581:        * src/classes/math.C: fix redhat7.2 build
                   3582: 
                   3583: 2013-07-17  moko
                   3584: 
                   3585:        * configure.in, src/include/pa_config_includes.h,
                   3586:          src/include/pa_config_fixed.h: headers actualized (inttypes.h
                   3587:          added for uint8/32/64_t)
                   3588: 
                   3589:        * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
                   3590:          pa_config_includes.h used for uint32/64_t
                   3591: 
                   3592: 2013-07-16  moko
                   3593: 
                   3594:        * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
                   3595:          types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
                   3596:          war
                   3597: 
                   3598:        * src/main/compile.tab.C: compile.y was updated
                   3599: 
                   3600:        * src/main/compile.y: warning war
                   3601: 
                   3602:        * src/: include/pa_exception.h, main/pa_exception.C,
                   3603:          main/pa_xml_exception.C: warning war
                   3604: 
                   3605:        * src/: include/pa_common.h, main/pa_common.C: warning war
                   3606: 
                   3607:        * configure.in: beauty :)
                   3608: 
                   3609:        * tests/: 141.html, results/141.processed: sha256/512 added
                   3610: 
                   3611: 2013-07-13  moko
                   3612: 
                   3613:        * src/lib/md5/md5.vcproj: sha2 added
                   3614: 
                   3615:        * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
                   3616:          classes/math.C: sha2 support (sha256/sha512 digest)
                   3617: 
                   3618: 2013-07-08  moko
                   3619: 
                   3620:        * src/classes/image.C: directory read or other read problem message
                   3621:          fixed (related to issue #933)
                   3622: 
                   3623: 2013-07-07  moko
                   3624: 
                   3625:        * bin/auto.p.dist.in: windows-1251 commented to remove auto.p
                   3626:          dependense from $charsetsdir directory existance and content (and
                   3627:          UTF-8 is default allready)
                   3628: 
                   3629:        * AUTHORS: + misha + moko. :)
                   3630: 
                   3631: 2013-07-06  moko
                   3632: 
                   3633:        * src/: classes/curl.C, include/pa_globals.h,
                   3634:          include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
                   3635:          main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
                   3636:          for lt_dlinit to be called once and lt_dlexit called at right
                   3637:          place (related to issue #925)
                   3638: 
                   3639: 2013-07-04  moko
                   3640: 
                   3641:        * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
                   3642:          VString::as_vfile now uses vfile.set_binary_string to avoid
                   3643:          content-type to be set, as it brokes badly designed logic in
                   3644:          response output. This hopefully finishes issue #928.
                   3645: 
                   3646:        * tests/results/: 256.processed, 286.processed: file now displayed
                   3647:          as name, size, mode, content-type
                   3648: 
                   3649:        * src/main/pa_common.C: read error now reported cottectly (fixes
                   3650:          issue #933
                   3651: 
                   3652: 2013-06-28  moko
                   3653: 
                   3654:        * tests/: 286.html, results/286.processed: test extended
                   3655: 
                   3656:        * tests/: 286.html, results/286.processed: Test for issue #928
                   3657:          added.  it tests default content-type change.
                   3658: 
                   3659:        * src/types/pa_vfile.C: closes issue #928 - default content-type
                   3660:          now updated
                   3661: 
                   3662: 2013-06-25  moko
                   3663: 
                   3664:        * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
                   3665:          content-type for text/binary files without name added;
                   3666:          ^file::create[$f;...] options now works properly and $f
                   3667:          properties are default (fixes issue #928)
                   3668: 
                   3669: 2013-05-16  misha
                   3670: 
                   3671:        * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
                   3672:          added
                   3673: 
                   3674:        * src/main/pa_table.C: - a tiny memory optimisation while creating
                   3675:          table if specified limit is bigger than source rows count
                   3676: 
                   3677:        * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
                   3678:          added ( new feature: #858 )
                   3679: 
                   3680: 2013-04-29  moko
                   3681: 
                   3682:        * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
                   3683:          $.ipresolve(0|1|2) added (closes issue #891)
                   3684: 
                   3685:        * src/lib/curl/curl.h: CURL_IPRESOLVE added
                   3686: 
                   3687: 2013-04-24  moko
                   3688: 
                   3689:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                   3690:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
                   3691:          types/pa_vmemcached.h: ^memcache.release[] added, calls
                   3692:          memcached_quit (refs #893)
                   3693: 
                   3694: 2013-04-22  moko
                   3695: 
                   3696:        * src/: include/pa_string.h, main/pa_common.C: no more double
                   3697:          slashes in file path (fixes bug #872)
                   3698: 
                   3699:        * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
                   3700:          CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
                   3701:          #739)
                   3702: 
                   3703:        * tests/results/266.processed: $.max_params added (feature #915)
                   3704: 
                   3705:        * src/: include/pa_common.h, main/pa_http.C: response-charset
                   3706:          option added to file::load (closes issue #867)
                   3707: 
                   3708: 2013-04-20  misha
                   3709: 
                   3710:        * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
                   3711:          commited
                   3712: 
                   3713: 2013-03-15  misha
                   3714: 
                   3715:        * src/classes/: hash.C, table.C: - Optimisation: do not create
                   3716:          multiple empty strings while ::sql. uae String::Empty instead
                   3717: 
                   3718: 2013-03-14  misha
                   3719: 
                   3720:        * src/classes/reflection.C: - for user classes
                   3721:          ^reflection:method_info[] returns $.max_params and $.extra_param
                   3722:          with $.call_type if they available ( new feature: #915 )
                   3723: 
                   3724:        * src/classes/file.C: - ^file:delete[] now supports an option
                   3725:          $.exception(false) that suppress any exception while deleting
                   3726:          file ( new feature: #916 )
                   3727: 
                   3728:        * src/classes/curl.C: - parsing cookies after curl:load now should
                   3729:          work :)
                   3730: 
                   3731: 2013-03-12  misha
                   3732: 
                   3733:        * src/types/pa_vfile.C: - if specified file_name is empty string
                   3734:          set default name for the file
                   3735: 
                   3736: 2013-03-11  misha
                   3737: 
                   3738:        * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
                   3739:          also available in $f.cookies
                   3740: 
                   3741:        * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
                   3742:          moved to a separate method
                   3743: 
                   3744: 2013-03-10  moko
                   3745: 
                   3746:        * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
                   3747:          added
                   3748: 
                   3749:        * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
                   3750:          removed (declared by autoconf)
                   3751: 
                   3752:        * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
                   3753:          uint32_t define
                   3754: 
                   3755: 2013-03-10  misha
                   3756: 
                   3757:        * src/classes/file.C: ^file:delete and ^file:move now support
                   3758:          option $.keep-empty-dirs(true) ( new feature: #884 )
                   3759: 
                   3760:        * src/: include/pa_common.h, main/pa_common.C: - option for keeping
                   3761:          empty dirs is added
                   3762: 
                   3763: 2013-03-10  moko
                   3764: 
                   3765:        * src/classes/: bool.C, double.C, int.C: default can be present,
                   3766:          but default check removed from ^int/double/bool.int/double/bool
                   3767:          for string.int/double/bool compatibility (related to issue #913)
                   3768: 
                   3769:        * src/classes/string.C: ^string.int/dobule/bool no longer
                   3770:          internally throws exception if default is present (closes issue
                   3771:          #913)
                   3772: 
                   3773: 2013-03-09  misha
                   3774: 
                   3775:        * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
                   3776:          optimisations ( #845 )
                   3777: 
                   3778:        * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
                   3779: 
                   3780: 2013-03-08  moko
                   3781: 
                   3782:        * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
                   3783:          creates correct table (fixes issue #910)
                   3784: 
                   3785:        * src/classes/op.C: r.connection() -> r.connection(false) to allow
                   3786:          use outside of 'connect' operator (fixes issue #911)
                   3787: 
                   3788:        * tests/results/: 096.processed, 122.processed: test results
                   3789:          updated as doubles now printed with 15 significant digits, not 5
                   3790:          (fixes issue #882)
                   3791: 
                   3792:        * src/types/pa_vdouble.h: %.15g now used to format doubles instead
                   3793:          of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
                   3794: 
                   3795: 2013-02-21  moko
                   3796: 
                   3797:        * src/classes/table.C: _locate_name_value does not check arguments
                   3798:          count, so we check it in advance (fixes issue #905)
                   3799: 
                   3800: 2012-10-23  moko
                   3801: 
                   3802:        * buildall: old shell for and echo compatibility (for six)
                   3803: 
                   3804: 2012-10-19  moko
                   3805: 
                   3806:        * buildall: --strip added --disable-safe-mode listed in usage
                   3807: 
                   3808: 2012-10-17  misha
                   3809: 
                   3810:        * src/classes/op.C: - apply-taint should not throw "outside
                   3811:          connect" exception with sql lang now
                   3812: 
                   3813: 2012-10-17  moko
                   3814: 
                   3815:        * src/main/pa_request.C: bugfix: safe mode should be inited for
                   3816:          each request (for apache module)
                   3817: 
                   3818: 2012-09-26  moko
                   3819: 
                   3820:        * src/doc/doxygen.cfg: png -> svg
                   3821: 
                   3822: 2012-09-25  moko
                   3823: 
                   3824:        * tests/: 141.html, results/141.processed: md5 hmac added, long key
                   3825:          test added
                   3826: 
                   3827:        * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
                   3828:          double use when key is long
                   3829: 
                   3830: 2012-09-16  moko
                   3831: 
                   3832:        * src/classes/math.C: Format -> Method Encode -> Format
                   3833: 
                   3834:        * tests/: 141.html, results/141.processed: math:digest hmac test
                   3835:          added
                   3836: 
                   3837: 2012-09-14  moko
                   3838: 
                   3839:        * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
                   3840:          ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
                   3841:          implementation added
                   3842: 
                   3843: 2012-09-12  moko
                   3844: 
                   3845:        * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
                   3846:          targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
                   3847:          targets.dox and string.dox slightly actualized
                   3848: 
                   3849: 2012-08-31  moko
                   3850: 
                   3851:        * ChangeLog: now generated with patched cvs2cl.pl
                   3852: 
                   3853: 2012-07-29  moko
                   3854: 
                   3855:        * tests/285.html, src/main/execute.C, tests/results/285.processed:
                   3856:          result should be pushed after VMethodFrame destructor is called,
                   3857:          as it deletes junctions from stack params (fixes issue #868)
                   3858: 
                   3859: 2012-07-23  moko
                   3860: 
                   3861:        * INSTALL, README: buildall script usage documented, other outdated
                   3862:          info updated.
                   3863: 
                   3864:        * buildall-with-xml, buildall-without-xml: replaced by buildall
                   3865: 
                   3866: 2012-07-21  moko
                   3867: 
                   3868:        * buildall: glib does not compile when threads are disabled...
                   3869: 
                   3870:        * src/types/pa_vmail.C: g_assertion fixes for empty input
                   3871: 
                   3872:        * src/types/pa_vmail.C: yet another fix (strange GPF on object
                   3873:          unref, can't unref nested objects)
                   3874: 
                   3875:        * src/types/pa_vmail.C: another check added
                   3876: 
                   3877: 2012-07-19  moko
                   3878: 
                   3879:        * buildall: usage added
                   3880: 
                   3881:        * buildall: new buildall script that unites buildall-with-xml,
                   3882:          buildall-without-xml, --with-apache and --with-mailreceive
                   3883: 
                   3884:        * configure.in: support for static gmime and dynamic glib linking.
                   3885:          fixes for FreeBSD
                   3886: 
                   3887: 2012-07-17  moko
                   3888: 
                   3889:        * configure.in: --with-mailreceive replaced
                   3890:          --with-static-mailreceive and --with-shared-mailreceive pathlink
                   3891:          removed
                   3892: 
                   3893: 2012-07-16  moko
                   3894: 
                   3895:        * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
                   3896:          capitalized, content now decoded and text content converted to
                   3897:          $request:charset.  all properties are accessed by functions, this
                   3898:          ready for dynamic load.
                   3899: 
                   3900: 2012-06-28  moko
                   3901: 
1.116     moko     3902:        * src/targets/apache/Makefile.am: fix for apache cflags for Linux
                   3903:          32 bit
1.95      moko     3904: 
                   3905: 2012-06-27  moko
                   3906: 
                   3907:        * buildall-with-xml, buildall-without-xml: fetch requires -p for
                   3908:          passive ftp
                   3909: 
                   3910:        * src/lib/ltdl/ltdl.vcproj: release build fixed
                   3911: 
                   3912:        * configure.in: 3.4.2 RC -> 3.4.2
                   3913: 
                   3914: 2012-06-22  moko
                   3915: 
                   3916:        * src/types/pa_vfile.C: returned empty mode to stated files (issue
                   3917:          #815)
                   3918: 
                   3919:        * tests/: 284.html, results/284.processed: output options test
                   3920:          (feature #265)
                   3921: 
                   3922: 2012-06-22  misha
                   3923: 
                   3924:        * tests/215.html: - little changes
                   3925: 
                   3926: 2012-06-21  moko
                   3927: 
                   3928:        * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
                   3929:          types/pa_vxdoc.h: output_options returned and used (bugfix for
                   3930:          feature #265)
                   3931: 
                   3932:        * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
                   3933:          breaks long .*, default 10M restored. (issue #216)
                   3934: 
                   3935:        * tests/: 283.html, results/283.processed: test for issue #815
                   3936:          added
                   3937: 
                   3938:        * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
                   3939:          again, cstrm not required.
                   3940: 
                   3941:        * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
                   3942:          Win32 and broken FreeBSD (issue #45)
                   3943: 
                   3944:        * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
                   3945: 
                   3946:        * src/main/pa_string.C: warnings war
                   3947: 
                   3948:        * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
                   3949:          lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
                   3950:          main/pa_socks.C, targets/apache/pa_threads.C,
                   3951:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   3952:          types/pa_vstatus.C: compilation under cygwin fixed
                   3953: 
                   3954: 2012-06-19  moko
                   3955: 
                   3956:        * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
                   3957:          Windows fixed
                   3958: 
                   3959:        * parser3.sln: removed antique pcre_ctype
                   3960: 
                   3961:        * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
                   3962: 
                   3963:        * src/include/pa_config_fixed.h: undefined reference to
                   3964:          __imp__pcre_* fix for Windows
                   3965: 
                   3966:        * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.116     moko     3967:          lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
                   3968:          pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
                   3969:          (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
                   3970:          define fixed
1.95      moko     3971: 
                   3972: 2012-06-18  moko
                   3973: 
                   3974:        * src/classes/memcached.C: flush -> clear
                   3975: 
                   3976:        * src/classes/memcached.C: memcached does not support quotes even
                   3977:          in server name
                   3978: 
                   3979:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                   3980:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
                   3981:          called on open to check servers existance.  $.key(true) syntax
                   3982:          now supported
                   3983: 
                   3984: 2012-06-17  moko
                   3985: 
                   3986:        * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
                   3987:          cleanup
                   3988: 
                   3989:        * src/classes/table.C, tests/282.cfg, tests/282.html,
                   3990:          tests/results/282.processed: encloser at the EOF bug fixed,
                   3991:          incorrectly enclosed data now processed more logicaly (fixes
                   3992:          #339)
                   3993: 
                   3994: 2012-06-15  moko
                   3995: 
                   3996:        * buildall-without-xml: sync with buildall-with-xml
                   3997: 
                   3998:        * buildall-with-xml: download auto-detected between fetch and curl
                   3999: 
                   4000:        * configure.in: --with-gc and --with-pcre now also processed
                   4001:          correctly
                   4002: 
1.116     moko     4003:        * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
                   4004:          aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
                   4005:          should be run on rol1 using automake / aclocal (GNU automake)
                   4006:          1.11.1 autoconf (GNU Autoconf) 2.68
1.95      moko     4007: 
                   4008:        * configure.in: new PARSER_VERSION logic
                   4009: 
                   4010:        * src/include/pa_version.h: new pa_version.h logic
                   4011: 
                   4012:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                   4013:          classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
                   4014:          types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
                   4015:          feols_normalized -> fis_text_content set_binary added
                   4016: 
                   4017:        * src/targets/cgi/parser3.C: gcc compilation warnings fixed
                   4018: 
                   4019: 2012-06-15  misha
                   4020: 
                   4021:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                   4022:          classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
                   4023:          types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
                   4024:          ^file::create[text;content] EOLs in content now is normalized. (
                   4025:          new feature: #815 )
                   4026: 
                   4027: 2012-06-15  moko
                   4028: 
                   4029:        * configure.in: --disable-version-update added to disable version
                   4030:          update with host information (for debian package) whitespace
                   4031:          optimized
                   4032: 
                   4033:        * configure.in: version changed to 3.4.2 RC no-pic added for
                   4034:          libtool
                   4035: 
                   4036:        * src/include/pa_version.h: Nice pa_version.h default. Please keep
                   4037:          it.
                   4038: 
                   4039: 2012-06-14  moko
                   4040: 
                   4041:        * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
                   4042:          tests/results/281.processed: "hash flocked" error removed for
                   4043:          safe operations like ^h._count[] ( new feature: #335 )
                   4044: 
1.116     moko     4045:        * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95      moko     4046: 
                   4047:        * buildall-with-xml, buildall-without-xml: --with-static -> --with
                   4048: 
                   4049:        * configure.in: --with-static/shared xml replaced with --with-xml,
                   4050:          xml compilation check added
                   4051: 
                   4052:        * configure.in: --with-static/shared-gc, --with-static-pcre are
                   4053:          replaced with --with-gc and --with-pcre test for pcre linking
                   4054:          added
                   4055: 
                   4056: 2012-06-13  moko
                   4057: 
                   4058:        * configure.in: apxs2 check optimized
                   4059: 
                   4060:        * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
                   4061:          .la, includes optimized
                   4062: 
                   4063:        * buildall-with-xml: --with-pic looks better for -fPIC
                   4064: 
                   4065:        * configure.in: switched to convenience library in static linking
                   4066: 
                   4067:        * src/targets/apache/Makefile.am: switched to convenience library
                   4068:          usage to avoid libtool warnings
                   4069: 
                   4070:        * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
                   4071:          md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
                   4072:          smtp/Makefile.am: switched to convenience library usage
                   4073: 
                   4074:        * src/sql/Makefile.am: pa_sql_driver.h should be in includes
                   4075: 
                   4076:        * src/targets/apache/Makefile.am: updated for libtool usage
                   4077: 
                   4078:        * bin/auto.p.dist.in: .cfg removed from charset names.
                   4079: 
                   4080:        * buildall-without-xml: --with-included-ltdl added
                   4081: 
                   4082:        * buildall-without-xml: sync with buildall-with-xml
                   4083: 
                   4084:        * buildall-with-xml: --with-included-ltdl added $cflags added for
                   4085:          -fPIC for x64 $download added for wget success check added
                   4086: 
                   4087:        * buildall-without-xml: --with-dynamic-stdcpp removed
                   4088: 
                   4089:        * configure.in: disable-static returned
                   4090: 
                   4091:        * src/targets/cgi/Makefile.am: Automake 1.9 does not support
                   4092:          LIBTOOLFLAGS
                   4093: 
                   4094: 2012-06-12  moko
                   4095: 
                   4096:        * configure.in, src/targets/cgi/Makefile.am: disable-static not
                   4097:          compatible with LIBTOOLFLAGS for unknown reasons
                   4098: 
                   4099:        * buildall-with-xml: --with-dynamic-stdcpp removed
                   4100: 
                   4101:        * configure.in: static/dynamic -lstdc++ linking option removed
                   4102:          apxs2 check added
                   4103: 
                   4104:        * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
                   4105:          option removed
                   4106: 
                   4107: 2012-06-10  moko
                   4108: 
                   4109:        * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
                   4110:          added
                   4111: 
                   4112:        * src/targets/cgi/pp3.cmd: old PAF stuff
                   4113: 
1.116     moko     4114:        * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
                   4115:          beauty
1.95      moko     4116: 
                   4117:        * depcomp: from libtool 2.4.2
                   4118: 
                   4119:        * configure.in: ltdl directory removed, it has correct Makefile.in
                   4120: 
                   4121: 2012-06-09  moko
                   4122: 
1.116     moko     4123:        * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
                   4124:          install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95      moko     4125:          autogenerated files updated after libtool update
                   4126: 
1.116     moko     4127:        * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
                   4128:          aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95      moko     4129:          config_auto.h.in, config_fixed.h, configure, configure.ac,
                   4130:          configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
                   4131:          lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
                   4132:          config/compile, config/config.guess, config/config.sub,
                   4133:          config/depcomp, config/install-sh, config/ltmain.sh,
                   4134:          config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
                   4135:          libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
                   4136:          libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
                   4137:          libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
                   4138:          loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
                   4139:          loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
                   4140:          m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
                   4141:          m4/lt~obsolete.m4: libtool updated to version 2.4.2
                   4142: 
                   4143:        * configure.in: preparation for new libtool
                   4144: 
                   4145:        * configure.in: Some beauty added :)
                   4146: 
                   4147:        * src/targets/apache/Makefile.am: := -> =
                   4148: 
                   4149:        * src/lib/pcre/: Makefile.am, config.h: config.h removed once
                   4150:          again. :)
                   4151: 
                   4152:        * src/include/pa_config_includes.h, configure.in: limits.h added,
                   4153:          previously was taken from pcre_internal.h. :)
                   4154: 
                   4155:        * src/lib/pcre/Makefile.am: config.h returned
                   4156: 
                   4157:        * src/lib/pcre/config.h: still need this. :)
                   4158: 
                   4159:        * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
                   4160: 
                   4161:        * configure.in: --with-charsets removed; --with-mysql-client & co
                   4162:          removed
                   4163: 
                   4164:        * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
                   4165:          now in parser tree, no need to copy
                   4166: 
                   4167:        * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
                   4168:          ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
                   4169:          pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
                   4170:          debian/patches/101_pcre.patch - local copy of pcre_internal.h
                   4171:          extracts now used old trash removed
                   4172: 
                   4173:        * bin/auto.p.dist.in: all charsets are listed, utf-8 by default,
                   4174:          rare charsets/drivers are commented, sql driver quessing removed
                   4175:          (debian/patches/103_auto_p.patch)
                   4176: 
                   4177:        * etc/parser3.charsets/Makefile.am: charsets now in share
                   4178:          (debian/patches/104_automake.patch) + all charsets are copied
                   4179: 
                   4180:        * buildall-with-xml, buildall-without-xml: curl option removed +
                   4181:          extra arguments now supported
                   4182: 
                   4183: 2012-06-08  misha
                   4184: 
                   4185:        * src/classes/table.C: - one params.as_hash usage was rolled back:
                   4186:          the 2nd option in ^table.hash[] could be hash or table so
                   4187:          .as_hash will throw an exception when table option is specified
                   4188: 
                   4189:        * src/: classes/curl.C, classes/file.C, classes/hash.C,
                   4190:          classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
                   4191:          classes/table.C, classes/void.C, classes/xdoc.C,
                   4192:          include/pa_exception.h, types/pa_vmethod_frame.C,
                   4193:          types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
                   4194:          and improved (whitespaces are allowed as empty options) -
                   4195:          MethodParams::as_table is added - above methods are used for
                   4196:          parsing methods' options ( new feature: #9 )
                   4197: 
                   4198:        * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
                   4199:          to vclass. now class fields can be accessible as a hash:
                   4200:          $h[^hash::create[$asd:CLASS]]
                   4201: 
                   4202:        * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
                   4203:          have get_fields method so their fields can be accessed with
                   4204:          ^reflection:fields[...] & ^reflection:field[...]
                   4205: 
                   4206: 2012-06-06  misha
                   4207: 
                   4208:        * tests/280.html: - tests for
                   4209:          ^reflection:method[obj-or-class;method],
                   4210:          ^reflection:field[obj-or-class;field] and
                   4211:          ^reflection:fields[obj-or-class] are added
                   4212: 
                   4213: 2012-06-05  misha
                   4214: 
                   4215:        * src/classes/reflection.C: - ^reflection:method[class or
                   4216:          object;method name] and ^reflection:field[class or object;field
                   4217:          name] are added
                   4218: 
                   4219:        * src/types/pa_vstateless_class.C: - Method::get_vjunction method
                   4220:          is used
                   4221: 
                   4222:        * src/types/pa_method.h: - Method::as_vjunction method is added
                   4223: 
                   4224: 2012-06-05  moko
                   4225: 
1.116     moko     4226:        * src/targets/Makefile.am: cgi now build with apache module
1.95      moko     4227: 
                   4228:        * src/classes/memcached.C: flish ttl fixed
                   4229: 
                   4230: 2012-06-04  moko
                   4231: 
                   4232:        * src/classes/json.C, src/classes/op.C, tests/279.html,
                   4233:          tests/results/279.processed: ^json:parse[] now supports $.taint
                   4234:          option (new feature #833)
                   4235: 
                   4236: 2012-06-04  misha
                   4237: 
                   4238:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
                   4239:          - search_stop method was moved from pa_vcookie.C to pa_common.C
                   4240: 
                   4241: 2012-06-03  misha
                   4242: 
                   4243:        * src/main/pa_http.C: - ^file:load[...;http://...] - all received
                   4244:          cookies are parced and stored into $.cookies ( new feature: #31 )
                   4245: 
                   4246: 2012-05-30  misha
                   4247: 
                   4248:        * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
                   4249:          incomplete class into a scope while @USE is found
                   4250: 
                   4251:        * src/main/compile.y: - add incomplete class into a scope while
                   4252:          @USE and @CLASS instructions are found ( bugfix: #838 )
                   4253: 
                   4254: 2012-05-30  moko
                   4255: 
                   4256:        * src/types/pa_vclass.C, tests/278.html,
                   4257:          tests/results/278.processed: removed "property has no getter
                   4258:          method" exception when GET_DEFAULT present (fixes #269)
                   4259: 
                   4260:        * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
                   4261:          $._default
                   4262: 
                   4263: 2012-05-29  moko
                   4264: 
                   4265:        * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
                   4266:          uninitialized values usage (new feature: #154)
                   4267: 
                   4268: 2012-05-28  moko
                   4269: 
                   4270:        * tests/277.html, src/classes/json.C, src/classes/reflection.C,
                   4271:          src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
                   4272:          src/types/pa_vdate.h, src/types/pa_vdouble.h,
                   4273:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
                   4274:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   4275:          src/types/pa_vstring.h, src/types/pa_vtable.C,
                   4276:          tests/results/277.processed, src/types/pa_vtable.h,
                   4277:          src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
                   4278:          ^json:string[$o; $.default[$method]] implemented for VObject (new
                   4279:          feature #803)
                   4280: 
                   4281:        * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
                   4282:          tests/results/277.processed: json numbers are now treated as
                   4283:          double ( new feature: #834 )
                   4284: 
                   4285:        * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
                   4286:          main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
                   4287:          added for out of range checks, zero division in vint/vdouble
                   4288:          check added ( fixes #832 )
                   4289: 
                   4290:        * tests/: 275.html, results/275.processed: tests for pa_atoui added
                   4291:          ( fixes #832 )
                   4292: 
                   4293: 2012-05-28  misha
                   4294: 
                   4295:        * buildall-with-xml: - --without-lzma option is added to libxml2
                   4296:          configure
                   4297: 
                   4298:        * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
                   4299:          added - tests for unsupported values for options $.file, $.table
                   4300:          and $.date are added
                   4301: 
                   4302:        * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
                   4303:          accepts "stat" $.file[] option's value in addition to existed
                   4304:          "text" and "base64" ( new feature: #835 )
                   4305: 
                   4306:        * tests/276.html: - test for
                   4307:          ^reflection:delete[$object-or-class;field-name]
                   4308: 
                   4309:        * src/classes/reflection.C: -
                   4310:          ^reflection:delete[$object-or-class;field-name] is added ( new
                   4311:          feature: #268 )
                   4312: 
                   4313: 2012-05-27  misha
                   4314: 
                   4315:        * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
                   4316: 
                   4317: 2012-05-24  misha
                   4318: 
                   4319:        * src/include/pa_common.h: - method lastposafter was removed
                   4320: 
                   4321:        * src/classes/file.C: - use strrpbrk & rskipchars instead of
                   4322:          lastposafter - ^file:dirname[] & Co proper handle windows file
                   4323:          paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
                   4324:          work as *nix commands
                   4325: 
                   4326:        * src/main/pa_request.C: - use strrpbrk instead of lastposafter
                   4327: 
                   4328:        * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
                   4329:          rskipchars were added
                   4330: 
                   4331:        * tests/270.html: - more tests for ^file:find[]
                   4332: 
                   4333:        * tests/065.html: - more tests for ^file:dirname[] & Co
                   4334: 
                   4335:        * src/include/pa_version.h: - must be "win32" here. it is
                   4336:          auto-generated on *nix
                   4337: 
                   4338: 2012-05-24  moko
                   4339: 
                   4340:        * src/classes/math.C: ^math:convert[] now supports uint32 and
                   4341:          throws overflow exception ( new feature: #830 )
                   4342: 
                   4343:        * tests/: 275.html, results/275.processed: test for ^math:convert[]
                   4344:          uint32 support and overflow added ( new feature: #830 )
                   4345: 
                   4346: 2012-05-23  moko
                   4347: 
                   4348:        * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
                   4349:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
                   4350:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
                   4351:          types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
                   4352:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
                   4353:          types/pa_vregex.h, types/pa_vstateless_class.C,
                   4354:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   4355:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   4356:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
                   4357:          "return string as-is" removed from as_expr_result. ( new feature:
                   4358:          #831 )
                   4359: 
                   4360:        * tests/results/244.processed: test changed after bug #782 fix
                   4361:          commited
                   4362: 
                   4363:        * tests/results/229.processed: test results for bug #782 commited
                   4364: 
                   4365:        * tests/: 254.html, results/254.processed: uid now just compared,
                   4366:          not printed. :)
                   4367: 
                   4368: 2012-05-20  moko
                   4369: 
                   4370:        * src/classes/reflection.C: ^reflection:uid[$object] added ( new
                   4371:          feature: #341 )
                   4372: 
                   4373:        * tests/: 254.html, results/254.processed: test for
                   4374:          ^reflection:uid[] added
                   4375: 
                   4376:        * tests/: 254.html, results/254.processed: test for
                   4377:          ^reflection:uid[$obj] added
                   4378: 
                   4379: 2012-05-17  misha
                   4380: 
                   4381:        * src/main/untaint.C: - do not replace ' char by _26 while
                   4382:          exploding filespec-tainting ( new feature: #829 )
                   4383: 
                   4384: 2012-05-12  moko
                   4385: 
                   4386:        * src/types/pa_vvoid.h: is_string now also checked, but get_* -
                   4387:          not.
                   4388: 
                   4389: 2012-05-08  moko
                   4390: 
                   4391:        * src/types/pa_vmethod_frame.h: bug #782 fixed
                   4392: 
                   4393:        * tests/229.html: test for bug #782
                   4394: 
                   4395:        * tests/results/259.processed, src/main/pa_request.C,
                   4396:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   4397:          src/types/pa_vstring.h, src/types/pa_vvoid.C,
                   4398:          src/types/pa_vvoid.h: feature #154 - first empty param now
                   4399:          string; defined locals are empty strings; $STRICT-VARS(true)
                   4400:          added
                   4401: 
                   4402: 2012-04-27  moko
                   4403: 
1.116     moko     4404:        * src/targets/apache/Makefile.am:
1.95      moko     4405:          ../../lib/memcached/libmemcached.a added
                   4406: 
                   4407: 2012-04-27  misha
                   4408: 
                   4409:        * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
                   4410:          ( #827 )
                   4411: 
                   4412: 2012-04-25  moko
                   4413: 
                   4414:        * src/: classes/json.C, classes/memcached.C,
                   4415:          lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
                   4416:          types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
                   4417:          implemented.
                   4418: 
                   4419:        * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
                   4420: 
                   4421: 2012-04-23  moko
                   4422: 
                   4423:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                   4424:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
                   4425:          types/pa_vmemcached.h: open allows options hash for new
                   4426:          memcached(options) function
                   4427: 
                   4428:        * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
                   4429:          not appended
                   4430: 
                   4431: 2012-04-21  moko
                   4432: 
                   4433:        * src/classes/curl.C: '' added. :)
                   4434: 
                   4435:        * src/classes/classes.vcproj: new curl.h location
                   4436: 
                   4437:        * src/classes/curl.C: verbose output redirection from stderr to
                   4438:          file curl option added
                   4439: 
                   4440: 2012-04-20  moko
                   4441: 
                   4442:        * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
                   4443:          contains what we need from curl, #ifdef HAVE_CURL removed
                   4444: 
1.116     moko     4445:        * configure, configure.in, src/classes/Makefile.am,
1.95      moko     4446:          src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.116     moko     4447:          src/lib/Makefile.am, src/lib/curl/Makefile.am,
                   4448:          src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95      moko     4449:          configure option
                   4450: 
                   4451: 2012-04-19  moko
                   4452: 
                   4453:        * src/: classes/double.C, classes/inet.C, classes/int.C,
                   4454:          classes/string.C, lib/gc/include/gc_allocator.h,
                   4455:          types/pa_vform.C: PVS-Studio detected errors fixes, unused
                   4456:          options from sql_result_string removed. (closes issue #468)
                   4457: 
                   4458:        * src/types/pa_vmemcached.C: empty string fix
                   4459: 
                   4460:        * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
                   4461:          pa_vstring.C, pa_vstring.h: serialization helpers moved to
                   4462:          pa_vmemcached.C
                   4463: 
                   4464: 2012-04-18  moko
                   4465: 
                   4466:        * src/targets/apache/mod_parser3.c: "Parser3 module requires
                   4467:          apache2-mpm-prefork" error displayed in threaded mpm.
                   4468: 
                   4469:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
                   4470:          pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
                   4471:          installed (issue #354)
                   4472: 
                   4473: 2012-04-16  moko
                   4474: 
                   4475:        * src/types/pa_vmemcached.C: call to memcached_result_create and
                   4476:          memcached_result_free removed
                   4477: 
                   4478: 2012-04-14  moko
                   4479: 
                   4480:        * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
                   4481: 
                   4482:        * src/types/pa_vmemcached.C: check_key added and used
                   4483: 
                   4484: 2012-04-13  moko
                   4485: 
                   4486:        * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
                   4487:          types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
                   4488:          Serialization_data now added and used, VString now serialized
                   4489:          with languages into memcached.
                   4490: 
                   4491: 2012-03-28  moko
                   4492: 
                   4493:        * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
                   4494:          lib/memcached/pa_memcached.h: result lengths added
                   4495: 
                   4496: 2012-03-27  moko
                   4497: 
                   4498:        * src/types/pa_vmemcached.C: strdup added
                   4499: 
                   4500: 2012-03-24  moko
                   4501: 
                   4502:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                   4503:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
                   4504:          types/pa_vmemcached.h: memcached: mget, flush, fttl added
                   4505: 
                   4506: 2012-03-20  moko
                   4507: 
1.116     moko     4508:        * configure, configure.in: Makefiles.in updated for memcached
1.95      moko     4509: 
                   4510:        * src/targets/cgi/Makefile.am: cleanup
                   4511: 
                   4512:        * src/: types/Makefile.am, types/pa_vmemcached.C,
                   4513:          types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
                   4514: 
                   4515:        * src/: classes/Makefile.am, classes/memcached.C,
                   4516:          lib/memcached/Makefile.am, lib/memcached/constants.h,
                   4517:          lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
                   4518:          lib/memcached/types.h, lib/Makefile.am: memcached initial
                   4519: 
                   4520: 2012-03-16  moko
                   4521: 
                   4522:        * src/main/execute.C: ident now works under Linux + ident displays
                   4523:          filenames (closes issue #818)
                   4524: 
1.116     moko     4525:        * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95      moko     4526:          pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
                   4527:          pa_vmethod_frame_local.h removed
                   4528: 
                   4529:        * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
                   4530:          classes/classes.h, classes/curl.C, classes/date.C,
                   4531:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   4532:          classes/hashfile.C, classes/image.C, classes/inet.C,
                   4533:          classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
                   4534:          classes/memory.C, classes/op.C, classes/reflection.C,
                   4535:          classes/regex.C, classes/response.C, classes/string.C,
                   4536:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   4537:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   4538:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   4539:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   4540:          include/pa_dictionary.h, include/pa_dir.h,
                   4541:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   4542:          include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
                   4543:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                   4544:          include/pa_pool.h, include/pa_random.h, include/pa_request.h,
                   4545:          include/pa_request_charsets.h, include/pa_request_info.h,
                   4546:          include/pa_sapi.h, include/pa_socks.h,
                   4547:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   4548:          include/pa_stack.h, include/pa_string.h,
                   4549:          include/pa_stylesheet_connection.h,
                   4550:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   4551:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   4552:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   4553:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   4554:          lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
                   4555:          lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
                   4556:          lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
                   4557:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                   4558:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
                   4559:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   4560:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   4561:          main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
                   4562:          main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
                   4563:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   4564:          main/pa_string.C, main/pa_stylesheet_connection.C,
                   4565:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   4566:          main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
                   4567:          main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
                   4568:          targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
                   4569:          targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
                   4570:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   4571:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   4572:          types/pa_junction.h, types/pa_method.h, types/pa_property.h,
                   4573:          types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
                   4574:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   4575:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   4576:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
                   4577:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   4578:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
                   4579:          types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
                   4580:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   4581:          types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
                   4582:          types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
                   4583:          types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   4584:          types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
                   4585:          types/pa_vmethod_frame_local.h, types/pa_vobject.C,
                   4586:          types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
                   4587:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   4588:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   4589:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   4590:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   4591:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   4592:          types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
                   4593:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   4594:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
                   4595:          ident now works under Linux + ident displays filenames (closes
                   4596:          issue #818) Copyright updated
                   4597: 
                   4598: 2012-03-13  moko
                   4599: 
                   4600:        * src/main/pa_string.C: compilation fix for feature #741
                   4601: 
                   4602: 2012-03-09  misha
                   4603: 
                   4604:        * tests/193.html: - tests for ^string:base64[encoded] are updated
                   4605: 
                   4606:        * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
                   4607:          now detects invalid base64 chars in the middle of encoded stricg
                   4608:          ( new feature: #55 )
                   4609: 
                   4610:        * src/include/pa_exception.h: - new exception type for base64
                   4611:          decoding is added
                   4612: 
                   4613: 2012-03-06  misha
                   4614: 
                   4615:        * tests/274.html: - tests for ^date::today[] and
                   4616:          ^date.sql-string[datetime|date|time] are added
                   4617: 
                   4618:        * src/classes/date.C: - constructor ^date::today[] is added ( new
                   4619:          feature: #811 ) - ^date.sql-string[] now can accept one param --
                   4620:          strings "datetime", "date" or "time" - comments tidying up
                   4621: 
                   4622:        * src/types/pa_vdate.h: - get_sql_string now can print datetime,
                   4623:          date and time
                   4624: 
                   4625: 2012-03-03  misha
                   4626: 
                   4627:        * tests/193.html: - tests for
                   4628:          ^string:base64[encoded;$.strict(true)] are added
                   4629: 
                   4630:        * tests/results/auto.p: - try-catch operator is added
                   4631: 
                   4632:        * src/: classes/file.C, classes/string.C, include/pa_common.h,
                   4633:          main/pa_common.C: - $.strict(true|false) option is added to
                   4634:          base64 decode methods ( new feature: #55 )
                   4635: 
                   4636:        * src/main/pa_common.C: - base64 decode memory usage was decreased
                   4637:          ( new feature: #819 )
                   4638: 
                   4639: 2012-02-28  moko
                   4640: 
                   4641:        * src/classes/hash.C: ident test
                   4642: 
                   4643: 2012-02-27  misha
                   4644: 
                   4645:        * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
                   4646: 
                   4647: 2012-01-08  misha
                   4648: 
                   4649:        * tests/273.html: - tests for ^string.replace[from;to] are added
                   4650: 
                   4651:        * src/: classes/string.C, include/pa_dictionary.h,
                   4652:          main/pa_dictionary.C, main/pa_string.C: -
                   4653:          ^string.replace[from;to] is added ( new feature: #741 ) -
                   4654:          ^string.replace[one subst here] is slightly optimized
                   4655: 
                   4656: 2011-12-07  misha
                   4657: 
                   4658:        * src/classes/table.C: - $t[^table::create{$empty}] now creates
                   4659:          named table with one empty column ( bugfix: #63 )
                   4660: 
                   4661: 2011-11-30  misha
                   4662: 
                   4663:        * src/classes/json.C: - it's possible to set user's method for
                   4664:          parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
                   4665:          #763 )
                   4666: 
                   4667:        * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
                   4668: 
                   4669: 2011-11-23  misha
                   4670: 
                   4671:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                   4672:          classes/table.C, classes/xdoc.C, types/pa_vfile.C,
                   4673:          types/pa_vfile.h, types/pa_vform.C: - constructor
                   4674:          ^file::create[mode;filename;content[;options]] now accepts binary
                   4675:          mode and file-content - new constructor's format:
                   4676:          ^file::create[string-or-file-content[;$.name[filename]
                   4677:          $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
                   4678:          feature: #65 )
                   4679: 
                   4680:        * src/: include/pa_request.h, main/pa_request.C: - new method
                   4681:          mime_type_of(const String*) is added
                   4682: 
                   4683:        * src/include/pa_exception.h: - new exception constant
                   4684:          FILE_NAME_MUST_BE_SPECIFIED is added
                   4685: 
                   4686:        * src/classes/table.C: - bug with negative offset transformed into
                   4687:          a feature. it means pointing to a row from the end of the table (
                   4688:          new feature: #810 )
                   4689: 
                   4690: 2011-11-19  misha
                   4691: 
                   4692:        * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
                   4693:          â ìåòîäå _select ( new feature: #810 )
                   4694: 
                   4695:        * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
                   4696:          options were specified together is simplified
                   4697: 
                   4698: 2011-11-12  misha
                   4699: 
                   4700:        * src/main/pa_request.C: - forgotten fix for escaping filename in
                   4701:          HTTP content-disposition header (a part of bug #361 )
                   4702: 
                   4703:        * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
                   4704:          checks for ancestors' classes as well ( new feature: #456 )
                   4705: 
                   4706:        * src/classes/op.C: - exceptions for ^break[] and ^continue[]
                   4707:          "without cycle" now have types "parser.break" and
                   4708:          "parser.continue" instead of "parser.runtime" ( new feature: #799
                   4709:          )
                   4710: 
                   4711: 2011-11-11  misha
                   4712: 
                   4713:        * tests/results/: 099.processed, 100.processed, 205.processed,
                   4714:          237.processed: - since bug #361 was fixed the content of filename
                   4715:          in HTTP headers is quoted
                   4716: 
                   4717:        * tests/results/270.processed: - result for test 270
                   4718: 
                   4719:        * tests/: 065.html, results/065.processed: - more tests for
                   4720:          ^file:basename[] & Co were added
                   4721: 
                   4722:        * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
                   4723: 
                   4724:        * tests/270.html: - tests for ^file:find[] are added
                   4725: 
                   4726:        * src/types/pa_vxdoc.C: - now it's possible to specify encoding
                   4727:          using option $.charset. option $.engoding is still supported but
                   4728:          these options can not be specified together
                   4729: 
                   4730:        * src/classes/xdoc.C: - charset.isUTF8 is used instead of
                   4731:          comparation charset name with string "UTF-8" ( bugfix: #759 )
                   4732: 
                   4733: 2011-10-11  misha
                   4734: 
                   4735:        * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
                   4736:          option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
                   4737:          #622)
                   4738: 
                   4739: 2011-09-30  misha
                   4740: 
                   4741:        * src/types/pa_vrequest.C: - saving empty $request:post-body causes
                   4742:          exception "saving stat-ed file" ( bugfix: #395 )
                   4743: 
                   4744: 2011-05-30  misha
                   4745: 
                   4746:        * src/classes/string.C: - fixed bug which was added with
                   4747:          params.as_hash into string:sql
                   4748: 
                   4749: 2011-05-29  misha
                   4750: 
                   4751:        * src/types/pa_value.C: - filename in content-disposition header
                   4752:          must be quoted ( bugfix: #361 )
                   4753: 
                   4754: 2011-05-27  misha
                   4755: 
                   4756:        * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
                   4757:          created file
                   4758: 
                   4759:        * src/classes/: hash.C, mail.C: - little tunning with get_hash
                   4760:          usage
                   4761: 
                   4762:        * src/include/pa_exception.h: - one more string for exception was
                   4763:          added
                   4764: 
                   4765: 2011-05-25  misha
                   4766: 
                   4767:        * tests/269.html: - tests for checking input params in some dom
                   4768:          methods
                   4769: 
                   4770:        * src/classes/: xdoc.C, xnode.C: - validation of some input params
                   4771:          was added. it isn't possible not wo create xdoc with invalid
                   4772:          tagName. ( bugfix: #160 )
                   4773: 
                   4774:        * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
                   4775:          string "data must be string" was mover from pa_exception.h to
                   4776:          pa_xml_exception.h
                   4777: 
                   4778:        * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
                   4779:          as_xmlncname, as_xmlname and as_xmlnsuri were added
                   4780: 
                   4781:        * src/main/pa_xml_exception.C: - XmlException accepts more options
                   4782: 
                   4783:        * src/include/pa_xml_exception.h: - XmlException accepts more
                   4784:          options - XML-related exception's strings were added
                   4785: 
                   4786:        * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
                   4787:          output_options were removed)
                   4788: 
                   4789: 2011-05-19  misha
                   4790: 
                   4791:        * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
                   4792:          params.as_hash is used more while parsing methods hash-options
                   4793: 
                   4794: 2011-05-18  misha
                   4795: 
                   4796:        * operators.txt: - info about json-serialization of xdoc was added
                   4797: 
                   4798:        * tests/256.html: - tests for json-serialization xdoc were added
                   4799: 
                   4800:        * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
                   4801: 
                   4802:        * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   4803:          classes/json.C, classes/xdoc.C: - now json:string can serialize
                   4804:          xdoc-objects. options (the same as ^xdoc.string[]) could be
                   4805:          specified in $.xdoc[] ( new feature: #265 )
                   4806: 
                   4807: 2011-05-15  misha
                   4808: 
                   4809:        * tests/268.html: - tests for ^table.count[with options] were added
                   4810: 
                   4811:        * src/classes/table.C: - method ^table.count[] now can accept
                   4812:          options ( new feature: #93 ): ^table.count[column] returns number
                   4813:          of columns for named table; ^table.count[cells] returns number of
                   4814:          cells in the current row; ^table.count[] & ^table.count[rows]
                   4815:          return number of rows in a table.
                   4816: 
                   4817:        * tests/267.html: - test for checking switch/case in boolean mode
                   4818:          was added
                   4819: 
                   4820:        * src/classes/op.C: - if switch's or case's value is bool, they are
                   4821:          compared as bool values, not as double values: new feature: #351
                   4822: 
                   4823: 2011-05-06  misha
                   4824: 
                   4825:        * tests/242.html: - EOL before EOF was added
                   4826: 
                   4827:        * tests/169.html: - tests for splitting empty string and void were
                   4828:          added
                   4829: 
                   4830:        * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
                   4831:          returned table with one empty cell)
                   4832: 
                   4833: 2011-04-03  misha
                   4834: 
                   4835:        * src/include/pa_version.h, configure.in: - version in head was
                   4836:          changed to 3.4.2b
                   4837: 
                   4838: 2011-03-30  misha
                   4839: 
                   4840:        * src/types/pa_vregex.C: - \w & Co now contain unicode properties
                   4841:          as well ( new feature #294 )
                   4842: 
                   4843: 2011-03-29  misha
                   4844: 
                   4845:        * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
                   4846:          limited to approx. 6 MB. previous limits were too big for real
                   4847:          life. bugfix: #216
                   4848: 
                   4849: 2011-03-04  moko
                   4850: 
                   4851:        * etc/parser3.charsets/cp866.cfg: Conforms to
                   4852:          http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
                   4853: 
                   4854:        * etc/parser3.charsets/cp866.cfg: cp866 initial version from
                   4855:          vlalek@
                   4856: 
                   4857: 2011-02-22  misha
                   4858: 
                   4859:        * src/include/pa_charset.h, operators.txt: - some methods mustn't
                   4860:          be under #ifdef XML or parser can't be compiled without xml
                   4861:          support
                   4862: 
                   4863: 2011-02-21  misha
                   4864: 
1.116     moko     4865:        * src/targets/apache/: Makefile.am: - mention
1.95      moko     4866:          ApacheModuleParser3.vcproj was removed
                   4867: 
                   4868:        * src/types/pa_vjunction.C: - EOL before EOF was added (warning
                   4869:          removed)
                   4870: 
                   4871: 2011-02-20  misha
                   4872: 
                   4873:        * tests/: 266.html, 266.p: - tests for checking $.inherited and
                   4874:          $.overridden in ^reflection:method_info[...] were added
                   4875: 
                   4876:        * src/classes/reflection.C: - beautifying result of
                   4877:          ^reflection:method_info[] ($.overridden/inherited)
                   4878: 
                   4879: 2011-02-18  misha
                   4880: 
                   4881:        * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
                   4882:          and pa_isalnum instead of isalpha and isalnum - bug with
                   4883:          redundand quoting lowercased latin chars while building email
                   4884:          body was fixed
                   4885: 
                   4886:        * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
                   4887:          added (they check for latin chars only)
                   4888: 
                   4889: 2011-02-16  misha
                   4890: 
                   4891:        * src/main/pa_charset.C: - bugfix: in some cases the calculating
                   4892:          string size for transcoding gave too small value (should ever
                   4893:          look for availability char in dest charset inspite of the char
                   4894:          size)
                   4895: 
                   4896: 2011-02-04  moko
                   4897: 
                   4898:        * tests/223.html: header values now not url-encoded (issue #195)
                   4899: 
                   4900: 2011-02-01  misha
                   4901: 
                   4902:        * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
                   4903: 
                   4904: 2011-01-31  misha
                   4905: 
                   4906:        * src/main/pa_request.C: - throw exception if param file_name in
                   4907:          use_file is empty
                   4908: 
                   4909: 2011-01-08  moko
                   4910: 
                   4911:        * src/classes/curl.C: compilations errors fixed
                   4912: 
                   4913: 2010-12-29  moko
                   4914: 
                   4915:        * tests/: 265.html, results/265.processed: test for issue #200
                   4916:          added
                   4917: 
                   4918:        * src/main/pa_string.C: empty regex result check added (fixes issue
                   4919:          #200)
                   4920: 
                   4921:        * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
                   4922: 
                   4923:        * tests/results/223.processed: header values now not url-encoded
                   4924:          (issue #195)
                   4925: 
                   4926:        * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
                   4927:          main/untaint.C: L_HTTP_HEADER now used in http headers values,
                   4928:          pa_http_safe_header_name added for headers names (fixes bug #195)
                   4929: 
                   4930: 2010-12-18  misha
                   4931: 
                   4932:        * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
                   4933:          => pa-include
                   4934: 
                   4935: 2010-11-28  moko
                   4936: 
                   4937:        * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
                   4938: 
                   4939:        * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
                   4940:          -> pa
                   4941: 
                   4942:        * configure.in: apr -> pa
                   4943: 
                   4944:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
                   4945: 
                   4946:        * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
                   4947:          classes/Makefile.am, types/Makefile.am: apr -> pa
                   4948: 
                   4949:        * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
                   4950:          pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
                   4951:          sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
                   4952:          pa-include/pa_apr.h, pa-include/pa_errno.h,
                   4953:          pa-include/pa_file_info.h, pa-include/pa_file_io.h,
                   4954:          pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
                   4955:          module apr name conflict resolved)
                   4956: 
                   4957: 2010-11-27  misha
                   4958: 
                   4959:        * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
                   4960:          libbz2
                   4961: 
                   4962: 2010-11-26  misha
                   4963: 
                   4964:        * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
                   4965:          warnings removed
                   4966: 
                   4967: 2010-11-25  moko
                   4968: 
                   4969:        * operators.txt: $.indent(true)
                   4970: 
                   4971:        * operators.txt: another bugfix. :)
                   4972: 
                   4973:        * operators.txt: bugfix. :)
                   4974: 
                   4975:        * buildall-with-xml: libxml2-2.7.8 + with-apache
                   4976: 
                   4977: 2010-11-24  moko
                   4978: 
1.116     moko     4979:        * configure: apxs support
1.95      moko     4980: 
                   4981:        * configure.in: apxs support -Bstatic gc removed for OS X
                   4982: 
                   4983:        * src/targets/: Makefile.am, apache/Makefile.am: apxs support
                   4984: 
                   4985:        * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
                   4986:          THREAD_LOCAL usage
                   4987: 
                   4988:        * src/: classes/curl.C, include/pa_config_includes.h,
                   4989:          main/pa_globals.C: THREAD_LOCAL defined and used
                   4990: 
                   4991: 2010-11-23  moko
                   4992: 
                   4993:        * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
                   4994:          should be passed to pa_sleep, and only fractional part (bugfix:
                   4995:          #188)
                   4996: 
                   4997:        * src/targets/apache/mod_parser3.c: 1.3 compatibility
                   4998: 
                   4999:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
                   5000:          GC_dont_gc=1, as in cgi version
                   5001: 
                   5002:        * src/targets/apache/mod_parser3.c: warning war
                   5003: 
                   5004:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
                   5005:          pa_httpd.h: version removed, some trash removed
                   5006: 
                   5007:        * src/targets/apache/mod_parser3.c: version removed (we don't want
                   5008:          to show it), warning war
                   5009: 
                   5010:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
                   5011:          pa_httpd.h: parser_status_allowed removed + merge config
                   5012:          functions removed (override is the default) + beauty
                   5013: 
                   5014:        * src/: include/pa_request.h, main/pa_request.C,
                   5015:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
                   5016:          hide $status used in apache module removed
                   5017: 
                   5018: 2010-11-18  moko
                   5019: 
                   5020:        * operators.txt: $.table[compact] added for ^json:string[]
                   5021: 
                   5022: 2010-11-16  moko
                   5023: 
                   5024:        * src/targets/apache/mod_parser3.c: some cleanup done
                   5025: 
                   5026:        * src/main/untaint.C: bugfix: first, second String::Body argument
                   5027:          is hashcode; second, info.fragment_begin is original, not
                   5028:          resulting length
                   5029: 
                   5030:        * src/classes/file.C: new feature: $.stdin now untainted
                   5031: 
                   5032:        * tests/results/264.processed: new feature: $.stdin[] now untainted
                   5033: 
                   5034:        * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
                   5035: 
                   5036:        * src/classes/op.C: ^apply-taint[] method added
                   5037: 
                   5038:        * tests/: 264.html, results/264.processed: ^apply-taint[] test
                   5039:          added; $.stdin untaint test added
                   5040: 
                   5041: 2010-11-15  moko
                   5042: 
                   5043:        * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
                   5044:          removed
                   5045: 
                   5046:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
                   5047:          pa_httpd.h: 2x2 calculated under apache2. :)
                   5048: 
                   5049: 2010-11-13  moko
                   5050: 
                   5051:        * src/targets/apache/mod_parser3.c: initial changes to build module
                   5052:          with apache 2.x includes
                   5053: 
                   5054:        * src/targets/apache/: Makefile.am, mod_parser3.c,
                   5055:          mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
                   5056:          united apache 1.3 / apache 2.x DSO module
                   5057: 
                   5058: 2010-11-09  moko
                   5059: 
                   5060:        * src/types/pa_method.h: check added to dissallow @method[name;*]
                   5061:          syntax
                   5062: 
                   5063:        * tests/: 263.html, results/263.processed: test from method[*args]
                   5064:          added
                   5065: 
                   5066:        * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
                   5067:          number of params can now be passed to a method declared with *arg
                   5068: 
                   5069: 2010-11-06  moko
                   5070: 
                   5071:        * src/classes/table.C: formating fixed. :)
                   5072: 
                   5073:        * src/classes/table.C: closes #4: ^table.select now supports
                   5074:          $.limit(), $.offset, $.reverse() options
                   5075: 
                   5076:        * tests/: 262.html, results/262.processed: test for ^table:select
                   5077:          with options added (feature #4)
                   5078: 
                   5079:        * src/include/pa_array.h: remove function added
                   5080: 
                   5081:        * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
                   5082:          object in get_element/put_element, using static one.
                   5083: 
                   5084: 2010-11-04  moko
                   5085: 
                   5086:        * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
                   5087:          options is passed
                   5088: 
                   5089:        * tests/: 256.html, results/256.processed: $.table[compact] feature
                   5090:          now tested; k and p in handler now tested.
                   5091: 
                   5092:        * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
                   5093:          $.table[compact] feature added
                   5094: 
                   5095:        * src/classes/json.C: key is now passed to handler in
                   5096:          value_json_string; ^json:string result now process tainting
                   5097:          inside and returns clean string, related to issue #153
                   5098: 
                   5099:        * src/main/untaint.C: bugfix: charset can be null (in
                   5100:          ^string:save[] as example), thus check is added
                   5101: 
                   5102: 2010-10-31  moko
                   5103: 
                   5104:        * src/classes/string.C: error message changed (fixes issue #149)
                   5105: 
                   5106: 2010-10-29  moko
                   5107: 
                   5108:        * src/main/pa_http.C: ":port" is now added to "Host:" header if
                   5109:          port is not default (fixes issue #155); exception on invalid port
                   5110:          added.
                   5111: 
                   5112:        * src/main/untaint.C: '*' is now not urlencoded to allow header
                   5113:          "Accept: */*" to be passed
                   5114: 
                   5115: 2010-10-28  moko
                   5116: 
                   5117:        * src/classes/curl.C: bugfix: detect_charset() was throwing
                   5118:          exception on unknown charset even if response_charset was
                   5119:          specified
                   5120: 
                   5121: 2010-10-27  moko
                   5122: 
                   5123:        * src/classes/string.C: ^string.append removed for void
                   5124:          compatibility
                   5125: 
                   5126: 2010-10-26  moko
                   5127: 
                   5128:        * src/classes/json.C: libjson supports array at top level, we too
                   5129:          (GPF fixed)
                   5130: 
                   5131: 2010-10-25  moko
                   5132: 
                   5133:        * tests/: 253.html, results/253.processed: libjson supports array
                   5134:          at top level, parser now supports it as well.
                   5135: 
                   5136:        * tests/261.html, tests/results/261.processed,
                   5137:          src/types/pa_vstring.h: empty string is now void compatible
                   5138:          (allows $empty.key)
                   5139: 
                   5140: 2010-10-22  misha
                   5141: 
                   5142:        * src/types/pa_vcookie.C: - fix for session cookie (was introduced
                   5143:          while adding additional expires checkout)
                   5144: 
                   5145:        * tests/030.html: - test for session cookie was added
                   5146: 
                   5147: 2010-10-21  moko
                   5148: 
                   5149:        * src/: classes/string.C, classes/void.C, main/execute.C,
                   5150:          types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
                   5151:          string (feature #111)
                   5152: 
                   5153:        * tests/: 261.html, results/261.processed: checks void from string
                   5154:          inheritance (feature #111)
                   5155: 
                   5156:        * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
                   5157:          file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
                   5158:          reflection.C, regex.C, string.C, table.C, void.C: used_directly()
                   5159:          now true by default
                   5160: 
                   5161: 2010-10-17  moko
                   5162: 
                   5163:        * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
                   5164:          upload now uses binary blocks instead of L_FILE_POST tainting.
                   5165:          (bugfix: #128)
                   5166: 
                   5167:        * tests/: 223.html, results/223.processed: binary file upload test
                   5168:          added, GPF (issue #128) also checked in this test
                   5169: 
                   5170: 2010-10-13  misha
                   5171: 
                   5172:        * tests/260.html: - test for math:convert
                   5173: 
                   5174:        * src/classes/math.C: - error in math:convert was fixed
                   5175: 
                   5176:        * operators.txt: - info about
                   5177:          ^math:convert[number](from-base;to-base) was added
                   5178: 
                   5179:        * src/classes/math.C: - method
                   5180:          ^math:convert[number](from-base;to-base) for converting number
                   5181:          represention from one base to another was added ( new feature:
                   5182:          #23 )
                   5183: 
                   5184: 2010-10-13  moko
                   5185: 
                   5186:        * src/main/compile.tab.C: [] now is empty string, not void
                   5187: 
                   5188:        * src/main/compile.y: [] now is empty string, not void
                   5189: 
                   5190:        * src/types/pa_vvoid.h: void now passed as parameter
                   5191: 
                   5192:        * tests/: 259.html, results/259.processed: to test difference
                   5193:          between void and empty string (see ticket #111)
                   5194: 
                   5195:        * tests/results/152.processed: $sEmpty[] is now empty string, not
                   5196:          void
                   5197: 
                   5198:        * tests/256.html: $s[$void] is no longer empty string
                   5199: 
                   5200:        * tests/254.html: empty string is no longer void
                   5201: 
                   5202: 2010-10-12  misha
                   5203: 
                   5204:        * src/types/pa_vcookie.C: - check if $.expires value can be
                   5205:          converted to date during cookies set up ( bugfix: #104 )
                   5206: 
                   5207:        * tests/041.html: - more tests for ^table.locate were added
                   5208: 
                   5209:        * src/classes/table.C: - ^table.locate[field;value;options] didn't
                   5210:          work ( bugfix: #129 ) - exception comment for incorrect options
                   5211:          ^table.locate[field;value;options] was fixed
                   5212: 
                   5213: 2010-10-10  moko
                   5214: 
                   5215:        * src/: classes/reflection.C, main/execute.C: constructor returning
                   5216:          another object feature returned
                   5217: 
                   5218:        * tests/results/258.processed: test result updated as constructor
                   5219:          returning another object feature returned
                   5220: 
                   5221:        * tests/: 258.html, results/258.processed: test for constructor
                   5222:          returning another object
                   5223: 
                   5224: 2010-10-08  misha
                   5225: 
                   5226:        * tests/257.html: - whitespaces after @METACOMMANDS and their
                   5227:          options shouldn't cause exceptions any longer
                   5228: 
                   5229: 2010-10-06  moko
                   5230: 
                   5231:        * src/classes/: hash.C, table.C: length from sql server is now
                   5232:          ignored, as sql string can contain 0x00 inside (bugfix: #119)
                   5233: 
                   5234: 2010-10-02  misha
                   5235: 
                   5236:        * operators.txt: - the X mark was removed from ^cache[file]. it is
                   5237:          usable to delete cache file.
                   5238: 
                   5239: 2010-10-02  moko
                   5240: 
                   5241:        * tests/: 253.html, results/253.processed: hook_key added for key
                   5242:          checking
                   5243: 
                   5244:        * src/classes/json.C: null key bug fixed
                   5245: 
                   5246: 2010-09-29  misha
                   5247: 
                   5248:        * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
                   5249: 
                   5250: 2010-09-25  moko
                   5251: 
                   5252:        * src/classes/json.C: small fixed
                   5253: 
                   5254:        * tests/results/: 253.processed, 255.processed: just updated
                   5255: 
                   5256:        * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
                   5257:          results/255.processed: charset transcode test added for
                   5258:          json:parse
                   5259: 
                   5260: 2010-09-24  moko
                   5261: 
                   5262:        * src/types/pa_value.h: warning war :)
                   5263: 
                   5264:        * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
                   5265:          types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
                   5266:          ^json:string
                   5267: 
                   5268: 2010-09-22  moko
                   5269: 
                   5270:        * src/main/pa_charset.C: parser charset tables declare only
                   5271:          white-space before 0x20, thus adding the missing chars
                   5272: 
                   5273:        * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
                   5274:          to http://unicode.org/Public/MAPPINGS/VENDORS/
                   5275: 
                   5276: 2010-09-21  misha
                   5277: 
                   5278:        * src/main/compile.y: - some semicolons were added (VS2010 don't
                   5279:          want to compile grammar if they are absent)
                   5280: 
                   5281:        * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
                   5282: 
                   5283:        * src/classes/classes.vcproj: - pathes to ls and gawk are changed
                   5284: 
                   5285:        * src/main/main.vcproj: - path to bison is changed
                   5286: 
                   5287: 2010-09-21  moko
                   5288: 
1.116     moko     5289:        * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
                   5290:          windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
                   5291:          to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95      moko     5292: 
                   5293: 2010-09-20  misha
                   5294: 
                   5295:        * src/types/pa_vtable.C: - add EOLs while json-serializing table
                   5296: 
                   5297:        * src/classes/json.C: - add EOL while json-serializing hash
                   5298: 
                   5299:        * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
                   5300:          compilers don't like 'ES'.
                   5301: 
                   5302: 2010-09-17  misha
                   5303: 
                   5304:        * operators.txt: - info about json class was added
                   5305: 
                   5306:        * src/classes/json.C: - ^json:string[object]
                   5307: 
                   5308:        * src/: include/pa_request.h, main/pa_request.C: - stuff for
                   5309:          preventing infinite recursion while executing json:string was
                   5310:          added
                   5311: 
                   5312:        * src/include/pa_string.h: - method append_quoted was added
                   5313: 
                   5314:        * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
                   5315:          pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
                   5316:          pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
                   5317:          was added to Value & Co
                   5318: 
                   5319:        * src/classes/date.C: - methods get_gmt_string and get_sql_string
                   5320:          were used
                   5321: 
                   5322:        * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
                   5323:          were added
                   5324: 
                   5325: 2010-09-10  moko
                   5326: 
                   5327:        * src/targets/cgi/parser3.C: vsnprintf now not called twice in
                   5328:          die_or_abort (backport from 3.4.1)
                   5329: 
                   5330:        * src/targets/cgi/parser3.C: vsnprintf now not called twice in
                   5331:          die_or_abort (bugfix: #106)
                   5332: 
                   5333: 2010-09-09  moko
                   5334: 
                   5335:        * src/classes/json.C: warning war. :)
                   5336: 
                   5337: 2010-09-08  misha
                   5338: 
                   5339:        * src/lib/json/Makefile.am: - additional include directories were
                   5340:          added (for pa_memory.h and gc.h)
                   5341: 
                   5342:        * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
                   5343:          compile as C++ instead default - additional include directory was
                   5344:          added (for gc.h)
                   5345: 
                   5346:        * src/types/pa_vform.C: - little code reformating
                   5347: 
                   5348:        * src/classes/file.C: - $.content-type option now can be specified
                   5349:          in ^file::create ( new feature: #102 )
                   5350: 
                   5351: 2010-09-08  moko
                   5352: 
                   5353:        * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
                   5354:          pa_malloc/pa_free
                   5355: 
                   5356: 2010-09-07  moko
                   5357: 
                   5358:        * tests/results/254.processed: VStateless_class:put_element
                   5359:          exception was fixed
                   5360: 
                   5361:        * src/types/: pa_value.h, pa_vstateless_class.h: now
                   5362:          VStateless_class:put_element barks self.type, not this.type
                   5363:          (bugfix: #105)
                   5364: 
                   5365: 2010-09-06  moko
                   5366: 
                   5367:        * src/classes/reflection.C: bugfix: new String() is required for
                   5368:          exception handling
                   5369: 
                   5370:        * tests/: 254.html, results/254.processed: test modified
                   5371: 
                   5372: 2010-09-05  moko
                   5373: 
                   5374:        * tests/: 254.html, results/254.processed: ^reflection:copy test
                   5375:          added
                   5376: 
                   5377:        * src/: classes/reflection.C, include/pa_request.h:
                   5378:          ^reflection:copy implemented (new feature: #100)
                   5379: 
                   5380: 2010-09-03  moko
                   5381: 
                   5382:        * src/lib/json/JSON_parser.C: c++ compatiblity
                   5383: 
                   5384:        * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
                   5385:          option testing added
                   5386: 
                   5387: 2010-09-02  moko
                   5388: 
                   5389:        * src/classes/json.C: $.distinct[first|last|all] added
                   5390: 
                   5391: 2010-09-01  moko
                   5392: 
                   5393:        * tests/results/253.processed: json test result
                   5394: 
                   5395:        * tests/: 253.html, 253_json.txt: json test added
                   5396: 
                   5397:        * src/classes/json.C: json.C update to actual version + hash key
                   5398:          creation bugfix
                   5399: 
                   5400: 2010-08-31  misha
                   5401: 
                   5402:        * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
                   5403:          src/lib/json/Makefile.am, src/lib/json/json.vcproj,
                   5404:          src/lib/Makefile.am, src/classes/Makefile.am,
                   5405:          src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
                   5406:          json library was added
                   5407: 
                   5408: 2010-08-30  moko
                   5409: 
                   5410:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   5411:          types/pa_vobject.C: cosmetic optimization in
                   5412:          request:execute_method usage
                   5413: 
                   5414:        * src/: include/pa_charset.h, main/pa_charset.C: small
                   5415:          optimization, just to decrease number of lines. :)
                   5416: 
                   5417: 2010-08-27  misha
                   5418: 
                   5419:        * src/classes/op.C: - taint[json] was added
                   5420: 
                   5421:        * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
                   5422:          were added
                   5423: 
                   5424:        * src/main/pa_exec.C: - warning fix was rolled back.
                   5425: 
                   5426:        * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
                   5427:          include/pa_string.h: - taint[json] was added - escaping was
                   5428:          slightly modified
                   5429: 
                   5430: 2010-08-25  misha
                   5431: 
                   5432:        * src/classes/file.C: - typo in file:sql exception was fixed
                   5433: 
                   5434:        * src/main/pa_exec.C: - warning about declared and not used
                   5435:          variable forced_allow was removed
                   5436: 
                   5437: 2010-08-14  misha
                   5438: 
                   5439:        * src/classes/hash.C: - two warnings about signed/unsigned mismatch
                   5440:          were removed
                   5441: 
                   5442: 2010-08-11  moko
                   5443: 
                   5444:        * tests/: 249.html, results/249.processed: default setter and
                   5445:          anti-recursive default getter test added
                   5446: 
                   5447:        * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
                   5448:          types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
                   5449:          types/pa_vobject.h, types/pa_vstateless_class.C,
                   5450:          types/pa_vstateless_class.h: default setter support +
                   5451:          anti-recursive default getter support ( new feature: #13 )
                   5452: 
                   5453:        * src/include/pa_hash.h: optimization: threshold member removed
                   5454:          from hash, reducing sizeof(hash)
                   5455: 
                   5456: 2010-08-10  misha
                   5457: 
                   5458:        * tests/196.html: - junction-method was added to the test
                   5459: 
                   5460:        * tests/248.html: - ups. typo :)
                   5461: 
                   5462:        * tests/248.html: - test for checking .match with 4 params
                   5463: 
                   5464:        * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
                   5465:          247_windows1251.txt: - test for "transcode file from utf-8 to
                   5466:          $request:charset during loading if the BOM code is detected"
                   5467: 
                   5468:        * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
                   5469:          $request:charset during loading if the BOM code is detected ( new
                   5470:          feature: #98 )
                   5471: 
                   5472: 2010-08-05  misha
                   5473: 
                   5474:        * src/classes/image.C: - ^image.replace now can accept only 2
                   5475:          params. in this case the whole image is affected ( new feature:
                   5476:          #95 )
                   5477: 
                   5478: 2010-08-04  misha
                   5479: 
                   5480:        * tests/246.html: - test tor ^hash._at[] was added
                   5481: 
                   5482:        * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
                   5483:          #53 )
                   5484: 
                   5485:        * src/include/pa_hash.h: - methods for accessing the first and the
                   5486:          last values of ordered hash were added (first_value and
                   5487:          last_value)
                   5488: 
                   5489:        * src/classes/file.C: - now ^file::base64 accepts up to 4 params
                   5490:          (similar to others file's methods):
                   5491:          ^file::base64[mode;user-file-name;encoded;options] ( new feature:
                   5492:          #68 )
                   5493: 
                   5494:        * src/types/pa_vmethod_frame.h: - helper method as_hash was added
                   5495: 
                   5496: 2010-08-01  moko
                   5497: 
                   5498:        * src/classes/op.C: to correctly process $result[] in code, called
                   5499:          from ^process
                   5500: 
                   5501:        * tests/245.html: $result in ^process[] test added
                   5502: 
                   5503:        * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
                   5504:          main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
                   5505:          types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
                   5506:          VMethodFrame(junction, caller) replaced with VMethodFrame(method,
                   5507:          caller, self) op_call(VMethodFrame &frame, bool constructing)
                   5508:          removed, construct(class,method) added
                   5509: 
                   5510:        * tests/results/: 192.processed, 244.processed: request::construct
                   5511:          added
                   5512: 
                   5513:        * tests/: 244.html, 245.html, results/244.processed,
                   5514:          results/245.processed: object creation exceptions and ^process
                   5515:          tests added
                   5516: 
                   5517: 2010-07-28  misha
                   5518: 
                   5519:        * tests/make_tests.cmd: - win32 EOLs
                   5520: 
                   5521:        * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
                   5522:          tests on Win32 were added (The system timezone should be GMT+3)
                   5523: 
                   5524: 2010-07-26  misha
                   5525: 
                   5526:        * tests/: 212.html, results/212.processed: - sizes were removed
                   5527:          mecause they could be different on different OSs
                   5528: 
                   5529:        * tests/065.html: - make it "win32 friendly"
                   5530: 
                   5531: 2010-07-25  misha
                   5532: 
                   5533:        * src/main/compile.y: - all EOLs between methods are removed during
                   5534:          compilation ( new feature: #47 )
                   5535: 
                   5536:        * tests/results/149.processed: - prepare tests to trim trailing
                   5537:          methods' EOLs
                   5538: 
                   5539:        * tests/149.html: - prepare tests to trim trailing methods' EOLs
                   5540: 
                   5541:        * tests/: results/006.processed, results/014.processed, 006.html,
                   5542:          014.html, 022.html: - prepare tests to trim trailing methods'
                   5543:          EOLs
                   5544: 
                   5545:        * tests/: 059.html, 071.html, 149.html, results/059.processed,
                   5546:          results/071.processed, results/022.processed: - prepare tests to
                   5547:          trim trailing methods' EOLs
                   5548: 
                   5549:        * tests/: results/073.processed, results/109.processed,
                   5550:          results/142.processed, results/144.processed,
                   5551:          results/149.processed, 073.html, 096.html, 109.html, 142.html,
                   5552:          144.html: - prepare tests to trim trailing methods' EOLs
                   5553: 
                   5554:        * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
                   5555:          149.html, 152.html, results/096.processed, results/107.processed,
                   5556:          results/109.processed, results/142.processed,
                   5557:          results/144.processed: - prepare tests to trim trailing methods'
                   5558:          EOLs
                   5559: 
                   5560: 2010-07-24  moko
                   5561: 
                   5562:        * tests/results/: 156.processed, 224.processed: fix for #54 changed
                   5563:          the hash order in this test
                   5564: 
                   5565:        * tests/014.html: to check hash order, hash no is longer sorted
                   5566:          before print
                   5567: 
                   5568:        * src/include/pa_hash.h: hash copy constructor now keeps order
                   5569:          (bugfix: #54)
                   5570: 
                   5571: 2010-07-23  moko
                   5572: 
                   5573:        * tests/results/224.processed: @auto[] is no longer inherited
                   5574: 
                   5575:        * src/types/pa_vstateless_class.C, tests/227.html,
                   5576:          tests/results/227.processed: @auto[] is no longer inherited
                   5577:          (bugfix: #57)
                   5578: 
                   5579: 2010-07-22  misha
                   5580: 
                   5581:        * src/classes/table.C: - don't skip comment lines during
                   5582:          table::load if encloser or separator is set as '#' ( new feature:
                   5583:          #30 )
                   5584: 
                   5585:        * src/targets/cgi/parser3.C: - don't run as cgi if
                   5586:          env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
                   5587:          #12 )
                   5588: 
                   5589:        * src/classes/file.C: - set PARSER_VARSION env before external
                   5590:          script executing
                   5591: 
                   5592: 2010-07-13  misha
                   5593: 
                   5594:        * tests/058.html: - test for suppressing @border was added - test
                   5595:          for user attribute was added
                   5596: 
                   5597:        * tests/results/186.processed: unescaping from \uXXXX
                   5598: 
                   5599:        * tests/186.html: unescaping from \uXXXX
                   5600: 
                   5601:        * tests/: 239.html, results/239.processed: method call type
                   5602: 
                   5603:        * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
                   5604:          $junction_method.CLASS_NAME (+CLASS)
                   5605: 
                   5606: 2010-07-07  misha
                   5607: 
                   5608:        * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
                   5609:          *nix
                   5610: 
                   5611: 2010-07-05  misha
                   5612: 
                   5613:        * src/: classes/curl.C, classes/file.C, classes/hash.C,
                   5614:          classes/image.C, classes/op.C, classes/string.C, classes/table.C,
                   5615:          classes/void.C, main/pa_common.C, main/pa_http.C: - exception
                   5616:          comment strings "options must be hash", "options must be hash,
                   5617:          not code" and "called with invalid option" were replaced by
                   5618:          constatns - exception comment string "invalid option passed" was
                   5619:          replaced by "called with invalid option" (now in different
                   5620:          methods are the same exception comment string)
                   5621: 
                   5622:        * src/include/pa_exception.h: - more exception strings were defined
                   5623: 
                   5624:        * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   5625:          types/pa_vstateless_class.h: - now we can define possible
                   5626:          method's call type ( new feature: #5 )   1.
                   5627:          @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
                   5628:          methods   2. @static:method[params] (only static keyword could be
                   5629:          used here) -- for specified methods
                   5630: 
                   5631:        * src/main/pa_common.C: - junction points should not be deleted on
                   5632:          win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
                   5633:          cleanup
                   5634: 
                   5635: 2010-07-03  misha
                   5636: 
                   5637:        * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
                   5638:          results/158.processed, results/160.processed,
                   5639:          results/161.processed, results/162.processed,
                   5640:          results/163.processed: - prepare tests to trim trailing methods'
                   5641:          EOLs
                   5642: 
                   5643:        * tests/results/169.processed: - prepare tests to trim trailing
                   5644:          methods' EOLs
                   5645: 
                   5646:        * tests/results/: 168.processed, 169.processed: - prepare tests to
                   5647:          trim trailing methods' EOLs
                   5648: 
                   5649:        * tests/: results/170.processed, results/167.processed,
                   5650:          results/168.processed, results/169.processed, 167.html, 168.html,
                   5651:          169.html: - prepare tests to trim trailing methods' EOLs
                   5652: 
                   5653:        * tests/: results/170.processed, results/171.processed,
                   5654:          results/172.processed, results/173.processed,
                   5655:          results/174.processed, results/175.processed, 170.html, 171.html,
                   5656:          172.html, 173.html, 174.html, 175.html: - prepare tests to trim
                   5657:          trailing methods' EOLs
                   5658: 
                   5659:        * tests/: results/176.processed, results/180.processed,
                   5660:          results/184.processed, results/185.processed,
                   5661:          results/191.processed, results/192.processed,
                   5662:          results/196.processed, results/197.processed,
                   5663:          results/198.processed, 176.html, 180.html, 184.html, 185.html,
                   5664:          191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
                   5665:          to trim trailing methods' EOLs
                   5666: 
                   5667:        * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
                   5668:          results/199.processed, results/208.processed,
                   5669:          results/209.processed, results/213.processed,
                   5670:          results/214.processed: - prepare tests to trim trailing methods'
                   5671:          EOLs
                   5672: 
                   5673: 2010-06-29  misha
                   5674: 
                   5675:        * tests/: 220.html, 218.html, results/218.processed,
                   5676:          results/215.processed, results/217.processed, 215.html, 217.html:
                   5677:          - prepare tests to trim trailing methods' EOLs
                   5678: 
                   5679:        * tests/: results/224.processed, 224.html, 223.html,
                   5680:          results/223.processed, results/220.processed: - prepare tests to
                   5681:          trim trailing methods' EOLs
                   5682: 
                   5683:        * tests/results/: 226.processed, 230.processed: - prepare tests to
                   5684:          trim trailing methods' EOLs
                   5685: 
                   5686:        * tests/: 229.html, results/229.processed: - prepare tests to trim
                   5687:          trailing methods' EOLs
                   5688: 
                   5689:        * tests/: 232.html, 235.html, results/232.processed,
                   5690:          results/235.processed, 226.html, 227.html, 228.html, 230.html,
                   5691:          results/226.processed, results/227.processed,
                   5692:          results/228.processed, results/230.processed: - prepare tests to
                   5693:          trim trailing methods' EOLs
                   5694: 
                   5695: 2010-06-16  moko
                   5696: 
                   5697:        * tests/: 229.html, results/229.processed:  elseif now supported in
                   5698:          ^if
                   5699: 
                   5700:        * src/classes/op.C: new feature: #56 elseif now supported in ^if
                   5701: 
                   5702: 2010-06-03  misha
                   5703: 
                   5704:        * src/main/pa_common.C: - bugfix #74 -- memmove should be used
                   5705:          instead of memcopy for overlaped regions
                   5706: 
                   5707: 2010-05-25  misha
                   5708: 
                   5709:        * src/main/pa_common.C: - wanring about unused vars was removed
                   5710: 
                   5711:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
                   5712:          get_method_filename was moved to execute.C
                   5713: 
                   5714: 2010-05-23  misha
                   5715: 
                   5716:        * src/main/pa_request.C: - more accurate detection of method's file
                   5717: 
                   5718: 2010-05-22  misha
                   5719: 
                   5720:        * src/classes/reflection.C: - bugfix: core during detection of
                   5721:          .file if filespec isn't detected successfully
                   5722: 
                   5723: 2010-05-20  misha
                   5724: 
                   5725:        * src/main/pa_request.C: - fix in get_method_filename
                   5726: 
                   5727:        * src/include/pa_request.h: - new feature: #24 -- searching
                   5728:          included file in @USE/^use is changed. if its filespec doesn't
                   5729:          start from '/' it will be searched in caller file directory
                   5730: 
                   5731:        * src/classes/reflection.C: - ^reflection:method_info returns file
                   5732:          where the method is defined
                   5733: 
                   5734:        * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
                   5735:          classes/op.C: - new feature: #24 -- searching included file in
                   5736:          @USE/^use is changed. if its filespec doesn't start from '/' it
                   5737:          will be searched in caller file directory
                   5738: 
                   5739:        * src/: classes/file.C, include/pa_common.h: - method lastposafter
                   5740:          is moved to pa_common.h
                   5741: 
                   5742: 2010-05-18  misha
                   5743: 
                   5744:        * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
                   5745:          types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
                   5746:          cookie parser decode \uXXXX as well as %uXXXX
                   5747: 
                   5748: 2010-05-17  misha
                   5749: 
                   5750:        * src/classes/curl.C: beauty: - unused param is removed in method
                   5751:          _curl_version_action - some spaces were removed or replaced by
                   5752:          tabs
                   5753: 
                   5754:        * src/classes/table.C: - bugfix: #72 core with empty value during
                   5755:          ^table.hash[...;name_of_the_last_column][$.type[string]]
                   5756: 
                   5757: 2010-05-16  misha
                   5758: 
                   5759:        * src/classes/curl.C: new: #61 more curl options were added
                   5760:          (contributed by Sumo)
                   5761: 
                   5762: 2010-04-29  pretender
                   5763: 
                   5764:        * src/main/pa_string.C: fixes #63 Split result from empty string
                   5765:          now empty string.
                   5766: 
                   5767:        * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
                   5768:          string type.
                   5769: 
                   5770: 2010-04-28  pretender
                   5771: 
                   5772:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   5773:          main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
                   5774:          macrodefinition removed
                   5775: 
                   5776: 2010-04-19  pretender
                   5777: 
                   5778:        * src/main/execute.C: fixes #60 Stacktrace now contains info for
                   5779:          OP_CONSTRUCT_OBJECT and OP_GET_CLASS
                   5780: 
                   5781:        * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
                   5782:          fixes #64 Now file.missing exception generates in unsafe mode to.
                   5783: 
                   5784:        * src/classes/file.C: fixes #48 Now not throw "not save environment
                   5785:          variable" exception in grpunlim version.
                   5786: 
                   5787: 2010-04-05  misha
                   5788: 
                   5789:        * src/classes/string.C: - new feature: 4th param was added to
                   5790:          match. if specified its value is returned in case of nothing was
                   5791:          found
                   5792: 
                   5793: 2010-04-01  misha
                   5794: 
                   5795:        * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
                   5796:          multiple execution of /a/b/auto.p
                   5797: 
                   5798: 2010-03-19  misha
                   5799: 
                   5800:        * src/main/execute.C: - core in $table1.$table2 was fixed
                   5801: 
                   5802:        * src/targets/cgi/parser3.C: - core in sigpipe was fixed
                   5803: 
                   5804: 2010-01-27  misha
                   5805: 
                   5806:        * src/main/pa_common.C: - bugfix: there are no excaption.type if
                   5807:          trying to open file by path /existing-file/non-exixting-file
                   5808: 
                   5809: 2010-01-26  misha
                   5810: 
                   5811:        * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
                   5812:          was added (returns file)
                   5813: 
                   5814: 2009-12-22  misha
                   5815: 
                   5816:        * src/classes/curl.C: - method 'option' was renamed to 'options' -
                   5817:          now parser doesn't have class curl if it was built without it
                   5818: 
                   5819: 2009-12-15  misha
                   5820: 
                   5821:        * configure.in: - little cheat with curl include dir was added
                   5822: 
                   5823: 2009-12-05  misha
                   5824: 
                   5825:        * src/classes/curl.C: - some fixes
                   5826: 
                   5827: 2009-12-04  misha
                   5828: 
                   5829:        * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
                   5830:          src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
                   5831:          buildall-with-xml, buildall-without-xml, configure.in: - curl
                   5832:          class was added
                   5833: 
                   5834:        * src/include/pa_hash.h: - hash-iterator was added
                   5835: 
                   5836:        * buildall-with-xml, buildall-without-xml: - option --passive-ftp
                   5837:          was added to pcre
                   5838: 
                   5839: 2009-11-27  misha
                   5840: 
                   5841:        * src/classes/image.C: - don't add @border attribute to output of
                   5842:          ^image.html[] if it was specified by user with empty value
                   5843: 
                   5844:        * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
                   5845:          root element and we are trying to access .documentElement
                   5846: 
                   5847: 2009-11-11  misha
                   5848: 
                   5849:        * src/classes/table.C: - in ^table.flip[] look at number of columns
                   5850:          instead of number of items in first row for named tables
                   5851: 
                   5852: 2009-11-10  misha
                   5853: 
                   5854:        * operators.txt: - info about hash-options in ^file::create was
                   5855:          added
                   5856: 
                   5857:        * tests/237.html: - test for ^file::create[...;$.charset[...]] was
                   5858:          added
                   5859: 
                   5860: 2009-11-09  misha
                   5861: 
                   5862:        * buildall-with-xml: - moving to libxml 2.7.6
                   5863: 
                   5864:        * tests/236.html: - tests for comparations cords with functions
                   5865:          were added
                   5866: 
                   5867:        * src/include/pa_string.h: - optimisation: cacheing of cstr was
                   5868:          added
                   5869: 
                   5870:        * src/main/pa_http.C: - little optimisation
                   5871: 
                   5872:        * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
                   5873:          GPF mallocs + stringstream (table.save)
                   5874: 
                   5875:        * src/classes/file.C: - file::create now accepts 4th param: options
                   5876:          with $.charset
                   5877: 
                   5878:        * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
                   5879:          bug in cord (comparation cords with functions was buggy)
                   5880: 
                   5881: 2009-11-06  misha
                   5882: 
                   5883:        * src/main/pa_string.C: - bugfix: calculation string.length
                   5884:          sometimes was buggy
                   5885: 
                   5886:        * src/classes/string.C: - bugfix: Temp_value_element wasn't
                   5887:          destroyed if exception occured during match/replace
                   5888: 
                   5889:        * src/: main/pa_charset.C, include/pa_charset.h: - method
                   5890:          lengthUTF8Char was added
                   5891: 
                   5892:        * src/classes/op.C: - clean tainting lang was added for user's
                   5893:          usage
                   5894: 
                   5895:        * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
                   5896:          fixed: checkouts are required after GC_MALLOC
                   5897: 
                   5898:        * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
                   5899: 
                   5900:        * operators.txt: - actually, there is no ^untaint[xml] in
                   5901:          file::create
                   5902: 
                   5903: 2009-10-15  misha
                   5904: 
                   5905:        * tests/: 235.html, 235_attach.txt: - tests for preparing email
                   5906:          were added
                   5907: 
                   5908:        * tests/234.html: - more tests for checking ^taint[uri] escaping
                   5909:          were added
                   5910: 
                   5911:        * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
                   5912:          main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
                   5913:          hacking: for dealing with transcoding+^taint[uri]
                   5914:          transcode_and_untaint was replaced by untaint_and_transcode
                   5915: 
                   5916: 2009-10-13  misha
                   5917: 
                   5918:        * tests/: 121.html, results/121.processed: - test transcoding +
                   5919:          url-escaping now
                   5920: 
                   5921:        * tests/results/auto.p: - more helpers' methods were added
                   5922: 
                   5923:        * src/main/pa_globals.C: - die instead of abort
                   5924: 
                   5925: 2009-10-06  misha
                   5926: 
                   5927:        * src/main/pa_common.C: - don't allocate memory during
                   5928:          capitalization if input string is already capitalized
                   5929: 
                   5930:        * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
                   5931: 
                   5932:        * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
                   5933:          use format function because it calls malloc
                   5934: 
                   5935:        * src/include/pa_common.h: - more capitalized headers were added
                   5936: 
                   5937:        * src/main/pa_common.C: - in safe mode clear executable bits during
                   5938:          file writing
                   5939: 
                   5940: 2009-10-05  misha
                   5941: 
                   5942:        * src/main/pa_charset.C: - use iterators in pa_charset.C itself
                   5943: 
                   5944: 2009-10-03  misha
                   5945: 
                   5946:        * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
                   5947:          ^img.text[] & ^img.length[] can work in utf-8 now
                   5948: 
                   5949:        * src/: include/pa_charset.h, main/pa_charset.C: - class
                   5950:          UTF8_string_iterator was added
                   5951: 
                   5952:        * src/classes/image.C: - respect utf-8 when calculate alphabet
                   5953:          length
                   5954: 
                   5955:        * src/classes/mail.C: - check from before get message.cstr
                   5956: 
                   5957: 2009-10-02  misha
                   5958: 
                   5959:        * tests/233.html: - test for image.font, image.length, image.text
                   5960:          with text in utf-8 were added
                   5961: 
                   5962:        * src/main/pa_common.C: - use pa_malloc_atomic instead of new
                   5963: 
                   5964:        * buildall-with-xml, buildall-without-xml: - comment about gc
                   5965:          version for freebsd 4 was added
                   5966: 
                   5967: 2009-10-01  misha
                   5968: 
                   5969:        * src/main/pa_exec.C: - bugfix: allocate a bit more (for
                   5970:          terminator) - read_pipe were slightly optimized
                   5971: 
                   5972: 2009-09-28  misha
                   5973: 
                   5974:        * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
                   5975:          removed
                   5976: 
                   5977:        * src/types/pa_vmail.C: - forgot about space after ':'
                   5978: 
                   5979:        * src/types/pa_vmail.C: - escape filenames while preparing mail
                   5980:          body - small simplifications
                   5981: 
                   5982:        * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
                   5983:          inout params like pa_base64
                   5984: 
                   5985:        * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
                   5986:          option $.debug-print(1) was added to mail:send - changes for
                   5987:          using uue_encode which uses less memory
                   5988: 
                   5989:        * src/main/pa_common.C: - pa_base64_encode uses less memory now
                   5990: 
                   5991:        * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
                   5992:          memory now
                   5993: 
                   5994: 2009-09-26  misha
                   5995: 
                   5996:        * src/types/pa_vmail.C: - default encoding now is base64
                   5997: 
                   5998:        * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
                   5999: 
                   6000: 2009-09-25  misha
                   6001: 
                   6002:        * src/types/pa_vmail.C: - capitalization of headers was added to
                   6003:          sending mail as well
                   6004: 
                   6005:        * buildall-with-xml: - catalog package was removed from libxml
                   6006: 
                   6007:        * src/main/pa_xml_io.C: - fix in removing file:// protocol for
                   6008:          win32 absolute path
                   6009: 
                   6010:        * src/include/pa_common.h: - one more capitalized header was added
                   6011: 
                   6012: 2009-09-22  misha
                   6013: 
                   6014:        * INSTALL: - comment about building just httpd binary while
                   6015:          building apache module was added
                   6016: 
                   6017: 2009-09-21  misha
                   6018: 
                   6019:        * buildall-with-xml: - moving to the latest versions of xml libs:
                   6020:          libxml 2.7.4 and libxslt 1.1.25
                   6021: 
                   6022: 2009-09-19  misha
                   6023: 
                   6024:        * tests/231.html: - test for encoding cookie in win-1251
                   6025: 
                   6026: 2009-09-18  misha
                   6027: 
                   6028:        * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
                   6029:          object] were added
                   6030: 
                   6031:        * operators.txt: - info about method ^reflection:fields[class or
                   6032:          object] was added
                   6033: 
                   6034:        * src/classes/reflection.C: - method ^reflection:fields[class or
                   6035:          object] was added
                   6036: 
                   6037:        * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
                   6038:          methods get_fields were added
                   6039: 
                   6040:        * tests/232.html: - tests for @GET[name]
                   6041: 
                   6042:        * src/classes/table.C: - some changes in handling hash-options for
                   6043:          creare, join and locate
                   6044: 
                   6045:        * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
                   6046:          defined with option: the type of requested value
                   6047: 
                   6048: 2009-09-17  misha
                   6049: 
                   6050:        * tests/212.html: - tests for .pattern and .options were added
                   6051: 
                   6052:        * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
                   6053:          $regex.options were added
                   6054: 
                   6055: 2009-09-11  misha
                   6056: 
                   6057:        * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
                   6058:          rewrited. it checks not just one case of sending cookies during
                   6059:          file::load[http], but also sending headers and fields (including
                   6060:          files)
                   6061: 
                   6062: 2009-09-10  misha
                   6063: 
                   6064:        * src/main/untaint.C: - workaround in file-spec lang for old Macs
                   6065:          was removed => now parser can open files with Russian 'r' in
                   6066:          filename
                   6067: 
                   6068:        * src/main/untaint.C: - bugfix: client charset whould be analized
                   6069:          while escaping cookies but now source charset
                   6070: 
                   6071:        * src/main/pa_http.C: - bugfix: the values of http headers didn't
                   6072:          ^tainted[uri] so it was possible to make request with incorrect
                   6073:          http header
                   6074: 
                   6075:        * src/main/pa_http.C: - capitalization of http headers during
                   6076:          file::load[http was slightly changes - bugfix: all headers which
                   6077:          parser sends during file::load[http should be transcoded and only
                   6078:          then escaped
                   6079: 
                   6080:        * src/main/untaint.C: - a bit more comments were added
                   6081: 
                   6082:        * src/classes/: file.C, string.C: - types where changes (minus 2
                   6083:          warnings)
                   6084: 
                   6085:        * src/include/pa_common.h: - 2 capitalized strings for making http
                   6086:          headers during file::load[http were added
                   6087: 
                   6088: 2009-09-08  misha
                   6089: 
                   6090:        * operators.txt: - changes in file.save and string.save were added
                   6091: 
                   6092:        * tests/: 230.html, 230.txt: - tests for checking options in
                   6093:          file.save and string.save were added
                   6094: 
                   6095:        * src/main/pa_request.C: - http headers names, which are passed to
                   6096:          SAPI::add_header_attribute are lowercased now (it'll be
                   6097:          capitalized in that method)
                   6098: 
                   6099:        * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
                   6100:          classes/string.C: - file_write accepts Request_charsets and asked
                   6101:          charset and cound transcode content before writing - string.save
                   6102:          and file.save have option $.charset now
                   6103: 
                   6104:        * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
                   6105:          classes/xdoc.C: - file_write accepts Request_charsets and asked
                   6106:          charset and cound transcode content before writing
                   6107: 
                   6108:        * src/include/pa_exception.h: - new exception comment string was
                   6109:          defined
                   6110: 
                   6111: 2009-09-07  misha
                   6112: 
                   6113:        * src/main/compile.y: - grammar $name\ name stops now for regex
                   6114:          sub-pattern\s
                   6115: 
                   6116: 2009-09-04  misha
                   6117: 
                   6118:        * src/main/pa_http.C: - capitalization of http headers during
                   6119:          file::load[http was implemented
                   6120: 
                   6121: 2009-09-03  misha
                   6122: 
                   6123:        * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
                   6124:          include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
                   6125:          types/pa_vmail.C, targets/cgi/parser3.C,
                   6126:          targets/isapi/parser3isapi.C: - back to storing response http
                   6127:          headers in lowercase - capitalize them during output
                   6128: 
                   6129: 2009-08-31  misha
                   6130: 
                   6131:        * src/classes/table.C: - allow call with any brackets (it could be
                   6132:          useful in methods with explict result declaration)
                   6133: 
                   6134:        * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
                   6135:          correctly if $request:charset==koi8-r
                   6136: 
                   6137: 2009-08-30  misha
                   6138: 
                   6139:        * src/: include/pa_common.h, main/pa_request.C: - http headers were
                   6140:          changed: content-type => Content-type and so on
                   6141: 
                   6142:        * src/classes/file.C, src/include/pa_common.h,
                   6143:          src/include/pa_request.h, src/main/pa_http.C,
                   6144:          src/main/pa_request.C, src/types/pa_vcookie.C,
                   6145:          src/types/pa_vmail.C, src/targets/cgi/parser3.C,
                   6146:          src/targets/isapi/parser3isapi.C, tests/results/001.processed,
                   6147:          tests/results/002.processed, tests/results/003.processed,
                   6148:          tests/results/004.processed, tests/results/005.processed,
                   6149:          tests/results/006.processed, tests/results/007.processed,
                   6150:          tests/results/008.processed, tests/results/009.processed,
                   6151:          tests/results/010.processed, tests/results/011.processed,
                   6152:          tests/results/012.processed, tests/results/013.processed,
                   6153:          tests/results/014.processed, tests/results/015.processed,
                   6154:          tests/results/016.processed, tests/results/017.processed,
                   6155:          tests/results/018.processed, tests/results/019.processed,
                   6156:          tests/results/020.processed, tests/results/021.processed,
                   6157:          tests/results/022.processed, tests/results/023.processed,
                   6158:          tests/results/024.processed, tests/results/025.processed,
                   6159:          tests/results/026.processed, tests/results/027.processed,
                   6160:          tests/results/028.processed, tests/results/029.processed,
                   6161:          tests/results/030.processed, tests/results/031.processed,
                   6162:          tests/results/032.processed, tests/results/033.processed,
                   6163:          tests/results/034.processed, tests/results/035.processed,
                   6164:          tests/results/036.processed, tests/results/037.processed,
                   6165:          tests/results/038.processed, tests/results/039.processed,
                   6166:          tests/results/040.processed, tests/results/041.processed,
                   6167:          tests/results/042.processed, tests/results/043.processed,
                   6168:          tests/results/044.processed, tests/results/045.processed,
                   6169:          tests/results/046.processed, tests/results/047.processed,
                   6170:          tests/results/048.processed, tests/results/049.processed,
                   6171:          tests/results/050.processed, tests/results/051.processed,
                   6172:          tests/results/052.processed, tests/results/053.processed,
                   6173:          tests/results/054.processed, tests/results/055.processed,
                   6174:          tests/results/056.processed, tests/results/057.processed,
                   6175:          tests/results/058.processed, tests/results/059.processed,
                   6176:          tests/results/060.processed, tests/results/061.processed,
                   6177:          tests/results/062.processed, tests/results/063.processed,
                   6178:          tests/results/064.processed, tests/results/065.processed,
                   6179:          tests/results/066.processed, tests/results/067.processed,
                   6180:          tests/results/068.processed, tests/results/069.processed,
                   6181:          tests/results/070.processed, tests/results/071.processed,
                   6182:          tests/results/072.processed, tests/results/073.processed,
                   6183:          tests/results/074.processed, tests/results/075.processed,
                   6184:          tests/results/076.processed, tests/results/077.processed,
                   6185:          tests/results/078.processed, tests/results/079.processed,
                   6186:          tests/results/080.processed, tests/results/081.processed,
                   6187:          tests/results/082.processed, tests/results/083.processed,
                   6188:          tests/results/084.processed, tests/results/085.processed,
                   6189:          tests/results/086.processed, tests/results/087.processed,
                   6190:          tests/results/088.processed, tests/results/089.processed,
                   6191:          tests/results/090.processed, tests/results/091.processed,
                   6192:          tests/results/092.processed, tests/results/093.processed,
                   6193:          tests/results/094.processed, tests/results/095.processed,
                   6194:          tests/results/096.processed, tests/results/097.processed,
                   6195:          tests/results/098.processed, tests/results/099.processed,
                   6196:          tests/results/100.processed, tests/results/101.processed,
                   6197:          tests/results/102.processed, tests/results/103.processed,
                   6198:          tests/results/104.processed, tests/results/105.processed,
                   6199:          tests/results/106.processed, tests/results/107.processed,
                   6200:          tests/results/108.processed, tests/results/109.processed,
                   6201:          tests/results/110.processed, tests/results/111.processed,
                   6202:          tests/results/112.processed, tests/results/113.processed,
                   6203:          tests/results/114.processed, tests/results/115.processed,
                   6204:          tests/results/116.processed, tests/results/117.processed,
                   6205:          tests/results/118.processed, tests/results/119.processed,
                   6206:          tests/results/120.processed, tests/results/121.processed,
                   6207:          tests/results/122.processed, tests/results/123.processed,
                   6208:          tests/results/124.processed, tests/results/125.processed,
                   6209:          tests/results/126.processed, tests/results/127.processed,
                   6210:          tests/results/128.processed, tests/results/129.processed,
                   6211:          tests/results/130.processed, tests/results/131.processed,
                   6212:          tests/results/132.processed, tests/results/133.processed,
                   6213:          tests/results/134.processed, tests/results/135.processed,
                   6214:          tests/results/136.processed, tests/results/138.processed,
                   6215:          tests/results/139.processed, tests/results/140.processed,
                   6216:          tests/results/141.processed, tests/results/142.processed,
                   6217:          tests/results/143.processed, tests/results/144.processed,
                   6218:          tests/results/145.processed, tests/results/146.processed,
                   6219:          tests/results/147.processed, tests/results/148.processed,
                   6220:          tests/results/149.processed, tests/results/150.processed,
                   6221:          tests/results/151.processed, tests/results/152.processed,
                   6222:          tests/results/153.processed, tests/results/154.processed,
                   6223:          tests/results/155.processed, tests/results/156.processed,
                   6224:          tests/results/157.processed, tests/results/158.processed,
                   6225:          tests/results/159.processed, tests/results/160.processed,
                   6226:          tests/results/161.processed, tests/results/162.processed,
                   6227:          tests/results/163.processed, tests/results/164.processed,
                   6228:          tests/results/165.processed, tests/results/166.processed,
                   6229:          tests/results/167.processed, tests/results/168.processed,
                   6230:          tests/results/169.processed, tests/results/170.processed,
                   6231:          tests/results/171.processed, tests/results/172.processed,
                   6232:          tests/results/173.processed, tests/results/174.processed,
                   6233:          tests/results/175.processed, tests/results/176.processed,
                   6234:          tests/results/177.processed, tests/results/178.processed,
                   6235:          tests/results/179.processed, tests/results/180.processed,
                   6236:          tests/results/181.processed, tests/results/182.processed,
                   6237:          tests/results/183.processed, tests/results/184.processed,
                   6238:          tests/results/185.processed, tests/results/186.processed,
                   6239:          tests/results/187.processed, tests/results/188.processed,
                   6240:          tests/results/189.processed, tests/results/190.processed,
                   6241:          tests/results/191.processed, tests/results/192.processed,
                   6242:          tests/results/193.processed, tests/results/194.processed,
                   6243:          tests/results/195.processed, tests/results/196.processed,
                   6244:          tests/results/197.processed, tests/results/198.processed,
                   6245:          tests/results/199.processed, tests/results/200.processed,
                   6246:          tests/results/201.processed, tests/results/202.processed,
                   6247:          tests/results/203.processed, tests/results/204.processed,
                   6248:          tests/results/205.processed, tests/results/206.processed,
                   6249:          tests/results/207.processed, tests/results/208.processed,
                   6250:          tests/results/209.processed, tests/results/210.processed,
                   6251:          tests/results/211.processed, tests/results/212.processed,
                   6252:          tests/results/213.processed, tests/results/214.processed,
                   6253:          tests/results/215.processed, tests/results/216.processed,
                   6254:          tests/results/217.processed, tests/results/218.processed,
                   6255:          tests/results/219.processed, tests/results/220.processed,
                   6256:          tests/results/221.processed, tests/results/222.processed,
                   6257:          tests/results/223.processed, tests/results/224.processed,
                   6258:          tests/results/225.processed, tests/results/226.processed,
                   6259:          tests/results/227.processed, tests/results/228.processed,
                   6260:          tests/results/229.processed: - http headers were changed:
                   6261:          content-type => Content-type and so on
                   6262: 
                   6263: 2009-08-27  misha
                   6264: 
                   6265:        * src/: main/pa_random.C, include/pa_random.h,
                   6266:          targets/cgi/parser3.C: - year was updated :)
                   6267: 
                   6268: 2009-08-26  misha
                   6269: 
                   6270:        * tests/: 224.html, 224.p: - test for creating of parser object
                   6271:          using constructor without params - little bugfix in test
                   6272: 
                   6273:        * src/main/compile_tools.h: - bugfix: should't call autouse while
                   6274:          checking existed class while processing partial option
                   6275: 
                   6276:        * src/classes/reflection.C: - bugfix: core when creating object
                   6277:          with reflection and constructor doesn't have params
                   6278: 
                   6279: 2009-08-24  misha
                   6280: 
                   6281:        * tests/229.html: - tests for checking the number of parameters
                   6282:          were added
                   6283: 
                   6284:        * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
                   6285:          number of method's parameters wasn't checked correctly (the bug
                   6286:          was introduced in 3.4.0)
                   6287: 
                   6288: 2009-08-22  misha
                   6289: 
                   6290:        * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
                   6291:          transcoded, but tainted pieces are escaped only when
                   6292:          content-type==url-encoding
                   6293: 
                   6294:        * tests/228.html: - test for checking
                   6295:          ^file::load[http://...;$.body[]]
                   6296: 
                   6297:        * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
                   6298:          post charset was too early (charsets is empty at this moment)
                   6299: 
                   6300: 2009-08-21  misha
                   6301: 
                   6302:        * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
                   6303:          main/untaint.C: - some fixes with transcode+untaint
                   6304: 
                   6305: 2009-08-15  misha
                   6306: 
                   6307:        * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
                   6308:          was increaced to 100 (was 50)
                   6309: 
                   6310:        * tests/227.html: - test for checking overriding properties in
                   6311:          static classes was added
                   6312: 
                   6313:        * tests/: 226.html, 226.p: - test for @autoload[] was added
                   6314: 
                   6315:        * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
                   6316:          main/execute.C, main/pa_request.C, classes/reflection.C: -
                   6317:          autouse was implemented
                   6318: 
                   6319: 2009-08-14  misha
                   6320: 
                   6321:        * src/classes/reflection.C: - outdated checkout was removed
                   6322: 
                   6323:        * src/classes/reflection.C: - optimization - method ^dynamical was
                   6324:          added.
                   6325: 
                   6326:        * src/: types/pa_value.h, types/pa_vmethod_frame.h,
                   6327:          types/pa_vstateless_class.h, main/execute.C: - optimization
                   6328: 
                   6329:        * src/types/pa_vclass.C: - exception if base on sytem class
                   6330: 
                   6331: 2009-08-12  misha
                   6332: 
                   6333:        * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
                   6334:          pa_vstateless_class.h: - little optimisation
                   6335: 
                   6336: 2009-08-11  misha
                   6337: 
                   6338:        * tests/224.html: - method_params => method_info - checking for
                   6339:          $.inherited
                   6340: 
                   6341:        * src/classes/reflection.C, operators.txt: - method method_params
                   6342:          was renamed to method_info and now it returns class name, if
                   6343:          method was defined in ancestor
                   6344: 
                   6345:        * tests/225.html: - tests for cheching properties in hierarhical
                   6346:          classes were added
                   6347: 
                   6348:        * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
                   6349:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   6350:          main/compile.y, main/execute.C, classes/classes.C: - problems
                   6351:          with properties in new classes implementation were fixed
                   6352: 
                   6353: 2009-08-10  misha
                   6354: 
                   6355:        * src/main/execute.C: - now constructor shouldn't be defined in
                   6356:          class. it could be defined in parent.
                   6357: 
                   6358: 2009-08-09  misha
                   6359: 
                   6360:        * src/classes/reflection.C: - ^reflection:methods doesn't return
                   6361:          base's methods
                   6362: 
                   6363: 2009-08-08  misha
                   6364: 
                   6365:        * src/: classes/classes.h, classes/date.C, classes/file.C,
                   6366:          classes/form.C, classes/hash.C, classes/hashfile.C,
                   6367:          classes/image.C, classes/mail.C, classes/op.C,
                   6368:          classes/reflection.C, classes/regex.C, classes/string.C,
                   6369:          classes/table.C, classes/xdoc.C, classes/xnode.C,
                   6370:          classes/xnode.h, include/pa_hash.h, main/execute.C,
                   6371:          main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
                   6372:          types/pa_method.h, types/pa_property.h, types/pa_value.C,
                   6373:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   6374:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   6375:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
                   6376:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   6377:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   6378:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   6379:          types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
                   6380:          types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
                   6381:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
                   6382:          types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   6383:          types/pa_vresponse.C, types/pa_vresponse.h,
                   6384:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   6385:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   6386:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
                   6387:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   6388:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   6389:          types/pa_wwrapper.h, types/types.vcproj: - new classes
                   6390:          implementation
                   6391: 
                   6392:        * buildall-with-xml, buildall-without-xml: - gc has a bug if
                   6393:          USE_MUNMAP is used. so it is disabled as a workaround.
                   6394: 
                   6395: 2009-08-05  misha
                   6396: 
                   6397:        * src/: main/pa_common.C, include/pa_common.h: - not needed
                   6398:          parameter was removed
                   6399: 
                   6400:        * src/main/pa_http.C: - bugfix: error was during detecting
                   6401:          content-type of file which was loaded by http
                   6402: 
                   6403: 2009-08-01  misha
                   6404: 
                   6405:        * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
                   6406:          src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
                   6407:          OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
                   6408:          can't be disabled with defines any longer
                   6409: 
                   6410: 2009-07-29  misha
                   6411: 
                   6412:        * src/classes/reflection.C, tests/results/224.processed: - for
                   6413:          native methods with any call type now returned empty call_type
                   6414:          value
                   6415: 
                   6416:        * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
                   6417:          classes/table.C, include/pa_hash.h, include/pa_request.h,
                   6418:          main/pa_request.C: - break in cycles was optimized
                   6419: 
                   6420:        * INSTALL: - more defines were described
                   6421: 
                   6422: 2009-07-28  misha
                   6423: 
                   6424:        * operators.txt: - some changes in information about reflection
                   6425:          class
                   6426: 
                   6427:        * tests/: 224.html, 224.p: - tests for reflection class
                   6428: 
                   6429:        * src/classes/reflection.C: - some bugs were fixed, method classes
                   6430:          was added, refactoring
                   6431: 
                   6432: 2009-07-26  misha
                   6433: 
                   6434:        * src/classes/classes.vcproj: - reflection class wass added to
                   6435:          project
                   6436: 
                   6437:        * operators.txt: - information about reflection class was added
                   6438: 
                   6439:        * src/classes/reflection.C: - class was redesigned
                   6440: 
                   6441: 2009-07-24  misha
                   6442: 
                   6443:        * src/classes/: Makefile.am, reflection.C: - class reflection was
                   6444:          added
                   6445: 
                   6446:        * src/types/pa_vstateless_class.h: - method for reflection method's
                   6447:          in classes was added
                   6448: 
                   6449: 2009-07-22  misha
                   6450: 
                   6451:        * src/main/compile_tools.h: - bugfix: $object.$var was
                   6452:          over-optimized. it failed if $object1.$object2.field
                   6453: 
                   6454: 2009-07-16  misha
                   6455: 
                   6456:        * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
                   6457:          lib/cord/cordxtra.c, lib/cord/include/cord.h,
                   6458:          include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
                   6459:          CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
                   6460:          one more arg: length of cord
                   6461: 
                   6462: 2009-07-15  misha
                   6463: 
                   6464:        * src/main/pa_http.C: - bugfix: $.cookies' values should be force
                   6465:          tainted in ^file::load[http://...;$.cookies[]]
                   6466: 
                   6467:        * src/classes/: op.C, regex.C, string.C: - new string with
                   6468:          exception was used
                   6469: 
                   6470:        * src/include/pa_exception.h: - new string with exception was added
                   6471: 
                   6472:        * tests/223.html: - test for checking cookie-encoding during
                   6473:          ^file::load[http was added
                   6474: 
                   6475:        * tests/: 221.html, 222.html: - tests for checking type of
                   6476:          $table.fields.field were added
                   6477: 
                   6478:        * src/types/pa_vtable.C: - not used var decl was removed
                   6479: 
                   6480:        * src/include/pa_string.h: - use cached string length in Body::mid.
                   6481:          it improves speed of match with brackets in pattern
                   6482: 
                   6483:        * src/lib/cord/include/cord.h: - make CORD_substr_checked available
                   6484:          outside
                   6485: 
                   6486: 2009-07-14  misha
                   6487: 
                   6488:        * src/types/pa_vtable.C: - $table.fields.a return string even if
                   6489:          column is empty (sometime returned void) - $table.fields was
                   6490:          added for nameless tables
                   6491: 
                   6492:        * src/targets/cgi/getopt.c: - one warning resolved
                   6493: 
                   6494:        * src/main/pa_string.C: - potentian bug fixed
                   6495: 
                   6496:        * src/classes/op.C: - small optimization in taint/untaint
                   6497: 
                   6498: 2009-07-13  misha
                   6499: 
                   6500:        * tests/156.html: - test for $cookie[...$.httponly(false)...] was
                   6501:          added
                   6502: 
                   6503:        * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
                   6504:          souldn't add the attribut to output
                   6505: 
                   6506: 2009-07-11  misha
                   6507: 
                   6508:        * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
                   6509:          stack size was increaced to 2MB (default=1MB)
                   6510: 
                   6511: 2009-07-08  misha
                   6512: 
                   6513:        * src/main/pa_string.C: - link to UTF-8 description was added
                   6514: 
                   6515:        * src/include/pa_hash.h: - hash keeps element's order in more
                   6516:          places (ex: ._keys[])
                   6517: 
                   6518:        * tests/220.html: - test for checking order of elements in hash in
                   6519:          foreach was added
                   6520: 
                   6521:        * tests/172.html: - small changes in printing hash
                   6522: 
                   6523:        * tests/129.html: - small changes in printing hash
                   6524: 
                   6525:        * src/: include/pa_common.h, include/pa_hash.h,
                   6526:          include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
                   6527:          types/pa_vmethod_frame.h: - hash now keeps order of elements
                   6528: 
                   6529:        * tests/014.html: - small changes in printing hash
                   6530: 
                   6531: 2009-07-07  misha
                   6532: 
                   6533:        * src/classes/op.C: - new taint language "parser-code" was added
                   6534: 
                   6535:        * tests/219.html: - test for auto untaint parser code in process
                   6536:          was added
                   6537: 
                   6538:        * src/classes/op.C: - tainted pieces in body of process are
                   6539:          auto-untainted now: ^ -> ^^, $ -> ^$ etc.
                   6540: 
                   6541:        * src/: include/pa_string.h, main/untaint.C: - new language
                   6542:          L_PARSER_CODE for auto-untaint in process was added
                   6543: 
                   6544:        * src/: classes/file.C, classes/hash.C, classes/image.C,
                   6545:          classes/op.C, classes/string.C, classes/table.C, classes/void.C,
                   6546:          classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
                   6547:          main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
                   6548:          main/untaint.C, types/pa_value.h, types/pa_vhash.h,
                   6549:          types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
                   6550:          code cleanup
                   6551: 
                   6552: 2009-07-06  misha
                   6553: 
                   6554:        * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
                   6555:          table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
                   6556:          deleted. taint_cstr[m] and untaint_cstr[m] should be used
                   6557: 
                   6558:        * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
                   6559:          pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
                   6560:          pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
                   6561:          cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
                   6562:          should be used
                   6563: 
                   6564:        * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
                   6565:          pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
                   6566:          cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
                   6567:          untaint_cstr[m] should be used
                   6568: 
                   6569:        * src/include/pa_string.h: - cstr(params) and cstrm(params) were
                   6570:          deleted. taint_cstr[m] and untaint_cstr[m] should be used
                   6571: 
                   6572:        * tests/218.html: - test for checking automatic file-spec-taint was
                   6573:          added
                   6574: 
                   6575:        * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
                   6576:          types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
                   6577:          classes/file.C, classes/hash.C, classes/image.C,
                   6578:          classes/string.C, classes/table.C, classes/void.C,
                   6579:          classes/xdoc.C: - optimizations and simplification of
                   6580:          string.cstr(...)
                   6581: 
                   6582:        * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
                   6583:          main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
                   6584:          - optimizations and simplification of string.cstr(...)
                   6585: 
                   6586: 2009-07-04  misha
                   6587: 
                   6588:        * tests/217.html: - test for recursion detection was added
                   6589: 
                   6590:        * src/: types/types.vcproj, main/main.vcproj,
                   6591:          classes/classes.vcproj, targets/cgi/parser3.vcproj,
                   6592:          targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
                   6593:          from .vcproj
                   6594: 
                   6595:        * src/types/pa_wwrapper.h: - dynamic_cast was removed
                   6596: 
                   6597:        * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
                   6598:          uploading files and case-insensitive http-method were added
                   6599: 
                   6600:        * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
                   6601:          tainted pattern in ^file:list[] was added
                   6602: 
                   6603: 2009-07-03  misha
                   6604: 
                   6605:        * src/: classes/classes.vcproj, main/main.vcproj,
                   6606:          types/types.vcproj, targets/cgi/parser3.vcproj,
                   6607:          targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
                   6608:          for dynamic_cast) - little options changes
                   6609: 
                   6610:        * src/main/pa_http.C: - file::load[http works now with uploading
                   6611:          files _and_ changing $.charset
                   6612: 
                   6613: 2009-06-29  misha
                   6614: 
                   6615:        * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
                   6616:          while creating pattern
                   6617: 
                   6618: 2009-06-25  misha
                   6619: 
                   6620:        * src/classes/image.C, operators.txt: - options' names for
                   6621:          ^image.font were changed to $.space, $.width and $spacing -
                   6622:          default space width now == gif's width
                   6623: 
                   6624: 2009-06-24  misha
                   6625: 
                   6626:        * tests/215.html: - tests for $file.mode were added
                   6627: 
                   6628:        * operators.txt: - added info about $file.mode and changes in
                   6629:          ^image.font[
                   6630: 
                   6631:        * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
                   6632:          param now could be omited - third param now could be hash (with
                   6633:          all widths options: $.space-width, $.letter-width) - it's
                   6634:          possible to specify tracking ($.letter-space)
                   6635: 
                   6636:        * src/classes/file.C: - file objects now could have mode field
                   6637:          (text|binary)
                   6638: 
                   6639:        * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
                   6640: 
                   6641: 2009-06-23  misha
                   6642: 
                   6643:        * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
                   6644:          trim can work with utf-8 chars now
                   6645: 
                   6646: 2009-06-20  misha
                   6647: 
                   6648:        * src/: classes/hash.C, main/pa_string.C: - string length cacheing
                   6649:          was implemented
                   6650: 
                   6651:        * src/classes/table.C: - string length cacheing was implemented
                   6652: 
                   6653:        * src/include/pa_string.h: - string length cacheing was implemented
                   6654: 
                   6655: 2009-06-17  misha
                   6656: 
                   6657:        * src/main/execute.C: - value param was removed from
                   6658:          WContext::WContext
                   6659: 
                   6660:        * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
                   6661:          pa_wwrapper.h: - value param was removed from WContext::WContext
                   6662:          - field wcontext was removed from VCodeFrame (using fparent
                   6663:          instead)
                   6664: 
                   6665:        * tests/214.html: - test with hash copying
                   6666: 
                   6667: 2009-06-16  misha
                   6668: 
                   6669:        * tests/: 062.html, results/062.processed: - evaluation hardcoded
                   6670:          strings doesn't work in expression anymore
                   6671: 
                   6672:        * src/main/execute.C: - less calls for get_constructing() - little
                   6673:          refactoring
                   6674: 
                   6675:        * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
                   6676:          include/pa_request.h: - less calls for get_constructing()
                   6677: 
                   6678:        * src/classes/: hash.C, hashfile.C: - fixed bug which was
                   6679:          introduced with OPTIMIZE_SINGLE_STRING optimization
                   6680: 
                   6681: 2009-06-14  misha
                   6682: 
                   6683:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   6684:          classes/hashfile.C, classes/image.C, classes/regex.C,
                   6685:          classes/table.C, classes/xdoc.C, classes/xnode.h,
                   6686:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
                   6687:          types/pa_vstateless_class.h, main/execute.C: - create object for
                   6688:          storing object's fields only for parser objects
                   6689: 
                   6690: 2009-06-13  misha
                   6691: 
                   6692:        * buildall-with-xml, buildall-without-xml: - new option was added
                   6693:          for building GC (it slightly reduces memory usage)
                   6694: 
                   6695:        * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
                   6696:          single string write
                   6697: 
                   6698:        * src/main/execute.C: - bytecode optimization of ^class:constructor
                   6699:          - optimization of single string write
                   6700: 
                   6701:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
                   6702:          - bytecode optimization of ^class:constructor
                   6703: 
                   6704: 2009-06-09  misha
                   6705: 
                   6706:        * src/targets/cgi/parser3.C: - type size_t was changed to int in
                   6707:          main (better compatibility)
                   6708: 
                   6709: 2009-06-08  misha
                   6710: 
                   6711:        * src/main/compile.y: - I've forgot to commit it :(
                   6712: 
                   6713: 2009-06-07  misha
                   6714: 
                   6715:        * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
                   6716:          WITH_READ and WITH_ROOT
                   6717: 
                   6718:        * src/main/: compile.y, compile_tools.C, compile_tools.h,
                   6719:          execute.C: - more optimizations for WITH_SELF, WITH_READ and
                   6720:          WITH_ROOT - little refactoring
                   6721: 
                   6722: 2009-06-06  misha
                   6723: 
                   6724:        * tests/213.html: - tests for 3rd match string-param were added
                   6725: 
                   6726:        * src/classes/string.C: - 3rd match param could be string now
                   6727: 
                   6728:        * src/main/: compile.y, compile_tools.h: - much more bytecode's
                   6729:          sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
                   6730:          GET_OBJECT_ELEMENT
                   6731: 
                   6732: 2009-06-05  misha
                   6733: 
                   6734:        * src/main/pa_http.C: - bugfix: content-length was not calculated
                   6735:          if $.body was specified
                   6736: 
                   6737: 2009-06-04  misha
                   6738: 
                   6739:        * src/classes/op.C: - optimizing write_assign_lang in connect
                   6740: 
                   6741:        * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
                   6742: 
                   6743:        * src/main/execute.C: - little refactoring - optimizing
                   6744:          write_assign_lang in taint/untaint
                   6745: 
                   6746:        * src/include/pa_opcode.h: - little refactoring
                   6747: 
                   6748:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
                   6749:          main/compile_tools.h, main/execute.C: - optimizations for
                   6750:          $self.field, ^self.method, $self.field[...] and $self.field(...)
                   6751:          were added
                   6752: 
                   6753: 2009-06-03  misha
                   6754: 
                   6755:        * src/types/pa_venv.C: - pa_strdup was replaced by strdup
                   6756: 
                   6757: 2009-06-02  misha
                   6758: 
                   6759:        * src/: main/compile.y, main/compile_tools.h, main/execute.C,
                   6760:          include/pa_opcode.h: - refactoring in last optimizations
                   6761:          ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
                   6762:          now but code is much easy and it is ready for further
                   6763:          improvements.
                   6764: 
                   6765: 2009-05-27  misha
                   6766: 
                   6767:        * src/: types/pa_junction.h, types/pa_vjunction.C,
                   6768:          types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
                   6769:          changed in destructing junctions
                   6770: 
                   6771:        * src/main/: pa_charset.C, pa_string.C: - more safe creation on
                   6772:          String:Body
                   6773: 
                   6774: 2009-05-26  misha
                   6775: 
                   6776:        * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
                   6777:          one method detect_charset was deleted - bug was fixed in this
                   6778:          method (error while detecting charset in content_type withot last
                   6779:          ';')
                   6780: 
                   6781:        * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
                   6782:          once
                   6783: 
                   6784: 2009-05-25  misha
                   6785: 
                   6786:        * src/classes/file.C: - bugfix: file::exec didn't work after
                   6787:          optimizing of helper_length
                   6788: 
                   6789: 2009-05-24  misha
                   6790: 
                   6791:        * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
                   6792:          were added - little refactoring
                   6793: 
                   6794:        * src/main/execute.C: - core while printing in debug log
                   6795:          non-printable values was fixed - $a[$b.c] and $a[$b.$c]
                   6796:          optimisations were added
                   6797: 
                   6798:        * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
                   6799:          were added
                   6800: 
                   6801: 2009-05-23  misha
                   6802: 
                   6803:        * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
                   6804:          lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
                   6805:          CORD_cat optimization
                   6806: 
                   6807:        * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
                   6808:          - call constr optimisation under separate define now
                   6809: 
                   6810:        * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
                   6811:          in $b should be string, not void
                   6812: 
                   6813:        * src/main/compile.y: - little fix for rem-cut optimisation
                   6814: 
                   6815:        * src/: include/pa_opcode.h, main/compile_tools.C,
                   6816:          main/compile_tools.h, main/execute.C: - optimisations for
                   6817:          $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
                   6818: 
                   6819:        * INSTALL: - description of some #defined were added
                   6820: 
                   6821:        * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
                   6822:          before 1st access (memory usage is reduced if don't access to
                   6823:          .text field)
                   6824: 
                   6825:        * src/include/pa_array.h: - array grows step now not static (it
                   6826:          reduces numbers of reallocs)
                   6827: 
                   6828: 2009-05-20  misha
                   6829: 
                   6830:        * src/include/pa_opcode.h: - bytecode optimization for $a(1),
                   6831:          $.b(2), $c[d] and $.e[f] was added
                   6832: 
                   6833:        * src/main/: compile.y, compile_tools.C, compile_tools.h,
                   6834:          execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
                   6835:          $.e[f] was added
                   6836: 
                   6837:        * src/main/execute.C: - debug printing moved in defines
                   6838: 
                   6839:        * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
                   6840:          and little refactoring for OP_GET_OBJECT_ELEMENT +
                   6841:          OP_GET_OBJECT_VAR_ELEMENT optimisation
                   6842: 
                   6843: 2009-05-19  misha
                   6844: 
                   6845:        * src/main/: compile.y, compile_tools.C, compile_tools.h,
                   6846:          execute.C: - $a.$b & ^a.$b bytecode optimisation
                   6847: 
                   6848:        * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
                   6849:          ^a.$b optimisation)
                   6850: 
                   6851:        * src/main/compile.y: - compiler now generate new opcodes:
                   6852:          OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
                   6853:          ^a.b - compiler now cut off ^rem{ with all content ; any number
                   6854:          of params }
                   6855: 
                   6856:        * src/main/execute.C: - code for handle new opcodes
                   6857:          OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
                   6858: 
                   6859:        * src/main/: compile_tools.C, compile_tools.h: - new parameter was
                   6860:          added for LA2V and LA2S
                   6861: 
                   6862:        * src/include/pa_opcode.h: - new defines which can be used for
                   6863:          disable some bytecode optimisation and new opcodes were added
                   6864: 
                   6865: 2009-05-17  misha
                   6866: 
                   6867:        * src/lib/cord/cordxtra.c: - bugfix.
                   6868: 
                   6869:        * tests/212.html: - .size[] and .study_size[] were added to tests
                   6870: 
                   6871:        * operators.txt: - info about regex class was added
                   6872: 
                   6873:        * tests/212.html: - tests for regex class were added
                   6874: 
                   6875: 2009-05-16  misha
                   6876: 
                   6877:        * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
                   6878:          gc7.1
                   6879: 
                   6880:        * tests/022.html: - test for ^file:list[path;] (empty second param)
                   6881:          was added
                   6882: 
                   6883:        * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
                   6884:          param) should work
                   6885: 
                   6886: 2009-05-15  misha
                   6887: 
                   6888:        * src/classes/table.C: - automatically disable stringstream usage
                   6889:          on freebsd4
                   6890: 
                   6891:        * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
                   6892:          scope
                   6893: 
                   6894:        * tests/211.html: - test with different types of access to hash was
                   6895:          added
                   6896: 
                   6897:        * tests/210.html: - test which checks for loosing tainting in
                   6898:          hash's keys was added
                   6899: 
                   6900:        * tests/208.html: - some parser work added. or stime == 0 %-)
                   6901: 
                   6902:        * src/lib/cord/cordbscs.c: - little hack was added to cord
                   6903: 
                   6904:        * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
                   6905: 
                   6906:        * src/include/pa_version.h, configure.in: - moko have made a lot of
                   6907:          optimisations for increacing version number more dramatically :)
                   6908: 
                   6909:        * src/classes/date.C: - little refactoring: use constructor which
                   6910:          accepts formated string
                   6911: 
                   6912:        * src/: include/pa_string.h, main/pa_string.C: - String constructor
                   6913:          which can print formatted string was added
                   6914: 
                   6915: 2009-05-14  misha
                   6916: 
                   6917:        * src/include/pa_string.h: - type was fixed
                   6918: 
                   6919:        * src/: classes/hashfile.C, classes/op.C,
                   6920:          include/pa_cache_managers.h, include/pa_charset.h,
                   6921:          include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
                   6922:          include/pa_request.h, include/pa_sql_driver_manager.h,
                   6923:          include/pa_string.h, include/pa_stylesheet_manager.h,
                   6924:          include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
                   6925:          main/pa_charsets.C, main/pa_string.C,
                   6926:          main/pa_stylesheet_connection.C, types/pa_value.h,
                   6927:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   6928:          types/pa_vobject.C, types/pa_vstateless_class.C,
                   6929:          types/pa_vstateless_class.h: - hash_code caching was implemented
                   6930:          (seaches should be faster now)
                   6931: 
                   6932:        * src/: classes/file.C, classes/hash.C, classes/image.C,
                   6933:          classes/string.C, classes/table.C, include/pa_string.h,
                   6934:          main/pa_charset.C, main/pa_http.C, main/pa_request.C,
                   6935:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
                   6936:          types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
                   6937:          types/pa_vrequest.C: - String constructors don't have that stupid
                   6938:          true/false param which means 'tainted'. they accept lang instead.
                   6939: 
                   6940:        * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
                   6941:          with OPTIMIZE_RESULT
                   6942: 
                   6943:        * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
                   6944:          wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
                   6945: 
                   6946: 2009-05-13  misha
                   6947: 
                   6948:        * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
                   6949:          types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
                   6950:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   6951:          types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
                   6952:          types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
                   6953:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                   6954:          include/pa_string.h, classes/date.C, classes/file.C,
                   6955:          classes/hash.C, classes/image.C, classes/string.C,
                   6956:          classes/table.C, classes/xdoc.C: - result optimisation -
                   6957:          helper_length parameter removed from string constructors
                   6958: 
                   6959: 2009-05-11  misha
                   6960: 
                   6961:        * tests/209.html: - tests for ^hash::create[hash] were added
                   6962: 
                   6963:        * tests/208.html: - tests for $status:rusage, $status:memory,
                   6964:          ^memory:compact[] were added
                   6965: 
                   6966:        * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
                   6967:          log10 were added
                   6968: 
                   6969:        * tests/206.html: - test for try with finally was added
                   6970: 
                   6971: 2009-05-10  misha
                   6972: 
                   6973:        * tests/205.html: - test for ^file::create[...] was added
                   6974: 
                   6975:        * tests/204.html: - test for ^response:clear[] was added
                   6976: 
                   6977:        * tests/038.html: - tests for trigonometric functions were added
                   6978: 
                   6979:        * tests/014.html: - tests for ^hash.containts and ^hash.delete were
                   6980:          added - more tests for .add, .sub, .union, .intersects and
                   6981:          .intersections
                   6982: 
                   6983:        * tests/065.html: - test for ^file:dirname was added
                   6984: 
                   6985:        * tests/030.html: - test for $cookie:fields was added
                   6986: 
                   6987:        * tests/203.html: - test for ^h._keys[column name] was added
                   6988: 
                   6989:        * tests/201.html: - tests for .trim were added
                   6990: 
                   6991:        * tests/202.html: - tests for last-day,
                   6992:          date:calendar[type](YYYY;MM;DD) were added
                   6993: 
                   6994:        * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
                   6995:          .offset[type](N) were added
                   6996: 
                   6997:        * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
                   6998:          and .pos[c](N) were added
                   6999: 
                   7000:        * tests/141.html: - test for math:sha1 was added
                   7001: 
                   7002:        * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
                   7003: 
                   7004: 2009-05-09  misha
                   7005: 
                   7006:        * src/main/compile.y: - rollback
                   7007: 
                   7008: 2009-05-05  misha
                   7009: 
                   7010:        * src/main/pa_exec.C: - little optimisation: somewhere length() was
                   7011:          replaced by is_empty()
                   7012: 
                   7013:        * src/: include/pa_string.h, main/pa_charset.C: - little
                   7014:          optimisation: somewhere length() was replaced by is_empty()
                   7015: 
                   7016:        * src/classes/table.C: - little optimisation: somewhere length()
                   7017:          was replaced by is_empty()
                   7018: 
                   7019:        * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
                   7020:          classes/op.C, classes/table.C, main/pa_exception.C: - little
                   7021:          optimisation: somewhere length() was replaced by is_empty()
                   7022: 
                   7023: 2009-05-04  misha
                   7024: 
                   7025:        * src/: types/pa_method.h, types/pa_vstateless_class.C,
                   7026:          types/pa_vstateless_class.h, main/execute.C,
                   7027:          include/pa_request.h, classes/hash.C, classes/op.C,
                   7028:          classes/table.C: - more optimisations were added: some operators
                   7029:          don't switch write context anylonger
                   7030: 
                   7031: 2009-05-01  misha
                   7032: 
                   7033:        * src/main/compile.y: - slightly more opcode optimisations for
                   7034:          WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
                   7035: 
                   7036:        * src/main/execute.C: - simplifying process for getters
                   7037: 
                   7038: 2009-04-30  misha
                   7039: 
                   7040:        * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
                   7041: 
                   7042:        * tests/results/199.processed: - test for checking $result into
                   7043:          ^rem was added
                   7044: 
                   7045:        * tests/199.html: - test for checking $result into ^rem was added
                   7046: 
                   7047:        * tests/: 022.html, 096.html: - þsort after :list was asses (on
                   7048:          some OS it returns list in different order)
                   7049: 
                   7050:        * src/: include/pa_array.h, include/pa_request.h,
                   7051:          include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
                   7052:          changes in stack impl - get_element() optimisation: 3rd param
                   7053:          removed - bugfix: problems with reading empty input param -
                   7054:          defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
                   7055: 
                   7056:        * tests/results/198.processed: - test for reading empty local var
                   7057:          was added
                   7058: 
                   7059:        * tests/198.html: - test for reading empty local var was added
                   7060: 
                   7061: 2009-04-29  misha
                   7062: 
                   7063:        * src/main/compile.y: - bugfix: couldn't compile because
                   7064:          OP_VALUE__GET_ELEMENT should be unde #ifdef
                   7065: 
                   7066:        * src/: include/pa_array.h, include/pa_opcode.h,
                   7067:          include/pa_request.h, main/compile.y, main/execute.C,
                   7068:          main/pa_request.C, types/pa_vmethod_frame.C,
                   7069:          types/pa_vmethod_frame.h: - we can work without opcode
                   7070:          OP_STORE_PARAM, so it was removed
                   7071: 
                   7072: 2009-04-28  misha
                   7073: 
                   7074:        * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
                   7075:          op-codes optimisation:   1. VALUE+GET_CLASS=>VALUE_GET_CLASS   2.
                   7076:          WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
                   7077:          3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
                   7078:          4.
                   7079:          WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
                   7080: 
                   7081:        * src/main/compile_tools.h: - new stuff for op-codes optimisation
                   7082: 
                   7083:        * src/: main/pa_string.C, classes/string.C: - !length() =>
                   7084:          is_empty()
                   7085: 
                   7086: 2009-04-27  misha
                   7087: 
                   7088:        * src/types/pa_vregex.h: - back explicit vars initialisation
                   7089: 
                   7090: 2009-04-24  misha
                   7091: 
                   7092:        * src/classes/string.C: - ups. typo fixed
                   7093: 
                   7094:        * src/main/execute.C: - more replacements '*new VBool' to
                   7095:          'VBool::get' - checks for ^break[], ^continue[] and
                   7096:          parser.interrupted were optimised
                   7097: 
                   7098:        * src/classes/string.C: - number of params.count() calls was
                   7099:          slightly reduced
                   7100: 
                   7101: 2009-04-23  misha
                   7102: 
                   7103:        * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
                   7104:          make it x64 friendly
                   7105: 
                   7106:        * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
                   7107:          parser is x64 friendly now
                   7108: 
                   7109: 2009-04-22  misha
                   7110: 
                   7111:        * src/types/pa_vhashfile.C: - coder friendly exception about
                   7112:          exceeding record size was added
                   7113: 
                   7114:        * src/classes/file.C: - use vregex object instead of direct calls
                   7115:          methods from pcre lib
                   7116: 
                   7117:        * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
                   7118:          classes/string.C: - use vregex object instead of direct calls
                   7119:          methods from pcre lib
                   7120: 
                   7121:        * src/: include/pa_common.h, main/pa_common.C: - method
                   7122:          print_pcre_exec_error_text was moved to class vregex
                   7123: 
                   7124:        * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
                   7125:          was added
                   7126: 
                   7127:        * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
                   7128:          - class vregex was added
                   7129: 
                   7130: 2009-04-21  misha
                   7131: 
                   7132:        * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
                   7133: 
                   7134:        * src/: types/pa_junction.h, types/pa_value.C,
                   7135:          types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
                   7136:          types/pa_wcontext.h, main/execute.C, classes/op.C: -
                   7137:          junction-optimisation (destructors)
                   7138: 
                   7139:        * src/include/pa_array.h: - free under if now
                   7140: 
                   7141: 2009-04-19  misha
                   7142: 
                   7143:        * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
                   7144: 
                   7145: 2009-04-18  misha
                   7146: 
                   7147:        * src/include/pa_version.h:
                   7148:          :q :
                   7149: 
                   7150:          CV:
                   7151:          ----------------------------------------------------------------------
                   7152: 
                   7153:        * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
                   7154:          refactoring
                   7155: 
                   7156:        * src/: include/pa_array.h, include/pa_hash.h,
                   7157:          types/pa_vmethod_frame.h: - destructors under #ifdef now
                   7158: 
                   7159:        * src/include/pa_memory.h: - define for using destructors was added
                   7160: 
                   7161:        * src/: types/pa_method.h, types/pa_vstateless_class.C,
                   7162:          main/execute.C: - some junctions will be cached now
                   7163: 
                   7164:        * src/include/pa_hash.h: - hash destructor frees pairs now
                   7165: 
                   7166:        * src/include/pa_array.h: - inline was added to destructor
                   7167: 
                   7168:        * src/types/pa_method.h: - comment was changed
                   7169: 
                   7170: 2009-04-17  misha
                   7171: 
                   7172:        * src/: include/pa_array.h, include/pa_hash.h,
                   7173:          types/pa_vmethod_frame.h: - destructors were added
                   7174: 
                   7175:        * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
                   7176:          renamed to always_use_result
                   7177: 
                   7178:        * src/main/: compile.y, compile_tools.h: - rollback changes in
                   7179:          compiler: full backward compatibility is better
                   7180: 
                   7181:        * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
                   7182:          result in var's hash
                   7183: 
                   7184:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
                   7185:          optimisation in method_frame
                   7186: 
                   7187:        * src/include/pa_array.h: - optimisation in array (allocate
                   7188:          elements only when needed)
                   7189: 
                   7190:        * src/types/pa_vresponse.C: - check for $response:headers field
                   7191:          before looking at custom fields
                   7192: 
                   7193:        * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
                   7194:          not needed to check existance var with name 'result' in var's
                   7195:          hash
                   7196: 
                   7197:        * src/main/compile.y: - compiler was changed: now it detects
                   7198:          writings to $result and set flag writo_to_result in method
                   7199: 
                   7200:        * src/classes/string.C: - little optimisation: no needed to write
                   7201:          number with lang
                   7202: 
                   7203:        * src/main/pa_charset.C: - methods readChar and skipChar which is
                   7204:          used for read utf8-strings were renamed - is_escaped was renamed
                   7205:          to isEscaped (to the same name convention)
                   7206: 
                   7207:        * src/: types/pa_method.h, main/compile_tools.h: - flag
                   7208:          write_to_result added. compiler get this info from code.
                   7209: 
                   7210: 2009-04-16  misha
                   7211: 
                   7212:        * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
                   7213:          String only before 1st write
                   7214: 
                   7215:        * src/include/pa_string.h: - not needed template removed
                   7216: 
                   7217:        * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
                   7218:          types/pa_vjunction.C, types/pa_vproperty.C,
                   7219:          types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
                   7220:          main/pa_request.C, classes/bool.C, classes/double.C,
                   7221:          classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
                   7222:          classes/void.C, classes/xnode.C: - bool optimisation (use only 2
                   7223:          bool objects)
                   7224: 
                   7225: 2009-04-15  misha
                   7226: 
                   7227:        * src/lib/cord/cordxtra.c: - more optimisation
                   7228: 
                   7229:        * src/: include/pa_string.h, main/untaint.C: - String::append
                   7230:          optimisation
                   7231: 
                   7232:        * src/include/pa_hash.h: - get_by_hash_code added (it works faster
                   7233:          then get and can sometime be used)
                   7234: 
                   7235:        * src/main/pa_string.C: - String::length optimisation
                   7236: 
                   7237:        * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
                   7238:          these methods read different strings
                   7239: 
                   7240:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
                   7241:          fresult_initial_void removed + some optimisation - if $result
                   7242:          defined we don't write to context anymore
                   7243: 
                   7244:        * src/main/pa_charset.C: - readChar => skipChar (in this place we
                   7245:          need just skip char)
                   7246: 
                   7247:        * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   7248:          types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
                   7249:          classes/table.C: - VVoid::get() => new VVoid (one void-instance)
                   7250: 
                   7251:        * src/types/pa_vvoid.h: - added get() method for retreave one
                   7252:          instance
                   7253: 
                   7254: 2009-04-11  misha
                   7255: 
                   7256:        * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
                   7257: 
                   7258:        * tests/197.html: - test for parser://test in xml was added
                   7259: 
                   7260:        * src/classes/string.C: - small optimisation
                   7261: 
                   7262:        * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
                   7263:          optimisation
                   7264: 
                   7265: 2009-04-10  misha
                   7266: 
                   7267:        * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
                   7268:          to pcre-7.8
                   7269: 
                   7270:        * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
                   7271: 
                   7272:        * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
                   7273:          added
                   7274: 
                   7275:        * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
                   7276:          $request:CLASS_NAME were added
                   7277: 
                   7278:        * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
                   7279:          were added
                   7280: 
                   7281:        * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
                   7282:          $env:CLASS_NAME were added
                   7283: 
                   7284:        * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
                   7285:          '@todo' now
                   7286: 
                   7287:        * src/targets/cgi/parser3.C: - size_t -> int for calming down
                   7288:          compirer
                   7289: 
                   7290:        * src/main/pa_string.C: - little code cleanup
                   7291: 
                   7292:        * src/main/pa_common.C: - describe one more UTF-8 related error
                   7293:          during PCRE compile/execute
                   7294: 
                   7295:        * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
                   7296:          normalizing todo-comments: '@todo' now
                   7297: 
                   7298:        * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
                   7299: 
                   7300:        * src/main/pa_charset.C: - type changed for making compiler happy
                   7301: 
                   7302: 2009-03-10  misha
                   7303: 
                   7304:        * src/targets/cgi/parser3.C: make g++ happy with the type of argc
                   7305:          in main()
                   7306: 
                   7307: 2009-02-01  misha
                   7308: 
                   7309:        * src/main/pa_http.C: - bugfix: double CRLF before the end of
                   7310:          boundary
                   7311: 
                   7312: 2009-01-25  misha
                   7313: 
                   7314:        * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
                   7315: 
                   7316:        * src/classes/file.C: - more changes for parsing different number
                   7317:          of params for file::load
                   7318: 
                   7319:        * tests/193.html: - tests for exception while base64-decode binary
                   7320:          to string was added
                   7321: 
                   7322:        * tests/192.html: - tests for file::load with different number of
                   7323:          options
                   7324: 
                   7325:        * src/classes/math.C: - ups. forgot '+1'
                   7326: 
                   7327:        * src/: classes/table.C, classes/file.C, include/pa_common.h,
                   7328:          include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
                   7329:          main/pa_http.C: - ^file::load[...;http://...;] now can post files
                   7330:          (new option $.encode[multipart-form/data] should be specified) -
                   7331:          $.method[] option for file::load now is not case-sensitive
                   7332: 
                   7333:        * src/: include/pa_string.h, main/untaint.C: - for file post the
                   7334:          new taint language L_FILE_POST was added
                   7335: 
                   7336:        * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
                   7337:          main/main.vcproj, classes/math.C, include/Makefile.am: - some
                   7338:          stuff was moved to separate files
                   7339: 
                   7340: 2009-01-23  misha
                   7341: 
                   7342:        * src/classes/math.C: - little optimisation in ^math:sha1[] -
                   7343:          spaces to tabs were converted
                   7344: 
                   7345: 2009-01-12  misha
                   7346: 
                   7347:        * src/main/pa_http.C: - value of $.method[] option force uppercased
                   7348:          now
                   7349: 
                   7350:        * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   7351:          types/pa_vform.C, types/pa_vmail.C: - some constants changed
                   7352:          their names
                   7353: 
                   7354:        * src/main/pa_common.C: - changes in formating
                   7355: 
                   7356:        * src/: classes/file.C, main/pa_http.C: - some constants changed
                   7357:          their names
                   7358: 
                   7359:        * src/include/pa_http.h: - some spaces were converted to tabs
                   7360: 
                   7361:        * src/include/pa_common.h: - some constants changed their names
                   7362: 
                   7363:        * src/classes/file.C: - fixed 4-th paramether for file::load -
                   7364:          little code rewriting
                   7365: 
                   7366:        * src/types/pa_vfile.C: - little code rewriting
                   7367: 
                   7368:        * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
                   7369:          types/pa_value.h: - some formating changes
                   7370: 
                   7371:        * src/include/pa_common.h: - some formating spaces transformed to
                   7372:          tabs
                   7373: 
                   7374:        * src/classes/string.C: - exception while base64-decode binary to a
                   7375:          string
                   7376: 
                   7377: 2009-01-11  misha
                   7378: 
                   7379:        * configure.in: - version changed to 3.3.1b
                   7380: 
                   7381: 2008-09-05  misha
                   7382: 
                   7383:        * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
                   7384:          release_3_3_0 on 2008-09-05 10:59:35 +0000
                   7385: 
                   7386: 2008-09-04  misha
                   7387: 
                   7388:        * tests/: 130.html, 131.html: - these exceptions not typeless
                   7389:          anymore
                   7390: 
                   7391:        * src/classes/op.C: - exception with 'invalid taint language' not
                   7392:          typeless anylonger
                   7393: 
                   7394:        * src/classes/image.C: - some exceptions while operations with
                   7395:          image not typeless anymore
                   7396: 
                   7397:        * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
                   7398:          main/pa_exec.C, main/pa_http.C: - some exceptions while
                   7399:          operations with files not typeless anymore
                   7400: 
                   7401:        * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
                   7402:          types/pa_vdate.h: - exceptions while checking date range not
                   7403:          typeless anymore
                   7404: 
                   7405:        * src/include/pa_exception.h: - exception type string for invalid
                   7406:          date range was added
                   7407: 
                   7408: 2008-09-03  misha
                   7409: 
                   7410:        * src/: classes/file.C, main/pa_string.C: - exception while pce
                   7411:          operations not typeless anymore
                   7412: 
                   7413:        * src/include/pa_exception.h: - exception type for pce operations
                   7414:          was added
                   7415: 
                   7416:        * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
                   7417:          and .CLASS_NAME insite classes
                   7418: 
                   7419:        * src/classes/table.C: - don't save table header whiile
                   7420:          ^table.save[append;filename] if file exists
                   7421: 
                   7422: 2008-09-02  misha
                   7423: 
                   7424:        * src/main/compile.y, src/main/compile_tools.h,
                   7425:          src/types/pa_vstateless_class.h, src/main/compile.tab.C,
                   7426:          tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
                   7427:          renamed to partial and it login changed: we must mark class as
                   7428:          partial for allow their modifications in future.
                   7429: 
                   7430: 2008-08-29  misha
                   7431: 
                   7432:        * tests/results/022.processed: - testing taint[regex] in mask for
                   7433:          file:list
                   7434: 
                   7435:        * tests/022.html: - testing taint[regex] in mask for file:list
                   7436: 
                   7437:        * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
                   7438:          for file:list was added
                   7439: 
                   7440:        * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
                   7441:          file:list
                   7442: 
                   7443: 2008-08-26  misha
                   7444: 
                   7445:        * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
                   7446:          last derived object
                   7447: 
                   7448:        * src/classes/image.C: - many strings "image.format" replaced by
                   7449:          IMAGE_FORMAT constant string - handle GPS info while parse exif -
                   7450:          understand some more exif tags
                   7451: 
                   7452:        * src/include/pa_exception.h: - string "image.format" was added
                   7453: 
                   7454: 2008-08-21  misha
                   7455: 
                   7456:        * src/: main/pa_string.C, classes/file.C: - use method for print
                   7457:          pcre_exec text error
                   7458: 
                   7459:        * src/main/pa_common.C: - method for print pcre_exec text error was
                   7460:          added
                   7461: 
                   7462:        * src/include/pa_common.h: - method declaration for print pcre_exec
                   7463:          text error was added
                   7464: 
                   7465: 2008-08-19  misha
                   7466: 
                   7467:        * src/main/execute.C: - bugfix: opcodes must be in separate
                   7468:          namespace while debug execution as well
                   7469: 
                   7470:        * tests/: 015.html, results/015.processed: - test for escaping some
                   7471:          parser chars was added
                   7472: 
                   7473: 2008-08-18  misha
                   7474: 
                   7475:        * tests/: 190.html, 190.p, results/190.processed: - test for
                   7476:          $caller.self.field + default getter in one class was added
                   7477: 
                   7478:        * tests/: 189.html, results/189.processed: - test for
                   7479:          ^date::create[date object]
                   7480: 
                   7481:        * tests/: 188.html, results/188.processed: - tests for match with
                   7482:          UTF-8 strings
                   7483: 
                   7484:        * src/main/pa_string.C: - option 'U' (ungreedy) was added to
                   7485:          ^string.match[]
                   7486: 
                   7487:        * ChangeLog: - parser 3.3.0 beta13
                   7488: 
                   7489: 2008-08-15  misha
                   7490: 
1.116     moko     7491:        * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
                   7492:          internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
                   7493:          pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
                   7494:          dftables.c: - old PCRE files removed
1.95      moko     7495: 
                   7496:        * src/lib/pcre/config.h: - configuration for PCRE library
                   7497: 
                   7498:        * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
                   7499:          use PCRE library from win32\pcre instead of parser3\src\lib\pcre
                   7500: 
                   7501:        * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
                   7502:          library and set flag UTF8 if $request:charset is UTF-8
                   7503: 
                   7504:        * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
                   7505:          include/pa_config_fixed.h: - moved to new PCRE library
                   7506: 
                   7507:        * src/: main/main.vcproj, types/types.vcproj,
                   7508:          classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
                   7509:          win32\pcre instead of parser3\src\lib\pcre
                   7510: 
                   7511:        * src/: include/pa_opcode.h, include/pa_operation.h,
                   7512:          main/compile.C, main/compile.y, main/compile_tools.C,
                   7513:          main/compile_tools.h, main/execute.C, main/compile.tab.C: -
                   7514:          opcodes were moved to separate namespace
                   7515: 
                   7516: 2008-08-14  misha
                   7517: 
                   7518:        * src/types/pa_vstateless_class.C: - newline at the end missed
                   7519: 
                   7520:        * src/main/untaint.C: - char '-' also prefixed by '\' while regex
                   7521:          tainting
                   7522: 
                   7523: 2008-08-11  misha
                   7524: 
                   7525:        * tests/: 187.html, 187.p, results/187.processed: - tests for
                   7526:          $caller.self, $caller.self.field and $caller.self.field[value]
                   7527:          were added
                   7528: 
                   7529:        * src/types/pa_vmethod_frame.h: - still need to check 'self'
                   7530:          runtime as well (for $caller.self)
                   7531: 
                   7532: 2008-07-25  misha
                   7533: 
                   7534:        * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
                   7535:          059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
                   7536:          086.html, 098.html, 109.html, 121.html: - set correct charsets in
                   7537:          tests with international characters
                   7538: 
                   7539: 2008-07-23  misha
                   7540: 
                   7541:        * src/main/pa_http.C: - escape $cookies as %uXXXX while
                   7542:          file::load[...;http://
                   7543: 
                   7544:        * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
                   7545:          now everywhere in separate namespace
                   7546: 
                   7547:        * src/types/pa_vmethod_frame.h: - looking for caller before looking
                   7548:          for vars
                   7549: 
                   7550:        * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
                   7551:          can be escaped by '^'
                   7552: 
                   7553: 2008-07-22  misha
                   7554: 
                   7555:        * src/classes/string.C, tests/186.html: - names changes:
                   7556:          escape=>js-escape, unescape=>js-unescape
                   7557: 
                   7558: 2008-07-21  misha
                   7559: 
                   7560:        * tests/results/186.processed: - test for string escape/unescape
                   7561: 
                   7562:        * tests/186.html: - test for string escape/unescape
                   7563: 
                   7564:        * src/classes/string.C: - string has escape and unescape methods
                   7565:          now
                   7566: 
                   7567:        * src/: include/pa_string.h, main/pa_string.C: - escape method was
                   7568:          added
                   7569: 
                   7570:        * src/: include/pa_charset.h, main/pa_charset.C: - more escape
                   7571:          method-layers added (with different params)
                   7572: 
                   7573: 2008-07-18  misha
                   7574: 
                   7575:        * tests/results/185.processed: - test for ^str.pos[substr](offset)
                   7576:          was added
                   7577: 
                   7578:        * tests/185.html: - test for ^str.pos[sub](offset) added
                   7579: 
                   7580:        * src/classes/string.C, src/classes/void.C, operators.txt: -
                   7581:          ^string.pos[substr](offset) -- 2nd param accepted now
                   7582: 
                   7583:        * src/main/pa_string.C: - .pos works fine with offset for utf-8
                   7584:          strings
                   7585: 
                   7586: 2008-07-17  misha
                   7587: 
                   7588:        * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
                   7589:          helper length added for mid for small optimisation
                   7590: 
                   7591: 2008-07-16  misha
                   7592: 
                   7593:        * tests/: 185.html, results/185.processed: - tests for
                   7594:          length/left/right/mid/pos with utf-8 strings
                   7595: 
                   7596:        * src/classes/string.C: - left/right/mid/length/pos works fine for
                   7597:          utf-8 strings
                   7598: 
                   7599:        * src/main/untaint.C: - comments removed
                   7600: 
                   7601:        * src/: include/pa_string.h, main/pa_string.C,
                   7602:          include/pa_charset.h, main/pa_charset.C: - methods for working
                   7603:          with pos/mid for strings in utf-8 were added
                   7604: 
                   7605: 2008-07-15  misha
                   7606: 
                   7607:        * tests/: 184.html, results/184.processed: - test for case body as
                   7608:          expression: $var(^switch(1){^case(1)(true)..})
                   7609: 
                   7610:        * src/classes/op.C: - case body can be expression now:
                   7611:          $var(^switch(1){^case(1)(true)..})
                   7612: 
                   7613:        * tests/: results/183.processed, 183.html: - added test for testing
                   7614:          new cookie encoding (%uXXXX)
                   7615: 
                   7616:        * src/main/untaint.C: - cookies outputs as %uXXXX now. while
                   7617:          decoding for backward compatibility they decoded from %XX in
                   7618:          request:charset too
                   7619: 
                   7620:        * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
                   7621:          - cookie class now decode cookies before first access after last
                   7622:          request:charset changing (as form class).
                   7623: 
                   7624:        * src/main/pa_charset.C: - added method escape for escaping cookies
                   7625:          as %uXXXX - before transcode calculate required space for dest
                   7626:          string. it reduce mem usage for transcode
                   7627: 
                   7628:        * src/include/pa_charset.h: - added method escape for escaping
                   7629:          cookies as %uXXXX
                   7630: 
                   7631:        * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
                   7632:          was added. will used for escaping cookies as %uXXXX
                   7633: 
                   7634:        * src/include/pa_common.h: - escape method has new option for skip
                   7635:          converting '+' to a space char
                   7636: 
                   7637:        * src/main/: pa_common.C, pa_http.C: - skip BOM code before
                   7638:          transcode - escape method has new option for skip converting '+'
                   7639:          to a space char
                   7640: 
                   7641: 2008-07-08  misha
                   7642: 
                   7643:        * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
                   7644:          (no UE if more then 1 case matches anylonger) - optimization:
                   7645:          doing searching.as_string() || searching.as_double() only once
                   7646: 
                   7647: 2008-07-04  misha
                   7648: 
                   7649:        * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
                   7650:          now ^date::create[date object] works
                   7651: 
                   7652:        * src/classes/string.C: - left and right added as aliases for start
                   7653:          and end in ^string.trim[]
                   7654: 
                   7655: 2008-07-03  misha
                   7656: 
                   7657:        * src/classes/file.C: - allow $.limit for file::sql as well
                   7658: 
                   7659:        * src/classes/file.C: - allow $.offset option for file::sql - force
                   7660:          send limit=1 to query for use sql specifics authomatically
                   7661: 
                   7662:        * src/classes/: hash.C, string.C, table.C: - don't throw exception
                   7663:          if $.limit value if empty. autoconvert it as everywere
                   7664: 
                   7665: 2008-07-02  misha
                   7666: 
                   7667:        * configure.in: - time to change version number to 3.3.0 %-)
                   7668: 
                   7669:        * src/include/pa_version.h: - time to change version number to
                   7670:          3.3.0 %-)
                   7671: 
                   7672: 2008-06-26  misha
                   7673: 
                   7674:        * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
                   7675:          $.limit(0) fixes
                   7676: 
                   7677:        * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
                   7678:          - $.limit(0) fixes
                   7679: 
                   7680:        * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
                   7681:          new API)
                   7682: 
                   7683:        * src/: include/pa_sql_driver_manager.h,
                   7684:          include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
                   7685:          classes/op.C: - document_root added
                   7686: 
                   7687:        * src/main/compile.tab.C: - error message was changed
                   7688: 
                   7689: 2008-06-25  misha
                   7690: 
                   7691:        * src/main/compile.y: - error message was changed
                   7692: 
                   7693: 2008-06-24  misha
                   7694: 
                   7695:        * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
                   7696: 
                   7697:        * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
                   7698:          tests for @OPTIONS\nappend
                   7699: 
                   7700:        * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
                   7701: 
                   7702:        * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
                   7703: 
                   7704:        * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
                   7705: 
                   7706:        * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
                   7707:          compile.y
                   7708: 
                   7709: 2008-06-17  misha
                   7710: 
                   7711:        * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
                   7712:          compilation: ^if(default){true. it's incorrect. must be
                   7713:          exception}
                   7714: 
                   7715: 2008-06-16  misha
                   7716: 
                   7717:        * tests/: 181.ent, 181.html, results/181.processed: - test for
                   7718:          checking external reference loading with 'http://localhost'
                   7719:          prefix while creating xdoc
                   7720: 
                   7721:        * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
                   7722:          ^math:long2ip[] and ^math:ip2long[]
                   7723: 
                   7724:        * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
                   7725:          added which use scalar stateless class method when user object
                   7726:          used in scalar context - use get_scalar_value when user object
                   7727:          requested in scalar context
                   7728: 
                   7729:        * src/main/pa_common.C: - size must be int but not size_t or we
                   7730:          can't compare with 0 sprintf result
                   7731: 
                   7732:        * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   7733:          main/execute.C, main/pa_request.C: - go back to one VMethodFrame
                   7734:          with internal switch between local/global vars
                   7735: 
                   7736:        * src/types/pa_vclass.C: - register scalar if method @GET[] was
                   7737:          specified
                   7738: 
                   7739:        * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
                   7740:          pa_vstateless_object.h: - stateless class and object now has
                   7741:          private scalar field and getter/setter for working with it
                   7742: 
                   7743:        * src/classes/math.C: - methods math:long2ip & math:ip2long were
                   7744:          moved to inet static class
                   7745: 
                   7746:        * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
                   7747:          class added (^inet:aton[IP], ^inet:ntoa(number))
                   7748: 
                   7749:        * tests/: 180.html, results/180.processed: - tests for
                   7750:          ^math:long2ip(long) and ^math:ip2long[IP]
                   7751: 
                   7752:        * src/classes/math.C: - ^math:ip2long[IP] added
                   7753: 
                   7754: 2008-06-11  misha
                   7755: 
                   7756:        * src/main/pa_xml_io.C: - use file_read_text again because of we
                   7757:          need cut BOM code and remove DOS newline chars. but don't
                   7758:          transcode it anyway.
                   7759: 
                   7760:        * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
                   7761:          main/pa_http.C: - option for disable transcoding while file_read
                   7762:          and file_read_text added
                   7763: 
                   7764: 2008-06-10  misha
                   7765: 
                   7766:        * tests/: 179.html, 179.p, results/179.processed: - test for many
                   7767:          classes in 1 file
                   7768: 
                   7769:        * src/main/: compile.C, compile_tools.h: - compile return list of
                   7770:          classes now.
                   7771: 
                   7772:        * src/main/: compile.y, compile.tab.C: - compile return list of
                   7773:          classes now. internals.
                   7774: 
                   7775:        * src/main/pa_request.C: - compile return list of classes now. try
                   7776:          call @conf and @auto for each returned class
                   7777: 
                   7778:        * src/include/pa_request.h: - compile return list of classes now
                   7779: 
                   7780:        * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
                   7781:          return list of classes when compile buf)
                   7782: 
                   7783: 2008-06-07  misha
                   7784: 
                   7785:        * src/main/pa_request.C: - constructing VRequest object with 3rd
                   7786:          param -- form
                   7787: 
                   7788:        * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
                   7789:          3rd param: form. needed for get post_charset
                   7790: 
                   7791:        * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
                   7792:          added
                   7793: 
                   7794:        * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
                   7795:          types/pa_vform.C, types/pa_vform.h: - some polish
                   7796: 
                   7797: 2008-06-06  misha
                   7798: 
                   7799:        * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
                   7800:          charset and decode chars from it but not from response:charset
                   7801: 
                   7802:        * src/main/pa_http.C: - detect_charset moved out of here
                   7803: 
                   7804:        * src/: include/pa_common.h, main/pa_common.C: - more helpers
                   7805:          methods moved here - unescape_chars accepn one charset now
                   7806: 
                   7807:        * src/main/pa_http.C: - new constants used - don't allow
                   7808:          $.content-type in ^file::load[;http://;$.method[POST]] - add
                   7809:          charset info while ^file::load[;http://;$.method[POST]] - option
                   7810:          $.omit-post-charset(true) added to ^file::load[;http://] for
                   7811:          disabling charset during post
                   7812: 
                   7813:        * src/types/pa_vform.C: - new constants used
                   7814: 
                   7815:        * src/include/pa_common.h: - some constants were added
                   7816: 
                   7817:        * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
                   7818:          instead of StrEqNc
                   7819: 
                   7820:        * src/main/pa_common.C: - new method for caseless search
                   7821:          c-substring in c-string - use isxdigit instead of is_hex_digit
                   7822: 
                   7823:        * src/include/pa_common.h: - new method for caseless search
                   7824:          c-substring in c-string
                   7825: 
                   7826: 2008-06-05  misha
                   7827: 
                   7828:        * tests/results/178.processed: - test for testing default getter
                   7829: 
                   7830:        * tests/178.html: - test for testing default getter
                   7831: 
                   7832:        * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
                   7833:          for test for testing default getter
                   7834: 
                   7835:        * src/main/execute.C: - default getter soul
                   7836: 
                   7837:        * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
                   7838:          requested objects' field not found
                   7839: 
                   7840:        * src/types/pa_vclass.C: - register default getter if defined - get
                   7841:          default getter if requested field not found
                   7842: 
                   7843:        * src/types/pa_vstateless_object.h: - method get_default_getter was
                   7844:          added
                   7845: 
                   7846:        * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
                   7847:          pointer to default getter and methods for get/set it were added
                   7848: 
                   7849:        * src/types/: pa_junction.h, pa_vjunction.h: - junction has
                   7850:          auto_name field (for default getter)
                   7851: 
                   7852: 2008-06-04  misha
                   7853: 
                   7854:        * src/main/pa_xml_io.C: - load external xml in binary mode (no
                   7855:          transcoding, no cutting BOM code, no fixing line breaks) and get
                   7856:          it to libxml "as is"
                   7857: 
                   7858: 2008-06-03  misha
                   7859: 
                   7860:        * src/main/pa_common.C: - use store_Char instead of
                   7861:          transcodeCharFromUTF8
                   7862: 
                   7863:        * src/: include/pa_charset.h, main/pa_charset.C: - method
                   7864:          store_Char added, transcodeCharFromUTF8 -- removed
                   7865: 
                   7866: 2008-06-02  misha
                   7867: 
                   7868:        * tests/: results/177.processed, 177.html: - test for checking
                   7869:          .[acm]date after local ^file::load[] was added
                   7870: 
                   7871:        * tests/: results/176.processed, 176.html: - test for checking
                   7872:          @OPTION\locals + @method[vars][locals] added
                   7873: 
                   7874:        * tests/results/auto.p: - CLASS_PATH specified for checking use
                   7875: 
                   7876: 2008-05-30  misha
                   7877: 
                   7878:        * src/main/: compile.y, compile.tab.C: - changes in compiler:
                   7879:          @OPTION\nlocals + @method[vars][;locals;] were added
                   7880: 
                   7881:        * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
                   7882:          moved to separate method op_code - switch from VMethodFrame to
                   7883:          VMethodFrameGlobal + VMethodFrameLocal
                   7884: 
                   7885:        * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
                   7886:          was moved to separate method op_code
                   7887: 
                   7888:        * src/main/pa_request.C: - use VMethodFrameGlobal instead of
                   7889:          VMethodFrame now
                   7890: 
                   7891:        * src/types/pa_vstateless_class.h: - stateless class have bool flag
                   7892:          all_vars_local as well
                   7893: 
                   7894:        * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
                   7895:          pa_vmethod_frame_local.h, Makefile.am: - who children for
                   7896:          VMethodFrame were added: one (global) works as VMethodFrame
                   7897:          before and second (local) write all vars in self vars scope
                   7898: 
                   7899:        * src/types/pa_method.h: - method has bool flag all_vars_local now
                   7900: 
                   7901: 2008-05-29  misha
                   7902: 
                   7903:        * tests/: 129.html, results/129.processed: - more tests for
                   7904:          ^table.hash[]
                   7905: 
                   7906:        * src/classes/hash.C: - ^hash::sql has a new option:
                   7907:          $.type[hash|string|table] as ^table.hash[] one.
                   7908: 
                   7909:        * src/classes/op.C: - ^try has 3rd param now: finally code which
                   7910:          executed anyway after try or catch section
                   7911: 
                   7912: 2008-05-27  misha
                   7913: 
                   7914:        * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
                   7915:          must not fail if $.distinct(1) wasn't specified
                   7916: 
                   7917: 2008-05-26  misha
                   7918: 
                   7919:        * src/classes/op.C: - allow ^throw[my type]
                   7920: 
                   7921: 2008-05-22  misha
                   7922: 
                   7923:        * configure.in, configure: - version number updated to 3.2.4b
                   7924: 
                   7925:        * src/classes/: op.C, string.C: - trim format string before
                   7926:          eval/format
                   7927: 
                   7928:        * tests/: results/175.processed, 175.html: - more tests for
                   7929:          different format strings in .format[]
                   7930: 
                   7931:        * src/types/pa_vform.C: - while decoding get values decode %uXXXX
                   7932:          as well (not only %XX)
                   7933: 
                   7934:        * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
                   7935:          charset specified - checks for format before print number
                   7936:          (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
                   7937:          (instead of tabs) removed
                   7938: 
                   7939:        * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
                   7940:          charset specified
                   7941: 
                   7942:        * src/: include/pa_charset.h, main/pa_charset.C: - method for get
                   7943:          char in requested charset from utf code was added
                   7944: 
                   7945: 2008-05-19  misha
                   7946: 
                   7947:        * tests/: 174.html, results/174.processed: - test for
                   7948:          ^hashfile.cleanup[] added
                   7949: 
                   7950:        * src/classes/hashfile.C: - optimization: don't create any key or
                   7951:          value variable if it's name weren't specified
                   7952:          (^hf.foreach[;v]{...})
                   7953: 
                   7954: 2008-05-16  misha
                   7955: 
                   7956:        * src/classes/hash.C: - optimization: don't create any key variable
                   7957:          if variable name wasn't specified (^h.foreach[;v]{...})
                   7958: 
                   7959: 2008-05-15  misha
                   7960: 
                   7961:        * src/classes/op.C: - small changes
                   7962: 
                   7963:        * src/classes/hashfile.C: - code reformating (as hash.foreach)
                   7964: 
                   7965:        * src/classes/hash.C: - calculate var_context once before foreach
                   7966: 
                   7967: 2008-05-14  misha
                   7968: 
                   7969:        * src/classes/hashfile.C: - incorrect vars context calculation for
                   7970:          ^hashfile.foreach[;]{} fixed
                   7971: 
                   7972:        * src/classes/: hash.C, table.C: - little optimisation
                   7973: 
                   7974:        * src/classes/file.C: - bugfix: double absolute path while loading
                   7975:          file
                   7976: 
                   7977:        * tests/: 174.html, results/174.processed: - tests for hashfile
                   7978:          were added
                   7979: 
                   7980:        * buildall-with-xml: - moving to libxslt 1.1.24
                   7981: 
                   7982: 2008-04-30  misha
                   7983: 
                   7984:        * src/classes/file.C: - stat file while loading (local only) so
                   7985:          .adate, .mdate and .cdate available without additional ::stat
                   7986: 
                   7987: 2008-04-28  misha
                   7988: 
                   7989:        * src/classes/file.C: - $.name and $.content-type available for
                   7990:          stated file
                   7991: 
                   7992: 2008-04-14  misha
                   7993: 
                   7994:        * src/targets/cgi/parser3.C: - new year in copyright %-)
                   7995: 
                   7996:        * src/include/pa_version.h: - new version number in head
                   7997: 
                   7998: 2008-04-10  misha
                   7999: 
                   8000:        * tests/: 080.html, results/080.processed: - cut '0' from
                   8001:          exponential part because of on diff OS it differ (20 or 020 for
                   8002:          ex)
                   8003: 
                   8004:        * tests/: 119.html, results/119.processed: - check for encoding
                   8005:          while creating xdoc
                   8006: 
                   8007: 2008-04-09  misha
                   8008: 
                   8009:        * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
                   8010: 
                   8011:        * src/main/pa_common.C: - comment added
                   8012: 
                   8013:        * src/classes/date.C: - little refactoring
                   8014: 
                   8015: 2008-04-07  misha
                   8016: 
                   8017:        * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
                   8018:          style of ^table.save[]: prepare one big string and sabe it at
                   8019:          once. it's safe on freebsd 4.x but use much more memory.
                   8020: 
                   8021:        * buildall-with-xml, buildall-without-xml: - option
                   8022:          --disable-stringstream added (under comment. use it on freebsd
                   8023:          4.x)
                   8024: 
                   8025: 2008-02-22  misha
                   8026: 
                   8027:        * src/main/pa_http.C: - exception if $.body[] and $.forms[]
                   8028:          specified together in file::load[;http] - get back transcoding
                   8029:          $.body[] in file::load[;http]
                   8030: 
                   8031: 2008-02-21  misha
                   8032: 
                   8033:        * src/classes/date.C: - ^date.gmt-string[] was added
                   8034: 
                   8035:        * src/types/pa_value.C: - method for output date in RFC 822 format
                   8036:          moved to pa_common.h
                   8037: 
                   8038:        * src/include/pa_common.h: - method for output date in RFC 822
                   8039:          format moved here from pa_value.C
                   8040: 
                   8041:        * src/types/pa_vmail.C: - fixed core in sending mail with
                   8042:          attachment in simple mode ($.file[file here]) introduced in 3.2.2
                   8043: 
                   8044: 2008-02-20  misha
                   8045: 
                   8046:        * src/main/pa_http.C: - transcode $.headers before escaping into
                   8047:          specified charset while ^file::load[...;http://...] (L_URI
                   8048:          instead of L_HTTP_HEADER) - $.cookies param available in
                   8049:          ^file::load[;http://...] now (but we don't parse set-cookies from
                   8050:          response yet) (cookies not transcoded as common $cookies)
                   8051: 
                   8052: 2008-02-19  misha
                   8053: 
                   8054:        * src/main/pa_request.C: - rollback: we mustn't force taint
                   8055:          $response:field values because in this case
                   8056:          $response:locateion[http://...] don't works.
                   8057: 
                   8058: 2008-02-15  misha
                   8059: 
                   8060:        * src/classes/op.C: - little refactoring
                   8061: 
                   8062:        * src/main/pa_http.C: - taint names of $.headers for load[;http
                   8063: 
                   8064:        * src/main/pa_request.C: - force taint values of $response:field
                   8065: 
                   8066: 2008-02-14  misha
                   8067: 
                   8068:        * src/main/pa_request.C: - $response:field transcoded to
                   8069:          $response:charset before escaping now
                   8070: 
                   8071:        * src/main/pa_http.C: - some outdated comments removed
                   8072: 
                   8073:        * src/classes/date.C: - lastdat -> last-day
                   8074: 
                   8075:        * src/classes/date.C: - ^date:lastday(year;month) and
                   8076:          ^date.lastday[] were added - little code refactoring - comments
                   8077:          changes
                   8078: 
                   8079:        * tests/: 159.html, results/159.processed: - test for number of
                   8080:          days in February
                   8081: 
                   8082:        * src/types/pa_value.C: - fixes in code formatting
                   8083: 
                   8084:        * src/classes/: file.C, op.C, table.C: - fixes in code formatting
                   8085:          and comments
                   8086: 
                   8087: 2008-02-13  misha
                   8088: 
                   8089:        * src/main/pa_common.C: - bugfix for february at leap year
                   8090: 
                   8091: 2008-01-28  misha
                   8092: 
                   8093:        * tests/: 160.html, results/160.processed: - more test for cache
                   8094:          added
                   8095: 
                   8096:        * src/classes/op.C: - bugfix: cache body executed twice if contains
                   8097:          unhandled exception
                   8098: 
                   8099: 2008-01-25  misha
                   8100: 
                   8101:        * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
                   8102:          bug when hashfile became inavailable after memory:compact)
                   8103: 
                   8104:        * src/lib/sdbm/apr_strings.C: - +arp_malloc
                   8105: 
                   8106: 2008-01-22  misha
                   8107: 
                   8108:        * src/classes/table.C: - little refactiring and exception texts
                   8109:          changes in method ^table.hash[]
                   8110: 
                   8111:        * src/types/pa_vcookie.C: - link to cookie specification changed
                   8112: 
                   8113: 2008-01-21  misha
                   8114: 
                   8115:        * tests/: 171.html, cat.sh, results/171.processed: - more tests for
                   8116:          file::exec/cgi
                   8117: 
                   8118:        * src/classes/file.C: - bugfix: core while processing headers if
                   8119:          executed cgi script don't return content
                   8120: 
                   8121: 2008-01-18  misha
                   8122: 
                   8123:        * buildall-with-xml: - move to libxml2 version 2.6.31
                   8124: 
                   8125:        * src/include/pa_version.h, configure.in: - version number updated
                   8126:          to '3.2.3b'
                   8127: 
                   8128: 2007-12-28  misha
                   8129: 
                   8130:        * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
                   8131:          hash.contains
                   8132: 
                   8133: 2007-12-27  misha
                   8134: 
                   8135:        * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
                   8136:          src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
                   8137:          src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
                   8138:          src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
                   8139:          src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
                   8140:          src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
                   8141:          src/targets/cgi/parser3.vcproj,
                   8142:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
                   8143:          back to VS2003 because of Apache 1.3 module can't work if it was
                   8144:          built in VS 2005.  with cgi all file so VS2003 project files can
                   8145:          be easy converted to the new format.
                   8146: 
                   8147: 2007-12-04  misha
                   8148: 
                   8149:        * src/types/pa_vcode_frame.h: - changes in comment
                   8150: 
                   8151: 2007-11-29  misha
                   8152: 
                   8153:        * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
                   8154:          intercept strings any longer
                   8155: 
                   8156:        * tests/: 173.html, results/173.processed: - tests for
                   8157:          $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
                   8158:          but not in main code frame
                   8159: 
                   8160:        * tests/: 172.html, results/172.processed: - more tests for pass
                   8161:          objects from code frames
                   8162: 
                   8163: 2007-11-27  misha
                   8164: 
                   8165:        * tests/: 152.html, results/152.processed: - tests for converting
                   8166:          strings 'true'/'false' to bool were added
                   8167: 
                   8168:        * tests/152.html: - added checks for converting strings
                   8169:          'true'/'false' to bool
                   8170: 
                   8171:        * src/classes/string.C: - ^srting.bool[] now can convert to bool
                   8172:          not only strings with numbers but with values 'true'/'false' as
                   8173:          well
                   8174: 
                   8175:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
                   8176:          for parser3.log increased
                   8177: 
                   8178:        * src/main/pa_common.C: - remove_crlf optimize whitespaces now
                   8179: 
                   8180:        * src/include/pa_common.h: - remove_crlf return cstring size now
                   8181: 
                   8182:        * src/include/pa_types.h: - constant with buffer size for
                   8183:          parser3.log added
                   8184: 
                   8185: 2007-11-16  misha
                   8186: 
                   8187:        * tests/cat.sh: - script for tests for file::exec/cgi
                   8188: 
                   8189:        * tests/171.html: - tests for file::exec/cgi
                   8190: 
                   8191:        * tests/results/171.processed: - tests results for file::exec/cgi
                   8192: 
                   8193: 2007-11-15  misha
                   8194: 
                   8195:        * src/main/pa_exec.C: - fixed incorrect exec code for unix
                   8196: 
                   8197:        * src/classes/file.C: - .body must be set before analyzing cgi
                   8198:          headers
                   8199: 
                   8200:        * src/classes/file.C: - bugfix: we must transcode output fix EOLs
                   8201:          only if exec/cgi return anything.
                   8202: 
                   8203: 2007-11-14  misha
                   8204: 
                   8205:        * operators.txt: - info about new text|binary option for
                   8206:          file::exec/cgi was added
                   8207: 
                   8208:        * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
                   8209:          ^file:exec[[text|binary];script;...]
                   8210: 
                   8211:        * src/: include/pa_exception.h, classes/file.C, classes/image.C,
                   8212:          classes/string.C, classes/table.C: - more text strings moved to
                   8213:          the one place
                   8214: 
                   8215: 2007-11-09  misha
                   8216: 
                   8217:        * src/types/pa_vrequest.C: - $request:argv must be taint
                   8218: 
                   8219:        * ChangeLog: - $request:argv [patch from Sumo]
                   8220: 
                   8221:        * operators.txt: - $request:argv
                   8222: 
                   8223:        * src/: include/pa_request_info.h, types/pa_vrequest.C,
                   8224:          types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
                   8225: 
                   8226: 2007-10-25  misha
                   8227: 
                   8228:        * buildall-with-xml, buildall-without-xml: - options preparations
                   8229:          for ./configure rewrited
                   8230: 
                   8231:        * src/main/: compile.tab.C, compile.y: - bug if parser.compile
                   8232:          error occure in unhandled_exception finally fixed
                   8233: 
                   8234: 2007-10-23  misha
                   8235: 
                   8236:        * tests/: 170.html, results/170.processed: - test for
                   8237:          @method[][result]
                   8238: 
                   8239:        * operators.txt: - added info about node.prefix and
                   8240:          node.namespaceURI
                   8241: 
                   8242:        * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
                   8243: 
                   8244:        * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
                   8245:          added for node and attribute
                   8246: 
                   8247: 2007-10-22  misha
                   8248: 
                   8249:        * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
                   8250: 
                   8251:        * src/main/pa_request.C: - added const content-transfer-encoding
                   8252: 
                   8253:        * src/include/pa_request.h: - added const content-transfer-encoding
                   8254:          - ups. constants must be in lowercase (for search)
                   8255: 
                   8256:        * src/types/pa_vmail.C: - more constants used -
                   8257:          content-transfer-encoding: 8bit added
                   8258: 
                   8259:        * src/main/pa_uue.C: - content-transfer-encoding moved out of here
                   8260: 
                   8261:        * src/include/pa_request.h: - more constants
                   8262: 
                   8263:        * src/types/pa_vmail.C: - constant renamed - $.content-id don't
                   8264:          ommit anymore if $.content-disposition was specified - little
                   8265:          refactoring
                   8266: 
                   8267:        * src/: include/pa_request.h, main/pa_request.C: - constant renamed
                   8268: 
                   8269: 2007-10-17  misha
                   8270: 
                   8271:        * operators.txt: - info about
                   8272:          table::create[nameless]{data}[>options<] was added
                   8273: 
                   8274:        * src/main/: compile.tab.C, compile.y: - if error occure while
                   8275:          compile method don't put this method in methods table anymore.
                   8276:          in other case the parser coredumped if @unhandled_exception
                   8277:          method can't be compiled because of parser.compile error.
                   8278: 
                   8279:        * src/main/execute.C: - little code reformating
                   8280: 
                   8281:        * src/main/pa_request.C: - little code reformating - comment
                   8282:          changed
                   8283: 
                   8284: 2007-10-16  misha
                   8285: 
                   8286:        * tests/: 035.html, results/035.processed: - tests
                   8287:          table::create[]{}[options] added
                   8288: 
                   8289:        * src/classes/table.C: - table::create[]{} now accept 3rd param:
                   8290:          options (only $.seperator[] yet)
                   8291: 
                   8292: 2007-10-10  misha
                   8293: 
                   8294:        * src/classes/table.C: - some contstants moved to pa_common.h -
                   8295:          some code changes
                   8296: 
                   8297: 2007-10-02  misha
                   8298: 
                   8299:        * src/main/pa_uue.C: - memory usage during uuencode reduced more
                   8300:          then three time as much. but base64 encoding method still use
                   8301:          less memory anyway.
                   8302: 
                   8303: 2007-09-17  misha
                   8304: 
                   8305:        * operators.txt: - added info about $cookie:fields
                   8306: 
                   8307:        * src/types/pa_vcookie.C: - $cookie:fields available now
                   8308: 
                   8309:        * src/classes/hash.C: - some stuff for use with .for_each moved to
                   8310:          common
                   8311: 
                   8312:        * src/include/pa_common.h: - some stuff for use with .for_each
                   8313:          moved here
                   8314: 
                   8315:        * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
                   8316: 
                   8317: 2007-09-14  misha
                   8318: 
                   8319:        * buildall-with-xml: - new xml libs again =)
                   8320: 
                   8321: 2007-08-28  misha
                   8322: 
                   8323:        * operators.txt: - texts about ^table.columns[[column name]]  and
                   8324:          ^string.split[...][v][column name] were added
                   8325: 
                   8326:        * tests/: 168.html, 169.html, results/168.processed,
                   8327:          results/169.processed: - tests for ^table.columns[[column name]]
                   8328:          and ^string.split[...][v][column name] were added
                   8329: 
                   8330:        * src/classes/table.C: - new option ^table.columns[[column name]]
                   8331:          was added
                   8332: 
                   8333:        * src/classes/string.C: - new option ^string.split[...;v;[column
                   8334:          name]]
                   8335: 
                   8336:        * src/include/pa_exception.h: - error text message for
                   8337:          ^hash._keys[], ^table.columns[] and ^string.split[]
                   8338: 
                   8339: 2007-08-27  misha
                   8340: 
                   8341:        * src/main/untaint.C: - try to fix coredump on unix if print to
                   8342:          body ^taint[sql][something] outside of connect
                   8343: 
                   8344:        * tests/: 167.html, results/167.processed: - test for ^taint[sql]
                   8345:          outside of connect
                   8346: 
                   8347:        * buildall-with-xml, buildall-without-xml: - strip parser3 was
                   8348:          added (commented by default)
                   8349: 
                   8350: 2007-08-20  misha
                   8351: 
                   8352:        * operators.txt: - comment about new method ^node.hasAttributes[]
                   8353:          was added
                   8354: 
                   8355:        * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
                   8356:          duplicated exception text strings were removed
                   8357: 
                   8358:        * src/include/pa_exception.h: - more exception text strings moved
                   8359:          here
                   8360: 
                   8361:        * src/classes/table.C: - some duplicate exceptions' text strings
                   8362:          removed
                   8363: 
                   8364:        * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
                   8365:          xdoc.C, xnode.C: - some duplicate exceptions' text strings
                   8366:          removed
                   8367: 
                   8368:        * src/include/pa_exception.h: - some exception text strings movet
                   8369:          to pa_exception
                   8370: 
                   8371:        * tests/: 149.html, results/149.processed: - test for
                   8372:          ^xnode.hasAttributes[] was added - some code changes
                   8373: 
                   8374:        * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
                   8375:          added
                   8376: 
                   8377: 2007-08-17  misha
                   8378: 
                   8379:        * tests/: results/006.processed, results/059.processed, 006.html,
                   8380:          059.html: - more tests for match
                   8381: 
                   8382:        * tests/: 129.html, results/129.processed: - tests for
                   8383:          ^table.hash[...][$.type[string|hash|table]] added
                   8384: 
                   8385:        * src/targets/cgi/parser3.C: - little syntax changes
                   8386: 
                   8387:        * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
                   8388:          syntax changes
                   8389: 
                   8390:        * src/targets/cgi/parser3.C, operators.txt: - annoying 'SIGPIPE'
                   8391:          messages in parser3.log switched off by default. If someone
                   8392:          really still need it: use $SIGPIPE(1)
                   8393: 
                   8394: 2007-08-08  misha
                   8395: 
                   8396:        * buildall-with-xml, buildall-without-xml: - remove libs source
                   8397:          files by default since now
                   8398: 
                   8399: 2007-08-07  misha
                   8400: 
                   8401:        * buildall-without-xml: - some option syntax changes
                   8402: 
                   8403:        * buildall-with-xml: - compile libxml2 without http support - some
                   8404:          option syntax changes
                   8405: 
                   8406:        * src/main/pa_xml_io.C: - will use parser file loader for xml needs
                   8407: 
                   8408: 2007-08-06  misha
                   8409: 
                   8410:        * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
                   8411: 
                   8412:        * tests/: 160.html, results/160.processed: - cache test was
                   8413:          rewrited
                   8414: 
                   8415: 2007-07-06  misha
                   8416: 
                   8417:        * tests/: 153.html, results/153.processed: - added test for
                   8418:          ^math:sha1[string]
                   8419: 
                   8420:        * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
                   8421:          transcoded
                   8422: 
                   8423:        * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
                   8424:          were added
                   8425: 
                   8426: 2007-06-28  misha
                   8427: 
                   8428:        * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
                   8429:          some incorrect chars
                   8430: 
                   8431: 2007-06-19  misha
                   8432: 
                   8433:        * src/include/pa_hash.h: - methods generic_hash_code & hash_code
                   8434:          were moved on top because of gcc 4 had a problems during
                   8435:          building.
                   8436: 
                   8437: 2007-06-18  misha
                   8438: 
                   8439:        * tests/results/019.processed: - new image commited
                   8440: 
                   8441: 2007-06-09  misha
                   8442: 
                   8443:        * src/classes/: op.C, table.C: - in while and table.select method
                   8444:          as_expression used now
                   8445: 
                   8446:        * src/types/pa_vmethod_frame.h: - method as_expression was added
                   8447: 
                   8448: 2007-06-08  misha
                   8449: 
                   8450:        * tests/: 166.html, results/166.processed: - test for
                   8451:          ^match[...][n]
                   8452: 
                   8453:        * tests/: 165.html, results/165.processed: - tests for loops
                   8454: 
                   8455:        * src/lib/cord/include/private/cord_pos.h: - back to origin value
                   8456:          because of no speed/memory optimisation but some proglems with
                   8457:          long cycles occure
                   8458: 
                   8459: 2007-06-06  misha
                   8460: 
                   8461:        * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
                   8462:          ^table.select(true) and ^table.select(1) didn't works because of
                   8463:          awaiting junction-param only. fixed.
                   8464: 
                   8465: 2007-05-24  misha
                   8466: 
                   8467:        * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
                   8468:          with 0.5 secs interval
                   8469: 
                   8470:        * src/classes/op.C: - cache was rewrited. I hope it works with
                   8471:          locking system now on unix
                   8472: 
                   8473:        * src/main/pa_os.C: - locks engines were rewrited: now we don't use
                   8474:          system locks which wait till other threads release it but try get
                   8475:          lock, if fail wait 1 sec and make 10 attempts.
                   8476: 
                   8477:        * src/include/pa_os.h: - consts for blocking locks + some comments
                   8478:          were added
                   8479: 
                   8480:        * src/lib/sdbm/apr_file_io.C: - wait till lock released while
                   8481:          opening files
                   8482: 
                   8483:        * src/classes/table.C: - changes in includes. if unclude <sstream>
                   8484:          after our classes on unix it can't be build
                   8485: 
                   8486:        * src/types/pa_vhashfile.C: - not needed code removed
                   8487: 
                   8488: 2007-05-23  misha
                   8489: 
                   8490:        * src/: classes/file.C, classes/op.C, main/pa_common.C,
                   8491:          include/pa_common.h: - cosmetic changes
                   8492: 
                   8493: 2007-05-18  misha
                   8494: 
                   8495:        * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
                   8496:          often. it's give some speed increasing
                   8497: 
                   8498:        * tests/results/160.processed: - returned time corrected
                   8499: 
                   8500:        * tests/160.html: - time increased because on unix 1 mean nothing
                   8501:          :(
                   8502: 
                   8503:        * operators.txt: - added info about ^hash.contain[key]
                   8504: 
                   8505:        * src/classes/hash.C: - added ^hash.contain[key]
                   8506: 
                   8507:        * src/include/pa_hash.h: - added method for checking key exists in
                   8508:          hash
                   8509: 
                   8510: 2007-05-07  misha
                   8511: 
                   8512:        * src/include/pa_string.h: - was compilation error during build on
                   8513:          freebsd4
                   8514: 
                   8515: 2007-05-03  misha
                   8516: 
                   8517:        * src/classes/table.C: - option $.type[hash|string|table] was added
                   8518:          for ^table.hash[]
                   8519: 
                   8520:        * src/classes/file.C: - comment removed
                   8521: 
                   8522: 2007-04-26  misha
                   8523: 
                   8524:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
                   8525:          real files doesn't opened in place anymore
                   8526: 
                   8527: 2007-04-24  misha
                   8528: 
                   8529:        * src/classes/math.C: - I thought one more time and remove lg(N) :)
                   8530: 
                   8531:        * src/include/pa_exception.h: "static" removed
                   8532: 
                   8533: 2007-04-23  misha
                   8534: 
                   8535:        * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
                   8536: 
                   8537:        * src/classes/math.C: added: - ^math:ln(N) (the same as
                   8538:          ^math:log(N)) - ^math:lg(N)
                   8539: 
                   8540:        * tests/: 097.html, results/097.processed: - charsets converstion
                   8541:          during ^file::load[text;http://...] added
                   8542: 
                   8543:        * tests/: 164.html, results/164.processed: - check for set expires
                   8544:          as a date
                   8545: 
                   8546:        * tests/: 164.html, results/164.processed: - test for hashfile
                   8547: 
                   8548:        * src/classes/hashfile.C: - little comment changes
                   8549: 
                   8550:        * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
                   8551:          access
                   8552: 
                   8553:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   8554:          classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
                   8555:          classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
                   8556:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   8557:          classes/xnode.h, include/pa_request.h, main/execute.C,
                   8558:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   8559:          main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
                   8560:          main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
                   8561:          types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
                   8562:          types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
                   8563:          types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
                   8564:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   8565:          types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
                   8566:          "parser.runtime" strings were removed
                   8567: 
                   8568:        * src/classes/hashfile.C: - with .clear[] called files_delete()
                   8569:          now.
                   8570: 
                   8571:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
                   8572: 
                   8573:        * src/include/pa_exception.h: - string constant with
                   8574:          "parser.runtime" text was added
                   8575: 
                   8576: 2007-04-20  misha
                   8577: 
                   8578:        * operators.txt: - some comments changing
                   8579: 
                   8580:        * operators.txt: - added info about .^hashfile.release[],
                   8581:          ^hashfile.clenaup[] and new ^string.match[][>N-option<]
                   8582: 
                   8583:        * configure: =cheching for unsetenv
                   8584: 
                   8585:        * src/classes/hashfile.C: - ^hashfile.cleanup[],
                   8586:          ^hashfile.release[] were added
                   8587: 
                   8588:        * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
                   8589:          ^string.match[][] understand new option now: return number of
                   8590:          matches but not table wit results
                   8591: 
                   8592:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
                   8593:          reopen now
                   8594: 
                   8595:        * src/classes/op.C: - bug. must be false
                   8596: 
                   8597:        * configure.in: - checking for unsetenv was added
                   8598: 
                   8599:        * src/types/pa_vform.C: - some comments
                   8600: 
                   8601: 2007-04-18  misha
                   8602: 
                   8603:        * buildall-with-xml: moving to libxml2-2.6.28
                   8604: 
                   8605:        * buildall-with-xml, buildall-without-xml: added commented lines
                   8606:          with --disable-safe-mode option
                   8607: 
                   8608:        * operators.txt: - info about $form:files
                   8609: 
                   8610: 2007-04-17  misha
                   8611: 
                   8612:        * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
                   8613:          $form:files was added
                   8614: 
                   8615:        * tests/: 163.html, results/163.processed: removing auto format
                   8616: 
                   8617:        * src/types/pa_vdate.h: - start adding unsetenv("TZ");
                   8618: 
                   8619: 2007-04-16  misha
                   8620: 
                   8621:        * tests/: 163.html, results/163.processed: - test for .int[],
                   8622:          floor, round, ceiling and .format[]
                   8623: 
                   8624:        * src/classes/file.C: - little optimization for getting args in
                   8625:          exec/cgi
                   8626: 
                   8627: 2007-04-13  misha
                   8628: 
                   8629:        * src/classes/file.C: - arguments for file::exec/cgi can be
                   8630:          specified now as s table with one column
                   8631: 
                   8632: 2007-03-27  misha
                   8633: 
                   8634:        * tests/: 162.html, results/162.processed: - test for
                   8635:          ^table.select(^condition[$t])
                   8636: 
                   8637:        * tests/results/auto.p: - load windows-1251 charset for some tests
                   8638: 
                   8639:        * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
                   8640: 
                   8641:        * tests/: results/161.processed, 161.html, 161_utf8.txt,
                   8642:          161_windows1251.txt: - added test for
                   8643:          ^file::load[text;/local/file.txt;$.charset[...]]
                   8644: 
                   8645:        * tests/: results/013.processed, 013.html: - added test for
                   8646:          checking $._default value while hash modifications
                   8647: 
                   8648:        * tests/: 160.html, results/160.processed: - add test for
                   8649:          ^cache[key](secs){code}, ^cache[] and ^cache(0)
                   8650: 
                   8651: 2007-03-22  misha
                   8652: 
                   8653:        * src/include/pa_common.h: - "charset" string defined for
                   8654:          ^file::load[text;/local.txt] and ^table::load[/table.txt]
                   8655: 
                   8656:        * src/main/: pa_common.C, pa_http.C: - $.charset option for
                   8657:          ^file::load[text;/local.txt] and ^table::load[/table.txt] was
                   8658:          added - not needed transcodes were removed from
                   8659:          ^file::load[...;http://...]
                   8660: 
                   8661:        * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
                   8662:          added
                   8663: 
                   8664:        * src/classes/date.C: - date.week was fixed
                   8665: 
                   8666:        * operators.txt: - added info about date.weekyear
                   8667: 
                   8668:        * tests/: 159.html, results/159.processed: - tests for date.week
                   8669:          and date.weekyear added
                   8670: 
                   8671: 2007-03-15  misha
                   8672: 
                   8673:        * src/classes/table.C: - enclose column numbers for nameless tables
                   8674:          as well
                   8675: 
                   8676: 2007-03-14  misha
                   8677: 
                   8678:        * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
                   8679: 
                   8680:        * src/classes/table.C: - table.save optimization: now required much
                   8681:          less memory
                   8682: 
                   8683: 2007-03-13  misha
                   8684: 
                   8685:        * tests/results/: 158.processed, 158.processes: - tests for
                   8686:          table.save/table.load
                   8687: 
                   8688:        * tests/: 158.html, results/158.processes: - tests for
                   8689:          table.save/table.load
                   8690: 
                   8691:        * buildall-with-xml: libxml2: --without-ftp --without-docbook
                   8692: 
                   8693:        * buildall-with-xml: - pattern needed now for building
                   8694: 
                   8695:        * tests/results/097.processed: - added test results for xdoc::load
                   8696:          & xdoc::load[http://...]
                   8697: 
                   8698:        * tests/097.html: - added test for xdoc::load
                   8699: 
                   8700: 2007-03-12  misha
                   8701: 
                   8702:        * tests/: 107.html, results/107.processed: - added test for xpath
                   8703:          '//man'
                   8704: 
                   8705: 2007-03-01  misha
                   8706: 
                   8707:        * tests/: 097.html, results/097.processed: - added test for
                   8708:          creating xdoc from file
                   8709: 
                   8710:        * tests/: results/157.processed, 157.html: - added test for
                   8711:          file:move
                   8712: 
                   8713: 2007-02-28  misha
                   8714: 
                   8715:        * src/classes/xdoc.C: - another attempt
                   8716: 
                   8717:        * src/classes/xdoc.C: - roll back last changes for a while
                   8718: 
                   8719:        * src/classes/xdoc.C, operators.txt: - ^xdoc::create[$file] added.
                   8720: 
                   8721:        * src/classes/file.C: - under lock we create non-exist dir anyway
                   8722: 
                   8723:        * tests/results/099.processed: - ever send content-disposition to
                   8724:          client with file
                   8725: 
                   8726:        * tests/157.html: + test for file:copy
                   8727: 
                   8728: 2007-02-26  misha
                   8729: 
                   8730:        * src/classes/file.C: - some similar strings moved to #define
                   8731:          instead of to be copy/pasted many times
                   8732: 
                   8733:        * src/types/pa_vfile.h: - class name string ("file") moved to
                   8734:          #define
                   8735: 
                   8736: 2007-02-20  misha
                   8737: 
                   8738:        * bin/auto.p.dist.in: - added lines for sqlite
                   8739: 
                   8740:        * configure.in: - added some strings for sqlite detection
                   8741: 
                   8742: 2007-02-19  misha
                   8743: 
                   8744:        * operators.txt: - some comments changes
                   8745: 
                   8746:        * buildall-with-xml, buildall-without-xml: - some modifications
                   8747: 
                   8748: 2007-02-17  misha
                   8749: 
                   8750:        * buildall-with-xml, buildall-without-xml: - moving to gc6.8
                   8751: 
                   8752:        * src/main/pa_request.C: - damn, i forgot to commit it while I
                   8753:          change console behaviour
                   8754: 
                   8755: 2007-02-12  misha
                   8756: 
                   8757:        * src/targets/cgi/parser3.C: - don't print headers if
                   8758:          $console:line[data] was used during cgi execution.
                   8759: 
                   8760:        * src/types/pa_vconsole.h: - console class have bool flag now which
                   8761:          marked as 'true' if class was used.
                   8762: 
                   8763:        * tests/: 152.html, results/152.processed: - more types was added
                   8764:          to test 152
                   8765: 
                   8766:        * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
                   8767:          adding 'bool' (^if($image){} caused exception)
                   8768: 
                   8769: 2007-02-09  misha
                   8770: 
                   8771:        * tests/: 152.html, results/152.processed: - test alightly updated
                   8772: 
                   8773:        * tests/: 152.html, results/152.processed: - test rewrited
                   8774: 
                   8775:        * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
                   8776:          bugfix. I broke xdoc & xnode in expression
                   8777: 
                   8778: 2007-02-08  misha
                   8779: 
                   8780:        * tests/: 152.html, results/152.processed: - add test for checking
                   8781:          'def' for void, string, bool, int & double
                   8782: 
                   8783: 2007-02-07  misha
                   8784: 
                   8785:        * operators.txt: - ^file:base64[filespec]  was added
                   8786: 
                   8787:        * tests/results/153.processed: - result test for
                   8788:          ^file:base64[filespec]  was updated
                   8789: 
                   8790:        * tests/153.html: - test for ^file:base64[filespec]  was added
                   8791: 
                   8792:        * src/types/pa_vconsole.h: - little optimization
                   8793: 
                   8794:        * src/classes/file.C: - ^file:base64[filespec]
                   8795: 
                   8796:        * src/main/pa_common.C: - definitions for ^file:base64[filespec]
                   8797: 
                   8798:        * src/include/pa_common.h: - declarations for
                   8799:          ^file:base64[filespec]
                   8800: 
                   8801:        * src/types/pa_vcookie.C: - little optimization
                   8802: 
                   8803: 2007-02-06  misha
                   8804: 
                   8805:        * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
                   8806:          were temporary commented
                   8807: 
                   8808:        * src/types/pa_vbool.h: - bugfix
                   8809: 
                   8810:        * tests/156.html: - added test for bool cookie
                   8811: 
                   8812:        * src/types/pa_vcookie.h: - not needed string "cookie" removed
                   8813: 
                   8814:        * tests/: 155.html, results/155.processed: - added test for check
                   8815:          $.encloser[] option for table save/load
                   8816: 
                   8817:        * tests/: 153.html, 154.html, todo.txt: - two more tests added
                   8818: 
                   8819: 2007-02-05  misha
                   8820: 
                   8821:        * tests/results/152.processed: - newline at the end was missed
                   8822: 
                   8823:        * tests/results/141.processed: - math:md5 must be lowercased
                   8824: 
                   8825:        * src/targets/cgi/parser3.C: - 2007 in help ;)
                   8826: 
                   8827: 2007-02-03  misha
                   8828: 
                   8829:        * tests/results/: 150.processed, 151.processed, 152.processed: -
                   8830:          test for bool added and some content length fixes
                   8831: 
                   8832:        * tests/152.html: - test for bool added
                   8833: 
                   8834:        * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
                   8835: 
                   8836:        * operators.txt: - info bool class was added
                   8837: 
1.116     moko     8838:        * src/: classes/Makefile.am, classes/bool.C,
1.95      moko     8839:          classes/classes.vcproj, classes/double.C, classes/int.C,
                   8840:          classes/string.C, classes/void.C, classes/xnode.C,
                   8841:          include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
                   8842:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
                   8843:          types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
                   8844:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   8845:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
                   8846:          types/types.vcproj: - bool class was added
                   8847: 
                   8848:        * src/main/pa_request.C: - fix
                   8849: 
                   8850: 2007-01-18  misha
                   8851: 
                   8852:        * src/: main/pa_string.C, classes/string.C: - return table during
                   8853:          ^string.match[][] even if no matched found.
                   8854: 
                   8855: 2006-12-20  misha
                   8856: 
                   8857:        * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
                   8858:          http://www.parser.ru/forum/?id=55598 ]
                   8859: 
                   8860: 2006-12-19  misha
                   8861: 
                   8862:        * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
                   8863:          details: http://www.parser.ru/forum/?id=52359
                   8864: 
                   8865:        * src/main/pa_request.C: - always set content-disposition for
                   8866:          $response:body[hash here]. more details:
                   8867:          http://www.parser.ru/forum/?id=52130
                   8868: 
                   8869: 2006-12-07  misha
                   8870: 
                   8871:        * operators.txt: - added info about bool params in cookie set
                   8872: 
                   8873:        * src/types/pa_vcookie.C: - bool param in cookies available now
                   8874:          $cookie:name[   $.value[123]   $.secure(true)   $.httponly(true)
                   8875:          ]
                   8876: 
                   8877:        * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
                   8878:          was added
                   8879: 
                   8880: 2006-12-02  misha
                   8881: 
                   8882:        * src/classes/file.C: - file_block_read used instead of native read
                   8883: 
                   8884:        * src/main/pa_common.C: - added file_block_read with read error
                   8885:          detection - file_block_read used instead of native read
                   8886: 
                   8887:        * src/include/pa_common.h: - added file_block_read declaration
                   8888: 
                   8889: 2006-12-01  misha
                   8890: 
                   8891:        * operators.txt: - info about $var.CLASS_NAME was added
                   8892: 
                   8893:        * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
                   8894:          $var.CLASS_NAME added
                   8895: 
                   8896:        * operators.txt: - added info about ^file:copy[]
                   8897: 
                   8898:        * src/classes/file.C: - ^file:copy[from;fo] was added
                   8899: 
                   8900: 2006-11-20  misha
                   8901: 
                   8902:        * src/classes/date.C: - bug fix :)
                   8903: 
                   8904: 2006-11-17  misha
                   8905: 
                   8906:        * src/include/pa_common.h: - array in crc32 calculation was changed
                   8907:          to static
                   8908: 
                   8909:        * src/main/pa_common.C: - little optimization in getMonthDays -
                   8910:          small changes in crc32 calculation
                   8911: 
                   8912:        * src/classes/date.C: - not needed code was removed
                   8913: 
                   8914: 2006-11-16  misha
                   8915: 
                   8916:        * src/types/pa_vmail.C: - fix missed brakes
                   8917: 
                   8918:        * src/types/pa_vmail.C: - mail:send now set content-type:
                   8919:          multipart/related instead of multipart/mixed if file have
                   8920:          $.content-id[]
                   8921: 
                   8922: 2006-11-15  misha
                   8923: 
                   8924:        * src/types/pa_vdouble.h: abs -> fabs
                   8925: 
                   8926: 2006-11-14  misha
                   8927: 
                   8928:        * operators.txt: - added info about ^file.md5[] and
                   8929:          ^file:md5[file-name]
                   8930: 
                   8931:        * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
                   8932:          added
                   8933: 
                   8934:        * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
                   8935:          FILE_BUFFER_SIZE
                   8936: 
                   8937:        * src/classes/math.C: - hex_string was moved to pa_common.h
                   8938: 
                   8939:        * src/include/pa_common.h: - hex_string was moved from math.C -
                   8940:          CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
                   8941: 
                   8942:        * src/types/pa_vdouble.h: - incorrect frac detection with negative
                   8943:          values was fixed
                   8944: 
                   8945: 2006-11-13  misha
                   8946: 
                   8947:        * operators.txt: - added info about ^math:crc32[string],
                   8948:          ^file:crc32[file-name] & ^file.crc32[]
                   8949: 
                   8950:        * src/classes/math.C: - added ^math:crc32[string]
                   8951: 
                   8952:        * src/classes/file.C: - some comments were changed - added
                   8953:          ^file:crc32[file-name] and ^file.crc32[]
                   8954: 
                   8955:        * src/: include/pa_common.h, main/pa_common.C: - some functions for
                   8956:          crc32 calculation added
                   8957: 
                   8958: 2006-11-03  misha
                   8959: 
                   8960:        * src/include/pa_array.h: - not needed variable removed
                   8961: 
                   8962:        * tests/: 150.html, 151.html, results/150.processed,
                   8963:          results/151.processed: - 2 tests were added
                   8964: 
                   8965:        * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
                   8966:          with $.reverse(1) were fixed
                   8967: 
                   8968:        * src/main/pa_http.C: - bug fix. now tainted data from $.form and
                   8969:          query converted to $.charset during ^file::load[http://...]
                   8970: 
                   8971: 2006-11-02  misha
                   8972: 
                   8973:        * src/include/pa_table.h: ups. forget '=' char
                   8974: 
                   8975:        * src/include/pa_table.h: - one more fix in
                   8976:          .locate[...][$.reverse(1)]
                   8977: 
                   8978: 2006-11-01  misha
                   8979: 
                   8980:        * src/classes/math.C: - bug fix, details:
                   8981:          http://www.parser.ru/forum/?id=53360
                   8982: 
                   8983:        * src/include/pa_table.h: - bug fix during ^table.locate( condition
                   8984:          false for all records )[$.reverse(1)]
                   8985: 
                   8986:        * src/main/pa_http.C: - second param for this mid method is length
                   8987:          but not end_index so this method has error and can't detect
                   8988:          charsets in next content-types: Content-type: text/html;
                   8989:          charset="windows-1251" Content-type: text/html;
                   8990:          charset="windows-1251"; Content-type: text/html;
                   8991:          charset=windows-1251;
                   8992: 
                   8993:          only Content-type: text/html; charset=windows-1251 was fine
                   8994: 
                   8995: 2006-10-31  misha
                   8996: 
                   8997:        * src/classes/file.C: - empty args in file::exec removed now
                   8998: 
                   8999: 2006-09-11  misha
                   9000: 
                   9001:        * bin/auto.p.dist.in: - 2 errors were fixed - table::set was
                   9002:          replaced to table::create - some changes in text/code formatting
                   9003: 
                   9004: 2006-09-03  paf
                   9005: 
                   9006:        * src/classes/file.C: proper tainting of
                   9007:          ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
                   9008: 
                   9009: 2006-06-09  paf
                   9010: 
                   9011:        * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
                   9012: 
                   9013:        * src/classes/table.C: formatting
                   9014: 
                   9015:        * src/classes/table.C: incorporated patch from misha: Sent:
                   9016:          Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
                   9017:          ignoring string options for ^table.save[]
                   9018: 
                   9019:        * src/classes/hash.C: incorporated patch from misha Sent:
                   9020:          Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
                   9021:          $hash._default disappear while
                   9022: 
                   9023:        * operators.txt: ^mail:send[   $.file1[      $.value[file]
                   9024:          $.format[!uue|!base64] << new base64 option. default uue   ] ]
                   9025: 
                   9026:        * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
                   9027:          PM Subject: patch for base64 in ^mail:send[] %-)
                   9028: 
                   9029: 2006-04-09  paf
                   9030: 
                   9031:        * src/main/compile.tab.C: ` change compiled
                   9032: 
                   9033:        * gnu.vcproj, operators.txt, parser3.sln,
                   9034:          src/classes/classes.vcproj, src/classes/file.C,
                   9035:          src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
                   9036:          src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
                   9037:          src/classes/xnode.C, src/include/pa_array.h,
                   9038:          src/include/pa_config_fixed.h, src/include/pa_dir.h,
                   9039:          src/include/pa_memory.h, src/include/pa_request.h,
                   9040:          src/include/pa_stack.h, src/lib/cord/cord.vcproj,
                   9041:          src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
                   9042:          src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
                   9043:          src/lib/pcre/pcre_dftables.vcproj,
                   9044:          src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
                   9045:          src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
                   9046:          src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
                   9047:          src/main/pa_cache_managers.C, src/main/pa_charset.C,
                   9048:          src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
                   9049:          src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
                   9050:          src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
                   9051:          src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
                   9052:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
                   9053:          src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
                   9054:          src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
                   9055:          src/types/pa_value.h, src/types/pa_vcookie.C,
                   9056:          src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
                   9057:          src/types/pa_vmail.C, src/types/pa_vresponse.C,
                   9058:          src/types/pa_vstatus.C, src/types/types.vcproj,
                   9059:          tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
                   9060:          ^menu, ^hash/hashfile.foreach
                   9061: 
                   9062:        * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
                   9063:          src/classes/file.C, src/classes/hash.C, src/classes/image.C,
                   9064:          src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
                   9065:          src/classes/xnode.C, src/include/pa_array.h,
                   9066:          src/include/pa_config_fixed.h, src/include/pa_dir.h,
                   9067:          src/include/pa_memory.h, src/include/pa_request.h,
                   9068:          src/include/pa_stack.h, src/lib/cord/cord.vcproj,
                   9069:          src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
                   9070:          src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
                   9071:          src/lib/pcre/pcre_dftables.vcproj,
                   9072:          src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
                   9073:          src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
                   9074:          src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
                   9075:          src/main/pa_cache_managers.C, src/main/pa_charset.C,
                   9076:          src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
                   9077:          src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
                   9078:          src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
                   9079:          src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
                   9080:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
                   9081:          src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
                   9082:          src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
                   9083:          src/types/pa_value.h, src/types/pa_vcookie.C,
                   9084:          src/types/pa_vmail.C, src/types/pa_vresponse.C,
                   9085:          src/types/pa_vstatus.C, src/types/types.vcproj,
                   9086:          tests/descript.ion: ! switched to VS2005 (projects and
                   9087:          object<info explicitly typed>.for_each(, info)) +
                   9088:          $response:field[] setting void means removing + grammar $name`
                   9089:          name stops now, for mysql `$field` + started ^break[]
                   9090:          ^continue[], in ^for. TODO: to other iterators (while, menu,
                   9091:          foreach) + all log messages += [uri=, method=, cl=]
                   9092: 
                   9093:        * buildall-with-xml: merged . ftp paths update
                   9094: 
                   9095:        * buildall-with-xml: . ftp paths update
                   9096: 
                   9097: 2006-03-04  paf
                   9098: 
                   9099:        * src/main/: pa_string.C: merged from HEAD ! cache file curruption
                   9100:          checks++ [thanks to Igor Zinkovsky for detailed report]
                   9101: 
                   9102:        * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
                   9103:          Igor Zinkovsky for detailed report]
                   9104: 
                   9105: 2006-03-01  paf
                   9106: 
                   9107:        * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
                   9108:          \n to ' ' in
                   9109: 
                   9110: 2006-02-18  paf
                   9111: 
                   9112:        * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
                   9113:          \n to ' ' in
                   9114: 
                   9115:        * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
                   9116: 
                   9117: 2006-02-03  paf
                   9118: 
                   9119:        * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
                   9120:          base64
                   9121: 
                   9122:        * src/main/pa_common.C: ! bugfix: decoding from base64
                   9123: 
                   9124: 2006-01-20  paf
                   9125: 
                   9126:        * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
                   9127:          economy fix
                   9128: 
                   9129:        * src/classes/: table.C: merged from HEAD ! bugfix
                   9130:          ^table.save[$.encloser-s now handled properly
                   9131: 
                   9132:        * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
                   9133:          handled properly
                   9134: 
                   9135: 2006-01-19  paf
                   9136: 
                   9137:        * buildall-with-xml, buildall-without-xml: merged from HEAD !
                   9138:          libgc:USE_MUNMAP activates merging of free memory blocks which
                   9139:          helps a lot in our case: after transform we want
                   9140:          CORD(main.result)->cstr[big malloc]->transcode[big malloc]
                   9141: 
                   9142:        * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
                   9143:          economy fix
                   9144: 
                   9145:        * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
                   9146:          activates merging of free memory blocks which helps a lot in our
                   9147:          case: after transform we want CORD(main.result)->cstr[big
                   9148:          malloc]->transcode[big malloc]
                   9149: 
                   9150: 2006-01-17  paf
                   9151: 
                   9152:        * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
                   9153:          before reading them. got rid of reallocs = became quicker and
                   9154:          less fragmentated
                   9155: 
                   9156: 2005-12-29  paf
                   9157: 
1.116     moko     9158:        * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
                   9159:          configure, configure.in, src/include/pa_version.h,
                   9160:          src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95      moko     9161:          src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
                   9162:          src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
                   9163:          src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
                   9164:          src/lib/ltdl/missing: . merged from 3.2.1
                   9165: 
1.116     moko     9166:        * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
                   9167:          packaged when 'make dist', so do configure companion files in
                   9168:          src/lib/ltdl
                   9169: 
                   9170:        * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
                   9171:          config.guess, config.sub, configure.in, install-sh, ltmain.sh,
                   9172:          missing: . now config_auto.h is created with configure [were
                   9173:          constant]
1.95      moko     9174: 
                   9175:        * INSTALL: . references to documentation and some clarification
                   9176: 
                   9177:        * buildall-with-xml, buildall-without-xml: . farawell doc
                   9178:          indication
                   9179: 
1.116     moko     9180:        * Makefile.am: . dist+=buildall*
1.95      moko     9181: 
                   9182: 2005-12-28  paf
                   9183: 
                   9184:        * configure: . 3.2.1
                   9185: 
                   9186:        * INSTALL, buildall-with-xml, buildall-without-xml: + started to
                   9187:          simplify build process, see INSTALL
                   9188: 
                   9189: 2005-12-26  paf
                   9190: 
                   9191:        * configure: ver
                   9192: 
                   9193:        * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
                   9194:          version
                   9195: 
                   9196: 2005-12-21  paf
                   9197: 
                   9198:        * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
                   9199:          compiled with bison 1.875b, it reports unexpected token names
                   9200: 
                   9201: 2005-12-19  paf
                   9202: 
                   9203:        * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
                   9204:          holds a link to xmlNode to prevent premature gc(xmlNode)
                   9205: 
                   9206:        * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
                   9207:          src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
                   9208:          src/main/main.vcproj, src/main/pa_globals.C,
                   9209:          src/targets/cgi/parser3.vcproj,
                   9210:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
                   9211:          configure, configure.in, src/include/pa_version.h: . killing
                   9212:          gdome [what a relief]
                   9213: 
                   9214:        * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
                   9215:          113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
                   9216:          run_parser.sh, results/001.processed, results/002.processed,
                   9217:          results/003.processed, results/004.processed,
                   9218:          results/005.processed, results/006.processed,
                   9219:          results/008.processed, results/009.processed,
                   9220:          results/010.processed, results/011.processed,
                   9221:          results/012.processed, results/013.processed,
                   9222:          results/014.processed, results/015.processed,
                   9223:          results/016.processed, results/017.processed,
                   9224:          results/018.processed, results/020.processed,
                   9225:          results/021.processed, results/022.processed,
                   9226:          results/023.processed, results/024.processed,
                   9227:          results/025.processed, results/026.processed,
                   9228:          results/027.processed, results/028.processed,
                   9229:          results/029.processed, results/030.processed,
                   9230:          results/031.processed, results/032.processed,
                   9231:          results/033.processed, results/034.processed,
                   9232:          results/035.processed, results/036.processed,
                   9233:          results/037.processed, results/038.processed,
                   9234:          results/039.processed, results/040.processed,
                   9235:          results/041.processed, results/042.processed,
                   9236:          results/043.processed, results/044.processed,
                   9237:          results/045.processed, results/046.processed,
                   9238:          results/047.processed, results/048.processed,
                   9239:          results/049.processed, results/050.processed,
                   9240:          results/051.processed, results/052.processed,
                   9241:          results/053.processed, results/054.processed,
                   9242:          results/055.processed, results/056.processed,
                   9243:          results/057.processed, results/058.processed,
                   9244:          results/059.processed, results/060.processed,
                   9245:          results/061.processed, results/062.processed,
                   9246:          results/063.processed, results/064.processed,
                   9247:          results/065.processed, results/066.processed,
                   9248:          results/067.processed, results/068.processed,
                   9249:          results/069.processed, results/070.processed,
                   9250:          results/071.processed, results/072.processed,
                   9251:          results/073.processed, results/074.processed,
                   9252:          results/075.processed, results/076.processed,
                   9253:          results/077.processed, results/078.processed,
                   9254:          results/079.processed, results/080.processed,
                   9255:          results/081.processed, results/082.processed,
                   9256:          results/083.processed, results/084.processed,
                   9257:          results/085.processed, results/086.processed,
                   9258:          results/087.processed, results/088.processed,
                   9259:          results/089.processed, results/090.processed,
                   9260:          results/091.processed, results/092.processed,
                   9261:          results/093.processed, results/094.processed,
                   9262:          results/095.processed, results/096.processed,
                   9263:          results/097.processed, results/099.processed,
                   9264:          results/100.processed, results/101.processed,
                   9265:          results/102.processed, results/104.processed,
                   9266:          results/105.processed, results/106.processed,
                   9267:          results/107.processed, results/108.processed,
                   9268:          results/109.processed, results/110.processed,
                   9269:          results/111.processed, results/112.processed,
                   9270:          results/113.processed, results/114.processed,
                   9271:          results/115.processed, results/117.processed,
                   9272:          results/119.processed, results/120.processed,
                   9273:          results/121.processed, results/122.processed,
                   9274:          results/123.processed, results/124.processed,
                   9275:          results/125.processed, results/126.processed,
                   9276:          results/127.processed, results/128.processed,
                   9277:          results/129.processed, results/130.processed,
                   9278:          results/131.processed, results/132.processed,
                   9279:          results/133.processed, results/134.processed,
                   9280:          results/135.processed, results/136.processed,
                   9281:          results/138.processed, results/139.processed,
                   9282:          results/140.processed, results/141.processed,
                   9283:          results/142.processed, results/143.processed,
                   9284:          results/144.processed, results/145.processed,
                   9285:          results/146.processed, results/147.processed,
                   9286:          results/148.processed, results/149.processed, results/auto.p: .
                   9287:          now works if we turn off default auto.p
                   9288: 
1.116     moko     9289:        * configure: . makes
1.95      moko     9290: 
                   9291:        * src/types/pa_vxnode.C: . less warnings
                   9292: 
                   9293:        * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
                   9294:          tests/145.html, tests/149.html, tests/descript.ion,
                   9295:          tests/outputs/d.cmd, tests/results/142.processed,
                   9296:          tests/results/143.processed, tests/results/144.processed,
                   9297:          tests/results/145.processed, tests/results/146.processed,
                   9298:          tests/results/147.processed, tests/results/148.processed,
                   9299:          tests/results/149.processed: . removed .nodeValue from all node
                   9300:          types other than 5 (grabbed piece from gdome)
                   9301: 
                   9302:        * tests/: 137.html, results/137.processed: . not handled this case
                   9303:          yet. code does not hang from inserting parent into child,
                   9304:          considering thing minor issue -- nodes are removed from source
                   9305:          anyway, don't know why shold that be an error after all
                   9306: 
                   9307:        * src/targets/cgi/parser3.C: . style
                   9308: 
                   9309:        * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
                   9310:          xdoc too [were barking "not element"]
                   9311: 
                   9312: 2005-12-16  paf
                   9313: 
                   9314:        * tests/: 146.html, 147.html, 148.html: . more tests
                   9315: 
                   9316:        * src/classes/xnode.C: . also bark on possible errors
                   9317: 
                   9318:        * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
                   9319:          props
                   9320: 
                   9321:        * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
                   9322:          main/compile.y: merged from HEAD ! fixed overoptimized
                   9323:          ^call(false) case. (confused it with ^call[] case)
                   9324: 
                   9325:        * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
                   9326:          ^call(false) case. (confused it with ^call[] case)
                   9327: 
                   9328:        * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
                   9329: 
                   9330:        * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
                   9331:          results/001.processed, results/002.processed,
                   9332:          results/003.processed, results/004.processed,
                   9333:          results/005.processed, results/006.processed,
                   9334:          results/008.processed, results/009.processed,
                   9335:          results/010.processed, results/011.processed,
                   9336:          results/012.processed, results/013.processed,
                   9337:          results/014.processed, results/015.processed,
                   9338:          results/016.processed, results/017.processed,
                   9339:          results/018.processed, results/019.processed,
                   9340:          results/020.processed, results/021.processed,
                   9341:          results/022.processed, results/023.processed,
                   9342:          results/024.processed, results/025.processed,
                   9343:          results/026.processed, results/027.processed,
                   9344:          results/028.processed, results/029.processed,
                   9345:          results/030.processed, results/031.processed,
                   9346:          results/032.processed, results/033.processed,
                   9347:          results/034.processed, results/035.processed,
                   9348:          results/036.processed, results/037.processed,
                   9349:          results/038.processed, results/039.processed,
                   9350:          results/040.processed, results/041.processed,
                   9351:          results/042.processed, results/043.processed,
                   9352:          results/044.processed, results/045.processed,
                   9353:          results/046.processed, results/047.processed,
                   9354:          results/048.processed, results/049.processed,
                   9355:          results/050.processed, results/051.processed,
                   9356:          results/052.processed, results/053.processed,
                   9357:          results/054.processed, results/055.processed,
                   9358:          results/056.processed, results/057.processed,
                   9359:          results/058.processed, results/059.processed,
                   9360:          results/060.processed, results/061.processed,
                   9361:          results/062.processed, results/063.processed,
                   9362:          results/064.processed, results/065.processed,
                   9363:          results/066.processed, results/067.processed,
                   9364:          results/068.processed, results/069.processed,
                   9365:          results/070.processed, results/071.processed,
                   9366:          results/072.processed, results/073.processed,
                   9367:          results/074.processed, results/075.processed,
                   9368:          results/076.processed, results/077.processed,
                   9369:          results/078.processed, results/079.processed,
                   9370:          results/080.processed, results/081.processed,
                   9371:          results/082.processed, results/083.processed,
                   9372:          results/084.processed, results/085.processed,
                   9373:          results/086.processed, results/087.processed,
                   9374:          results/088.processed, results/089.processed,
                   9375:          results/090.processed, results/091.processed,
                   9376:          results/092.processed, results/093.processed,
                   9377:          results/094.processed, results/095.processed,
                   9378:          results/096.processed, results/097.processed,
                   9379:          results/099.processed, results/101.processed,
                   9380:          results/102.processed, results/104.processed,
                   9381:          results/105.processed, results/106.processed,
                   9382:          results/107.processed, results/108.processed,
                   9383:          results/109.processed, results/110.processed,
                   9384:          results/111.processed, results/112.processed,
                   9385:          results/113.processed, results/114.processed,
                   9386:          results/115.processed, results/116.processed,
                   9387:          results/117.processed, results/118.processed,
                   9388:          results/119.processed, results/120.processed,
                   9389:          results/121.processed, results/122.processed,
                   9390:          results/123.processed, results/124.processed,
                   9391:          results/125.processed, results/126.processed,
                   9392:          results/127.processed, results/128.processed,
                   9393:          results/129.processed, results/130.processed,
                   9394:          results/131.processed, results/132.processed,
                   9395:          results/133.processed, results/134.processed,
                   9396:          results/135.processed, results/136.processed,
                   9397:          results/137.processed, results/138.processed,
                   9398:          results/139.processed, results/140.processed,
                   9399:          results/141.processed: . refreshed old tests, made them work
                   9400:          without auto.p (in utf8) . things noted: . gif got encoded
                   9401:          differently . exif 0000:00:00 decoded now into 0000:00:00 (were
                   9402:          some strange year)
                   9403: 
                   9404:        * INSTALL: . revived linux libgc fix
                   9405: 
                   9406:        * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
                   9407:          glib/gdome in INSTALL and patches]
                   9408: 
                   9409:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   9410:          include/pa_charset.h, include/pa_config_includes.h,
                   9411:          include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
                   9412:          include/pa_xml_exception.h, lib/cord/Makefile.am,
                   9413:          lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
                   9414:          lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
                   9415:          main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
                   9416:          main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
                   9417:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   9418:          types/pa_vxnode.h: . started killing gdome
                   9419: 
                   9420: 2005-12-13  paf
                   9421: 
                   9422:        * src/main/: pa_request.C: merged from HEAD ! when code in
                   9423:          @unhandled_exception thrown another exception, print correct
                   9424:          origin (earlier code in catch of exception inside of
                   9425:          @unhandled_exception grabbed parent_frame(original_exception)
                   9426:          origin and printed it, instead of true origin)
                   9427: 
                   9428:        * src/main/pa_request.C: ! when code in @unhandled_exception thrown
                   9429:          another exception, print correct origin (earlier code in catch of
                   9430:          exception inside of @unhandled_exception grabbed
                   9431:          parent_frame(original_exception) origin and printed it, instead
                   9432:          of true origin)
                   9433: 
                   9434: 2005-12-09  paf
                   9435: 
                   9436:        * INSTALL: . updated INSTALL doc to work around linux stack base
                   9437:          detection problem, due to change in gc6.4 code
                   9438: 
                   9439:        * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
                   9440:          ignored in ^string.matched :(
                   9441: 
                   9442:        * src/main/pa_string.C: ! regex tainting were ignored in
                   9443:          ^string.matched :(
                   9444: 
                   9445:        * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
                   9446:          src/include/pa_config_fixed.h, src/include/pa_version.h,
                   9447:          src/main/compile.y, src/main/compile_tools.h,
                   9448:          src/main/pa_charset.C, src/main/pa_common.C,
                   9449:          src/main/pa_globals.C, src/main/pa_string.C,
                   9450:          src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
                   9451:          src/types/pa_vmail.C: . merged latest fixes from 3.2.0
                   9452: 
                   9453: 2005-12-08  paf
                   9454: 
                   9455:        * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
                   9456:          500 chars now handled OK [were wrapped on 500th char according to
                   9457:          rfc, but sendmail failed to unwrap it properly]
                   9458: 
                   9459:        * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
                   9460:          handled OK [were wrapped on 500th char according to rfc, but
                   9461:          sendmail failed to unwrap it properly]
                   9462: 
                   9463:        * src/targets/isapi/parser3isapi.C: . less warnings
                   9464: 
                   9465:        * src/targets/isapi/parser3isapi.C: . undone some strange change
                   9466:          since 3.1.5
                   9467: 
                   9468:        * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
                   9469:          link fixes
                   9470: 
                   9471:        * src/: classes/date.C, include/pa_config_fixed.h,
                   9472:          main/compile.tab.C, main/compile.y, main/compile_tools.h,
                   9473:          main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
                   9474:          main/pa_string.C, targets/cgi/getopt.c: . less warnings
                   9475: 
                   9476:        * src/include/pa_config_fixed.h: . removed outdated string origins
                   9477:          [in current storage scheme there's no place for them. someday we
                   9478:          can add third CORD to store origins and special version of parser
                   9479:          which stores origins there [separate binary]]
                   9480: 
                   9481: 2005-12-07  paf
                   9482: 
                   9483:        * src/targets/isapi/parser3isapi.C: . now links in release mode
                   9484: 
                   9485:        * src/include/pa_version.h: makefiles
                   9486: 
                   9487:        * src/include/pa_version.h: . not beta
                   9488: 
                   9489:        * configure, configure.in, src/include/pa_version.h: not beta
                   9490: 
                   9491: 2005-12-06  paf
                   9492: 
                   9493:        * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
                   9494:          [some details here http://i2/tasks/edit/?id=4869912143891354460]
                   9495:          decided to undo the change ^call[$void] passes void. now it will
                   9496:          pass empty string again.
                   9497: 
                   9498:        * src/main/: compile.tab.C, compile.y: . version readded
                   9499: 
                   9500:        * src/classes/op.C: . in this version there is no ^switch[$nothing]
                   9501:          = ^switch[void] problem
                   9502: 
                   9503: 2005-12-01  paf
                   9504: 
                   9505:        * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
                   9506:          caused ^case[string] to be coerced to double since searching
                   9507:          value were not string (it was vvoid)
                   9508: 
                   9509:        * src/classes/op.C: . bugfix ^switch[$void_value] caused
                   9510:          ^case[string] to be coerced to double since searching value were
                   9511:          not string (it was vvoid)
                   9512: 
                   9513:        * INSTALL: . compiled with       libxml2 = 2.6.22       libxslt =
                   9514:          1.1.15       glib = 1.2.10       gdome2 = 0.8.1
                   9515: 
                   9516: 2005-11-30  paf
                   9517: 
                   9518:        * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
                   9519:          win32 must putenv("TZ="), on unix works only putenv("TZ")
                   9520: 
                   9521:        * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
                   9522:          putenv("TZ="), on unix works only putenv("TZ")
                   9523: 
                   9524:        * INSTALL: . xml libs versions updated
                   9525: 
                   9526:        * src/main/pa_globals.C: //20051130 trying to remove this, author
                   9527:          claims that fixed a lot there // 20040920 for now both
                   9528:          workarounds needed. wait for new libxml/xsl versions
                   9529: 
                   9530: 2005-11-28  paf
                   9531: 
                   9532:        * src/classes/table.C: merged from HEAD: ! nameless table has
                   9533:          columns==0
                   9534: 
                   9535:        * src/classes/table.C: ! nameless table has columns==0
                   9536: 
                   9537:        * src/main/pa_http.C: merged from HEAD: ! status line check made
                   9538:          earlier [was totally wrong]
                   9539: 
                   9540:        * src/main/pa_http.C: ! status line check made earlier [was totally
                   9541:          wrong]
                   9542: 
                   9543: 2005-11-25  paf
                   9544: 
                   9545:        * src/include/pa_array.h: -this reduces speed(table::load) strange.
                   9546:          undoing for now...
                   9547: 
                   9548:        * src/include/pa_version.h: -this reduces speed(table::load),
                   9549:          strange. undoing
                   9550: 
                   9551:        * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
                   9552: 
                   9553:        * src/classes/op.C: + ^while(){}[SEPARATOR]
                   9554: 
                   9555:        * src/include/pa_array.h: + optimistics added: all arrays (table
                   9556:          rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
                   9557:          this speeds things up and saves memory a LOT! (not noticed
                   9558:          negative effect on syntetic tests, future will tell...)
                   9559: 
                   9560:        * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
                   9561:          changed gc_malloc implementation, which obscured profiling
                   9562: 
                   9563:        * src/classes/table.C: merged from HEAD: + optimized
                   9564:          table::load/sql, now row ArrayString-s allocated with
                   9565:          columns.count() elements and don't always grow from
                   9566:          count=3[realloc,realloc]
                   9567: 
                   9568:        * src/classes/table.C: + optimized table::load/sql, now row
                   9569:          ArrayString-s allocated with columns.count() elements and don't
                   9570:          always grow from count=3[realloc,realloc]
                   9571: 
                   9572:        * src/classes/table.C: merged from HEAD: . ^table.save unused
                   9573:          buffer after save
                   9574: 
                   9575:        * src/classes/table.C: . ^table.save unused buffer after save
                   9576: 
                   9577: 2005-11-24  paf
                   9578: 
                   9579:        * configure.in: . merged glib2-config patch
                   9580: 
                   9581:        * configure.in: + trying to find glib2-config
                   9582: 
                   9583:        * src/: classes/file.C, include/pa_common.h, main/execute.C,
                   9584:          main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
                   9585:          file/dir_readable to simple file/dir_exist, this would help in
                   9586:          situations "class not found because .p file has bad rights" << in
                   9587:          that case error would be explicit "access denied to 'this' file"
                   9588: 
1.116     moko     9589:        * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95      moko     9590: 
                   9591:        * src/: classes/file.C, include/pa_common.h, main/execute.C,
                   9592:          main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
                   9593:          to simple file/dir_exist, this would help in situations "class
                   9594:          not found because .p file has bad rights" << in that case error
                   9595:          would be explicit "access denied to 'this' file"
                   9596: 
                   9597:        * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
                   9598:          include/pa_http.h, main/Makefile.am, main/main.vcproj,
                   9599:          main/pa_common.C, main/pa_http.C: merged from HEAD: +!
                   9600:          ^file::exec/cgi[script;$.charset[changed]
                   9601:          $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
                   9602:          encoded in $.charset charset
                   9603: 
                   9604:        * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
                   9605:          $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
                   9606:          encoded in $.charset charset
                   9607: 
                   9608:        * src/: include/Makefile.am, include/pa_common.h,
                   9609:          include/pa_http.h, main/Makefile.am, main/main.vcproj,
                   9610:          main/pa_common.C, main/pa_http.C: . extracted http:// into
                   9611:          separate file [preparation for
                   9612:          ^file::cgi[script;$.form[$.field1[]
                   9613: 
                   9614: 2005-11-22  paf
                   9615: 
                   9616:        * src/: include/pa_version.h, main/compile.tab.C: makefiles
                   9617: 
                   9618:        * acinclude.m4, configure.in: . merged underquting fixes
                   9619: 
1.116     moko     9620:        * src/include/pa_config_auto.h.in: configure+makes
1.95      moko     9621: 
                   9622:        * src/classes/op.C: . overmerged a little
                   9623: 
                   9624:        * src/main/compile.tab.C: Makefile
                   9625: 
                   9626:        * src/main/: pa_common.C: . less gcc warnings
                   9627: 
                   9628:        * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
                   9629:          now reports original exception if we have no old cache
                   9630: 
                   9631:        * src/classes/op.C: + $exception.handled[cache] now reports
                   9632:          original exception if we have no old cache
                   9633: 
                   9634:        * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
                   9635:          from HEAD: + ^taint/untaint[regex] << escapes these:
                   9636:          \^$.[]|()?*+{}
                   9637: 
                   9638:        * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
                   9639:          ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
                   9640: 
                   9641:        * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
                   9642:          getenv-ed variable, which does not work both on win32&unix.
                   9643:          copied old TZ value now
                   9644: 
                   9645:        * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
                   9646:          stored pointer to getenv-ed variable, which does not work both on
                   9647:          win32&unix. copied old TZ value now
                   9648: 
                   9649:        * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
                   9650:          getenv-ed variable, which does not work both on win32&unix.
                   9651:          copied old TZ value now
                   9652: 
                   9653:        * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
                   9654:          access to internal hash
                   9655: 
                   9656:        * src/types/pa_vresponse.C: + $response:headers access to internal
                   9657:          hash
                   9658: 
                   9659:        * src/targets/isapi/parser3isapi.C: merged from HEAD: +
                   9660:          GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
                   9661:          isapi] this reduces number of "GC Warning: Repeated allocation of
                   9662:          very large block" messages to only important onces
                   9663: 
                   9664:        * src/targets/isapi/parser3isapi.C: +
                   9665:          GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
                   9666:          isapi] this reduces number of "GC Warning: Repeated allocation of
                   9667:          very large block" messages to only important onces
                   9668: 
                   9669:        * src/classes/string.C: merged from HEAD: + removed limitation on
                   9670:          ^string/int/double:sql{}[$.default[({param style})] ]
                   9671: 
                   9672:        * src/classes/string.C: + removed limitation on
                   9673:          ^string/int/double:sql{}[$.default[({param style})] ]
                   9674: 
                   9675:        * src/main/pa_common.C: merged from HEAD: + removed "use either uri
                   9676:          with ?params or $.form option" limitation
                   9677: 
                   9678:        * src/main/pa_common.C: + removed "use either uri with ?params or
                   9679:          $.form option" limitation
                   9680: 
                   9681:        * src/: classes/file.C, classes/string.C, include/pa_common.h,
                   9682:          main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
                   9683:          ^file::base64[encoded] decode
                   9684: 
                   9685:        * src/: classes/file.C, classes/string.C, include/pa_common.h,
                   9686:          main/pa_common.C: + ^file.base64[] encode +
                   9687:          ^file::base64[encoded] decode
                   9688: 
                   9689:        * src/classes/: file.C, string.C: + ^string.base64[] encode +
                   9690:          ^string:base64[encoded] decode
                   9691: 
                   9692:        * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
                   9693:          ^string:base64[in] encode + ^string.base64[] decode
                   9694: 
                   9695: 2005-11-21  paf
                   9696: 
                   9697:        * src/classes/file.C: + merged from HEAD:
                   9698:          ^file::create[text;file.xml;^untaint[xml]{data}]
                   9699: 
                   9700:        * src/classes/file.C: +
                   9701:          ^file::create[text;file.xml;^untaint[xml]{data}]
                   9702: 
                   9703:        * src/main/pa_request.C: ! merged: $response:body[file] now
                   9704:          differes from :download, it does not return content-disposition
                   9705:          at all now [previusely it returned valueless content-disposition]
                   9706: 
                   9707:        * src/main/pa_request.C: ! $response:body[file] now differes from
                   9708:          :download, it does not return content-disposition at all now
                   9709:          [previusely it returned valueless content-disposition]
                   9710: 
                   9711:        * src/main/: compile.tab.C, compile.y: ! overoptimized void
                   9712:          literals, reverted to just vvod, recreating empty array with each
                   9713:          void_value token. that's absolutely needed, since that array
                   9714:          grows
                   9715: 
                   9716:        * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
                   9717:          types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
                   9718:          types/pa_vmethod_frame.h: + merged: expression literals:
                   9719:          true/false. ^format[$.indent(true)]
                   9720: 
                   9721:        * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
                   9722:          types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
                   9723:          types/pa_vmethod_frame.h: + expression literals: true/false.
                   9724:          ^format[$.indent(true)]
                   9725: 
                   9726:        * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
                   9727:          merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
                   9728:          i386-pc-win32)"
                   9729: 
                   9730:        * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
                   9731:          $env:PARSER_VERSION reports "3.1.5beta (compiled on
                   9732:          i386-pc-win32)"
                   9733: 
                   9734: 2005-11-18  paf
                   9735: 
                   9736:        * src/classes/: double.C, int.C: ! ^int/double:sql{select
                   9737:          null}[$.default(123)] will now return default value
                   9738: 
                   9739:        * src/classes/op.C: + merged ^cache[] << returns current cache
                   9740:          expiration time
                   9741: 
                   9742:        * src/classes/op.C: + ^cache[] << returns current cache expiration
                   9743:          time
                   9744: 
                   9745:        * src/classes/table.C: ! merged ^table::create[not'nameless';
                   9746:          failed << Exception.problem_source pointed to local var!
                   9747: 
                   9748:        * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
                   9749:          Exception.problem_source pointed to local var!
                   9750: 
                   9751:        * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
                   9752:          now loads VFile.ptr!=0, so such files can be saved now
                   9753: 
                   9754:        * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
                   9755:          loads VFile.ptr!=0, so such files can be saved now
                   9756: 
                   9757:        * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
                   9758:          only . and .. now removed from list [were removed all .*]
                   9759: 
                   9760:        * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
                   9761:          .. now removed from list [were removed all .*]
                   9762: 
                   9763:        * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
                   9764:          open error now checked, were not :( [stole that piece from apache
                   9765:          1.3 sources]
                   9766: 
                   9767:        * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
                   9768:          checked, were not :( [stole that piece from apache 1.3 sources]
                   9769: 
                   9770:        * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
                   9771:          untainting of @main result if returned by $result or
                   9772:          $response:body
                   9773: 
                   9774:        * src/main/pa_request.C: ! ensured proper untainting of @main
                   9775:          result if returned by $result or $response:body
                   9776: 
                   9777:        * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
                   9778:          issue: now tries to guess content-length and allocates one big
                   9779:          piece if possible [regretfully gc_realloc works as malloc+free,
                   9780:          leaving lots of holes behind]
                   9781: 
                   9782:        * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
                   9783:          fixed file load memory issue: now tries to guess content-length
                   9784:          and allocates one big piece if possible [regretfully gc_realloc
                   9785:          works as malloc+free, leaving lots of holes behind]
                   9786: 
                   9787: 2005-11-16  paf
                   9788: 
                   9789:        * src/: include/pa_common.h, classes/file.C, classes/table.C,
                   9790:          main/compile.tab.C, main/pa_common.C: merged to HEAD: !
                   9791:          table::save with enclosers now doubles them: "->"" !
                   9792:          table::save/load do not remove elements from options hash
                   9793: 
                   9794:        * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
                   9795:          [were overoptimized ^if(double_literal), compiler confused
                   9796:          OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
                   9797: 
                   9798:        * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
                   9799:          [were overoptimized ^if(double_literal), compiler confused
                   9800:          OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
                   9801: 
                   9802:        * src/: classes/file.C, classes/table.C, include/pa_common.h,
                   9803:          main/pa_common.C: ! table::save with enclosers now doubles them:
                   9804:          "->"" ! table::save/load do not remove elements from options hash
                   9805: 
                   9806: 2005-11-03  paf
                   9807: 
1.116     moko     9808:        * src/main/: Makefile.am, compile.tab.C: removed $< from .y
                   9809:          compilation, not all makefiles liked that
1.95      moko     9810: 
                   9811: 2005-08-30  paf
                   9812: 
                   9813:        * src/classes/op.C: merge . speedup check of [DEFAULT]
                   9814: 
                   9815:        * src/classes/op.C: . speedup check of [DEFAULT]
                   9816: 
                   9817: 2005-08-26  paf
                   9818: 
                   9819:        * src/: classes/date.C, types/pa_vdate.h: merged + date.week
                   9820: 
                   9821:        * src/: classes/date.C, types/pa_vdate.h: + date.week
                   9822: 
                   9823:        * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
                   9824:          complains about bad!=nameless
                   9825: 
                   9826:        * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
                   9827:          about bad!=nameless
                   9828: 
                   9829:        * src/classes/: hash.C, string.C, table.C, void.C: merged !
                   9830:          optional options were allowed to be empty. were checked
                   9831:          if(is_string), changed to !defined||is_string to allow void
                   9832: 
                   9833:        * src/: targets/isapi/parser3isapi.C, classes/hash.C,
                   9834:          classes/string.C, classes/table.C, classes/void.C: ! optional
                   9835:          options were allowed to be empty. were checked if(is_string),
                   9836:          changed to !defined||is_string to allow void
                   9837: 
                   9838:        * src/types/pa_vmethod_frame.h: merged ! many classes/*  used
                   9839:          as_junction where they needed as_int/double, so failed with
                   9840:          recent "(const) now no junction" optimization
                   9841: 
                   9842:        * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
                   9843:          merged ! many classes/*  used as_junction where they needed
                   9844:          as_int/double, so failed with recent "(const) now no junction"
                   9845:          optimization
                   9846: 
                   9847:        * src/: classes/double.C, classes/int.C, classes/math.C,
                   9848:          classes/op.C, classes/string.C, classes/table.C,
                   9849:          main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
                   9850:          used as_junction where they needed as_int/double, so failed with
                   9851:          recent "(const) now no junction" optimization
                   9852: 
                   9853: 2005-08-24  paf
                   9854: 
                   9855:        * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
                   9856:          windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
                   9857:          stripped it
                   9858: 
                   9859: 2005-08-09  paf
                   9860: 
                   9861:        * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
                   9862:          not cleared
                   9863: 
                   9864:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   9865:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   9866:          classes/hashfile.C, classes/image.C, classes/int.C,
                   9867:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   9868:          classes/response.C, classes/string.C, classes/table.C,
                   9869:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   9870:          include/pa_array.h, include/pa_cache_managers.h,
                   9871:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   9872:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   9873:          include/pa_dictionary.h, include/pa_dir.h,
                   9874:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   9875:          include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
                   9876:          include/pa_operation.h, include/pa_os.h, include/pa_request.h,
                   9877:          include/pa_request_charsets.h, include/pa_request_info.h,
                   9878:          include/pa_sapi.h, include/pa_socks.h,
                   9879:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   9880:          include/pa_stack.h, include/pa_string.h,
                   9881:          include/pa_stylesheet_connection.h,
                   9882:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   9883:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   9884:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   9885:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   9886:          lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
                   9887:          lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
                   9888:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
                   9889:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   9890:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   9891:          main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
                   9892:          main/pa_os.C, main/pa_request.C, main/pa_socks.C,
                   9893:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   9894:          main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
                   9895:          main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
                   9896:          main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
                   9897:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   9898:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   9899:          types/pa_junction.h, types/pa_method.h, types/pa_property.h,
                   9900:          types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
                   9901:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   9902:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   9903:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
                   9904:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   9905:          types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
                   9906:          types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
                   9907:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
                   9908:          types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
                   9909:          types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   9910:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   9911:          types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   9912:          types/pa_vresponse.C, types/pa_vresponse.h,
                   9913:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   9914:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   9915:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   9916:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                   9917:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   9918:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   9919:          types/pa_wcontext.h, types/pa_wwrapper.h: 2005
                   9920: 
                   9921:        * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
                   9922:          pa_vmethod_frame.h: merged from HEAD ! simplified (double)
                   9923:          speedup consequent checks in vmethod_frame
                   9924: 
                   9925:        * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
                   9926:          not cleared
                   9927: 
                   9928:        * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
                   9929:          params: 50 max (were 10)
                   9930: 
                   9931:        * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
                   9932:          params: 50 max (were 10)
                   9933: 
                   9934:        * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
                   9935:          pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
                   9936:          pa_wcontext.h: + ^call[$void] param inside now is void (were:
                   9937:          empty string) ! simplified (double) speedup consequent checks in
                   9938:          vmethod_frame
                   9939: 
                   9940:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
                   9941:          optimized constants in expressions vstring->vdouble + optimized
                   9942:          ^call(vdouble), no junction creation, no calls later
                   9943: 
                   9944: 2005-08-08  paf
                   9945: 
                   9946:        * bin/auto.p.dist.in: merged . apache bad 404 handling workaround
                   9947:          integrated
                   9948: 
                   9949:        * bin/auto.p.dist.in: . apache bad 404 handling workaround
                   9950:          integrated
                   9951: 
                   9952:        * src/main/: compile.tab.C, compile.y, compile_tools.C,
                   9953:          compile_tools.h: merged + optimized constants in expressions
                   9954:          vstring->vdouble + optimized ^call(vdouble), no junction
                   9955:          creation, no calls later
                   9956: 
                   9957:        * src/types/pa_vdouble.h: merged . double values without fractional
                   9958:          part now default printed as %.0f instead of %g
                   9959: 
                   9960:        * src/types/pa_vdouble.h: . double values without fractional part
                   9961:          now default printed as %.0f instead of %g
                   9962: 
                   9963:        * src/classes/hashfile.C: . merged ! second hashfile::open would
                   9964:          cause an exception
                   9965: 
                   9966:        * src/classes/hashfile.C: ! second hashfile::open would cause an
                   9967:          exception
                   9968: 
                   9969:        * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
                   9970:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   9971:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   9972:          types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
                   9973:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
                   9974:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   9975:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   9976:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   9977:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   9978:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
                   9979:          merged VJunction(new Junction) optimization from 3.1.4
                   9980: 
                   9981:        * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
                   9982:          types/pa_vstateless_class.C: + optimized new VJunction(new
                   9983:          Junction(params)) to new VJunction(params), thousands of mallocs
                   9984:          removed
                   9985: 
                   9986: 2005-08-05  paf
                   9987: 
                   9988:        * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
                   9989:          types/pa_vdouble.h, types/pa_vmethod_frame.C,
                   9990:          types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
                   9991:          creation, no calls later
                   9992: 
                   9993:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   9994:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   9995:          classes/hashfile.C, classes/image.C, classes/int.C,
                   9996:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   9997:          classes/response.C, classes/string.C, classes/table.C,
                   9998:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   9999:          include/pa_array.h, include/pa_cache_managers.h,
                   10000:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   10001:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   10002:          include/pa_dictionary.h, include/pa_dir.h,
                   10003:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   10004:          include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
                   10005:          include/pa_operation.h, include/pa_os.h, include/pa_request.h,
                   10006:          include/pa_request_charsets.h, include/pa_request_info.h,
                   10007:          include/pa_sapi.h, include/pa_socks.h,
                   10008:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   10009:          include/pa_stack.h, include/pa_string.h,
                   10010:          include/pa_stylesheet_connection.h,
                   10011:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   10012:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   10013:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   10014:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   10015:          lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
                   10016:          lib/smtp/smtp.h, main/compile.C, main/compile.y,
                   10017:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   10018:          main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
                   10019:          main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
                   10020:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   10021:          main/pa_memory.C, main/pa_os.C, main/pa_request.C,
                   10022:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   10023:          main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
                   10024:          main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
                   10025:          main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
                   10026:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   10027:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   10028:          types/pa_junction.h, types/pa_method.h, types/pa_value.C,
                   10029:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                   10030:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   10031:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   10032:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   10033:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   10034:          types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
                   10035:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   10036:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
                   10037:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
                   10038:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   10039:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   10040:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   10041:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   10042:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   10043:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   10044:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                   10045:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   10046:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   10047:          types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
                   10048: 
                   10049:        * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
                   10050:          lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
                   10051:          lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
                   10052:          lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
                   10053:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   10054:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
                   10055:          optimized constants in expressions vstring->vdouble
                   10056: 
                   10057: 2005-07-29  paf
                   10058: 
                   10059:        * src/types/pa_vclass.C: . shaped up error messages a bit
                   10060: 
                   10061:        * src/types/pa_vclass.C: + property getter can now be overridden
                   10062: 
                   10063:        * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
                   10064:          bug fix: static parent fields were not replaced in case
                   10065:          $derived:field[put] + property setter can now be overridden
                   10066: 
                   10067: 2005-07-28  paf
                   10068: 
                   10069:        * configure, configure.in, src/classes/classes.h,
                   10070:          src/classes/date.C, src/classes/file.C, src/classes/hash.C,
                   10071:          src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
                   10072:          src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
                   10073:          src/classes/xnode.h, src/include/pa_hash.h,
                   10074:          src/include/pa_version.h, src/main/execute.C,
1.116     moko     10075:          src/types/Makefile.am, src/types/pa_method.h,
                   10076:          src/types/pa_value.h, src/types/pa_vclass.C,
                   10077:          src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
                   10078:          src/types/pa_vconsole.h, src/types/pa_vcookie.C,
                   10079:          src/types/pa_vcookie.h, src/types/pa_vhash.h,
                   10080:          src/types/pa_vhashfile.h, src/types/pa_vimage.C,
                   10081:          src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
                   10082:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   10083:          src/types/pa_vproperty.h, src/types/pa_vrequest.C,
                   10084:          src/types/pa_vrequest.h, src/types/pa_vresponse.C,
                   10085:          src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
                   10086:          src/types/pa_vstateless_class.h,
1.95      moko     10087:          src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
                   10088:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   10089:          src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
                   10090:          dynamic_fields_join
                   10091: 
                   10092:        * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
                   10093:          classes/xnode.C, include/pa_hash.h, main/execute.C,
                   10094:          types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
                   10095:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   10096:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
                   10097:          types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
                   10098:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   10099:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   10100:          types/pa_vresponse.h, types/pa_vstateless_object.h,
                   10101:          types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   10102:          types/pa_wwrapper.h: ! restored put_element('replace' param), and
                   10103:          restored its checks in vobject.put_element->static fields |
                   10104:          dynamic properties
                   10105: 
                   10106: 2005-07-27  paf
                   10107: 
                   10108:        * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
                   10109:          is some old code containing @set_name $name
                   10110: 
                   10111:        * src/types/pa_vobject.h: . fixed warning
                   10112: 
                   10113:        * configure, configure.in, src/include/pa_version.h,
1.116     moko     10114:          src/types/Makefile.am: 3.2.0beta started
1.95      moko     10115: 
                   10116:        * src/: classes/xnode.C, include/pa_hash.h,
                   10117:          types/pa_vstateless_class.C: ! new asserts were all false.
                   10118:          regretfully reverted them all to checks
                   10119: 
                   10120:        * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
                   10121:          classes/op.C, main/execute.C, types/pa_method.h,
                   10122:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   10123:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   10124:          types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
                   10125:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
                   10126:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   10127:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   10128:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   10129:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
                   10130:          joined_dynamic_fields: removed unused param from put_method
                   10131:          (returned to 3 params)
                   10132: 
                   10133:        * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
                   10134:          joined_dynamic_fields: dynamic get/set works with overriding
                   10135:          props [alpha2]
                   10136: 
                   10137:        * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
                   10138:          works [alfa]
                   10139: 
                   10140:        * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
                   10141:          classes/op.C, include/pa_hash.h, main/execute.C,
                   10142:          types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
                   10143:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   10144:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
                   10145:          types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
                   10146:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   10147:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   10148:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   10149:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   10150:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
                   10151:          joined_dynamic_fields: just compiled
                   10152: 
                   10153:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   10154:          classes/hashfile.C, classes/image.C, classes/table.C,
                   10155:          classes/xdoc.C, classes/xnode.h, main/execute.C,
                   10156:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
                   10157:          types/pa_vstateless_class.h: joined_dynamic_fields: started
                   10158: 
                   10159:        * src/types/pa_vobject.C: . object setters [only started, does not
                   10160:          work yet]
                   10161: 
                   10162:        * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
                   10163:          object setters [only started, does not work yet]
                   10164: 
                   10165: 2005-07-26  paf
                   10166: 
                   10167:        * src/: include/pa_request.h, main/execute.C: . properties: set
                   10168:          works [alpha2]. for classes. todo: for objects
                   10169: 
                   10170:        * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
                   10171:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   10172:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   10173:          types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
                   10174:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
                   10175:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   10176:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   10177:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   10178:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
                   10179:          properties: set works [alpha1]
                   10180: 
                   10181: 2005-07-25  paf
                   10182: 
                   10183:        * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
                   10184:          types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
                   10185:          properties: started, get works [alpha1, other approach]
                   10186: 
                   10187:        * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
                   10188:          properties: started, get works [alpha2]
                   10189: 
                   10190:        * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
                   10191:          pa_vstateless_class.h: . properties: started, get works [alpha]
                   10192: 
                   10193: 2005-07-15  paf
                   10194: 
                   10195:        * src/: classes/classes.h, classes/op.C, main/execute.C,
                   10196:          types/pa_junction.h, types/pa_property.h, types/pa_value.h,
                   10197:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   10198:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   10199:          types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
                   10200:          types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
                   10201:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   10202:          types/pa_vresponse.C, types/pa_vresponse.h,
                   10203:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   10204:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   10205:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
                   10206:          types/pa_wwrapper.h, types/types.vcproj: + started property
                   10207:          [getters work but think of changing them too to precaching]
                   10208: 
                   10209: 2005-07-08  paf
                   10210: 
                   10211:        * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
                   10212:          gpf
                   10213: 
                   10214: 2005-06-28  paf
                   10215: 
                   10216:        * src/: classes/file.C, main/untaint.C: ! string invariant violated
                   10217:          in passing empty strings to file::exec/cgi environment
                   10218: 
                   10219: 2005-06-06  paf
                   10220: 
                   10221:        * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
                   10222:          ^table:sql ^hash:sql now DO process $.bind option
                   10223: 
                   10224: 2005-05-24  paf
                   10225: 
                   10226:        * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
                   10227:          $.limit] now work again [support was broken in 3.1.4]
                   10228: 
                   10229:        * src/: main/pa_string.C, classes/op.C: . steps toward removing
                   10230:          ALL_INTERIOR_POINTERS
                   10231: 
                   10232: 2005-05-12  paf
                   10233: 
                   10234:        * configure: 3.1.5beta
                   10235: 
                   10236:        * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
                   10237: 
                   10238:        * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
                   10239:          $.limit] now work again [support was broken in 3.1.4]
                   10240: 
                   10241:        * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
                   10242:          line-width  [was refusing to fill if line-width >1, thanks to
                   10243:          Seras <seras@pinxit.lt> for repro case
                   10244: 
                   10245: 2005-04-25  paf
                   10246: 
                   10247:        * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
                   10248:          correctly
                   10249: 
                   10250: 2005-04-19  paf
                   10251: 
                   10252:        * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
                   10253:          in VString violating invariant!!
                   10254: 
                   10255:        * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
                   10256:          getenv("TZ")==null
                   10257: 
                   10258: 2005-04-08  paf
                   10259: 
                   10260:        * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
                   10261:          bugfix: when there is no char in charset one byte produces 6
                   10262:          (&#255; <<max). increased buffer size!
                   10263: 
                   10264: 2005-03-23  paf
                   10265: 
                   10266:        * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
                   10267:          ^date.sql-string now takes TZ into account
                   10268: 
                   10269: 2005-03-16  paf
                   10270: 
                   10271:        * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
                   10272:          gcc 3.4
                   10273: 
                   10274:        * src/types/pa_vhash.C: . warning about eof eol
                   10275: 
                   10276: 2005-02-17  paf
                   10277: 
                   10278:        * operators.txt, src/classes/op.C: + operator ^sleep(double
                   10279:          seconds)
                   10280: 
                   10281: 2005-02-02  paf
                   10282: 
                   10283:        * src/classes/xnode.C: beauty: removed needless includes
                   10284: 
                   10285: 2005-01-31  paf
                   10286: 
                   10287:        * src/types/pa_vmail.C: change: $.partX now always 1...  change:
                   10288:          $.partNoNumber now alias to $.part1
                   10289: 
                   10290:        * src/types/pa_vmail.C: change: incoming letter part contains
                   10291:          "content-disposition" header with any value? now considering that
                   10292:          part to be "file#" [for text/plain text/html were $.text#
                   10293:          $.html#]
                   10294: 
                   10295:        * INSTALL: updatet to latest working versions available
                   10296: 
                   10297: 2005-01-20  paf
                   10298: 
                   10299:        * configure.in, src/include/pa_version.h: version
                   10300: 
                   10301: 2005-01-19  paf
                   10302: 
1.116     moko     10303:        * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
                   10304:          targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
                   10305:          couple warnings in parser3.C
1.95      moko     10306: 
                   10307: 2004-12-23  paf
                   10308: 
                   10309:        * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
                   10310: 
                   10311:        * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
                   10312:          dir to directory of script (when shbang used), not to directory
                   10313:          of its interpreter
                   10314: 
                   10315:        * src/include/pa_version.h: compiled on win32...
                   10316: 
                   10317:        * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
                   10318:          we need more hspace
                   10319: 
                   10320:        * configure, configure.in, src/include/pa_version.h: configured
                   10321:          host to pa_version. will be displayed everywhere
                   10322: 
                   10323:        * src/main/pa_request.C: new: @unhandled_exception can prevent
                   10324:          exception from being logged by setting $exception.handled(1)
                   10325: 
                   10326:        * operators.txt, src/classes/file.C: change:
                   10327:          ^file::sql{query}[[options]] options: $.name[file name]
                   10328:          $.content-type[application/what]
                   10329: 
                   10330:        * src/: include/pa_common.h, main/pa_common.C,
                   10331:          types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
                   10332:          new file
                   10333: 
                   10334:        * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
                   10335:          bugfix: table->hash now regards _default
                   10336: 
                   10337:        * src/types/pa_vmethod_frame.h: bugfix: when method junction was
                   10338:          created by accessing $name_of_method it acquired bad self=closest
                   10339:          methodframe; instead of proper self (current class)
                   10340: 
                   10341:        * src/types/pa_vhashfile.C: bugfix: reading empty string from
                   10342:          hashfile produced bad cord
                   10343: 
                   10344: 2004-12-10  paf
                   10345: 
                   10346:        * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
                   10347:          subsequent failures though defined in .h
                   10348: 
                   10349:        * src/main/pa_common.C: comment on volatile
                   10350: 
                   10351:        * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
                   10352:          alarm function were not used since the beginning due to stupid
                   10353:          error [setsigjmp were not checked in configure.in]
                   10354: 
                   10355:        * src/main/pa_common.C: http: timeout setsockopt [if possible] on
                   10356:          unix too
                   10357: 
                   10358:        * src/main/pa_common.C: http: exception status of send/recv errors
                   10359:          change to most probable http.timeout
                   10360: 
                   10361:        * src/main/pa_common.C: win32: http connection $.timeout option now
                   10362:          works [setsockopt on send/receive]
                   10363: 
                   10364: 2004-12-08  paf
                   10365: 
                   10366:        * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
                   10367:          cstr-ed knowing mail charset, and untainting uri lang now knows
                   10368:          proper charset
                   10369: 
                   10370: 2004-11-24  paf
                   10371: 
                   10372:        * src/classes/hash.C: hash: adding/cloning adds/clones _default now
                   10373: 
                   10374:          $hash[  $.a[1]  $._default[def] ] #$hash2[^hash::create[$hash]]
                   10375:          $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
                   10376: 
                   10377: 2004-11-12  paf
                   10378: 
                   10379:        * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
                   10380:          [since 3.0.4]
                   10381: 
                   10382: 2004-11-09  paf
                   10383: 
                   10384:        * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
                   10385:          writes basics to c:\parser3.log
                   10386: 
                   10387: 2004-10-21  paf
                   10388: 
                   10389:        * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
                   10390:          tainted strings [were returning clean onces]
                   10391: 
                   10392: 2004-10-15  paf
                   10393: 
                   10394:        * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
                   10395:          cycles(i=1; i=2), which was wrong, now does ONE
                   10396: 
                   10397: 2004-10-12  paf
                   10398: 
                   10399:        * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
                   10400: 
                   10401: 2004-10-07  paf
                   10402: 
                   10403:        * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
                   10404:          main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
                   10405:          release asserts
                   10406: 
                   10407:        * src/: main/pa_string.C, include/pa_string.h: debugger help:
                   10408:          String.dump() to stdout in detailed form  [were String.v() in
                   10409:          short form]
                   10410: 
                   10411:        * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
                   10412:          \t\r\n as @#| and truncates long char sequences less
                   10413: 
                   10414: 2004-10-06  paf
                   10415: 
                   10416:        * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
                   10417:          win32 beauty: socket errors properly decoded
                   10418: 
                   10419: 2004-10-05  paf
                   10420: 
                   10421:        * src/: include/pa_request.h, main/pa_request.C: bugfix:
                   10422:          request::configure_user/admin done always, even if no
                   10423:          file-to-process useful in @unhandled_exception [say, if they
                   10424:          would want to mail by SMTP something]
                   10425: 
                   10426:        * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
                   10427:          now performed prior to file loading [and @auto executing] thus
                   10428:          making $cookie:value available in @auto and in
                   10429:          @unhandled_exception when IIS is configured to run interpreter
                   10430:          even if no file exist
                   10431: 
                   10432: 2004-09-20  paf
                   10433: 
                   10434:        * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
                   10435:          somewhere where it should have called xmlMalloc and it calls
                   10436:          xmlFree when it should have not called it.  inserted two
                   10437:          workarounds: xmlMallocAtomic implemented as xmlMalloc, and
                   10438:          xmlFree just ignored.  put away a testcase, maybe someday libxml
                   10439:          author would fix all that.  until that day: we have SLOW garbage
                   10440:          collecting when many xml objects are alive hint: do
                   10441:          ^memory:compact[] before xdoc::create
                   10442: 
                   10443: 2004-09-17  paf
                   10444: 
                   10445:        * src/classes/file.C: bugfix: file::cgi headers were lost [typo
                   10446:          error from 3.0.8 version]
                   10447: 
                   10448: 2004-09-14  paf
                   10449: 
                   10450:        * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
                   10451:          part bugfix: hashfile.foreach iterated only part if hashfile were
                   10452:          modified inside
                   10453: 
                   10454: 2004-09-13  paf
                   10455: 
                   10456:        * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
                   10457:          [were as octal]
                   10458: 
                   10459:        * src/types/pa_vhashfile.C: beauty: not reproduced
                   10460:          $hashfile.key[$novalue] bug [reported by motorin], inserted
                   10461:          safety-check
                   10462: 
                   10463:        * src/types/pa_vhashfile.C: change: empty keys now error in parser
                   10464:          [not something obscure from sdbm lib]
                   10465: 
                   10466:        * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
                   10467:          = strerror now returnes something and we can properly report that
                   10468:          to client
                   10469: 
                   10470:        * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
                   10471:          now 8008 bytes, were 1008. perl sdbm compatibility now ruined
                   10472: 
                   10473:        * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
                   10474:          [tainted as-is] this helps //[space][newline] to remain as-is and
                   10475:          not be unnecessary optimized away [ruining javascript]
                   10476: 
                   10477:        * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
                   10478:          [tainted as-is]
                   10479: 
                   10480:        * src/classes/mail.C: bugfix: typo error
                   10481: 
                   10482: 2004-09-09  paf
                   10483: 
                   10484:        * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
                   10485:          separators bugfix: loads header with endings \r\n\r\n and \n\n
                   10486:          (bloody yandex.server)
                   10487: 
                   10488: 2004-09-06  paf
                   10489: 
                   10490:        * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
                   10491:          TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
                   10492:          encoded
                   10493: 
                   10494: 2004-09-01  paf
                   10495: 
                   10496:        * src/types/pa_vmail.C: change: multipart/mixed changed to
                   10497:          multipart/related outlook express have no problems showing
                   10498:          unrelated attachments.  todo: someday figure out a way of
                   10499:          multipart/mixed    multipart/related       text/html
                   10500:          image/xxx application/octet-stream << true attachments
                   10501: 
                   10502:        * src/types/pa_vmail.C: new:
                   10503:          ^mail:send[$.file[$.content-disposition can be overriden new:
                   10504:          empty mail header fields removed from letter
                   10505: 
                   10506:        * src/: classes/mail.C, include/pa_config_fixed.h,
                   10507:          types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
                   10508:          ^mail:send[    $.file[       $.any[header]
                   10509: 
                   10510: 2004-08-30  paf
                   10511: 
                   10512:        * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
                   10513:          warnings
                   10514: 
                   10515:        * src/main/pa_common.C: beauty: do not bother with charset
                   10516:          detection when ^file::load[binary
                   10517: 
                   10518: 2004-08-27  paf
                   10519: 
                   10520:        * src/main/pa_common.C: hack: for yandex.server http server
                   10521: 
                   10522: 2004-08-18  paf
                   10523: 
                   10524:        * src/main/pa_request.C: bugfix: Accept-Ranges: bytes  when sending
                   10525:          possibly-chunked response
                   10526: 
                   10527: 2004-08-17  paf
                   10528: 
                   10529:        * src/classes/file.C: bugfix: $f[^file::load[;http://]]
                   10530:          $f.content-type now = that of http response
                   10531: 
                   10532:        * src/classes/file.C: bugfix: $f[^file::load[;http://]]
                   10533:          $f.content-type now = that of http response
                   10534: 
                   10535: 2004-07-30  paf
                   10536: 
                   10537:        * src/: include/pa_request.h, main/pa_request.C,
                   10538:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
                   10539:          win32: system&parser exceptions in release mode reported properly
                   10540:          parser exception in exception handler WERE mistakenly reported as
                   10541:          system exception, without details [in apache & isapi] +some
                   10542:          beauty in exception text
                   10543: 
                   10544:        * src/: include/pa_exception.h, main/pa_request.C,
                   10545:          targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
                   10546:          release mode reported properly parser exception in exception
                   10547:          handler WERE mistakenly reported as system exception, without
                   10548:          details
                   10549: 
                   10550:        * src/main/execute.C: beauty: simplified system exception handling
                   10551: 
                   10552: 2004-07-29  paf
                   10553: 
                   10554:        * src/classes/table.C: bugfix:
                   10555:          ^table.save[export.csv;$.separator[^;]] now works fine [separator
                   10556:          were ignored, and \t used unconditionally]
                   10557: 
                   10558:        * src/types/Makefile.am: added vhash.c
                   10559: 
                   10560: 2004-07-28  paf
                   10561: 
                   10562:        * src/: classes/date.C, classes/image.C, classes/math.C,
                   10563:          lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
                   10564:          main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
                   10565:          types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
                   10566:          failed on russian letters
                   10567: 
                   10568:        * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
                   10569:          bugfix: isspace((unsigned char)c) everywhere. failed on russian
                   10570:          letters
                   10571: 
                   10572:        * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
                   10573:          as 'currentDirectory' parameter to CreateProcess
                   10574: 
                   10575: 2004-07-27  paf
                   10576: 
                   10577:        * src/targets/cgi/parser3.vcproj: beauty: win32:
                   10578:          globaloptimizations ON, release:mapfile ON todo: copy .mapfile
                   10579:          from release somewhere [to help searching for unhandled system
                   10580:          exceptions]
                   10581: 
                   10582:        * src/types/pa_vdate.h: check: for invalid datetime after temporary
                   10583:          TZ shift
                   10584: 
                   10585:        * src/types/pa_vdate.h: bugfix: time checked not only at set_time
                   10586:          but also in ctor
                   10587: 
                   10588: 2004-07-26  paf
                   10589: 
                   10590:        * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
                   10591:          src/main/pa_request.C, src/types/pa_vfile.h,
                   10592:          src/types/pa_vhash.C, src/types/pa_vhash.h,
                   10593:          src/types/types.vcproj: new: $response:body/download[
                   10594:          $.file[name on disk]    $.name[of file for user]
                   10595:          $.mdate[date of last-modified. default from directory] ]
                   10596: 
                   10597:        * src/classes/file.C: moving file:send somewhere else..
                   10598: 
                   10599:        * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
                   10600:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
                   10601:          ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
                   10602:          $response:download[ $.filename[filename] $.option[] ,, ]
                   10603: 
                   10604:        * src/classes/file.C: beauty: invalid mode thoroughly reported
                   10605: 
                   10606: 2004-07-21  paf
                   10607: 
                   10608:        * src/types/pa_vmail.C: bugfix: too long header values now splitted
                   10609:          to several lines
                   10610: 
                   10611:          were: header: vaaaaaaaaaaaalue now: header: vaaaaaa  aaalue
                   10612: 
                   10613:          note: ms outlook[!express] shows only first 255 characters of
                   10614:          subject
                   10615: 
                   10616: 2004-07-15  paf
                   10617: 
                   10618:        * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
                   10619:          off]
                   10620: 
                   10621: 2004-07-14  paf
                   10622: 
                   10623:        * src/classes/table.C: bugfix: $.bind values now got untainted
                   10624:          according to lang  [were: as-is]
                   10625: 
                   10626: 2004-07-07  paf
                   10627: 
                   10628:        * src/classes/op.C: bugfix: cache with 2 params caused assertion,
                   10629:          checked that
                   10630: 
                   10631:        * src/main/pa_exec.C: bufix: on unix AND win32 environment string
                   10632:          now untainted according to their languages.  were: as-is.
                   10633:          EVERYWHERE
                   10634: 
                   10635:        * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
                   10636:          environment string now untainted according to their languages.
                   10637:          were: as-is. EVERYWHERE
                   10638: 
                   10639:        * src/main/pa_exec.C: bufix: on unix environment string now
                   10640:          untainted according to their languages.  were: as-is. on win32:
                   10641:          ok
                   10642: 
                   10643:        * parser3.vssscc: ...would not go unnoticed
                   10644: 
                   10645:        * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
                   10646:          fails. in case on input appears nonutf, those bytes will be
                   10647:          printed in %HH form. that can be easily decoded/recovered.
                   10648: 
                   10649:          this form is quite noticable, and hopefully would not go noticed
                   10650: 
                   10651: 2004-07-06  paf
                   10652: 
                   10653:        * src/main/pa_exec.C: bufix: on unix environment string now
                   10654:          untainted according to their languages.  were: as-is. on win32:
                   10655:          ok
                   10656: 
                   10657: 2004-07-01  paf
                   10658: 
                   10659:        * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
                   10660:          lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
                   10661:          lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
                   10662:          lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
                   10663:          main/main.vcproj, targets/cgi/parser3.vcproj,
                   10664:          targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
                   10665:          option: global optimization ON
                   10666: 
                   10667:        * src/main/untaint.C: workaround kinda bug in libxml: life requires
                   10668:          to do xdoc::create{invalid chars} standard disables chars less
                   10669:          then \x20, except tab, cr, lf.
                   10670: 
                   10671:          changed tainting so that those become '!'
                   10672: 
                   10673: 2004-06-25  paf
                   10674: 
                   10675:        * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
                   10676:          int on odd address [prev bugfix failed due to superwize
                   10677:          optimizer, which turned memcpy into same 'ld' asm command]
                   10678: 
                   10679:        * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
                   10680:          int on odd address
                   10681: 
                   10682: 2004-06-22  paf
                   10683: 
                   10684:        * src/sql/pa_sql_driver.h: note: about possible optimization
                   10685: 
                   10686:        * operators.txt, src/classes/hash.C, src/classes/memory.C,
                   10687:          src/classes/string.C, src/classes/table.C, src/classes/void.C,
                   10688:          src/include/pa_config_includes.h: new:        ^void:sql{call
                   10689:          paf(:a)}[                $.bind[                         $.a[2]
                   10690:                 ]       ] output variables work.  todo: check in out
                   10691:          variables
                   10692: 
                   10693: 2004-06-18  paf
                   10694: 
                   10695:        * src/: classes/file.C, classes/hash.C, classes/string.C,
                   10696:          classes/table.C, classes/void.C, include/pa_globals.h,
                   10697:          include/pa_sql_connection.h, main/compile.tab.C,
                   10698:          sql/pa_sql_driver.h: started:         ^void:sql{call paf(:a)}[
                   10699:                      $.bind[                         $.a[2]          ]
                   10700:          ] input variables work.  todo:output
                   10701: 
                   10702:        * src/targets/cgi/parser3.C: bugfix: iis specific
                   10703:          http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
                   10704:          /_bug.html?404;http://hpsv/test/
                   10705:          --------------------------------------------------------------------------------
                   10706:          $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
                   10707:          --------------------------------------------------------------------------------
                   10708:          IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
                   10709: 
                   10710: 2004-06-16  paf
                   10711: 
                   10712:        * src/targets/cgi/parser3.C: new: iis specific
                   10713:          http://parser3/_bug.html?404;http://server/_bug.html?f=v now
                   10714:          $request:query
                   10715:          IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
                   10716:          $form:fields IIS-STATUS="404"
                   10717:          IIS-DOCUMENT="http://server/_bug.html" f="v"
                   10718: 
                   10719:          todo: isapi too
                   10720: 
                   10721: 2004-05-26  paf
                   10722: 
                   10723:        * src/include/pa_version.h: 3.1.3
                   10724: 
                   10725:        * operators.txt: beauty: removed outdated level 'table'
                   10726: 
                   10727:        * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
                   10728: 
                   10729:        * src/main/pa_string.C: beauty: removed 3 warnings
                   10730: 
                   10731:        * src/: include/pa_string.h, classes/table.C, main/untaint.C,
                   10732:          classes/op.C: beauty: removed outdated level 'table'
                   10733: 
                   10734: 2004-05-25  paf
                   10735: 
                   10736:        * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
                   10737:          implementation. mistery: how anything worked
                   10738: 
                   10739:        * src/sql/pa_sql_driver.h: beauty: param renamed and comment
                   10740:          changed, it is now safe to use url if pointers to it are stored
                   10741:          to gc mem
                   10742: 
                   10743:        * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
                   10744:          unknown errors reported and not cause SIGSEGV now
                   10745: 
                   10746: 2004-05-24  paf
                   10747: 
                   10748:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   10749:          lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
                   10750:          less memory: CORD_chars_block originally intended to ...  it was
                   10751:          good that CORD_chars_block were not used: it consumes more memory
                   10752:          [and, might be slow too] undoing that. [and removed that func so
                   10753:          that it would not confuse parser developer in future]
                   10754: 
                   10755:        * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
                   10756:          less memory: CORD_chars_block originally intended to
                   10757:          speedup/reduce mem usage were forgotten, and were used stupid
                   10758:          CORD_chars
                   10759: 
                   10760:        * src/include/pa_config_auto.h.in: bugfix: bigendian check added
                   10761: 
                   10762:        * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
                   10763:          BIGENDIAN processors space-conserving mech failed, causing
                   10764:          SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
                   10765:          (1|2|3));
                   10766: 
                   10767: 2004-05-14  paf
                   10768: 
                   10769:        * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
                   10770:          bugfix: void now has vfile value, and $response:body[] works OK
                   10771: 
                   10772: 2004-05-12  paf
                   10773: 
                   10774:        * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
                   10775:          beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
                   10776:          sources to use is_defined() {return as_bool();} along VBool
                   10777: 
                   10778: 2004-05-11  paf
                   10779: 
                   10780:        * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
                   10781:          referencing to local objects
                   10782: 
                   10783:        * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
                   10784:          types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
                   10785:          left intact
                   10786: 
                   10787: 2004-04-15  paf
                   10788: 
                   10789:        * src/classes/date.C: merged: beauty: unused var removed
                   10790: 
                   10791:        * src/classes/date.C: beauty: unused var removed
                   10792: 
                   10793:        * src/include/: pa_exec.h: bugfix: interface without pointer
                   10794:          provoked bug
                   10795: 
                   10796: 2004-04-09  paf
                   10797: 
                   10798:        * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
                   10799: 
                   10800:        * src/types/pa_vform.C: bugfix: form:imap were incorrect
                   10801: 
                   10802: 2004-04-08  paf
                   10803: 
                   10804:        * src/classes/date.C: new: ^date::create[y-m-d
                   10805:          h-M-s>>.milliseconds<<] now allowed, ignored so far
                   10806: 
                   10807:        * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
                   10808: 
                   10809:        * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
                   10810:          to consult default catalog [usually, that file belongs to other
                   10811:          user/group]
                   10812: 
                   10813: 2004-04-06  paf
                   10814: 
                   10815:        * src/main/pa_common.C: beauty: gcc warning removed
                   10816: 
                   10817:        * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
                   10818:          accept that trick, trying other
                   10819: 
                   10820:        * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
                   10821:          explicit result problem
                   10822: 
                   10823:        * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
                   10824:          explicit result problem
                   10825: 
                   10826:        * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
                   10827:          explicit result problem
                   10828: 
                   10829:        * operators.txt, src/classes/string.C: new: ^string.append[string]
                   10830: 
                   10831:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   10832:          main/execute.C: attempt_check_call_in_explicit_result_mode:
                   10833:          failed
                   10834: 
                   10835:        * src/main/pa_common.C: bugfix: of 1.175 bugfix:
                   10836:          http://i.p.a.ddress gethostbyaddr added [on some platforms
                   10837:          gethostbyname failed with such 'domains'] now checked properly,
                   10838:          were: needless reverse/forward dns lookup
                   10839: 
                   10840:        * src/main/pa_common.C: bugfix: of 1.175 bugfix:
                   10841:          http://i.p.a.ddress gethostbyaddr added [on some platforms
                   10842:          gethostbyname failed with such 'domains'] now checked properly,
                   10843:          were: needless reverse/forward dns lookup
                   10844: 
                   10845:        * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
                   10846:          @method[][result] means "no string output here" moved to lexical
                   10847:          level [on grammar level it were too difficult]
                   10848: 
                   10849:        * operators.txt, src/include/pa_string.h, src/main/compile.tab.C,
                   10850:          src/main/compile.y, src/main/compile_tools.h,
                   10851:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h: new:
                   10852:          @method[][result] means "no string output here", implemented part
                   10853:          of that idea: compiler throws away string literal generation
                   10854:          code. and barks nonwhitespace chars
                   10855: 
                   10856:        * operators.txt: truth: removed comment about $ORIGIN
                   10857: 
                   10858: 2004-04-05  paf
                   10859: 
                   10860:        * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
                   10861:          src/include/pa_version.h, src/main/pa_common.C,
                   10862:          src/targets/isapi/parser3isapi.C: merged with 3.1.3
                   10863: 
                   10864:        * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
                   10865:          Konstantin Tomashevitch [mailto:konst@design.ru]
                   10866: 
                   10867:        * src/doc/html2chm.cmd: beauty: no need in bg here
                   10868: 
                   10869:        * src/doc/sources2html.cmd: beauty: same window, in bg it
                   10870:          interfered with FAR console
                   10871: 
                   10872:        * configure, configure.in: 3.1.3
                   10873: 
                   10874:        * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
                   10875: 
                   10876:        * src/main/pa_common.C: removed warning
                   10877: 
                   10878:        * src/include/pa_version.h: 3.1.3
                   10879: 
                   10880: 2004-04-02  paf
                   10881: 
                   10882:        * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
                   10883: 
                   10884:        * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
                   10885:          allows to specify where to put parser log file
                   10886: 
                   10887: 2004-04-01  paf
                   10888: 
                   10889:        * src/classes/table.C: bugfix: bugfix: table::load last line
                   10890:          without tab and enter were ignored
                   10891: 
                   10892:        * src/: include/pa_cache_managers.h, include/pa_globals.h,
                   10893:          include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
                   10894:          main/pa_socks.C, targets/cgi/parser3.C,
                   10895:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
                   10896:          bugfix: sql connections now are disconnected
                   10897: 
                   10898: 2004-03-30  paf
                   10899: 
                   10900:        * src/classes/table.C: bugfix: table::load last line without tab
                   10901:          and enter were ignored
                   10902: 
                   10903:        * src/classes/table.C: bufix: if last table lines were commented,
                   10904:          gpfed
                   10905: 
                   10906:        * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
                   10907:          doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
                   10908:          doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
                   10909:          doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
                   10910:          doc/methoded.dox, doc/object.dox, doc/string.dox,
                   10911:          doc/targets.dox, doc/value.dox, include/pa_version.h,
                   10912:          main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
                   10913:          targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
                   10914:          bugfixes from 3.1.2, changed version to 3.1.3beta
                   10915: 
                   10916: 2004-03-29  paf
                   10917: 
                   10918:        * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
                   10919:          causes gpf
                   10920: 
                   10921:        * src/doc/: ClassExample1.dox, ClassExample2.dox,
                   10922:          ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
                   10923:          doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
                   10924:          memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
                   10925:          value.dox: translated to english
                   10926: 
                   10927: 2004-03-25  paf
                   10928: 
                   10929:        * src/targets/isapi/parser3isapi.vcproj: beauty: one more
                   10930:          parser3project dependency removed
                   10931: 
                   10932:        * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
                   10933:          bugfix: refused to compile without xml
                   10934: 
                   10935:        * src/types/pa_vform.C: beauty: removed warning
                   10936: 
                   10937:        * src/classes/classes.vcproj: merged bugfix: now all compiles in
                   10938:          any folder [removed last ;) folder dependency]
                   10939: 
                   10940:        * src/classes/classes.vcproj: bugfix: now all compiles in any
                   10941:          folder [removed last ;) folder dependency]
                   10942: 
                   10943:        * src/include/pa_version.h: release
                   10944: 
                   10945:        * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
                   10946: 
                   10947:        * src/classes/table.C: beauty: comment& more meaningful error
                   10948:          message
                   10949: 
                   10950:        * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
                   10951:          $.hash[$.column_value1(true) ... ] [were producing some strang
                   10952:          thing]
                   10953: 
                   10954: 2004-03-23  paf
                   10955: 
                   10956:        * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
                   10957:          and http status line parsing checked number of columns in table
                   10958:          [user reported an assert]
                   10959: 
                   10960:        * operators.txt: example: on hashfile
                   10961: 
                   10962:        * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
                   10963:          bugfix: junction reattach now actually reattaches a junction to
                   10964:          new wcontext [were only assigning it to junction, which caused
                   10965:          junction tracking to loose junction, and it's context were not
                   10966:          killed, and it tried to process in invalid context, gpf]
                   10967: 
                   10968:        * src/targets/cgi/parser3.C: debug helper added
                   10969: 
                   10970: 2004-03-19  paf
                   10971: 
                   10972:        * src/types/pa_wcontext.C: beauty: error messages removed duplicate
                   10973:          "type(type)" in braces
                   10974: 
                   10975: 2004-03-10  paf
                   10976: 
                   10977:        * operators.txt, src/classes/xdoc.C, src/classes/xnode.C,
                   10978:          src/classes/xnode.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   10979:          src/types/pa_vxnode.C, src/types/pa_vxnode.h: new: refined
                   10980:          solution to search-in-namespaces problem:
                   10981:          $xdoc.search-namespaces.x[http://pif.design.ru/]
                   10982:          $nodes[^xdoc.select[//x:second]]
                   10983: 
                   10984:        * operators.txt, src/classes/xnode.C: new: xnode.select*[xpath
                   10985:          expression][[NAMESPACES HASH]] allows to search for info in
                   10986:          namespaces
                   10987: 
                   10988:          $nodes[^xdoc.select[//x:second][
                   10989:          $.x[http://pif.design.ru/] ]]
                   10990: 
                   10991: 2004-03-09  paf
                   10992: 
                   10993:        * operators.txt, src/main/pa_common.C: new:
                   10994:          ^file::load[...][options]         $.form[
                   10995:          !$.field1[string]
                   10996:          !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
                   10997:               ]         !$.body[string]
                   10998: 
                   10999:          GET ?here notGET(POST, HEAD, others) in content-type:
                   11000:          application/x-www-form-urlencoded
                   11001: 
                   11002:          todo: upload files ability
                   11003: 
                   11004:        * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
                   11005:          properly, done
                   11006: 
                   11007: 2004-03-05  paf
                   11008: 
                   11009:        * operators.txt, src/main/pa_common.C: new: file::load[;http://
                   11010:          GET/POST $.form[$.fields started, not tested yet
                   11011:          todo:$.field[table] for multiple values
                   11012: 
                   11013:        * operators.txt: new: http:// options $.user $.password basic
                   11014:          authorization
                   11015: 
                   11016:        * src/main/pa_common.C: beauty: link to rtf added
                   11017: 
                   11018:        * operators.txt, src/include/pa_common.h, src/main/pa_common.C:
                   11019:          new: http:// options $.user $.password basic authorization
                   11020: 
                   11021:        * src/main/pa_common.C: beauty: removed needless vars
                   11022: 
                   11023:        * operators.txt: new: pgsql option [like that recently added to
                   11024:          oracle driver]             ClientCharset=parser-charset <<
                   11025:          charset in which parser thinks client works
                   11026: 
                   11027:        * operators.txt: new: odbc option [like that recently added to
                   11028:          oracle driver]             ClientCharset=parser-charset <<
                   11029:          charset in which parser thinks client works
                   11030: 
                   11031:        * src/sql/pa_sql_driver.h: beauty: important warning added
                   11032: 
                   11033:        * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
                   11034:          char!
                   11035: 
                   11036:        * etc/parser3.charsets/windows-1251.cfg: typo
                   11037: 
                   11038: 2004-03-04  paf
                   11039: 
                   11040:        * src/main/pa_sql_driver_manager.C: speedup: charset lookups
                   11041:          cached, sql transcoding now goes faster
                   11042: 
                   11043:        * operators.txt: new: mysql option [like that recently added to
                   11044:          oracle driver]             ClientCharset=parser-charset <<
                   11045:          charset in which parser thinks client works
                   11046: 
                   11047:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
                   11048:          typo error
                   11049: 
                   11050:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
                   11051:          chars commented
                   11052: 
                   11053: 2004-03-03  paf
                   11054: 
                   11055:        * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
                   11056:          Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
                   11057: 
                   11058: 2004-03-02  paf
                   11059: 
                   11060:        * operators.txt: new[update typo]:     !^void.left(n)
                   11061:          nothing     !^void.right(n)        nothing     !^void.mid(p[;n])
                   11062:                nothing
                   11063: 
                   11064:        * operators.txt, src/classes/void.C: new:     !^void.left(n)
                   11065:          nothing     !^void.right(n)        nothing     !^void.pos(p[;n])
                   11066:                nothing
                   11067: 
                   11068:        * operators.txt, src/classes/file.C, src/include/pa_string.h: new:
                   11069:          ^file::sql[[name_to_become_$.name]]{} query result must be one
                   11070:          row with columns:   first: data   second: file name   third:
                   11071:          content-type
                   11072: 
                   11073:        * operators.txt, src/classes/file.C: ^file.sql-string[] inside
                   11074:          ^connect gets properly escaped string, which can be passed to
                   11075:          request now this for mysql only. it's up to parser sql driver to
                   11076:          fix zeros properly
                   11077: 
                   11078:        * INSTALL: note: added on building apache with this option:
                   11079:          --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
                   11080: 
                   11081: 2004-03-01  paf
                   11082: 
                   11083:        * src/targets/isapi/parser3isapi.C: new: apache module & isapi
                   11084:          extension memory:compact befor processingrequest
                   11085: 
                   11086:        * operators.txt, src/classes/hash.C: new: ^hash._keys[>>name<<] to
                   11087:          call sole column of result
                   11088: 
                   11089:        * operators.txt, src/classes/image.C, src/lib/gd/gif.C,
                   11090:          src/lib/gd/gif.h: new: ^image.pixel(x;y)[(color)]         get/set
                   11091:          pixel color
                   11092: 
                   11093:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
                   11094:          beauty: image -- less checks [were ugly impl]
                   11095: 
                   11096:        * src/classes/string.C: bugfix: ^string.left/right/mid with
                   11097:          negative values now considered bad
                   11098: 
                   11099:        * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
                   11100: 
                   11101:        * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
                   11102:          options now have unified defaults [after transform
                   11103:          indent/omit-xml-declaration/standalone 'default' erroreously
                   11104:          meant 'true']
                   11105: 
                   11106:        * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
                   11107:          added [on some platforms gethostbyname failed with such
                   11108:          'domains']
                   11109: 
                   11110:        * src/include/pa_config_auto.h.in: no select check, no define
                   11111: 
                   11112:        * src/classes/string.C: feature: ^string.trim both parameters may
                   11113:          be empty-strings, meaning kind=both chars=whitespaces
                   11114: 
                   11115:        * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
                   11116:          exist
                   11117: 
                   11118:        * src/classes/string.C: check: trim 'chars' must not be empty,
                   11119:          exception if it is
                   11120: 
                   11121:        * src/classes/string.C: changed: ^string.trim [] << both,
                   11122:          whitespaces [start|both|end] << kind, whitespaces
                   11123:          [start|both|end;chars]  full
                   11124: 
                   11125: 2004-02-27  paf
                   11126: 
                   11127:        * operators.txt, src/classes/string.C, src/main/pa_string.C: new
                   11128:          method: ^string.trim[start|both|end[;chars]]        default
                   11129:          'chars' -- whitespace chars finished
                   11130: 
                   11131:        * operators.txt, src/classes/string.C, src/include/pa_string.h,
                   11132:          src/main/pa_string.C: new method:
                   11133:          ^string.trim[start|both|end[;chars]]        default 'chars' --
                   11134:          whitespace chars   started, only start works
                   11135: 
                   11136:        * src/main/compile.C: bugfix: line numbers after
                   11137:          ^process{}[$.line(-10]] can be negative, allowed to print they as
                   11138:          signed
                   11139: 
                   11140:        * src/main/untaint.C: speed: there's no \n chars in output
                   11141:          [normally], so no need to optimize them they could be retrived
                   11142:          from databases, though. but 1. should be replaced 2. if not
                   11143:          optimized, no harm done
                   11144: 
                   11145:        * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
                   11146:          ^file::exec/cgi could return invalid status & zombie child can
                   11147:          remain for short period until process exists [very bad in
                   11148:          mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
                   11149: 
                   11150:        * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
                   11151:          malicious SMTP server to attack as by returning too long status
                   11152:          responses http://i2/tasks/edit/?id=4629448401140924947
                   11153: 
                   11154: 2004-02-26  paf
                   11155: 
                   11156:        * operators.txt: feature: ^process...{CODE}[now has options] which
                   11157:          are         $.main[to what to rename @main]         $.file[file,
                   11158:          from which (user says) goes that CODE]         $.lineno(line
                   11159:          number in that file, where CODE starts. may be negative)
                   11160: 
                   11161:        * operators.txt, src/classes/op.C, src/include/pa_request.h,
                   11162:          src/main/compile.C, src/main/compile_tools.h,
                   11163:          src/main/pa_request.C: feature: ^process...{CODE}[now has
                   11164:          options] which are         $.main[to what to rename @main]
                   11165:          $.file[file, from which (user says) goes that CODE]
                   11166:          $.lineno(line number in that file, where CODE starts. may be
                   11167:          negative)
                   11168: 
                   11169: 2004-02-25  paf
                   11170: 
1.116     moko     11171:        * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
                   11172:          old @charsetsdir@ recently erased from configure.in]
1.95      moko     11173: 
                   11174:        * src/classes/hash.C: feature: ^hash::sql{one colum result} now
                   11175:          produces hash of column=>1
                   11176: 
                   11177:        * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
                   11178:          with incomplete errno constants set
                   11179: 
                   11180: 2004-02-24  paf
                   11181: 
                   11182:        * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
                   11183:          "man select"
                   11184: 
                   11185:        * src/main/pa_os.C: beauty: <0 better then ==-1
                   11186: 
                   11187:        * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
                   11188: 
                   11189:        * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
                   11190: 
1.116     moko     11191:        * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95      moko     11192: 
                   11193:        * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
                   11194:          unix: steps to work on unix [extracted 'to']
                   11195: 
                   11196:        * src/classes/mail.C: smtp on unix: steps to work on unix
                   11197: 
                   11198:        * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
                   11199: 
1.116     moko     11200:        * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
                   11201:          lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
                   11202:          unix [testing on solaris]
1.95      moko     11203: 
                   11204: 2004-02-20  paf
                   11205: 
                   11206:        * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
                   11207:          pointing that out
                   11208: 
                   11209:        * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
                   11210:          fixed again [same solution, mistanenly removed one line]
                   11211: 
                   11212: 2004-02-19  paf
                   11213: 
                   11214:        * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
                   11215:          date::create from bad datetime in spring daylightsaving hole now
                   11216:          OK for all platforms [on some platforms it failed]
                   11217: 
                   11218:        * src/classes/: date.C, image.C: beauty: date::create[bad date time
                   11219:          in daylightsaving hole] now throws error
                   11220: 
                   11221:        * src/classes/date.C: comment: mistake fixed
                   11222: 
                   11223: 2004-02-18  paf
                   11224: 
                   11225:        * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
                   11226:          now renderes in $request:charset, but in header puts
                   11227:          $response:charset todo: make that default only so that coder
                   11228:          could override that
                   11229: 
                   11230:        * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
                   11231:          turns off omit-xml-declaration
                   11232: 
                   11233:        * src/classes/xdoc.C: feature: reimplemented xhtml output, see
                   11234:          /.xsl for sample
                   11235: 
                   11236: 2004-02-17  paf
                   11237: 
                   11238:        * src/classes/xdoc.C: beauty: needless helper class removed
                   11239: 
                   11240:        * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
                   11241:          copied extra time
                   11242: 
                   11243:        * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
                   11244:          part of libxml
                   11245: 
                   11246:        * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
                   11247:          libxml to do the work] <xsl:output        method="html"
                   11248:          doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
                   11249:          doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
                   11250:          />
                   11251: 
                   11252:        * src/classes/xdoc.C: beauty: no <meta ... charset generated
                   11253: 
                   11254:        * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
                   11255:          caused assertion
                   11256: 
                   11257:        * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
                   11258:          could hang. now such add does nothing, sub clears $hash
                   11259: 
                   11260:        * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
                   11261:          not made quoted-printable
                   11262: 
                   11263:        * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
                   11264:          string invariant
                   11265: 
                   11266: 2004-02-16  paf
                   11267: 
                   11268:        * src/main/pa_globals.C: bugfix: xml errors copy from library now
                   11269:          cleared [were not cleared properly]
                   11270: 
                   11271: 2004-02-13  paf
                   11272: 
1.116     moko     11273:        * src/include/pa_version.h: prerelease
1.95      moko     11274: 
                   11275:        * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
                   11276:          used, introducing dependencies timestamp check
                   11277: 
                   11278:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   11279:          include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
                   11280:          main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
                   11281:          .xsl.stamp now not used, introducing dependencies timestamp check
                   11282: 
                   11283:        * configure.in, bin/auto.p.dist.in: auto.p: @conf made relative
                   11284: 
                   11285: 2004-02-12  paf
                   11286: 
                   11287:        * src/types/pa_vform.C: bugfix: empty values[recently allowed]
                   11288:          ruined empty <input type=file> submits. parser thought there were
                   11289:          nameless empty file and $form:field got value of type 'file'
                   11290: 
                   11291:        * INSTALL: --without-threads
                   11292: 
                   11293:        * src/include/pa_sapi.h: 2004
                   11294: 
                   11295: 2004-02-11  paf
                   11296: 
                   11297:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   11298:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   11299:          classes/hashfile.C, classes/image.C, classes/int.C,
                   11300:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   11301:          classes/response.C, classes/string.C, classes/table.C,
                   11302:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   11303:          include/pa_array.h, include/pa_cache_managers.h,
                   11304:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   11305:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   11306:          include/pa_dictionary.h, include/pa_dir.h,
                   11307:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   11308:          include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
                   11309:          include/pa_operation.h, include/pa_os.h, include/pa_request.h,
                   11310:          include/pa_request_charsets.h, include/pa_request_info.h,
                   11311:          include/pa_socks.h, include/pa_sql_connection.h,
                   11312:          include/pa_sql_driver_manager.h, include/pa_stack.h,
                   11313:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   11314:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   11315:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   11316:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   11317:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   11318:          lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
                   11319:          lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
                   11320:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
                   11321:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   11322:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   11323:          main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
                   11324:          main/pa_os.C, main/pa_request.C, main/pa_socks.C,
                   11325:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   11326:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   11327:          main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
                   11328:          sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
                   11329:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   11330:          types/pa_junction.h, types/pa_method.h, types/pa_value.C,
                   11331:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                   11332:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   11333:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   11334:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   11335:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   11336:          types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
                   11337:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   11338:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
                   11339:          types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   11340:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   11341:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   11342:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   11343:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   11344:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   11345:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   11346:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   11347:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   11348:          types/pa_wcontext.h, types/pa_wwrapper.h: 2004
                   11349: 
                   11350:        * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
                   11351:          debug version of gc.dll
                   11352: 
                   11353:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                   11354:          lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
                   11355:          lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
                   11356:          lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
                   11357:          targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
                   11358:          targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
                   11359:          to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
                   11360:          processes
                   11361: 
                   11362:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
                   11363:          main/pa_globals.C, targets/cgi/parser3.vcproj,
                   11364:          targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
                   11365:          changes to reflect libxml xsl new folders
                   11366: 
                   11367:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                   11368:          lib/smtp/smtp.vcproj, main/main.vcproj,
                   11369:          targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
                   11370:          to reflect libxml xsl new folders
                   11371: 
                   11372:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                   11373:          lib/smtp/smtp.vcproj, main/main.vcproj,
                   11374:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                   11375:          types/types.vcproj: started changes to reflect libxml xsl new
                   11376:          folders
                   11377: 
                   11378:        * ChangeLog, parser3.sln, src/classes/classes.vcproj,
                   11379:          src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
                   11380:          src/main/compile.tab.C, src/main/main.vcproj,
                   11381:          src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
                   11382:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
                   11383:          started changes to reflect libxml xsl new folders
                   11384: 
                   11385: 2004-02-10  paf
                   11386: 
                   11387:        * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
                   11388:          compile. recommened latest libxml up to date
                   11389: 
                   11390:        * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
                   11391:          pattern compilation errors", on which spent 4 hours worktime. use
                   11392:          versions higher than that. recommended now latest up to date
                   11393: 
                   11394: 2004-02-06  paf
                   11395: 
                   11396:        * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
                   11397:          beauty: unified destructing style
                   11398: 
                   11399:        * src/main/untaint.C: beauty: removed old def/ifdef
                   11400: 
                   11401:        * src/main/untaint.C: beauty: coredump @unknown untaint language
                   11402:          now
                   11403: 
                   11404: 2004-02-03  paf
                   11405: 
                   11406:        * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
                   11407:          targets/isapi/parser3isapi.C, types/pa_value.C,
                   11408:          types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
                   11409:          then %ld/%lu
                   11410: 
                   11411:        * src/main/pa_common.C: typo: %l -> %u
                   11412: 
                   11413:        * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
                   11414:          in attributes or documents-results of transform now not &#04xx;
                   11415: 
                   11416:        * src/classes/xnode.C: memleaks found: not fixed yet. todo
                   11417: 
                   11418:        * src/main/pa_charset.C: bugfix: forgot to undo some
                   11419: 
                   11420:        * src/main/pa_charset.C: beauty: uncomment
                   11421:          PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
                   11422:          libraries
                   11423: 
                   11424: 2004-02-02  paf
                   11425: 
                   11426:        * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
                   11427:          $cookie:example[    $.value[value]  $.path[/there/] ]
                   11428: 
                   11429:          $cookie:example[        $.value[]       $.expires[session]
                   11430:          $.path[/there/]         $.domain[test.com] ]
                   11431: 
                   11432:        * src/types/pa_vform.C: bugfix: empty values with
                   11433:          enctype=multipart/form-data now produce entries in $form:tables
                   11434:          <form method=post enctype=multipart/form-data> <input type=hidden
                   11435:          name=a> <input type=hidden name=b>
                   11436: 
                   11437:          <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
                   11438:          <hr> <pre>$request:body
                   11439: 
                   11440: 2004-01-30  paf
                   11441: 
                   11442:        * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
                   11443:          or documents-results of transform now not &#04xx;
                   11444: 
                   11445:        * src/classes/date.C: bugfix: ^date::create[invalid fields now
                   11446:          produce exception.
                   11447: 
                   11448:        * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
                   11449:          bugfix: ^date::create[invalid fields now produce exception.
                   11450: 
                   11451:        * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
                   11452:          year] now produces exception. todo: check other fields
                   11453: 
                   11454: 2004-01-29  paf
                   11455: 
                   11456:        * src/include/pa_memory.h: typo error
                   11457: 
                   11458:        * src/include/pa_memory.h: bugfix: [potential] strdup copied one
                   11459:          more byte then specified, then zeroed it << useless and
                   11460:          potentially harmful(could gpf)
                   11461: 
                   11462: 2004-01-22  paf
                   11463: 
                   11464:        * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
                   11465: 
                   11466:        * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
                   11467:          optimization
                   11468: 
                   11469:        * src/main/untaint.C: bugfix: whitespace now optimized properly
                   11470:          [were bug: ^taint[1 & 2]="1 &2"
                   11471: 
                   11472:        * src/main/pa_globals.C: beauty: bigger buffer for xml-related
                   11473:          errors
                   11474: 
                   11475:        * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
                   11476:          overflow
                   11477: 
                   11478:        * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
                   11479:          error-reporting code * in parser-error reporting code [when no
                   11480:          @unhandled_exception defined]
                   11481: 
                   11482:          fixed in one place: my *snprintf override
                   11483: 
                   11484: 2004-01-13  paf
                   11485: 
                   11486:        * operators.txt: typo erro
                   11487: 
                   11488: 2003-12-25  paf
                   11489: 
                   11490:        * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
                   11491:          garbled  [pieces after zero bytes were removed]
                   11492: 
                   11493: 2003-12-22  paf
                   11494: 
1.116     moko     11495:        * src/include/Makefile.am: bugfix: removed from dist:
                   11496:          src/include/pa_config_auto.h which were configured for
1.95      moko     11497:          make-dist-platform and badly updated proper config file in target
                   11498:          [when .tar used for updating existing source tree]
                   11499: 
                   11500:        * ChangeLog, operators.txt, src/classes/op.C,
                   11501:          src/include/pa_sql_connection.h,
                   11502:          src/include/pa_sql_driver_manager.h,
                   11503:          src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
                   11504:          feature: sql introducing ability to transcode charsets
                   11505: 
                   11506: 2003-12-19  paf
                   11507: 
                   11508:        * src/main/pa_sql_driver_manager.C: beauty: more straighforward
                   11509:          error message
                   11510: 
                   11511:        * src/main/pa_charset.C: bugfix: memory for charsethandler
                   11512:          structure for libxml now allocated properly
                   11513: 
                   11514: 2003-12-17  paf
                   11515: 
                   11516:        * src/types/pa_vfile.C: beauty: removed outdated cast
                   11517: 
                   11518:        * src/main/pa_common.C: bugfix: empty http response caused gpf
                   11519: 
                   11520:        * src/include/pa_string.h: bugfix: removed too strong a assert
                   11521: 
                   11522:        * src/main/pa_globals.C: bugfix: removed false warning [warning:
                   11523:          unreported xmlGenericErrors]
                   11524: 
                   11525: 2003-12-15  paf
                   11526: 
                   11527:        * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
                   11528:          works}
                   11529: 
                   11530: 2003-12-11  paf
                   11531: 
                   11532:        * operators.txt, src/types/pa_vstatus.C:     !$status:pid process
                   11533:          id
                   11534:              !$status:tid thread id
                   11535: 
                   11536:        * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
                   11537:          main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
                   11538:          bugfix(solaris): removed dependency on object initialization
                   11539:          order [one more place]
                   11540: 
                   11541:        * src/: classes/file.C, classes/mail.C, classes/op.C,
                   11542:          classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
                   11543:          types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
                   11544:          understand that
                   11545: 
                   11546:        * src/: classes/file.C, classes/mail.C, classes/op.C,
                   11547:          classes/xdoc.C, include/pa_cache_managers.h,
                   11548:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   11549:          include/pa_stylesheet_manager.h, main/pa_request.C,
                   11550:          main/pa_stylesheet_manager.C, types/pa_vimage.C,
                   11551:          types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
                   11552:          ctor call [relying on implicit String::Body(cstr) call]
                   11553: 
                   11554:        * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
                   11555:          pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
                   11556:          object initialization order [two places]
                   11557: 
                   11558: 2003-12-10  paf
                   11559: 
                   11560:        * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
                   11561:          << time now ok
                   11562: 
                   11563:        * operators.txt, src/main/pa_sql_driver_manager.C,
                   11564:          src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
                   11565:          operational
                   11566: 
                   11567:        * ChangeLog, operators.txt, src/classes/xdoc.C,
                   11568:          src/include/pa_charset.h, src/include/pa_sql_connection.h,
                   11569:          src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
                   11570:          src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
                   11571:          back operational
                   11572: 
                   11573: 2003-12-02  paf
                   11574: 
                   11575:        * src/types/pa_vmail.C: bugfix:
                   11576:          ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
                   11577:          as-is forced]
                   11578: 
                   11579:        * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
                   11580:          exceptions out of libxml callbacks: reimplemented error handling
                   11581:          of http://localhost, parser://method and safemode check callbacks
                   11582: 
                   11583:        * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
                   11584:          [merged from HEAD]
                   11585: 
                   11586:        * src/classes/image.C: nothing: comment removed
                   11587: 
                   11588:        * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
                   11589:          addresses to int
                   11590: 
                   11591: 2003-12-01  paf
                   11592: 
                   11593:        * src/main/pa_xml_io.C: bugfix: typo
                   11594: 
                   11595:        * src/main/pa_globals.C: bugfix: win32: compile prob
                   11596: 
                   11597:        * src/classes/xdoc.C: bugfix: typo
                   11598: 
                   11599:        * src/main/pa_xml_io.C: todo: safe mode check not to throw
                   11600:          exception
                   11601: 
                   11602:        * src/main/pa_xml_io.C: bugfix: http://localhost typo error
                   11603: 
                   11604: 2003-11-28  paf
                   11605: 
                   11606:        * src/main/pa_xml_io.C: installed safe-mode checker as filter of
                   11607:          all xml documents read
                   11608: 
                   11609:        * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
                   11610: 
                   11611:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   11612:          include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
                   11613:          replaced original open mech of xdoc::create & co to use libxml
                   11614:          open, so that this would work for root document todo: safe mode
                   11615:          checks to libxml: ideally to some 1 point
                   11616: 
                   11617:        * src/main/pa_xml_io.C: comment
                   11618: 
                   11619:        * operators.txt, src/main/pa_xml_io.C: leading / in
                   11620:          http://parser[abscent params]
                   11621: 
                   11622:        * operators.txt, src/include/pa_request.h, src/main/pa_xml_io.C:
                   11623:          works.  todo: maybe replace original open mech of xdoc::create &
                   11624:          co to use libxml open, so that this would work for root document
                   11625: 
                   11626:          $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
                   11627:          "parser://method/params/here"> <test>   &test^; </test> }]
                   11628: 
                   11629:          ^taint[^xdoc.string[]]
                   11630: 
                   11631:          @method[param] <!ENTITY test
                   11632:          "test-entity-value+$form:user+$param!">
                   11633: 
                   11634: 2003-11-27  paf
                   11635: 
                   11636:        * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
                   11637: 
                   11638:        * src/classes/date.C: bugfix: typo error
                   11639: 
                   11640: 2003-11-26  paf
                   11641: 
                   11642:        * operators.txt, src/include/Makefile.am, src/include/pa_globals.h,
                   11643:          src/main/Makefile.am, src/main/main.vcproj,
                   11644:          src/main/pa_globals.C, src/main/pa_request.C,
                   11645:          src/include/pa_xml_io.h, src/main/pa_xml_io.C: simplification:
                   11646:          xml errors to hash<thread_id,error> reorganization: xml io moved
                   11647:          to pa_xml_io.C/h
                   11648: 
                   11649:        * src/types/pa_value.h: warnings: --
                   11650: 
                   11651: 2003-11-25  paf
                   11652: 
                   11653:        * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
                   11654:          whatever)
                   11655: 
                   11656:        * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
                   11657:          a, (c?x:y, z)
                   11658: 
                   11659:        * src/main/untaint.C: bugfix: consequences of not reading this
                   11660:          comment: CORD_pos_chars_left /* Number of characters in cache.
                   11661:          <= 0 ==> none    */
                   11662: 
                   11663:        * src/include/pa_array.h: removed needless checks
                   11664: 
                   11665: 2003-11-24  paf
                   11666: 
                   11667:        * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
                   11668:          removed limit: now $form:xxx can be accessed anytime, even in
                   11669:          @auto/conf [and request/response:charset still can be changed
                   11670:          anytime]
                   11671: 
                   11672:        * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
                   11673:          now not transcodes response body
                   11674: 
                   11675:        * operators.txt, src/types/pa_vxnode.C, src/types/pa_vxnode.h:
                   11676:          $xdoc[^xdoc::create[test]] $tn[^xdoc.createTextNode[text node
                   11677:          value]] $dummy[^xdoc.firstChild.appendChild[$tn]]
                   11678:          $xdoc.firstChild.firstChild.nodeValue[different]
                   11679:          ^taint[^xdoc.string[]]
                   11680: 
                   11681:        * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
                   11682:          workaround: static Hash::allocates -> static Hash_allocates
                   11683: 
                   11684: 2003-11-21  paf
                   11685: 
1.116     moko     11686:        * Makefile.am, configure, configure.in, src/classes/Makefile.am,
                   11687:          src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
                   11688:          src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95      moko     11689: 
                   11690:        * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
                   11691: 
                   11692:        * src/classes/mail.C: bugfix: typo
                   11693: 
                   11694:        * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.116     moko     11695:          src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
                   11696:          src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
                   11697:          src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
                   11698:          src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95      moko     11699:          src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
                   11700: 
                   11701:        * src/main/pa_exec.C: bug in safe mode
                   11702: 
                   11703:        * src/include/Makefile.am: pa_xml_exception.h
                   11704: 
                   11705:        * src/targets/isapi/parser3isapi.C: more warnings --
                   11706: 
                   11707: 2003-11-20  paf
                   11708: 
                   11709:        * src/: classes/math.C, classes/op.C, classes/string.C,
                   11710:          main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
                   11711:          types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
                   11712:          --
                   11713: 
                   11714:        * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
                   11715:          more warnings --
                   11716: 
                   11717:        * src/classes/xdoc.C: more warnings --
                   11718: 
                   11719:        * src/classes/: date.C, image.C, xdoc.C: more warnings --
                   11720: 
                   11721:        * src/: main/pa_sql_driver_manager.C, main/untaint.C,
                   11722:          types/pa_vcookie.C, types/pa_vmail.C: more warnings --
                   11723: 
                   11724:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   11725:          classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
                   11726:          classes/table.C, include/pa_cache_managers.h,
                   11727:          include/pa_stylesheet_connection.h, main/pa_request.C,
                   11728:          types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
                   11729:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
                   11730:          --
                   11731: 
                   11732:        * src/main/: execute.C, pa_request.C: old forgotten todo: when
                   11733:          can't report problem (undefined @unhandled_exception) problem
                   11734:          source string were not reported
                   11735: 
                   11736:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   11737:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   11738:          classes/hashfile.C, classes/image.C, classes/int.C,
                   11739:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   11740:          classes/response.C, classes/string.C, classes/table.C,
                   11741:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   11742:          include/pa_array.h, include/pa_cache_managers.h,
                   11743:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   11744:          include/pa_config_fixed.h, include/pa_dictionary.h,
                   11745:          include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
                   11746:          include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
                   11747:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                   11748:          include/pa_request.h, include/pa_request_charsets.h,
                   11749:          include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
                   11750:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   11751:          include/pa_stack.h, include/pa_string.h,
                   11752:          include/pa_stylesheet_connection.h,
                   11753:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   11754:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   11755:          include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                   11756:          lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
                   11757:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   11758:          main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
                   11759:          main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
                   11760:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   11761:          main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
                   11762:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   11763:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   11764:          main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
                   11765:          sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
                   11766:          targets/cgi/parser3.C, targets/isapi/pa_threads.C,
                   11767:          targets/isapi/parser3isapi.C, types/pa_junction.h,
                   11768:          types/pa_method.h, types/pa_value.C, types/pa_value.h,
                   11769:          types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
                   11770:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   11771:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   11772:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   11773:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   11774:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   11775:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   11776:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
                   11777:          types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   11778:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   11779:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   11780:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   11781:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   11782:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   11783:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   11784:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   11785:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   11786:          types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
                   11787:          const IDENT
                   11788: 
                   11789:        * src/: include/pa_array.h, include/pa_pool.h,
                   11790:          include/pa_request.h, include/pa_string.h, include/pa_table.h,
                   11791:          main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
                   11792:          types/pa_wcontext.h: more warnings --
                   11793: 
                   11794:        * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
                   11795:          classes/file.C, classes/hash.C, classes/hashfile.C,
                   11796:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   11797:          classes/memory.C, classes/op.C, classes/string.C,
                   11798:          classes/table.C, classes/xdoc.C, classes/xnode.C,
                   11799:          include/pa_config_includes.h, include/pa_operation.h,
                   11800:          include/pa_sql_connection.h, include/pa_table.h,
                   11801:          include/pa_types.h, lib/ltdl/config_fixed.h,
                   11802:          lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
                   11803:          lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
                   11804:          lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
                   11805:          main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
                   11806:          main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
                   11807:          main/pa_globals.C, main/pa_os.C, main/pa_request.C,
                   11808:          main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
                   11809:          targets/isapi/parser3isapi.vcproj, types/pa_value.h,
                   11810:          types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
                   11811:          types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
                   11812:          types/pa_vmail.C, types/pa_vobject.C,
                   11813:          types/pa_vstateless_class.h, types/pa_vtable.C,
                   11814:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
                   11815:          types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
                   11816:          on all projects (except libltdl=off & libsdbm=level3) found
                   11817:          several unitialized vars
                   11818: 
                   11819: 2003-11-19  paf
                   11820: 
                   11821:        * src/classes/op.C: more ansi C++ comp
                   11822: 
                   11823:        * operators.txt, src/classes/op.C, src/include/pa_request.h,
                   11824:          src/main/pa_request.C: ^cache[...]{body}{catch block with
                   11825:          $exception.handled[cache] meaning "get expired cache, if any.
                   11826:          else error"}
                   11827: 
                   11828:        * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
                   11829:          main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
                   11830:          ^cache[...]{body}{catch code with $exception.cache field}
                   11831: 
                   11832: 2003-11-12  paf
                   11833: 
                   11834:        * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
                   11835:          [copy/paste bug]
                   11836: 
                   11837: 2003-11-11  paf
                   11838: 
                   11839:        * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
                   11840:          failed]
                   11841: 
                   11842:        * bin/auto.p.dist.in: colno
                   11843: 
                   11844: 2003-11-10  paf
                   11845: 
                   11846:        * src/types/pa_vconsole.h: flush
                   11847: 
                   11848:        * operators.txt, src/main/pa_request.C, src/types/Makefile.am,
                   11849:          src/types/types.vcproj, src/types/pa_vconsole.h: $console:line
                   11850:          read/write  [for nntp]
                   11851: 
                   11852:        * operators.txt: mysql: transaction support: ?autocommit=0
                   11853: 
                   11854:        * operators.txt: comment: updated
                   11855: 
                   11856:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
                   11857:          serialize version and exipire now removes entries
                   11858: 
                   11859:        * operators.txt: ^hashfile.delete[] removes files altogether [and
                   11860:          dir, if could]
                   11861: 
                   11862:        * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
                   11863:          types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
                   11864:          removes files altogether [and dir, if could]
                   11865: 
                   11866:        * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
                   11867:          nonexistent pair. .c coded that that was error. fixed
                   11868: 
                   11869:        * src/types/pa_vhashfile.C: sdbm: exception type change to
                   11870:          file.access [regretfull can't split it to different exceptions
                   11871:          without modifying sdbm source wich would prefer not to]
                   11872: 
                   11873: 2003-11-07  paf
                   11874: 
                   11875:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   11876:          classes/hashfile.C, classes/image.C, classes/table.C,
                   11877:          classes/xdoc.C, include/Makefile.am, include/pa_array.h,
                   11878:          include/pa_pool.h, include/pa_request.h, main/Makefile.am,
                   11879:          main/execute.C, main/main.vcproj, main/pa_pool.C,
                   11880:          main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
                   11881:          types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
                   11882:          types/pa_vstateless_class.h: resurrected: pool idea. now only for
                   11883:          destructing objects at request processing end
                   11884: 
                   11885: 2003-11-06  paf
                   11886: 
                   11887:        * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
                   11888:          updates
                   11889: 
                   11890:        * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
                   11891:          to include sdbm
                   11892: 
1.116     moko     11893:        * src/include/: pa_config_includes.h, pa_version.h: our
                   11894:          replacements of max& co only for cpp
1.95      moko     11895: 
                   11896:        * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
                   11897:          upper dir, .am updated
                   11898: 
                   11899:        * tests/todo.txt: hashfile: done
                   11900: 
                   11901:        * operators.txt, src/types/pa_vhashfile.C: hashfile: clear &
                   11902:          expiration [time in value. todo: move time to key]
                   11903: 
                   11904:        * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
                   11905: 
                   11906:        * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
                   11907:          to do that in foreach, no errors, but surely wrong]
                   11908: 
                   11909:        * operators.txt, src/types/pa_vhashfile.C,
                   11910:          src/types/pa_vhashfile.h: hashfile: clear and proper locking
                   11911: 
                   11912:        * operators.txt, src/classes/hash.C, src/classes/hashfile.C,
                   11913:          src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: hashfile:
                   11914:          foreach
                   11915: 
                   11916:        * src/classes/hashfile.C, src/types/pa_vhashfile.C,
                   11917:          src/types/pa_vhashfile.h, operators.txt: hashfile: hash
                   11918: 
                   11919:        * operators.txt, src/classes/hashfile.C, src/types/pa_vhashfile.C,
                   11920:          src/types/pa_vhashfile.h, tests/todo.txt: hashfile: delete
                   11921: 
                   11922:        * src/: include/pa_memory.h, targets/cgi/parser3.C,
                   11923:          types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
                   11924:          types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
                   11925:          get/put [raw]
                   11926: 
                   11927:        * src/: classes/op.C, main/pa_os.C: just linked
                   11928: 
                   11929:        * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
                   11930:          XmlException changes
                   11931: 
                   11932:        * src/: include/pa_charset.h, include/pa_globals.h,
                   11933:          include/pa_stylesheet_connection.h, main/pa_exception.C:
                   11934:          XmlException changes
                   11935: 
                   11936:        * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
                   11937: 
                   11938:        * src/: include/pa_common.h, include/pa_exception.h,
                   11939:          main/main.vcproj, main/pa_common.C, include/pa_os.h,
                   11940:          include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
                   11941:          main/pa_xml_exception.C: locking move to pa_os [along with
                   11942:          pa_sleep] apr-impl locking done
                   11943: 
                   11944:        * configure, configure.in, operators.txt, parser3.sln,
                   11945:          src/classes/classes.vcproj, src/classes/hashfile.C,
                   11946:          src/classes/xdoc.C, src/include/pa_config_fixed.h,
                   11947:          src/include/pa_exception.h, src/include/pa_globals.h,
                   11948:          src/include/pa_memory.h, src/include/pa_version.h,
                   11949:          src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
                   11950:          src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
                   11951:          src/main/compile.tab.C, src/main/main.vcproj,
                   11952:          src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
                   11953:          src/types/Makefile.am, src/types/pa_vhash.C,
                   11954:          src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
                   11955:          src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
                   11956:          again with sdbm from apache
                   11957: 
                   11958: 2003-11-05  paf
                   11959: 
                   11960:        * src/: classes/classes.vcproj, include/pa_config_fixed.h,
                   11961:          main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
                   11962:          \parser3project dir anymore
                   11963: 
                   11964:        * src/main/pa_charset.C: bugfix: had broken binary search [copied
                   11965:          thoughtlessly from xalan]
                   11966: 
                   11967:        * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
                   11968:          sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
                   11969:          from httpd-2.0.43\srclib\apr-util\dbm\sdbm
                   11970: 
                   11971:        * src/main/helpers/CaseFolding.txt:
                   11972:          http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
                   11973: 
                   11974: 2003-11-04  paf
                   11975: 
                   11976:        * operators.txt: comment: ^mail:send[$.options[
                   11977: 
                   11978:        * src/classes/table.C: compiled on unix
                   11979: 
1.116     moko     11980:        * src/classes/Makefile.am: classes.C to rebuild last
1.95      moko     11981: 
                   11982:        * src/classes/mail.C: compiled on unix
                   11983: 
                   11984:        * operators.txt, src/classes/mail.C, src/types/pa_vmail.C,
                   11985:          src/types/pa_vmail.h:     !^mail:send[
                   11986:                  $.options[unix: string to append to sendmail command
                   11987:          line]
                   11988: 
                   11989:        * operators.txt, src/classes/table.C, src/main/pa_string.C,
                   11990:          tests/todo.txt: ^table.save[...          $.separator[^#09]
                   11991:          $.encloser["] <nothing> by default
                   11992: 
                   11993:        * operators.txt, src/classes/table.C, tests/todo.txt: ^table::load
                   11994:                 !$.separator[^#09]         !$.encloser["] <nothing> by
                   11995:          default
                   11996: 
                   11997: 2003-11-03  paf
                   11998: 
                   11999:        * operators.txt, src/classes/table.C, src/main/pa_common.C:
                   12000:          ^table::load[; options:         !$.column-separator[^#09]
                   12001:          !$.column-encloser["]
                   12002: 
                   12003:        * operators.txt, src/include/pa_config_fixed.h,
                   12004:          src/types/pa_vrequest.C: $request:document-root
                   12005: 
                   12006:        * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
                   12007:          [already included into uri=xxx]
                   12008: 
                   12009:        * operators.txt, src/classes/image.C, tests/todo.txt:
                   12010:          ^image.gif[filename] for $response:download
                   12011: 
                   12012:        * src/classes/date.C: minor precaution
                   12013: 
                   12014:        * operators.txt, src/classes/date.C:     !^date::unix-timestamp()
                   12015:              !^date.unix-timestamp[]
                   12016: 
                   12017: 2003-10-30  paf
                   12018: 
                   12019:        * operators.txt, src/classes/date.C, src/types/pa_vdate.h: merged
                   12020:          from 3.0.8: ^date.roll[TZ;GMT] $date.hour
                   12021: 
                   12022:        * src/classes/: date.C, image.C: improvement diagnostics:
                   12023:          $now[^date::create[$undefined]] now is error
                   12024: 
                   12025:        * src/main/pa_common.C: read errors would now be reported 'actually
                   12026:          read -1 bytes'
                   12027: 
                   12028: 2003-10-24  paf
                   12029: 
                   12030:        * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
                   12031:          src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
                   12032:          src/main/Makefile.am, src/targets/cgi/Makefile.am,
                   12033:          src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
                   12034: 
                   12035: 2003-10-22  paf
                   12036: 
                   12037:        * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
                   12038: 
                   12039: 2003-10-21  paf
                   12040: 
                   12041:        * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
                   12042:          fixed: string.match[g] without <'> option produced columns with
                   12043:          NULL's, which gpf'ed at table.save time
                   12044: 
                   12045:        * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
                   12046:          recoursion' message with intensive throw-catches fixed: incorrect
                   12047:          name and line (one name upper then needed) in error message about
                   12048:          problems inside try block
                   12049: 
                   12050: 2003-10-10  paf
                   12051: 
                   12052:        * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
                   12053:          check offset argument for validity did that in String::Body::pos
                   12054:          myself http://i2/tasks/edit/?id=4577425257580789777
                   12055: 
                   12056: 2003-10-07  paf
                   12057: 
                   12058:        * src/main/: compile.tab.C, compile.y: ^if ( better error:
                   12059:          .html(1:4): parse error, expecting `'['' or `'{'' or `'(''  now
                   12060: 
                   12061: 2003-10-03  paf
                   12062: 
                   12063:        * parser3.sln, src/include/pa_dictionary.h,
                   12064:          src/main/pa_dictionary.C, src/main/pa_string.C,
                   12065:          src/targets/cgi/parser3.vcproj: dictionary optimized by
                   12066:          precalculating cstr&length
                   12067: 
                   12068: 2003-10-02  paf
                   12069: 
                   12070:        * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
                   12071:          main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
                   12072:          main/pa_stylesheet_manager.C: bugfix: ^throw context were
                   12073:          saved/restored incompletely http://www.parser.ru/forum/?id=21484
                   12074: 
                   12075: 2003-09-30  paf
                   12076: 
                   12077:        * src/main/pa_string.C: string::replace bug fix [were ignoring
                   12078:          occurrances after lang-mismatched
                   12079: 
                   12080: 2003-09-29  paf
                   12081: 
                   12082:        * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
                   12083:          helper
                   12084: 
                   12085:        * src/main/pa_string.C: string::serialize bug fix with
                   12086:          zero-terminator
                   12087: 
                   12088:        * src/classes/table.C: ^nameless_table.save column row now has no
                   12089:          \t at the end
                   12090: 
                   12091:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   12092:          @postprocess  now takes $response:body/download
                   12093: 
                   12094:        * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
                   12095:          error message
                   12096: 
                   12097:        * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
                   12098: 
                   12099:        * src/classes/table.C: bugfix: flip: must produce nameless
                   12100:          http://i2/tasks/edit/?id=4573405524674081244
                   12101: 
                   12102:        * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
                   12103:          main/helpers/simple_folding.pl: utf-8 upper/lower
                   12104: 
                   12105:        * src/main/pa_common.C: bugfix: utf signature were not ignored due
                   12106:          to typo error http://i2/tasks/edit/?id=4573354650786434584
                   12107: 
                   12108: 2003-09-26  paf
                   12109: 
                   12110:        * src/main/untaint.C: removed needless field
                   12111: 
                   12112:        * src/main/untaint.C: removed needless const
                   12113: 
                   12114:        * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
                   12115:          String.for_each bug fixed [omited one-char cases]
                   12116: 
                   12117:        * src/include/pa_stack.h: bugfix: before collecting garbage,
                   12118:          runtime-executor stack were cleared... BADLY
                   12119: 
                   12120:        * src/main/pa_string.C: ^stirng.replace code used old
                   12121:          param-convention on langs.append, fixed that search fo the like,
                   12122:          found none
                   12123: 
                   12124:        * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
                   12125:          string::serialize/deserialize implemented Language enum assigned
                   12126:          meaningful letters [more convinient for debugging. read warning
                   12127:          before adding/changing anything]
                   12128: 
                   12129: 2003-09-25  paf
                   12130: 
                   12131:        * src/: include/pa_string.h, include/pa_version.h,
                   12132:          main/pa_string.C, main/untaint.C: templates and anonymous unions
                   12133:          differences on unix
                   12134: 
                   12135:        * parser3.sln, src/classes/file.C, src/classes/image.C,
                   12136:          src/classes/mail.C, src/classes/op.C, src/classes/table.C,
                   12137:          src/classes/xdoc.C, src/classes/xnode.C,
                   12138:          src/include/pa_cache_managers.h, src/include/pa_charset.h,
                   12139:          src/include/pa_charsets.h, src/include/pa_common.h,
                   12140:          src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
                   12141:          src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
                   12142:          src/include/pa_table.h, src/lib/cord/cordbscs.c,
                   12143:          src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
                   12144:          src/lib/cord/include/cord.h, src/main/compile.tab.C,
                   12145:          src/main/compile_tools.h, src/main/pa_charset.C,
                   12146:          src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
                   12147:          src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
                   12148:          src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
                   12149:          src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
                   12150:          src/types/pa_vmail.C, src/types/pa_vmath.C,
                   12151:          src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
                   12152:          src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
                   12153: 
                   12154:        * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
                   12155:          functions aligned to that of eeparser3 look
                   12156: 
                   12157:        * src/lib/cord/cordprnt.c: removed warnings
                   12158: 
                   12159: 2003-09-24  paf
                   12160: 
                   12161:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   12162:          classes/op.C, classes/xdoc.C, classes/xnode.C,
                   12163:          include/pa_cache_managers.h, include/pa_charset.h,
                   12164:          include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
                   12165:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   12166:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   12167:          main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
                   12168:          main/pa_common.C, main/pa_exec.C, main/pa_request.C,
                   12169:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   12170:          main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
                   12171:          types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
                   12172:          types/pa_vstateless_class.h, types/pa_vstatus.C,
                   12173:          types/pa_vxnode.C: v() functions of String::Body,
                   12174:          String::Languages and String itself StringBody->String::Body
                   12175: 
                   12176:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   12177:          lib/cord/include/cord.h: CORD_append_block showed no efficiency =
                   12178:          never optimized anything.  todo: somehow speed up harder cases:
                   12179:          concatenationA+concatenationB when last block of A and first of B
                   12180:          contain same letters
                   12181: 
                   12182:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   12183:          lib/cord/include/cord.h: langs: speed up by joining adjucent
                   12184:          blocks of same char [CORD_append_block]
                   12185: 
                   12186:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   12187:          lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
                   12188:          save space by extending blocks when appending block with c ==
                   12189:          lastblock.c
                   12190: 
                   12191:        * src/: include/pa_string.h, main/pa_string.C: aval is not actually
                   12192:          working yet :( but more working &understood :)
                   12193: 
                   12194:        * src/: classes/table.C, include/pa_string.h,
                   12195:          lib/cord/include/cord.h, main/pa_string.C: aval/ works!
                   12196: 
                   12197: 2003-09-23  paf
                   12198: 
                   12199:        * src/main/untaint.C: $a[ok!] $a works!
                   12200: 
                   12201:        * src/main/untaint.C: something even more works :)
                   12202: 
                   12203:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   12204:          something more works :)
                   12205: 
                   12206:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   12207:          lib/cord/cordxtra.c: something already works :)
                   12208: 
                   12209:        * src/: include/pa_string.h, main/untaint.C: just compiled todo:
                   12210:          serialize&deserialize
                   12211: 
                   12212:        * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
                   12213:          lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
                   12214:          main/untaint.C: main idea implemented, details left
                   12215: 
                   12216: 2003-09-22  paf
                   12217: 
                   12218:        * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
                   12219: 
                   12220:        * src/classes/xnode.C: copy/paste comment bugfix
                   12221: 
                   12222:        * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
                   12223:          allocator returns 0, just die.
                   12224:          http://i2/tasks/edit/?id=4570798492410259445
                   12225: 
                   12226:        * src/classes/xdoc.C: copy/paste comment bugfix
                   12227: 
                   12228:        * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
                   12229:          Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
                   12230:          xnode: getAttributeNS setAttributeNS removeAttributeNS
                   12231:          getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
                   12232: 
                   12233:        * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
                   12234:          chars due to bitwise operation signed-char error]
                   12235: 
                   12236: 2003-09-19  paf
                   12237: 
                   12238:        * src/types/pa_wcontext.C: output message: more practical
                   12239:          suggestion
                   12240: 
                   12241:        * src/main/pa_common.C, operators.txt: merged
                   12242:          $f[^file::load[binary;http://...]] $f.tables
                   12243: 
                   12244: 2003-09-02  paf
                   12245: 
                   12246:        * src/main/pa_common.C: printf is buffered, write(1 is not. can't
                   12247:          flush stdout without referencing 'stdout' symbol. to hell with
                   12248:          non-ansi libraries without 'stdout' symbol
                   12249: 
                   12250:        * src/main/pa_common.C: got rid of 'stdout' symbol reference on
                   12251:          unix (users reported problems with some old libc)
                   12252: 
                   12253:        * src/types/pa_vdate.h: forgot initializer
                   12254: 
                   12255: 2003-09-01  paf
                   12256: 
                   12257:        * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
                   12258:          main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
                   12259:          zone]
                   12260: 
                   12261:        * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
                   12262: 
                   12263: 2003-08-19  paf
                   12264: 
                   12265:        * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
                   12266:          pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
                   12267:          simplified a little
                   12268: 
                   12269:        * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
                   12270:          [lost fix from 3.0.8]
                   12271: 
                   12272:        * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{   now
                   12273:          visible here }
                   12274: 
                   12275:          bug fix
                   12276: 
                   12277:        * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
                   12278: 
                   12279:        * src/main/compile.tab.C: initialized couple of variables about
                   12280:          which user reported runtime problems when parser were compiled
                   12281:          with VC7, warning level4.  study shows that later in bison
                   12282:          they've fixed that. would migrate to latest bison someday
                   12283: 
                   12284:        * src/types/pa_vmail.C: turned  off recoding in gmime (were still
                   12285:          recoding headers)
                   12286: 
                   12287:        * src/types/pa_vmail.C: works as before, same charset problems:
                   12288:          gmime recodes to UTF-8 only headers, not body. so not recoding
                   12289:          anything for now
                   12290: 
                   12291:        * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
                   12292:          problems with body
                   12293: 
                   12294:        * src/types/pa_vmail.C: mail_receive just compiled
                   12295: 
                   12296: 2003-08-18  paf
                   12297: 
                   12298:        * src/: classes/classes.vcproj, include/pa_config_fixed.h,
                   12299:          main/main.vcproj, types/types.vcproj: win32: continued process
                   12300:          detaching from \parser3project directory
                   12301: 
                   12302:        * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
                   12303:          src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
                   12304:          src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
                   12305:          src/lib/pcre/pcre_dftables.dsp,
                   12306:          src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
                   12307:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
                   12308:          src/types/types.dsp: moved to MSVC 7
                   12309: 
                   12310:        * gnu.vcproj.vspscc, parser3.vssscc,
                   12311:          src/classes/classes.vcproj.vspscc,
                   12312:          src/lib/cord/cord.vcproj.vspscc,
                   12313:          src/lib/ltdl/libltdl.vcproj.vspscc,
                   12314:          src/lib/md5/md5.vcproj.vspscc,
                   12315:          src/lib/pcre/pcre_dftables.vcproj.vspscc,
                   12316:          src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
                   12317:          src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
                   12318:          src/targets/isapi/parser3isapi.vcproj.vspscc,
                   12319:          src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
                   12320:          moved to MSVC 7
                   12321: 
                   12322:        * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
                   12323:          src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
                   12324:          src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
                   12325:          src/lib/pcre/pcre_dftables.vcproj,
                   12326:          src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
                   12327:          src/targets/cgi/parser3.vcproj,
                   12328:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
                   12329:          new VS project files
                   12330: 
                   12331:        * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
                   12332:          .NET to detect Jalindi Igloo capabilities.
                   12333: 
                   12334:        * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.116     moko     12335:          src/classes/classes.awk, src/doc/footer.htm,
                   12336:          src/include/pa_config_fixed.h, src/include/pa_version.h,
                   12337:          src/lib/Makefile.am, src/main/compile.tab.C,
1.95      moko     12338:          src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
                   12339:          src/types/pa_vmail.C: merged 3.1.0 latest changes
                   12340: 
                   12341: 2003-08-15  paf
                   12342: 
                   12343:        * src/main/untaint.C: email addresses in forms:   "non-ascii" <yyy>
                   12344:          non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
                   12345: 
                   12346:        * src/main/untaint.C: email addresses in forms:   "non-ascii" <yyy>
                   12347:          non-ascii <yyy> now encoded correctly
                   12348: 
                   12349: 2003-07-29  paf
                   12350: 
1.116     moko     12351:        * src/classes/: Makefile.am, classes.awk: classes.awk added to make
                   12352:          dist
1.95      moko     12353: 
                   12354:        * src/types/pa_vmail.C: just started --with-mail-receive
                   12355: 
                   12356: 2003-07-28  paf
                   12357: 
1.116     moko     12358:        * src/: classes/Makefile.am, lib/Makefile.am: removed circular
                   12359:          dependence in src/classes, src/lib/gc now in dist
1.95      moko     12360: 
                   12361:        * src/main/pa_string.C: ^cache bug fix [were not working at all]
                   12362: 
                   12363: 2003-07-25  paf
                   12364: 
                   12365:        * src/doc/footer.htm: year
                   12366: 
                   12367: 2003-07-24  paf
                   12368: 
                   12369:        * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
                   12370:          fix
                   12371: 
                   12372:        * src/include/pa_version.h: release
                   12373: 
1.116     moko     12374:        * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95      moko     12375: 
                   12376:        * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
                   12377:          src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
                   12378:          src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
                   12379:          getting rid of win32xml pseudo project
                   12380: 
                   12381:        * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
                   12382: 
1.116     moko     12383:        * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
                   12384:          configure.in, operators.txt, parser3.dsw,
1.95      moko     12385:          etc/parser3.charsets/koi8-r.cfg,
1.116     moko     12386:          etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95      moko     12387:          src/classes/classes.C, src/classes/classes.awk,
                   12388:          src/classes/classes.dsp, src/classes/classes.h,
                   12389:          src/classes/date.C, src/classes/double.C, src/classes/file.C,
                   12390:          src/classes/form.C, src/classes/hash.C, src/classes/image.C,
                   12391:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   12392:          src/classes/memory.C, src/classes/op.C, src/classes/response.C,
                   12393:          src/classes/string.C, src/classes/table.C, src/classes/void.C,
                   12394:          src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
                   12395:          src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
                   12396:          src/doc/string.dox, src/include/Makefile.am,
1.116     moko     12397:          src/include/pa_array.h, src/include/pa_cache_managers.h,
                   12398:          src/include/pa_charset.h, src/include/pa_charsets.h,
                   12399:          src/include/pa_common.h, src/include/pa_config_auto.h.in,
                   12400:          src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
                   12401:          src/include/pa_dictionary.h, src/include/pa_dir.h,
                   12402:          src/include/pa_exception.h, src/include/pa_exec.h,
                   12403:          src/include/pa_globals.h, src/include/pa_hash.h,
                   12404:          src/include/pa_memory.h, src/include/pa_opcode.h,
                   12405:          src/include/pa_operation.h, src/include/pa_pool.h,
                   12406:          src/include/pa_pragma_pack_begin.h,
1.95      moko     12407:          src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
                   12408:          src/include/pa_request_charsets.h, src/include/pa_request_info.h,
                   12409:          src/include/pa_sapi.h, src/include/pa_socks.h,
                   12410:          src/include/pa_sql_connection.h,
                   12411:          src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
                   12412:          src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
                   12413:          src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
                   12414:          src/include/pa_threads.h, src/include/pa_types.h,
1.116     moko     12415:          src/include/pa_uue.h, src/lib/Makefile.am,
                   12416:          src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
                   12417:          src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
                   12418:          src/lib/cord/cordxtra.c, src/lib/cord/source.url,
                   12419:          src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95      moko     12420:          src/lib/cord/include/ec.h,
                   12421:          src/lib/cord/include/private/Makefile.am,
                   12422:          src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.116     moko     12423:          src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
                   12424:          src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95      moko     12425:          src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.116     moko     12426:          src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
                   12427:          src/main/compile_tools.C, src/main/compile_tools.h,
                   12428:          src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
                   12429:          src/main/pa_cache_managers.C, src/main/pa_charset.C,
                   12430:          src/main/pa_charsets.C, src/main/pa_common.C,
                   12431:          src/main/pa_dictionary.C, src/main/pa_dir.C,
                   12432:          src/main/pa_exception.C, src/main/pa_exec.C,
1.95      moko     12433:          src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
                   12434:          src/main/pa_request.C, src/main/pa_socks.C,
                   12435:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   12436:          src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.116     moko     12437:          src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
                   12438:          src/targets/Makefile.am, src/targets/cgi/Makefile.am,
                   12439:          src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
                   12440:          src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
                   12441:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
                   12442:          src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
                   12443:          src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95      moko     12444:          src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
                   12445:          src/targets/isapi/parser3isapi.dsp,
                   12446:          src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.116     moko     12447:          src/types/pa_junction.h, src/types/pa_method.h,
                   12448:          src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95      moko     12449:          src/types/pa_vclass.C, src/types/pa_vclass.h,
                   12450:          src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
                   12451:          src/types/pa_vcookie.h, src/types/pa_vdate.h,
                   12452:          src/types/pa_vdouble.h, src/types/pa_venv.h,
                   12453:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
                   12454:          src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
                   12455:          src/types/pa_vimage.C, src/types/pa_vimage.h,
                   12456:          src/types/pa_vint.h, src/types/pa_vjunction.h,
                   12457:          src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
                   12458:          src/types/pa_vmath.h, src/types/pa_vmemory.h,
                   12459:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   12460:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   12461:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
                   12462:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   12463:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
                   12464:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
                   12465:          src/types/pa_vstatus.h, src/types/pa_vstring.C,
                   12466:          src/types/pa_vstring.h, src/types/pa_vtable.C,
                   12467:          src/types/pa_vtable.h, src/types/pa_vvoid.h,
                   12468:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   12469:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   12470:          src/types/pa_wcontext.C, src/types/pa_wcontext.h,
                   12471:          src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
                   12472:          HEAD
                   12473: 
                   12474:        * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
                   12475:          006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
                   12476:          012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
                   12477:          018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
                   12478:          023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
                   12479:          029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
                   12480:          035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
                   12481:          041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
                   12482:          047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
                   12483:          052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
                   12484:          058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
                   12485:          062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
                   12486:          068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
                   12487:          074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
                   12488:          080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
                   12489:          086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
                   12490:          092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
                   12491:          098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
                   12492:          103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
                   12493:          106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
                   12494:          111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
                   12495:          117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
                   12496:          123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
                   12497:          129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
                   12498:          135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
                   12499:          141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
                   12500:          022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
                   12501:          outputs/create-dir, results/001.processed, results/002.processed,
                   12502:          results/003.processed, results/004.processed,
                   12503:          results/005.processed, results/006.processed,
                   12504:          results/007.processed, results/008.processed,
                   12505:          results/009.processed, results/010.processed,
                   12506:          results/011.processed, results/012.processed,
                   12507:          results/013.processed, results/014.processed,
                   12508:          results/015.processed, results/016.processed,
                   12509:          results/017.processed, results/018.processed,
                   12510:          results/019.processed, results/020.processed,
                   12511:          results/021.processed, results/022.processed,
                   12512:          results/023.processed, results/024.processed,
                   12513:          results/025.processed, results/026.processed,
                   12514:          results/027.processed, results/028.processed,
                   12515:          results/029.processed, results/030.processed,
                   12516:          results/031.processed, results/032.processed,
                   12517:          results/033.processed, results/034.processed,
                   12518:          results/035.processed, results/036.processed,
                   12519:          results/037.processed, results/038.processed,
                   12520:          results/039.processed, results/040.processed,
                   12521:          results/041.processed, results/042.processed,
                   12522:          results/043.processed, results/044.processed,
                   12523:          results/045.processed, results/046.processed,
                   12524:          results/047.processed, results/048.processed,
                   12525:          results/049.processed, results/050.processed,
                   12526:          results/051.processed, results/052.processed,
                   12527:          results/053.processed, results/054.processed,
                   12528:          results/055.processed, results/056.processed,
                   12529:          results/057.processed, results/058.processed,
                   12530:          results/059.processed, results/060.processed,
                   12531:          results/061.processed, results/062.processed,
                   12532:          results/063.processed, results/064.processed,
                   12533:          results/065.processed, results/066.processed,
                   12534:          results/067.processed, results/068.processed,
                   12535:          results/069.processed, results/070.processed,
                   12536:          results/071.processed, results/072.processed,
                   12537:          results/073.processed, results/074.processed,
                   12538:          results/075.processed, results/076.processed,
                   12539:          results/077.processed, results/078.processed,
                   12540:          results/079.processed, results/080.processed,
                   12541:          results/081.processed, results/082.processed,
                   12542:          results/083.processed, results/084.processed,
                   12543:          results/085.processed, results/086.processed,
                   12544:          results/087.processed, results/088.processed,
                   12545:          results/089.processed, results/090.processed,
                   12546:          results/091.processed, results/092.processed,
                   12547:          results/093.processed, results/094.processed,
                   12548:          results/095.processed, results/096.processed,
                   12549:          results/097.processed, results/098.processed,
                   12550:          results/099.processed, results/100.processed,
                   12551:          results/101.processed, results/102.processed,
                   12552:          results/103.processed, results/104.processed,
                   12553:          results/105.processed, results/106.processed,
                   12554:          results/107.processed, results/108.processed,
                   12555:          results/109.processed, results/110.processed,
                   12556:          results/111.processed, results/112.processed,
                   12557:          results/113.processed, results/114.processed,
                   12558:          results/115.processed, results/116.processed,
                   12559:          results/117.processed, results/118.processed,
                   12560:          results/119.processed, results/120.processed,
                   12561:          results/121.processed, results/122.processed,
                   12562:          results/123.processed, results/124.processed,
                   12563:          results/125.processed, results/126.processed,
                   12564:          results/127.processed, results/128.processed,
                   12565:          results/129.processed, results/130.processed,
                   12566:          results/131.processed, results/132.processed,
                   12567:          results/133.processed, results/134.processed,
                   12568:          results/135.processed, results/136.processed,
                   12569:          results/137.processed, results/138.processed,
                   12570:          results/139.processed, results/140.processed,
                   12571:          results/141.processed: merged(copied) to HEAD from template_gc
                   12572: 
                   12573:        * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
                   12574:          towards \parser3project not having to be in root
                   12575: 
                   12576:        * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
                   12577:          module compiled [were minor unnecessary changes in lib/md5
                   12578:          interface]
                   12579: 
                   12580:        * src/include/pa_version.h: release
                   12581: 
                   12582:        * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
                   12583: 
                   12584:        * src/classes/math.C: merged uuid bugfix
                   12585: 
                   12586:        * tests/: 141.html, results/141.processed: fixed bug with
                   12587:          too-small-a-buffer
                   12588: 
                   12589:        * src/classes/math.C: uuid bugfix
                   12590: 
                   12591:        * tests/: 141.html, Makefile, results/005.processed,
                   12592:          results/030.processed, results/075.processed,
                   12593:          results/078.processed: to reflect date format change (were -
                   12594:          become ' ')
                   12595: 
                   12596:        * src/classes/math.C: uuid bugfix
                   12597: 
                   12598:        * parser3.dsw, src/main/pa_globals.C: few paths for libxml
                   12599:          debug/release changes
                   12600: 
                   12601:        * src/lib/md5/pa_md5c.c: PA_ -> pa_
                   12602: 
                   12603: 2003-07-23  paf
                   12604: 
                   12605:        * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
                   12606:          renamed a little [to move to comman naming conv]
                   12607: 
1.116     moko     12608:        * src/targets/Makefile.am: apache13 splitted to simplify apache
                   12609:          build
1.95      moko     12610: 
                   12611:        * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
                   12612:          main/pa_request.C, main/pa_sql_driver_manager.C,
                   12613:          main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
                   12614:          stack top_index() fixed
                   12615: 
                   12616:        * src/main/pa_globals.C: minor style changes
                   12617: 
                   12618:        * src/: classes/op.C, include/pa_sql_connection.h: connection
                   12619:          closing/caching fixed [connections were not closed/put to cache]
                   12620: 
                   12621: 2003-07-22  paf
                   12622: 
                   12623:        * INSTALL: gc part updated stightly
                   12624: 
                   12625:        * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
                   12626:          new sapi interface
                   12627: 
                   12628:        * src/classes/file.C: comment on OS
                   12629: 
                   12630:        * src/main/pa_string.C: removed reduntant invariant check [there is
                   12631:          one deeper in cord lib]
                   12632: 
                   12633:        * src/main/pa_exec.C: on win32 bugfix in handling shbang
                   12634: 
                   12635:        * src/main/pa_memory.C: out of memory is no longer coredump
                   12636: 
                   12637:        * INSTALL: disable-threads adviced
                   12638: 
                   12639: 2003-07-21  paf
                   12640: 
1.116     moko     12641:        * src/classes/Makefile.am: removed circular dependency on classes.C
1.95      moko     12642: 
                   12643:        * src/classes/file.C: file::exec/cgi environment variables now must
                   12644:          be UPPERCASE and A-Z 0-9 _-
                   12645: 
                   12646:        * src/classes/file.C: env passing fixed
                   12647: 
                   12648:        * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
                   12649: 
                   12650:        * src/main/pa_common.C: http:// CRLF now
                   12651: 
                   12652: 2003-07-02  paf
                   12653: 
                   12654:        * operators.txt, src/types/pa_vstatus.C: renamed $memory:status
                   12655:          fields to reflect their real meaning
                   12656: 
                   12657: 2003-06-27  paf
                   12658: 
                   12659:        * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
                   12660:          include/pa_hash.h, main/pa_charset.C: merged from HEAD
                   12661:          file::exec/cgi .charset
                   12662: 
                   12663: 2003-06-26  paf
                   12664: 
                   12665:        * ChangeLog, src/classes/file.C, src/classes/hash.C,
                   12666:          src/classes/image.C, src/classes/op.C, src/classes/string.C,
                   12667:          src/classes/table.C: fixed several uninitialized local
                   12668:          structures.  notably ^hash.foreach now inserts delimiters
                   12669:          properly [were inserting it before first body]
                   12670: 
                   12671: 2003-06-24  paf
                   12672: 
                   12673:        * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
                   12674: 
                   12675: 2003-06-20  paf
                   12676: 
                   12677:        * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
                   12678:          src/main/pa_globals.C: introducing
                   12679:          $f[^file::load[binary;http://...]] $f.tables
                   12680: 
                   12681: 2003-06-06  paf
                   12682: 
                   12683:        * src/types/: pa_vhash.h: $hash.field lookup first now: along with
                   12684:          table. [were method lookup: inconsistent]
                   12685: 
                   12686: 2003-06-02  paf
                   12687: 
                   12688:        * src/include/pa_memory.h: empty string clone fixed to return
                   12689:          writable memory
                   12690: 
                   12691:        * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
                   12692:          were not appended] which violated string invariant
                   12693: 
                   12694: 2003-05-30  paf
                   12695: 
                   12696:        * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
                   12697:          GMT  ; RFC 822, updated by RFC 1123 [as in HEAD]
                   12698: 
                   12699:        * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
                   12700:          GMT  ; RFC 822, updated by RFC 1123
                   12701: 
                   12702:        * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
                   12703:          targets/isapi/parser3isapi.C: initialized request_info properly
                   12704: 
                   12705:        * src/classes/xnode.C: found minor bug, commended for future
                   12706: 
                   12707: 2003-05-28  paf
                   12708: 
                   12709:        * src/classes/form.C: request_info.content_length can't be <0,
                   12710:          size_t for some time
                   12711: 
                   12712: 2003-05-26  paf
                   12713: 
                   12714:        * src/: classes/file.C, classes/string.C, main/pa_string.C: few
                   12715:          forgotten <0 changed to !=STRING_NOT_FOUND
                   12716: 
                   12717:        * src/classes/math.C: merged ffffu from HEAD
                   12718: 
                   12719: 2003-05-11  paf
                   12720: 
                   12721:        * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
                   12722: 
                   12723:        * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
                   12724:          premature doc free.  transformed document had xmlDoc reference
                   12725:          stored to non-gc-memory (libgdome) added holding-reference
                   12726: 
                   12727: 2003-04-29  paf
                   12728: 
                   12729:        * src/main/pa_globals.C: started digging on double free.  on win32
                   12730:          found that that's perfectly normal.
                   12731: 
                   12732: 2003-04-25  paf
                   12733: 
                   12734:        * src/classes/table.C: table.join bug fix  [bad limit check]
                   12735: 
                   12736:        * src/classes/math.C: merged from HEAD: simpiler hash_string
                   12737: 
                   12738:        * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
                   12739:          print anything.  changed to quicker and simplier code
                   12740: 
                   12741:        * src/classes/hash.C: allowed ^hash::create[^rem{xxx}]   [were to
                   12742:          strict a check]
                   12743: 
                   12744:        * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
                   12745: 
                   12746: 2003-04-24  paf
                   12747: 
                   12748:        * src/include/pa_table.h: too strict assert loosened
                   12749: 
                   12750:        * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
                   12751:          <soldis@infolio.ru> for reporing this ansi c fiolation syntax
                   12752:          report
                   12753: 
                   12754: 2003-04-21  paf
                   12755: 
1.116     moko     12756:        * src/targets/cgi/Makefile.am: pp3 added to .am
1.95      moko     12757: 
                   12758:        * src/main/pa_globals.C: pcre memory management changed to use GC
                   12759:          memory
                   12760: 
                   12761:        * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
                   12762:          xmlMallocAtomic [author agreed to my suggestion], used that
                   12763: 
                   12764:        * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
                   12765: 
                   12766:        * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
                   12767:          types/pa_vmail.C: attributed_meaning_to_string added
                   12768:          L_UNSPECIFIED piece which was sortof OK, but violated string
                   12769:          invariant [assertion barked on that] changed to L_PASS_APPEND,
                   12770:          made that param obligatory
                   12771: 
                   12772:        * src/main/pa_string.C: String::ArrayFragment::append_positions bug
                   12773:          fixed [assert helped]
                   12774: 
                   12775:        * src/include/pa_string.h: assert added [looking for bug]
                   12776: 
                   12777:        * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
                   12778:          names on Win32 considered disk-global
                   12779: 
                   12780:        * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
                   12781:          considered disk-global
                   12782: 
                   12783: 2003-04-18  paf
                   12784: 
                   12785:        * src/main/untaint.C: merged from HEAD: enabled '~' letter in
                   12786:          filenames
                   12787: 
                   12788:        * src/main/untaint.C: enabled '~' letter in filenames
                   12789: 
                   12790: 2003-04-16  paf
                   12791: 
                   12792:        * src/classes/file.C: small bug introduced in autoptr times fixed
                   12793: 
                   12794:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
                   12795:          HEAD
                   12796: 
1.116     moko     12797:        * src/classes/table.C: fix: gcc reported tiny error
1.95      moko     12798: 
                   12799: 2003-04-15  paf
                   12800: 
                   12801:        * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
                   12802:          src/lib/md5/pa_md5c.c, tests/141.html,
                   12803:          tests/results/141.processed: merged from head ^math:uuid[]
                   12804:          ^math:uid64[] ^math:md5[string]
                   12805: 
                   12806:          test added: 141.html
                   12807: 
                   12808:        * operators.txt, src/classes/math.C: ^math:uid64[]
                   12809: 
                   12810:        * src/classes/math.C: ^math:uuid[]
                   12811: 
                   12812:        * operators.txt, src/classes/math.C: ^math:uuid[]
                   12813: 
                   12814:        * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
                   12815:          src/lib/md5/pa_md5c.c: ^math:md5[string] 16-byte digest
                   12816: 
                   12817:        * operators.txt, src/classes/file.C, src/include/pa_common.h,
                   12818:          src/include/pa_config_fixed.h, src/main/pa_common.C:
                   12819:          ^file::load[mode;name;     $.offset     $.limit
                   12820: 
                   12821: 2003-04-14  paf
                   12822: 
                   12823:        * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
                   12824:          started ^math:md5
                   12825: 
                   12826:        * src/classes/table.C, src/include/pa_array.h,
                   12827:          src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
                   12828:          tests/results/140.processed: table $.reverse option works in
                   12829:          create&co table $.distinct[tables] bug fix merged
                   12830: 
                   12831:        * src/: classes/table.C, include/pa_table.h: table
                   12832:          $.distinct[tables] bug fixed
                   12833: 
                   12834:        * src/classes/table.C: more warnings
                   12835: 
                   12836:        * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
                   12837:          removed checks in table::set_current, moved them back to
                   12838:          table::locate implemented table::create/join ñ $.reverse
                   12839: 
                   12840:        * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
                   12841:          removed checks in table::set_current, moved them back to
                   12842:          table::locate
                   12843: 
                   12844: 2003-04-11  paf
                   12845: 
                   12846:        * operators.txt, src/classes/date.C, src/classes/table.C,
                   12847:          src/include/pa_array.h, src/include/pa_common.h,
                   12848:          src/include/pa_config_includes.h, src/include/pa_string.h,
                   12849:          src/include/pa_table.h, src/main/pa_request.C,
                   12850:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   12851:          src/main/pa_table.C: merged from HEAD from
                   12852:          before_append_array_limit_sense_change to
                   12853:          after_append_array_limit_sense_change
                   12854: 
                   12855:        * src/classes/table.C: typo
                   12856: 
                   12857:        * operators.txt, src/classes/date.C, src/classes/table.C,
                   12858:          src/include/pa_array.h, src/include/pa_common.h,
                   12859:          src/include/pa_config_includes.h, src/include/pa_globals.h,
                   12860:          src/include/pa_table.h, src/main/pa_array.C,
                   12861:          src/main/pa_globals.C, src/main/pa_request.C,
                   12862:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   12863:          src/main/pa_table.C: append_array_limit_sense_change locate
                   12864:          accepts options same as create new option: $.reverse(1)   [do not
                   12865:          work in table::create]
                   12866: 
                   12867:        * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
                   12868:          (stat xxx,
                   12869: 
                   12870:        * src/classes/: table.C: typo
                   12871: 
                   12872:        * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
                   12873:          135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
                   12874:          results/130.processed, results/131.processed,
                   12875:          results/132.processed, results/133.processed,
                   12876:          results/134.processed, results/135.processed,
                   12877:          results/136.processed, results/137.processed,
                   12878:          results/138.processed, results/139.processed: added few mustfail
                   12879:          tests 130.html mustfail: empty regexp 131.html mustfail: invalid
                   12880:          date/time 132.html mustfail: access to junction outside of
                   12881:          context 133.html mustfail: access to junction outside of context,
                   12882:          case version 134.html mustfail: hash: adding a key inside of
                   12883:          foreach 135.html mustfail: modifying system class 136.html
                   12884:          mustfail: $.name outside of $hash[here] 137.html mustfail:
                   12885:          appendChild without import 138.html mustfail: invalid encoding
                   12886:          inside of xml 139.html mustfail: bad XPath
                   12887: 
                   12888:        * operators.txt, src/classes/table.C, tests/084.html,
                   12889:          tests/125.html, tests/126.html, tests/127.html, tests/128.html,
                   12890:          tests/129.html, tests/results/125.processed,
                   12891:          tests/results/126.processed, tests/results/127.processed,
                   12892:          tests/results/128.processed, tests/results/129.processed: merged
                   12893:          from HEAD ^table.hash[key][$.distinct[tables]]
                   12894: 
                   12895:          maked appropriate tests [changed one old nonconforming]
                   12896: 
                   12897:        * operators.txt, src/classes/table.C:
                   12898:          ^table.hash[key][$.distinct[tables]]
                   12899: 
                   12900:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
                   12901:          merged fix for found very old xml (dom) bug: were passing
                   12902:          domString objects and later ERROREOUSLY freed them
                   12903: 
                   12904:        * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
                   12905:          src/main/pa_charset.C: re-added libgdome patch. regretfully
                   12906:          libgdome bug can not be worked around
                   12907: 
                   12908: 2003-04-10  paf
                   12909: 
                   12910:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
                   12911:          found very old xml (dom) bug: were passing domString objects and
                   12912:          later ERROREOUSLY freed them
                   12913: 
                   12914:        * src/doc/string.dox, src/include/pa_memory.h,
                   12915:          src/include/pa_string.h, src/lib/cord/cordbscs.c,
                   12916:          src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
                   12917:          tests/123.html, tests/124.html, tests/results/001.processed,
                   12918:          tests/results/002.processed, tests/results/003.processed,
                   12919:          tests/results/004.processed, tests/results/005.processed,
                   12920:          tests/results/006.processed, tests/results/008.processed,
                   12921:          tests/results/009.processed, tests/results/010.processed,
                   12922:          tests/results/011.processed, tests/results/012.processed,
                   12923:          tests/results/013.processed, tests/results/014.processed,
                   12924:          tests/results/015.processed, tests/results/016.processed,
                   12925:          tests/results/017.processed, tests/results/018.processed,
                   12926:          tests/results/020.processed, tests/results/021.processed,
                   12927:          tests/results/022.processed, tests/results/023.processed,
                   12928:          tests/results/024.processed, tests/results/025.processed,
                   12929:          tests/results/026.processed, tests/results/027.processed,
                   12930:          tests/results/028.processed, tests/results/029.processed,
                   12931:          tests/results/030.processed, tests/results/031.processed,
                   12932:          tests/results/032.processed, tests/results/033.processed,
                   12933:          tests/results/034.processed, tests/results/035.processed,
                   12934:          tests/results/036.processed, tests/results/037.processed,
                   12935:          tests/results/038.processed, tests/results/039.processed,
                   12936:          tests/results/040.processed, tests/results/041.processed,
                   12937:          tests/results/042.processed, tests/results/043.processed,
                   12938:          tests/results/044.processed, tests/results/045.processed,
                   12939:          tests/results/046.processed, tests/results/047.processed,
                   12940:          tests/results/048.processed, tests/results/049.processed,
                   12941:          tests/results/050.processed, tests/results/051.processed,
                   12942:          tests/results/052.processed, tests/results/053.processed,
                   12943:          tests/results/054.processed, tests/results/055.processed,
                   12944:          tests/results/056.processed, tests/results/057.processed,
                   12945:          tests/results/058.processed, tests/results/059.processed,
                   12946:          tests/results/060.processed, tests/results/061.processed,
                   12947:          tests/results/062.processed, tests/results/063.processed,
                   12948:          tests/results/064.processed, tests/results/065.processed,
                   12949:          tests/results/066.processed, tests/results/067.processed,
                   12950:          tests/results/068.processed, tests/results/069.processed,
                   12951:          tests/results/070.processed, tests/results/071.processed,
                   12952:          tests/results/072.processed, tests/results/073.processed,
                   12953:          tests/results/074.processed, tests/results/075.processed,
                   12954:          tests/results/076.processed, tests/results/077.processed,
                   12955:          tests/results/078.processed, tests/results/079.processed,
                   12956:          tests/results/080.processed, tests/results/081.processed,
                   12957:          tests/results/082.processed, tests/results/083.processed,
                   12958:          tests/results/084.processed, tests/results/085.processed,
                   12959:          tests/results/086.processed, tests/results/087.processed,
                   12960:          tests/results/088.processed, tests/results/089.processed,
                   12961:          tests/results/090.processed, tests/results/091.processed,
                   12962:          tests/results/092.processed, tests/results/093.processed,
                   12963:          tests/results/094.processed, tests/results/095.processed,
                   12964:          tests/results/096.processed, tests/results/097.processed,
                   12965:          tests/results/101.processed, tests/results/102.processed,
                   12966:          tests/results/104.processed, tests/results/105.processed,
                   12967:          tests/results/106.processed, tests/results/107.processed,
                   12968:          tests/results/108.processed, tests/results/109.processed,
                   12969:          tests/results/110.processed, tests/results/111.processed,
                   12970:          tests/results/112.processed, tests/results/113.processed,
                   12971:          tests/results/114.processed, tests/results/115.processed,
                   12972:          tests/results/116.processed, tests/results/117.processed,
                   12973:          tests/results/118.processed, tests/results/119.processed,
                   12974:          tests/results/120.processed, tests/results/121.processed,
                   12975:          tests/results/122.processed, tests/results/123.processed,
                   12976:          tests/results/124.processed: new convention: char* never 0.
                   12977:          assert in cord on that
                   12978: 
                   12979:        * src/main/pa_charset.C: couple more asserts
                   12980: 
                   12981:        * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
                   12982:          speedup
                   12983: 
                   12984:        * src/main/pa_charset.C: couple assertions on fantastic situations
                   12985:          added [may be those is the case now?]
                   12986: 
                   12987:        * src/main/pa_charset.C: bugfix on memory buffer overrun [but
                   12988:          that's memory from gc_malloc, not from g_malloc :(, but would
                   12989:          hope]
                   12990: 
                   12991:        * src/main/pa_charset.C: bugfix on memory buffer overrun [but
                   12992:          that's memory from gc_malloc, not from g_malloc :(, but would
                   12993:          hope]
                   12994: 
                   12995:        * src/main/pa_charset.C: checked custom malloc for returning 0
                   12996: 
                   12997: 2003-04-09  paf
                   12998: 
                   12999:        * src/classes/date.C: merged ^date.roll changes
                   13000: 
                   13001:        * src/classes/date.C: ^date.roll bug fix
                   13002: 
                   13003:        * src/classes/date.C: ^date.roll now throws less errors: month
                   13004:          shifts handles end of month situation by reducing day number
                   13005:          hour-hole shift reduces hour to recover
                   13006: 
                   13007:        * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
                   13008:          Sort by function time
                   13009: 
                   13010:        * operators.txt, src/main/pa_charset.C, src/main/pa_common.C:
                   13011:          http://   $.charset[] param done
                   13012: 
                   13013:        * tests/: 122.html, results/122.processed: 122 date test <= and ==
                   13014:          added [after volatile fix. passes on win&intel-solaris]
                   13015: 
                   13016: 2003-04-08  paf
                   13017: 
                   13018:        * src/: classes/file.C, classes/op.C, classes/table.C,
                   13019:          classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
                   13020:          include/pa_common.h, include/pa_request_charsets.h,
                   13021:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   13022:          main/pa_exec.C, main/pa_request.C, main/untaint.C,
                   13023:          types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
                   13024:          types/pa_vresponse.C: started http://   $.charset[] param and
                   13025:          http response charset detection just compiled.  todo:test
                   13026: 
                   13027:        * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
                   13028: 
                   13029:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
                   13030:          main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
                   13031:          types/pa_vmail.C: changed transcode param converntion  along with
                   13032:          string creating convention -- all strings are zero-terminated,
                   13033:          this allowed to fix one remaining String("123", 2) case
                   13034: 
                   13035:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   13036:          classes/op.C, classes/string.C, classes/table.C,
                   13037:          include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
                   13038:          main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
                   13039:          main/pa_request.C, main/pa_string.C, main/pa_uue.C,
                   13040:          main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
                   13041:          types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
                   13042:          violated String::invariant. started fixing [not compiled now]
                   13043: 
                   13044:        * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
                   13045:          main/compile.tab.C, main/compile.y, main/pa_string.C,
                   13046:          main/untaint.C, targets/cgi/parser3.C: number of string style
                   13047:          improvements & optimizations
                   13048: 
                   13049:        * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
                   13050:          :(]
                   13051: 
                   13052:        * src/main/untaint.C: removed redundant & in CORD_pos param passing
                   13053:          [for it's a pointer really]
                   13054: 
                   13055:        * src/main/untaint.C: CORD_pos_advance turned out to have limit on
                   13056:          'n' param. worked that around
                   13057: 
                   13058:        * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
                   13059:          Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
                   13060:          <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
                   13061:          April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
                   13062:          cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
                   13063: 
                   13064:          Thanks for the bug report and patch.
                   13065: 
                   13066:          I hadn't looked at this code in a while.  Reading it now, it
                   13067:          seems to me that the tests should also be ">= MAX_DEPTH" to
                   13068:          comply with the invariant, though that may not matter a lot.  I
                   13069:          changed that, too.
                   13070: 
                   13071:          Hans
                   13072: 
                   13073: 2003-04-07  paf
                   13074: 
                   13075:        * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
                   13076:          merged from head:safe mode error message now includes numbers
                   13077: 
                   13078:        * src/main/execute.C: n-th attempt to make a=a work with double.
                   13079:          problem: as_double returns it's result in fp-register compiler
                   13080:          optimizes access to that register after b->as_double, and just
                   13081:          compares ALREADY_STORED_VALUE with prev-calculated a->as_double
                   13082:          from memory.  _SAME_ double values do not match here.  when
                   13083:          forced to REload fp-register, values do match.
                   13084: 
                   13085:          tried to make them volatile.
                   13086: 
                   13087:        * src/main/execute.C: n-th attempt to make a=a work with double.
                   13088:          problem: as_double returns it's result in fp-register compiler
                   13089:          optimizes access to that register after b->as_double, and just
                   13090:          compares ALREADY_STORED_VALUE with prev-calculated a->as_double
                   13091:          from memory.  _SAME_ double values do not match here.  when
                   13092:          forced to REload fp-register, values do match.
                   13093: 
                   13094:          tried to make them volatile.
                   13095: 
                   13096:        * src/types/pa_vobject.h: small style change
                   13097: 
                   13098:        * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
                   13099: 
                   13100:        * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
                   13101:          mode error message now includes numbers
                   13102: 
                   13103:        * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
                   13104:          now causes death
                   13105: 
                   13106: 2003-04-04  paf
                   13107: 
                   13108:        * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
                   13109:          incorportated pa_exec patch by From: "Victor Fedoseev"
                   13110:          <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
                   13111:          Sent: Thursday, January 23, 2003 9:14 AM
                   13112: 
                   13113:          huge speedup on ^file::cgi with big result
                   13114: 
                   13115:        * src/classes/table.C: sort table with 0 rows bug fixed
                   13116: 
                   13117:        * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
                   13118:          fix http://i2/tasks/edit/?id=4493701604654042676
                   13119: 
                   13120:          @main[] $with_default[  $.a[1]  $._default[default from
                   13121:          with_default] ] ^show[$with_default]
                   13122: 
                   13123:          $to_add_to[     $.b[2] ] ^to_add_to.add[$with_default]
                   13124:          =$to_add_to.xxx=<br>
                   13125: 
                   13126:          ^show[$to_add_to]
                   13127: 
                   13128:          $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
                   13129:          ^show[$cloned]
                   13130: 
                   13131:          @show[hash] ^hash.foreach[k;v]{         $k = $v <br>
                   13132: 
                   13133:          }  <hr>
                   13134: 
                   13135:        * src/classes/hash.C: $hash._default showed in foreach & co bug fix
                   13136:          http://i2/tasks/edit/?id=4493701604654042676
                   13137: 
                   13138:          @main[] $with_default[  $.a[1]  $._default[default from
                   13139:          with_default] ] ^show[$with_default]
                   13140: 
                   13141:          $to_add_to[     $.b[2] ] ^to_add_to.add[$with_default]
                   13142:          =$to_add_to.xxx=<br>
                   13143: 
                   13144:          ^show[$to_add_to]
                   13145: 
                   13146:          $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
                   13147:          ^show[$cloned]
                   13148: 
                   13149:          @show[hash] ^hash.foreach[k;v]{         $k = $v <br>
                   13150: 
                   13151:          }  <hr>
                   13152: 
                   13153:        * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
                   13154:          http://i2/tasks/edit/?id=4507350336410850921
                   13155: 
                   13156:        * src/classes/xdoc.C: memory allocation func bugfix
                   13157:          http://i2/tasks/edit/?id=4499303470368629745
                   13158: 
                   13159:        * src/classes/math.C: allowed random 1...
                   13160: 
                   13161:        * src/classes/math.C: allowed random 0..
                   13162: 
                   13163:        * src/main/pa_globals.C: exif mem leak
                   13164:          http://i2/tasks/edit/?id=4480590323629807263
                   13165: 
                   13166:        * src/: classes/classes.dsp, main/main.dsp,
                   13167:          targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
                   13168:          fix http://i2/tasks/edit/?id=4493946731322521294
                   13169:          $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
                   13170: 
                   13171:        * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
                   13172:          lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
                   13173:          main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
                   13174:          links to xml libs made relative, no need to unpack parser3project
                   13175:          to /parser3project.
                   13176: 
                   13177:        * src/main/: compile.tab.C, compile.y, compile_tools.h: error
                   13178:          column more precise - tab handling bug fixed
                   13179: 
                   13180:        * src/main/: compile.tab.C, compile.y: more understandable error
                   13181:          message in case @CLASS with more then one line inside
                   13182: 
                   13183:        * src/targets/cgi/parser3.C: more understandable error message in
                   13184:          case of errors in @unhandled_exception
                   13185: 
                   13186: 2003-04-03  paf
                   13187: 
                   13188:        * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
                   13189:          src/main/compile.tab.C, src/main/compile.y,
                   13190:          src/main/compile_tools.C, src/main/compile_tools.h,
                   13191:          src/main/execute.C, src/main/pa_request.C: debug info format
                   13192:          simplified, now it's: OP_VALUE Operation::Origin << here value*
                   13193: 
                   13194:          higher limits:   file number (max: 255)   line number (max:
                   13195:          64535)   column number (max: 255)
                   13196: 
                   13197:        * src/classes/math.C: top limit
                   13198: 
                   13199:        * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
                   13200:          precise parse error position in case of
                   13201: 
                   13202:          ^bug ]
                   13203: 
                   13204:        * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
                   13205:          changed to realities, and passed [bug fixed]
                   13206: 
                   13207:        * src/: classes/op.C, include/pa_request.h, main/compile.C,
                   13208:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                   13209:          main/compile_tools.h, main/pa_request.C: introducing
                   13210:          ^process...[main-method-alias]
                   13211: 
                   13212:        * src/: classes/date.C, classes/image.C, classes/op.C,
                   13213:          classes/string.C, classes/table.C, classes/xdoc.C,
                   13214:          types/pa_vmethod_frame.h: MethodParams& now [methods without
                   13215:          params receive zero reference, but they are expected not to look
                   13216:          there]
                   13217: 
                   13218:        * operators.txt, src/classes/date.C, src/classes/double.C,
                   13219:          src/classes/file.C, src/classes/hash.C, src/classes/image.C,
                   13220:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   13221:          src/classes/memory.C, src/classes/op.C, src/classes/response.C,
                   13222:          src/classes/string.C, src/classes/table.C, src/classes/void.C,
                   13223:          src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
                   13224:          src/main/execute.C, src/types/pa_method.h: MethodParams& now
                   13225:          [methods without params receive zero reference, but they are
                   13226:          expected not to look there]
                   13227: 
                   13228:        * operators.txt, src/classes/op.C, src/include/pa_request.h,
                   13229:          src/main/pa_request.C, src/types/pa_vmethod_frame.h:
                   13230:          ^process...[filename] useful for better error reporting
                   13231:          [file/line/col]
                   13232: 
                   13233:        * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
                   13234:          types/pa_vstring.h: slightly improved error messages text: 1. is
                   13235:          '%s', it 2. method undefined in case of ^void[]
                   13236: 
                   13237:        * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
                   13238:          include/pa_types.h, main/execute.C, main/pa_request.C: exception
                   13239:          handling done. now we have error columns todo: test it
                   13240: 
                   13241:        * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
                   13242:          exception when ^try{    ^throw[a;1] }{    ^throw[b;2] }
                   13243: 
                   13244:          this makes life easier: were: bad stack order -- were in
                   13245:          exception catch unwind order, which didn't match execution order
                   13246: 
                   13247:          @main[] ^try{   ^first[] }{     ^throw[c;3] }
                   13248: 
                   13249:          @first[] ^throw[a;1]
                   13250: 
                   13251:          showed throw a first throw b try
                   13252: 
                   13253:          which is no good
                   13254: 
                   13255:        * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
                   13256:          main/compile.tab.C, main/execute.C, main/pa_request.C: strack
                   13257:          trace reset after handled exception [old bug fixed]
                   13258: 
                   13259:        * src/main/: compile.tab.C, compile.y: parse position old bug
                   13260:          fixed.  position reporting made precise [both, in parse erros and
                   13261:          runtime errors]
                   13262: 
                   13263: 2003-04-02  paf
                   13264: 
                   13265:        * src/: include/pa_operation.h, include/pa_request.h,
                   13266:          main/compile.C, main/compile.tab.C, main/compile.y,
                   13267:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   13268:          main/pa_exception.C, main/pa_request.C: debug info: started
                   13269:          using.  todo:complete
                   13270: 
                   13271:        * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
                   13272:          main/compile.C, main/compile.tab.C, main/compile.y,
                   13273:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   13274:          main/pa_request.C: prepared debug info todo:use it
                   13275: 
                   13276:        * src/include/pa_operation.h: strange mistake fixed: forgot to
                   13277:          return Operation class->union after switching from autoptrs.
                   13278: 
                   13279:        * tests/: Makefile, results/108.processed, results/117.processed:
                   13280:          meta considered OK [it's up to coder now to remove it not needed]
                   13281: 
                   13282:        * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
                   13283:          Dictionary constructor when moved to gc]
                   13284: 
                   13285:        * src/main/pa_common.C: uncommented http:// file loading
                   13286: 
                   13287:        * src/include/pa_array.h, src/main/execute.C,
                   13288:          src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
                   13289:          fix [gdGrowingBuf]
                   13290: 
                   13291:        * configure.in, src/lib/Makefile.am: removed patches
                   13292: 
                   13293:        * configure, src/include/pa_config_auto.h.in,
                   13294:          src/main/pa_charset.C: --enable-assertions autoconf-ed
                   13295: 
                   13296:        * src/main/pa_common.C: uncommented http:// file loading
                   13297: 
                   13298:        * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
                   13299:          xdoc::create/load
                   13300: 
                   13301:        * src/: classes/form.C, classes/hash.C, classes/image.C,
                   13302:          classes/string.C, classes/table.C, classes/void.C,
                   13303:          include/pa_common.h, main/pa_common.C, main/pa_request.C,
                   13304:          main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
                   13305:          String::String(str,helper_length) are checked.  found/fixed one
                   13306:          place: $request:body now zero-terminated,
                   13307: 
                   13308:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   13309:          main/compile_tools.C, main/execute.C, types/pa_value.h,
                   13310:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
                   13311:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
                   13312:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   13313:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
                   13314:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
                   13315:          types/pa_vxnode.h: more locally scoped vars in execute (more
                   13316:          easily optimizable)
                   13317: 
                   13318:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
                   13319:          for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
                   13320: 
                   13321:        * src/: include/pa_array.h, include/pa_stack.h,
                   13322:          include/pa_string.h, main/compile_tools.C, main/main.dsp,
                   13323:          main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
                   13324:          become assertion iterator in methodframe filler
                   13325: 
                   13326:        * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
                   13327:          targets/cgi/parser3.C: array::get/put inlined
                   13328: 
                   13329:        * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
                   13330:          gc_substitute_memory_management_functions +installed CORD_oom
                   13331:          function
                   13332: 
                   13333:        * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
                   13334:          src/include/pa_config_includes.h, src/include/pa_string.h,
                   13335:          src/lib/cord/cordbscs.c, src/main/pa_memory.C,
                   13336:          src/targets/cgi/parser3.C: converted debug hacks to ANSI
                   13337:          assertions started configure.in --enable-assertions
                   13338: 
                   13339: 2003-04-01  paf
                   13340: 
                   13341:        * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
                   13342:          main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
                   13343:          types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
                   13344:          gdome uses glib memory, and stores last pointer to xmlDoc there,
                   13345:          gc misses that and collects valid memory fixed by remembering
                   13346:          xmlDoc from dom object in xdoc.  todo: do something with
                   13347:          premature free of xdoc with xnodes/node values referring into it
                   13348: 
                   13349:        * src/classes/: mail.C: typo fix
                   13350: 
                   13351:        * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
                   13352:          changes
                   13353: 
                   13354:        * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
                   13355:          main/pa_memory.C: moved memory debugging to global level: to
                   13356:          pa_gc_malloc
                   13357: 
                   13358:        * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
                   13359:          debugging showed no errors. todo: debug parser memory
                   13360: 
                   13361:        * src/targets/cgi/: parser3.C, parser3.dsp: more build
                   13362:          configurations
                   13363: 
                   13364:        * src/: classes/classes.dsp, include/pa_config_fixed.h,
                   13365:          main/compile.tab.C, main/main.dsp, main/pa_globals.C,
                   13366:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   13367:          types/types.dsp: prepared xml-static configuration
                   13368: 
                   13369: 2003-03-31  paf
                   13370: 
                   13371:        * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
                   13372:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
                   13373:          xml lib memory debugging, simple checks failed: it seems that
                   13374:          library does realloc(bad ptr), and recording those ptrs in heap
                   13375:          [for debugging] was bad: heap situation changes = everything
                   13376:          works fine
                   13377: 
                   13378:        * src/: main/pa_charset.C, include/pa_charset.h: worked around
                   13379:          xmlRegisterCharEncodingHandler limitation [currently imposed
                   13380:          limit of 10 user-defined charsets]
                   13381: 
                   13382: 2003-03-28  paf
                   13383: 
                   13384:        * src/main/execute.C: execution stack copied to local register
                   13385:          variable, removed lots [~2e7) of memory accesses
                   13386: 
                   13387: 2003-03-27  paf
                   13388: 
                   13389:        * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
                   13390:          works in debug, but fails in release todo: fix that
                   13391: 
                   13392:        * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
                   13393:          targets/cgi/parser3.C: forgot to merge XML memory funcs
                   13394:          replacement from gc branch
                   13395: 
                   13396:        * src/main/pa_exec.C: introducing append_help_length [radical
                   13397:          improvement here]
                   13398: 
                   13399:        * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
                   13400:          'not recommened' in gc.h, on win32 noticed no difference]
                   13401: 
                   13402:        * src/include/pa_array.h: returned checked array get [were disabled
                   13403:          for debugging] result:not slower [don't understand that, it were
                   13404:          INLINED] todo: find out a way of inlining it!
                   13405: 
                   13406:        * src/: include/pa_string.h, lib/gc/include/gc.h,
                   13407:          lib/gc/include/gc_fake.h, main/compile.tab.C,
                   13408:          targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
                   13409:          convention changed: all resulting strings are zero-terminated
                   13410: 
                   13411:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   13412:          classes/string.C, classes/table.C, classes/void.C,
                   13413:          include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
                   13414:          lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
                   13415:          main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
                   13416:          main/pa_request.C, main/pa_string.C, main/pa_uue.C,
                   13417:          sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
                   13418:          types/pa_vfile.C, types/pa_vmail.C: introducing
                   13419:          append_help_length [radical improvement here]
                   13420: 
                   13421:        * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
                   13422:          include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
                   13423:          lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
                   13424:          targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
                   13425:          even slower
                   13426: 
                   13427:        * src/: classes/string.C, classes/table.C, include/pa_array.h,
                   13428:          include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
                   13429:          main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
                   13430:          clients of &get(): most to use non-ref version, some[in tight
                   13431:          places] to get_unchecked_ref
                   13432: 
                   13433:        * src/doc/memory.dox: forgot to add
                   13434: 
                   13435:        * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
                   13436:          include/pa_array.h, include/pa_request.h, include/pa_stack.h,
                   13437:          include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
                   13438:          lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
                   13439:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   13440:          main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
                   13441:          targets/cgi/parser3.dsp, types/pa_vmail.C,
                   13442:          types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
                   13443:          T>>&<< removed after Stack::pop wiping removed [moved to separate
                   13444:          func] other Array & removed
                   13445: 
                   13446: 2003-03-26  paf
                   13447: 
                   13448:        * src/: classes/classes.dsp, classes/file.C, classes/op.C,
                   13449:          classes/table.C, include/pa_array.h, include/pa_charset.h,
                   13450:          include/pa_stack.h, include/pa_string.h, include/pa_table.h,
                   13451:          lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
                   13452:          lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
                   13453:          main/main.dsp, main/pa_charset.C, main/pa_common.C,
                   13454:          main/pa_exec.C, main/pa_sql_driver_manager.C,
                   13455:          main/pa_stylesheet_manager.C, main/pa_table.C,
                   13456:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   13457:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   13458:          types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
                   13459:          pre-evaluated .count() in some places
                   13460: 
                   13461:        * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
                   13462:          lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
                   13463:          types/types.dsp: .dsp profiling updated
                   13464: 
                   13465:        * src/: classes/classes.dsp, lib/cord/cord.dsp,
                   13466:          lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
                   13467:          targets/cgi/parser3.dsp, types/types.dsp: started profiling
                   13468: 
                   13469:        * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
                   13470:          main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
                   13471:          targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
                   13472:          use lib/gc,lib/cord
                   13473: 
1.116     moko     13474:        * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
                   13475:          src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95      moko     13476:          src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
                   13477:          src/include/pa_config_includes.h, src/include/pa_request.h,
                   13478:          src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
                   13479:          src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.116     moko     13480:          src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95      moko     13481:          src/lib/cord/include/Makefile.am,
1.116     moko     13482:          src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
                   13483:          src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
                   13484:          src/targets/cgi/Makefile.am, src/types/Makefile.am,
                   13485:          src/types/pa_vclass.h, src/types/pa_vcookie.h,
                   13486:          src/types/pa_vform.h, src/types/pa_vhash.h,
                   13487:          src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
                   13488:          src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
                   13489:          src/types/pa_vstatus.C, src/types/pa_vstatus.h,
                   13490:          src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
                   13491:          funcs ported pa_exec
1.95      moko     13492: 
                   13493:        * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
                   13494: 
                   13495:        * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
                   13496:          bundled gc includes
                   13497: 
                   13498:        * src/: classes/op.C, include/pa_array.h,
                   13499:          include/pa_sql_connection.h, include/pa_string.h,
                   13500:          include/pa_version.h, main/compile.tab.C, main/compile.y,
                   13501:          main/execute.C, main/pa_common.C, main/pa_exception.C,
                   13502:          main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
                   13503:          targets/cgi/parser3.dsp: a number of bugfixes [while testing
                   13504:          first real site (aval)]
                   13505: 
                   13506: 2003-03-25  paf
                   13507: 
                   13508:        * operators.txt, src/main/pa_sql_driver_manager.C,
                   13509:          src/types/pa_vstatus.C: $status.memory used free since_compact
                   13510:          process
                   13511: 
                   13512:        * src/: include/pa_sql_connection.h, main/pa_globals.C,
                   13513:          main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
                   13514: 
                   13515:        * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
                   13516: 
                   13517:        * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
                   13518:          src/types/pa_value.h, src/types/pa_vfile.h,
                   13519:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   13520:          src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
                   13521:          tests/results/121.processed: untaint.C L_URI
                   13522: 
                   13523:        * operators.txt, src/classes/Makefile.am, src/classes/classes.dsp,
                   13524:          src/classes/op.C, src/main/pa_request.C, src/types/Makefile.am,
                   13525:          src/types/pa_venv.h, src/types/types.dsp, src/classes/memory.C,
                   13526:          src/types/pa_vmemory.h: ^memory:compact[]
                   13527: 
                   13528:        * tests/results/109.processed: it was a bug in parser. updated 109
                   13529:          test result
                   13530: 
                   13531:        * src/classes/xdoc.C, tests/Makefile: fixed transform params2
                   13532: 
                   13533:        * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
                   13534:          tests/results/107.processed: fixed dom language [values are now
                   13535:          considered tainted.  it was a bug in parser. updated 107 test
                   13536:          result
                   13537: 
                   13538:        * src/classes/xdoc.C: fixed transform params
                   13539: 
                   13540:        * src/: include/pa_stylesheet_manager.h,
                   13541:          main/pa_stylesheet_manager.C: fixed stylesheet caching
                   13542: 
                   13543:        * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
                   13544:          overloads for structure handling
                   13545: 
                   13546:        * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
                   13547:          include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
                   13548:          StringBody(0) ambiguilty, introducting static
                   13549:          StringBody::Format(int)
                   13550: 
                   13551:        * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
                   13552:          linked
                   13553: 
                   13554:        * src/types/pa_vxdoc.C: vxdoc compiled
                   13555: 
                   13556:        * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
                   13557:          types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
                   13558:          finalizers isntalled
                   13559: 
                   13560:        * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
                   13561:          doc/exception.dox, doc/index.dox, include/pa_charset.h,
                   13562:          include/pa_memory.h, include/pa_request.h, include/pa_string.h,
                   13563:          main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
                   13564:          compiled todo: xnode.C / finalizers
                   13565: 
                   13566:        * src/doc/string.dox: updated: new string internals
                   13567: 
                   13568: 2003-03-24  paf
                   13569: 
                   13570:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   13571:          include/pa_charset.h, include/pa_config_fixed.h,
                   13572:          include/pa_request.h, include/pa_stylesheet_connection.h,
                   13573:          include/pa_stylesheet_manager.h, main/pa_charset.C,
                   13574:          main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
                   13575:          main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
                   13576:          types/pa_vxnode.h: started XML
                   13577: 
                   13578:        * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
                   13579: 
                   13580:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   13581:          include/pa_string.h, main/pa_common.C,
                   13582:          main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
                   13583: 
                   13584:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   13585:          include/pa_memory.h, include/pa_string.h, main/pa_common.C,
                   13586:          main/pa_request.C, main/pa_sql_driver_manager.C,
                   13587:          types/pa_vimage.h: size_t pos everywhere checks changed to check
                   13588:          for eq STRING_NOT_FOUND
                   13589: 
                   13590:        * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
                   13591:          optimize bit implemented
                   13592: 
                   13593:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   13594:          String::ArrayFragment::append_positions fixed
                   13595: 
                   13596:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
                   13597:          String::this_starts fixed
                   13598: 
                   13599:        * src/main/pa_string.C, tests/Makefile: string::pos fixed
                   13600: 
                   13601:        * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
                   13602:          hashcode implemented fully, including per-char callback [it can
                   13603:          be - substr CORD node]
                   13604: 
                   13605:        * src/: include/pa_array.h, main/compile.tab.C: gif encoding
                   13606:          rewritten to rewalloc with 100byte buf ahead
                   13607: 
                   13608:        * src/classes/image.C, src/classes/op.C, src/classes/table.C,
                   13609:          src/include/pa_string.h, src/main/compile.tab.C,
                   13610:          src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
                   13611:          src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
                   13612:          CORD_ec [bad] would rewrite as realloc now
                   13613: 
                   13614:        * src/: classes/date.C, classes/file.C, classes/form.C,
                   13615:          classes/image.C, classes/math.C, classes/op.C, classes/table.C,
                   13616:          include/pa_cache_managers.h, include/pa_charsets.h,
                   13617:          include/pa_common.h, include/pa_request.h,
                   13618:          include/pa_sql_driver_manager.h, include/pa_table.h,
                   13619:          main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
                   13620:          main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
                   13621:          targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
                   13622:          types/pa_vmail.C, types/pa_vmethod_frame.C,
                   13623:          types/pa_vstateless_class.h: 2*2 worked :)
                   13624: 
                   13625:        * parser3.dsw, src/classes/date.C, src/classes/file.C,
                   13626:          src/include/pa_exec.h, src/include/pa_string.h,
                   13627:          src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
                   13628:          passed OK
                   13629: 
                   13630:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   13631:          types/pa_value.C: all linked todo: debug
                   13632: 
                   13633:        * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
                   13634:          types/pa_vstateless_class.C: all compiled.  todo:link
                   13635: 
                   13636:        * src/types/pa_wcontext.C: pa_wcontext.C compiled
                   13637: 
                   13638:        * src/types/pa_vtable.C: pa_vtable.C compiled
                   13639: 
                   13640:        * src/types/pa_vstring.C: pa_vstring.C compiled
                   13641: 
                   13642:        * src/types/pa_vstatus.C: pa_vstatus.C compiled
                   13643: 
                   13644:        * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
                   13645:          pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
                   13646:          pa_vstateless_class.C, pa_vstateless_class.h:
                   13647:          pa_vstateless_class.C compiled
                   13648: 
                   13649:        * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
                   13650:          types/pa_vmath.C: pa_vmail.C compiled
                   13651: 
                   13652:        * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
                   13653: 
                   13654:        * src/types/pa_vform.C: pa_vform.C compiled
                   13655: 
                   13656:        * src/types/pa_vfile.C: pa_vfile.C compiled
                   13657: 
                   13658:        * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
                   13659:          pa_vstateless_class.C: pa_vcookie.C compiled
                   13660: 
                   13661:        * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
                   13662:          types/pa_vhash.h: pa_value.C compiled
                   13663: 
                   13664:        * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
                   13665:          classes.lib main.lib compiled
                   13666: 
                   13667:        * src/classes/void.C: void.C compiled
                   13668: 
                   13669:        * src/: classes/string.C, classes/table.C, include/pa_string.h,
                   13670:          main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
                   13671:          compiled
                   13672: 
                   13673:        * src/: classes/string.C, include/pa_request.h,
                   13674:          include/pa_string.h, main/pa_string.C: string.C compiled
                   13675: 
                   13676:        * src/: classes/op.C, classes/string.C, classes/table.C,
                   13677:          classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
                   13678:          main/pa_request.C, main/pa_string.C: op.C compiled
                   13679: 
                   13680:        * src/classes/: math.C, op.C: math.C compiled
                   13681: 
                   13682:        * src/: classes/mail.C, classes/string.C, classes/table.C,
                   13683:          types/pa_vmail.h: mail.C compiled
                   13684: 
                   13685:        * src/classes/: int.C, table.C: int.C compiled
                   13686: 
                   13687:        * src/: classes/hash.C, classes/image.C, classes/string.C,
                   13688:          classes/table.C, include/pa_memory.h, include/pa_string.h,
                   13689:          main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
                   13690:          compiled
                   13691: 
                   13692:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   13693:          classes/void.C, classes/xdoc.C, include/pa_request.h,
                   13694:          include/pa_sql_connection.h: hash.C compiled
                   13695: 
                   13696:        * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
                   13697:          classes/date.C, classes/double.C, classes/file.C, classes/form.C,
                   13698:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   13699:          classes/math.C, classes/op.C, classes/response.C,
                   13700:          classes/string.C, classes/table.C, classes/void.C,
                   13701:          classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
                   13702:          include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
                   13703:          main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
                   13704:          file.C table.C compiled
                   13705: 
                   13706:        * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
                   13707:          main/untaint.C: main.lib compiled
                   13708: 
                   13709: 2003-03-21  paf
                   13710: 
                   13711:        * src/: classes/op.C, include/pa_cache_managers.h,
                   13712:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   13713:          include/pa_stylesheet_manager.h, main/pa_exception.C,
                   13714:          main/pa_globals.C, main/pa_sql_driver_manager.C,
                   13715:          sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
                   13716:          compiled
                   13717: 
                   13718:        * src/: classes/hash.C, classes/image.C, classes/op.C,
                   13719:          classes/xdoc.C, classes/xnode.C, include/pa_common.h,
                   13720:          include/pa_hash.h, include/pa_request.h, include/pa_string.h,
                   13721:          main/compile.C, main/pa_common.C, main/pa_request.C,
                   13722:          types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
                   13723:          pa_request.C compiled
                   13724: 
                   13725:        * src/: classes/hash.C, classes/mail.C, classes/op.C,
                   13726:          include/pa_request.h, main/execute.C, main/pa_request.C,
                   13727:          types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
                   13728:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
                   13729:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   13730:          types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
                   13731:          compiled
                   13732: 
                   13733:        * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
                   13734:          main/pa_string.C: pa_exec.C compiled [win32 only for now]  todo:
                   13735:          on unix
                   13736: 
                   13737:        * src/: include/pa_charset.h, include/pa_charsets.h,
                   13738:          include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
                   13739:          main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
                   13740:          pa_charsets.C compiled
                   13741: 
                   13742:        * src/: classes/image.C, classes/mail.C, classes/op.C,
                   13743:          include/pa_request.h, include/pa_string.h, main/compile.tab.C,
                   13744:          main/compile.y, main/execute.C, main/pa_common.C,
                   13745:          main/pa_request.C, types/pa_junction.h, types/pa_method.h,
                   13746:          types/pa_vcode_frame.h, types/pa_vimage.h,
                   13747:          types/pa_vmethod_frame.h: execute.C compiled
                   13748: 
                   13749:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   13750:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   13751:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   13752:          classes/op.C, classes/string.C, classes/table.C, classes/void.C,
                   13753:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   13754:          include/pa_cache_managers.h, include/pa_charsets.h,
                   13755:          include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
                   13756:          include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
                   13757:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   13758:          include/pa_stylesheet_connection.h,
                   13759:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   13760:          main/compile.C, main/compile.tab.C, main/compile.y,
                   13761:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   13762:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   13763:          main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
                   13764:          main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
                   13765:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   13766:          types/pa_junction.h, types/pa_method.h, types/pa_value.C,
                   13767:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                   13768:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   13769:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   13770:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   13771:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   13772:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   13773:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
                   13774:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
                   13775:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   13776:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   13777:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   13778:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   13779:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   13780:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   13781:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   13782:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   13783:          types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
                   13784:          [C++ CORD wrapper]
                   13785: 
                   13786:        * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
                   13787: 
                   13788:        * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
                   13789:          $file::exec/cgi[script;    $.charset[this is script's charset]
                   13790: 
                   13791:          command line, env values, input got transcoded before call
                   13792:          stdout, stderr got transcoded after call
                   13793: 
                   13794:        * src/classes/file.C: ^file::exec/cgi now does not pass post data
                   13795:          by default.  use: ^file::exec[...;$.stdin[$request.body]
                   13796: 
                   13797:        * src/main/pa_common.C: } typo bug fix
                   13798: 
                   13799:        * src/main/pa_common.C: } typo bug fix
                   13800: 
                   13801: 2003-03-20  paf
                   13802: 
                   13803:        * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
                   13804:          main/untaint.C: cord bug fix, but still errors todo: clear out
                   13805: 
                   13806:        * src/include/pa_string.h: more tests
                   13807: 
                   13808:        * src/main/pa_string.C: string.pos fixed
                   13809: 
1.116     moko     13810:        * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
                   13811:          ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
                   13812:          pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
                   13813:          pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
                   13814:          replaces
1.95      moko     13815: 
                   13816:        * src/: classes/image.C, include/pa_dictionary.h,
                   13817:          include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
                   13818:          lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
                   13819:          main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
                   13820:          main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
                   13821: 
                   13822:        * src/include/pa_string.h: warning
                   13823: 
                   13824:        * src/include/pa_string.h: this_starts fixed
                   13825: 
                   13826:        * src/: include/pa_string.h, main/pa_string.C: added: assertion on
                   13827:          new String ctor & append params convention
                   13828: 
                   13829:        * src/: classes/file.C, classes/hash.C, classes/image.C,
                   13830:          classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
                   13831:          classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
                   13832:          include/pa_string.h, main/compile.tab.C, main/pa_common.C,
                   13833:          main/pa_exception.C, main/pa_exec.C,
                   13834:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   13835:          main/pa_stylesheet_manager.C, main/untaint.C,
                   13836:          targets/isapi/parser3isapi.C, types/pa_vimage.C,
                   13837:          types/pa_vmail.C: more tests OK
                   13838: 
                   13839:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
                   13840:          include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
                   13841:          gc/exit runned OK
                   13842: 
                   13843:        * src/types/pa_vmail.C: another naming problem: should not name
                   13844:          vars like that: unpredictable close caused problems with later
                   13845:          sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
                   13846:          descriptors missing on startup: stdin; Bad file number
                   13847: 
                   13848:          todo: find out why so many filters(stream) here. probably wrong?
                   13849: 
                   13850:        * src/: include/pa_dictionary.h, include/pa_string.h,
                   13851:          main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
                   13852:          main/untaint.C: test compiled
                   13853: 
                   13854:        * src/: classes/image.C, classes/mail.C, classes/math.C,
                   13855:          classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
                   13856:          include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
                   13857:          lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
                   13858:          lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
                   13859:          lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
                   13860:          main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
                   13861:          main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
                   13862:          main/pa_string.C, main/untaint.C, types/pa_vfile.h,
                   13863:          types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
                   13864: 
                   13865:        * parser3.dsw, src/classes/file.C, src/classes/image.C,
                   13866:          src/classes/op.C, src/classes/string.C, src/classes/table.C,
                   13867:          src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
                   13868:          src/include/pa_memory.h, src/include/pa_request.h,
                   13869:          src/include/pa_request_charsets.h,
                   13870:          src/include/pa_sql_connection.h, src/include/pa_string.h,
                   13871:          src/main/compile.tab.C, src/main/execute.C,
                   13872:          src/main/pa_charset.C, src/main/pa_common.C,
                   13873:          src/main/pa_exception.C, src/main/pa_exec.C,
                   13874:          src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
                   13875:          src/main/pa_stylesheet_manager.C, src/main/untaint.C,
                   13876:          src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
                   13877:          src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
                   13878:          src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
                   13879:          src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
                   13880:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   13881:          src/types/pa_vobject.C, src/types/pa_vresponse.C,
                   13882:          src/types/pa_vstatus.C, src/types/pa_vstring.C,
                   13883:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   13884:          src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
                   13885:          pa_common.C [done, without http for now]
                   13886: 
                   13887: 2003-03-19  paf
                   13888: 
                   13889:        * src/: classes/date.C, classes/form.C, classes/hash.C,
                   13890:          classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
                   13891:          classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
                   13892:          include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
                   13893:          include/pa_string.h, include/pa_table.h, main/compile.C,
                   13894:          main/compile_tools.C, main/execute.C, main/pa_charset.C,
                   13895:          main/pa_common.C, main/pa_exception.C, main/pa_request.C,
                   13896:          main/pa_socks.C, main/pa_string.C, main/pa_table.C,
                   13897:          main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   13898:          types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
                   13899:          types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
                   13900:          types/pa_vstateless_class.h, types/pa_vtable.C,
                   13901:          types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
                   13902:          types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   13903:          types/pa_wwrapper.h: started test
                   13904: 
1.116     moko     13905:        * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
                   13906:          pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95      moko     13907: 
                   13908:        * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
                   13909:          include/pa_string.h, main/pa_string.C: string compiled todo: test
                   13910:          it
                   13911: 
                   13912:        * src/: classes/classes.dsp, classes/string.C, classes/table.C,
                   13913:          include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
                   13914:          include/pa_exception.h, include/pa_string.h, include/pa_table.h,
                   13915:          lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
                   13916:          main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
                   13917:          types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
                   13918:          types/pa_vmethod_frame.h, types/types.dsp: string
                   13919:          reimplementation with cord+array<fragment>: 70%
                   13920: 
                   13921: 2003-03-18  paf
                   13922: 
                   13923:        * src/: classes/date.C, classes/file.C, classes/form.C,
                   13924:          classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
                   13925:          classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
                   13926:          classes/xnode.C, include/pa_hash.h, include/pa_string.h,
                   13927:          main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
                   13928:          can ignore lang in cmp and pos really,             but would
                   13929:          split properly!
                   13930: 
                   13931:        * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
                   13932:          cord part made parser/src/lib: it's not compiled into libgc by
                   13933:          default
                   13934: 
                   13935:        * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
                   13936:          src/classes/date.C, src/classes/double.C, src/classes/file.C,
                   13937:          src/classes/form.C, src/classes/hash.C, src/classes/image.C,
                   13938:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   13939:          src/classes/op.C, src/classes/response.C, src/classes/string.C,
                   13940:          src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
                   13941:          src/classes/xnode.C, src/classes/xnode.h,
                   13942:          src/include/Makefile.am, src/include/pa_cache_managers.h,
                   13943:          src/include/pa_charset.h, src/include/pa_charsets.h,
                   13944:          src/include/pa_common.h, src/include/pa_dictionary.h,
                   13945:          src/include/pa_exception.h, src/include/pa_exec.h,
                   13946:          src/include/pa_globals.h, src/include/pa_hash.h,
                   13947:          src/include/pa_memory.h, src/include/pa_pool.h,
                   13948:          src/include/pa_request.h, src/include/pa_request_charsets.h,
                   13949:          src/include/pa_sapi.h, src/include/pa_sql_connection.h,
                   13950:          src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
                   13951:          src/include/pa_stylesheet_connection.h,
                   13952:          src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
                   13953:          src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
                   13954:          src/main/compile.C, src/main/compile.tab.C,
                   13955:          src/main/compile_tools.C, src/main/compile_tools.h,
                   13956:          src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
                   13957:          src/main/pa_charsets.C, src/main/pa_common.C,
                   13958:          src/main/pa_dictionary.C, src/main/pa_exception.C,
                   13959:          src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
                   13960:          src/main/pa_pool.C, src/main/pa_request.C,
                   13961:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   13962:          src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
                   13963:          src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
                   13964:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
                   13965:          src/types/pa_junction.h, src/types/pa_method.h,
                   13966:          src/types/pa_value.C, src/types/pa_value.h,
                   13967:          src/types/pa_vclass.C, src/types/pa_vclass.h,
                   13968:          src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
                   13969:          src/types/pa_vcookie.h, src/types/pa_vdate.h,
                   13970:          src/types/pa_vdouble.h, src/types/pa_venv.h,
                   13971:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
                   13972:          src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
                   13973:          src/types/pa_vimage.C, src/types/pa_vimage.h,
                   13974:          src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
                   13975:          src/types/pa_vmath.C, src/types/pa_vmath.h,
                   13976:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   13977:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   13978:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
                   13979:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   13980:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
                   13981:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
                   13982:          src/types/pa_vstatus.h, src/types/pa_vstring.C,
                   13983:          src/types/pa_vstring.h, src/types/pa_vtable.C,
                   13984:          src/types/pa_vtable.h, src/types/pa_vvoid.h,
                   13985:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   13986:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   13987:          src/types/pa_wcontext.C, src/types/pa_wcontext.h,
                   13988:          src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
                   13989:          gc: PA_Object done lots of replacements also
                   13990: 
                   13991:        * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
                   13992:          gc logging
                   13993: 
                   13994: 2003-03-17  paf
                   13995: 
                   13996:        * src/: classes/date.C, classes/file.C, classes/form.C,
                   13997:          classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
                   13998:          classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
                   13999:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   14000:          include/pa_string.h, include/pa_types.h, main/compile.C,
                   14001:          main/compile.tab.C, main/execute.C, main/pa_charset.C,
                   14002:          main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
                   14003:          main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
                   14004:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   14005:          main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
                   14006:          targets/cgi/pa_pool.C, targets/cgi/parser3.C,
                   14007:          targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
                   14008:          types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
                   14009:          types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
                   14010:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   14011:          types/pa_vxnode.h: libgc attempt
                   14012: 
                   14013: 2003-03-13  paf
                   14014: 
                   14015:        * src/: include/pa_sql_driver_manager.h,
                   14016:          main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
                   14017:          called
                   14018: 
                   14019:        * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
                   14020:          lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
                   14021:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
                   14022:          types/pa_value.h, types/pa_vobject.h,
                   14023:          types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
                   14024:          set_base, set_derived simplified [counter leaks fixed]
                   14025: 
                   14026:        * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
                   14027:          src/types/types.dsp: incorporated status class patch From:
                   14028:          "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
                   14029:          2003 8:14 AM
                   14030: 
                   14031:          now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
                   14032:          Win32 specific: QuotaPeakNonPagedPoolUsage
                   14033:          QuotaPeakPagedPoolUsage PeakPagefileUsage]
                   14034: 
                   14035: 2003-03-12  paf
                   14036: 
1.116     moko     14037:        * configure, configure.in, src/lib/ltdl/configure,
                   14038:          src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95      moko     14039:          lib/ltdl/Makefile now created by /configure.in only [were by
                   14040:          lib/ltdl/configure.in OVERWRITE]
                   14041: 
1.116     moko     14042:        * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
                   14043:          linkage fixed for g++ 3.2.2
1.95      moko     14044: 
                   14045:        * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
                   14046:          on using privately declared class [fixed]
                   14047: 
                   14048:        * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
                   14049:          3.2 rightliy complained on using privately declared class [fixed]
                   14050: 
                   14051:        * src/targets/cgi/parser3.C: 1. more detailed log on signals.  2.
                   14052:          sigpipe before request constructor now causes death
                   14053: 
                   14054:        * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
                   14055:          targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
                   14056:          not cause exception in exception handler
                   14057: 
1.116     moko     14058:        * configure, configure.in, src/targets/cgi/Makefile.am: configure
                   14059:          now default links libstdc++ statically.  that can be overriden by
                   14060:          --with-dynamic-stdcpp
1.95      moko     14061: 
                   14062: 2003-03-11  paf
                   14063: 
                   14064:        * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
                   14065:          types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
                   14066:          necessity of libstdc++
                   14067: 
                   14068:        * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
                   14069: 
                   14070:        * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
                   14071: 
                   14072: 2003-03-08  paf
                   14073: 
                   14074:        * tests/Makefile: make install & co
                   14075: 
                   14076:        * src/: include/pa_request.h, classes/op.C: removing
                   14077:          vclass,object.h -> pa_request.h dependency
                   14078: 
                   14079:        * src/: classes/mail.C, classes/response.C, include/pa_request.h,
                   14080:          main/pa_request.C: removing vform,response,cookie.h ->
                   14081:          pa_request.h dependency
                   14082: 
                   14083:        * src/include/pa_request.h: removing vmail.h -> pa_request.h
                   14084:          dependency [testing...]
                   14085: 
                   14086:        * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
                   14087:          return 0; fixed
                   14088: 
                   14089:        * src/: include/pa_config_fixed.h, types/pa_vmail.C,
                   14090:          types/pa_vmail.h: vmail.C received just compiled [not tested]
                   14091: 
                   14092:        * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
                   14093: 
                   14094:        * src/main/pa_request.C: forgotten: ifdef XML
                   14095: 
                   14096:        * src/main/pa_request.C: forgotten: ifdef XML
                   14097: 
                   14098:        * src/targets/cgi/parser3.C: todo: move to latest xml version on
                   14099:          win32 and run memleak tests again
                   14100: 
                   14101:        * src/targets/cgi/parser3.C: charsets: see some strange things with
                   14102:          old xml lib-- it's internal memory handling has faults
                   14103: 
                   14104:        * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
                   14105:          problems when transcode from charset A to A.
                   14106: 
                   14107:        * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
                   14108:          todo: still problems when transcode from charset A to A.
                   14109: 
                   14110:        * src/: classes/hash.C, classes/mail.C, classes/string.C,
                   14111:          classes/table.C, include/pa_array.h,
                   14112:          main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
                   14113:          started full-scale-site-test [~ http://parser.ru sources]
                   14114: 
                   14115:          some fixes
                   14116: 
                   14117:        * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
                   14118:          111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
                   14119:          117.html, 118.html, 119.html, 120.html, results/109.processed,
                   14120:          results/110.processed, results/111.processed,
                   14121:          results/112.processed, results/113.processed,
                   14122:          results/114.processed, results/115.processed,
                   14123:          results/116.processed, results/117.processed,
                   14124:          results/118.processed, results/119.processed,
                   14125:          results/120.processed: xml: tests 109 dom create/show 110 xpath
                   14126:          selectSingle 111 xdoc.create from tainted & 112
                   14127:          xdoc.create/output with russian attr value 113 xpath
                   14128:          selectString/Number 114 dom attributes.count 115 xpath selectBool
                   14129:          116 output media-type change 117 transform by dom stylesheet 118
                   14130:          empty transform result 119 dom setAttribute 120 nbsp letter
                   14131:          output
                   14132: 
                   14133:          =END OF PREPARED XML TESTS=
                   14134: 
                   14135: 2003-03-07  paf
                   14136: 
                   14137:        * src/classes/xdoc.C, src/include/pa_charset.h,
                   14138:          src/include/pa_stylesheet_connection.h, tests/108.html,
                   14139:          tests/108.xsl, tests/results/108.processed: xml: test 108
                   14140:          transform with params [bugs fixed]
                   14141: 
                   14142:        * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
                   14143:          from copy/paste bug
                   14144: 
                   14145:        * src/classes/xdoc.C, src/include/pa_charset.h,
                   14146:          src/include/pa_request.h, src/main/execute.C,
                   14147:          src/main/pa_charset.C, src/main/pa_exception.C,
                   14148:          src/main/pa_globals.C, src/main/pa_request.C,
                   14149:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   14150:          src/types/pa_vxnode.C, tests/107.html,
                   14151:          tests/results/107.processed: xml: test: 107 bug fixes
                   14152: 
                   14153:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   14154:          types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   14155:          types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
                   14156: 
                   14157:        * tests/: 106.html, results/106.processed: test: 106 xdoc create,
                   14158:          string
                   14159: 
                   14160:        * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
                   14161:          mem alloc functions used for different cases [libxml, libxsl]
                   14162: 
                   14163:        * src/classes/classes.C: fixed: prevent system classes from
                   14164:          modification to lock ALL the classes, not only directly used
                   14165: 
                   14166:        * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
                   14167:          linked
                   14168: 
                   14169:        * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
                   14170: 
                   14171: 2003-03-06  paf
                   14172: 
                   14173:        * src/classes/xdoc.C: xdoc.C 50%
                   14174: 
                   14175:        * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
                   14176:          include/pa_memory.h, include/pa_request.h, include/pa_string.h,
                   14177:          main/pa_globals.C, main/pa_request.C,
                   14178:          main/pa_stylesheet_manager.C: xnode.C compiled
                   14179: 
                   14180:        * src/: include/pa_stylesheet_connection.h,
                   14181:          include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
                   14182:          main/pa_stylesheet_manager.C: xml: stylesheet&manager done
                   14183: 
                   14184:        * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
                   14185:          include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
                   14186:          xml: stylesheet&manager STARTED
                   14187: 
                   14188:        * src/: include/pa_globals.h, main/pa_charset.C,
                   14189:          main/pa_exception.C, main/pa_globals.C: xml: exceptions
                   14190: 
                   14191:        * src/: include/pa_charset.h, include/pa_config_fixed.h,
                   14192:          include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
                   14193:          main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
                   14194:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
                   14195:          charsets
                   14196: 
                   14197:        * tests/023.html: in some cases it rounded up badly. postponing
                   14198:          solution of that problem, making more simple test
                   14199: 
                   14200:        * tests/: 058_paf2000.png, results/058.processed: .png added with
                   14201:          -kb now
                   14202: 
                   14203:        * src/: include/pa_charset.h, include/pa_charsets.h,
                   14204:          main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
                   14205:          moved to charsets.C
                   14206: 
                   14207: 2003-03-05  paf
                   14208: 
                   14209:        * src/classes/string.C, src/include/pa_string.h,
                   14210:          src/main/pa_string.C, tests/105.html,
                   14211:          tests/results/105.processed: String::match bug fixed
                   14212: 
                   14213:        * src/classes/op.C, src/main/main.dsp, tests/104.html,
                   14214:          tests/results/104.processed: ^bpt operator added [does int3 in
                   14215:          debug build on win32]
                   14216: 
                   14217:        * tests/: 057.html, results/057.processed: test bug fixed
                   14218: 
1.116     moko     14219:        * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95      moko     14220: 
                   14221:        * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
                   14222:          missing
                   14223: 
1.116     moko     14224:        * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
                   14225:          forgotten files added to Makes
1.95      moko     14226: 
                   14227:        * ltmain.sh: ltmain.sh added
                   14228: 
                   14229:        * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
                   14230:          change undone ;(
                   14231: 
                   14232:        * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
                   14233:          made static
                   14234: 
                   14235:        * src/: classes/math.C, classes/op.C, classes/string.C,
1.116     moko     14236:          main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
                   14237:          todo:make linker happy
1.95      moko     14238: 
                   14239:        * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
                   14240:          env param made optional
                   14241: 
                   14242: 2003-03-04  paf
                   14243: 
                   14244:        * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
                   14245:          types/pa_vimage.h: number of gcc compiler bugs fixed
                   14246: 
                   14247:        * tests/: 103.html, 103mark.gif, 103paf2001.gif,
                   14248:          results/103.processed: tests: 103 image.copy transparence test
                   14249: 
                   14250:        * src/main/execute.C, tests/101.html, tests/102.html,
                   14251:          tests/results/101.processed, tests/results/102.processed: tests:
                   14252:          101 method/variable name conflict test 102 form fields change
                   14253:          should not not change anything [bug fix]
                   14254: 
                   14255:        * tests/: 057.html, 099.html, 100.html, results/057.processed,
                   14256:          results/099.processed, results/100.processed: tests: 57 date
                   14257:          create 2002: added 99,100 response:body/download
                   14258: 
                   14259:        * src/classes/image.C, tests/098.html, tests/098font.gif,
                   14260:          tests/results/098.processed: test: 98 image font text [bug fixed]
                   14261: 
                   14262:        * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
                   14263:          tests/results/097.processed: test: 97 file::load http://  [bugs
                   14264:          fixed]
                   14265: 
                   14266:        * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
                   14267:          src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
                   14268:          tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
                   14269:          image EXIF  [bug fixed]
                   14270: 
                   14271:        * src/classes/table.C, src/main/execute.C, tests/061.dat,
                   14272:          tests/061.html, tests/062.html, tests/063.html, tests/064.html,
                   14273:          tests/065.html, tests/066.html, tests/067.html, tests/068.html,
                   14274:          tests/069.html, tests/070.html, tests/071.html, tests/072.html,
                   14275:          tests/073.html, tests/074.html, tests/075.html, tests/076.html,
                   14276:          tests/077.html, tests/078.html, tests/080.html, tests/081.html,
                   14277:          tests/082.html, tests/083.html, tests/084.html, tests/085.html,
                   14278:          tests/086.html, tests/087.html, tests/088.html, tests/089.html,
                   14279:          tests/090.html, tests/091.html, tests/092.html, tests/093.html,
                   14280:          tests/094.html, tests/095.html, tests/results/061.processed,
                   14281:          tests/results/062.processed, tests/results/063.processed,
                   14282:          tests/results/064.processed, tests/results/065.processed,
                   14283:          tests/results/066.processed, tests/results/067.processed,
                   14284:          tests/results/068.processed, tests/results/069.processed,
                   14285:          tests/results/070.processed, tests/results/071.processed,
                   14286:          tests/results/072.processed, tests/results/073.processed,
                   14287:          tests/results/074.processed, tests/results/075.processed,
                   14288:          tests/results/076.processed, tests/results/077.processed,
                   14289:          tests/results/078.processed, tests/results/080.processed,
                   14290:          tests/results/081.processed, tests/results/082.processed,
                   14291:          tests/results/083.processed, tests/results/084.processed,
                   14292:          tests/results/085.processed, tests/results/086.processed,
                   14293:          tests/results/087.processed, tests/results/088.processed,
                   14294:          tests/results/089.processed, tests/results/090.processed,
                   14295:          tests/results/091.processed, tests/results/092.processed,
                   14296:          tests/results/093.processed, tests/results/094.processed,
                   14297:          tests/results/095.processed, tests/079.html,
                   14298:          tests/results/079.processed: tests: 61 file::stat size 62
                   14299:          string->int autoconvert 63 double .int,dec,div,mul 64 date
                   14300:          compare 65 file: basename,justname,justext 66 math:crypt 67
                   14301:          string.match simple on long 68 string.match normalized simple on
                   14302:          long 69 string.int 70 file::stat content-type 71 table.join 72
                   14303:          hash parameter conditional pass 73 date daylightsaving,yearday 74
                   14304:          date arithmetics 75 response date values/attributes 76 string.pos
                   14305:          of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
                   14306:          with local 80 scientific numeric literal in string autoconvert 81
                   14307:          xor: logical and numerical 82 for delims 83 menu delims 84
                   14308:          table.hash distinct 85 long string  replace 86 throw+catch
                   14309:          current language preserve 87 bit shifts 88 junction tests +
                   14310:          $caller test 89 hash.foreach selfmodification 90 int/void to int
                   14311:          91 $caller test 92 junction is + def junction tests 93 $caller
                   14312:          test 94 syntax test 95 table.hash(keygenerator)  [bug fixed]
                   14313: 
                   14314:        * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
                   14315:          fixed] 60 string eq string [bug fixed]
                   14316: 
                   14317:        * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
                   14318:          058.html, 058_paf2000.png, 059.html, 060.html,
                   14319:          results/053.processed, results/054.processed,
                   14320:          results/055.processed, results/056.processed,
                   14321:          results/057.processed, results/058.processed,
                   14322:          results/059.processed, results/060.processed: test: 53
                   14323:          string.replace 54 junctions 55 table.hash 56 call indirect 57
                   14324:          date.create[string] 58 image.measure[png]
                   14325: 
                   14326:        * tests/: 052.html, outputs/049.processed, outputs/050.processed,
                   14327:          outputs/051.processed, results/052.processed: test: 52
                   14328:          pre/match/post test: passed AS-IT-WERE, but wrong :) separate
                   14329:          task: fix that
                   14330: 
                   14331: 2003-03-03  paf
                   14332: 
                   14333:        * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
                   14334:          048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
                   14335:          parser-cygwin.sh, parser-unix.sh, run_parser.sh,
                   14336:          outputs/049.processed, outputs/050.processed,
                   14337:          outputs/051.processed, results/001.processed,
                   14338:          results/002.processed, results/003.processed,
                   14339:          results/005.processed, results/006.processed,
                   14340:          results/008.processed, results/009.processed,
                   14341:          results/011.processed, results/012.processed,
                   14342:          results/013.processed, results/014.processed,
                   14343:          results/015.processed, results/016.processed,
                   14344:          results/017.processed, results/020.processed,
                   14345:          results/021.processed, results/022.processed,
                   14346:          results/024.processed, results/025.processed,
                   14347:          results/026.processed, results/027.processed,
                   14348:          results/028.processed, results/029.processed,
                   14349:          results/030.processed, results/031.processed,
                   14350:          results/049.processed, results/050.processed,
                   14351:          results/051.processed, results/043.processed,
                   14352:          results/044.processed, results/045.processed,
                   14353:          results/046.processed, results/047.processed,
                   14354:          results/048.processed: tests: 43,44,45 date rolls 46
                   14355:          autoevaluating junction 47 table.select 48 name with subvar 49
                   14356:          hash-creating switch 50 process 51 started parent/child, works as
                   14357:          it were but it were NOT GOOD, created separate task  to fix that
                   14358: 
                   14359:        * tests/: 042.html, results/042.processed: test: 42
                   14360:          exception.handled
                   14361: 
                   14362:        * tests/: 041.html, results/041.processed: test: 41 table.locate by
                   14363:          expression
                   14364: 
                   14365:        * tests/: 040.html, results/040.processed: test: 39 method result
                   14366:          of type table 40 method param junction auto evaluate
                   14367: 
                   14368:        * tests/: 039.html, results/039.processed: test: 37 method result
                   14369:          of type table
                   14370: 
                   14371:        * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
                   14372:          tests/034.html, tests/035.html, tests/036.html, tests/037.html,
                   14373:          tests/038.html, tests/results/033.processed,
                   14374:          tests/results/034.processed, tests/results/035.processed,
                   14375:          tests/results/036.processed, tests/results/037.processed,
                   14376:          tests/results/038.processed: tests: 33 string.replace 34
                   14377:          string.upper 35 table created 36 local/global vars with juntions
                   14378:          37 table clone 38 math PI & number formatting
                   14379: 
                   14380:          math class registring typo fixed
                   14381: 
                   14382:        * src/classes/op.C, src/include/pa_request.h,
                   14383:          src/include/pa_string.h, src/main/execute.C,
                   14384:          src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
                   14385:          src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
                   14386:          tests/032.html, tests/results/032.processed: uchar changed to
                   14387:          String_UL in all places [was not everywhere] untaint test: 032
                   14388: 
                   14389:        * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
                   14390:          tests/results/004.processed, tests/parser-cygwin.sh,
                   14391:          tests/parser-unix.sh: removed -H command line key, now testing
                   14392:          using .sh file with SERVER_SOFTWARE=xxx
                   14393: 
                   14394: 2003-02-26  paf
                   14395: 
                   14396:        * src/main/execute.C, src/types/pa_vstateless_class.h,
                   14397:          tests/024.html, tests/025.html, tests/026.html, tests/027.html,
                   14398:          tests/028.html, tests/029.html, tests/030.html, tests/031.html,
                   14399:          tests/results/024.processed, tests/results/025.processed,
                   14400:          tests/results/026.processed, tests/results/027.processed,
                   14401:          tests/results/028.processed, tests/results/029.processed,
                   14402:          tests/results/030.processed, tests/results/031.processed: fixed
                   14403:          bug with name_cstr mutable CharPtr more tests
                   14404: 
                   14405:        * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
                   14406:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
                   14407:          << abort.  die now just exits
                   14408: 
                   14409:        * src/classes/classes.awk, src/classes/classes.h,
                   14410:          src/classes/date.C, src/classes/double.C, src/classes/file.C,
                   14411:          src/classes/form.C, src/classes/hash.C, src/classes/image.C,
                   14412:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   14413:          src/classes/op.C, src/classes/response.C, src/classes/string.C,
                   14414:          src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
                   14415:          src/classes/xnode.C, src/include/pa_memory.h,
                   14416:          src/include/pa_sapi.h, src/targets/cgi/parser3.C,
                   14417:          src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
                   14418:          src/types/pa_vform.C, tests/015.html, tests/016.html,
                   14419:          tests/017.html, tests/018.html, tests/019.html,
                   14420:          tests/019paf2001.gif, tests/020.html, tests/021.html,
                   14421:          tests/022.html, tests/023.html, tests/022_dir/a.html,
                   14422:          tests/022_dir/b.txt, tests/022_dir/c.htm,
                   14423:          tests/results/015.processed, tests/results/016.processed,
                   14424:          tests/results/017.processed, tests/results/018.processed,
                   14425:          tests/results/019.processed, tests/results/020.processed,
                   14426:          tests/results/021.processed, tests/results/022.processed,
                   14427:          tests/results/023.processed: methoded_array now contains all Mxxx
                   14428:          classes SAPI::get_env now returns info on pool more tests
                   14429: 
                   14430:        * src/include/pa_array.h, src/include/pa_hash.h,
                   14431:          src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
                   14432:          tests/002.html, tests/003.html, tests/004.html, tests/005.html,
                   14433:          tests/006.html, tests/007.html, tests/008.html, tests/009.html,
                   14434:          tests/010.html, tests/011.html, tests/012.html, tests/013.html,
                   14435:          tests/014.html, tests/Makefile, tests/outputs/create-dir,
                   14436:          tests/results/001.processed, tests/results/002.processed,
                   14437:          tests/results/003.processed, tests/results/004.processed,
                   14438:          tests/results/005.processed, tests/results/006.processed,
                   14439:          tests/results/007.processed, tests/results/008.processed,
                   14440:          tests/results/009.processed, tests/results/010.processed,
                   14441:          tests/results/011.processed, tests/results/012.processed,
                   14442:          tests/results/013.processed, tests/results/014.processed: hash
                   14443:          cloning fixed
                   14444: 
                   14445: 2003-02-25  paf
                   14446: 
                   14447:        * src/main/pa_common.C: typo fixed
                   14448: 
                   14449: 2003-02-24  paf
                   14450: 
                   14451:        * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
                   14452:          [one remained]
                   14453: 
                   14454:        * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
                   14455:          [should have been get_string(&pool)] todo: check other such calls
                   14456: 
                   14457:        * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
                   14458:          test10, bad lookups
                   14459: 
                   14460:          xxx* xxx=smartptr.get(); << is bad style, after ";" original
                   14461:          object got destructed, and xxx points to sky
                   14462: 
                   14463:        * ChangeLog, src/classes/string.C: match bug fixed
                   14464: 
                   14465:        * src/types/pa_vmail.C: body [text/html] transcoded to
                   14466:          $.charset[specified] now
                   14467: 
                   14468:        * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
                   14469:          which failed to handle sigsetjmp+throw: crashed inside of
                   14470:          pre-throw code.  rewritten simplier [though duplicating
                   14471:          closesocket code]
                   14472: 
                   14473:        * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
                   14474:          which failed to handle sigsetjmp+throw: crashed inside of
                   14475:          pre-throw code.  rewritten simplier [though duplicating
                   14476:          closesocket code]
                   14477: 
                   14478: 2003-02-21  paf
                   14479: 
                   14480:        * operators.txt, src/targets/cgi/parser3.C, src/types/pa_vcookie.C:
                   14481:          $cookie:name[$.expires[date << can be now]]
                   14482: 
                   14483:          written makefile with regression tests [raw]
                   14484: 
                   14485:        * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
                   14486:          tests' only [it's not forcing CGI mode now] now use -H to output
                   14487:          CGI header when parser used in command line [useful for tests
                   14488:          also]
                   14489: 
                   14490:        * src/targets/cgi/parser3.C: MAKE_TEST environment variable
                   14491:          switches on CGI mode, and is used in regression tests
                   14492: 
                   14493:        * src/: include/pa_request.h, main/pa_request.C,
                   14494:          targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
                   14495:          fixed
                   14496: 
                   14497:        * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
                   14498:          handling pa_*
                   14499: 
                   14500:        * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
                   14501:          include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
                   14502:          main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
                   14503:          memory handling files
                   14504: 
                   14505:        * src/main/pa_array.C: pool::format_integer terminator fixed
                   14506: 
                   14507:        * src/: main/execute.C, targets/cgi/parser3.C: release mode now
                   14508:          compiles OK test to show benefits of free
                   14509: 
                   14510:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   14511:          classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
                   14512:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   14513:          types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
                   14514:          use pool [as the one in ^process]
                   14515: 
                   14516:        * src/classes/op.C: fixed process.  sould now check for all cstr's
                   14517:          -- some must use pool [as the one in ^process]
                   14518: 
                   14519: 2003-02-20  paf
                   14520: 
                   14521:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   14522:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   14523:          classes/math.C, classes/op.C, classes/response.C,
                   14524:          classes/string.C, classes/table.C, classes/void.C,
                   14525:          classes/xdoc.C, classes/xnode.C, main/pa_string.C,
                   14526:          types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
                   14527:          string cmp fixed
                   14528: 
                   14529:        * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
                   14530:          values passed OK now
                   14531: 
                   14532: 2003-02-19  paf
                   14533: 
                   14534:        * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
                   14535:          main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
                   14536:          main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
                   14537:          targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
                   14538:          types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
                   14539:          all remaning leaks resulted from pooled::malloc calls [excluding
                   14540:          in gd -- planning complete rewrite extremely ugly code]
                   14541: 
                   14542:        * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
                   14543:          files
                   14544: 
                   14545: 2003-02-17  paf
                   14546: 
                   14547:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   14548:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   14549:          classes/response.C, classes/string.C, classes/table.C,
                   14550:          classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
                   14551:          include/pa_stylesheet_connection.h,
                   14552:          include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
                   14553:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
                   14554:          types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
                   14555:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
                   14556:          types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
                   14557:          types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
                   14558:          of unitialized simple-typed field
                   14559: 
                   14560:        * src/: classes/classes.C, classes/classes.h, main/execute.C,
                   14561:          main/pa_charset.C, main/pa_request.C: another bug of unitialized
                   14562:          simple-typed field fixed.  todo: find&kill all like that one
                   14563: 
                   14564:        * src/: main/execute.C, targets/cgi/pa_pool.C,
                   14565:          targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
                   14566:          debug output fixed
                   14567: 
                   14568:        * src/: include/pa_stack.h, main/compile.C, main/execute.C,
                   14569:          main/pa_request.C: stack-stored items need extra .ref to prevent
                   14570:          object_ptr from delete[them]
                   14571: 
                   14572:        * src/: classes/date.C, classes/op.C, classes/table.C,
                   14573:          classes/xdoc.C, classes/xnode.C, include/pa_array.h,
                   14574:          include/pa_charset.h, main/Makefile.am, main/main.dsp,
                   14575:          main/pa_charset.C, main/pa_common.C,
                   14576:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   14577:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   14578:          types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
                   14579:          calls
                   14580: 
                   14581:        * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
                   14582:          couple mem leaks rusulted from old pooled::malloc usage.
                   14583:          todo:find more like those
                   14584: 
                   14585:        * src/main/: compile.C, compile_tools.C: 2*2!
                   14586: 
                   14587:        * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
                   14588:          stackItem fixed [there were no string on stack before]
                   14589: 
                   14590:        * src/: main/execute.C, main/pa_request.C,
                   14591:          types/pa_vmethod_frame.C: first letters out OK
                   14592: 
                   14593:        * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
                   14594:          include/pa_pool.h, include/pa_request.h, main/pa_request.C,
                   14595:          main/pa_string.C, main/untaint.C, types/pa_value.h,
                   14596:          types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
                   14597:          types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
                   14598:          type not initialized with zeros :( while class fields of class
                   14599:          types initialized with default constructors.  learn C++
                   14600: 
                   14601:        * src/: classes/classes.awk, classes/double.C, classes/file.C,
                   14602:          classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
                   14603:          classes/math.C, classes/xdoc.C, classes/xnode.C,
                   14604:          include/pa_array.h, include/pa_string.h, main/pa_exec.C,
                   14605:          types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
                   14606: 
                   14607: 2003-02-14  paf
                   14608: 
                   14609:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
                   14610:          13 link errors
                   14611: 
                   14612:        * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
                   14613:          main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
                   14614:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   14615:          types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
                   14616:          errors :)
                   14617: 
                   14618:        * src/: classes/classes.C, classes/classes.awk, classes/file.C,
                   14619:          classes/hash.C, classes/mail.C, classes/op.C,
                   14620:          include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
                   14621:          main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
                   14622:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
                   14623:          classes.lib - 0 error(s), 0 warning(s) parser.C compiled
                   14624: 
                   14625:        * src/: classes/classes.dsp, classes/op.C, classes/string.C,
                   14626:          classes/table.C, include/pa_common.h, include/pa_globals.h,
                   14627:          include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
                   14628:          main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
                   14629:          types/pa_vint.h, types/types.dsp: op compiled
                   14630: 
                   14631:        * src/: classes/classes.dsp, classes/response.C, classes/string.C,
                   14632:          include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
                   14633:          main/untaint.C, types/pa_vtable.h: string, response compiled
                   14634: 
                   14635: 2003-02-07  paf
                   14636: 
                   14637:        * src/: classes/table.C, types/pa_vtable.h: table compiled
                   14638: 
                   14639: 2003-02-06  paf
                   14640: 
                   14641:        * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
                   14642:          mail compiled
                   14643: 
                   14644:        * src/: classes/image.C, classes/string.C, classes/xdoc.C,
                   14645:          include/pa_common.h, include/pa_hash.h, main/pa_common.C,
                   14646:          types/pa_vfile.h, types/pa_vimage.h: image compiled
                   14647: 
                   14648:        * src/classes/: file.C, form.C: form compiled
                   14649: 
                   14650:        * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
                   14651:          include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
                   14652:          types/pa_vfile.C, types/pa_vfile.h: file compiled
                   14653: 
                   14654:        * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
                   14655:          types/pa_vmath.h: math compiled [win32]
                   14656: 
                   14657:        * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
                   14658:          types/pa_vstring.h: hash compiled
                   14659: 
                   14660: 2003-02-04  paf
                   14661: 
                   14662:        * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
                   14663:          include/pa_hash.h, include/pa_request.h, include/pa_string.h,
                   14664:          include/pa_table.h, main/pa_common.C, main/pa_exec.C,
                   14665:          main/pa_string.C, types/pa_method.h, types/pa_vform.C,
                   14666:          types/pa_vhash.h: hash 50% compiled
                   14667: 
                   14668:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   14669:          classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
                   14670:          classes/string.C, classes/table.C, classes/xdoc.C,
                   14671:          classes/xnode.C, include/pa_request.h, main/pa_globals.C,
                   14672:          main/pa_string.C: date compiled
                   14673: 
                   14674:        * src/classes/: classes.dsp, double.C: double compiled
                   14675: 
                   14676:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   14677:          classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
                   14678:          classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
                   14679:          classes/string.C, classes/table.C, classes/void.C,
                   14680:          classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
                   14681:          types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
                   14682:          types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
                   14683:          compiled
                   14684: 
                   14685:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   14686:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   14687:          classes/math.C, classes/op.C, classes/response.C,
                   14688:          classes/string.C, classes/table.C, classes/void.C,
                   14689:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   14690:          types/pa_vvoid.h: void  compiled :)
                   14691: 
                   14692:        * src/: include/pa_globals.h, main/pa_cache_managers.C,
                   14693:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   14694:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   14695:          main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
                   14696:          main/pa_string.C, main/pa_uue.C, main/untaint.C,
                   14697:          types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
                   14698:          types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
                   14699:          types/pa_vresponse.C, types/pa_vstateless_class.C,
                   14700:          types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
                   14701:          types/pa_wcontext.C, types/types.dsp: removed stupid
                   14702:          value_includes.h
                   14703: 
                   14704:        * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
                   14705:          trying to remove stupid value_includes.h
                   14706: 
                   14707:        * src/main/pa_exec.C: pa_exec compiled on win32
                   14708: 
                   14709:        * src/main/pa_exec.C: libmain.a compiled on six [unix]
                   14710: 
                   14711:        * src/: include/pa_globals.h, include/pa_request.h,
                   14712:          types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
                   14713:          types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
                   14714:          types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
                   14715:          types/pa_vrequest.C, types/pa_vstateless_class.C,
                   14716:          types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
                   14717: 
                   14718:        * src/: include/pa_config_includes.h, include/pa_dictionary.h,
                   14719:          main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
                   14720:          main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
                   14721: 
                   14722:        * src/: include/pa_array.h, include/pa_config_includes.h,
                   14723:          include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
                   14724:          main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
                   14725:          compiled
                   14726: 
                   14727:        * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
                   14728:          name conflicts)
                   14729: 
                   14730:        * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
                   14731:          types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
                   14732:          yelds "virtual memory exhausted" while trying to compile
                   14733:          execute.C [eating up to 127MB]
                   14734: 
                   14735: 2003-02-03  paf
                   14736: 
                   14737:        * src/: include/pa_config_includes.h, include/pa_hash.h,
                   14738:          include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
                   14739:          main/pa_common.C, types/pa_value.C, types/pa_value.h,
                   14740:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
                   14741:          types/pa_vint.h, types/pa_vjunction.h,
                   14742:          types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
                   14743:          started gcc compiling pa_common compiled
                   14744: 
                   14745:        * src/: include/pa_exception.h, include/pa_pool.h,
                   14746:          main/pa_exception.C: exception gcc change #1
                   14747: 
1.116     moko     14748:        * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
                   14749:          compile _P identifier. it replaced it to some strange 0x0000040
1.95      moko     14750: 
                   14751:        * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
                   14752: 
                   14753:        * src/types/pa_vtable.C: vtable compiled
                   14754: 
                   14755:        * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
                   14756: 
                   14757:        * src/: include/pa_cache_managers.h, main/pa_request.C,
                   14758:          types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
                   14759: 
                   14760:        * src/types/pa_vstateless_class.C: vstateless_class compiled
                   14761: 
                   14762:        * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
                   14763: 
                   14764:        * src/types/pa_vrequest.C: vrequest compiled
                   14765: 
                   14766:        * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
                   14767:          pa_vobject.C, pa_vobject.h: vobject compiled
                   14768: 
                   14769:        * src/: classes/form.C, classes/mail.C, include/pa_request.h,
                   14770:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   14771:          types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
                   14772:          compiled
                   14773: 
                   14774:        * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
                   14775: 
                   14776:        * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
                   14777:          types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
                   14778:          types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
                   14779:          compiled
                   14780: 
                   14781:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   14782:          main.lib - 0 error(s), 0 warning(s)
                   14783: 
                   14784:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   14785:          types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
                   14786: 
                   14787: 2003-01-31  paf
                   14788: 
                   14789:        * src/: include/pa_array.h, include/pa_operation.h,
                   14790:          include/pa_request.h, main/execute.C, main/main.dsp,
                   14791:          types/pa_vjunction.h: started last file from main library:
                   14792:          execute
                   14793: 
                   14794:        * src/: include/pa_request.h, include/pa_sapi.h,
                   14795:          main/compile.tab.C, main/compile.y, main/compile_tools.h,
                   14796:          main/pa_request.C, targets/cgi/parser3.C,
                   14797:          targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
                   14798:          types/pa_vhash.h: pa_request compiled
                   14799: 
                   14800:        * src/: classes/op.C, classes/string.C, include/pa_common.h,
                   14801:          include/pa_globals.h, include/pa_request.h,
                   14802:          include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
                   14803:          main/execute.C, main/main.dsp, main/pa_common.C,
                   14804:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   14805:          types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
                   14806:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
                   14807:          types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   14808:          types/types.dsp: most pa_request compiled
                   14809: 
                   14810:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   14811:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   14812:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   14813:          classes/op.C, classes/response.C, classes/string.C,
                   14814:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   14815:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   14816:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   14817:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   14818:          include/pa_dictionary.h, include/pa_dir.h,
                   14819:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   14820:          include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
                   14821:          include/pa_pool.h, include/pa_request.h,
                   14822:          include/pa_request_charsets.h, include/pa_request_info.h,
                   14823:          include/pa_sapi.h, include/pa_socks.h,
                   14824:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   14825:          include/pa_stack.h, include/pa_string.h,
                   14826:          include/pa_stylesheet_connection.h,
                   14827:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   14828:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   14829:          lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
                   14830:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
                   14831:          lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
                   14832:          lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
                   14833:          main/compile.C, main/compile.tab.C, main/compile.y,
                   14834:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   14835:          main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
                   14836:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
                   14837:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   14838:          main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
                   14839:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   14840:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   14841:          main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
                   14842:          targets/cgi/getopt.h, targets/cgi/pa_pool.C,
                   14843:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   14844:          targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
                   14845:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   14846:          targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
                   14847:          types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
                   14848:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   14849:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   14850:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   14851:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   14852:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   14853:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
                   14854:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
                   14855:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   14856:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   14857:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   14858:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   14859:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   14860:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   14861:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   14862:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   14863:          types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
                   14864: 
                   14865:        * ChangeLog, src/classes/classes.h, src/classes/op.C,
                   14866:          src/include/pa_cache_managers.h, src/include/pa_charset.h,
                   14867:          src/include/pa_charsets.h, src/include/pa_common.h,
                   14868:          src/include/pa_dictionary.h, src/include/pa_exception.h,
                   14869:          src/include/pa_exec.h, src/include/pa_pool.h,
                   14870:          src/include/pa_request.h, src/include/pa_sapi.h,
                   14871:          src/include/pa_sql_connection.h,
                   14872:          src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
                   14873:          src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
                   14874:          src/main/compile.tab.C, src/main/compile_tools.C,
                   14875:          src/main/compile_tools.h, src/main/main.dsp,
                   14876:          src/main/pa_charset.C, src/main/pa_charsets.C,
                   14877:          src/main/pa_common.C, src/main/pa_dictionary.C,
                   14878:          src/main/pa_exception.C, src/main/pa_exec.C,
                   14879:          src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
                   14880:          src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
                   14881:          src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
                   14882:          src/types/pa_vclass.h, src/types/pa_vcookie.C,
                   14883:          src/types/pa_vcookie.h, src/types/pa_vdate.h,
                   14884:          src/types/pa_vdouble.h, src/types/pa_venv.h,
                   14885:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
                   14886:          src/types/pa_vhash.h, src/types/pa_vimage.C,
                   14887:          src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
                   14888:          src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
                   14889:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   14890:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   14891:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
                   14892:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   14893:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
                   14894:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
                   14895:          src/types/pa_vstring.h, src/types/pa_vtable.h,
                   14896:          src/types/pa_vvoid.h, src/types/pa_wcontext.C,
                   14897:          src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
                   14898:          died, long live StringPtr
                   14899: 
                   14900: 2003-01-30  paf
                   14901: 
                   14902:        * src/: include/pa_charset.h, include/pa_request.h,
                   14903:          include/pa_sql_driver_manager.h, main/compile.tab.C,
                   14904:          main/compile.y, main/compile_tools.h, main/pa_request.C,
                   14905:          types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
                   14906: 
                   14907:        * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
                   14908:          main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
                   14909:          types/pa_vhash.h, types/pa_vmethod_frame.h,
                   14910:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   14911:          types/types.dsp: vstateless_class compiled
                   14912: 
                   14913:        * src/main/compile.C: compile compiled
                   14914: 
                   14915:        * src/: include/pa_array.h, include/pa_operation.h,
                   14916:          include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
                   14917:          main/pa_table.C: compile_tools compiled
                   14918: 
                   14919:        * src/: include/pa_operation.h, main/compile.y,
                   14920:          main/compile_tools.C, main/compile_tools.h: started
                   14921:          compile_tools. vagues ideas of how to free compiled code
                   14922: 
                   14923:        * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
                   14924:          main/main.dsp, types/pa_value.C, types/pa_value.h,
                   14925:          types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
                   14926:          compiled
                   14927: 
                   14928: 2003-01-29  paf
                   14929: 
                   14930:        * src/: include/pa_globals.h, include/pa_request.h,
                   14931:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   14932:          types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
                   14933:          types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
                   14934:          compiled
                   14935: 
                   14936:        * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
                   14937:          now
                   14938: 
                   14939:        * src/: include/pa_array.h, include/pa_exception.h,
                   14940:          include/pa_pool.h, main/pa_exception.C: gd compiled
                   14941: 
                   14942:        * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
                   14943:          compiled
                   14944: 
                   14945:        * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
                   14946:          types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
                   14947:          types/pa_vfile.h: vfile compiled
                   14948: 
                   14949:        * src/: include/pa_common.h, include/pa_globals.h,
                   14950:          include/pa_string.h, main/pa_globals.C, types/pa_value.C,
                   14951:          types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   14952:          types/pa_vform.C, types/pa_vform.h: vcookie compiled
                   14953: 
                   14954:        * src/: include/pa_exception.h, main/pa_cache_managers.C,
                   14955:          main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
                   14956:          main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
                   14957:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   14958:          main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
                   14959: 
                   14960:        * src/: include/pa_request_charsets.h, include/pa_request_info.h,
                   14961:          main/main.dsp, main/untaint.C: more compiled
                   14962: 
                   14963:        * src/: include/pa_charsets.h, include/pa_request.h,
                   14964:          include/pa_request_info.h, include/pa_string.h,
                   14965:          main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
                   14966:          types/pa_vresponse.h: vrequest compiled
                   14967: 
                   14968:        * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
                   14969:          pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
                   14970:          pa_vresponse.h, pa_wcontext.h: vrequest compiled
                   14971: 
                   14972:        * src/: classes/classes.h, include/pa_charset.h,
                   14973:          include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
                   14974:          include/pa_request.h, include/pa_string.h, main/main.dsp,
                   14975:          main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
                   14976:          main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
                   14977:          types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
                   14978:          types/pa_vrequest.C, types/pa_vrequest.h,
                   14979:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   14980:          types/pa_vvoid.h: vrequest,vdouble,vint compiled
                   14981: 
                   14982:        * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
                   14983:          include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
                   14984:          main/main.dsp, types/pa_value.h, types/pa_vbool.h,
                   14985:          types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
                   14986:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   14987:          types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
                   14988:          types/pa_vobject.h, types/pa_vstateless_class.h,
                   14989:          types/pa_vstateless_object.h, types/pa_vstatus.h,
                   14990:          types/pa_vstring.h, types/types.dsp: vmath compiled
                   14991: 
                   14992: 2003-01-28  paf
                   14993: 
                   14994:        * src/: classes/classes.h, classes/date.C, classes/file.C,
                   14995:          classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
                   14996:          classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
                   14997:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
                   14998:          types/pa_vobject.h, types/pa_vstateless_class.h: started main:
                   14999:          compile_tools
                   15000: 
                   15001:        * src/: include/pa_charset.h, include/pa_exception.h,
                   15002:          include/pa_request.h, include/pa_string.h, main/untaint.C:
                   15003:          untaint compiled
                   15004: 
                   15005:        * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
                   15006:          src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
                   15007:          more compiled.  struck with string::store_to needing to know
                   15008:          source/client charsets
                   15009: 
                   15010:        * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
                   15011:          types/pa_vfile.h: uue compiled
                   15012: 
                   15013:        * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
                   15014:          table compiled
                   15015: 
                   15016:        * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
                   15017:          main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
                   15018: 
                   15019:        * src/: include/pa_charset.h, main/pa_charset.C,
                   15020:          main/pa_charsets.C: charset/s simplified [charset::pool_for_load
                   15021:          introduced]
                   15022: 
                   15023:        * src/: classes/date.C, include/pa_charset.h,
                   15024:          include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
                   15025:          main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
                   15026:          pa_charsets compiled
                   15027: 
                   15028:        * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
                   15029:          include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
                   15030: 
                   15031:        * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
                   15032:          common compiled
                   15033: 
                   15034:        * src/: include/pa_charsets.h, main/pa_charsets.C,
                   15035:          main/pa_sql_driver_manager.C: pa_charsets compiled
                   15036: 
                   15037:        * src/: include/pa_array.h, include/pa_charset.h,
                   15038:          include/pa_charsets.h, include/pa_pool.h,
                   15039:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   15040:          include/pa_stack.h, include/pa_string.h,
                   15041:          main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
                   15042:          sql_driver_manager compiled
                   15043: 
                   15044:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
                   15045:          letter i with two dots added to koi, all ukranian letters added
                   15046:          to win1251.
                   15047: 
                   15048:          typographic simbol 0xb9 deleted from win1251 [strange one & were
                   15049:          abscent from koi]
                   15050: 
                   15051: 2003-01-27  paf
                   15052: 
                   15053:        * src/: include/pa_exception.h, include/pa_sql_connection.h,
                   15054:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   15055:          main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
                   15056:          sql/pa_sql_driver.h: paused on sql_manager
                   15057: 
                   15058:        * src/: include/pa_cache_managers.h, include/pa_pool.h,
                   15059:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   15060:          include/pa_stack.h, main/pa_sql_driver_manager.C,
                   15061:          types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
                   15062: 
                   15063:        * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
                   15064:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   15065:          include/pa_table.h, main/pa_sql_driver_manager.C,
                   15066:          main/pa_table.C: table compiled
                   15067: 
                   15068:        * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
                   15069:          cache_managers compiled
                   15070: 
                   15071:        * src/: include/pa_array.h, include/pa_charset.h,
                   15072:          include/pa_pool.h, main/pa_charset.C: charset compiled
                   15073: 
                   15074:        * src/: include/pa_pool.h, main/pa_common.C: common compiled
                   15075: 
                   15076:        * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
                   15077:          include/pa_pool.h, include/pa_string.h, main/pa_common.C,
                   15078:          main/pa_string.C, types/pa_value.C, types/pa_value.h,
                   15079:          types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
                   15080:          types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
                   15081: 
                   15082: 2003-01-24  paf
                   15083: 
                   15084:        * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
                   15085:          include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
                   15086:          include/pa_pool.h, include/pa_string.h, main/pa_common.C,
                   15087:          main/pa_globals.C, main/pa_string.C, types/pa_value.h,
                   15088:          types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
                   15089:          types/pa_vint.h, types/pa_vjunction.h,
                   15090:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   15091:          types/pa_vstatus.h, types/pa_vstring.h: more patched
                   15092: 
                   15093:        * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
                   15094:          include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
                   15095:          include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
                   15096:          main/pa_string.C, main/pa_table.C: string compiled
                   15097: 
                   15098:        * src/: include/pa_array.h, include/pa_common.h,
                   15099:          include/pa_dictionary.h, include/pa_exception.h,
                   15100:          include/pa_pool.h, include/pa_string.h, include/pa_table.h,
                   15101:          main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
                   15102:          main/pa_string.C: dictionary compiled
                   15103: 
                   15104: 2003-01-23  paf
                   15105: 
                   15106:        * src/: include/pa_array.h, include/pa_common.h,
                   15107:          include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
                   15108:          include/pa_request.h, include/pa_string.h, main/pa_common.C,
                   15109:          main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
                   15110:          types/pa_value.h: resurrected pool in new sense: now it's
                   15111:          factory, producing&accounting memory chunks for read[autofree]
                   15112:          buffers
                   15113: 
                   15114:        * src/: include/pa_array.h, include/pa_exception.h,
                   15115:          include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
                   15116:          main/pa_exception.C, main/pa_table.C: table compiled
                   15117: 
                   15118:        * src/: classes/image.C, classes/op.C, include/pa_array.h,
                   15119:          include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
                   15120:          include/pa_pool.h, include/pa_pragma_pack_begin.h,
                   15121:          include/pa_pragma_pack_end.h, include/pa_sapi.h,
                   15122:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   15123:          main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
                   15124:          main/pa_table.C: aint that easy
                   15125: 
                   15126:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   15127:          main/main.dsp: continued with Hash
                   15128: 
                   15129:        * src/main/pa_common.C: connect_string allocated on heap[wes on
                   15130:          stack] now. and exception can be reported OK now [can be reported
                   15131:          outside of pro c with that stack]
                   15132: 
                   15133: 2003-01-22  paf
                   15134: 
                   15135:        * src/: include/pa_array.h, include/pa_charset.h,
                   15136:          include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
                   15137:          include/pa_string.h, main/pa_array.C, main/pa_hash.C,
                   15138:          main/pa_pool.C, main/pa_string.C: started auto_ptr.  PA_Object is
                   15139:          base: contains references_count.  auto_ptr template calls
                   15140:          add_ref/release
                   15141: 
                   15142: 2003-01-21  paf
                   15143: 
                   15144:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   15145:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   15146:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   15147:          classes/op.C, classes/response.C, classes/string.C,
                   15148:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   15149:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   15150:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   15151:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   15152:          include/pa_dictionary.h, include/pa_dir.h,
                   15153:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   15154:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   15155:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   15156:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   15157:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   15158:          include/pa_stack.h, include/pa_string.h,
                   15159:          include/pa_stylesheet_connection.h,
                   15160:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   15161:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   15162:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                   15163:          lib/pcre/pcre_parser_ctype.c, main/compile.C,
                   15164:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   15165:          main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
                   15166:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
                   15167:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   15168:          main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
                   15169:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   15170:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   15171:          main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
                   15172:          targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
                   15173:          targets/cgi/parser3.C, targets/cgi/pool_storage.h,
                   15174:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   15175:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
                   15176:          types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
                   15177:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   15178:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   15179:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   15180:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   15181:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
                   15182:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
                   15183:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   15184:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   15185:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   15186:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   15187:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   15188:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   15189:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   15190:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   15191:          types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   15192:          types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
                   15193:          2002->2003
                   15194: 
                   15195: 2003-01-16  paf
                   15196: 
                   15197:        * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
                   15198:          src/main/pa_globals.C: http:// introducing     $.any-status(1)
                   15199: 
                   15200:        * operators.txt, src/include/pa_config_fixed.h,
                   15201:          src/main/pa_common.C: http request now return status. and not
                   15202:          fail on status!=200
                   15203: 
                   15204: 2003-01-15  paf
                   15205: 
                   15206:        * src/main/pa_globals.C: localized pa_xmlFileRead/Close
                   15207: 
                   15208: 2003-01-14  paf
                   15209: 
                   15210:        * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
                   15211:          mkinstalldirs: removed some ancient files [they in / really]
                   15212: 
                   15213:        * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
                   15214:          regretfully needed patch in two places.  in config_fixed.h made
                   15215:          stubs for lib to compile in MSVC
                   15216: 
                   15217: 2003-01-13  paf
                   15218: 
                   15219:        * config.guess, config.sub, ltmain.sh: removed last piece of
                   15220:          configure.in(libtool) hacks
                   15221: 
1.116     moko     15222:        * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95      moko     15223:          config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
                   15224:          ltdl.h: moved to latest libtool (1.4.3)
                   15225: 
                   15226: 2003-01-10  paf
                   15227: 
                   15228:        * src/lib/ltdl/: configure, configure.in: PROG_NM
                   15229: 
                   15230:        * src/main/pa_globals.C: moved to latest xml lib versions, changed
                   15231:          patches.        libxml2 >= 2.5.1
                   15232:          [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz]        libxslt >= 1.0.23
                   15233:          [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz]        gdome2 >= 0.7.2
                   15234:          [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
                   15235: 
                   15236:        * INSTALL: moved to latest versions of xml libs       libxml2 >=
                   15237:          2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz]       libxslt >=
                   15238:          1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz]       gdome2 >=
                   15239:          0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
                   15240: 
                   15241: 2003-01-09  paf
                   15242: 
                   15243:        * INSTALL: xml,xslt,gdome lib urls updated
                   15244: 
                   15245:        * config.guess, config.sub, missing, mkinstalldirs,
1.116     moko     15246:          src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95      moko     15247:          src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.116     moko     15248:          src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
                   15249:          1.7.2
1.95      moko     15250: 
                   15251:        * depcomp: moving to automake 1.7.2
                   15252: 
                   15253: 2002-12-27  paf
                   15254: 
                   15255:        * src/include/pa_version.h: 0007
                   15256: 
                   15257:        * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
                   15258:          outdated parts, made links to language docs
                   15259: 
                   15260:        * src/include/pa_config_auto.h.in: comment
                   15261: 
                   15262: 2002-12-26  paf
                   15263: 
                   15264:        * src/classes/file.C: ^file:fullpath[a.gif] when document root did
                   15265:          not contain trailing / fixed.
                   15266: 
                   15267:        * INSTALL: changing SAFE_MODE politics
                   15268: 
                   15269:        * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
                   15270: 
                   15271:        * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
                   15272: 
                   15273: 2002-12-25  paf
                   15274: 
                   15275:        * src/main/pa_globals.C: optimized-xml
                   15276: 
                   15277:        * src/main/pa_globals.C: optimized-as-is
                   15278: 
                   15279: 2002-12-24  paf
                   15280: 
                   15281:        * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
                   15282:          fixed [were really called with zero size when .html?a=&b=]
                   15283: 
                   15284:        * src/classes/mail.C: $MAIL in @conf now invalid when configured
                   15285:          with --with-sendmail
                   15286: 
                   15287:        * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
                   15288:          fixed]
                   15289: 
                   15290: 2002-12-23  paf
                   15291: 
                   15292:        * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
                   15293:          ignoring parameters & were storing only string with default
                   15294:          expires
                   15295: 
                   15296:        * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
                   15297:          To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
                   15298:          December 23, 2002 4:22 AM Subject: bug â
                   15299:          Charset::transcode_buf2xchar
                   15300: 
                   15301: 2002-12-20  paf
                   15302: 
                   15303:        * src/targets/cgi/parser3.C: removed last \n appending in non-win32
                   15304:          non-cgi [script] runs
                   15305: 
                   15306: 2002-12-19  paf
                   15307: 
                   15308:        * INSTALL: --without-iconv recommended [it crashes on some systems
                   15309:          [tested on elik]] moreover, it's not needed there [parser
                   15310:          registers charsets itself]
                   15311: 
                   15312:        * INSTALL: --without-iconv recommended [it crashes on some systems
                   15313:          [tested on elik]]
                   15314: 
                   15315:        * operators.txt, src/include/pa_globals.h,
                   15316:          src/include/pa_request.h, src/main/pa_globals.C,
                   15317:          src/main/pa_request.C: $response:download
                   15318: 
                   15319:        * src/classes/mail.C: 'to' check bugfix [now checked only on ms
                   15320:          compiler [win32]].
                   15321: 
                   15322: 2002-12-18  paf
                   15323: 
                   15324:        * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
                   15325: 
                   15326: 2002-12-17  paf
                   15327: 
                   15328:        * src/targets/cgi/parser3.C: merged die&iis changes
                   15329: 
                   15330:        * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
                   15331:          to exit(1) 2. more flexible iilegal call check
                   15332: 
                   15333: 2002-12-16  paf
                   15334: 
                   15335:        * ltmain.sh: some automakes silly insist on having this handy
                   15336: 
                   15337:        * src/main/untaint.C: filespec russian small 'r' changed to latin
                   15338:          'p' bug fix
                   15339: 
                   15340: 2002-12-15  paf
                   15341: 
                   15342:        * src/main/untaint.C: filespec russian small 'r' changed to latin
                   15343:          'p'
                   15344: 
                   15345:        * configure.in, src/include/pa_config_auto.h.in,
                   15346:          src/main/compile.C, src/main/pa_common.C: merged small changes
                   15347:          from branch 6 to HEAD
                   15348: 
                   15349:        * src/main/compile.C: removed warning
                   15350: 
                   15351:        * src/main/pa_common.C: ftruncate having checked
                   15352: 
                   15353:        * configure.in, src/include/pa_version.h: new version
                   15354: 
                   15355: 2002-12-14  paf
                   15356: 
                   15357:        * src/classes/table.C: removed unnecessary code
                   15358: 
                   15359:        * src/sql/pa_sql_driver.h: exception type fixed
                   15360: 
                   15361: 2002-12-09  paf
                   15362: 
                   15363:        * src/types/pa_vvoid.h: $void.store[now] error
                   15364: 
                   15365:        * src/targets/cgi/parser3.C: ::die now tries to write core dump
                   15366: 
                   15367:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
                   15368:          tries to write core dump
                   15369: 
                   15370:        * src/targets/cgi/parser3.C: ::die now tries to write core dump
                   15371: 
                   15372:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   15373:          classes/void.C, main/pa_sql_driver_manager.C,
                   15374:          sql/pa_sql_driver.h: changed exception handling mech in sql
                   15375:          handlers #2
                   15376: 
                   15377:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
                   15378:          exception handling mech in sql handlers
                   15379: 
                   15380:        * src/sql/pa_sql_driver.h: changed exception handling mech in sql
                   15381:          handlers
                   15382: 
                   15383:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   15384:          classes/void.C, main/pa_sql_driver_manager.C,
                   15385:          sql/pa_sql_driver.h: changed exception handling mech in sql
                   15386:          handlers
                   15387: 
1.116     moko     15388:        * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
                   15389:          to write makefile which used libtool to install things, which is
                   15390:          not needed
1.95      moko     15391: 
                   15392: 2002-12-06  paf
                   15393: 
                   15394:        * operators.txt, src/main/compile.tab.C, src/types/pa_vhash.h:
                   15395:          $hash.fields -- pseudo field to make 'hash' more like 'table'
                   15396: 
                   15397: 2002-12-05  paf
                   15398: 
                   15399:        * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
                   15400:          cc/bcc OK now
                   15401: 
                   15402:        * src/main/untaint.C: mail header closed properly
                   15403: 
                   15404:        * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
                   15405:          header ',' allowed.  still bugs in smtp [only one receiptient
                   15406:          works, cc, bcc ignored now, and MAILED ;)]
                   15407: 
                   15408:          [strncpy killed, memnchr used]
                   15409: 
                   15410:        * src/main/pa_table.C: table-copy now current=0
                   15411: 
                   15412:        * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
                   15413:          lowlevel proc
                   15414: 
                   15415:        * src/targets/cgi/parser3.C: more checks on
                   15416:          http://domain/parser.cgi start [maybe some getenv returns "",
                   15417:          checked that now
                   15418: 
                   15419:        * src/targets/cgi/parser3.C: more checks on
                   15420:          http://domain/parser.cgi start [maybe some getenv returns "",
                   15421:          checked that now
                   15422: 
                   15423:        * src/targets/cgi/parser3.C: error logging made unbuffered [so that
                   15424:          out-of-mem errors reached log]
                   15425: 
                   15426:        * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
                   15427:          mail:send MIME-Version default
                   15428: 
                   15429:        * src/main/main.dsp: pa_version included into main.dsp
                   15430: 
                   15431: 2002-12-04  paf
                   15432: 
                   15433:        * src/types/pa_vform.C: $form:field string value cut by premature 0
                   15434: 
                   15435:        * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
                   15436:          lib/libltdl -> lib/ltdl Win32 changes. s
                   15437: 
                   15438:        * src/classes/classes.awk: more strict *.C$
                   15439: 
                   15440:        * gnu.dsp: restored
                   15441: 
1.116     moko     15442:        * configure.in, gnu.dsp, src/lib/Makefile.am,
                   15443:          src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
                   15444:          src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
                   15445:          src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
                   15446:          src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
                   15447:          src/lib/ltdl/configure, src/lib/ltdl/configure.in,
                   15448:          src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
                   15449:          src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
                   15450:          now created with /configure, not ltdl/configure, so it does have
                   15451:          no problems with automake.  ltdl/configure
                   15452:          AC_OUTPUT(Makefile<<removed)
1.95      moko     15453: 
                   15454: 2002-12-02  paf
                   15455: 
                   15456:        * operators.txt: removed outdated status:db
                   15457: 
                   15458:        * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
                   15459:          src/main/pa_common.C, src/main/pa_request.C,
                   15460:          src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
                   15461:          tainted parts becomes http-header
                   15462: 
                   15463: 2002-11-29  paf
                   15464: 
                   15465:        * src/classes/date.C, src/classes/image.C, operators.txt: exif
                   15466:          dates now objects of type date
                   15467: 
                   15468:        * src/classes/image.C: file.seek removed [it were used in image.C
                   15469:          only, and for parser user this  means that jpeg image has bad
                   15470:          size in fragment's header] now used image.format
                   15471: 
                   15472:        * src/: include/pa_common.h, main/pa_common.C,
                   15473:          types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
                   15474:          now handled exactly like $response:header values.  e.g. can be
                   15475:          hash [can have subattributes] & contain date values.
                   15476: 
                   15477:        * src/main/pa_common.C: http:// param values lang forced URI
                   15478: 
                   15479:        * src/main/pa_common.C: http:// tainted partes now %xx
                   15480: 
                   15481: 2002-11-28  paf
                   15482: 
                   15483:        * operators.txt: http.timeout
                   15484: 
                   15485:        * src/classes/image.C: ^image.length now counts interchar space.
                   15486:          plus space after last char
                   15487: 
                   15488:        * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
                   15489: 
                   15490:        * src/classes/image.C: ^image.font width measurer now scans full
                   15491:          height [were -1]
                   15492: 
                   15493:        * configure.in: stopped double libltdl/Makefile generation
                   15494: 
                   15495:        * src/classes/image.C: ^image.text now outputs one pixel HIGHER
                   15496:          chars [one top horizontal line of 1pixel height were missing]
                   15497: 
                   15498:        * src/classes/op.C: ^cache bug fixed.  stupid compiler allowed
                   15499:          'false' to go into (Hash *) parameter
                   15500: 
                   15501: 2002-11-27  paf
                   15502: 
                   15503:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
                   15504:          types/pa_vmail.C: response:body[file]  if file nows it's name now
                   15505:          returns content-disposition: >>attachment<<
                   15506: 
                   15507:        * src/classes/image.C: ^image.font << bad font file-size now
                   15508:          properly reported
                   15509: 
                   15510: 2002-11-26  paf
                   15511: 
                   15512:        * src/main/pa_request.C: fixed lang in reponse header
                   15513: 
                   15514:        * src/main/pa_common.C: utf8 prefix ignored @read text
                   15515: 
                   15516:        * operators.txt, src/main/pa_common.C: http:// response status!=200
                   15517:          made exception: http.status with source=bad status#
                   15518: 
                   15519: 2002-11-25  paf
                   15520: 
                   15521:        * configure.in, src/classes/image.C,
                   15522:          src/include/pa_config_auto.h.in,
                   15523:          src/include/pa_config_includes.h, src/main/Makefile.am,
1.116     moko     15524:          src/main/pa_common.C, src/main/pa_globals.C: http:// and image
                   15525:          const void related probs fixed
1.95      moko     15526: 
                   15527:        * operators.txt, src/main/pa_common.C: http fields now UPPERCASE
                   15528: 
                   15529:          $file[^file::load[http://there]] $file.SERVER
                   15530: 
                   15531:        * src/: classes/file.C, classes/image.C, classes/xdoc.C,
                   15532:          include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
                   15533:          http options [invalid onces now reported] made default
                   15534:          user-agent: paf
                   15535: 
                   15536:        * operators.txt, src/classes/file.C, src/classes/table.C,
                   15537:          src/classes/xdoc.C, src/include/pa_common.h,
                   15538:          src/include/pa_globals.h, src/main/pa_common.C,
                   15539:          src/main/pa_globals.C, src/main/pa_request.C,
                   15540:          src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
                   15541:          now understand http:// prefix and additional params, sample:
                   15542:          $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
                   15543:          $.USER-AGENT[parser3] ]]
                   15544: 
                   15545: 2002-11-22  paf
                   15546: 
                   15547:        * src/classes/image.C, src/include/pa_globals.h,
                   15548:          src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
                   15549:          src/types/pa_vimage.h, operators.txt: $image.exif support
                   15550:          $image.exif.DateTime & co
                   15551: 
                   15552: 2002-11-21  paf
                   15553: 
                   15554:        * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
                   15555:          _PASS_APPENDED)
                   15556: 
                   15557:        * src/classes/image.C: jpeg size measure fixed: were badly skipping
                   15558:          EXIF information [were big block and it's size were considered
                   15559:          negative :(]
                   15560: 
                   15561:        * operators.txt, src/classes/image.C, src/include/pa_common.h,
                   15562:          src/main/pa_common.C, src/types/pa_vmail.C: image.measure
                   15563:          internals rewritten. no there's reader.seek, and all's ready for
                   15564:          EXIF extraction [now we fail to measure files with EXIF info]
                   15565: 
                   15566:        * src/main/pa_common.C: O_TRUNCATE killed, ftruncate  used instead:
                   15567:          O_TRUNC truncates even exclusevely write-locked file [thanks to
                   15568:          Igor Milyakov <virtan@rotabanner.com> for discovering]
                   15569: 
                   15570: 2002-11-20  paf
                   15571: 
                   15572:        * src/targets/cgi/parser3.C: logging @signal += query_string
                   15573: 
                   15574:        * configure.in, src/include/pa_config_auto.h.in,
                   15575:          src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
                   15576:          comment
                   15577: 
                   15578:        * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
                   15579: 
                   15580:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   15581:          targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
                   15582:          currently processed document SIGPIPE >> interrupts request
                   15583:          processing [exception = DB rollback]
                   15584: 
                   15585:        * src/main/pa_exec.C: comment
                   15586: 
                   15587:        * src/main/pa_exec.C: pa_exec: data written only if size>0
                   15588: 
                   15589:        * operators.txt, src/classes/file.C: ^file::exec/cgi[file;$.stdin[]
                   15590:          << disable HTTP-POST repassing
                   15591: 
                   15592:        * src/: include/pa_config_fixed.h, main/pa_common.C,
                   15593:          main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
                   15594:          pipe read errors now checked
                   15595: 
                   15596: 2002-11-19  paf
                   15597: 
                   15598:        * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
                   15599:          CGI: Illegal call
                   15600: 
                   15601: 2002-11-01  paf
                   15602: 
                   15603:        * src/main/execute.C: comment
                   15604: 
                   15605: 2002-10-31  paf
                   15606: 
                   15607:        * src/main/execute.C: found out why, checked that for now.  todo:
                   15608:          find out a way for that user could do that
                   15609: 
                   15610:        * src/types/pa_vstateless_object.h: object put replaces static
                   15611:          parent if any
                   15612: 
                   15613:        * src/types/pa_vobject.C: object put replaces static parent if any
                   15614: 
                   15615:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   15616:          classes/xnode.h, main/compile.tab.C, main/execute.C,
                   15617:          main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
                   15618:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   15619:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
                   15620:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   15621:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
                   15622:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   15623:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   15624:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   15625:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   15626:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   15627:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
                   15628:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   15629:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   15630:          types/pa_wwrapper.h: static fix merged
                   15631: 
                   15632:        * src/: main/compile.tab.C, types/pa_vobject.C: killed
                   15633:          $virtual_fields in dynamic, but one can reach derived
                   15634:          static[class] variable from base
                   15635: 
                   15636:        * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
                   15637:          types/pa_vobject.C, types/pa_vobject.h,
                   15638:          types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
                   15639:          statics, left $virtual_fields in dynamic
                   15640: 
                   15641:        * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
                   15642:          one can't remember derivates in base class: there's so many of
                   15643:          them.  also there can be no virtual method calls in static
                   15644:          classes
                   15645: 
                   15646:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   15647:          classes/xnode.h, main/execute.C, main/pa_request.C,
                   15648:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   15649:          types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   15650:          types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
                   15651:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   15652:          types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
                   15653:          types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
                   15654:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   15655:          types/pa_vresponse.C, types/pa_vresponse.h,
                   15656:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   15657:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   15658:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
                   15659:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   15660:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   15661:          types/pa_wwrapper.h: static call $self fixed
                   15662: 
                   15663:        * src/main/execute.C: comment
                   15664: 
                   15665:        * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
                   15666:          ^process[$caller.self]{...} now compiles to last derived object
                   15667:          part of that 'self'
                   15668: 
                   15669: 2002-10-29  paf
                   15670: 
                   15671:        * src/targets/isapi/parser3isapi.C: comment on 404 bad status
                   15672:          re-passing [iis to blame]
                   15673: 
                   15674:        * src/classes/string.C: changed string.save to pass current sql
                   15675:          connection to cstr thus one can ^connect[some server]{
                   15676:          $s[insert into table x (x) values (^taint[sql]{value})]
                   15677:          ^s.save[some.sql] } and he'd get in some.sql file code with
                   15678:          properly escaped.  [tried in mssql->mysql export->import of
                   15679:          binary data]
                   15680: 
                   15681: 2002-10-25  paf
                   15682: 
                   15683:        * src/types/pa_vresponse.C: case insensitive response user fields
                   15684:          get/put
                   15685: 
                   15686:        * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
                   15687:          types/pa_vresponse.C: saving for maybe-future
                   15688: 
                   15689: 2002-10-23  paf
                   15690: 
                   15691:        * operators.txt, src/classes/table.C: ^table.hash{code}...
                   15692:          ^table.hash(expr)...
                   15693: 
                   15694:        * src/types/pa_vmail.C: email whitespace trimBoth-ed
                   15695: 
                   15696: 2002-10-22  paf
                   15697: 
                   15698:        * src/types/: pa_vform.C, pa_vform.h: removed needless
                   15699:          VForm::Append...(...Value)
                   15700: 
                   15701:        * src/main/execute.C: $.name outside of $name[...] checked
                   15702: 
                   15703:        * src/main/: compile.tab.C, compile.y: lexer changed to fix
                   15704:          ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
                   15705: 
                   15706: 2002-10-21  paf
                   15707: 
                   15708:        * operators.txt, src/types/pa_vform.C, src/types/pa_vform.h:
                   15709:          $form:qtail $form:imap.x/y
                   15710: 
                   15711:        * operators.txt, src/types/pa_vform.C: $form:nameless =
                   15712:          "?value&...", "...&value&...", "...&value"
                   15713: 
                   15714:        * operators.txt, src/types/pa_vform.C: $form:image-map
                   15715: 
                   15716:        * operators.txt, src/classes/file.C: /some/page.html:
                   15717:          ^file:fullpath[a.gif] => /some/a.gif
                   15718: 
                   15719: 2002-10-17  paf
                   15720: 
                   15721:        * src/main/: compile.tab.C, compile.y: operators precedence changed
                   15722:          a little: logical not and bitwise negation precedence made
                   15723:          highest, << and >> bitshits precedence made equal [were << higher
                   15724:          than >>]
                   15725: 
                   15726:        * src/classes/op.C: exception handling fixed [were bad with
                   15727:          contexts]
                   15728: 
                   15729: 2002-10-16  paf
                   15730: 
                   15731:        * src/: classes/op.C, include/pa_request.h, main/execute.C,
                   15732:          main/pa_request.C: Request::self considered equal to
                   15733:          VMethodFrame::self, and removed, Request::get_self() mapped to
                   15734:          VMethodFrame.self()
                   15735: 
                   15736:        * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
                   15737:          $hash in open field now gives old good error meesage
                   15738: 
                   15739: 2002-10-15  paf
                   15740: 
                   15741:        * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
                   15742:          use ^if($junction is junction){was and now true}
                   15743: 
                   15744:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
                   15745:          include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
                   15746:          types/pa_vxnode.C: xml->parser strings now have origin, which
                   15747:          points to place where value left xml library and came to parser:
                   15748:          place of dom field extraction/call
                   15749: 
                   15750:        * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
                   15751:          main/compile.tab.C, main/compile.y, main/execute.C,
                   15752:          types/pa_vmethod_frame.h: removed last pieces of old code
                   15753:          allowing $junction.xxx at compile time
                   15754: 
                   15755:        * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
                   15756:          src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
                   15757:          objects also considered [were only classes]
                   15758: 
                   15759:        * ChangeLog, src/classes/op.C, src/include/pa_request.h,
                   15760:          src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
                   15761:          with CLASS self.  [   (request&method_frame).self temporarily
                   15762:          changed   ]
                   15763: 
                   15764:        * src/classes/: hash.C, op.C: method_frame now always changed, with
                   15765:          no exception to native calls.  for&foreach changed to use
                   15766:          method_frame.caller for their var's name context
                   15767: 
                   15768:        * src/: main/execute.C, targets/cgi/parser3.C,
                   15769:          types/pa_vstateless_class.C, types/pa_vstateless_class.h:
                   15770:          compiling to system classes disabled
                   15771: 
                   15772:        * operators.txt, src/classes/op.C:
                   15773:          ^process[$caller.CLASS]{code-string} added
                   15774: 
                   15775:        * operators.txt, src/classes/op.C, src/main/compile.tab.C,
                   15776:          src/main/compile.y, src/main/execute.C, src/main/pa_request.C,
                   15777:          src/types/Makefile.am, src/types/pa_vjunction.C,
                   15778:          src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
                   15779:          src/types/types.dsp: removed $junction.get $junction.set[]
                   15780:          introducing $caller
                   15781: 
                   15782:        * src/types/pa_value.h: removed outdated comments. doxygen would
                   15783:          find them lower by inheritance tree
                   15784: 
                   15785:        * src/types/pa_vjunction.C: ident
                   15786: 
                   15787: 2002-10-14  paf
                   15788: 
                   15789:        * src/classes/op.C: process compiles to code's class class
                   15790: 
                   15791:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   15792:          include/pa_request.h, main/compile.C, main/compile.tab.C,
                   15793:          main/compile.y, main/execute.C, main/pa_request.C,
                   15794:          types/pa_vstateless_class.h: operators now main-class-methods
                   15795: 
                   15796:        * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
                   15797:          better stack trace [has "call" & co there]
                   15798: 
                   15799:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   15800:          operators @auto now executed in MAIN context
                   15801: 
                   15802:        * src/main/execute.C: operator execution context now = MAIN, not
                   15803:          closest stack frame
                   15804: 
                   15805:          @touchit[] $i[after]
                   15806: 
                   15807:          ----t.html $i[before] << local ^touchit[] $i << now 'before',
                   15808:          were 'after'
                   15809: 
                   15810:          ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
                   15811:          'after'
                   15812: 
                   15813:        * src/main/execute.C: comment
                   15814: 
                   15815:        * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
                   15816:          pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
                   15817:          action]
                   15818: 
                   15819:        * src/types/pa_vxnode.C: misreplace fixed
                   15820: 
                   15821:        * configure, configure.in, src/include/pa_config_auto.h.in,
                   15822:          src/types/pa_vstatus.C, operators.txt:
                   15823:          $status:rusage.tv_secs/usecs introduced
                   15824: 
                   15825: 2002-10-09  paf
                   15826: 
                   15827:        * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
                   15828:          on empty string [or uses (default)]
                   15829: 
                   15830: 2002-10-08  paf
                   15831: 
                   15832:        * src/main/untaint.C: mail header quoted printable changed after
                   15833:          RFC reread
                   15834: 
                   15835:        * operators.txt: plan on ^if(method
                   15836: 
                   15837:        * src/types/pa_vxnode.C: misreplace
                   15838: 
                   15839: 2002-09-24  paf
                   15840: 
1.116     moko     15841:        * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95      moko     15842: 
                   15843:        * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
                   15844:          mailreceive would compile on freebsd now
                   15845: 
                   15846:        * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
                   15847:          configure, configure.in, src/include/pa_config_auto.h.in,
1.116     moko     15848:          src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
                   15849:          mailreceive would compile on freebsd now
1.95      moko     15850: 
                   15851:        * src/: classes/file.C, main/untaint.C: 1.  file spec language
                   15852:          changed: now there are only few chars are untainted: * ? ' " < >
                   15853:          | and, on unix, : \ ~ [russian letters and SPACES now enabled,
                   15854:          one should use ^untaint[uri]{...} now]
                   15855: 
                   15856:          2.  $list[^file:list[dir]] now returns simply tainted names in
                   15857:          $list.name, not tainted as filespec
                   15858: 
                   15859:          @russianindex[] #dir with files with russian-lang names
                   15860:          $where[dir]
                   15861: 
                   15862:          $dir[^file:list[$where;\.txt^$]] ^dir.menu{     <a
                   15863:          href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
                   15864: 
                   15865: 2002-09-23  paf
                   15866: 
                   15867:        * src/types/pa_vdouble.h: double->int round added
                   15868: 
                   15869:        * src/classes/date.C: date bug fix, now
                   15870:          round(floatDays*secondsPerDay)
                   15871: 
                   15872:        * src/classes/date.C: date bug fix, now
                   15873:          round(floatDays*secondsPerDay)
                   15874: 
                   15875: 2002-09-20  paf
                   15876: 
                   15877:        * src/main/execute.C: code junction calls disabled [before: code
                   15878:          was compiled in such a way, that there were no code-junctions in
                   15879:          OP_CALL]
                   15880: 
                   15881:          this now error: @badjunctioncall[] ^badjunctioncallinside{code}
                   15882: 
                   15883:          @badjunctioncallinside[code] ^code[]
                   15884: 
                   15885:        * src/main/: compile.tab.C, compile.y: changed grammer on junction
                   15886:          expanding to include ^junction.method
                   15887: 
                   15888:        * src/main/pa_common.C: -d "DIR/" now true
                   15889: 
                   15890:        * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
                   15891:          as internal xdoc encoding, and after decoding attributes set by
                   15892:          dom functions now encoded OK, not as digital entities
                   15893: 
                   15894:        * src/classes/xdoc.C: empty transform result, being taken as file
                   15895:          now returns empty file, not raises stupid error about "stat-ed
                   15896:          file"
                   15897: 
                   15898:        * src/types/pa_vhash.h: hash.foreach modification of existing keys
                   15899:          allowed
                   15900: 
                   15901:        * src/types/types.dsp: introducing $junction.get/put(1) one can
                   15902:          write iterators now:
                   15903: 
                   15904:          ^user-foreach[key;value]{$key=$value<br>}
                   15905: 
                   15906:          @user-foreach[key;value;code] ^for[i](1;10){    $code.key($i)
                   15907:          $code.value($i*2)       $code }
                   15908: 
                   15909:        * src/main/compile_tools.h: mistype
                   15910: 
1.116     moko     15911:        * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
                   15912:          thus taking linking options configure changes into account [were:
                   15913:          ignoring]
1.95      moko     15914: 
                   15915:        * src/types/: pa_vjunction.C, Makefile.am: introducing
                   15916:          $junction.get/put(1) one can write iterators now:
                   15917: 
                   15918:          ^user-foreach[key;value]{$key=$value<br>}
                   15919: 
                   15920:          @user-foreach[key;value;code] ^for[i](1;10){    $code.key($i)
                   15921:          $code.value($i*2)       $code }
                   15922: 
                   15923:        * src/: include/pa_opcode.h, include/pa_request.h,
                   15924:          main/compile.tab.C, main/compile.y, main/execute.C,
                   15925:          main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
                   15926:          introducing $junction.get/put(1) one can write iterators now:
                   15927: 
                   15928:          ^user-foreach[key;value]{$key=$value<br>}
                   15929: 
                   15930:          @user-foreach[key;value;code] ^for[i](1;10){    $code.key($i)
                   15931:          $code.value($i*2)       $code }
                   15932: 
                   15933: 2002-09-19  paf
                   15934: 
1.116     moko     15935:        * Makefile.am: new: make commit
1.95      moko     15936: 
                   15937:        * aclocal.m4: forced to be older
                   15938: 
                   15939: 2002-09-18  paf
                   15940: 
                   15941:        * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
                   15942:          src/main/compile.y, src/main/execute.C: << >> int shifts
                   15943: 
                   15944:        * src/: include/pa_common.h, include/pa_request.h,
                   15945:          main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
                   15946:          - now this - fatal error
                   15947: 
                   15948:        * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
                   15949:          that one can pass binary data there
                   15950: 
                   15951:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   15952:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   15953:          classes/op.C, classes/response.C, classes/string.C,
                   15954:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   15955:          include/pa_request.h: pa_request contexts made privated, plus
                   15956:          get_{self/method_frame} to read.  Request_context_saver used in
                   15957:          ^try to save flang too.  [were not saved]
                   15958: 
                   15959:        * src/types/pa_vresponse.C: header value chains joined before
                   15960:          output, this should help $.subject[$var $var] from being
                   15961:          converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
                   15962: 
                   15963: 2002-09-17  paf
                   15964: 
                   15965:        * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
                   15966:          removed changes, operators executed with calling self.  lots of
                   15967:          code with ^include code relies on defined/defining self variables
                   15968: 
                   15969:          $a[1] ^include[print_a.p] print_a.p: $a
                   15970: 
                   15971:          ^include[set_a.p] a=$a set_a.p: $a[1]
                   15972: 
                   15973:        * src/: classes/op.C, main/execute.C, main/pa_request.C,
                   15974:          types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
                   15975:          types/pa_vstateless_class.h: operators now executed with MAIN
                   15976:          self.  it's for ^include sake, too strong a change
                   15977: 
                   15978:        * src/classes/op.C: made place for ^process to compile it's code to
                   15979:          in case of no self
                   15980: 
                   15981:        * src/main/execute.C: found ancient param to Junction, removed.
                   15982:          allowed passing self to native_code_operators [for ^process to
                   15983:          work, she needs self]
                   15984: 
                   15985:        * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
                   15986:          types/pa_vstateless_class.h: found ancient param to Junction,
                   15987:          removed.  allowed passing self to native_code_operators [for
                   15988:          ^process to work, she needs self]
                   15989: 
                   15990:        * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
                   15991:          types/pa_value.h, types/pa_vmethod_frame.h,
                   15992:          types/pa_vstateless_class.h: allowed Request.self to be 0,
                   15993:          checked that in VMethodFrame get/put and $self.
                   15994: 
                   15995:        * src/classes/: table.C, xdoc.C: table::sql  options table::create
                   15996:          copy options options checked, wrong option now fatal error
                   15997: 
                   15998:        * src/main/pa_string.C: string.replace fixed [were missing words on
                   15999:          pieces boundaries]
                   16000: 
                   16001:        * bin/auto.p.dist.in: strange \n
                   16002: 
                   16003:        * configure, configure.in: .so now detected [can be .sl on hpux,
                   16004:          .dll on cygwin, .so in other cases)
                   16005: 
1.116     moko     16006:        * configure, configure.in, bin/auto.p.dist.in: .so now detected
                   16007:          [can be .sl on hpux, .dll on cygwin, .so in other cases)
1.95      moko     16008: 
                   16009:        * operators.txt, src/classes/hash.C, src/classes/table.C,
                   16010:          src/include/pa_globals.h, src/main/pa_globals.C: table.sql
                   16011:          hash::sql flag to allow duplicate keys [$.distinct(1/0)] first
                   16012:          record taken [were last]
                   16013: 
                   16014:        * src/: classes/hash.C, classes/table.C,
                   16015:          include/pa_sql_connection.h: table.sql hash::sql duplicate keys
                   16016:          now errors
                   16017: 
                   16018:        * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
                   16019: 
                   16020:        * src/classes/: op.C, table.C: menu/for delims bug fixed [were
                   16021:          ,2,3]
                   16022: 
                   16023: 2002-09-16  paf
                   16024: 
                   16025:        * src/classes/file.C: file::cgi line ends can be both unix & dos.
                   16026:          and they can be unix [\n\n] on win when 'use CGI' used, it causes
                   16027:          stdout to be binary.  now detected closest header break.
                   16028: 
                   16029:        * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?=  now
                   16030:          closed right
                   16031: 
                   16032: 2002-09-13  paf
                   16033: 
                   16034:        * operators.txt, src/main/compile.tab.C, src/main/compile.y,
                   16035:          src/main/compile_tools.h: (expression #comment)
                   16036: 
                   16037:          (multiline expression #comment  line2  #comment )
                   16038: 
                   16039:          (expression #comment with (brackets) comment) << OK
                   16040: 
                   16041:        * operators.txt, src/main/compile.tab.C, src/main/compile.y: !|
                   16042:          bitwise !|| numerical xor now [preparing for expression
                   16043:          #comments]
                   16044: 
                   16045:        * src/main/: compile.tab.C, compile.y: @method[$name] now parse
                   16046:          error
                   16047: 
                   16048:        * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
                   16049:          cheched in pa_socks.C
                   16050: 
1.116     moko     16051:        * configure, configure.in, src/include/pa_config_auto.h.in:
                   16052:          HAVE_WINSOCK_H created in configure.in
1.95      moko     16053: 
                   16054:        * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
                   16055:          cookie date now clean [were mistakenly tainted & that worked bad
                   16056:          with opera -- 'happily' that worked OK with msie]
                   16057: 
                   16058: 2002-09-12  paf
                   16059: 
                   16060:        * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
                   16061:          VClass get_element now first looks to fields, next to methods &
                   16062:          co todo: the rest reason: more speed
                   16063: 
                   16064:        * src/main/untaint.C: quoted printable encoding stops before
                   16065:          \s*<...>$
                   16066: 
                   16067:        * src/main/untaint.C: quoted printable ' ' now =20 and encoding
                   16068:          stops before <...>$
                   16069: 
                   16070: 2002-09-11  paf
                   16071: 
                   16072:        * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
                   16073:          xmlCharEncodingInput/OutputFunc callbacks returned bad value )
                   16074:          forgot to check users of those funcs. not all were using that
                   16075:          return value convention
                   16076: 
                   16077:        * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
                   16078:          windows-1254 added
                   16079: 
                   16080: 2002-09-10  paf
                   16081: 
                   16082:        * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
                   16083:          VCodeFrame parent param were specified badly
                   16084: 
                   16085:        * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
                   16086:          WWrapper which used in constructing objects(second param to sql
                   16087:          method) ^...sql{}[$.default{code}] now has parent, wich helps
                   16088:          code in hash to survivi
                   16089: 
                   16090:        * src/: include/pa_request.h, main/execute.C: removed redundant
                   16091:          param to execute [stack said 'thanks']
                   16092: 
                   16093:        * src/: classes/op.C, main/execute.C, types/pa_value.C,
                   16094:          types/pa_value.h, types/pa_vcode_frame.h,
                   16095:          types/pa_vmethod_frame.h, types/pa_wcontext.C,
                   16096:          types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
                   16097:          responsibility to wcontext
                   16098: 
                   16099:        * src/classes/file.C: decided not to log exec's with stderr, that
                   16100:          could be warnings, and it's up to scritper to log/show them
                   16101: 
                   16102:        * src/: classes/double.C, main/execute.C: double:sql badly called
                   16103:          write_assign_lang, not write_no_lang, thus doing unnecessary
                   16104:          double/string converstion, which were loosing time&precesion
                   16105: 
                   16106:        * src/: main/pa_charset.C, types/pa_vmail.C:
                   16107:          xmlCharEncodingInput/OutputFunc callbacks returned bad value in
                   16108:          case of unfinished in buffer processing, causing accidental
                   16109:          transcode stop [in case that source enc != utf-8 & there is
                   16110:          incomplete utf-8 sequence at the end of 16000block iside of
                   16111:          libxml lib] tfm readed & code updated
                   16112: 
                   16113: 2002-09-04  paf
                   16114: 
                   16115:        * configure: makes with sjlj
                   16116: 
                   16117:        * INSTALL, src/include/pa_config_fixed.h,
                   16118:          src/include/pa_sql_connection.h,
                   16119:          src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
                   16120:          checked.  on win32 it made default
                   16121: 
                   16122:        * src/include/pa_config_auto.h.in: sjlj define
                   16123: 
                   16124:        * configure, configure.in: introducing --with-sjlj-exceptions [hpux
                   16125:          can not work with longjump/throw pair, and one must switch that
                   16126:          on there.  todo: detect that automatically]
                   16127: 
                   16128:        * src/types/pa_vxnode.C: removed too strong checks of
                   16129:          xnode.elements.  now, for instance, if element does not have any
                   16130:          attributes, $xnode.attributes is void, not error
                   16131: 
                   16132: 2002-09-02  paf
                   16133: 
                   16134:        * operators.txt, src/main/execute.C, src/targets/cgi/parser3.dsp:
                   16135:          removed double_result, didn't help
                   16136: 
                   16137:        * src/main/execute.C: double_result made to move that var away from
                   16138:          hungry g++ optimizer (-O2), before: it were optimized and
                   16139:          comparison operators worked badly
                   16140: 
                   16141:        * src/types/pa_vdate.h: removed debug
                   16142: 
1.116     moko     16143:        * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95      moko     16144: 
                   16145:        * src/main/execute.C: fixed numeric < & co so that thay now use
                   16146:          c=a-b, c OPERATOR 0.  this works fine on solaris/intel for still
                   16147:          unknown reason.
                   16148: 
                   16149: 2002-08-29  paf
                   16150: 
                   16151:        * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
                   16152:          src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
                   16153:          src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
                   16154:          src/main/pa_request.C, src/targets/cgi/parser3.dsp,
                   16155:          src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
                   16156:          src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
                   16157:          src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
                   16158:          [called less frequent, allowed to remove ugly
                   16159:          Junction.change_context-s from many places, switch,
                   16160:          mail:send..html{}, ..] request.root renamed to method_frame [more
                   16161:          easyreading] ancient {...PUSH/POPs...} changed to stack vars
                   16162:          [speed up]
                   16163: 
                   16164: 2002-08-28  paf
                   16165: 
                   16166:        * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
                   16167:          tainted
                   16168: 
                   16169:        * src/types/pa_vcookie.C: fixed cookie delete when
                   16170:          $cookie:name[$.value[]]
                   16171: 
                   16172:        * operators.txt, src/classes/string.C:
                   16173:          ^string.split[delim[;options]]
                   16174: 
                   16175: 2002-08-27  paf
                   16176: 
1.116     moko     16177:        * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95      moko     16178: 
                   16179:        * operators.txt, src/main/compile.tab.C, src/main/compile.y: # now
                   16180:          delimiter
                   16181: 
                   16182:        * INSTALL: recommended latest gmime 1.0.5
                   16183: 
                   16184: 2002-08-26  paf
                   16185: 
                   16186:        * configure, configure.in: apache13/hook added to make dist.
                   16187: 
                   16188: 2002-08-23  paf
                   16189: 
                   16190:        * src/: include/pa_common.h, main/pa_common.C,
                   16191:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
                   16192:          beside binary [cgi, isapi] not accessible [due to bad rights or
                   16193:          whatever] it's error now
                   16194: 
                   16195: 2002-08-21  paf
                   16196: 
1.116     moko     16197:        * Makefile.am: can use: make happy equals to make update install
1.95      moko     16198: 
                   16199:        * src/main/: compile.tab.C, compile.y, compile_tools.C,
                   16200:          compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
                   16201:          class".  compiled as if here they named base class
                   16202: 
                   16203:        * src/main/pa_string.C: fixed bad language bug, [were wrong string
                   16204:          cloning constructor]
                   16205: 
                   16206:        * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
                   16207: 
                   16208:        * bin/auto.p.dist.in, src/targets/cgi/parser3.C,
                   16209:          src/types/pa_vfile.C, src/types/pa_vmail.C:
                   16210:          $mail.received.file.value.content-type fixed
                   16211: 
                   16212: 2002-08-20  paf
                   16213: 
                   16214:        * src/classes/file.C: fixed language of file:file result
                   16215: 
                   16216:        * operators.txt, src/classes/void.C: ^void.pos[...] = -1 merged
                   16217:          from 3.0.0005
                   16218: 
                   16219:        * operators.txt, src/classes/void.C: ^void.pos[...] = -1
                   16220: 
                   16221:        * operators.txt, src/classes/void.C: ^void.length[] = 0 merged from
                   16222:          3.0.0005
                   16223: 
                   16224:        * src/classes/void.C, operators.txt: ^void.length[] = 0
                   16225: 
                   16226: 2002-08-19  paf
                   16227: 
                   16228:        * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
                   16229:          work now
                   16230: 
                   16231:        * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
                   16232:          error in xnode, which were not catched in xdoc]
                   16233: 
                   16234:        * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
                   16235:          prepared:        // validate each document after load/create (?)
                   16236:                 //xmlDoValidityCheckingDefaultValue = 1;
                   16237: 
                   16238: 2002-08-15  paf
                   16239: 
                   16240:        * src/classes/classes.h: write to static var caused useless
                   16241:          Exception, introduced Methoded::put_element wich consumes those
                   16242: 
                   16243:        * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
                   16244:          src/types/pa_vcookie.C, src/types/pa_vdate.h,
                   16245:          src/types/pa_vresponse.C, src/types/pa_vresponse.h:
                   16246:          $response:field[date] $response:field[$.xxx[date]]
                   16247: 
                   16248:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   16249:          classes/void.C, include/pa_sql_connection.h: fixed source of
                   16250:          ^hash::sql{bad}
                   16251: 
                   16252:        * operators.txt: $request:body unprecessed POST request body
                   16253: 
                   16254:        * src/types/pa_vrequest.C: $request:body unprecessed POST request
                   16255: 
                   16256:        * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
                   16257:          pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
                   16258: 
                   16259:        * operators.txt, src/classes/form.C, src/include/pa_pool.h,
                   16260:          src/include/pa_request.h, src/main/pa_pool.C,
                   16261:          src/types/pa_vform.C, src/types/pa_vform.h: planning/preparing_to
                   16262:          $request:body r.post_data now const
                   16263: 
                   16264:        * src/: classes/image.C, classes/op.C, classes/xdoc.C,
                   16265:          classes/xnode.C, main/execute.C, types/pa_value.h,
                   16266:          types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
                   16267:          types/pa_vtable.h: instead of type() checking everywhere used
                   16268:          Value.as now user descendants can be used in params.
                   16269: 
                   16270:          VObject::as_*, is_defined now taken from bases.  xtable(table)
                   16271:          ^if($xtable) now OK
                   16272: 
                   16273:        * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
                   16274:          types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
                   16275:          types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
                   16276: 
                   16277: 2002-08-14  paf
                   16278: 
                   16279:        * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
                   16280:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   16281:          types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   16282:          types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
                   16283:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   16284:          types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
                   16285:          types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
                   16286:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   16287:          types/pa_vresponse.C, types/pa_vresponse.h,
                   16288:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   16289:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
                   16290:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   16291:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   16292:          types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
                   16293:          & VClass
                   16294: 
                   16295:        * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
                   16296: 
                   16297:        * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
                   16298:          removed fixopt stupidity. on stupid linux use cd /document/root
                   16299:          ../cgi/parser3 script
                   16300: 
                   16301:        * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
                   16302:          params, splitting them by space, excluding argv[0], argv[argc-1]
                   16303: 
                   16304:        * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
                   16305:          fixopt.h: fixopt now preprocesses command line params, splitting
                   16306:          them by space, excluding argv[0], argv[argc-1]
                   16307: 
                   16308:        * src/targets/cgi/parser3.C: -f config file
                   16309: 
                   16310:        * src/targets/cgi/parser3.C: fixed .log file dir
                   16311: 
                   16312: 2002-08-13  paf
                   16313: 
                   16314:        * src/types/pa_vobject.C: allow override parent variables, useful
                   16315:          for form descendants [in vobject too, were in vclass]
                   16316: 
                   16317:        * src/types/pa_vclass.C: allow override parent variables, useful
                   16318:          for form descendants
                   16319: 
                   16320:        * src/types/pa_vclass.C: checked: form[vclass]fields can be
                   16321:          overwritten in derived(table)
                   16322: 
                   16323:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   16324:          classes/xnode.h, include/pa_request.h, main/execute.C,
                   16325:          main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
                   16326:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   16327:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
                   16328:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   16329:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
                   16330:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   16331:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   16332:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   16333:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   16334:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
                   16335:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   16336:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   16337:          types/pa_vxnode.h, types/pa_wwrapper.h: introduced
                   16338:          Value::get_element(..., bool looking_down) [needed to exclude
                   16339:          endless recoursion]
                   16340: 
                   16341:        * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
                   16342:          fix bug with put endless recoursion todo: check 'as'
                   16343: 
                   16344:        * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
                   16345:          reorganized modules todo: fix bug with put endless recoursion
                   16346:          todo: check 'as'
                   16347: 
                   16348:        * src/types/pa_vobject.h: checked: table fields can be overwritten
                   16349:          in derived(table)
                   16350: 
                   16351:        * src/types/pa_vobject.h: derived classes can have fields of their
                   16352:          own now
                   16353: 
                   16354:        * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
                   16355:          fixed error message on using non-created table
                   16356: 
                   16357:        * src/: classes/form.C, classes/hash.C, classes/mail.C,
                   16358:          classes/op.C, classes/xnode.h, include/pa_request.h,
                   16359:          main/compile.C, main/compile.tab.C, main/execute.C,
                   16360:          main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
                   16361:          types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   16362:          types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
                   16363:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   16364:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
                   16365:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   16366:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   16367:          types/pa_vresponse.C, types/pa_vresponse.h,
                   16368:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   16369:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
                   16370:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   16371:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   16372:          types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
                   16373:          looking down/up tree todo: fix error message on non-constructed
                   16374:          parents
                   16375: 
                   16376: 2002-08-12  paf
                   16377: 
                   16378:        * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
                   16379:          derived OK
                   16380: 
                   16381:        * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
                   16382:          thorough testing
                   16383: 
                   16384:        * src/: main/compile.tab.C, main/compile.y, main/execute.C,
                   16385:          main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
                   16386:          types/pa_vobject.h, types/pa_vstateless_class.h,
                   16387:          types/pa_vstateless_object.h, types/pa_wcontext.h,
                   16388:          types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
                   16389:          ^base:create[] dynamic call rewritten todo: thorough testing
                   16390: 
                   16391:        * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
                   16392:          now instantates base class, remembers it and saves child in
                   16393:          parent VObject.get_class now returns last child = downward
                   16394:          virtual calls OK
                   16395: 
                   16396:        * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
                   16397:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
                   16398:          types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
                   16399:          types/pa_vobject.h, types/pa_vresponse.h,
                   16400:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   16401:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
                   16402:          types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
                   16403:          VAliased [redundant], moved $CLASS to VObject only [parser class
                   16404:          instance]
                   16405: 
                   16406:        * bin/auto.p.dist.in: more like in dist on parser.ru
                   16407: 
                   16408:        * bin/auto.p.dist.in: fixed sendmail default comment
                   16409: 
                   16410:        * src/main/pa_request.C: $response:body[file] content-type check
                   16411:          fixed [were bad when content-type is hash]
                   16412: 
                   16413: 2002-08-09  paf
                   16414: 
                   16415:        * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
                   16416:          types/pa_vobject.h, types/pa_vxdoc.h: started as()
                   16417: 
                   16418: 2002-08-08  paf
                   16419: 
                   16420:        * operators.txt, src/classes/date.C, src/include/pa_globals.h,
                   16421:          src/main/pa_globals.C: year column in month calendar [week year]
                   16422: 
                   16423:        * src/main/execute.C: error reporting on object writes to MAIN
                   16424:          improved [were ruind with fixing $obj[^if(1){$obj}] ]
                   16425: 
                   16426:        * operators.txt, src/types/pa_vdate.h: $date.yearday
                   16427:          $date.daylightsaving
                   16428: 
                   16429:        * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
                   16430:          use tainted data now. only she must specify the language.
                   16431: 
                   16432:          ^mail:send[     $.from[paf@mail.design.ru]
                   16433:          $.to[paf@mail.design.ru]        $.subject[^taint[uri][ìîñêâà]=2]
                   16434:                $.text[^taint[uri][ìîñêâà]=] ]
                   16435: 
                   16436:        * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
                   16437:          now prints more precise origin
                   16438: 
                   16439:        * src/include/pa_string.h: String::first_char now not fails on
                   16440:          empty strings ^if(-f '') now ok and in 3 other places.
                   16441: 
                   16442:        * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
                   16443:          String::first_char now not fails on empty strings ^if(-f '') now
                   16444:          ok and in 3 other places.
                   16445: 
                   16446: 2002-08-07  paf
                   16447: 
                   16448:        * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
                   16449:          fixed
                   16450: 
                   16451:        * src/main/pa_string.C: ^string.mid(0;bad) fixed
                   16452: 
                   16453:        * src/: main/execute.C, types/pa_vcode_frame.h,
                   16454:          types/pa_vmethod_frame.h, types/pa_wcontext.C,
                   16455:          types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
                   16456:          mistakenly not completely transparent to object writes.
                   16457:          $hash[^if(1){$hash}] now works
                   16458: 
                   16459:        * operators.txt, src/classes/op.C: ^cache...{...^cache<<to past...}
                   16460:          now erasing cache file [there were bad check on that]
                   16461: 
                   16462:        * src/: classes/classes.dsp, classes/table.C,
                   16463:          lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
                   16464:          all Debug dirs in .dsp now named 'Debug'
                   16465: 
1.116     moko     16466:        * etc/parser3.charsets/Makefile.am: all included into dist
1.95      moko     16467: 
                   16468:        * operators.txt, src/classes/mail.C: exception_type  email.send
                   16469: 
                   16470:        * operators.txt, src/types/pa_vmail.C: exception_type  email.format
                   16471: 
                   16472:        * src/types/pa_vmail.C: mail:send empty  email checked
                   16473: 
                   16474: 2002-08-06  paf
                   16475: 
                   16476:        * operators.txt, src/classes/table.C, src/include/pa_array.h,
                   16477:          src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
                   16478:          ^table::create[$source;$.options] ^table::join[$source;$.options]
                   16479: 
                   16480:        * operators.txt, src/classes/hash.C, src/classes/string.C,
                   16481:          src/classes/table.C: sql options can be string now ^xxx:sql{...}[
                   16482:          #  $.default() }
                   16483: 
                   16484:        * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
                   16485: 
                   16486:        * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
                   16487:          main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
                   16488:          $file.content-type [instead of .mime-type] now works for
                   16489:          file::stat also
                   16490: 
                   16491:        * src/main/pa_request.C: case insensitive mime_type_of
                   16492: 
                   16493:        * bin/auto.p.dist.in: jpeg
                   16494: 
                   16495: 2002-08-05  paf
                   16496: 
                   16497:        * src/types/pa_vxnode.C: xnode.childNodes  now 0... [were 1...]
                   16498: 
                   16499:        * src/types/pa_vmail.C: file buffer relocated to parser heap
                   16500: 
                   16501:        * operators.txt: comment on date:calendar week column
                   16502: 
                   16503:        * src/main/pa_common.C: write checked
                   16504: 
                   16505:        * src/main/: pa_common.C: write checked
                   16506: 
                   16507:        * src/classes/date.C: +1 buf size for stupid snprintfs
                   16508: 
                   16509:        * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
                   16510:          month calendar week column [ISO 8601 Week Numbers]
                   16511: 
                   16512: 2002-08-02  paf
                   16513: 
                   16514:        * src/: include/pa_config_fixed.h, main/pa_string.C,
                   16515:          targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
                   16516:          DEBUG*
                   16517: 
                   16518:        * configure, configure.in, src/include/pa_version.h: release
                   16519:          3_0_0005
                   16520: 
                   16521:        * bin/auto.p.dist.in: unhandled_exception comments
                   16522: 
                   16523:        * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
                   16524:          multipart post fixed
                   16525: 
                   16526:        * operators.txt, src/main/pa_request.C, src/types/pa_vform.C:
                   16527:          response transcoded source->client only when text/* or simple
                   16528:          onoverridden $response:body
                   16529: 
                   16530: 2002-08-01  paf
                   16531: 
                   16532:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   16533:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   16534:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   16535:          classes/op.C, classes/response.C, classes/string.C,
                   16536:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   16537:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   16538:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   16539:          include/pa_config_fixed.h, include/pa_dictionary.h,
                   16540:          include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
                   16541:          include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
                   16542:          include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
                   16543:          include/pa_socks.h, include/pa_sql_connection.h,
                   16544:          include/pa_sql_driver_manager.h, include/pa_stack.h,
                   16545:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   16546:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   16547:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   16548:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                   16549:          lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
                   16550:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   16551:          main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
                   16552:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
                   16553:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   16554:          main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
                   16555:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   16556:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   16557:          main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
                   16558:          targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
                   16559:          targets/cgi/parser3.C, targets/cgi/pool_storage.h,
                   16560:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   16561:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
                   16562:          types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
                   16563:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
                   16564:          types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   16565:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
                   16566:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   16567:          types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
                   16568:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   16569:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
                   16570:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   16571:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   16572:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   16573:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   16574:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   16575:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   16576:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   16577:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1.119     moko     16578:          types/pa_wcontext.h, types/pa_wwrapper.h: Date: now
1.95      moko     16579: 
                   16580:        * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
                   16581:          classes/date.C, classes/double.C, classes/file.C, classes/form.C,
                   16582:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   16583:          classes/math.C, classes/op.C, classes/response.C,
                   16584:          classes/string.C, classes/table.C, classes/void.C,
                   16585:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   16586:          include/pa_array.h, include/pa_cache_managers.h,
                   16587:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   16588:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   16589:          include/pa_dictionary.h, include/pa_dir.h,
                   16590:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   16591:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   16592:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   16593:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   16594:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   16595:          include/pa_stack.h, include/pa_string.h,
                   16596:          include/pa_stylesheet_connection.h,
                   16597:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   16598:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   16599:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
                   16600:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   16601:          main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
                   16602:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   16603:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   16604:          main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
                   16605:          main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
                   16606:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   16607:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   16608:          main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   16609:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   16610:          targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
                   16611:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   16612:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   16613:          targets/isapi/pool_storage.h, types/pa_valiased.C,
                   16614:          types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
                   16615:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   16616:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   16617:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   16618:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   16619:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
                   16620:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
                   16621:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   16622:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   16623:          types/pa_vresponse.C, types/pa_vresponse.h,
                   16624:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   16625:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   16626:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   16627:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   16628:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   16629:          types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   16630:          types/pa_wwrapper.h, types/types.dsp, Makefile.am,
                   16631:          classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
                   16632:          types/Makefile.am: ident.C* removed
                   16633: 
                   16634:        * operators.txt, src/classes/file.C, src/main/pa_request.C:
                   16635:          file:find[/can/do/this/now.txt]
                   16636: 
                   16637:        * src/targets/cgi/parser3.C: usage to stdout now
                   16638: 
                   16639: 2002-07-31  paf
                   16640: 
                   16641:        * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
                   16642: 
                   16643:        * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
                   16644:          default "postmaster"
                   16645: 
                   16646:        * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
                   16647:          -f postmaster now default sendmail key word "postmaster"
                   16648:          replaced to $.from
                   16649: 
                   16650: 2002-07-30  paf
                   16651: 
1.116     moko     16652:        * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
                   16653:          src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95      moko     16654: 
                   16655:        * src/main/pa_charset.C: comment
                   16656: 
                   16657:        * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
                   16658:          table, &#decimal;
                   16659: 
                   16660:        * src/main/pa_request.C: comment
                   16661: 
                   16662:        * etc/parser3.charsets/windows-1251.cfg: section sign [russian
                   16663:          paragraf]
                   16664: 
                   16665: 2002-07-11  paf
                   16666: 
                   16667:        * src/main/pa_exec.C: build command line badly added params twice
                   16668:          [and first time without ' ']. double wrong. fixed.
                   16669: 
                   16670:        * src/main/pa_exec.C: invalid .exe caused error message with params
                   16671:          wich parser did not provide = reported badly.  fixed that.
                   16672: 
                   16673:        * src/classes/mail.C: $MAIL[ # xxx ]
                   16674: 
                   16675:          now ok
                   16676: 
                   16677:        * operators.txt: plan: sql detailed exception
                   16678: 
                   16679: 2002-07-01  paf
                   16680: 
                   16681:        * src/: classes/form.C, main/pa_request.C: @conf bug fixed
                   16682:          [MForm.configure_admin were called when request.main_class ==0
                   16683: 
                   16684:        * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
                   16685: 
                   16686:        * src/classes/form.C: content_length type fix
                   16687: 
                   16688: 2002-06-30  paf
                   16689: 
                   16690:        * src/classes/mail.C: merged from 4
                   16691: 
                   16692:        * src/classes/mail.C: restored $MAIL
                   16693: 
                   16694: 2002-06-28  paf
                   16695: 
                   16696:        * configure, configure.in: removed paths.h
                   16697: 
1.116     moko     16698:        * configure, src/include/pa_version.h,
1.95      moko     16699:          src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
                   16700:          merged, makes updated
                   16701: 
                   16702:        * ChangeLog, configure, operators.txt, src/classes/xdoc.C,
                   16703:          src/include/pa_charset.h, src/include/pa_config_fixed.h,
                   16704:          src/include/pa_pool.h, src/include/pa_version.h,
                   16705:          src/main/pa_charset.C, src/main/pa_pool.C,
                   16706:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
                   16707:          src/types/pa_vmail.C: merged latest updates to head
                   16708: 
                   16709: 2002-06-27  paf
                   16710: 
                   16711:        * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
                   16712:          not error now
                   16713: 
                   16714:        * operators.txt, src/classes/xdoc.C, src/include/pa_charset.h,
                   16715:          src/include/pa_config_fixed.h, src/include/pa_pool.h,
                   16716:          src/main/pa_charset.C, src/main/pa_pool.C:
                   16717:          ^xdoc::create[[uri]]... base uri for document being created,
                   16718:          imports and other relative file names would be relative to this
                   16719:          uri default uri=path_translated
                   16720: 
                   16721:        * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
                   16722: 
                   16723: 2002-06-26  paf
                   16724: 
                   16725:        * configure, configure.in, src/include/pa_version.h:
                   16726:          release_3_0_0004
                   16727: 
                   16728:        * src/main/pa_string.C: blank string '', ' <whitespace>' considered
                   16729:          0 now
                   16730: 
                   16731:        * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
                   16732: 
                   16733: 2002-06-25  paf
                   16734: 
                   16735:        * src/main/pa_string.C: emtpy string, or string of whitespaces
                   16736:          considered bad number now
                   16737: 
                   16738:        * operators.txt, src/classes/xdoc.C: ^xdoc.transform[xdoc <<can be
                   16739:          now
                   16740: 
                   16741:        * operators.txt, src/classes/string.C: ^string.normalize  [old
                   16742:          name: optimize
                   16743: 
                   16744:        * configure, configure.in, src/include/pa_config_auto.h.in: crypt
                   16745:          library configured
                   16746: 
                   16747:        * src/main/pa_request.C: configure_admin forced if no @conf
                   16748: 
                   16749:        * operators.txt, bin/auto.p.dist.in, src/classes/math.C,
                   16750:          src/types/pa_vmail.C: ^math:crypt updated to generate random salt
                   16751:          when needed and to call system crypt() if not $apr1$ prefix
                   16752: 
                   16753: 2002-06-24  paf
                   16754: 
                   16755:        * INSTALL: --with-static/shared-mailreceive described
                   16756: 
                   16757:        * src/include/pa_config_fixed.h: ssize_t fixed
                   16758: 
1.116     moko     16759:        * configure, configure.in, src/include/pa_config_auto.h.in,
                   16760:          src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95      moko     16761:          src/types/pa_vmail.C: $mail:received makes update
                   16762: 
                   16763:        * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
                   16764:          WITH_MAILRECEIVE
                   16765: 
                   16766:        * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
                   16767: 
                   16768:        * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
                   16769:          option, for $mail:receive
                   16770: 
                   16771:        * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
                   16772:          introducting $message:received ^mail:send rewritten with backward
                   16773:          comp
                   16774: 
                   16775:        * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
                   16776:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   16777:          types/types.dsp: win32xml win32mailreceive pseudomodules paths
                   16778:          now
                   16779: 
                   16780:        * operators.txt, src/classes/mail.C, src/include/Makefile.am,
                   16781:          src/include/pa_charset.h, src/include/pa_config_fixed.h,
                   16782:          src/include/pa_request.h, src/include/pa_string.h,
                   16783:          src/include/pa_uue.h, src/main/Makefile.am, src/main/main.dsp,
                   16784:          src/main/pa_globals.C, src/main/pa_request.C,
                   16785:          src/main/pa_string.C, src/main/pa_uue.C,
                   16786:          src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
                   16787:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
                   16788:          src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
                   16789:          uue to separate file introducting $message:received ^mail:send
                   16790:          rewritten with backward comp
                   16791: 
                   16792: 2002-06-21  paf
                   16793: 
1.116     moko     16794:        * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
                   16795:          co changes
1.95      moko     16796: 
1.116     moko     16797:        * configure, configure.in, src/lib/md5/Makefile.am,
                   16798:          src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
                   16799:          restructure .in and .am files appropriate changes
1.95      moko     16800: 
                   16801:        * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
                   16802:          pcre to libs/ added libs/md5 which is linked to non-apache
                   16803:          targets ^math:crypt[password;$apr1$salt]
                   16804: 
                   16805:        * INSTALL, configure.in, operators.txt, parser3.dsw,
                   16806:          src/Makefile.am, src/classes/Makefile.am,
                   16807:          src/classes/classes.dsp, src/classes/math.C,
                   16808:          src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.116     moko     16809:          src/lib/pcre/Makefile.am, src/lib/pcre/README,
                   16810:          src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
                   16811:          src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
                   16812:          src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
                   16813:          src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
                   16814:          src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
                   16815:          src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
                   16816:          src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95      moko     16817:          src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
                   16818:          src/lib/pcre/pcre_parser_ctype.dsp,
                   16819:          src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
                   16820:          src/lib/pcre/win-koi.tab, src/main/Makefile.am,
                   16821:          src/main/compile.tab.C, src/main/main.dsp,
                   16822:          src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
                   16823:          src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
                   16824:          src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
                   16825:          to libs/ added libs/md5 which is linked to non-apache targets
                   16826:          ^math:crypt[password;$apr1$salt]
                   16827: 
                   16828: 2002-06-20  paf
                   16829: 
                   16830:        * INSTALL, configure, configure.in, operators.txt, bin/Makefile.am,
1.116     moko     16831:          bin/auto.p.dist.in, src/classes/file.C, src/classes/op.C,
                   16832:          src/doc/doxygen.cfg, src/include/pa_globals.h,
1.95      moko     16833:          src/include/pa_request.h, src/main/execute.C,
                   16834:          src/main/pa_request.C, src/targets/cgi/parser3.C,
                   16835:          src/targets/isapi/parser3isapi.C, src/types/pa_vmethod_frame.h:
                   16836:          marged latest HEAD updates, mainly file:justname&co &
                   16837:          @auto/conf[filespec
                   16838: 
                   16839:        * operators.txt, src/classes/file.C:
                   16840:          !^file:dirname[/a/some.tar.gz]=/a
                   16841:              !^file:dirname[/a/b/]=/a
                   16842:              !^file:basename[/a/some.tar.gz]=some.tar.gz
                   16843:              !^file:justname[/a/some.tar.gz]=some.tar
                   16844:              !^file:justext[/a/some.tar.gz]=gz
                   16845: 
                   16846:        * src/: classes/op.C, include/pa_request.h, main/execute.C,
                   16847:          main/pa_request.C, types/pa_vmethod_frame.h: introducing
                   16848:          @conf/auto[filespec]
                   16849: 
                   16850:        * bin/auto.p.dist.in: <noindex>
                   16851: 
1.116     moko     16852:        * configure: parser3.conf renamed to auto.p autoconf changes
1.95      moko     16853: 
                   16854:        * INSTALL, configure.in, operators.txt, bin/Makefile.am,
                   16855:          bin/auto.p.dist.in, src/doc/doxygen.cfg,
                   16856:          src/include/pa_globals.h, src/targets/cgi/parser3.C,
                   16857:          src/targets/isapi/parser3isapi.C: parser3.conf renamed to auto.p
                   16858: 
                   16859: 2002-06-18  paf
                   16860: 
                   16861:        * configure, configure.in, src/include/pa_version.h: version to
                   16862:          configure.in
                   16863: 
                   16864:        * INSTALL: reflected .conf.dist dir change
                   16865: 
1.116     moko     16866:        * Makefile.am, configure, configure.in, bin/Makefile.am,
                   16867:          etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95      moko     16868:          .in & *.am updated
                   16869: 
                   16870:        * src/classes/file.C: strncasecmp
                   16871: 
                   16872:        * src/classes/file.C: strcasecmp
                   16873: 
1.116     moko     16874:        * bin/Makefile.am, etc/Makefile.am: bin/parser3.conf.dist [moved
                   16875:          from etc
1.95      moko     16876: 
                   16877:        * src/classes/file.C: ^file::exec[script;$.bad error case
                   16878:          insensitive check now
                   16879: 
                   16880:        * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
                   16881: 
                   16882:        * configure, configure.in, src/include/pa_pool.h,
                   16883:          src/include/pa_types.h: pack configure.in detection simplified.
                   16884:          figured out that gcc on sparc not that stupid as thought
                   16885:          previously: on sparc: when it sees packed class it modifies it's
                   16886:          field-access-code to byte operations [stb, ldub] instead of 4byte
                   16887:          operations [st, lduh] so packed must be all parts of packed
                   16888:          class, i.e. it's parents&fields(classes).  for now it's only
                   16889:          String that packed and what was wrong is that it's parent -
                   16890:          Pooled, were not packed. fixed that.
                   16891: 
                   16892: 2002-06-14  paf
                   16893: 
                   16894:        * operators.txt: more precise xml-to-text options
                   16895: 
                   16896:        * operators.txt, src/types/pa_vxnode.C: xnode
                   16897:          attribute_node.name/value xnode pi.node.data
                   16898: 
                   16899: 2002-06-12  paf
                   16900: 
1.116     moko     16901:        * configure, configure.in, src/targets/cgi/Makefile.am,
                   16902:          src/targets/cgi/parser3.C: removed root conf define creation
1.95      moko     16903: 
                   16904:        * INSTALL, configure.in, operators.txt, etc/Makefile.am,
                   16905:          src/include/pa_globals.h, src/include/pa_request.h,
                   16906:          src/main/compile.tab.C, src/main/pa_globals.C,
                   16907:          src/main/pa_request.C, src/targets/cgi/parser3.C,
                   16908:          src/targets/isapi/parser3isapi.C: parser3.conf now one and only
                   16909: 
                   16910:        * src/classes/mail.C: sendmail -ti [default now]
                   16911: 
                   16912:        * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
                   16913:          to be strings. for convinient #ing
                   16914: 
                   16915:        * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
                   16916:          main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
                   16917: 
                   16918:        * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
                   16919:          main/pa_globals.C, main/pa_request.C: @conf
                   16920: 
                   16921: 2002-06-11  paf
                   16922: 
                   16923:        * src/classes/file.C: check simplified
                   16924: 
                   16925:        * src/: classes/file.C, targets/cgi/parser3.dsp,
                   16926:          targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
                   16927:          valid prefix
                   16928: 
                   16929:        * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
                   16930:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
                   16931:          file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
                   16932: 
                   16933: 2002-06-10  paf
                   16934: 
                   16935:        * operators.txt, src/classes/op.C, src/include/pa_common.h,
                   16936:          src/main/pa_common.C: lock failures reported now
                   16937: 
                   16938:        * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
                   16939:          string->double @ compile time were not-enough-checking...
                   16940: 
                   16941:        * src/main/: compile.tab.C, pa_string.C: whitespace after number in
                   16942:          autoconvert now ignored
                   16943: 
                   16944:        * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
                   16945:          check
                   16946: 
                   16947:        * src/classes/mail.C: mail netscape attachment name fixed. todo:
                   16948:          $response:body content-type:name
                   16949: 
                   16950:        * configure, configure.in: hpux check, nsl link, no socket
                   16951: 
                   16952:        * operators.txt: old merge conflict removed
                   16953: 
                   16954:        * configure, configure.in: pack even address access on sparc&co
                   16955:          arch checked in configure
                   16956: 
                   16957:        * configure, src/include/pa_version.h: makes
                   16958: 
                   16959:        * configure, configure.in, src/include/pa_version.h: makes
                   16960: 
                   16961:        * src/main/untaint.C: (bug#2) mail subject got always prepended
                   16962:          with charset even when all letters were 7bit one
                   16963: 
                   16964:        * src/main/pa_common.C: merged fixed -d (bug)
                   16965: 
                   16966:        * src/main/pa_common.C: fixed -d (bug)
                   16967: 
                   16968: 2002-06-03  paf
                   16969: 
                   16970:        * ChangeLog, operators.txt, etc/parser3.charsets/windows-1251.cfg,
                   16971:          src/classes/classes.dsp, src/main/compile.tab.C,
                   16972:          src/main/main.dsp, src/main/pa_globals.C,
                   16973:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
                   16974:          src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
                   16975:          .dsp-s along with reorganized cvs modules dirs structure
                   16976: 
                   16977:        * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
                   16978:          main/pa_globals.C, targets/cgi/parser3.dsp,
                   16979:          targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
                   16980:          modules
                   16981: 
                   16982: 2002-05-28  paf
                   16983: 
                   16984:        * src/targets/cgi/parser3.C: info.uri now ""
                   16985: 
                   16986: 2002-05-17  paf
                   16987: 
                   16988:        * src/classes/: table.C: ^table.save << checked empty
                   16989:          pre/match/post columns
                   16990: 
                   16991: 2002-05-16  paf
                   16992: 
                   16993:        * src/classes/image.C: image::measure can png now
                   16994: 
                   16995: 2002-05-15  paf
                   16996: 
                   16997:        * operators.txt, src/classes/date.C: ^date::create[%H:%M[:%S]]
                   16998:          added
                   16999: 
                   17000:        * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
                   17001: 
                   17002:        * operators.txt, src/classes/date.C: ^date::create[%Y[-%m[-%d[
                   17003:          %H[:%M[:%S]]]]]] [-%m now
                   17004: 
                   17005: 2002-05-14  paf
                   17006: 
                   17007:        * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
                   17008: 
                   17009: 2002-05-07  paf
                   17010: 
                   17011:        * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
                   17012:          src/include/pa_globals.h, src/include/pa_request.h,
                   17013:          src/include/pa_table.h, src/main/compile.tab.C,
                   17014:          src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
                   17015:          src/main/pa_request.C, src/main/pa_table.C,
                   17016:          src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
                   17017:          src/targets/isapi/parser3isapi.dsp,
                   17018:          src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
                   17019:          name2number field now &.  main_method_name now on Request pool
                   17020:          rather on global_pool [Junction+VJunction created on same pool as
                   17021:          name = were created on global pool, causing mem leaks]
                   17022: 
                   17023:        * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
                   17024:          include/pa_request.h, include/pa_table.h, main/compile.tab.C,
                   17025:          main/compile.y, main/main.dsp, main/pa_globals.C,
                   17026:          main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
                   17027:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   17028:          targets/isapi/pool_storage.h, types/types.dsp: Table name2number
                   17029:          field now &.  main_method_name now on Request pool rather on
                   17030:          global_pool [Junction+VJunction created on same pool as name =
                   17031:          were created on global pool, causing mem leaks]
                   17032: 
                   17033: 2002-05-06  paf
                   17034: 
                   17035:        * src/: main/pa_globals.C, targets/cgi/parser3.C,
                   17036:          targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
                   17037:          100*40 bytes per request memory leak [nonpool malloc in globals]
                   17038: 
                   17039:        * src/: main/pa_globals.C, targets/cgi/parser3.C,
                   17040:          targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
                   17041:          100*40 bytes per request memory leak [nonpool malloc in globals]
                   17042: 
                   17043: 2002-04-30  paf
                   17044: 
                   17045:        * configure, src/include/pa_version.h: version now not b
                   17046: 
                   17047:        * src/targets/cgi/parser3.C: request.uri now never 0
                   17048: 
                   17049: 2002-04-29  paf
                   17050: 
                   17051:        * configure.in: removed b
                   17052: 
                   17053:        * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
                   17054:          Exception::comment/type checked in (), no there's no empty
                   17055:          type/comment by default
                   17056: 
                   17057:        * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
                   17058:          src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
                   17059:          src/doc/value.dox, src/include/pa_exception.h,
                   17060:          src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
                   17061:          0001
                   17062: 
                   17063: 2002-04-26  paf
                   17064: 
                   17065:        * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
                   17066:          size reduced
                   17067: 
                   17068: 2002-04-25  paf
                   17069: 
                   17070:        * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
                   17071:          under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
                   17072:          now that took into account
                   17073: 
                   17074:        * operators.txt, src/classes/date.C: ^date::create[2002-12-33
                   17075:          01:03:04]
                   17076: 
                   17077:        * ChangeLog, operators.txt, src/classes/date.C:
                   17078:          ^date::create[2002-12-33 01:03:04]
                   17079: 
                   17080:        * ChangeLog: updated changelog
                   17081: 
                   17082:        * src/classes/table.C: removed restriction on column count to
                   17083:          ^table.hash to work, now must be >0 [were >1]
                   17084: 
                   17085: 2002-04-24  paf
                   17086: 
                   17087:        * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
                   17088:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   17089:          targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
                   17090:          targets
                   17091: 
                   17092: 2002-04-23  paf
                   17093: 
                   17094:        * operators.txt, src/classes/string.C:
                   17095:          int/double/string:sql{}[$.default{code}] fixed [were barking:
                   17096:          "junction used outside of context"]
                   17097: 
                   17098: 2002-04-22  paf
                   17099: 
                   17100:        * types.txt, src/classes/string.C, src/include/pa_string.h,
                   17101:          src/main/pa_string.C, src/types/pa_vstring.C,
                   17102:          src/types/pa_vstring.h: ^string.optimize[]
                   17103: 
                   17104:        * src/: include/pa_globals.h, include/pa_table.h,
                   17105:          main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
                   17106:          table template
                   17107: 
                   17108:        * src/classes/: string.C: optimize removed from string
                   17109:          .left/right/pos
                   17110: 
                   17111:        * src/main/execute.C: rolled back to
                   17112:          before_killing_userjunction_contexts
                   17113: 
                   17114:        * src/main/execute.C: user junctions context killed
                   17115: 
                   17116:        * src/main/execute.C: junctions to local contexts got
                   17117:          cleanized&checked later
                   17118: 
                   17119: 2002-04-19  paf
                   17120: 
                   17121:        * src/: classes/string.C, include/pa_request.h,
                   17122:          include/pa_string.h, main/pa_request.C, main/pa_string.C,
                   17123:          types/pa_vstring.C, types/pa_vstring.h: string now optimized
                   17124:          prior to .left .right .mid .pos .match when that is profitable,
                   17125:          and always before .replace when $ORIGINS(1) optimization disabled
                   17126:          economy from not wasting mem on lots of strings which occur by
                   17127:          lots of String:mid calls to get parts of source string between
                   17128:          found_occurances
                   17129: 
                   17130:        * src/classes/file.C: ovector now local economy: 16 bytes per
                   17131:          ^file:list
                   17132: 
                   17133:        * src/: include/pa_globals.h, include/pa_table.h,
                   17134:          main/pa_globals.C, main/pa_string.C: String::match table columns
                   17135:          globalized, not created @ each ^match anymore economy:
                   17136:          sizeof(Array)+space on 3+x cells=24+ bytes per ^match
                   17137: 
                   17138:        * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
                   17139:          removed from each String::match replace iteration, and made
                   17140:          stacked sizeof(VTable)=12bytes economy on each replace code
                   17141: 
                   17142:        * src/doc/footer.htm: 2001,
                   17143: 
                   17144:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   17145:          string.match[]['] option enables generation of $match.prematch
                   17146:          .match .postmatch columns
                   17147: 
                   17148:        * src/main/pa_string.C: String::match options analized without
                   17149:          cstr-ing them now
                   17150: 
                   17151:        * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
                   17152:          sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
                   17153:          config updated to doxygen 1.2.15, created helper which fixes
                   17154:          minor bugs in chm project files & htm tree.  changed extension to
                   17155:          .htm
                   17156: 
                   17157: 2002-04-18  paf
                   17158: 
                   17159:        * src/doc/doxygen.cfg: .chi generation disabled
                   17160: 
                   17161:        * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
                   17162:          classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
                   17163:          fields&methods
                   17164: 
                   17165:        * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
                   17166:          types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
                   17167:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
                   17168:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
                   17169:          types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
                   17170:          types/pa_vresponse.h, types/pa_vstateless_class.h,
                   17171:          types/pa_vstateless_object.h, types/pa_vstatus.h,
                   17172:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
                   17173:          types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
                   17174:          VStateless_class to VObject
                   17175: 
                   17176:        * src/: main/pa_request.C, types/pa_valiased.h,
                   17177:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   17178:          types/pa_vstring.h: VStateless_string_object speicalized light
                   17179:          version of VStateless_object
                   17180: 
                   17181:        * src/classes/op.C: ^throw comment param made optional
                   17182: 
                   17183:        * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
                   17184:          pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
                   17185:          and implemented down in VClass, fclass_alias removed,
                   17186: 
                   17187:        * src/types/pa_value.C: forced to cut that from .h because of
                   17188:          VStateless_class usage [undefined in .h]
                   17189: 
                   17190:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   17191:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   17192:          main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
                   17193:          merged with OP_CALL, VCodeFrame move to stack [no more heap waste
                   17194:          on each CALL]
                   17195: 
                   17196:        * src/: classes/classes.h, classes/date.C, classes/double.C,
                   17197:          classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
                   17198:          classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
                   17199:          classes/response.C, classes/string.C, classes/table.C,
                   17200:          classes/void.C, classes/xnode.C, include/pa_globals.h,
                   17201:          include/pa_request.h, main/execute.C, main/pa_globals.C,
                   17202:          main/pa_request.C, types/Makefile.am, types/pa_value.h,
                   17203:          types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
                   17204:          types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   17205:          types/pa_vstateless_class.h, types/pa_wcontext.C,
                   17206:          types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
                   17207:          removed Value::fname
                   17208: 
                   17209: 2002-04-17  paf
                   17210: 
                   17211:        * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
                   17212:          doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
                   17213:          doc/pooled.dox, doc/string.dox, doc/targets.dox,
                   17214:          include/pa_pool.h, include/pa_types.h: dox updated to current
                   17215:          state, PTHROW freshen to throw & co
                   17216: 
                   17217:        * src/types/pa_vhash.h: vstring wrong parent fixed
                   17218: 
                   17219:        * src/classes/op.C: taint local result var bug fixed
                   17220: 
                   17221: 2002-04-16  paf
                   17222: 
                   17223:        * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
                   17224:          Attic asm.txt as most interesting
                   17225: 
                   17226:        * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
                   17227:          check, preventing content-length: 0 from appearing
                   17228: 
                   17229:        * src/main/execute.C: $result in @main now taken into account as in
                   17230:          usual functions
                   17231: 
                   17232:        * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
                   17233:          & @unhandled_exception now taken into account as in usual
                   17234:          functions
                   17235: 
                   17236:        * src/doc/postbuild.txt: instructions on post .html build
                   17237: 
                   17238:        * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
                   17239: 
                   17240:        * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
                   17241:          tainted
                   17242: 
                   17243:        * src/main/pa_request.C: uri in error log
                   17244: 
                   17245:        * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
                   17246:          cheched date:create(days) param for validity [later were assumed
                   17247:          valid and crashed on invalid onces]
                   17248: 
                   17249:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   17250:          main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
                   17251:          and used that for removing VString wrapper
                   17252: 
                   17253:        * src/classes/op.C: exception2vhash file now tainted
                   17254: 
                   17255:        * src/classes/op.C: _process pseudo origin copied from local var to
                   17256:          heap
                   17257: 
                   17258:        * src/classes/op.C: extra check on empty file in origin in _execute
                   17259: 
                   17260: 2002-04-15  paf
                   17261: 
                   17262:        * src/: main/execute.C, types/pa_value.h: fixed name update
                   17263: 
                   17264:        * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
                   17265:          functions
                   17266: 
                   17267:        * src/: classes/file.C, classes/hash.C, classes/op.C,
                   17268:          include/pa_request.h, main/execute.C, types/pa_wcontext.h:
                   17269:          started dual write_xxx_lang functions, if checked & works
                   17270: 
                   17271:        * src/: classes/date.C, classes/file.C, classes/mail.C,
                   17272:          classes/string.C, classes/xnode.C, include/pa_request.h,
                   17273:          types/pa_value.h, types/pa_wcontext.h: removed absolutely
                   17274:          unnecessary VString shells
                   17275: 
                   17276:        * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
                   17277:          prev changes]
                   17278: 
                   17279:        * src/: classes/image.C, classes/op.C, classes/string.C,
                   17280:          classes/table.C, include/pa_request.h, main/execute.C,
                   17281:          types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
                   17282:          StringOrValue wcontext result, now ready for dual writes
                   17283: 
                   17284:        * src/targets/cgi/parser3.C: ctime sometimes can be just "",
                   17285:          checked that
                   17286: 
                   17287:        * src/main/: compile.tab.C, compile.y, compile_tools.C,
                   17288:          compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
                   17289:          changed to OP_WRITE_VALUE in var get cases
                   17290: 
                   17291:        * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
                   17292:          include/pa_request.h, main/compile.tab.C, main/compile.y,
                   17293:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   17294:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
                   17295:          switch in hash constructor fixed [were problems with using of
                   17296:          stacked wwrapper after it's death]
                   17297: 
                   17298: 2002-04-12  paf
                   17299: 
                   17300:        * operators.txt, src/classes/table.C: table.select(expression) 0
                   17301: 
                   17302: 2002-04-11  paf
                   17303: 
                   17304:        * src/: classes/string.C, include/pa_request.h, main/execute.C:
                   17305:          Request::process_internal codeFrame & wwrapper stacked [not
                   17306:          wasting  heap anymore]
                   17307: 
                   17308: 2002-04-10  paf
                   17309: 
                   17310:        * src/: classes/double.C, classes/file.C, classes/hash.C,
                   17311:          classes/image.C, classes/int.C, classes/math.C, classes/op.C,
                   17312:          classes/string.C, classes/table.C, classes/void.C,
                   17313:          classes/xdoc.C, include/pa_request.h, main/execute.C,
                   17314:          main/pa_string.C: killed Request::process() wrapping
                   17315:          VString(String) in case we need only String
                   17316: 
                   17317:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   17318:          killed 8 bytes from String.head
                   17319: 
                   17320: 2002-04-09  paf
                   17321: 
                   17322:        * src/: main/compile.tab.C, targets/cgi/parser3.C,
                   17323:          targets/isapi/parser3isapi.C: removed {   char *a;   {      /*sub
                   17324:          local*/char b[...];      a=b; situations
                   17325: 
                   17326:        * operators.txt, src/classes/xdoc.C: xslt params made literal
                   17327: 
                   17328:        * src/classes/xdoc.C: xslt params fixed
                   17329: 
                   17330:        * src/: main/pa_common.C, targets/cgi/parser3.C,
                   17331:          types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
                   17332:          not pool.malloc(MAX_NUMBER) but really neaded
                   17333: 
                   17334:        * operators.txt, src/classes/double.C, src/classes/int.C:
                   17335:          int/double.int/double(default)
                   17336: 
                   17337: 2002-04-04  paf
                   17338: 
                   17339:        * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
                   17340:          [when reconstructing pieces were split by
                   17341:          max_integral(piece.size), thus some strings to replace happen to
                   17342:          be split into two = not replaced)
                   17343: 
                   17344:        * src/targets/cgi/: parser3.C, parser3.dsp: document root in
                   17345:          standalone version = current dir
                   17346: 
                   17347:        * src/targets/cgi/parser3.C: document root in standalone version =
                   17348:          current dir
                   17349: 
                   17350: 2002-04-03  paf
                   17351: 
                   17352:        * configure, configure.in: more checks on nonexistent charset
                   17353: 
1.116     moko     17354:        * INSTALL, configure, configure.in: root config configure options
1.95      moko     17355: 
                   17356: 2002-04-02  paf
                   17357: 
                   17358:        * src/main/compile.C: parser.compile [exception name more like in
                   17359:          doc]
                   17360: 
                   17361: 2002-04-01  paf
                   17362: 
                   17363:        * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
                   17364:          targets/isapi/parser3isapi.dsp: mail subject encoding taken from
                   17365:          .content-type.charset, not .charset
                   17366: 
                   17367: 2002-03-29  paf
                   17368: 
                   17369:        * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
                   17370: 
                   17371:        * operators.txt, src/classes/date.C: ^date::create now may not
                   17372:          supply day, default 1.  checked 29.03 -> 29.02 roll on non 366
                   17373:          days' year.  | 31.05->31.04   roll
                   17374: 
                   17375: 2002-03-28  paf
                   17376: 
                   17377:        * operators.txt, src/classes/date.C, src/classes/op.C,
                   17378:          src/include/pa_globals.h, src/include/pa_hash.h,
                   17379:          src/main/pa_globals.C, src/types/pa_vdate.h: ^cache[file][date]{
                   17380:          ^cache(seconds)    ^cache[date] }
                   17381: 
                   17382:        * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
                   17383:          param
                   17384: 
                   17385: 2002-03-27  paf
                   17386: 
                   17387:        * operators.txt, src/classes/date.C, src/classes/double.C,
                   17388:          src/classes/file.C, src/classes/form.C, src/classes/hash.C,
                   17389:          src/classes/image.C, src/classes/int.C, src/classes/mail.C,
                   17390:          src/classes/math.C, src/classes/op.C, src/classes/string.C,
                   17391:          src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
                   17392:          src/classes/xnode.C, src/include/pa_exception.h,
                   17393:          src/include/pa_request.h, src/include/pa_stylesheet_connection.h,
                   17394:          src/main/compile.C, src/main/compile_tools.C, src/main/execute.C,
                   17395:          src/main/pa_array.C, src/main/pa_charset.C,
                   17396:          src/main/pa_charsets.C, src/main/pa_common.C,
                   17397:          src/main/pa_dictionary.C, src/main/pa_exception.C,
                   17398:          src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
                   17399:          src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
                   17400:          src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
                   17401:          src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
                   17402:          src/types/pa_value.h, src/types/pa_vcookie.C,
                   17403:          src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
                   17404:          src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
                   17405:          src/types/pa_vtable.C, src/types/pa_vxdoc.h,
                   17406:          src/types/pa_vxnode.h, src/types/pa_wcontext.C,
                   17407:          src/types/pa_wwrapper.h: assigned exception types
                   17408: 
                   17409:        * operators.txt, src/classes/op.C, src/include/pa_config_fixed.h,
                   17410:          src/include/pa_request.h, src/main/execute.C,
                   17411:          src/main/pa_request.C: decided agains resetting exception_trace,
                   17412:          just changed name
                   17413: 
                   17414: 2002-03-26  paf
                   17415: 
                   17416:        * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
                   17417:          fixed
                   17418: 
                   17419:        * src/classes/op.C: forced language of $source field of exception
                   17420:          to 'tainted', so that sql-langed-frags could be outputed outside
                   17421:          of connect
                   17422: 
                   17423:        * operators.txt: removed date.roll limit of +-1 offset
                   17424: 
                   17425:        * src/classes/date.C: removed date.roll limit of +-1 offset
                   17426: 
                   17427:        * operators.txt, src/classes/date.C: fixed date roll on
                   17428:          daylightsaving days mktime took into account tm_isdst flag, which
                   17429:          remained from BEFORE roll, but should have been reset
                   17430: 
                   17431: 2002-03-25  paf
                   17432: 
                   17433:        * operators.txt, src/targets/cgi/parser3.C:
                   17434:          http_site_config_filespec
                   17435: 
                   17436:        * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
                   17437:          main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
                   17438:          with any/both --disable-foreign-group-files --disable-execs
                   17439: 
                   17440:        * INSTALL: "--with=sendmail=COMMAND" comment
                   17441: 
                   17442:        * INSTALL, configure, configure.in, src/classes/mail.C,
                   17443:          src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.116     moko     17444:          src/targets/cgi/Makefile.am: --disable-foreign-group-files now
                   17445:          disables execs also.  introducing --sendmail
1.95      moko     17446: 
                   17447:        * operators.txt: pgsql options comment
                   17448: 
                   17449:        * INSTALL: comment on --disable-link-stdcpp
                   17450: 
1.116     moko     17451:        * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
                   17452:          libstdc++ link skipping configure option
1.95      moko     17453: 
                   17454:        * src/: classes/op.C, include/pa_sql_connection.h: sql connection
                   17455:          with error were put to cache with 'marked_to_rollback' flag, all
                   17456:          consequent even OK requests rolled back
                   17457: 
                   17458: 2002-03-22  paf
                   17459: 
                   17460:        * src/main/pa_exec.C: createprocess nowindow flag check on readfile
                   17461:          false return
                   17462: 
                   17463:        * operators.txt: few comments on sets
                   17464: 
                   17465: 2002-03-18  paf
                   17466: 
                   17467:        * operators.txt, src/classes/op.C, src/include/pa_exception.h,
                   17468:          src/include/pa_globals.h, src/include/pa_request.h,
                   17469:          src/include/pa_stack.h, src/main/pa_globals.C,
                   17470:          src/main/pa_request.C: introducing ^try
                   17471: 
                   17472:        * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
                   17473:          types/pa_vdouble.h: removed some tested @tests
                   17474: 
                   17475: 2002-03-15  paf
                   17476: 
                   17477:        * operators.txt, src/classes/table.C: ^table.locate(logical expr)
                   17478: 
                   17479: 2002-03-13  paf
                   17480: 
                   17481:        * src/main/pa_exception.C: checked not-pooled malloc
                   17482: 
                   17483: 2002-03-11  paf
                   17484: 
                   17485:        * INSTALL, configure, configure.in,
                   17486:          src/include/pa_config_auto.h.in: --disable-foreign-group-files
                   17487: 
                   17488:        * src/main/pa_common.C: --disable-foreign-group-files
                   17489: 
                   17490:        * INSTALL: --disable-execs
                   17491: 
                   17492:        * src/main/pa_exec.C: --disable-execs
                   17493: 
                   17494:        * configure, configure.in, src/include/pa_config_auto.h.in:
                   17495:          --disable-execs
                   17496: 
                   17497:        * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
                   17498: 
                   17499:        * src/types/pa_vfile.C: $file.text now 0A linebreaks,
                   17500:          file::exec/cgi linebreaks "0D0A" changed to 0A onces
                   17501: 
                   17502: 2002-03-05  paf
                   17503: 
                   17504:        * operators.txt, src/classes/date.C: date week calendar columns
                   17505:          named
                   17506: 
                   17507:        * operators.txt, src/classes/date.C: date week calendar columns
                   17508:          named
                   17509: 
                   17510:        * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
                   17511:          requires headers to be terminated with \r\n manually [refuses to
                   17512:          separate header/body itself]
                   17513: 
                   17514:        * src/: main/pa_globals.C, targets/cgi/parser3.C,
                   17515:          targets/isapi/parser3isapi.C: isapi site config beside .dll
                   17516: 
                   17517: 2002-03-04  paf
                   17518: 
                   17519:        * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
                   17520:          in PASS language
                   17521: 
                   17522:        * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
                   17523:          deserialize checks on broken file
                   17524: 
                   17525:        * src/targets/isapi/: pa_threads.C, parser3isapi.C,
                   17526:          parser3isapi.dsp: isapi updated
                   17527: 
                   17528: 2002-03-01  paf
                   17529: 
                   17530:        * src/main/pa_exec.C: execle -> execve, now argc OK
                   17531: 
                   17532: 2002-02-28  paf
                   17533: 
                   17534:        * src/main/untaint.C: removed some debug comments
                   17535: 
                   17536:        * src/main/pa_charsets.C: when placing charset to cache using
                   17537:          global name now [were request]
                   17538: 
                   17539:        * configure, configure.in: apache module updated
                   17540: 
                   17541:        * src/main/pa_string.C: origin by first piece preferred before last
                   17542:          piece
                   17543: 
                   17544: 2002-02-27  paf
                   17545: 
                   17546:        * src/main/pa_charset.C: size_t
                   17547: 
                   17548:        * INSTALL: shared/static-xml with-pathlink
                   17549: 
                   17550:        * operators.txt: SMTP comment
                   17551: 
                   17552: 2002-02-26  paf
                   17553: 
                   17554:        * src/main/pa_exec.C: more precise names for vars, cosmetic
                   17555: 
                   17556:        * src/classes/xnode.C: in some situation, xpath query returned
                   17557:          result with type NODESET, but empty nodeset member field, checked
                   17558:          that
                   17559: 
                   17560: 2002-02-22  paf
                   17561: 
                   17562:        * INSTALL: without-zlib comment
                   17563: 
                   17564:        * etc/parser3.charsets/windows-1251.cfg: &deg;
                   17565: 
                   17566:        * configure, configure.in: glib###.a detection fixed
                   17567: 
                   17568:        * INSTALL: hashfile removed from INSTALL
                   17569: 
1.116     moko     17570:        * Makefile.am: make update
1.95      moko     17571: 
                   17572:        * src/main/pa_string.C: string iterators fixed again, so were
                   17573:          String::join_chain
                   17574: 
                   17575:        * src/main/pa_string.C: string iterators fixed again, so were
                   17576:          String::join_chain
                   17577: 
                   17578:        * src/: include/pa_string.h, main/pa_string.C: string iterators
                   17579:          fixed again, so were String::join_chain
                   17580: 
                   17581:        * src/types/pa_vcookie.C: cookie "expires=0" =  "session"
                   17582: 
                   17583:        * operators.txt, src/types/pa_vcookie.C: cookie "expires=0" =
                   17584:          "session"
                   17585: 
1.116     moko     17586:        * configure, configure.in, src/include/pa_config_auto.h.in:
                   17587:          --with-shared-xml --with-static-xml
1.95      moko     17588: 
                   17589:        * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
                   17590:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   17591:          types/types.dsp: *.dsp: removed refereces to win32db & ancient
                   17592:          xalan&xml
                   17593: 
                   17594:        * acconfig.h: acconfig move in cvs[from src/libltdl to /]
                   17595: 
                   17596:        * operators.txt, src/classes/classes.dsp, src/main/main.dsp,
                   17597:          src/types/types.dsp: removed hashfile support from sources for
                   17598:          now
                   17599: 
1.116     moko     17600:        * configure, configure.in, src/classes/Makefile.am,
1.95      moko     17601:          src/classes/hashfile.C, src/include/Makefile.am,
1.116     moko     17602:          src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
                   17603:          src/include/pa_db_manager.h, src/include/pa_db_table.h,
                   17604:          src/main/Makefile.am, src/main/pa_db_connection.C,
1.95      moko     17605:          src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.116     moko     17606:          src/main/pa_globals.C, src/targets/cgi/Makefile.am,
                   17607:          src/types/Makefile.am, src/types/pa_vhashfile.C,
                   17608:          src/types/pa_vhashfile.h: removed hashfile support for now
1.95      moko     17609: 
                   17610: 2002-02-21  paf
                   17611: 
                   17612:        * src/main/untaint.C: removed debug code, activated commented-for
                   17613:          debug parts
                   17614: 
1.116     moko     17615:        * Makefile.am: make cvsupdate
1.95      moko     17616: 
                   17617:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
                   17618:          main/untaint.C: STRING_*FOREACH_ROW changed to stop at
                   17619:          append_row, not at link zero now string to string appending works
                   17620: 
                   17621: 2002-02-20  paf
                   17622: 
                   17623:        * src/: include/pa_string.h, main/execute.C, main/untaint.C,
                   17624:          targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
                   17625:          DEBUG_STRING_APPENDS_VS_EXPANDS
                   17626: 
                   17627:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   17628:          economy: 22%
                   17629: 
                   17630:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   17631:          space uptimized: string::link_row removed
                   17632: 
                   17633:        * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
                   17634:          main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
                   17635:          main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
                   17636:          types/pa_vstring.h: speed uptimized: string::is_empty
                   17637: 
                   17638:        * operators.txt, src/include/pa_common.h,
                   17639:          src/include/pa_config_fixed.h, src/include/pa_string.h,
                   17640:          src/include/pa_types.h, src/main/compile.tab.C,
                   17641:          src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
                   17642:          src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
                   17643:          string append optimiziation idea and estimates
                   17644: 
                   17645: 2002-02-19  paf
                   17646: 
                   17647:        * src/classes/math.C: not used directly [but erroreously reported
                   17648:          that 'is', thus registering twice&other probs]
                   17649: 
                   17650:        * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
                   17651:          to node [element]
                   17652: 
                   17653:        * src/main/compile.C: without string_origins parse error
                   17654:          file+line+col possible
                   17655: 
                   17656:        * src/main/: compile.C: without string_origins not worked
                   17657: 
                   17658: 2002-02-18  paf
                   17659: 
                   17660:        * src/types/pa_vdouble.h: since we have in_expression removed that
                   17661:          trick i've installed into double::as_string
                   17662: 
                   17663:        * src/main/pa_globals.C: extern "C" was removed too fast
                   17664: 
                   17665:        * src/: include/pa_opcode.h, include/pa_request.h,
                   17666:          main/compile.tab.C, main/compile.y, main/execute.C,
                   17667:          types/pa_wcontext.h: in_expression aimed to solve old problem
                   17668:          with string/nonstring values, now in expressions double/int
                   17669:          values are passed as-is, without stupid tostring/fromstring
                   17670:          conversions
                   17671: 
                   17672:        * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
                   17673:          __cplusplus } #endif
                   17674: 
                   17675:        * src/main/compile.tab.C: bison env set so one could compile
                   17676:          without cygwin installed
                   17677: 
                   17678:        * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
                   17679:          targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
                   17680:          gnome xml libs parser .dsp-s changed accordingly
                   17681: 
                   17682:        * operators.txt, src/targets/cgi/parser3.C: PARSER_ROOT_CONFIG
                   17683: 
                   17684:        * operators.txt, src/classes/date.C: date::create [were date::set,
                   17685:          with backward comp
                   17686: 
                   17687:        * src/classes/math.C: math:random range check fixed
                   17688: 
                   17689:        * src/main/: compile.tab.C, compile.y: integer  division stops name
                   17690: 
                   17691:        * INSTALL: local install comment
                   17692: 
1.116     moko     17693:        * ltconfig, ltmain.sh: removed libtool subpart files
1.95      moko     17694: 
1.116     moko     17695:        * acinclude.m4, aclocal.m4, configure, configure.in,
                   17696:          src/include/pa_config_auto.h.in,
                   17697:          src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
                   17698:          src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95      moko     17699: 
                   17700:        * operators.txt: \ comment
                   17701: 
                   17702: 2002-02-13  paf
                   17703: 
                   17704:        * src/include/pa_config_includes.h: sys/time time both included
                   17705:          now.  vaguely remember confilicts on this on some system [not on
                   17706:          six|ablv] so when would see them again would think up proper
                   17707:          check
                   17708: 
1.116     moko     17709:        * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
                   17710:          --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95      moko     17711: 
                   17712:        * src/main/pa_common.C: truncation never occured when writing files
                   17713:          on unix [since i've changed cache mech] fix
                   17714: 
                   17715:        * src/main/pa_common.C: strnchr: sanity check added
                   17716: 
                   17717:        * etc/parser3.charsets/windows-1257.cfg: id added
                   17718: 
                   17719:        * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
                   17720:          baltic charset file generated, in generation script ispunct check
                   17721:          added
                   17722: 
                   17723: 2002-02-08  paf
                   17724: 
1.116     moko     17725:        * src/: include/Makefile.am, sql/Makefile.am,
                   17726:          targets/isapi/Makefile.am: forgotten makes
1.95      moko     17727: 
                   17728:        * src/types/: pa_vcookie.C: VCookie::fill_fields one check
                   17729:          forgotten
                   17730: 
                   17731:        * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
                   17732: 
                   17733:        * INSTALL, README: install&others updated
                   17734: 
                   17735:        * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
                   17736: 
1.116     moko     17737:        * Makefile.am, configure, configure.in,
                   17738:          etc/parser3.charsets/Makefile.am, src/Makefile.am,
                   17739:          src/classes/Makefile.am, src/main/Makefile.am,
                   17740:          src/main/pa_status_provider.C, src/targets/Makefile.am,
                   17741:          src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
                   17742:          works
1.95      moko     17743: 
                   17744:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   17745:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   17746:          classes/hashfile.C, classes/int.C, classes/mail.C,
                   17747:          classes/math.C, classes/op.C, classes/response.C,
                   17748:          classes/string.C, classes/table.C, classes/void.C,
                   17749:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   17750:          include/pa_array.h, include/pa_cache_managers.h,
                   17751:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   17752:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   17753:          include/pa_db_connection.h, include/pa_db_manager.h,
                   17754:          include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
                   17755:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   17756:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   17757:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   17758:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   17759:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   17760:          include/pa_stack.h, include/pa_string.h,
                   17761:          include/pa_stylesheet_connection.h,
                   17762:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   17763:          include/pa_threads.h, include/pa_types.h, main/compile.C,
                   17764:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   17765:          main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
                   17766:          main/pa_db_connection.C, main/pa_db_manager.C,
                   17767:          main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
                   17768:          main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
                   17769:          main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
                   17770:          main/pa_sql_driver_manager.C, main/pa_status_provider.C,
                   17771:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   17772:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   17773:          targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
                   17774:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   17775:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
                   17776:          types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
                   17777:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   17778:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   17779:          types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
                   17780:          types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
                   17781:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
                   17782:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   17783:          types/pa_vrequest.h, types/pa_vresponse.h,
                   17784:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   17785:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   17786:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
                   17787:          types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
                   17788:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
                   17789:          classes/image.C, main/pa_common.C, main/pa_exec.C,
                   17790:          main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
                   17791:          types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
                   17792:          types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
                   17793:          types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
                   17794:          types/pa_vxnode.C, main/pa_charset.C: name spelling
                   17795: 
                   17796:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   17797:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   17798:          classes/hashfile.C, classes/image.C, classes/int.C,
                   17799:          classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
                   17800:          classes/string.C, classes/table.C, classes/void.C,
                   17801:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   17802:          include/pa_array.h, include/pa_cache_managers.h,
                   17803:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   17804:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   17805:          include/pa_db_connection.h, include/pa_db_manager.h,
                   17806:          include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
                   17807:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   17808:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   17809:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   17810:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   17811:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   17812:          include/pa_stack.h, include/pa_string.h,
                   17813:          include/pa_stylesheet_connection.h,
                   17814:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   17815:          include/pa_threads.h, include/pa_types.h, main/compile.C,
                   17816:          main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
                   17817:          main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
                   17818:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   17819:          main/pa_db_connection.C, main/pa_db_manager.C,
                   17820:          main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
                   17821:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   17822:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   17823:          main/pa_socks.C, main/pa_sql_driver_manager.C,
                   17824:          main/pa_status_provider.C, main/pa_string.C,
                   17825:          main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
                   17826:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   17827:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   17828:          targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
                   17829:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   17830:          targets/isapi/pool_storage.h, types/pa_valiased.C,
                   17831:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   17832:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   17833:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   17834:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   17835:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   17836:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   17837:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   17838:          types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
                   17839:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   17840:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   17841:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   17842:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   17843:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   17844:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   17845:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   17846:          types/pa_wcontext.h, types/pa_wwrapper.h: 2002
                   17847: 
                   17848: 2002-02-07  paf
                   17849: 
                   17850:        * src/main/pa_socks.C: swapped headers to avoid compiler warnings
                   17851: 
1.116     moko     17852:        * configure, configure.in, src/include/pa_config_auto.h.in,
                   17853:          src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
                   17854:          added yet another locking function: fcntl
1.95      moko     17855: 
                   17856:        * config.sub: on cygwin configure passes it with strange i1586
                   17857:          const, hacked it to mean i586
                   17858: 
                   17859:        * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
                   17860:          disabled $if reference due to conflicts with local variables
                   17861: 
                   17862:        * operators.txt, src/classes/xdoc.C, src/include/pa_config_fixed.h:
                   17863:          xdoc::set obsolete now, now xdoc::create, with both sences
                   17864: 
                   17865:        * operators.txt, src/classes/table.C, src/include/pa_array.h,
                   17866:          src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
                   17867:          table::create now // 'set' name obsolete now table clone.
                   17868: 
                   17869:        * operators.txt, src/classes/string.C,
                   17870:          src/include/pa_config_fixed.h, src/main/compile.tab.C:
                   17871:          ^int/double/string.format now can be called with normal []
                   17872:          brackets, not stupid {} as it were implemented for some strange
                   17873:          reason.  retaining backward compatibility due to some
                   17874:          already-implemented servers
                   17875: 
                   17876:        * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
                   17877:          main/compile.y, main/compile_tools.C, main/compile_tools.h:
                   17878:          operators now detected by check at name_without_curly_rdive_read
                   17879:          rule whether diving code constists only of
                   17880:          OP_VALUE+string+OP_GET_ELEMENT.  and last op code substituted
                   17881:          with OP_GET_ELEMENT_OR_OPERATOR to form
                   17882:          OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR.  code
                   17883: 
                   17884: 2002-02-06  paf
                   17885: 
                   17886:        * configure, configure.in: prefix expanded, grr
                   17887: 
                   17888:        * operators.txt, src/classes/mail.C: mail:send config changed
                   17889: 
                   17890: 2002-02-05  paf
                   17891: 
                   17892:        * operators.txt: regex options commented
                   17893: 
                   17894:        * src/main/: pa_exec.C: argv0 now correct
                   17895: 
                   17896:        * src/types/pa_vstatus.C: status:rusage 3
                   17897: 
                   17898:        * src/types/pa_vstatus.C: status:rusage 2
                   17899: 
                   17900:        * operators.txt: status:rusage described int operators
                   17901: 
                   17902:        * src/types/pa_vstatus.C: status:rusage 1
                   17903: 
                   17904:        * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
                   17905:          src/types/types.dsp: status:rusage
                   17906: 
                   17907:        * configure.in, operators.txt, src/classes/file.C,
                   17908:          src/classes/op.C, src/include/pa_common.h,
                   17909:          src/include/pa_config_includes.h, src/main/compile.tab.C,
                   17910:          src/main/pa_common.C: rewritten ^cache to use
                   17911:          non-blocking-exclusive-caches
                   17912: 
                   17913:        * src/main/pa_common.C: text file read mode on win32 adjusted
                   17914:          [speed impact. was off for debugging purpose, but forgotten
                   17915:          afterwards]
                   17916: 
                   17917: 2002-02-01  paf
                   17918: 
                   17919:        * src/classes/op.C: file_write does EX lock after create, while
                   17920:          file_read does SH after open, so there's a moment after create
                   17921:          but before EX lock when read can sneak into, and read
                   17922:          just-created-for-writing-and-not-yet-locked file, added a check
                   17923:          for that in ^cache...read
                   17924: 
                   17925: 2002-01-31  paf
                   17926: 
                   17927:        * src/main/: compile.y, compile.tab.C: disabled operator call after
                   17928:          ^xxx:
                   17929: 
                   17930:        * src/main/: compile.tab.C, execute.C: made operators lookup first
                   17931:          in ^xxx situation.  so that one could not do $if[1] ^if[xxx]
                   17932: 
                   17933:        * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
                   17934:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                   17935:          main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
                   17936:          operators check 6.1 rewritten. now check is done at compile time
                   17937: 
                   17938:        * src/main/execute.C: operators check 5 floated up old error of
                   17939:          staying in 'entered class/object' state after $a($a..) it
                   17940:          prevented operators from being called thereafter
                   17941: 
                   17942:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   17943:          main/execute.C: operators check 4 floated up old error of staying
                   17944:          in 'entered object' state after ^a.a(a) it prevented operators
                   17945:          from being called thereafter
                   17946: 
                   17947:        * src/main/execute.C: operators check 3 floated up old error of
                   17948:          staying in 'entered class' state after $a:a(a) it prevented
                   17949:          operators from being called thereafter
                   17950: 
                   17951:        * src/: main/execute.C, types/pa_wcontext.h: operators check 2
                   17952:          floated up old error of staying in 'entered class' state after
                   17953:          $a:a[a] it prevented operators from being called thereafter
                   17954: 
                   17955:        * src/main/execute.C: operators check, thay mistakenly seen in
                   17956:          $class:operator   $object.operators contexts
                   17957: 
                   17958:        * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
                   17959:          win32
                   17960: 
1.116     moko     17961:        * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
                   17962:          src/classes/Makefile.am, src/main/Makefile.am,
                   17963:          src/targets/cgi/Makefile.am,
1.95      moko     17964:          src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.116     moko     17965:          src/types/Makefile.am: lowered indent.awk back to src/
1.95      moko     17966: 
1.116     moko     17967:        * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
                   17968:          acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
                   17969:          configure, configure.in, form.txt, ident.awk, install-sh,
                   17970:          lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
                   17971:          operators.txt, parser3.dsw, sql.txt, types.txt, etc/Makefile.am,
1.95      moko     17972:          etc/parser3.charsets/Makefile.am,
                   17973:          etc/parser3.charsets/koi8-r.cfg,
                   17974:          etc/parser3.charsets/windows-1250.cfg,
                   17975:          etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.116     moko     17976:          src/classes/Makefile.am, src/include/pa_config_auto.h.in,
                   17977:          src/main/Makefile.am, src/targets/cgi/Makefile.am,
                   17978:          src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
                   17979:          out of src, moved configure&co out of src added windows-1250.cfg
1.95      moko     17980:          straightened installation scripts procedure made
                   17981:          targets/cgi/parser3.C be dependant on ./configure --sysconfdir
                   17982:          change
                   17983: 
                   17984: 2002-01-30  paf
                   17985: 
                   17986:        * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
                   17987:          removed] those comments were a mistake, and prevented libltdl
                   17988:          from function properly
                   17989: 
                   17990: 2002-01-29  paf
                   17991: 
1.116     moko     17992:        * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
                   17993:          creation [modified acinclude.m4 which were creating int into just
                   17994:          assignment LIBTOOL=../libtool] added default system
                   17995:          config&charsetts prepared 'make install', now it installs
                   17996:          targets/cgi/parser3 into bin directory etc/parser3.conf &
                   17997:          etc/parser3.charsets/* into $sysconfdir and
1.95      moko     17998:          $sysconfdir/parser3.charsets respectively
                   17999: 
                   18000:        * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
                   18001:          main/pa_globals.C: few forgotten ifdef XML added
                   18002: 
                   18003: 2002-01-28  paf
                   18004: 
1.116     moko     18005:        * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95      moko     18006:          removed
                   18007: 
                   18008:        * src/main/pa_exception.C: dom|generic error output fix
                   18009: 
                   18010:        * src/classes/xnode.C: xdoc.importNode 3 [check err]
                   18011: 
                   18012:        * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
                   18013: 
                   18014:        * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
                   18015:          [fixed as_node helper func to accept docs]
                   18016: 
                   18017:        * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
                   18018:          xdoc.importNode 0
                   18019: 
                   18020:        * src/classes/xdoc.C: xdoc::set now untaints OK
                   18021: 
                   18022: 2002-01-25  paf
                   18023: 
                   18024:        * src/main/: compile.tab.C, compile.y: #comment  before @ after
                   18025:          @SPECIAL now works OK
                   18026: 
                   18027:        * src/main/: pa_exec.C: unix: exec now does chdir to script dir
                   18028: 
                   18029:        * src/main/pa_exec.C: max arg count now 10, and proper message on
                   18030:          violation that added
                   18031: 
                   18032:        * src/classes/hash.C: unified  hash::sql, now
                   18033:          ^hash::sql{query}[[$.limit(2) $.offset(4)]]
                   18034: 
                   18035:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
                   18036:          ^file:lock[filename]{code}
                   18037: 
                   18038:        * src/: classes/file.C, classes/op.C, classes/string.C,
                   18039:          classes/table.C, classes/xdoc.C, include/pa_common.h,
                   18040:          main/pa_common.C, types/pa_vfile.h: removed redundant pool param
                   18041:          to some pa_common funcs
                   18042: 
                   18043:        * src/: include/pa_charset.h, main/pa_globals.C:
                   18044:          http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
                   18045: 
                   18046:        * src/: include/pa_charset.h, main/pa_charset.C,
                   18047:          include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
                   18048:          not stupid illegal define
                   18049: 
                   18050: 2002-01-24  paf
                   18051: 
                   18052:        * src/include/pa_version.h: changed version number
                   18053: 
                   18054:        * src/: classes/hashfile.C, include/pa_db_table.h,
                   18055:          include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   18056:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   18057:          main/pa_db_connection.C, main/pa_db_table.C,
                   18058:          types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
                   18059:          hashfile without logfiles
                   18060: 
                   18061:        * src/: classes/hashfile.C, include/pa_db_table.h,
                   18062:          main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
                   18063:          types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
                   18064:          of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
                   18065:          DB_INIT_TXN init bits, thus got rid of huge log files, which
                   18066:          cluttered disk without huge need]
                   18067: 
                   18068:        * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
                   18069:          handy macro, which is strangly abscent in dome lib
                   18070: 
                   18071:        * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
                   18072: 
                   18073:        * src/classes/xdoc.C: checked empty response
                   18074: 
                   18075:        * src/classes/xnode.C: xdoc.select fixed context node [were always
                   18076:          /, not self node]
                   18077: 
                   18078:        * src/classes/xnode.C: xnode.select returns array always now, in
                   18079:          case 'nothing found' returns empty array
                   18080: 
                   18081:        * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
                   18082:          be more tender with ctrl/c/v
                   18083: 
                   18084: 2002-01-23  paf
                   18085: 
                   18086:        * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
                   18087:          substituted.         // 2. when dom tree with entites goes under
                   18088:          transform text nodes        // got [erroreosly] cut on first
                   18089:          entity occurance
                   18090: 
                   18091:        * src/types/pa_vdouble.h: double prec. todo: get rid of
                   18092:          twice-converting
                   18093: 
                   18094:        * src/types/pa_vdouble.h: %.20E now float format when %g produced
                   18095:          'e' in output this is for regretful twice-converting here:
                   18096:          $a(double value) when they write double falue  they convert it to
                   18097:          string first, thus %g were losing precesion.
                   18098: 
                   18099:          todo: think up some way to remove double->string string->double
                   18100:          twice-converting
                   18101: 
                   18102:        * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
                   18103:          %.20E now default float format this is for regretful
                   18104:          twice-converting here: $a(double value) when they write double
                   18105:          falue  they convert it to string first, thus %g were losing
                   18106:          precesion.
                   18107: 
                   18108:          todo: think up some way to remove double->string string->double
                   18109:          twice-converting
                   18110: 
                   18111:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   18112:          main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
                   18113:          reasons in comment inside
                   18114: 
                   18115:        * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
                   18116:          statically linked]
                   18117: 
                   18118:        * src/: include/pa_exception.h, main/compile.tab.C,
                   18119:          main/pa_exception.C: removed exception va_list constructor.  1.
                   18120:          not needed anymore 2. there were a conflict[causing errors]
                   18121:          between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
                   18122:          never detected an ambiguilty here, compiling ctor(, "hello") into
                   18123:          ctor(, va_list) which, of course, caused gpf
                   18124: 
                   18125:        * src/main/pa_globals.C: removed debug xslt messages
                   18126: 
                   18127: 2002-01-22  paf
                   18128: 
                   18129:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   18130:          main/pa_globals.C: xsl stylesheet load: parsed entities, this
                   18131:          helps compiling stylesheet properly.  example: this refused to
                   18132:          work,             <b>&laquo;<xsl:value-of select="@title"
                   18133:          />&raquo;</b> stranly worked only this way:
                   18134:          <b>&#171;<xsl:value-of select="@title" />&raquo;</b>
                   18135: 
                   18136:          docs says "set it to 1", never going into details, so I decided
                   18137:          to try NOT to do that
                   18138: 
                   18139:        * src/classes/table.C: join behaived badly in case named tables
                   18140:          structure mismatched: 0 strings sneaked into dest failing
                   18141:          afterwards.  replaced them with empty strings
                   18142: 
                   18143: 2002-01-21  paf
                   18144: 
                   18145:        * src/main/pa_charset.C: checked empty transcoders in
                   18146:          transcode_cstr|buf
                   18147: 
                   18148:        * src/classes/xdoc.C: xdoc::load error source = filespec
                   18149: 
                   18150:        * src/classes/xdoc.C: transform error source now
                   18151:          stylesheet_filespec
                   18152: 
1.116     moko     18153:        * src/: classes/xdoc.C, classes/xnode.C,
1.95      moko     18154:          include/pa_stylesheet_connection.h, main/pa_charset.C,
                   18155:          main/pa_globals.C, main/pa_sql_driver_manager.C,
1.116     moko     18156:          main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
                   18157:          gnome
1.95      moko     18158: 
                   18159:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
                   18160:          include/pa_globals.h, include/pa_stylesheet_connection.h,
                   18161:          main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
                   18162:          xslt generic error 1
                   18163: 
                   18164:        * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
                   18165:          xml generic message 1
                   18166: 
                   18167:        * src/classes/table.C: ^table::load empty lines or #comments before
                   18168:          headline
                   18169: 
                   18170:        * src/: include/pa_array.h, include/pa_globals.h,
                   18171:          include/pa_request.h, include/pa_threads.h, main/pa_array.C,
                   18172:          main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
                   18173:          targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
                   18174:          errors 0
                   18175: 
                   18176: 2002-01-16  paf
                   18177: 
                   18178:        * src/: classes/hash.C, classes/op.C, classes/string.C,
                   18179:          classes/table.C, classes/void.C, classes/xdoc.C,
                   18180:          include/pa_db_connection.h, include/pa_request.h,
                   18181:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   18182:          include/pa_stylesheet_connection.h,
                   18183:          include/pa_stylesheet_manager.h, main/pa_request.C,
                   18184:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   18185:          targets/cgi/pool_storage.h: auto closers to sql_connection,
                   18186:          stylesheet_connection auto destroyers to remaining gnome objects
                   18187: 
                   18188:        * src/classes/xdoc.C: few comments
                   18189: 
                   18190: 2002-01-15  paf
                   18191: 
                   18192:        * src/classes/xdoc.C: xdoc   file   save   string
                   18193: 
                   18194:          ready.  todo: error handling
                   18195: 
                   18196:        * src/classes/xdoc.C: xdoc save rewritten using
                   18197:          xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
                   18198:          result
                   18199: 
                   18200:        * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
                   18201:          started output options parsing
                   18202: 
                   18203: 2002-01-14  paf
                   18204: 
                   18205:        * src/classes/xdoc.C: method
                   18206: 
                   18207:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
                   18208:          include/pa_pool.h, include/pa_stylesheet_connection.h,
                   18209:          main/main.dsp, main/pa_charset.C, main/pa_globals.C,
                   18210:          main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
                   18211:          xslt transform0.  TODO:   use output options   handle errors
                   18212: 
                   18213:        * src/classes/: xdoc.C, xnode.C: ^xdoc.file
                   18214: 
                   18215: 2002-01-11  paf
                   18216: 
                   18217:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   18218:          main/compile_tools.C, main/compile_tools.h, main/execute.C:
                   18219:          partial logical && || evaluation
                   18220: 
                   18221:        * src/classes/xnode.C: xpath selectNodes
                   18222: 
                   18223:        * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
                   18224:          string/number/bool
                   18225: 
                   18226:        * src/classes/xnode.C: xpath selectNode 2
                   18227: 
                   18228:        * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
                   18229:          xpath selectNode 1
                   18230: 
                   18231: 2002-01-10  paf
                   18232: 
                   18233:        * src/classes/xnode.C: xpath selectNode -100 [just written]
                   18234: 
                   18235:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
                   18236:          include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
                   18237:          main/pa_pool.C: GdomeDOMString_auto_ptr  c++ wrapper [calls
                   18238:          refcounter]
                   18239: 
                   18240: 2001-12-29  paf
                   18241: 
                   18242:        * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
                   18243:          main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
                   18244:          glib works 0
                   18245: 
                   18246: 2001-12-28  paf
                   18247: 
                   18248:        * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
                   18249:          main/pa_exception.C: started glib transcoders
                   18250: 
                   18251:        * src/main/pa_globals.C: renamed gdome to libgdome.dll
                   18252: 
                   18253:        * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
                   18254:          classes/xnode.C, classes/xnode.h, include/pa_exception.h,
                   18255:          include/pa_globals.h, main/compile.tab.C, main/main.dsp,
                   18256:          main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
                   18257:          main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
                   18258:          targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
                   18259:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
                   18260:          libs just compiled in.  no refcounting no xpath no xslt   yet
                   18261: 
                   18262: 2001-12-27  paf
                   18263: 
                   18264:        * src/: include/pa_charset.h, include/pa_common.h,
                   18265:          include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
                   18266:          main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
                   18267:          main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
                   18268:          targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   18269:          types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
                   18270:          from xalan&xerces, started the process.  globals [initialization
                   18271:          pool [charset update charset [transcodings vxnode vxdoc [DOM
                   18272:          calls
                   18273: 
                   18274:        * src/classes/Makefile.am: going away from xalan&xerces, not needed
                   18275:          anymore
                   18276: 
                   18277: 2001-12-26  paf
                   18278: 
                   18279:        * src/: include/pa_charset.h, include/pa_charsets.h,
                   18280:          main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
                   18281:          key globalized [bug]
                   18282: 
                   18283: 2001-12-25  paf
                   18284: 
                   18285:        * src/: classes/mail.C, classes/table.C, include/pa_string.h,
                   18286:          main/pa_string.C: table set & append changed splitting languages,
                   18287:          separators now can be clean AND as-is same to mail command line
                   18288:          $MAIN:MAIL.progX arguments
                   18289: 
                   18290: 2001-12-24  paf
                   18291: 
                   18292:        * src/classes/mail.C: one parted text messages - no multipart
                   18293:          mime-type anymore.  for convinient if $.attach-ments
                   18294: 
                   18295:        * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
                   18296:          main/pa_string.C: read from cache size check updated
                   18297: 
                   18298:        * src/main/: pa_string.C: String::join_chain another ugly bug :(
                   18299: 
                   18300: 2001-12-21  paf
                   18301: 
                   18302:        * src/classes/date.C: date:sql-string now returns localtime
                   18303: 
                   18304:        * src/main/pa_request.C: $result in @main actually not working, to
                   18305:          hell with it for now
                   18306: 
                   18307:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   18308:          types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
                   18309:          @postprocess @exception
                   18310: 
                   18311:        * src/main/execute.C: junction evaluation canceled - endless
                   18312:          recursion detected
                   18313: 
                   18314: 2001-12-19  paf
                   18315: 
                   18316:        * src/main/pa_charset.C: charset->charset transcoding via unicode
                   18317:          intermediate
                   18318: 
                   18319:        * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
                   18320: 
                   18321:        * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
                   18322: 
                   18323:        * src/classes/op.C: ^cache keypath now relative
                   18324: 
                   18325:        * src/classes/mail.C: changed weighting prior to sort
                   18326: 
                   18327:        * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
                   18328:          were missing
                   18329: 
                   18330: 2001-12-17  paf
                   18331: 
                   18332:        * src/main/pa_charset.C: ifndef XML were bad type
                   18333: 
                   18334:        * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
                   18335:          outdated unset services_pool
                   18336: 
                   18337:        * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
                   18338:          main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
                   18339:          types/pa_vresponse.C: ^mail:send[    $.charset[zzz] addded
                   18340: 
                   18341:        * src/main/untaint.C: allowed space in filespec
                   18342: 
                   18343:        * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
                   18344: 
                   18345:        * src/classes/image.C: no govno
                   18346: 
                   18347:        * src/classes/image.C: govno
                   18348: 
                   18349: 2001-12-16  paf
                   18350: 
                   18351:        * src/include/: pa_charset.h, pa_charsets.h: forgot to add
                   18352: 
                   18353:        * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
                   18354:          charset_connection&manager replaced by charset&charsets
                   18355: 
                   18356:        * src/main/pa_charset.C: name_cstr 0
                   18357: 
                   18358:        * src/main/untaint.C: uri lang now knows about client/source
                   18359:          charsets
                   18360: 
                   18361:        * src/: classes/file.C, classes/math.C, classes/op.C,
                   18362:          classes/string.C, classes/table.C, classes/xdoc.C,
                   18363:          include/pa_array.h, include/pa_cache_managers.h,
                   18364:          include/pa_charset_connection.h, include/pa_charset_manager.h,
                   18365:          include/pa_common.h, include/pa_db_connection.h,
                   18366:          include/pa_db_manager.h, include/pa_db_table.h,
                   18367:          include/pa_dictionary.h, include/pa_exception.h,
                   18368:          include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
                   18369:          include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
                   18370:          include/pa_sapi.h, include/pa_socks.h,
                   18371:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   18372:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   18373:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   18374:          include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
                   18375:          main/pa_charset.C, main/pa_charset_connection.C,
                   18376:          main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
                   18377:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   18378:          main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
                   18379:          types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
                   18380:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   18381:          types/types.dsp: introducing Charset
                   18382: 
                   18383: 2001-12-14  paf
                   18384: 
                   18385:        * src/: include/pa_request.h, include/pa_transcoder.h,
                   18386:          main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
                   18387:          types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
                   18388:          uri lang
                   18389: 
                   18390:        * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
                   18391: 
                   18392:        * src/targets/cgi/Makefile.am: -I../../pcre  to .am
                   18393: 
                   18394:        * src/: include/pa_globals.h, main/pa_globals.C: removed unused
                   18395:          defalts_name global
                   18396: 
                   18397:        * src/: include/pa_charset_connection.h, include/pa_pool.h,
                   18398:          include/pa_request.h, main/main.dsp,
                   18399:          main/pa_charset_connection.C, main/pa_charset_manager.C,
                   18400:          main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
                   18401:          types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
                   18402:          include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
                   18403:          changed charset model.  now important: $request:charset
                   18404:          $response:charset while $response:content-type.charset become
                   18405:          unimportant [informational]
                   18406: 
                   18407: 2001-12-13  paf
                   18408: 
                   18409:        * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
                   18410: 
                   18411:        * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
                   18412:          of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
                   18413:          auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
                   18414:          _Tp = FormatterListener] /usr/include/g++-3/memory:48:
                   18415:          auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
                   18416:          [with _Tp1 = FormatterListener, _Tp = FormatterListener]
                   18417: 
                   18418:        * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
                   18419:          auto_ptr part other way, because of stupid gcc 2.96
                   18420:          /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
                   18421:          &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
                   18422:          FormatterListener] /usr/include/g++-3/memory:48:
                   18423:          auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
                   18424:          _Tp1 = FormatterListener, _Tp = FormatterListener]
                   18425: 
                   18426:        * src/classes/xdoc.C: removed extra inc
                   18427: 
                   18428:        * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
                   18429: 
                   18430:        * src/include/pa_types.h: msvc head debugging flag
                   18431: 
                   18432:        * src/classes/xdoc.C: freed up listener
                   18433: 
                   18434:        * src/classes/string.C: change msg '... code is not code'
                   18435: 
                   18436:        * src/: main/pa_db_connection.C, main/pa_db_manager.C,
                   18437:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   18438:          targets/cgi/pool_storage.h: couple cache expiratiors were wrong
                   18439:          [past/future prob]
                   18440: 
                   18441:        * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
                   18442:          include/pa_config_fixed.h, include/pa_db_manager.h,
                   18443:          include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
                   18444:          main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
                   18445: 
                   18446:        * src/: include/pa_config_fixed.h, main/pa_common.C,
                   18447:          main/pa_string.C: removed signed mismatch warnings
                   18448: 
                   18449:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
                   18450:          'expires' from header outputs
                   18451: 
                   18452:        * src/main/pa_string.C: string::recustruct erroreusly used outdated
                   18453:          row ptr
                   18454: 
                   18455:        * src/classes/file.C: file::cgi bug, request_method were passed to
                   18456:          SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
                   18457: 
                   18458:        * src/classes/xdoc.C: lang list updated
                   18459: 
                   18460: 2001-12-10  paf
                   18461: 
                   18462:        * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
                   18463: 
                   18464:        * src/main/untaint.C: FILE_SPEC untainting changed so that one can
                   18465:          erase files like that, knowing their full name introducing   //
                   18466:          theoretical problem with, for instance, "_2B" and "." fragments,
                   18467:          // they would yield the same    // because
                   18468:          need_file_encode('_')=false  // but we need to delete such files
                   18469:          somehow, getting names from ^index
                   18470: 
                   18471:        * src/main/pa_string.C: ^string.replace bug fixed [bad
                   18472:          string::join_chank break]
                   18473: 
                   18474: 2001-12-07  paf
                   18475: 
                   18476:        * src/: classes/hashfile.C, classes/op.C, classes/table.C,
                   18477:          include/pa_common.h, include/pa_config_auto.h.in,
                   18478:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   18479:          include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
                   18480:          main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
                   18481:          types/pa_vhashfile.C: merged from r14_simple_cache
                   18482: 
                   18483:        * src/main/pa_string.C: stupid sparc architecture failed to access
                   18484:          short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
                   18485:             lduh  [ %i2 + 1 ], %l0
                   18486: 
                   18487:          bus error, fixed that
                   18488: 
                   18489:        * src/main/pa_string.C: strange string deserialize bug on
                   18490:          client[pmts], a bit shortened,
                   18491: 
                   18492:        * src/include/pa_config_auto.h.in: makes
                   18493: 
                   18494:        * src/: include/pa_common.h, include/pa_config_fixed.h,
                   18495:          include/pa_config_includes.h, main/pa_common.C: exclusive lock
                   18496:          file write shared lock file read
                   18497: 
                   18498:        * src/: classes/op.C, include/pa_common.h,
                   18499:          include/pa_config_fixed.h, main/pa_common.C: ^cache operator
                   18500: 
                   18501: 2001-12-06  paf
                   18502: 
                   18503:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   18504:          main/pa_request.C: #ifdef RESOURCES_DEBUG
                   18505: 
                   18506:        * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
                   18507:          info
                   18508: 
                   18509:        * src/classes/hashfile.C: removed transaction from ^cache
                   18510: 
                   18511: 2001-12-05  paf
                   18512: 
                   18513:        * src/targets/cgi/: parser3.C: fatal error reporting fixed.  in
                   18514:          IIS5 there were a prob with illegal call check
                   18515: 
                   18516: 2001-12-04  paf
                   18517: 
                   18518:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   18519:          main/pa_request.C: measures to log
                   18520: 
                   18521: 2001-11-23  paf
                   18522: 
                   18523:        * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
                   18524:          main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
                   18525:          types/pa_vhashfile.C: merged from _0014, 1
                   18526: 
                   18527:        * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
                   18528:          main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
                   18529:          hashfile bugfix2 more wrong sizes.  ^cache behaviour changed: if
                   18530:          ^cache(33) would change
                   18531: 
                   18532:          0660 bits in file_write & hashfile create
                   18533: 
                   18534:        * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
                   18535:          after pa_string optimization]
                   18536: 
                   18537: 2001-11-22  paf
                   18538: 
                   18539:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                   18540:          table.offset[whence]
                   18541: 
                   18542:        * src/classes/op.C: process cstr(,connection)
                   18543: 
                   18544:        * src/classes/op.C: process now gets its body on current language,
                   18545:          not as-is
                   18546: 
                   18547:        * src/main/untaint.C: ORIGINS mode removed UHTML
                   18548: 
                   18549:        * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
                   18550:          bit
                   18551: 
1.116     moko     18552:        * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95      moko     18553: 
                   18554: 2001-11-21  paf
                   18555: 
                   18556:        * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
                   18557:          <xsl:output output options made identical to xsl:output
                   18558:          attributes exclusion:    cdata-section-elements what xalan can do
                   18559:          but that not used now:    it can escape and remove CDATA sections
                   18560: 
                   18561:        * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
                   18562:          produced by xslt
                   18563: 
                   18564:        * src/targets/cgi/parser3.C: removed debug cgi||1
                   18565: 
                   18566:        * src/main/: pa_string.C, untaint.C: cached some string::size() es
                   18567: 
                   18568:        * src/: classes/table.C, main/pa_string.C, main/untaint.C,
                   18569:          targets/cgi/parser3.C: table.append bug fixed: forgot to switch
                   18570:          default language for {code}, it happen to change it's language
                   18571:          from CLEAN, so later refused to split by CLEAN \t
                   18572: 
                   18573: 2001-11-20  paf
                   18574: 
1.116     moko     18575:        * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
                   18576:          main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95      moko     18577:          bottom of dependeces, so that errors would popup quicklier, fixed
                   18578:          line numbering in table::sql
                   18579: 
                   18580: 2001-11-19  paf
                   18581: 
                   18582:        * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
                   18583:          include/pa_types.h, main/pa_globals.C, main/pa_request.C,
                   18584:          main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
                   18585:          targets/isapi/parser3isapi.C, types/pa_wcontext.C,
                   18586:          types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
                   18587:          at wcontext.write
                   18588: 
1.116     moko     18589:        * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95      moko     18590:          _set_new_handler
                   18591: 
1.116     moko     18592:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
                   18593:          set_new_handler in apache&isapi
1.95      moko     18594: 
                   18595: 2001-11-16  paf
                   18596: 
                   18597:        * src/targets/cgi/parser3.C: pool debug @ die
                   18598: 
                   18599:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
                   18600:          removed 8 bytes from String, 2 bytes from
                   18601:          string::chunk::row::item
                   18602: 
                   18603:        * src/main/pa_string.C: removed 1+4 bytes from String
                   18604: 
                   18605:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
                   18606:          types/pa_vstring.C: removed 1+4 bytes from String
                   18607: 
                   18608:        * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
                   18609:          0
                   18610: 
                   18611:        * src/: include/pa_globals.h, include/pa_string.h,
                   18612:          include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
                   18613:          main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
                   18614:          targets/cgi/parser3.C: introducing estimating
                   18615:          String::cstr_bufsize, 0
                   18616: 
                   18617:        * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
                   18618: 
                   18619:        * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
                   18620: 
                   18621:        * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
                   18622:          include/pa_pool.h: die in pool::fail
                   18623: 
                   18624: 2001-11-15  paf
                   18625: 
                   18626:        * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
                   18627:          main/pa_exception.C, targets/cgi/parser3.C: exception with
                   18628:          dynamic buffer re-back now with counter
                   18629: 
                   18630:        * src/: include/pa_exception.h, main/pa_exception.C: exception with
                   18631:          static buffer back
                   18632: 
                   18633:        * src/targets/cgi/parser3.C: std::
                   18634: 
                   18635:        * src/: classes/classes.awk, include/pa_config_auto.h.in,
                   18636:          include/pa_config_includes.h: setnewhandler check
                   18637: 
1.116     moko     18638:        * src/include/pa_config_auto.h.in: makes
1.95      moko     18639: 
                   18640:        * src/targets/cgi/parser3.C: set_new_handler started
                   18641: 
                   18642: 2001-11-14  paf
                   18643: 
                   18644:        * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
                   18645:          was wrong
                   18646: 
                   18647:        * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
                   18648:          was wrong
                   18649: 
                   18650:        * src/main/pa_request.C: z
                   18651: 
                   18652:        * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
                   18653:          full returns win32 -1 solaris >buffer_size
                   18654: 
                   18655:          checked all that
                   18656: 
                   18657:        * src/classes/op.C: ^untaint{body} as-is default now
                   18658: 
                   18659:        * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
                   18660:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
                   18661:          with no_bad_constructors_try
                   18662: 
                   18663:        * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
                   18664:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
                   18665:          this: $bred[^string::length[]] $bred[^response::clear[]]
                   18666:          $bred[^int::int[]]
                   18667: 
                   18668:          now VObject creation moved into overriden
                   18669:          VClass::create_new_value, thus 0 from create_new_value means that
                   18670:          class has no ctors
                   18671: 
                   18672: 2001-11-13  paf
                   18673: 
                   18674:        * src/classes/classes.C: returned accedently removed if in foreach
                   18675:          callbacks [when hash no-0-restructure]
                   18676: 
                   18677: 2001-11-12  paf
                   18678: 
                   18679:        * src/main/pa_pool.C: changed xdoc createXXX politics, now string
                   18680:          passed as-is to method, xalan makes & into &amp; itself
                   18681: 
                   18682:        * src/classes/date.C: date.roll parser2 alg used
                   18683: 
                   18684:        * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
                   18685:          include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
                   18686:          main/pa_dictionary.C, main/pa_hash.C,
                   18687:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
                   18688:          now does not containt 0 values. put 0 actullay removes.  no check
                   18689:          on 0 value in foreach now required
                   18690: 
                   18691: 2001-11-11  paf
                   18692: 
                   18693:        * src/sql/pa_sql_driver.h: removed extra constructor, doc
                   18694: 
                   18695:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
                   18696: 
                   18697:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
                   18698:          driver initialize not const
                   18699: 
                   18700: 2001-11-10  paf
                   18701: 
                   18702:        * src/main/pa_exec.C: doc
                   18703: 
                   18704: 2001-11-09  paf
                   18705: 
                   18706:        * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
                   18707:          param properly
                   18708: 
                   18709:        * src/classes/string.C: string.save now does untainting before
                   18710:          saving
                   18711: 
                   18712:        * src/main/pa_common.C: line endings fixing fixed last piece[was
                   18713:          still cstr oriented]
                   18714: 
                   18715:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
                   18716:          line endings fixing got rid of cstr, now must work ok with post
                   18717:          multipart
                   18718: 
                   18719:        * src/types/pa_vform.C: line endings fixed at post / multipart /
                   18720:          not file  also now
                   18721: 
                   18722: 2001-11-08  paf
                   18723: 
                   18724:        * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
                   18725:          include/pa_db_manager.h, include/pa_sql_driver_manager.h,
                   18726:          include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
                   18727:          main/pa_db_manager.C, main/pa_sql_driver_manager.C,
                   18728:          main/pa_stylesheet_manager.C: restructured Cache manager to be
                   18729:          simple parent, not second parent [gcc 2.96 strangly refused to
                   18730:          call virtual from second parent]
                   18731: 
1.116     moko     18732:        * src/: include/pa_common.h, main/Makefile.am,
                   18733:          targets/cgi/pa_pool.C: makes
1.95      moko     18734: 
                   18735:        * src/: include/pa_request.h, main/pa_request.C,
                   18736:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
                   18737:          'status' class enabler
                   18738: 
                   18739:          <Location /parser-status.html> ParserStatusAllowed </Location>
                   18740: 
                   18741:        * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
                   18742:          include/pa_db_manager.h, include/pa_sql_driver_manager.h,
                   18743:          include/pa_stylesheet_manager.h, main/main.dsp,
                   18744:          main/pa_cache_managers.C, main/pa_charset_manager.C,
                   18745:          main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
                   18746:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   18747:          types/pa_vstatus.h: cache_managers, maybe-expiring every request
                   18748:          todo: apache 'status' class enabler
                   18749: 
                   18750: 2001-11-05  paf
                   18751: 
                   18752:        * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
                   18753:          debug to normal
                   18754: 
                   18755:        * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
                   18756:          hence i removed skipping 0 values in hash::for_each-es we need to
                   18757:          check cleaned cache items manually. few more checks.
                   18758: 
                   18759:          expiring to 0 time was wrong, changed to 'now' time
                   18760: 
                   18761:        * src/targets/cgi/parser3.C: read can return 0, that means sort of
                   18762:          sig_pipe on freebsd [moko's experiments].   checked that in cgi,
                   18763:          on apache already done :)
                   18764: 
                   18765:        * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
                   18766:          skipping 0 values in hash::for_each-es we need to check cleaned
                   18767:          cache items manually
                   18768: 
                   18769:        * src/main/: pa_db_connection.C, pa_db_table.C:
                   18770:          parser_multithreaded check was wrong
                   18771: 
                   18772:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   18773:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   18774:          classes/hashfile.C, classes/image.C, classes/int.C,
                   18775:          classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
                   18776:          classes/string.C, classes/table.C, classes/void.C,
                   18777:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   18778:          include/pa_array.h, include/pa_charset_connection.h,
                   18779:          include/pa_charset_manager.h, include/pa_common.h,
                   18780:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   18781:          include/pa_db_connection.h, include/pa_db_manager.h,
                   18782:          include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
                   18783:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   18784:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   18785:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   18786:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   18787:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   18788:          include/pa_stack.h, include/pa_string.h,
                   18789:          include/pa_stylesheet_connection.h,
                   18790:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   18791:          include/pa_threads.h, include/pa_types.h, main/compile.C,
                   18792:          main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
                   18793:          main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
                   18794:          main/pa_charset_manager.C, main/pa_common.C,
                   18795:          main/pa_db_connection.C, main/pa_db_manager.C,
                   18796:          main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
                   18797:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   18798:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   18799:          main/pa_socks.C, main/pa_sql_driver_manager.C,
                   18800:          main/pa_status_provider.C, main/pa_string.C,
                   18801:          main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
                   18802:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   18803:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   18804:          targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
                   18805:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   18806:          targets/isapi/pool_storage.h, types/pa_valiased.C,
                   18807:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   18808:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   18809:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   18810:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   18811:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   18812:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   18813:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   18814:          types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
                   18815:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
                   18816:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   18817:          types/pa_vstateless_object.h, types/pa_vstatus.h,
                   18818:          types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
                   18819:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   18820:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   18821:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
                   18822:          $status:db fixed used not initialized in db_connection & db_table
                   18823: 
                   18824:        * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
                   18825:          $status:charset
                   18826: 
                   18827:        * src/: classes/xdoc.C, include/pa_db_connection.h,
                   18828:          include/pa_stylesheet_connection.h,
                   18829:          include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
                   18830:          types/pa_vstatus.h: $status:stylesheet
                   18831: 
                   18832:        * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
                   18833:          include/pa_request.h, include/pa_sql_connection.h,
                   18834:          include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
                   18835:          main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
                   18836:          main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
                   18837:          main/pa_sql_driver_manager.C, main/pa_status_provider.C,
                   18838:          main/pa_stylesheet_manager.C, types/pa_vstatus.h,
                   18839:          types/pa_vxnode.C, types/types.dsp: started status parser class
                   18840: 
                   18841: 2001-11-01  paf
                   18842: 
                   18843:        * src/include/pa_config_auto.h.in: makes
                   18844: 
                   18845:        * src/main/pa_hash.C: removed old extra include
                   18846: 
                   18847:        * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
                   18848:          checks [for hp, there are such in math.h]
                   18849: 
                   18850:        * src/classes/op.C: ^for endless loop check strightened
                   18851: 
                   18852:        * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
                   18853:          behavior in native calls.  it left unchanged, so ^for ^foreach &
                   18854:          co can use r.root to write their i & key,value there
                   18855: 
                   18856:        * src/classes/op.C: detected for var storage bug, fixed.
                   18857:          todo:foreach
                   18858: 
                   18859:        * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
                   18860:          include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
                   18861:          types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
                   18862:          changing of hash inside of foreach
                   18863: 
                   18864:        * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
                   18865:          ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
                   18866:          were hash.foreach
                   18867: 
                   18868:        * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
                   18869:          types/pa_vstring.C, types/pa_vstring.h:
                   18870:          ^foreach[key|value]{body}[[separator]|{separator}]
                   18871: 
                   18872:        * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
                   18873:          types/pa_vcookie.C: ^hash.delete[key]
                   18874: 
                   18875: 2001-10-31  paf
                   18876: 
                   18877:        * src/main/: compile.C, pa_common.C: completely empty file now
                   18878:          considered "read", not ignored [not perfect trick used]
                   18879: 
                   18880:        * src/main/pa_common.C: simplier common ifdefs
                   18881: 
                   18882:        * src/main/pa_common.C: typing bug in common - bad ifdeff
                   18883: 
                   18884:        * src/main/pa_db_connection.C: z
                   18885: 
                   18886:        * src/main/: pa_db_connection.C, pa_sql_driver_manager.C:       //
                   18887:          lockdetector flags
                   18888:                  dbenv.lk_detect=DB_LOCK_RANDOM;
                   18889: 
                   18890:        * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
                   18891:          from accidental show [imagine user forgot @exception]
                   18892: 
                   18893:        * src/classes/table.C: ^table.save[[nameless|+append;]path]
                   18894: 
                   18895:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   18896:          classes/string.C, classes/xnode.C, include/pa_common.h,
                   18897:          main/pa_common.C: ^string.save[[append;]path]
                   18898: 
                   18899:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   18900:          main/execute.C: \ in expression: int divide 10/3=3
                   18901: 
                   18902:        * src/types/pa_vhashfile.h: hashfile  ^delete to do something only
                   18903:          inside of ^cache
                   18904: 
                   18905:        * src/: include/pa_threads.h, main/pa_db_connection.C,
                   18906:          main/pa_db_table.C, targets/cgi/pa_threads.C,
                   18907:          targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
                   18908:          needed
                   18909: 
                   18910: 2001-10-30  paf
                   18911: 
                   18912:        * src/: classes/classes.dsp, main/main.dsp,
                   18913:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   18914:          types/types.dsp: enabled debug incremental compile
                   18915: 
                   18916:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
                   18917:          form post data line endings not reformatted now.
                   18918: 
                   18919:        * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
                   18920:          now required [had bug when file= has no value]
                   18921: 
                   18922:        * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
                   18923:          pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
                   18924:          cstr(asis) default param removed
                   18925: 
                   18926:        * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
                   18927: 
                   18928:        * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
                   18929: 
                   18930:        * src/include/pa_dir.h: LOAD_DIR fixed
                   18931: 
                   18932:        * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
                   18933:          was broken} fix_line_breaks
                   18934: 
                   18935:        * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
                   18936:          pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
                   18937:          packed with #pragma pack
                   18938: 
1.116     moko     18939:        * src/include/pa_config_auto.h.in: pragma detection
1.95      moko     18940: 
                   18941: 2001-10-29  paf
                   18942: 
                   18943:        * src/types/pa_wcontext.h: bitfield syntax stricter
                   18944: 
                   18945:        * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
                   18946:          string hash.puts
                   18947: 
                   18948:        * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
                   18949: 
                   18950:        * src/include/pa_sql_connection.h: there were one wrong
                   18951:          SQL_CONNECTION_FUNC_GUARDED [failed]
                   18952: 
                   18953:        * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
                   18954:          param.someday either ifdef or remove it
                   18955: 
                   18956:        * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
                   18957: 
                   18958:        * src/main/untaint.C: optimizing returned after debugging
                   18959: 
                   18960:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
                   18961:          main/untaint.C: memory hunging #pragma pack(1)
                   18962: 
                   18963:          16 419 844 13 169 394
                   18964: 
                   18965:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
                   18966:          targets/cgi/pa_pool.C: String size_t replace to uint in proper
                   18967:          places [todo:Array]
                   18968: 
                   18969:        * src/: main/execute.C, targets/cgi/pa_pool.C,
                   18970:          targets/cgi/parser3.dsp, types/pa_wcontext.h,
                   18971:          types/pa_wwrapper.h: debugging memory WContext flags to bits
                   18972: 
                   18973:          total 5 652 652/158731 total 5 469 332/158731
                   18974: 
                   18975:        * src/: include/pa_array.h, main/pa_array.C: debugging memory
                   18976:          Array:: without cache in get/put now
                   18977: 
                   18978:          [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
                   18979:          18:25:27 2001] total 5 652 652/158731
                   18980: 
                   18981:        * src/: include/pa_string.h, main/pa_string.C,
                   18982:          targets/cgi/pa_pool.C: debugging memory String::fused_rows func
                   18983:          now
                   18984: 
                   18985:          [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
                   18986:          18:11:53 2001] total 5796092/158731
                   18987: 
                   18988:        * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
                   18989:          main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
                   18990:          key ref now
                   18991: 
                   18992:          [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
                   18993:          17:11:17 2001] total 16867948/202658
                   18994: 
                   18995:        * src/: classes/file.C, classes/image.C, classes/string.C,
                   18996:          classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
                   18997:          main/execute.C, main/pa_array.C, main/pa_common.C,
                   18998:          main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   18999:          main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
                   19000:          types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
                   19001:          string::as_int/double now usually uses stack, not heap [200K out
                   19002:          of 17M :)] VString(String&) not copies reference [29M -> 17M]
                   19003: 
                   19004:        * src/main/pa_sql_driver_manager.C: ping to have services [old
                   19005:          hiding bug]
                   19006: 
                   19007:        * src/Makefile.am: .am order
                   19008: 
                   19009:        * src/: include/pa_array.h, include/pa_charset_manager.h,
                   19010:          include/pa_db_connection.h, include/pa_db_manager.h,
                   19011:          include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
                   19012:          include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
                   19013:          include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
                   19014:          types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
                   19015:          required "friend class"
                   19016: 
                   19017:          ../include/pa_request.h:51: friend declaration requires
                   19018:          class-key, i.e. `friend    class Temp_lang'
                   19019: 
                   19020:        * src/: include/pa_exception.h, include/pa_sql_connection.h,
                   19021:          main/pa_exception.C, main/pa_sql_driver_manager.C,
                   19022:          sql/pa_sql_driver.h: sql driver impl changed in _throw part.
                   19023: 
                   19024:          the idea is to #1 jump to C++ some function to main body, where
                   19025:          every function stack frame has exception unwind information and
                   19026:          from there... #2 propagate_exception()
                   19027: 
                   19028: 2001-10-28  paf
                   19029: 
                   19030:        * src/main/pa_db_connection.C: removed old consts
                   19031: 
                   19032:        * src/main/pa_db_connection.C: expire table [was accidently pasted
                   19033:          with wrong type/cast]
                   19034: 
                   19035:        * src/main/: pa_db_connection.C, pa_db_table.C: exception
                   19036:          translation
                   19037: 
1.116     moko     19038:        * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95      moko     19039:          remember to build DB2 with -fexceptions!!!
                   19040: 
                   19041:        * src/main/pa_db_table.C: DB_RMW defed
                   19042: 
                   19043:        * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
                   19044:          include/pa_db_connection.h, include/pa_db_manager.h,
                   19045:          include/pa_db_table.h, main/pa_db_connection.C,
                   19046:          main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
                   19047: 
                   19048: 2001-10-27  paf
                   19049: 
                   19050:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   19051:          include/pa_db_table.h, main/pa_db_connection.C,
                   19052:          main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
                   19053:          types/pa_vhashfile.C: DB2 ifdefs
                   19054: 
1.116     moko     19055:        * src/: classes/Makefile.am, include/pa_config_fixed.h,
                   19056:          main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95      moko     19057:          makes with DB2
                   19058: 
1.116     moko     19059:        * src/: include/pa_config_auto.h.in, main/Makefile.am,
                   19060:          types/Makefile.am: makes db
1.95      moko     19061: 
                   19062:        * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
                   19063:          targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
                   19064:          globals.C
                   19065: 
                   19066:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   19067:          include/pa_db_table.h, main/pa_db_connection.C,
                   19068:          main/pa_db_table.C: ^hashfile.clear[]
                   19069: 
                   19070:        * src/classes/classes.awk: no $ in var names
                   19071: 
                   19072:        * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
                   19073:          connection&table [forgotten calls]
                   19074: 
                   19075: 2001-10-26  paf
                   19076: 
                   19077:        * src/main/pa_db_connection.C: db checkpoints
                   19078: 
                   19079:        * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
                   19080:          checkpoints
                   19081: 
                   19082:        * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
                   19083:          default. but entities still reparsed. todo: tothink
                   19084: 
                   19085:        * src/main/pa_db_connection.C: db recover mech 2
                   19086: 
                   19087:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   19088:          include/pa_db_manager.h, include/pa_db_table.h,
                   19089:          include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
                   19090:          main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
                   19091:          types/pa_vhashfile.h: db connections & tables now cached at
                   19092:          create time & multithreaded
                   19093: 
                   19094:        * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
                   19095:          parsed_source
                   19096: 
                   19097:        * src/main/pa_db_connection.C: about to remove connection from
                   19098:          vhashfile
                   19099: 
                   19100:        * src/: main/pa_db_table.C, classes/hashfile.C: db: child
                   19101:          transaction commit/rollback responsibility left to parent [as it
                   19102:          sould - else there were a bug with double free]
                   19103: 
                   19104:        * src/include/pa_db_table.h: db: child transaction commit/rollback
                   19105:          responsibility left to parent [as it sould - else there were a
                   19106:          bug with double free]
                   19107: 
                   19108: 2001-10-25  paf
                   19109: 
                   19110:        * src/: classes/hashfile.C, include/pa_common.h,
                   19111:          include/pa_db_connection.h, include/pa_db_manager.h,
                   19112:          main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
                   19113:          types/pa_vhashfile.C, types/pa_vhashfile.h,
                   19114:          include/pa_db_table.h, main/pa_db_table.C: started db_home
                   19115:          [multiple, cached] todo: autorecover [tried, but not succeded,
                   19116:          yet]
                   19117: 
                   19118:        * src/include/pa_dir.h: ancient gpf on dir not found fixed
                   19119: 
                   19120:        * src/: include/pa_db_connection.h, main/pa_db_manager.C:
                   19121:          transaction parent passed
                   19122: 
                   19123: 2001-10-24  parser
                   19124: 
1.116     moko     19125:        * src/classes/Makefile.am: makes
1.95      moko     19126: 
                   19127:        * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
                   19128:          isapi/pool_storage.h: pool_storage fixed
                   19129: 
                   19130:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
                   19131:          types/pa_vform.h: form fix_line_breaks
                   19132: 
1.116     moko     19133:        * src/targets/cgi/pool_storage.h: makes
1.95      moko     19134: 
                   19135:        * src/: classes/Makefile.am, targets/cgi/Makefile.am,
                   19136:          targets/cgi/pool_storage.h: makes
                   19137: 
                   19138:        * src/sql/pa_sql_driver.h: version
                   19139: 
                   19140:        * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
                   19141:          types/pa_vform.C, types/pa_vform.h: .am
                   19142: 
                   19143:        * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
                   19144:          this: DB_RMW Acquire write locks instead of read locks when doing
                   19145:          the retrieval. Setting this flag may decrease the likelihood of
                   19146:          deadlock during a read-modify-write cycle by immediately
                   19147:          acquiring the write lock during the read part of the cycle so
                   19148:          that another thread of control acquiring a read lock for the same
                   19149:          item, in its own read-modify-write cycle, will not result in
                   19150:          deadlock
                   19151: 
                   19152:        * src/targets/isapi/parser3isapi.dsp: doc
                   19153: 
                   19154:        * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
                   19155: 
                   19156:        * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
                   19157: 
                   19158:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   19159:          main/pa_db_connection.C: hashfile expired deleted from db when
                   19160:          get & iterate
                   19161: 
                   19162:        * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
                   19163:          expiring 1
                   19164: 
                   19165:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
                   19166: 
                   19167:        * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
                   19168:          db_connection not bothers with key when not returning expired
                   19169:          data
                   19170: 
                   19171:        * src/: include/pa_db_connection.h, main/pa_db_connection.C,
                   19172:          types/pa_vhashfile.C: db_cursor constructor public now
                   19173: 
                   19174:        * src/: include/pa_db_connection.h, main/pa_db_connection.C,
                   19175:          types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
                   19176:          stamped, todo: put_element analize
                   19177: 
                   19178:        * src/: include/pa_db_connection.h, include/pa_string.h,
                   19179:          main/pa_db_connection.C, main/pa_string.C: hashfile pieced
                   19180:          serialize. todo stamp
                   19181: 
                   19182: 2001-10-23  parser
                   19183: 
                   19184:        * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
                   19185:          classes/image.C, classes/mail.C, classes/response.C,
                   19186:          classes/string.C, classes/table.C, classes/xdoc.C,
                   19187:          include/pa_config_fixed.h, include/pa_db_connection.h,
                   19188:          main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
                   19189:          types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
                   19190:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
                   19191:          types/pa_vtable.C: ^hashfile.hash[]
                   19192: 
                   19193:        * src/: classes/hashfile.C, classes/xdoc.C,
                   19194:          include/pa_config_fixed.h, main/pa_db_manager.C,
                   19195:          main/pa_globals.C: ifdefs so it compiled without db
                   19196: 
                   19197:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   19198:          include/pa_db_manager.h, main/pa_db_connection.C,
                   19199:          main/pa_db_manager.C, types/pa_vhashfile.h:
                   19200:          ^hashfile.transaction{code} ^hashfile:clear[filename]
                   19201:          ^hashfile.delete[key]
                   19202: 
                   19203: 2001-10-22  parser
                   19204: 
                   19205:        * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
                   19206:          cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
                   19207: 
                   19208:        * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
                   19209:          classes/xnode.C, include/pa_charset_connection.h,
                   19210:          include/pa_db_connection.h, include/pa_db_manager.h,
                   19211:          include/pa_exception.h, include/pa_sapi.h,
                   19212:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   19213:          include/pa_stylesheet_connection.h,
                   19214:          include/pa_stylesheet_manager.h,
                   19215:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   19216:          main/pa_db_connection.C, main/pa_db_manager.C,
                   19217:          main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
                   19218:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   19219:          main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
                   19220:          targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
                   19221:          types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
                   19222:          types/types.dsp: hashfile 0
                   19223: 
                   19224:        * src/types/pa_vhashfile.C: z
                   19225: 
                   19226:        * src/: classes/classes.dsp, classes/hashfile.C,
                   19227:          include/pa_config_fixed.h, main/execute.C,
                   19228:          targets/cgi/parser3.dsp, types/pa_vhashfile.C,
                   19229:          types/pa_vhashfile.h, types/types.dsp: hashfile -100
                   19230: 
                   19231:        * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
                   19232: 
                   19233:        * src/: include/pa_exception.h, include/pa_request.h,
                   19234:          main/execute.C, main/pa_exception.C, main/pa_request.C,
                   19235:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   19236:          types/pa_vclass.h, types/pa_vobject.h: stack backtrace
                   19237: 
                   19238: 2001-10-19  parser
                   19239: 
                   19240:        * src/include/pa_pool.h: header
                   19241: 
                   19242:        * src/main/pa_pool.C: auto compiled on gcc
                   19243: 
                   19244:        * src/classes/image.C: comment
                   19245: 
1.116     moko     19246:        * src/: include/pa_pool.h, main/pa_common.C: makes
1.95      moko     19247: 
                   19248:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   19249:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   19250:          types/pa_vxnode.h: xnode clone got freed
                   19251: 
                   19252:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
                   19253:          include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
                   19254:          can free up xalandomstring resulting from pool::transcode
                   19255: 
                   19256:        * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
                   19257:          include/pa_config_fixed.h, include/pa_exception.h,
                   19258:          include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
                   19259:          main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
                   19260:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
                   19261:          to c++ exceptions 1xml configure fixed to exclude xalan-patch
                   19262:          from non-xml compile
                   19263: 
                   19264:        * src/main/pa_request.C: pool:: context - get_context
                   19265: 
                   19266:        * src/: classes/classes.h, classes/date.C, classes/double.C,
                   19267:          classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
                   19268:          classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
                   19269:          classes/string.C, classes/table.C, classes/void.C,
                   19270:          include/pa_config_fixed.h, include/pa_exception.h,
                   19271:          include/pa_pool.h, include/pa_request.h, include/pa_types.h,
                   19272:          main/compile.C, main/compile_tools.C, main/execute.C,
                   19273:          main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
                   19274:          main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
                   19275:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   19276:          main/pa_string.C, main/pa_table.C, main/untaint.C,
                   19277:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   19278:          types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
                   19279:          types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
                   19280:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
                   19281:          types/pa_vstateless_class.h, types/pa_vtable.C,
                   19282:          types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
                   19283:          exceptions 0
                   19284: 
                   19285:        * src/classes/classes.awk: $ removed
                   19286: 
                   19287: 2001-10-18  parser
                   19288: 
                   19289:        * src/types/pa_vcookie.C: cookie:CLASS
                   19290: 
                   19291:        * src/main/main.dsp: project
                   19292: 
                   19293:        * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
                   19294:          set_document & ctor question "who owns document" solved
                   19295: 
                   19296:        * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
                   19297: 
                   19298:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
                   19299:          main/pa_pool.C: encoding in dom creating funcs
                   19300: 
                   19301:        * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
                   19302:          be transformed now
                   19303: 
                   19304:        * src/classes/xdoc.C: dom created by create can be transformed now
                   19305: 
                   19306:        * src/classes/xdoc.C: z
                   19307: 
                   19308:        * src/classes/xdoc.C: comment
                   19309: 
                   19310:        * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
                   19311:          create now uses XercesDocumentBridge, appendChild&co now works
                   19312: 
                   19313:        * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
                   19314:          @ recompile
                   19315: 
                   19316:        * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
                   19317:          $origin @exception[
                   19318: 
                   19319:        * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
                   19320:          tag names forced to XML lang
                   19321: 
                   19322:        * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
                   19323:          leechy-found bugs in code&doc fixed
                   19324: 
                   19325: 2001-10-17  parser
                   19326: 
                   19327:        * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
                   19328:          types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
                   19329:          n functionality preserved
                   19330: 
                   19331:        * src/types/pa_vimage.h: removed unused vimage::save
                   19332: 
                   19333: 2001-10-16  parser
                   19334: 
                   19335:        * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
                   19336: 
                   19337:        * src/classes/: xnode.C: removed few dom returns & changed op.txt
                   19338: 
                   19339:        * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
                   19340: 
                   19341:        * src/classes/image.C: image.copy tolerance
                   19342: 
                   19343:        * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
                   19344:          ineffective, but works for small paleted image
                   19345: 
                   19346:        * src/types/pa_vimage.C: comment
                   19347: 
                   19348:        * src/classes/image.C: gd size/resize bugfix
                   19349: 
                   19350:        * src/: classes/classes.dsp, main/main.dsp,
                   19351:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   19352:          types/types.dsp: ident >nul 2>&1
                   19353: 
                   19354:        * src/main/pa_common.C: \r\n -> \n   DOS \r -> \n Macintosh on all
                   19355:          systems
                   19356: 
                   19357:        * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
                   19358:          x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
                   19359: 
                   19360: 2001-10-15  parser
                   19361: 
                   19362:        * src/main/execute.C: z
                   19363: 
                   19364:        * src/classes/: xdoc.C:     !::create{qualifiedName}
                   19365: 
                   19366:        * src/types/pa_vxnode.C:     document_type_node.
                   19367:                  !readonly attribute DOMString name
                   19368:              !notation_node.
                   19369:                  !readonly attribute DOMString publicId
                   19370:                  !readonly attribute DOMString systemId
                   19371: 
1.116     moko     19372:        * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
                   19373:          ::write badly passed string too transparently [failed to
                   19374:          intercept it]
1.95      moko     19375: 
                   19376:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
                   19377:          include/pa_request.h, main/pa_sql_driver_manager.C,
                   19378:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   19379:          types/pa_vxnode.h: DOM1 major addtion, only few
                   19380:          attributes/methods left
                   19381: 
                   19382: 2001-10-13  parser
                   19383: 
                   19384:        * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
                   19385:          targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
                   19386:          in main handler
                   19387: 
                   19388:        * src/targets/isapi/pool_storage.h: isapi pool storage reverse
                   19389:          cleanups & frees order
                   19390: 
                   19391:        * src/types/pa_vcode_frame.h: couple comments
                   19392: 
                   19393:        * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
                   19394:          transparent enough to handle hash if creation&passing
                   19395: 
                   19396:        * src/: include/pa_config_fixed.h, main/execute.C,
                   19397:          main/pa_exception.C: noticed that vcodeframe not transparent
                   19398:          enough, would change now
                   19399: 
                   19400: 2001-10-12  parser
                   19401: 
                   19402:        * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
                   19403:          fixed. initialization&free on each thread!
                   19404: 
                   19405:        * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
                   19406:          handling changed: now type of default param analized always, not
                   19407:          only at problem time, thus helping early problem spotting
                   19408: 
                   19409:        * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
                   19410:          main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
                   19411:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
                   19412:          targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
                   19413:          multithread bug fixed. initialization&free on each thread!
                   19414: 
                   19415: 2001-10-11  parser
                   19416: 
                   19417:        * src/classes/xnode.C: xnode.selectSingle now
                   19418: 
                   19419:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
                   19420:          include/pa_pool.h, include/pa_stylesheet_connection.h,
                   19421:          main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
                   19422:          convertors out of Pool into Exception
                   19423: 
                   19424:        * src/main/pa_string.C: const
                   19425: 
                   19426:        * src/: include/pa_string.h, main/pa_string.C: restructured string:
                   19427:          linked pieces of same language together prior to String::replace
                   19428: 
                   19429:        * src/classes/hash.C:     !^hash.add[addme]
                   19430:              !^hash.sub[subme]
                   19431:              !^a.union[b] = new
                   19432:              !^a.intersection[b] = new
                   19433:              !^a.intersects[b] = bool
                   19434: 
                   19435:        * src/classes/hash.C:     !^hash::append[append_from]
                   19436: 
                   19437:        * src/: classes/hash.C, types/pa_vhash.h:
                   19438:          !^hash::create[[copy_from]]
                   19439: 
                   19440:        * src/: classes/string.C, classes/table.C, include/pa_globals.h,
                   19441:          include/pa_string.h, main/pa_globals.C, main/pa_string.C,
                   19442:          main/untaint.C, types/pa_vvoid.h: untaint lang origins table
                   19443:          fixed.  got rid of empty_string, which caused errors - it hasnt
                   19444:          exception but somebody[value.bark] tried to throw it on it's pool
                   19445: 
1.116     moko     19446:        * src/include/pa_config_auto.h.in: makes
1.95      moko     19447: 
                   19448: 2001-10-10  parser
                   19449: 
                   19450:        * src/: classes/op.C, main/compile.tab.C: ^error[msg]
                   19451: 
                   19452:        * src/main/: compile.tab.C, compile.y: ^a[
                   19453: 
                   19454:          @next_method  << now unclosed ] would be reported here
                   19455: 
                   19456:        * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
                   19457:          compile error
                   19458: 
                   19459: 2001-10-09  parser
                   19460: 
1.116     moko     19461:        * src/: classes/Makefile.am, main/Makefile.am,
                   19462:          targets/cgi/Makefile.am, types/Makefile.am: makes
1.95      moko     19463: 
                   19464:        * src/classes/Makefile.am: makes
                   19465: 
                   19466:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
                   19467:          win32 errors intercepted [xalan transformer patched and
                   19468:          incorporated]
                   19469: 
                   19470:        * src/: classes/classes.dsp, classes/xdoc.C,
                   19471:          include/pa_stylesheet_connection.h, main/main.dsp,
                   19472:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   19473:          types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
                   19474:          patches starting
                   19475: 
                   19476:        * src/classes/: string.C, table.C: ^string.save[file]
                   19477: 
                   19478:        * src/classes/: date.C, table.C: calendar moved to date
                   19479: 
                   19480:        * src/classes/: op.C, table.C: table.hash[key field;value field(s)
                   19481:          string/table]  now
                   19482: 
                   19483:        * src/classes/: op.C, table.C: z
                   19484: 
                   19485:        * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
                   19486:          types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
                   19487:          types/pa_vxnode.h: table:menu & op for delims made allowed not to
                   19488:          be code [be string..]
                   19489: 
                   19490:        * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
                   19491:          table.C: lots of
                   19492:          params->as_int/double/as_string/as_junction/as_no_junction
                   19493:          messages added
                   19494: 
                   19495: 2001-10-08  parser
                   19496: 
                   19497:        * src/: classes/date.C, classes/image.C, classes/string.C,
                   19498:          classes/table.C, classes/void.C, include/pa_request.h:
                   19499:          params->as_int/double message added
                   19500: 
                   19501:        * src/classes/image.C: image:circle [and round arc] uses Bresenham
                   19502: 
                   19503:        * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
                   19504:          image:sector removed image:html internal "line-*" attribs
                   19505: 
                   19506:        * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
                   19507:          types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
                   19508: 
                   19509:        * src/types/pa_vcookie.C: removing cookie made more netscape-like
                   19510:          way
                   19511: 
                   19512:        * src/: classes/file.C, classes/form.C, main/pa_common.C,
                   19513:          main/untaint.C: header untainting to UL_HTTP_HEADER,
                   19514:          UL_MAIL_HEADER made nonforced [only tainted pieces]
                   19515: 
                   19516:        * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
                   19517:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
                   19518:          @ SAPI::log
                   19519: 
                   19520:        * src/main/untaint.C: \r to ' ' in origins mode
                   19521: 
                   19522:        * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
                   19523:          set]
                   19524: 
                   19525:        * src/: classes/xdoc.C, include/pa_config_fixed.h,
                   19526:          main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
                   19527:          nonstandard liaison freed up
                   19528: 
                   19529: 2001-10-07  parser
                   19530: 
                   19531:        * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
                   19532:          project
                   19533: 
                   19534: 2001-10-05  parser
                   19535: 
                   19536:        * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
                   19537:          main/pa_pool.C: changed xdoc:set to prevent SAXParseException
                   19538:          from outputing to cerr.  lots of "todos"
                   19539: 
                   19540:        * src/main/untaint.C: http_header tainting more gentle with
                   19541:          enquoting now
                   19542: 
                   19543:        * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
                   19544:          main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
                   19545:          xml errorhandler.  fixed string.replace a little, read @test
                   19546: 
                   19547:        * src/main/pa_string.C: found replace bug - first_that_starts(char
                   19548:          *) does not have limit, and looks further eos, fixing....
                   19549: 
                   19550:        * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
                   19551: 
                   19552:        * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
                   19553: 
                   19554:        * src/main/: pa_charset_connection.C: ctype another mem clear
                   19555:          bugfix
                   19556: 
1.116     moko     19557:        * src/main/: compile.tab.C, compile.y: disabled ^literals in names
                   19558:          $result[^[$p^]z] now works fine
1.95      moko     19559: 
                   19560:        * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
                   19561:          wrong. fixed it
                   19562: 
                   19563:        * src/main/pa_charset_connection.C: unicode zero pair at the beging
                   19564:          of totable appered to be vital
                   19565: 
                   19566: 2001-10-04  parser
                   19567: 
                   19568:        * src/classes/image.C: ^image.length[text]
                   19569: 
                   19570: 2001-10-03  parser
                   19571: 
                   19572:        * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
                   19573: 
                   19574:        * src/main/pa_request.C: restored pcre defaulting in request
                   19575:          [mindlessly "optimized" yesterday] comment left
                   19576: 
                   19577: 2001-10-02  parser
                   19578: 
                   19579:        * src/: main/pa_charset_manager.C,
                   19580:          include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
                   19581:          needed
                   19582: 
                   19583:        * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
                   19584:          forgot non-xml pool.*charset needed
                   19585: 
                   19586:        * src/classes/table.C: # config comments fixed
                   19587: 
                   19588:        * src/: classes/table.C, main/pa_charset_connection.C: table:load &
                   19589:          charset_connection #comment now
                   19590: 
                   19591:        * src/: classes/classes.dsp, types/types.dsp: release projects
                   19592:          options fixed to use release msvcrt lib
                   19593: 
                   19594:        * src/main/pa_charset_connection.C: pcre tables now const inside
                   19595:          removed default - pcre handles that internally fixed bug on
                   19596:          not-cleaning tables [previously was calloced, now member]
                   19597: 
                   19598:        * src/: include/pa_request.h, main/pa_charset_connection.C,
                   19599:          main/pa_request.C, types/pa_vstring.h: pcre tables now const
                   19600:          inside removed default - pcre handles that internally fixed bug
                   19601:          on not-cleaning tables [previously was calloced, now member]
                   19602: 
                   19603:        * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
                   19604:          tested charset reload on file change @ apache version = OK tested
                   19605:          freeing up prev encoding on adding new = OK
                   19606: 
                   19607: 2001-10-01  parser
                   19608: 
                   19609:        * src/main/pa_charset_connection.C: removed entitify external hack
                   19610:          [internal installed]
                   19611: 
1.116     moko     19612:        * src/main/Makefile.am: makes+removed dtd
1.95      moko     19613: 
                   19614:        * src/: include/pa_charset_connection.h,
                   19615:          include/pa_charset_manager.h,
                   19616:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   19617:          main/pa_charset_connection.C, main/pa_charset_manager.C,
                   19618:          main/pa_request.C: charset loading & caching mech 0
                   19619: 
                   19620:        * src/: include/pa_stylesheet_connection.h,
                   19621:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   19622:          main/pa_globals.C, main/pa_request.C: would make charset loading
                   19623:          & caching mech now
                   19624: 
                   19625: 2001-09-30  parser
                   19626: 
                   19627:        * src/main/pa_request.C: forgot to fill toTable
                   19628: 
                   19629:        * src/: include/pa_config_fixed.h, main/pa_request.C: started
                   19630:          hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
                   19631:          failed on win32 for now..
                   19632: 
                   19633:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
                   19634:          now charsets table configuration variable is: CHARSETS
                   19635: 
                   19636:        * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
                   19637:          ctype with unicode 1. todo: no &#1055; entities on output somehow
                   19638: 
                   19639:        * src/: classes/file.C, classes/op.C, classes/string.C,
                   19640:          include/pa_request.h, main/pa_request.C: started ctype with
                   19641:          unicode values
                   19642: 
                   19643: 2001-09-28  parser
                   19644: 
                   19645:        * src/: main/pa_request.C, classes/mail.C, classes/op.C,
                   19646:          classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
                   19647:          string passed AS-IS now
                   19648: 
                   19649:        * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
                   19650:          way of user-configuring... todo: implement
                   19651: 
                   19652: 2001-09-27  parser
                   19653: 
                   19654:        * src/classes/table.C: table.sort changed to sort table itself
                   19655: 
                   19656:        * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
                   19657:          X^.getElementsByTagName[tagname] = array of xnode
                   19658:          X^.getElementsByTagNameNS[namespaceURI;localName] = array of
                   19659:          nodes removed - regretfully not supported @ xalan. maybe someday
                   19660:          would reimplement, if needed.
                   19661: 
                   19662:          win32build system: solved long waiting anti-non-started-apache
                   19663:          problem
                   19664: 
                   19665:        * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
                   19666:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   19667:          types/types.dsp: win32 ident make system so not to rebuild
                   19668:          library [ident.C.new]
                   19669: 
                   19670: 2001-09-26  parser
                   19671: 
                   19672:        * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
                   19673:          classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
                   19674:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   19675:          types/pa_vxnode.C, types/types.dsp: z
                   19676: 
                   19677:        * src/classes/classes.C: forgot one non-xml check
                   19678: 
1.116     moko     19679:        * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
                   19680:          targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95      moko     19681: 
                   19682:        * src/targets/cgi/parser3.C: z
                   19683: 
                   19684:        * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
                   19685:          targets/isapi/parser3isapi.C: #ifdef SMTP
                   19686: 
                   19687:        * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
                   19688:          classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   19689:          main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
                   19690:          types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
                   19691:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   19692:          types/types.dsp: xdoc&xnode now
                   19693: 
                   19694:        * src/: classes/classes.C, classes/classes.awk,
                   19695:          classes/classes.dsp, classes/classes.h, classes/date.C,
                   19696:          classes/dnode.C, classes/dnode.h, classes/dom.C,
                   19697:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   19698:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   19699:          classes/op.C, classes/response.C, classes/string.C,
                   19700:          classes/table.C, classes/void.C, include/pa_array.h,
                   19701:          include/pa_common.h, include/pa_config_fixed.h,
                   19702:          include/pa_config_includes.h, include/pa_dictionary.h,
                   19703:          include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
                   19704:          include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
                   19705:          include/pa_socks.h, include/pa_sql_connection.h,
                   19706:          include/pa_sql_driver_manager.h, include/pa_stack.h,
                   19707:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   19708:          include/pa_table.h, include/pa_threads.h, include/pa_types.h,
                   19709:          include/pa_xslt_stylesheet_manager.h, main/compile.C,
                   19710:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   19711:          main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
                   19712:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   19713:          main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
                   19714:          main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
                   19715:          main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
                   19716:          main/pa_xslt_stylesheet_manager.C, main/untaint.C,
                   19717:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   19718:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   19719:          targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
                   19720:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   19721:          targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
                   19722:          types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
                   19723:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   19724:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   19725:          types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
                   19726:          types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
                   19727:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   19728:          types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
                   19729:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
                   19730:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   19731:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
                   19732:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   19733:          types/pa_vstateless_object.h, types/pa_vstring.C,
                   19734:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   19735:          types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   19736:          types/pa_wwrapper.h, types/types.dsp: added ident.awk and
                   19737:          main.dsp splitted to main+classes+types along to .am
                   19738: 
                   19739:        * src/classes/Makefile.am: removed useless var
                   19740: 
                   19741:        * src/: classes/classes.cmd, main/main.dsp,
                   19742:          targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
                   19743:          main.dsp
                   19744: 
                   19745: 2001-09-25  parser
                   19746: 
                   19747:        * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
                   19748:          1251 though, todo ICU
                   19749: 
1.116     moko     19750:        * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95      moko     19751:          include/pa_stylesheet_connection.h, main/Makefile.am,
1.116     moko     19752:          main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
                   19753:          types/pa_vdom.h: xml configure makes
1.95      moko     19754: 
                   19755: 2001-09-24  parser
                   19756: 
1.116     moko     19757:        * src/: classes/Makefile.am, include/pa_config_auto.h.in,
                   19758:          types/Makefile.am: makes
1.95      moko     19759: 
1.116     moko     19760:        * src/targets/cgi/Makefile.am: makefiles
1.95      moko     19761: 
                   19762:        * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
                   19763:          started unix makes update
                   19764: 
                   19765:        * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
                   19766:          started unix makes update
                   19767: 
                   19768:        * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
                   19769: 
                   19770:        * src/types/pa_value.h: z
                   19771: 
                   19772:        * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
                   19773:          bugs with usinge hash/table in expressions
                   19774: 
                   19775:        * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
                   19776:          resolved conflicts fixed [const]
                   19777: 
                   19778:        * src/: classes/classes.cmd, classes/image.C, classes/op.C,
                   19779:          classes/table.C, include/pa_request.h, include/pa_sapi.h,
                   19780:          main/compile.C, main/compile.tab.C, main/compile.y,
                   19781:          main/compile_tools.h, main/main.dsp, main/pa_common.C,
                   19782:          main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
                   19783:          targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
                   19784:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
                   19785:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
                   19786:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
                   19787:          with before_xml [merge2 actually didn't happen - i've created
                   19788:          tags on wrong branch. so this merge is in fact re-merge]
                   19789: 
                   19790: 2001-09-21  parser
                   19791: 
                   19792:        * src/: main/main.dsp, targets/cgi/parser3.dsp,
                   19793:          targets/isapi/parser3isapi.dsp: updated project files [/ sadly
                   19794:          produced "" in make file and sadly wrong interpreted on load]
                   19795: 
1.116     moko     19796:        * src/: classes/classes.h, classes/hash.C, classes/op.C,
                   19797:          classes/table.C, doc/doxygen.cfg, include/pa_common.h,
                   19798:          include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
                   19799:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   19800:          main/compile.tab.C, main/main.dsp, main/pa_common.C,
                   19801:          main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
                   19802:          targets/isapi/parser3isapi.dsp: merged with before_xml
1.95      moko     19803: 
                   19804:        * src/: classes/classes.C, classes/date.C, classes/dnode.C,
                   19805:          classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
                   19806:          classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
                   19807:          include/pa_pool.h, main/main.dsp, main/pa_globals.C,
                   19808:          main/pa_pool.C, main/pa_request.C,
                   19809:          main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
                   19810:          targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
                   19811:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   19812:          targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
                   19813:          types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
                   19814:          types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
                   19815:          types/pa_vrequest.C, types/pa_vresponse.h,
                   19816:          types/pa_vstateless_class.C, types/pa_vstring.C,
                   19817:          types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
                   19818:          created new projects for sql drivers [planning to remove sql
                   19819:          drivers from main cvs project] first, will join latest changes
                   19820: 
                   19821:        * src/classes/: dom.C: defaulted dom writing methods encoding to
                   19822:          pool.get_charset
                   19823: 
                   19824:        * src/classes/dom.C: defaulted dom writing methods encoding to
                   19825:          pool.get_charset
                   19826: 
                   19827:        * src/include/pa_pool.h: defaulted dom writing methods encoding to
                   19828:          pool.get_charset
                   19829: 
                   19830:        * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
                   19831:          types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
                   19832:          methods encoding to pool.get_charset
                   19833: 
                   19834:        * src/: include/pa_pool.h, main/pa_pool.C: checked whether
                   19835:          transcoder were created right "unsupported encoding" message.
                   19836:          not @ set time, but @ use time, so until xml output functions
                   19837:          .string, .file, .save used - no encoding name check occur
                   19838: 
                   19839:          reduced transcode buffer size to 60 fixed pool cleanup - no
                   19840:          registration needed, pools are officially destructured
                   19841: 
                   19842: 2001-09-20  parser
                   19843: 
                   19844:        * src/classes/image.C: 20K preload on jpg measure [image::measure]
                   19845: 
                   19846:        * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
                   19847:          $MAIN:DEFAULTS.content-type[$.charset[here]]
                   19848: 
                   19849:        * src/: classes/dnode.C, classes/dom.C,
                   19850:          include/pa_config_includes.h, include/pa_globals.h,
                   19851:          include/pa_pool.h, main/main.dsp, main/pa_globals.C,
                   19852:          main/pa_pool.C, targets/cgi/parser3.dsp,
                   19853:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   19854:          types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
                   19855:          Pool::transcode 0
                   19856: 
                   19857:        * src/classes/dom.C: dom. string save file moved output xml options
                   19858:          to last param and made it optional
                   19859: 
                   19860:        * src/types/pa_vdnode.C:     !$elementnode.attributes = hash of
                   19861:          dnodes
                   19862:              !$attributenode.specified = boolean
                   19863:                      true if the attribute received its value explicitly
                   19864:          in the XML document,
                   19865:                      or if a value was assigned programatically with the
                   19866:          setValue function.
                   19867:                  false if the attribute value came from the default value
                   19868:          declared in the document's DTD.
                   19869:              !$pinode.target = target of this processing instruction
                   19870:                  XML defines this as being the first token following the
                   19871:          markup
                   19872:                  that begins the processing instruction.
                   19873:                  XPath:
                   19874:              !^node.select[xpath/query/expression] = hash of 0->node0
                   19875:          1->node1
                   19876:              !^node.select-single[xpath/query/expression] = first node if
                   19877:          any
                   19878: 
                   19879:        * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
                   19880:          pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
                   19881:          some 'const's added
                   19882: 
                   19883:        * src/types/: pa_vhash.h, pa_vtable.h: table/hash  can be used in
                   19884:          expression context now, there value = size and boolean value
                   19885:          size!=0
                   19886: 
                   19887:        * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
                   19888:          can be used in expression context now, there value = size and
                   19889:          boolean value size!=0
                   19890: 
                   19891:        * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
                   19892:          types/pa_vstring.h: dnode .file .string .save moved back to dom
                   19893:          due to strange xalan bug
                   19894: 
                   19895: 2001-09-18  parser
                   19896: 
                   19897:        * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
                   19898:          classes/image.C, classes/op.C, classes/table.C,
                   19899:          include/pa_common.h, include/pa_globals.h, include/pa_request.h,
                   19900:          include/pa_sql_driver_manager.h, main/compile.C,
                   19901:          main/compile.tab.C, main/compile.y, main/compile_tools.h,
                   19902:          main/execute.C, main/pa_common.C, main/pa_request.C,
                   19903:          main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
                   19904:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   19905:          targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
                   19906:          types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
                   19907:          types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
                   19908:          before_xml branch ^if(def $hash) now true only when
                   19909:          ^hash:_count[]!=0 moved .string .save .file from dom to dnode
                   19910: 
                   19911:        * src/: classes/op.C, main/execute.C: operators self changed to
                   19912:          root ^for variable context changed to self
                   19913: 
                   19914:        * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
                   19915:          dnode 1
                   19916: 
                   19917:        * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
                   19918:          types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
                   19919: 
                   19920:        * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
                   19921:          poly* fixed
                   19922: 
                   19923: 2001-09-17  parser
                   19924: 
                   19925:        * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
                   19926:          types/pa_vdom.h: started dnode+dom
                   19927: 
                   19928:          dnode     DOM methods:     $node.name     $node.value
                   19929:          ...others...
                   19930: 
                   19931:              ^node.xpath[/rates/USD] = hash
                   19932:                  $hash[
                   19933:                          $.0[node0]
                   19934:                          $.1[node1]
                   19935:                  ]
                   19936: 
                   19937:        * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
                   19938:          applies to all linear primitives
                   19939: 
                   19940:        * src/: classes/classes.h, classes/dom.C, classes/hash.C,
                   19941:          include/pa_stylesheet_connection.h, main/main.dsp,
                   19942:          targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
                   19943:          types/pa_vimage.h: started dnode     DOM:     $node.name
                   19944:          $node.value     ...others...      ^node.xpath[/rates/USD] = hash
                   19945:          dom(dnode)
                   19946: 
                   19947:        * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
                   19948:          main/compile.y, main/compile_tools.h, main/execute.C,
                   19949:          targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
                   19950:          in expression compound($aa.zz.xx) names now can have minus '-' in
                   19951:          name after '.'
                   19952: 
                   19953: 2001-09-15  parser
                   19954: 
                   19955:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
                   19956:          image: $line-width ^line(...)[****   style]
                   19957: 
                   19958:        * src/: classes/dom.C, targets/isapi/parser3isapi.C,
                   19959:          targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
                   19960:          pool_storage - cleanups first, allocations second.  apache wisely
                   19961:          does just like that
                   19962: 
                   19963:        * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
                   19964:          rewritten using template, no bugs now
                   19965: 
                   19966:        * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
                   19967:          targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
                   19968:          targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
                   19969:          poorly started isapi pool_storage, would rewrite using template
                   19970:          now
                   19971: 
                   19972:        * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
                   19973:          include/pa_stylesheet_connection.h, main/main.dsp,
                   19974:          targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
                   19975:          targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
                   19976:          xalan objects freed up [introducing Pool::register_cleanup]
                   19977: 
                   19978:        * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
                   19979:          comments
                   19980: 
                   19981: 2001-09-14  parser
                   19982: 
                   19983:        * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
                   19984:          z
                   19985: 
                   19986:        * src/: classes/dom.C, classes/file.C, classes/image.C,
                   19987:          classes/mail.C, include/pa_common.h,
                   19988:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   19989:          include/pa_stylesheet_connection.h,
                   19990:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   19991:          main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
                   19992:          main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
                   19993:          main/untaint.C, types/pa_vfile.C: dom.xslt  stylesheet
                   19994:          compiled&cached
                   19995: 
                   19996: 2001-09-13  parser
                   19997: 
                   19998:        * src/: classes/dom.C, classes/file.C, classes/image.C,
                   19999:          types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
                   20000: 
                   20001:        * src/classes/dom.C: dom:file content-type(.method)
                   20002: 
                   20003:        * src/: include/pa_common.h, include/pa_globals.h,
                   20004:          main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
                   20005:          string now more informative error messages
                   20006: 
                   20007:        * src/: include/pa_globals.h, include/pa_request.h,
                   20008:          main/pa_request.C, targets/cgi/parser3.C,
                   20009:          targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
                   20010:          ParserSiteConfig .../parser3.conf
                   20011: 
                   20012:          cgi&isapi looks for {configure|c:\windows}/parser3.conf
                   20013: 
                   20014: 2001-09-12  parser
                   20015: 
                   20016:        * src/: classes/op.C, include/pa_sql_driver_manager.h,
                   20017:          main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
                   20018:          precise error reporting: "connection string must start with
                   20019:          protocol://" now
                   20020: 
                   20021:        * src/main/compile.tab.C: fixed - subname code parts actually []
                   20022:          braced
                   20023: 
                   20024:        * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
                   20025:          lexer on LS_USER level did [] matching without setting nestage,
                   20026:          introduced special LS_NAME_SQUARE_PART state
                   20027: 
                   20028: 2001-09-11  parser
                   20029: 
                   20030:        * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
                   20031:          main/untaint.C: ^dom:set{<some>xml</some>} default language XML
                   20032:          languages+=xml
                   20033: 
                   20034:        * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
                   20035: 
                   20036:        * src/classes/dom.C: ^dom:save/string/file[output options] output
                   20037:          options:     $.method[xml|html|text] detection fixed
                   20038: 
                   20039:        * src/types/pa_vdom.h: messages
                   20040: 
                   20041:        * src/classes/dom.C: ^dom:save/string/file[output options] output
                   20042:          options:     $.method[xml|html|text] detection fixed
                   20043: 
                   20044: 2001-09-10  parser
                   20045: 
                   20046:        * src/classes/dom.C: ^dom:save/string/file[output options] output
                   20047:          options:     $.method[xml|html|text] $.encoding[windows-1251|...]
                   20048: 
                   20049:        * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
                   20050:          added]
                   20051: 
                   20052:        * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
                   20053:          ^dom.xslt[stylesheet filename] 0
                   20054: 
                   20055:        * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
                   20056:          ^dom.xslt[stylesheet filename] -1 doc is lying
                   20057: 
                   20058:        * src/classes/dom.C: ^dom.file[encoding] = file
                   20059: 
                   20060:        * src/classes/: dom.C: ^dom.string[encoding] 1
                   20061:          ^dom.save[encoding;filename]
                   20062: 
                   20063:        * src/classes/dom.C: ^dom.string[] 0
                   20064: 
                   20065:        * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
                   20066: 
                   20067:        * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
                   20068:          types/pa_vform.h: ^dom.save[b.xml] 0
                   20069: 
                   20070: 2001-09-08  parser
                   20071: 
                   20072:        * src/types/pa_vform.C: $form:tables.name.field
                   20073: 
                   20074: 2001-09-07  parser
                   20075: 
                   20076:        * src/classes/table.C: table:empty removed, superceded by ^if(def
                   20077:          $table)...
                   20078: 
                   20079:        * src/targets/cgi/parser3.C: z
                   20080: 
                   20081:        * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now  [conversion
                   20082:          from '' to int/double is 0]
                   20083: 
                   20084:        * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
                   20085:          $table) is false when table is empty
                   20086: 
                   20087:        * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
                   20088:          !$form:tables $atable[$form:tables.a]
                   20089:          ^atable.menu{a=$atable.element}[,]
                   20090: 
                   20091:        * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
                   20092:          types/pa_vform.h, types/pa_vhash.h: !$form:fields
                   20093: 
1.116     moko     20094:        * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95      moko     20095:          types/pa_vdom.h, types/pa_vform.C: merged with successful start
                   20096:          of dom
                   20097: 
                   20098:        * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
                   20099:          types/pa_vform.C, types/pa_vform.h: z
                   20100: 
                   20101:        * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
                   20102:          element [not last]
                   20103: 
1.116     moko     20104:        * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95      moko     20105:          types/pa_vdom.h: introducing dom. dom:load[a.xml]
                   20106: 
                   20107: 2001-09-06  parser
                   20108: 
                   20109:        * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
                   20110:          table with one column 'element' and two rows: 1 and 2
                   20111: 
                   20112:        * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
                   20113:          table with one column 'element' and two rows: 1 and 2
                   20114: 
                   20115:        * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
                   20116:          bad int/double conversions, and now $form:nonexistent.int(88)
                   20117:          would return 88
                   20118: 
                   20119:        * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
                   20120:          types/pa_vhash.h: now there's special hash key '_default'
                   20121:          [instead of ^_default method] $hash[         $.a[1]  $.b[2]
                   20122:          $._default[xx] ] $hash.c
                   20123: 
                   20124:        * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
                   20125:          fixed [thanks, fif], ^; were treated there non-literally
                   20126: 
                   20127:        * src/doc/doxygen.cfg: merged new default options from 1.2.10
                   20128:          doxygen
                   20129: 
                   20130:        * src/: classes/image.C, classes/op.C, classes/string.C,
                   20131:          classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
                   20132:          types/pa_vtable.C: few #ifndef DOXYGEN
                   20133: 
                   20134: 2001-09-05  parser
                   20135: 
                   20136:        * src/classes/: string.C, table.C: sql options can be void [same as
                   20137:          image:html the other day]
                   20138: 
                   20139:        * src/targets/cgi/Makefile.am: .am undo
                   20140: 
                   20141:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
                   20142:          targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
                   20143:          macro expantion on param, simply qoutes whatever passed, undone
                   20144: 
                   20145:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
                   20146:          targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
                   20147:          STRINGIZE(name) #name invented
                   20148: 
                   20149:        * src/: classes/op.C, include/pa_sql_driver_manager.h,
                   20150:          main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
                   20151:          MAIN_SQL_DRIVERS_NAME "drivers"
                   20152: 
                   20153:          moved to be availible to all users
                   20154: 
                   20155:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
                   20156:          SQL_DRIVER_CREATE_FUNC_NAME
                   20157: 
                   20158:        * src/classes/mail.C: MAIN:MAIL check fixed
                   20159: 
                   20160: 2001-09-04  parser
                   20161: 
                   20162:        * src/classes/image.C: image.html now can accept void params
                   20163: 
                   20164:        * src/targets/isapi/parser3isapi.C: z
                   20165: 
                   20166:        * src/targets/cgi/parser3.C: full_file_spec bug
                   20167: 
                   20168:        * src/targets/cgi/parser3.C: getenvcheck
                   20169: 
                   20170:        * src/targets/cgi/parser3.C: zz
                   20171: 
                   20172:        * src/targets/cgi/parser3.C: zzz
                   20173: 
                   20174:        * src/classes/date.C: date
                   20175: 
                   20176:        * src/classes/date.C: date:sql-string is now without ''
                   20177: 
1.116     moko     20178:        * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95      moko     20179:          targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
                   20180:          auto.p location for targets/cgi/parser3, default[/usr/local/etc]
                   20181: 
1.116     moko     20182:        * src/include/pa_config_auto.h.in: makes
1.95      moko     20183: 
                   20184: 2001-09-03  parser
                   20185: 
                   20186:        * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
                   20187: 
                   20188: 2001-09-01  parser
                   20189: 
                   20190:        * src/classes/image.C: letter_spacing
                   20191: 
                   20192:        * src/classes/image.C: image: font params changed
                   20193: 
                   20194:        * src/classes/image.C: image: as_int as_string used
                   20195: 
                   20196:        * src/types/pa_vmethod_frame.h: $result[] now gets properly
                   20197:          analized
                   20198: 
                   20199: 2001-08-31  parser
                   20200: 
                   20201:        * src/targets/cgi/parser3.C: z
                   20202: 
1.116     moko     20203:        * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
                   20204:          cygwin
1.95      moko     20205: 
                   20206:        * src/classes/void.C: void:int/double += (default)
                   20207: 
                   20208:        * src/classes/image.C: image:font added space param image:font
                   20209:          changed charwidth alg, added kerning const[for now]
                   20210: 
                   20211:        * src/classes/: string.C, table.C: string:int/double (defaults)
                   20212: 
                   20213: 2001-08-29  parser
                   20214: 
                   20215:        * src/main/pa_exception.C: exception redundant debug info
                   20216: 
                   20217: 2001-08-28  parser
                   20218: 
                   20219:        * src/classes/image.C: image error msgs
                   20220: 
                   20221:        * src/classes/image.C: image: gifsize little endian
                   20222: 
                   20223:        * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
                   20224:          doxygeneration
                   20225: 
                   20226:        * src/: classes/Makefile.am, main/Makefile.am,
                   20227:          targets/cgi/Makefile.am, types/Makefile.am: .am-s
                   20228: 
                   20229:        * src/: include/pa_dictionary.h, main/pa_dictionary.C,
                   20230:          main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
                   20231: 
                   20232:        * src/main/compile.C: NO_STRING_ORIGIN check2
                   20233: 
                   20234:        * src/classes/table.C: NO_STRING_ORIGIN check
                   20235: 
                   20236:        * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
                   20237:          storage class specifiers invalid in friend function declarations
                   20238: 
                   20239:        * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
                   20240:          main/untaint.C, targets/cgi/parser3.C,
                   20241:          targets/isapi/parser3isapi.C: strncpy forced with zero ending in
                   20242:          case of limit
                   20243: 
                   20244:        * src/: classes/file.C, main/pa_common.C: file:move
                   20245:          autocreate/remove dest/src dir
                   20246: 
                   20247:        * src/: classes/string.C, include/pa_dictionary.h,
                   20248:          include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
                   20249:          main/untaint.C: pa_directory speeded up. moved zero 'from' check
                   20250:          to directory constructor.  string:replace
                   20251: 
                   20252: 2001-08-27  parser
                   20253: 
                   20254:        * src/classes/image.C: fixed jpgsize alg
                   20255: 
                   20256:        * src/classes/image.C: fixed jpgsize alg
                   20257: 
                   20258:        * src/main/pa_exception.C: z
                   20259: 
                   20260:        * src/main/pa_common.C: removed debug info from pa_common
                   20261: 
                   20262:        * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
                   20263:          [auto.p from current dir loading]
                   20264: 
1.116     moko     20265:        * src/: main/pa_common.C, main/pa_exception.C,
                   20266:          main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
                   20267:          for solaris -lsocket
1.95      moko     20268: 
                   20269: 2001-08-24  parser
                   20270: 
                   20271:        * src/targets/cgi/parser3.C: not cgi extra \n 3
                   20272: 
                   20273:        * src/targets/cgi/parser3.C: not cgi extra \n 2
                   20274: 
                   20275:        * src/targets/cgi/parser3.C: not cgi extra \n
                   20276: 
                   20277:        * src/main/pa_sql_driver_manager.C: z
                   20278: 
                   20279:        * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
                   20280:          sql* removed services from disconnect - cross-request ideological
                   20281:          probs.
                   20282: 
                   20283:        * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
                   20284:          cross-request ideological probs.  oracle - fixed bug: cs
                   20285:          allocated on request.pool and got freed before disconnect
                   20286: 
                   20287:        * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
                   20288:          mallocs fixed
                   20289: 
                   20290: 2001-08-23  parser
                   20291: 
                   20292:        * src/classes/file.C: minor bug in file:save fixed
                   20293: 
                   20294:        * src/main/pa_sql_driver_manager.C: oracle: dlink
                   20295: 
                   20296: 2001-08-22  parser
                   20297: 
                   20298:        * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
                   20299:          types/pa_vfile.h: file:load|save[text|binary;
                   20300: 
                   20301:        * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
                   20302: 
                   20303: 2001-08-21  parser
                   20304: 
                   20305:        * src/classes/: file.C, table.C: ^file:list
                   20306: 
                   20307: 2001-08-20  parser
                   20308: 
                   20309:        * src/: main/compile.tab.C, main/compile.y,
                   20310:          main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
                   20311:          types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
                   20312:          recousively caused problems: inc incremeted 123 literal!! fixed
                   20313: 
                   20314: 2001-08-10  parser
                   20315: 
                   20316:        * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
                   20317: 
                   20318:        * src/main/: compile.tab.C, compile.y: (codes) name part syntax
                   20319:          added
                   20320: 
                   20321:        * src/main/: compile.tab.C, compile.y: (codes) name part syntax
                   20322:          added
                   20323: 
                   20324:        * src/classes/table.C: table:sort restored [it was bad test :(]
                   20325: 
                   20326:        * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
                   20327:          ''
                   20328: 
                   20329:        * src/main/: pa_request.C: wanted to make const int
                   20330:          MAX_EXECUTE_SECONDS=1;
                   20331: 
                   20332:          but couldnt, set_callback_and_alarm appeared to be not exported
                   20333:          :(
                   20334: 
                   20335:        * src/main/pa_string.C: string.match hanged on. there were a hang
                   20336:          check but it weren't wise enough
                   20337: 
                   20338:          @parse[dateString][tmp]
                   20339:          $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
                   20340:          #end
                   20341: 
                   20342:          @main[] ^parse[2001-02-03]
                   20343: 
                   20344:        * src/classes/: table.C: table:sort now default desc
                   20345: 
                   20346:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                   20347:          table.sort now creates new sorted table
                   20348: 
                   20349: 2001-08-09  parser
                   20350: 
                   20351:        * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
                   20352: 
                   20353:        * src/classes/hash.C: hash:_default now [was hash:default]
                   20354: 
                   20355:        * src/classes/op.C: case without switch check added
                   20356: 
                   20357:        * src/types/pa_vcookie.C: cookie name&value origins added, more
                   20358:          precise $ORIGINS(1)
                   20359: 
                   20360:        * src/main/Makefile.am: .am
                   20361: 
                   20362:        * src/classes/void.C: void: int double  copy/paste from int: bug
                   20363:          fixed
                   20364: 
                   20365:        * src/classes/void.C: void: int double  copy/paste from int: bug
                   20366:          fixed
                   20367: 
                   20368: 2001-08-07  parser
                   20369: 
                   20370:        * src/: classes/double.C, classes/int.C, classes/string.C,
                   20371:          classes/table.C, include/pa_globals.h, main/pa_globals.C:
                   20372:          !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
                   20373:          string, table
                   20374: 
                   20375:        * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
                   20376:          srand made working
                   20377: 
                   20378: 2001-08-06  parser
                   20379: 
                   20380:        * src/: classes/mail.C, classes/op.C, include/pa_array.h,
                   20381:          include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
                   20382:          main/compile.tab.C, main/compile.y, main/pa_array.C,
                   20383:          main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
                   20384:          main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
                   20385: 
                   20386:        * src/main/pa_exec.C: exec win32 real filename
                   20387: 
                   20388:        * src/classes/file.C: exec stderr out
                   20389: 
                   20390:        * src/classes/hash.C: hash:keys renamed to hash:_keys :(
                   20391: 
                   20392: 2001-08-03  parser
                   20393: 
                   20394:        * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
                   20395: 
                   20396: 2001-08-02  parser
                   20397: 
                   20398:        * src/: classes/string.C, classes/table.C, include/pa_array.h,
                   20399:          main/execute.C, main/pa_exec.C: introducing Array_iter
                   20400: 
                   20401:        * src/main/execute.C: detected quick_get recursion bug. changed to
                   20402:          get@execute, but needs array iterator, separate from array to
                   20403:          avoid it & use caching
                   20404: 
                   20405:        * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
                   20406:          bug fixed
                   20407: 
                   20408:        * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
                   20409:          main/execute.C, main/pa_globals.C: found another multithread bug
                   20410:          in op.C (last, last global var killed) :)
                   20411: 
                   20412: 2001-08-01  parser
                   20413: 
                   20414:        * src/: include/pa_dictionary.h, include/pa_globals.h,
                   20415:          include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
                   20416:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   20417:          main/untaint.C: speeded up typo-html replacements. introducing
                   20418:          Dictionary with first-char caching
                   20419: 
                   20420: 2001-07-31  parser
                   20421: 
                   20422:        * src/types/Makefile.am: pa_vtable.C added to .am
                   20423: 
                   20424:        * src/main/compile.tab.C: added, so that could be compiled even on
                   20425:          non-bison-enabled platforms
                   20426: 
                   20427: 2001-07-28  parser
                   20428: 
                   20429:        * src/classes/table.C: table:hash always produces hash, when can't
                   20430:          - empty
                   20431: 
                   20432:        * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
                   20433:          skipped \n
                   20434: 
                   20435: 2001-07-27  parser
                   20436: 
                   20437:        * src/classes/: double.C, int.C, string.C: provided meaningful msg
                   20438:          on int/double/string :sql without result and default
                   20439: 
                   20440: 2001-07-26  parser
                   20441: 
                   20442:        * src/classes/op.C: fixed bad multithread bug with strangly global
                   20443:          OP
                   20444: 
                   20445:        * src/main/compile.y: $man[$.age[zzz]]  0
                   20446: 
                   20447:        * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
                   20448:          creation syntax problem persists. restored $: for a while.
                   20449:          thinking of $man[$.age[zzz]] syntax now
                   20450: 
                   20451:        * src/: classes/double.C, classes/int.C, classes/string.C,
                   20452:          include/pa_opcode.h, main/compile.C, main/compile.y,
                   20453:          main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
                   20454:          types/pa_vmethod_frame.h, types/pa_wcontext.h,
                   20455:          types/pa_wwrapper.h: fixing :: realization #1
                   20456: 
                   20457:        * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
                   20458:          main/compile_tools.h, main/execute.C, main/pa_request.C,
                   20459:          types/pa_vmethod_frame.h: introducing :: this is constructor call
                   20460:          prefix.  ordinary : remains for static accesses
                   20461: 
                   20462: 2001-07-25  parser
                   20463: 
                   20464:        * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
                   20465:          fields 2. methods 3. columns
                   20466: 
                   20467:        * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
                   20468:          quote.  optimized double&int tostring-s
                   20469: 
                   20470:        * src/main/: compile.C, compile.y, compile_tools.h: allowed
                   20471:          whitespace before first method decl
                   20472: 
                   20473:        * src/classes/table.C: allowed nontable result in table:sql,
                   20474:          results in empty table
                   20475: 
                   20476:        * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
                   20477:          lines before first method decl
                   20478: 
                   20479:        * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
                   20480:          types/pa_vtable.h: ^table.record[] now $table.fields
                   20481: 
                   20482:        * src/main/compile.y: $var[] is now empty string, not void
                   20483: 
                   20484:        * src/main/: compile.y, execute.C: $var[] is now empty string, not
                   20485:          void
                   20486: 
                   20487:        * src/: classes/string.C, include/pa_globals.h, main/execute.C,
                   20488:          main/pa_globals.C: match replace code context moved to implicit
                   20489:          $match context
                   20490: 
                   20491:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
                   20492:          main/compile_tools.h, main/execute.C: with killed, code storage
                   20493:          introduced with former 'with' syntax
                   20494: 
                   20495: 2001-07-24  parser
                   20496: 
                   20497:        * src/: main/compile.C, main/execute.C, main/pa_string.C,
                   20498:          types/pa_value.h: first get_element, next get operator
                   20499: 
                   20500:        * src/main/compile.y: removed @end handling
                   20501: 
                   20502:        * src/main/: compile.C, compile.y: @end handling method2
                   20503: 
                   20504:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
                   20505:          file:move
                   20506: 
                   20507:        * src/main/pa_common.C: file_read close @ eof when imgsize bug
                   20508:          fixed
                   20509: 
                   20510: 2001-07-23  parser
                   20511: 
                   20512:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
                   20513:          driver
                   20514: 
                   20515:        * src/classes/hash.C: changed sql driver query interface
                   20516: 
                   20517:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   20518:          classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
                   20519:          changed sql driver query interface
                   20520: 
                   20521: 2001-07-20  parser
                   20522: 
                   20523:        * src/types/pa_vrequest.C: X!$browser:type
                   20524: 
                   20525:        * src/: classes/file.C, classes/string.C, include/pa_string.h,
                   20526:          main/execute.C, main/pa_string.C, types/pa_valiased.C,
                   20527:          types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
                   20528:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
                   20529:          types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
                   20530:          types/pa_vobject.h, types/pa_vrequest.C,
                   20531:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
                   20532:          ^class:method dynamic calls allowed.  ^BASE.method call disabled.
                   20533:          BASE element globally removed
                   20534: 
                   20535: 2001-07-18  parser
                   20536: 
                   20537:        * src/classes/file.C: file:exec/cgi msg
                   20538: 
                   20539:        * src/classes/file.C: $file:exit-code renamed to 'status'
                   20540: 
                   20541:        * src/: classes/file.C, main/pa_exec.C: file:exec
                   20542: 
1.116     moko     20543:        * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
                   20544:          targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
                   20545:          removed $id from *.in *.am
1.95      moko     20546: 
                   20547:        * src/main/: pa_request.C, untaint.C: ORIGINS langs name
                   20548:          abbrevations
                   20549: 
                   20550:        * src/: classes/date.C, classes/mail.C, classes/math.C,
                   20551:          classes/string.C, classes/table.C, include/pa_globals.h,
                   20552:          include/pa_string.h, main/execute.C, main/pa_globals.C,
                   20553:          main/pa_request.C, main/pa_string.C, main/untaint.C,
                   20554:          types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
                   20555:          types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
                   20556:          $ORIGINS(1) output tracing mode
                   20557: 
                   20558: 2001-07-13  parser
                   20559: 
                   20560:        * src/: classes/double.C, classes/int.C, classes/string.C,
                   20561:          include/pa_request.h, main/execute.C, main/pa_request.C:
                   20562:          auto.p[@auto], /news/auto.p[no @auto], so that initializing
                   20563:          second would not call first @auto
                   20564: 
                   20565:        * src/main/: execute.C, pa_request.C: order of MAIN parents was
                   20566:          wrong, fixed
                   20567: 
                   20568: 2001-07-12  parser
                   20569: 
                   20570:        * src/types/pa_value.h: pa_value.putelement modification of system
                   20571:          classes prevented
                   20572: 
                   20573: 2001-07-11  parser
                   20574: 
                   20575:        * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
                   20576:          table $piece
                   20577: 
                   20578:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
                   20579:          types/pa_vstateless_class.h: $file created by file:state +=
                   20580:          .atime .mtime .ctime +found&fixed bug with exceptions on
                   20581:          get_junction-created objects [they were on wrong pool]
                   20582: 
                   20583: 2001-07-09  parser
                   20584: 
                   20585:        * src/main/untaint.C: qp wrong name
                   20586: 
                   20587:        * src/: classes/date.C, classes/string.C, classes/table.C,
                   20588:          main/compile.y: date format 0
                   20589: 
                   20590: 2001-07-07  parser
                   20591: 
                   20592:        * src/: classes/date.C, classes/table.C, include/pa_common.h,
                   20593:          include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
                   20594:          roll table calendar
                   20595: 
                   20596:        * src/: classes/Makefile.am, classes/date.C, classes/file.C,
                   20597:          classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
                   20598:          classes/op.C, classes/string.C, classes/table.C, classes/void.C,
                   20599:          include/pa_request.h, main/main.dsp, types/pa_value.h,
                   20600:          types/pa_vdate.h, types/pa_wcontext.C: date  now set $fields roll
                   20601:          string.  todo: sql, calendar
                   20602: 
                   20603: 2001-07-06  parser
                   20604: 
                   20605:        * src/: classes/math.C, include/pa_request.h, main/execute.C,
                   20606:          main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
                   20607: 
                   20608: 2001-07-03  parser
                   20609: 
                   20610:        * src/: classes/Makefile.am, classes/math.C, classes/op.C,
                   20611:          classes/random.C, main/main.dsp: class random renamed to math,
                   20612:          operators became methods
                   20613: 
                   20614:        * src/classes/op.C:  pow sqrt
                   20615: 
                   20616:        * src/: classes/op.C, main/execute.C:  sin asin cos acos tan atan
                   20617: 
                   20618: 2001-07-02  parser
                   20619: 
                   20620:        * src/classes/table.C: ^table.columns column renamed from 'name' to
                   20621:          'column'
                   20622: 
                   20623:        * src/classes/hash.C: ^hash.keys[]
                   20624: 
                   20625:        * src/: classes/table.C, main/pa_table.C: ^table:columns[]
                   20626: 
                   20627:        * src/main/: compile.y, compile_tools.h: in expressions now allowed
                   20628:          'strings'
                   20629: 
                   20630: 2001-06-29  parser
                   20631: 
                   20632:        * src/main/: execute.C: /0  %0 checkes ver 2
                   20633: 
                   20634:        * src/main/execute.C: /0  %0 checke
                   20635: 
                   20636:        * src/classes/Makefile.am: nothing - void
                   20637: 
                   20638:        * src/classes/table.C: empty strings @ sql
                   20639: 
                   20640: 2001-06-28  parser
                   20641: 
                   20642:        * src/: classes/double.C, classes/file.C, classes/form.C,
                   20643:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   20644:          classes/op.C, classes/random.C, classes/response.C,
                   20645:          classes/string.C, classes/table.C, classes/void.C,
                   20646:          main/compile.C, main/compile_tools.C, main/execute.C,
                   20647:          main/pa_array.C, main/pa_common.C, main/pa_dir.C,
                   20648:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   20649:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   20650:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   20651:          main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
                   20652:          targets/isapi/parser3isapi.C, main/compile.y: */ static const
                   20653:          char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
                   20654:          $";
                   20655: 
                   20656:        * src/: classes/double.C, classes/file.C, classes/form.C,
                   20657:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   20658:          classes/op.C, classes/random.C, classes/response.C,
                   20659:          classes/string.C, classes/table.C, classes/void.C,
                   20660:          main/compile.C, main/compile.y, main/compile_tools.C,
                   20661:          main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
                   20662:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   20663:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   20664:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   20665:          main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
1.119     moko     20666:          targets/isapi/parser3isapi.C: static char *RCSId="Id";
1.95      moko     20667: 
                   20668:        * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
                   20669:          $class:name: == ${class:name}:
                   20670: 
                   20671:        * src/classes/string.C: exactly one
                   20672: 
                   20673: 2001-06-27  parser
                   20674: 
                   20675:        * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
                   20676:          types/pa_vvoid.h: nothing renamed to void
                   20677: 
                   20678:        * src/classes/op.C: ^switch ^case
                   20679: 
                   20680:        * src/main/compile.y: nothing renamed to void
                   20681: 
                   20682:        * src/: classes/hash.C, classes/table.C, main/compile.y,
                   20683:          main/execute.C, main/main.dsp, main/pa_request.C,
                   20684:          targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
                   20685:          types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
                   20686:          void
                   20687: 
                   20688:        * src/main/compile.y: lexer: $zzzz^zzzz were name part
                   20689: 
                   20690: 2001-05-28  parser
                   20691: 
                   20692:        * src/doc/html2chm.cmd: removed >a
                   20693: 
                   20694:        * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
                   20695:          project options [some bugs]
                   20696: 
                   20697:        * src/doc/sources2html.cmd: z
                   20698: 
                   20699:        * src/: classes/classes.C, main/compile.C, main/compile.y,
                   20700:          main/execute.C: operators are not in root class again
                   20701: 
                   20702: 2001-05-24  parser
                   20703: 
                   20704:        * src/targets/cgi/parser3.dsp: project file
                   20705: 
                   20706:        * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
                   20707:          ^log ^exp
                   20708: 
                   20709:        * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
                   20710:          conversions in @exception[params]
                   20711: 
                   20712:        * src/main/pa_request.C: // no _ conversions in @exception[params]
                   20713: 
                   20714: 2001-05-23  parser
                   20715: 
                   20716:        * src/main/pa_string.C: string cmp bug
                   20717: 
                   20718:        * src/classes/: mail.C, op.C: rem max 1000
                   20719: 
                   20720:        * src/: classes/op.C, main/compile.y: allow one empty line before
                   20721:          LS_DEF_NAME
                   20722: 
                   20723: 2001-05-22  parser
                   20724: 
                   20725:        * src/classes/op.C: if params code-required
                   20726: 
                   20727: 2001-05-21  parser
                   20728: 
                   20729:        * src/types/pa_vstring.C: eoleof
                   20730: 
                   20731:        * src/classes/Makefile.am: .AM
                   20732: 
                   20733:        * src/classes/nothing.C: resultless ^sql  moved to nothing:
                   20734: 
                   20735:        * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
                   20736: 
                   20737:        * src/: classes/double.C, classes/nothing.C, classes/string.C,
                   20738:          classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
                   20739:          types/pa_vunknown.h, classes/hash.C, main/compile.y,
                   20740:          main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
                   20741:          types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
                   20742:          main/pa_request.C, types/pa_value.h: 'unknown' renamed to
                   20743:          'nothing'
                   20744: 
                   20745:        * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
                   20746:          vstring::set_string
                   20747: 
                   20748:        * src/classes/: double.C, int.C, string.C: int,double;sql
                   20749: 
                   20750:        * src/: classes/hash.C, classes/int.C, classes/string.C,
                   20751:          classes/table.C, include/pa_string.h, main/pa_string.C,
                   20752:          types/pa_vstring.C, types/pa_vstring.h: started int:sql
                   20753: 
                   20754:        * src/: classes/classes.C, classes/hash.C, classes/op.C,
                   20755:          classes/table.C, main/compile.C, main/compile.y, main/execute.C:
                   20756:          hash:sql moved to main trunc. operators.txt updated
                   20757: 
                   20758:        * src/classes/: hash.C, op.C, table.C: hash:sql
                   20759: 
                   20760:        * src/classes/op.C: z
                   20761: 
                   20762:        * src/: main/compile.C, classes/classes.C: 1
                   20763: 
                   20764:        * src/: classes/classes.C, main/compile.C, main/compile.y,
                   20765:          main/execute.C: 0
                   20766: 
                   20767:        * src/main/execute.C: z
                   20768: 
                   20769:        * src/targets/cgi/parser3.C: z
                   20770: 
                   20771:        * src/targets/cgi/parser3.C: argv can be just "parser3". made
                   20772:          site_auto_path "." in that case
                   20773: 
                   20774:        * src/targets/cgi/: parser3.C: z
                   20775: 
                   20776:        * src/main/pa_request.C: .am
                   20777: 
                   20778:        * src/: main/pa_request.C, targets/cgi/parser3.C:
                   20779:          pcre_tables=pcre_default_tables;
                   20780: 
                   20781: 2001-05-19  parser
                   20782: 
                   20783:        * src/main/pa_string.C: z
                   20784: 
                   20785:        * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
                   20786:          introducing String::cstr_bufsize, returns just size+1 for as_is
                   20787:          target.
                   20788: 
                   20789:        * src/: main/untaint.C, targets/cgi/pa_pool.C,
                   20790:          targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
                   20791:          used, 4* mem wasted
                   20792: 
                   20793:        * src/classes/string.C: root context in match replace body now
                   20794:          unchanged
                   20795: 
                   20796:        * src/types/pa_value.h: parameter # 1 based
                   20797: 
                   20798:        * src/main/pa_common.C: common:  actual filename '%s'
                   20799: 
                   20800:        * src/classes/string.C: z
                   20801: 
                   20802:        * src/classes/Makefile.am: classes/.am
                   20803: 
                   20804:        * src/classes/: Makefile.am: classes/.am
                   20805: 
                   20806:        * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
                   20807:          targets/cgi/pa_pool.C: classes/.am
                   20808: 
                   20809: 2001-05-18  parser
                   20810: 
1.116     moko     20811:        * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
                   20812:          pa_threads.C ins
1.95      moko     20813: 
                   20814:        * src/targets/cgi/Makefile.am: .am pa_threads.C added
                   20815: 
                   20816: 2001-05-17  parser
                   20817: 
                   20818:        * src/: classes/string.C, include/pa_config_fixed.h,
                   20819:          include/pa_config_includes.h, main/compile.y,
                   20820:          main/compile_tools.h, main/execute.C, main/pa_array.C,
                   20821:          main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
                   20822:          main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
                   20823:          types/pa_vform.C: #include "pa_config_includes.h" removed from
                   20824:          most .C
                   20825: 
                   20826:        * src/doc/html2chm.cmd: z
                   20827: 
                   20828:        * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
                   20829:          view.cmd, view_chm.cmd, view_html.cmd: doc cmds
                   20830: 
                   20831:        * src/main/pa_sql_driver_manager.C: moved expiration to
                   20832:          get_connection_from_cache
                   20833: 
                   20834:        * src/main/pa_sql_driver_manager.C: cache expiration bf
                   20835: 
                   20836:        * src/: classes/classes.h, include/pa_sql_connection.h,
                   20837:          include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
                   20838:          cache expiration[use SQL_Driver::disconnect]
                   20839: 
                   20840:        * src/main/pa_table.C: table.locate current restored on "not found"
                   20841: 
                   20842:        * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
                   20843:          line no
                   20844: 
                   20845:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   20846:          ANTI_ENDLESS_EXECUTE_RECOURSION
                   20847: 
                   20848:        * src/: classes/op.C, include/pa_sql_connection.h,
                   20849:          include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
                   20850:          sql/pa_sql_driver.h: fixed problem at last: 2connections own
                   20851:          1driver and set_services fight for driver::fservices. before fix
                   20852: 
                   20853:        * src/: classes/op.C, include/pa_config_fixed.h,
                   20854:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   20855:          main/pa_sql_driver_manager.C: found problem at last: 2connections
                   20856:          own 1driver and set_services fight for driver::fservices. before
                   20857:          fix
                   20858: 
                   20859:        * src/: include/pa_config_fixed.h, include/pa_threads.h,
                   20860:          targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
                   20861:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
                   20862:          pa_threads.C
                   20863: 
                   20864:        * src/include/pa_threads.h: removed targets/parser
                   20865: 
                   20866:        * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
                   20867:          pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
                   20868:          pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
                   20869:          pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
                   20870:          pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
                   20871:          headers
                   20872: 
                   20873:        * src/: classes/image.C, include/pa_sql_driver_manager.h,
                   20874:          main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
                   20875:          order prevented sqlmanager to see MULTYTHREAD define
                   20876: 
                   20877:        * src/: include/pa_config_fixed.h, include/pa_threads.h,
                   20878:          main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
                   20879:          put/gets
                   20880: 
                   20881:        * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
                   20882:          from hash.h
                   20883: 
                   20884:        * src/: classes/op.C, include/pa_sql_connection.h,
                   20885:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
                   20886:          from cache ->set_services(&services);
                   20887: 
                   20888: 2001-05-16  parser
                   20889: 
                   20890:        * src/targets/cgi/parser3.C: z
                   20891: 
                   20892:        * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
                   20893:          debug, #ifdefed some.  would debug later, on more precise sample
                   20894:          than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
                   20895:          $name.$tail[$tail!] $name.$tail } ok3
                   20896: 
                   20897:        * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
                   20898:          removed array debug. before vstring rebasing
                   20899: 
                   20900:        * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
                   20901:          main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
                   20902:          array debugged; adjusted
                   20903: 
                   20904:        * src/main/: pa_sql_driver_manager.C, pa_string.C:
                   20905:          SQL_Driver_manager line no for connect/charset errors
                   20906: 
                   20907: 2001-05-15  parser
                   20908: 
                   20909:        * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
                   20910:          main/pa_string.C: string+array made linear grows
                   20911: 
                   20912:        * src/: include/pa_string.h, main/pa_string.C,
                   20913:          targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
                   20914:          grow lineary, not exponentialy
                   20915: 
                   20916:        * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
                   20917:          targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
                   20918:          with fullchunk cmps
                   20919: 
                   20920:        * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
                   20921:          70041=           81
                   20922: 
                   20923:        * src/: include/pa_string.h, targets/cgi/pa_pool.C,
                   20924:          targets/cgi/parser3.C: detected huge mem allocation: size/times
                   20925:          malloc 27809390/368771, calloc 3232/83. would test now
                   20926: 
                   20927:        * src/: classes/random.C, main/compile.y, main/execute.C,
                   20928:          main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
                   20929:          numbered params had wrong name - for instance: bad error message
                   20930:          in ^for[] bad body type. fixed
                   20931: 
                   20932: 2001-05-14  parser
                   20933: 
                   20934:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
                   20935:          main/untaint.C: ^string.upper|lower[]
                   20936: 
                   20937: 2001-05-11  parser
                   20938: 
                   20939:        * src/: classes/double.C, classes/image.C, classes/op.C,
                   20940:          classes/string.C, classes/table.C, classes/unknown.C,
                   20941:          main/execute.C, types/pa_value.h, types/pa_vbool.h,
                   20942:          types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
                   20943:          types/pa_vunknown.h: op: MAX_LOOPS as_int
                   20944: 
                   20945:        * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
                   20946:          .dsp for win32tools
                   20947: 
                   20948: 2001-05-11  paf
                   20949: 
                   20950:        * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
                   20951:          main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
                   20952:          targets/isapi/istart.cmd, targets/isapi/istop.cmd,
                   20953:          targets/isapi/kill.pl: moved win32 helpers to /win32tools
                   20954: 
                   20955: 2001-05-10  paf
                   20956: 
                   20957:        * src/include/: pa_common.h, pa_config_includes.h: inline undefed
                   20958:          for C++, that's all
                   20959: 
1.116     moko     20960:        * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
                   20961:          pa_config_includes.h: inline wonders
1.95      moko     20962: 
                   20963:        * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
                   20964:          doc/doxygen.cmd: hash.C added
                   20965: 
                   20966:        * src/: main/pa_request.C, types/pa_vrequest.C: op configured
                   20967: 
                   20968:        * src/main/compile.y: @end grammar: allowed zero strings in control
                   20969:          menthod
                   20970: 
                   20971:        * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
                   20972:          pa_vstateless_object.h: changed priority: field before method
                   20973:          lookup in vclass & vobject
                   20974: 
                   20975:        * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
                   20976:          grammar: priorities changes [lowerd && prior] vobject: now first
                   20977:          fields, next methods
                   20978: 
                   20979: 2001-05-08  paf
                   20980: 
                   20981:        * src/main/pa_table.C: table columnname2item on nameless ignored
                   20982:          bark=false. fixed
                   20983: 
                   20984:        * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
                   20985:          types/pa_vmethod_frame.h: hash:default works at last!
                   20986: 
                   20987:        * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
                   20988:          main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
                   20989:          hash:default
                   20990: 
                   20991:        * src/classes/table.C: z
                   20992: 
                   20993:        * src/classes/table.C: table:hash always hash of hash now
                   20994: 
                   20995:        * src/classes/table.C: table:empty return bool now
                   20996: 
                   20997:        * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
                   20998:          include/pa_table.h, main/pa_table.C, types/pa_value.h,
                   20999:          types/pa_vtable.h: table:hash
                   21000: 
                   21001:        * src/classes/table.C: table:record have name
                   21002: 
                   21003:        * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
                   21004:          returns vunknown
                   21005: 
                   21006:        * src/classes/: double.C, int.C, op.C, string.C:
                   21007:          int,double,string:int[] double[] string:length[] results now have
                   21008:          hames
                   21009: 
                   21010:        * src/: classes/op.C, classes/table.C, main/main.dsp,
                   21011:          types/pa_vtable.h: removed table:find. table:locate and op:eval
                   21012:          now return bool
                   21013: 
                   21014:        * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
                   21015:          in method checkparams again. fixed
                   21016: 
                   21017: 2001-05-07  paf
                   21018: 
                   21019:        * src/doc/chm.cmd: cmd
                   21020: 
                   21021:        * src/: classes/image.C, classes/mail.C, classes/string.C,
                   21022:          doc/chm.cmd, include/pa_table.h, main/pa_table.C,
                   21023:          types/pa_value.h: method reported errors on wrong pool
                   21024: 
                   21025:        * src/main/execute.C: ^var[^class:var.method[]] is not constructor
                   21026:          now
                   21027: 
                   21028:        * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
                   21029:          include/code.h, include/pa_opcode.h, main/compile.C,
                   21030:          main/compile_tools.h, main/execute.C, types/pa_value.h,
                   21031:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   21032:          types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
                   21033:          types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
                   21034:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   21035:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   21036:          types/pa_vrequest.h, types/pa_vresponse.h,
                   21037:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   21038:          types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
                   21039:          types/pa_wwrapper.h: pa_code.h
                   21040: 
                   21041:        * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
                   21042: 
                   21043:        * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
                   21044:          doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
                   21045:          doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
                   21046:          doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
                   21047:          doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
                   21048:          doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
                   21049:          include/pa_hash.h, include/pa_string.h, main/pa_request.C,
                   21050:          main/pa_sql_driver_manager.C, types/pa_vjunction.h,
                   21051:          types/pa_vtable.h: dox, split by not clean parts also
                   21052: 
                   21053:        * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
                   21054:          types/pa_vtable.h: table: fields, then methods.  so to enable
                   21055:          'dir' fields & co. more
                   21056: 
                   21057:        * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
                   21058:          so to enable 'dir' fields & co.
                   21059: 
                   21060:        * src/main/compile.y: grammar: @end
                   21061: 
                   21062: 2001-05-04  paf
                   21063: 
                   21064:        * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
                   21065:          doc/ClassExample3.dox, main/execute.C: dox: example1 updated
                   21066: 
                   21067:        * src/: classes/classes.h, classes/double.C, classes/file.C,
                   21068:          classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
                   21069:          classes/op.C, classes/random.C, classes/response.C,
                   21070:          classes/string.C, classes/table.C, classes/unknown.C,
                   21071:          doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
                   21072:          method dox
                   21073: 
                   21074: 2001-05-03  paf
                   21075: 
                   21076:        * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
                   21077:          doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
                   21078:          doc/doxygen.txt, doc/executor.dox, doc/index.dox,
                   21079:          doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
                   21080:          doc/string.dox, doc/targets.dox, doc/value.dox,
                   21081:          main/pa_request.C: dox splitted .dox files and added some
                   21082: 
                   21083:        * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
                   21084: 
                   21085: 2001-05-02  paf
                   21086: 
                   21087:        * src/classes/: image.C, table.C: table:dir result are not tainted
                   21088:          by file_name  language now
                   21089: 
                   21090: 2001-04-28  paf
                   21091: 
                   21092:        * src/classes/classes.inc: removed classes.inc
                   21093: 
                   21094:        * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
                   21095:          from .am
                   21096: 
                   21097:        * src/classes/classes.awk: skipped classes in .awk
                   21098: 
                   21099:        * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
                   21100:          classes/classes.inc, classes/double.C, classes/file.C,
                   21101:          classes/form.C, classes/int.C, classes/op.C, classes/response.C,
                   21102:          classes/string.C, classes/table.C, classes/unknown.C,
                   21103:          include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
                   21104:          targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
                   21105:          types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
                   21106:          pa_methoded back to classes/classes.h
                   21107: 
                   21108:        * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
                   21109: 
                   21110:        * src/: classes/Makefile.am, classes/classes.awk,
                   21111:          classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
                   21112:          classes/ls.exe, main/bison.exe: classes.inc autogenerator
                   21113: 
                   21114:        * src/: classes/classes.C, classes/classes.h, classes/double.C,
                   21115:          classes/file.C, classes/form.C, classes/int.C, classes/op.C,
                   21116:          classes/response.C, classes/string.C, classes/table.C,
                   21117:          classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
                   21118:          main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
                   21119:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
                   21120:          types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
                   21121:          include|main/pa_methoded
                   21122: 
                   21123:        * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
                   21124:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
                   21125: 
                   21126:        * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
                   21127:          moved some configured data to request::classes_conf moved some
                   21128:          string crations from globals to M...  [works]
                   21129: 
                   21130:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   21131:          include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
                   21132:          main/pa_request.C: moved some configured data to
                   21133:          request::classes_conf moved some string crations from globals to
                   21134:          M...
                   21135: 
                   21136:        * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
                   21137:          about to move configured data to special request hash
                   21138: 
                   21139:        * src/: classes/classes.C, classes/classes.h, classes/file.C,
                   21140:          classes/form.C, classes/mail.C, include/pa_request.h,
                   21141:          main/pa_request.C: configure started
                   21142: 
                   21143:        * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
                   21144:          2. todo: methoded-configure
                   21145: 
                   21146:        * src/: classes/_double.h, classes/_file.h, classes/_form.h,
                   21147:          classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
                   21148:          classes/_random.h, classes/_response.h, classes/_string.h,
                   21149:          classes/_table.h, classes/_unknown.h, classes/classes.inc,
                   21150:          classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
                   21151:          classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
                   21152:          classes/random.C, classes/response.C, classes/string.C,
                   21153:          classes/table.C, classes/unknown.C, include/pa_globals.h,
                   21154:          include/pa_request.h, main/compile.y, main/execute.C,
                   21155:          main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   21156:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   21157:          types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
                   21158:          types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
                   21159:          types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
                   21160:          types/pa_vrequest.h, types/pa_vresponse.h,
                   21161:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   21162:          types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
                   21163:          classes/classes.C, classes/classes.h: Methoded reorganized. todo:
                   21164:          methoded-configure
                   21165: 
                   21166:        * src/: classes/file.C, classes/table.C, main/compile.y,
                   21167:          main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
                   21168:          types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
                   21169:          ability. now $a{^menu{$name}} or ^a.menu{$a.name}
                   21170: 
                   21171:        * src/: classes/_string.h, classes/classes.C, classes/classes.h,
                   21172:          classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
                   21173:          classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
                   21174:          classes/random.C, classes/response.C, classes/string.C,
                   21175:          classes/table.C, classes/unknown.C, include/pa_request.h,
                   21176:          main/compile.y, main/execute.C, main/pa_globals.C,
                   21177:          main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
                   21178:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   21179:          types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
                   21180:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
                   21181:          beautifying just compiled. todo: debug, configure
                   21182: 
                   21183: 2001-04-27  paf
                   21184: 
                   21185:        * src/: classes/file.C, classes/image.C, classes/table.C,
                   21186:          main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
                   21187:          beautifying -99
                   21188: 
                   21189:        * src/: classes/_double.h, classes/_form.h, classes/_int.h,
                   21190:          classes/_response.h, classes/_unknown.h, classes/classes.C,
                   21191:          classes/classes.h, classes/double.C, classes/file.C,
                   21192:          classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
                   21193:          classes/op.C, classes/random.C, classes/response.C,
                   21194:          classes/string.C, include/pa_globals.h, main/main.dsp,
                   21195:          main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
                   21196:          types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
                   21197:          types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
                   21198:          types/pa_vunknown.h: beautifying -100
                   21199: 
                   21200:        * src/main/compile.y: serge@ found @CLASS bug. fixed
                   21201: 
                   21202:        * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
                   21203:          classes/_op.h, classes/_random.h, classes/_table.h,
                   21204:          classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
                   21205:          classes/op.C, classes/random.C, classes/response.C,
                   21206:          classes/string.C, classes/table.C, classes/unknown.C,
                   21207:          include/pa_globals.h, main/main.dsp, main/pa_globals.C,
                   21208:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
                   21209:          types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
                   21210:          beautifying
                   21211: 
                   21212: 2001-04-26  paf
                   21213: 
                   21214:        * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
                   21215: 
                   21216:        * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
                   21217:          documentation ++
                   21218: 
                   21219:        * src/: classes/_exec.h, doc/doxygen.cfg,
                   21220:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   21221:          targets/cgi/pa_pool.C: code documentation ++
                   21222: 
                   21223:        * src/: classes/_image.h, classes/op.C, classes/random.C,
                   21224:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   21225:          types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
                   21226:          types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
                   21227:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   21228:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   21229:          types/pa_vrequest.C, types/pa_vrequest.h,
                   21230:          types/pa_vstateless_class.C, types/pa_vstateless_object.h,
                   21231:          types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
                   21232:          types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
                   21233:          code documentation ++
                   21234: 
                   21235:        * src/: classes/image.C, classes/mail.C, classes/string.C,
                   21236:          classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
                   21237:          include/pa_array.h, include/pa_dir.h, include/pa_string.h,
                   21238:          main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
                   21239:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   21240:          types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
                   21241:          types/pa_vobject.h, types/pa_vstateless_class.h,
                   21242:          types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
                   21243: 
                   21244:        * src/main/: pa_request.C, pa_string.C: z
                   21245: 
                   21246:        * src/: include/pa_common.h, include/pa_types.h,
                   21247:          main/pa_sql_driver_manager.C: module [and, guess, isapi]
                   21248:          connection caching fixed.  request-pooled-url were stored into
                   21249:          global connectioncache
                   21250: 
                   21251: 2001-04-25  paf
                   21252: 
                   21253:        * src/: doc/doxygen.cfg, doc/doxygen.txt,
                   21254:          targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
                   21255: 
                   21256:        * src/: include/code.h, include/pa_common.h, main/compile.y,
                   21257:          main/execute.C, main/pa_common.C: -d
                   21258: 
                   21259:        * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
                   21260:          illegal call check a bit improved, but still under iis no mapping
                   21261:          of dir with parser allowed!
                   21262: 
                   21263: 2001-04-24  paf
                   21264: 
                   21265:        * src/targets/Makefile.am: apache module lib .am
                   21266: 
                   21267:        * src/main/pa_exec.C: windows32 buildCommand
                   21268: 
                   21269: 2001-04-23  paf
                   21270: 
                   21271:        * src/targets/cgi/Makefile.am: win32 conditional
                   21272: 
                   21273:        * src/targets/cgi/Makefile.am: win32 conditional
                   21274: 
                   21275:        * src/targets/cgi/Makefile.am: liblink
                   21276: 
                   21277:        * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
                   21278:          vfile fields return type
                   21279: 
                   21280:        * src/types/pa_vfile.h: vfile fields return type
                   21281: 
                   21282:        * src/include/pa_config_auto.h.in: .h.in
                   21283: 
                   21284:        * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
                   21285:          types/Makefile: makefiles removed
                   21286: 
                   21287:        * src/: classes/Makefile, main/Makefile, main/pa_string.C,
                   21288:          targets/cgi/Makefile, types/Makefile: configure.in + makefiles
                   21289: 
                   21290:        * src/main/pa_string.C: tested OK /// @test really @b test: s x m
                   21291:          [tested: i & g ]
                   21292: 
                   21293:        * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
                   21294:          @test noticed series in isapi, check how initialize_random_class
                   21295:          is called! [must be called only once]
                   21296: 
                   21297:        * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
                   21298:          would not be 'unknown column'
                   21299: 
                   21300:        * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
                   21301:          @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
                   21302: 
                   21303:        * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
                   21304:          commandline start "parser3 a.html" so that ^load[a.cfg] worked!
                   21305:          [now doesnt]
                   21306: 
                   21307:        * src/targets/cgi/parser3.C: cgi cmdline ver
                   21308: 
                   21309:        * src/targets/cgi/parser3.C: cgi /// @test disable
                   21310:          /cgi-bin/parser3/auto.p
                   21311: 
                   21312:        * src/main/untaint.C: untaint without charset
                   21313: 
                   21314:        * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
                   21315:          main/pa_common.C: common: file_write /// @test mkdirs
                   21316:          file_delete rmdirs
                   21317: 
                   21318:        * src/main/untaint.C: mail header only once to =?
                   21319: 
                   21320:        * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
                   21321:          include/pa_string.h, main/pa_exec.C, main/pa_request.C,
                   21322:          main/untaint.C: untaint -        @test optimize whitespaces for
                   21323:          all but 'html'
                   21324: 
                   21325:        * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
                   21326:          main/pa_common.C, main/pa_hash.C, main/pa_request.C,
                   21327:          main/untaint.C: untaint -  @test mail-header
                   21328: 
                   21329: 2001-04-20  paf
                   21330: 
                   21331:        * src/: classes/string.C, classes/table.C, include/pa_globals.h,
                   21332:          include/pa_request.h, include/pa_string.h, main/compile.y,
                   21333:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   21334:          targets/cgi/parser3.C: $MAIN:LOCALE
                   21335: 
                   21336:        * src/main/untaint.C: z
                   21337: 
                   21338:        * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
                   21339: 
                   21340: 2001-04-19  paf
                   21341: 
                   21342:        * src/main/compile_tools.h: $a$b bugfix
                   21343: 
                   21344:        * src/targets/cgi/parser3.C: z
                   21345: 
                   21346:        * src/classes/file.C: z
                   21347: 
                   21348:        * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
                   21349:          done: header to $fields. waits for header '\' tricks
                   21350: 
                   21351:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
                   21352:          main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
                   21353:          changed urlencode here and in untaint.C to HTTP standard's " and
                   21354:          \" mech
                   21355: 
                   21356:        * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
                   21357:          http://alx/~paf/ doesnt load /auto.p
                   21358: 
                   21359: 2001-04-18  paf
                   21360: 
                   21361:        * src/main/pa_request.C: 1
                   21362: 
                   21363:        * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
                   21364:          linux @alx
                   21365: 
                   21366: 2001-04-17  paf
                   21367: 
                   21368:        * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
                   21369:          include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
                   21370:          sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
                   21371:          enabled
                   21372: 
                   21373:        * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
                   21374:          classes/_exec.h, classes/_file.h, classes/_form.h,
                   21375:          classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
                   21376:          classes/_random.h, classes/_response.h, classes/_string.h,
                   21377:          classes/_table.h, classes/_unknown.h, classes/file.C,
                   21378:          classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
                   21379:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   21380:          include/pa_hash.h, include/pa_sql_driver_manager.h,
                   21381:          include/pa_version.h, main/Makefile.am, main/compile.y,
                   21382:          main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
                   21383:          main/pa_sql_driver_manager.C, sql/Makefile.am,
                   21384:          sql/pa_sql_driver.h, targets/cgi/Makefile.am,
                   21385:          targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
                   21386:          types/pa_vform.C, types/pa_vimage.h: exec @jav
                   21387: 
                   21388:        * src/: include/pa_sql_driver_manager.h,
                   21389:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
                   21390:          types/pa_vimage.h: sql driver interface now has initialize(client
                   21391:          .so)
                   21392: 
                   21393: 2001-04-16  paf
                   21394: 
                   21395:        * src/Makefile.am: compile2 cygwin
                   21396: 
                   21397:        * src/: include/pa_config_includes.h, main/pa_exec.C,
                   21398:          main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
                   21399: 
                   21400:        * src/targets/cgi/Makefile.am: compile0 jav
                   21401: 
                   21402:        * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
                   21403:          classes/_exec.h, classes/_file.h, classes/_form.h,
                   21404:          classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
                   21405:          classes/_random.h, classes/_response.h, classes/_string.h,
                   21406:          classes/_table.h, classes/_unknown.h, classes/image.C,
                   21407:          classes/mail.C, classes/op.C, classes/random.C,
                   21408:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   21409:          include/pa_hash.h, include/pa_version.h, main/Makefile.am,
                   21410:          main/compile.y, main/pa_common.C, main/pa_exec.C,
                   21411:          sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
                   21412:          types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
                   21413:          compile-1
                   21414: 
                   21415: 2001-04-15  paf
                   21416: 
                   21417:        * src/classes/op.C: z
                   21418: 
                   21419:        * src/classes/table.C: table:empty +=process
                   21420: 
                   21421:        * src/types/pa_value.h: MethodParams !junction
                   21422: 
                   21423:        * src/: classes/_string.h, classes/double.C, classes/file.C,
                   21424:          classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
                   21425:          classes/random.C, classes/response.C, classes/string.C,
                   21426:          classes/table.C, classes/unknown.C, main/pa_request.C:
                   21427:          MethodParams everywhere
                   21428: 
                   21429:        * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
                   21430:          types/pa_vmethod_frame.h: MethodParams in op.C
                   21431: 
                   21432: 2001-04-12  paf
                   21433: 
                   21434:        * src/: classes/image.C, types/pa_vimage.h: image:font :text
                   21435: 
                   21436:        * src/: classes/_unknown.h, classes/unknown.C,
                   21437:          include/pa_globals.h, main/main.dsp, main/pa_globals.C,
                   21438:          types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
                   21439: 
                   21440:        * src/: classes/image.C, main/pa_hash.C: hash bug fixed
                   21441: 
                   21442:        * src/classes/image.C: image:gif now does not have params
                   21443: 
                   21444:        * src/classes/image.C:
                   21445:          image:line/fill/rectangle/bar/replace/polygon/polybar
                   21446: 
                   21447:        * src/: classes/image.C, classes/op.C, main/execute.C,
                   21448:          types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
                   21449:          for var now written not to r.wcontext, but to r.root cleared
                   21450:          "entered_object" state
                   21451: 
                   21452: 2001-04-11  paf
                   21453: 
                   21454:        * src/classes/image.C: image:create image:load
                   21455: 
                   21456:        * src/: classes/image.C, main/main.dsp: gd with mem write + image
                   21457:          just compiled
                   21458: 
                   21459:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
                   21460:          todo: gif without file
                   21461: 
                   21462:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
                   21463:          started porting to Pooled descendant
                   21464: 
                   21465:        * src/: classes/image.C, main/execute.C, main/main.dsp,
                   21466:          main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
                   21467:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
                   21468:          types/pa_vmframe.h: libimaging dead end: pil parses header in .py
                   21469: 
                   21470:        * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
                   21471:          main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
                   21472:          end. switching to python imaging lib
                   21473: 
                   21474:        * src/main/main.dsp: gd+smtp made separate libs
                   21475: 
                   21476:        * src/: include/pa_globals.h, include/pa_string.h,
                   21477:          main/pa_common.C, main/pa_request.C, main/untaint.C,
                   21478:          types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
                   21479:          length
                   21480: 
                   21481:        * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
                   21482:          types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
                   21483:          types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
                   21484:          UL_FILE_NAME of posted file name
                   21485: 
                   21486:        * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
                   21487:          post [broke when moved post read to core]
                   21488: 
                   21489: 2001-04-10  paf
                   21490: 
                   21491:        * src/classes/image.C: image:html done
                   21492: 
                   21493:        * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
                   21494: 
                   21495:        * src/classes/image.C: z
                   21496: 
                   21497:        * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
                   21498:          forgotten!
                   21499: 
                   21500:        * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
                   21501:          main/pa_request.C, main/pa_string.C, main/untaint.C,
                   21502:          types/pa_vimage.h: image:measure -90
                   21503: 
                   21504:        * src/: classes/_double.h, classes/_file.h, classes/_form.h,
                   21505:          classes/_int.h, classes/_mail.h, classes/_op.h,
                   21506:          classes/_random.h, classes/_response.h, classes/_string.h,
                   21507:          classes/_table.h, classes/file.C, classes/mail.C,
                   21508:          include/pa_common.h, include/pa_globals.h, main/execute.C,
                   21509:          main/main.dsp, main/pa_common.C, main/pa_globals.C,
                   21510:          targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
                   21511:          types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
                   21512:          types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
                   21513:          compiled
                   21514: 
                   21515:        * src/classes/mail.C: minor bug with unclear from/to
                   21516: 
                   21517:        * src/classes/mail.C: sendmail unix skipping defaults
                   21518: 
                   21519:        * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
                   21520:          sendmail unix added defaults
                   21521: 
                   21522:        * src/classes/mail.C: unix sendmail compiled. todo:testing
                   21523: 
                   21524:        * src/: classes/mail.C, main/pa_globals.C: smtp some consts
                   21525: 
                   21526: 2001-04-09  paf
                   21527: 
                   21528:        * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
                   21529:          main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
                   21530:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
                   21531:          targets/isapi/parser3isapi.dsp: all targets exec
                   21532: 
                   21533:        * src/: include/pa_sapi.h, include/pa_string.h,
                   21534:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   21535:          targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
                   21536:          args in apache:util.script
                   21537: 
                   21538:        * src/include/pa_string.h: written but not tested exec with env for
                   21539:          unix
                   21540: 
                   21541:        * src/: classes/file.C, main/main.dsp, main/pa_request.C,
                   21542:          targets/cgi/parser3.C: exec win32 env
                   21543: 
                   21544:        * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
                   21545:          0
                   21546: 
                   21547:        * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
                   21548:          main/execute.C, main/main.dsp, main/pa_globals.C,
                   21549:          main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
                   21550:          types/pa_vform.C, types/pa_vstring.C: exec4. todo env
                   21551: 
                   21552:        * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
                   21553:          main/untaint.C: exec3. decided exec:cgi to move to file:cgi
                   21554: 
                   21555:        * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
                   21556:          main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
                   21557: 
                   21558:        * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
                   21559:          include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
                   21560:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                   21561:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   21562:          targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
                   21563:          exec class just compiled. moved post read to request core
                   21564: 
                   21565:        * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
                   21566:          include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
                   21567:          main/pa_globals.C, targets/cgi/parser3.C,
                   21568:          targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
                   21569:          are already read by vform
                   21570: 
                   21571: 2001-04-08  paf
                   21572: 
                   21573:        * src/: classes/file.C, classes/mail.C, classes/string.C,
                   21574:          include/pa_request.h, include/pa_string.h, main/pa_request.C:
                   21575:          uuencode. string<<
                   21576: 
                   21577: 2001-04-07  paf
                   21578: 
                   21579:        * src/classes/mail.C: z
                   21580: 
                   21581:        * src/classes/mail.C: z
                   21582: 
                   21583:        * src/classes/mail.C: ^mail[$attach
                   21584: 
                   21585:        * src/classes/mail.C: ^attach dead end
                   21586: 
                   21587:        * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
                   21588:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   21589:          targets/isapi/parser3isapi.C: mail:send 1
                   21590: 
                   21591:        * src/: classes/mail.C, main/pa_request.C: z
                   21592: 
                   21593:        * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
                   21594:          main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
                   21595:          compiled
                   21596: 
                   21597:        * src/classes/mail.C: +=
                   21598: 
                   21599:        * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
                   21600:          prepared
                   21601: 
                   21602:        * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
                   21603:          include/pa_globals.h, include/pa_string.h, main/main.dsp,
                   21604:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
                   21605:          main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
                   21606: 
                   21607: 2001-04-06  paf
                   21608: 
                   21609:        * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
                   21610:          main/pa_string.C: table:dir 1
                   21611: 
                   21612:        * src/: classes/table.C, include/pa_dir.h, main/execute.C,
                   21613:          main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
                   21614: 
                   21615:        * src/: classes/_op.h, classes/_root.h, classes/op.C,
                   21616:          classes/root.C, include/pa_globals.h, include/pa_request.h,
                   21617:          main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
                   21618:          main/pa_request.C: renamed 'root' to 'op'
                   21619: 
                   21620:        * src/classes/: _op.h, op.C: renamed from 'root'
                   21621: 
                   21622:        * src/types/pa_valiased.C: another root inherititance skipped
                   21623: 
                   21624:        * src/main/: compile.C, compile.y, execute.C: operators are now not
                   21625:          root methods of parent class. just 'ROOT' class
                   21626: 
                   21627:        * src/: classes/random.C, classes/table.C, main/pa_globals.C:
                   21628:          @office
                   21629: 
                   21630:        * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
                   21631: 
                   21632: 2001-04-05  paf
                   21633: 
                   21634:        * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
                   21635:          types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
                   21636:          constructor flag dropped at get_method_frame and remembered into
                   21637:          method_frame
                   21638: 
                   21639:        * src/: classes/file.C, classes/root.C, classes/string.C,
                   21640:          classes/table.C, main/pa_request.C: junction to code&expression
                   21641:          in errors
                   21642: 
                   21643:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
                   21644:          main/pa_string.C, targets/isapi/parser3isapi.dsp:
                   21645:          $LOCALE:ctype[Russian_Russia.1251]
                   21646: 
                   21647:        * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
                   21648:          include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
                   21649:          main/pa_table.C: hash now not thread-safe.
                   21650: 
                   21651:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
                   21652:          main/untaint.C: z
                   21653: 
                   21654:        * src/: classes/random.C, classes/root.C, classes/table.C,
                   21655:          include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
                   21656:          main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
                   21657:          sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
                   21658:          types/pa_wcontext.h: sql quote. string untaint UL_SQL
                   21659: 
                   21660:        * src/: classes/table.C, include/pa_sql_connection.h,
                   21661:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
                   21662: 
                   21663:        * src/classes/table.C: select * from hren error contains statement
                   21664: 
                   21665:        * src/: classes/table.C, include/pa_sql_connection.h,
                   21666:          include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
                   21667:          sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
                   21668: 
                   21669:        * src/: classes/root.C, include/pa_sql_connection.h,
                   21670:          include/pa_sql_driver.h, main/main.dsp,
                   21671:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
                   21672:          services for conv memory & error reporting
                   21673: 
                   21674: 2001-04-04  paf
                   21675: 
                   21676:        * src/doc/doxygen.cfg: z
                   21677: 
                   21678:        * src/include/pa_sql_driver.h: mysql connect
                   21679: 
                   21680:        * src/include/pa_sql_driver.h: mysql info
                   21681: 
                   21682:        * src/: classes/root.C, include/pa_sql_driver.h,
                   21683:          include/pa_sql_driver_manager.h, main/main.dsp,
                   21684:          main/pa_sql_driver_manager.C: more manager&connection&driver
                   21685: 
                   21686:        * src/sql/Makefile.am: forgot to add mysql client
                   21687: 
                   21688:        * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
                   21689:          main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
                   21690:          [forgot to add libltdl, added]
                   21691: 
                   21692:        * src/: Makefile.am, classes/root.C, classes/string.C,
                   21693:          classes/table.C, include/pa_globals.h, include/pa_hash.h,
                   21694:          include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
                   21695:          include/pa_string.h, include/pa_table.h, main/main.dsp,
                   21696:          main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
                   21697:          main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
                   21698:          -1000 just compiled
                   21699: 
                   21700:        * src/: classes/random.C, classes/root.C, classes/table.C,
                   21701:          include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
                   21702:          main/pa_request.C, types/pa_vclass.h: sql frame -10
                   21703: 
                   21704: 2001-04-03  paf
                   21705: 
                   21706:        * src/types/pa_vform.C: z
                   21707: 
                   21708:        * src/: classes/string.C, types/pa_vform.C: string:match replace
                   21709:          assigned lang
                   21710: 
                   21711:        * src/: classes/string.C, main/compile.y: grammar: fixed to allow
                   21712:          {}[]< empty []
                   21713: 
                   21714:        * src/: classes/file.C, classes/string.C, classes/table.C,
                   21715:          include/pa_string.h, main/pa_common.C, main/pa_string.C,
                   21716:          main/untaint.C: string:match replace 2.  string.cstr(forced lang)
                   21717: 
                   21718:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   21719:          string:match replace strange matches
                   21720: 
                   21721:        * src/classes/string.C: string:match replace 0
                   21722: 
                   21723:        * src/: classes/string.C, main/pa_string.C: string:match replace
                   21724:          prepared 2
                   21725: 
                   21726:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   21727:          string:match replace prepared
                   21728: 
                   21729:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   21730:          string:match replace -11
                   21731: 
                   21732:        * src/: classes/string.C, include/pa_globals.h,
                   21733:          include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
                   21734:          main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
                   21735: 
                   21736:        * src/: classes/string.C, include/pa_globals.h,
                   21737:          include/pa_string.h, main/main.dsp, main/pa_globals.C,
                   21738:          main/pa_string.C: string:match [search] -1 just compiled
                   21739: 
                   21740:        * src/types/pa_vstring.C: z
                   21741: 
                   21742:        * src/: classes/double.C, classes/file.C, classes/form.C,
                   21743:          classes/int.C, classes/response.C, classes/root.C,
                   21744:          classes/string.C, classes/table.C, include/pa_string.h,
                   21745:          main/pa_string.C: string:match -10 [frame]
                   21746: 
                   21747:        * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
                   21748:          main/pa_request.C: z
                   21749: 
                   21750:        * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
                   21751:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
                   21752:          todo/tests
                   21753: 
                   21754:        * src/include/pa_common.h: z
                   21755: 
                   21756:        * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
                   21757:          main/pa_request.C, targets/cgi/parser3.C,
                   21758:          targets/isapi/parser3isapi.C, types/pa_vfile.C:
                   21759:          content-disposition
                   21760: 
                   21761:        * src/: include/pa_common.h, include/pa_globals.h,
                   21762:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
                   21763:          targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
                   21764: 
                   21765:        * src/: include/pa_common.h, include/pa_request.h,
                   21766:          include/pa_sapi.h, main/main.dsp, main/pa_common.C,
                   21767:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
                   21768:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
                   21769:          response:body
                   21770: 
                   21771:        * src/classes/table.C: table:append now uses string::split
                   21772: 
                   21773:        * src/classes/table.C: z
                   21774: 
                   21775:        * src/: classes/file.C, classes/root.C, classes/string.C,
                   21776:          classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
                   21777:          doc/generate.cmd, include/pa_array.h, include/pa_request.h,
                   21778:          include/pa_string.h, main/execute.C, main/pa_string.C,
                   21779:          main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
                   21780:          string::pos & cmp & piece bugs fixed.  string::split new
                   21781:          table:load separated from set table:set implemented with clean \n
                   21782:          \t searches
                   21783: 
                   21784: 2001-04-02  paf
                   21785: 
                   21786:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
                   21787:          types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
                   21788:          types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
                   21789:          types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
                   21790:          it in table:set/load
                   21791: 
                   21792:        * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
                   21793:          include/pa_table.h, main/execute.C, types/pa_value.h: table:join
                   21794: 
                   21795:        * src/classes/random.C: random:generate 1
                   21796: 
                   21797:        * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
                   21798:          main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   21799:          types/pa_value.h: random:generate
                   21800: 
                   21801: 2001-03-30  paf
                   21802: 
                   21803:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
                   21804:          todo: table flip and append. string::pos
                   21805: 
                   21806:        * src/: classes/double.C, classes/file.C, classes/int.C,
                   21807:          classes/response.C, classes/root.C, classes/string.C,
                   21808:          classes/table.C, main/compile.y, main/execute.C,
                   21809:          types/pa_value.h, types/pa_vstateless_class.C,
                   21810:          types/pa_vstateless_class.h: static|dynamic|any method
                   21811:          registration
                   21812: 
                   21813:        * src/: classes/file.C, classes/table.C, include/pa_table.h,
                   21814:          main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
                   21815:          table:flip
                   21816: 
                   21817: 2001-03-29  paf
                   21818: 
                   21819:        * src/classes/string.C: string:xsplit forgot that they must result
                   21820:          in 1 row N column [not vice versa]
                   21821: 
                   21822:        * src/classes/string.C: z
                   21823: 
                   21824:        * src/classes/string.C: string: rsplit
                   21825: 
                   21826:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   21827:          string: lsplit
                   21828: 
                   21829:        * src/: classes/string.C, include/pa_string.h, main/execute.C,
                   21830:          main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
                   21831:          lsplit -1
                   21832: 
                   21833:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   21834:          string: pos
                   21835: 
                   21836:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   21837:          string: pos -1
                   21838: 
                   21839:        * src/: classes/string.C, classes/table.C, include/pa_string.h,
                   21840:          main/compile.y, main/pa_request.C, main/pa_string.C,
                   21841:          main/untaint.C: string: left right mid
                   21842: 
                   21843:        * src/: classes/string.C, main/compile.y, main/compile_tools.C,
                   21844:          main/compile_tools.h, main/main.dsp, types/pa_value.h,
                   21845:          types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
                   21846:          and [;] are different now.
                   21847: 
                   21848:        * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
                   21849:          main/untaint.C: pool.request undone
                   21850: 
                   21851:        * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
                   21852:          main/untaint.C: pool.request
                   21853: 
                   21854: 2001-03-28  paf
                   21855: 
                   21856:        * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
                   21857:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   21858:          types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
                   21859:          $request:browser [.type .version]; unknown.get_double now = 0.
                   21860: 
                   21861:        * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
                   21862:          include/pa_table.h, main/pa_globals.C, main/pa_request.C,
                   21863:          main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
                   21864:          types/pa_vform.C: file:load autodetection of mime-type by
                   21865:          user-file-name
                   21866: 
                   21867:        * src/: classes/file.C, main/execute.C, main/pa_common.C,
                   21868:          main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
                   21869:          types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
                   21870: 
                   21871:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
                   21872:          types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
                   21873:          write. must be self.set
                   21874: 
                   21875:        * src/: classes/file.C, classes/root.C, classes/table.C,
                   21876:          include/pa_table.h, main/pa_table.C: table:locate1, file:test
                   21877: 
                   21878:        * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
                   21879:          include/pa_table.h, main/pa_array.C, main/pa_table.C,
                   21880:          types/pa_vtable.h: table:locate just compiled
                   21881: 
                   21882: 2001-03-27  paf
                   21883: 
                   21884:        * src/main/: execute.C, pa_common.C: fixed r/w context of
                   21885:          code-params2, fixed ntfs hardlink slow dir update
                   21886: 
                   21887:        * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
                   21888:          types/pa_wcontext.h: fixed r/w context of code-params
                   21889: 
                   21890:        * src/: classes/table.C, main/execute.C: about to change junction
                   21891:          rcontext!!
                   21892: 
                   21893:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   21894:          classes/string.C, classes/table.C, main/compile_tools.C,
                   21895:          main/execute.C, main/pa_request.C, main/untaint.C,
                   21896:          types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
                   21897:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
                   21898:          types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
                   21899:          types/pa_vunknown.h: sort 0
                   21900: 
                   21901:        * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
                   21902:          pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
                   21903:          renamed to are_static_calls_disabled
                   21904: 
                   21905:        * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
                   21906:          targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
                   21907:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
                   21908:          types/pa_vstring.h, types/pa_vunknown.h: continue on sort
                   21909: 
                   21910:        * src/main/compile.y: fixed minor bug in @mn[][] ...^{
                   21911: 
                   21912:        * src/: classes/table.C, include/pa_common.h, main/compile.y:
                   21913:          started table:sort fixed minor bug in #...^{
                   21914: 
                   21915:        * src/: classes/table.C, include/pa_common.h, main/compile.y,
                   21916:          main/execute.C, main/pa_common.C, main/pa_table.C: table:save
                   21917:          decided to have as it were. stepped back.  grammar: added 'in'
                   21918:          'is' 'lt'&co follow-space check
                   21919: 
                   21920: 2001-03-26  paf
                   21921: 
                   21922:        * src/: classes/file.C, classes/root.C, classes/table.C,
                   21923:          include/pa_common.h, include/pa_globals.h, include/pa_table.h,
                   21924:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
                   21925:          main/pa_table.C: moved ::save to pa_table.  disabled @auto
                   21926:          invocation in ^process
                   21927: 
                   21928:        * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
                   21929: 
                   21930:        * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
                   21931:          main/pa_array.C: table:record
                   21932: 
                   21933:        * src/: main/untaint.C, targets/cgi/parser3.C,
                   21934:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   21935:          targets/isapi/pool_storage.h, types/pa_valiased.h,
                   21936:          types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
                   21937:          types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
                   21938:          types/pa_vtable.h: z
                   21939: 
                   21940:        * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
                   21941:          types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
                   21942:          types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
                   21943:          types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
                   21944:          $b[$a.CLASS] ^b.inc[123] shit.  allowed no checks in native
                   21945:          method realisations on 'self' validity - they now can simply
                   21946:          assume that 'self' is V{Proper} .
                   21947: 
                   21948: 2001-03-25  paf
                   21949: 
                   21950:        * src/main/untaint.C: z
                   21951: 
                   21952:        * src/main/: pa_request.C, untaint.C: moved default typo-table to
                   21953:          lowlevel - it initialization could be skipped if failed in @auto.
                   21954:          so that exception report would use some table
                   21955: 
                   21956:        * src/main/pa_request.C: table empty lines ignored. system-default
                   21957:          content type assigned in output:result [can fail in main:auto and
                   21958:          skipped normal defaults extraction]
                   21959: 
                   21960:        * src/: include/pa_string.h, main/compile.y: #comment fixed minor
                   21961:          bug
                   21962: 
                   21963:        * src/main/: pa_globals.C, untaint.C: html-typo - moved all
                   21964:          processing to table [except preliminary \r\n \r \n replacements
                   21965:          to "\n"]
                   21966: 
                   21967:        * src/: classes/table.C, main/untaint.C: html-typo - decided to
                   21968:          move all the processing to table
                   21969: 
                   21970:        * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
                   21971:          main/pa_table.C, main/untaint.C: returned table originating.
                   21972:          useful for reporting typo table problems origin. think would be
                   21973:          useful somewhere else
                   21974: 
                   21975:        * src/main/untaint.C: typo  \r \r\n \n properly handled
                   21976: 
                   21977:        * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
                   21978:          include/pa_table.h, main/compile.y, main/compile_tools.C,
                   21979:          main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
                   21980:          main/pa_string.C, main/pa_table.C, main/untaint.C,
                   21981:          types/pa_vcookie.h: typo & typo-default
                   21982: 
                   21983: 2001-03-24  paf
                   21984: 
                   21985:        * src/main/pa_common.C: z
                   21986: 
                   21987:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
                   21988:          targets/cgi/parser3.C: html-typo 2
                   21989: 
                   21990:        * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
                   21991:          doc/view.cmd, include/pa_array.h, include/pa_globals.h,
                   21992:          include/pa_pool.h, include/pa_string.h, include/pa_table.h,
                   21993:          main/execute.C, main/pa_array.C, main/pa_globals.C,
                   21994:          main/pa_request.C, main/pa_string.C, main/untaint.C,
                   21995:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   21996:          types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
                   21997:          noticed double default content-type prob. run cgi.cmd tomorrow
                   21998:          first html-typo sample. detected << problem: they become ltlt too
                   21999:          fast
                   22000: 
                   22001:        * src/main/compile.y: z
                   22002: 
                   22003:        * src/main/: compile.y, compile_tools.h: #comment
                   22004: 
                   22005:        * src/: classes/file.C, classes/root.C, classes/table.C,
                   22006:          include/pa_common.h, include/pa_request.h, main/compile.y,
                   22007:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                   22008:          targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
                   22009:          stringified
                   22010: 
                   22011:        * src/types/pa_valiased.C: decided to String-ify file_read
                   22012: 
                   22013:        * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
                   22014:          isapi/parser3isapi.dsp: cgi: sapi::log
                   22015: 
                   22016:        * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
                   22017:          targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
                   22018:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
                   22019:          error log experiments failed - cgi under iis got no access to
                   22020:          log. registereventsource simply failed with 5(illegal call) code,
                   22021:          while worked OK as standalone executable.  isapi: used
                   22022:          HSE_APPEND_LOG_PARAMETER feature
                   22023: 
                   22024:        * src/: include/pa_common.h, include/pa_globals.h,
                   22025:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
                   22026:          targets/isapi/parser3isapi.C: fixed default content-type
                   22027:          allocation storage
                   22028: 
                   22029:        * src/: include/pa_globals.h, include/pa_request.h,
                   22030:          main/pa_globals.C, main/pa_request.C: z
                   22031: 
                   22032:        * src/: include/pa_array.h, include/pa_hash.h,
                   22033:          include/pa_request.h, main/compile.y, main/pa_array.C,
                   22034:          main/pa_common.C, main/pa_hash.C, main/pa_request.C,
                   22035:          types/pa_vcookie.C: cyclic uses ignored. defaulted default
                   22036:          content-type
                   22037: 
                   22038:        * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
                   22039:          sanity
                   22040: 
                   22041:        * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
                   22042:          types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
                   22043:          away freeze mech.  no danger now for you can't do
                   22044:          ^request:process[@new-method[] body] trick anymore.  still
                   22045:          remains $some_instance.process[@new-method[] possibility] but
                   22046:          would leave it as a feature.  see index for sample
                   22047: 
                   22048:        * src/: include/pa_common.h, main/pa_common.C,
                   22049:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
                   22050:          monkey every target
                   22051: 
                   22052:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
                   22053:          targets/cgi/parser3.C, targets/isapi/pool_storage.h,
                   22054:          types/pa_vform.C, types/pa_vform.h: auto.p monkey
                   22055: 
                   22056: 2001-03-23  paf
                   22057: 
                   22058:        * src/: include/pa_pool.h, main/pa_request.C,
                   22059:          targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
                   22060:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   22061:          targets/isapi/pool_storage.h: isapi: dumb pool storage
                   22062: 
                   22063:        * src/targets/isapi/pa_pool.C: decided to continue with extension
                   22064: 
                   22065:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
                   22066:          it would be better to rewrite as filter then to deal with pool
                   22067: 
                   22068:        * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
                   22069:          now like in cgi, not from APPL_PHYSICAL_PATH
                   22070: 
                   22071:        * src/: classes/root.C, classes/table.C, include/pa_common.h,
                   22072:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   22073:          include/pa_string.h, include/pa_threads.h, include/pa_types.h,
                   22074:          include/pa_version.h, main/compile.y, main/execute.C,
                   22075:          main/pa_array.C, main/pa_common.C, main/pa_hash.C,
                   22076:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   22077:          main/untaint.C, targets/cgi/parser3.C,
                   22078:          targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
                   22079:          cgi: reinvent document_root and request_uri under iis. autoconf
                   22080:          updated. introducing ap_config_includes
                   22081: 
                   22082:        * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
                   22083: 
                   22084:        * src/targets/cgi/parser3.C: cgi: only one pool now
                   22085: 
                   22086:        * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
                   22087:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
                   22088:          targets/isapi/parser3isapi.C, types/pa_vcookie.C,
                   22089:          types/pa_venv.h, types/pa_vform.C: sapi made object
                   22090: 
                   22091:        * src/: include/pa_globals.h, main/pa_request.C,
                   22092:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   22093:          targets/isapi/parser3isapi.C, types/pa_vcookie.C,
                   22094:          types/pa_venv.h, types/pa_vform.C: all: sapi beauty
                   22095: 
                   22096:        * src/: main/pa_request.C, targets/cgi/parser3.C,
                   22097:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
                   22098:          isapi minor env beauty
                   22099: 
                   22100:        * src/: main/pa_request.C, targets/cgi/parser3.C,
                   22101:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
                   22102:          isapi document_root 0
                   22103: 
                   22104: 2001-03-22  paf
                   22105: 
                   22106:        * src/targets/isapi/parser3isapi.C: isapi keep-alive
                   22107: 
                   22108:        * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
                   22109:          isapi/parser3isapi.C: z
                   22110: 
                   22111:        * src/: include/pa_pool.h, main/pa_request.C,
                   22112:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
                   22113: 
                   22114:        * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
                   22115:          kill.pl: isapi added utils
                   22116: 
                   22117:        * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
                   22118:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   22119:          types/pa_vform.C: isapi 0
                   22120: 
                   22121:        * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
                   22122:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   22123:          targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
                   22124:          targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
                   22125:          started isapi
                   22126: 
                   22127:        * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
                   22128:          some comments
                   22129: 
                   22130:        * src/: include/pa_globals.h, include/pa_request.h,
                   22131:          include/pa_types.h, main/pa_globals.C, main/pa_request.C,
                   22132:          targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
                   22133:          parser_root_auto_path parser_site_auto_path
                   22134: 
                   22135:        * src/types/pa_vcookie.C: cookie attr decoded
                   22136: 
                   22137: 2001-03-21  paf
                   22138: 
                   22139:        * src/targets/cgi/parser3.C: z
                   22140: 
                   22141:        * src/include/pa_globals.h: post. todo: config of auto.p path
                   22142: 
                   22143:        * src/: include/pa_globals.h, targets/cgi/parser3.C,
                   22144:          types/pa_venv.h: in cookie & env. todo:post
                   22145: 
                   22146:        * src/: Makefile.am, classes/Makefile.am, classes/file.C,
                   22147:          classes/root.C, classes/table.C, include/pa_array.h,
                   22148:          include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
                   22149:          include/pa_request.h, include/pa_string.h, main/Makefile.am,
                   22150:          main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
                   22151:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   22152:          main/pa_table.C, main/untaint.C, targets/Makefile.am,
                   22153:          targets/cgi/Makefile.am, targets/cgi/parser3.C,
                   22154:          targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
                   22155:          types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
                   22156:          shifted apache branch on main trunc
                   22157: 
                   22158:        * src/: include/pa_common.h, include/pa_globals.h,
                   22159:          include/pa_pool.h, include/pa_request.h, main/main.dsp,
                   22160:          main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
                   22161:          types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
                   22162:          starting mod_parser3
                   22163: 
                   22164:        * src/targets/cgi/parser3.C: starting mod_parser3
                   22165: 
                   22166: 2001-03-20  paf
                   22167: 
                   22168:        * src/: main/pa_common.C, targets/cgi/Makefile.am,
                   22169:          targets/cgi/parser3.C: automake compiled and works. todo:make
                   22170:          win32 ifdefs work and add ifdef unistd
                   22171: 
                   22172:        * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
                   22173:          main/Makefile.am, main/pa_common.C, main/pa_request.C,
                   22174:          main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
                   22175:          z
                   22176: 
                   22177:        * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
                   22178:          main/execute.C, main/pa_common.C, types/Makefile.am: removing
                   22179:          locking
                   22180: 
                   22181:        * src/: classes/Makefile.am, types/Makefile.am: z
                   22182: 
                   22183:        * src/: Makefile.am, classes/file.C, classes/root.C,
                   22184:          classes/table.C, include/pa_array.h, include/pa_request.h,
                   22185:          include/pa_string.h, main/Makefile.am, main/execute.C,
                   22186:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
                   22187:          main/pa_string.C, main/untaint.C, targets/Makefile.am,
                   22188:          targets/cgi/Makefile.am, targets/cgi/parser3.C,
                   22189:          types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
                   22190: 
                   22191:        * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
                   22192:          main/pa_request.C, types/pa_vfile.h: ^table:save
                   22193: 
                   22194:        * src/: classes/file.C, classes/table.C, include/pa_array.h,
                   22195:          include/pa_common.h, include/pa_request.h, include/pa_string.h,
                   22196:          include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
                   22197:          main/untaint.C, types/pa_valiased.h, types/pa_value.h,
                   22198:          types/pa_vform.h: z
                   22199: 
                   22200:        * src/include/pa_string.h: z
                   22201: 
                   22202:        * src/: classes/_request.h, classes/request.C, main/main.dsp,
                   22203:          main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
                   22204:          types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
                   22205:          :Value
                   22206: 
                   22207:        * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
                   22208:          types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
                   22209:          :VStateless_object
                   22210: 
                   22211:        * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
                   22212:          types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
                   22213:          :VStateless_object
                   22214: 
                   22215:        * src/: main/main.dsp, targets/cgi/parser3.dsp,
                   22216:          types/pa_valiased.C, types/pa_vform.h: commented VForm
                   22217: 
                   22218:        * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
                   22219:          types/pa_valiased.h, types/pa_value.h,
                   22220:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   22221:          types/pa_vstateless_object.h: moved common get_element part from
                   22222:          stateless object&class into VAliased
                   22223: 
                   22224:        * src/: classes/_env.h, classes/_table.h, classes/env.C,
                   22225:          classes/table.C, main/execute.C, main/main.dsp,
                   22226:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   22227:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
                   22228:          now :Value
                   22229: 
                   22230:        * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
                   22231:          main/execute.C, main/main.dsp, main/pa_globals.C,
                   22232:          types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
                   22233: 
                   22234:        * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
                   22235:          doxx
                   22236: 
                   22237:        * src/: classes/_file.h, classes/file.C, include/pa_types.h,
                   22238:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
                   22239:          types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
                   22240:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
                   22241:          and ^file:save
                   22242: 
                   22243: 2001-03-19  paf
                   22244: 
                   22245:        * src/types/pa_vfile.C: z
                   22246: 
                   22247:        * src/: classes/file.C, classes/request.C, classes/table.C,
                   22248:          include/pa_string.h, main/main.dsp, main/pa_pool.C,
                   22249:          main/pa_request.C, main/untaint.C, types/pa_value.h,
                   22250:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
                   22251: 
                   22252:        * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
                   22253:          include/pa_string.h, include/pa_table.h, main/main.dsp,
                   22254:          main/pa_common.C, main/pa_globals.C, types/pa_value.h,
                   22255:          types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
                   22256:          types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
                   22257:          classes/_file.h, classes/file.C, types/pa_vfile.C,
                   22258:          types/pa_vfile.h: file class just compiled
                   22259: 
                   22260:        * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
                   22261:          include/pa_table.h, include/pa_types.h, main/execute.C,
                   22262:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
                   22263:          types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
                   22264:          types/pa_vstateless_object.h: ^table:set{default level: TABLE}
                   22265: 
                   22266:        * src/include/pa_pool.h: z
                   22267: 
                   22268:        * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
                   22269:          main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
                   22270:          Hash::Value to Val so to doxygen would finlly stop confusing
                   22271:          those Value-s
                   22272: 
                   22273:        * src/: include/code.h, include/pa_array.h, include/pa_common.h,
                   22274:          include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
                   22275:          include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
                   22276:          include/pa_string.h, include/pa_table.h, include/pa_threads.h,
                   22277:          include/pa_types.h, main/compile.C, main/compile.y,
                   22278:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   22279:          main/pa_array.C, main/pa_common.C, main/pa_exception.C,
                   22280:          main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
                   22281:          main/pa_request.C, main/pa_string.C, main/pa_table.C,
                   22282:          main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
                   22283: 
                   22284:        * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
                   22285:          derivates somehow unlinked. don't know why yet
                   22286: 
                   22287:        * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
                   22288:          include/pa_string.h, include/pa_threads.h, main/compile.C,
                   22289:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   22290:          main/execute.C, main/pa_array.C, main/pa_common.C,
                   22291:          main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
                   22292:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   22293:          main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
                   22294: 
                   22295:        * src/: classes/root.C, classes/table.C, main/pa_exception.C,
                   22296:          main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
                   22297:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
                   22298:          types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
                   22299:          types/pa_vrequest.h: doc: detected Value derivates prob
                   22300: 
                   22301:        * src/include/pa_globals.h: z
                   22302: 
                   22303:        * src/: classes/_request.h, classes/request.C, include/code.h,
                   22304:          include/pa_array.h, include/pa_common.h, include/pa_exception.h,
                   22305:          include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
                   22306:          include/pa_request.h, include/pa_stack.h, include/pa_string.h,
                   22307:          include/pa_table.h, include/pa_threads.h, include/pa_types.h,
                   22308:          main/execute.C, main/pa_pool.C, main/pa_request.C,
                   22309:          main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
                   22310:          types/pa_value.h, types/pa_vform.C: doxygen include/, Value
                   22311: 
                   22312: 2001-03-18  paf
                   22313: 
                   22314:        * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
                   22315:          cookie: allowed access to hash-assigned
                   22316: 
                   22317:        * src/targets/cgi/parser3.C: z
                   22318: 
                   22319:        * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
                   22320:          include/pa_globals.h, include/pa_request.h, include/pa_string.h,
                   22321:          include/pa_types.h, main/main.dsp, main/pa_common.C,
                   22322:          main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
                   22323:          main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
                   22324:          types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   22325:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   22326:          types/pa_vunknown.h: cookie class
                   22327: 
                   22328:        * src/main/pa_request.C: zero length output allowed
                   22329: 
                   22330:        * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
                   22331:          types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
                   22332: 
                   22333:        * src/: classes/root.C, main/pa_request.C: taint forgotten forced
                   22334:          lang switch
                   22335: 
                   22336:        * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
                   22337:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   22338:          types/pa_value.h, types/pa_vhash.h:
                   22339:          $defautl[$content-type[$value[text/html] $charset[windows-1251]]
                   22340: 
                   22341:        * src/main/execute.C: z
                   22342: 
                   22343:        * src/: classes/root.C, main/pa_request.C, main/untaint.C,
                   22344:          targets/cgi/parser3.C: taint[uri
                   22345: 
                   22346:        * src/: classes/request.C, classes/response.C, classes/root.C,
                   22347:          include/pa_common.h, include/pa_globals.h, include/pa_request.h,
                   22348:          include/pa_string.h, main/pa_common.C, main/pa_globals.C,
                   22349:          main/pa_request.C, targets/cgi/parser3.C: ^taint 0
                   22350: 
                   22351:        * src/: classes/root.C, classes/string.C, include/pa_string.h,
                   22352:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   22353:          types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
                   22354:          types/pa_vstateless_class.C: convinient string(pool, char *src,
                   22355:          bool tainted) ctor
                   22356: 
                   22357:        * src/: include/pa_hash.h, include/pa_request.h,
                   22358:          include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
                   22359:          main/pa_request.C, main/pa_string.C, main/untaint.C,
                   22360:          targets/cgi/parser3.C: proper @exceptions params tainting
                   22361: 
                   22362:        * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
                   22363:          response fields to header
                   22364: 
                   22365:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
                   22366:          z
                   22367: 
                   22368:        * src/: classes/_response.h, classes/response.C,
                   22369:          include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
                   22370:          main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
                   22371:          main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
                   22372:          targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
                   22373:          types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
                   22374:          $response: 0  request::core exception rethrow
                   22375: 
                   22376: 2001-03-16  paf
                   22377: 
                   22378:        * src/: main/execute.C, main/main.dsp, types/pa_value.h,
                   22379:          types/pa_vrequest.h: native method' class call with less params
                   22380:          then needed error reporting
                   22381: 
                   22382:        * src/: classes/_request.h, classes/request.C,
                   22383:          include/pa_globals.h, include/pa_request.h, main/execute.C,
                   22384:          main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   22385:          targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
                   22386:          types/pa_vrequest.h: $request : query :uri
                   22387: 
                   22388:        * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
                   22389:          types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
                   22390:          types/pa_wcontext.h: $result
                   22391: 
                   22392:        * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
                   22393: 
                   22394:        * src/: classes/double.C, include/code.h, main/compile.y,
                   22395:          main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
                   22396:          and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
                   22397: 
                   22398:        * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
                   22399:          main/compile.y, main/execute.C, types/pa_value.h,
                   22400:          types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
                   22401:          types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
                   22402:          wcontext conflict
                   22403: 
                   22404:        * src/: main/execute.C, types/pa_value.h,
                   22405:          types/pa_vstateless_object.h, types/pa_vstring.h: disabled
                   22406:          $string.field
                   22407: 
                   22408: 2001-03-15  paf
                   22409: 
                   22410:        * src/main/pa_request.C: news sample
                   22411: 
                   22412:        * src/: main/compile.y, main/execute.C, main/pa_request.C,
                   22413:          targets/cgi/parser3.C, types/pa_vstring.h: @exception
                   22414: 
                   22415:        * src/main/: compile.y, execute.C: z
                   22416: 
                   22417:        * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
                   22418:          types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
                   22419:          pre pre works
                   22420: 
                   22421:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
                   22422:          targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
                   22423:          fillfields just compiled
                   22424: 
                   22425: 2001-03-14  paf
                   22426: 
                   22427:        * src/: include/pa_request.h, main/pa_request.C,
                   22428:          targets/cgi/parser3.C: z
                   22429: 
                   22430:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
                   22431:          targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
                   22432:          types/pa_vstring.h: limits -1
                   22433: 
                   22434:        * src/: include/pa_globals.h, include/pa_request.h,
                   22435:          include/pa_types.h, main/main.dsp, main/pa_globals.C,
                   22436:          main/pa_request.C, targets/cgi/parser3.C,
                   22437:          targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
                   22438:          request_info -1
                   22439: 
                   22440:        * src/: include/pa_globals.h, main/pa_globals.C,
                   22441:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   22442:          targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
                   22443:          vform_fields_fill
                   22444: 
                   22445:        * src/targets/cgi/parser3.C: #  if MSVC
                   22446: 
                   22447:        * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
                   22448:          targets/cgi/parser3.C: PATH_DELIMITER_CHAR
                   22449: 
                   22450:        * src/targets/cgi/parser3.C: z
                   22451: 
                   22452:        * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
                   22453:          include/pa_string.h, include/pa_types.h, main/compile.y,
                   22454:          main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   22455:          targets/cgi/pa_vform.C, targets/cgi/parser3.C,
                   22456:          targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
                   22457:          types/pa_vunknown.h: global handler, exceptions in parser3
                   22458: 
                   22459: 2001-03-13  paf
                   22460: 
                   22461:        * src/: classes/form.C, main/compile.y, main/core.C,
                   22462:          types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
                   22463:          types/pa_vform.h, types/pa_vstateless_class.C,
                   22464:          types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
                   22465:          instead
                   22466: 
                   22467:        * src/: include/core.h, include/pa_common.h, include/pa_request.h,
                   22468:          main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
                   22469:          targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
                   22470:          started cgi target
                   22471: 
                   22472:        * src/: include/core.h, include/pa_common.h, include/pa_request.h,
                   22473:          main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
                   22474:          before error show with parser
                   22475: 
                   22476:        * src/: classes/_form.h, classes/form.C, include/core.h,
                   22477:          include/pa_request.h, main/core.C, main/pa_request.C,
                   22478:          targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
                   22479: 
                   22480:        * src/targets/cgi/: parser.dsp, parser3.dsp: z
                   22481: 
                   22482:        * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
                   22483:          parser3.C: renamed targets/ parser to cgi
                   22484: 
                   22485:        * src/: classes/double.C, classes/env.C, classes/int.C,
                   22486:          classes/root.C, classes/string.C, classes/table.C,
                   22487:          include/pa_request.h, types/pa_vhash.h: z
                   22488: 
                   22489:        * src/: classes/_env.h, classes/env.C, classes/root.C,
                   22490:          include/core.h, include/pa_pool.h, include/pa_request.h,
                   22491:          main/compile.C, main/compile.y, main/core.C, main/main.dsp,
                   22492:          main/pa_common.C, main/pa_request.C, types/pa_value.h,
                   22493:          types/pa_venv.h, types/pa_vstateless_class.h: started $form:
                   22494:          [historical moment :)]
                   22495: 
                   22496:        * src/: include/code.h, include/pa_string.h, main/compile.y,
                   22497:          main/execute.C, main/pa_string.C: 'value is type' expr operator
                   22498: 
                   22499:        * src/types/pa_venv.h: $ENV 1
                   22500: 
                   22501:        * src/main/execute.C: z
                   22502: 
                   22503:        * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
                   22504:          future methods of ENV constructor if
                   22505: 
                   22506:        * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
                   22507:          class
                   22508: 
                   22509:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   22510:          classes/_root.h, classes/_string.h, classes/_table.h,
                   22511:          classes/double.C, classes/env.C, classes/int.C, classes/root.C,
                   22512:          classes/string.C, classes/table.C, include/pa_request.h,
                   22513:          main/compile.C, main/compile_tools.h, main/core.C,
                   22514:          main/execute.C, main/main.dsp, main/pa_request.C,
                   22515:          types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
                   22516:          types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
                   22517:          types/pa_vobject.h, types/pa_vstateless_class.C,
                   22518:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   22519:          types/pa_wcontext.h: $ENV: re 0, stateless classes
                   22520: 
                   22521:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   22522:          classes/_root.h, classes/_string.h, classes/_table.h,
                   22523:          classes/double.C, classes/env.C, classes/int.C, classes/root.C,
                   22524:          classes/string.C, classes/table.C, include/pa_request.h,
                   22525:          main/compile.C, main/compile_tools.h, main/core.C,
                   22526:          main/execute.C, main/main.dsp, main/pa_request.C,
                   22527:          types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
                   22528:          types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
                   22529:          types/pa_vobject.h, types/pa_vstateless_class.C,
                   22530:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   22531:          types/pa_wcontext.h: $ENV: re 0, stateless classes
                   22532: 
                   22533:        * src/: include/pa_request.h, main/compile.C, main/execute.C,
                   22534:          main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
                   22535:          yesterdays bad decision on execute_static_method
                   22536: 
                   22537:        * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
                   22538: 
                   22539:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   22540:          types/pa_vdouble.h, types/pa_vint.h: Int,Double  dec mul div mod
                   22541: 
                   22542:        * src/main/pa_request.C: z
                   22543: 
                   22544:        * src/: classes/root.C, classes/table.C, include/pa_exception.h,
                   22545:          include/pa_pool.h: skipped_restructure_exceptions_dead_end
                   22546: 
                   22547:        * src/: classes/root.C, classes/table.C, include/pa_exception.h,
                   22548:          include/pa_pool.h, main/pa_request.C:
                   22549:          restructure_exceptions_dead_end
                   22550: 
                   22551:        * src/: classes/root.C, main/compile.y: ^if required junctions.
                   22552:          allowed ; inside {} to break params
                   22553: 
                   22554:        * src/classes/root.C: ^eval
                   22555: 
                   22556:        * src/: classes/_string.h, classes/double.C, classes/int.C,
                   22557:          classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
                   22558:          string ^format
                   22559: 
                   22560:        * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
                   22561:          'bad' but not 'enough'
                   22562: 
                   22563:        * src/: classes/double.C, classes/root.C, classes/table.C,
                   22564:          include/pa_common.h, include/pa_types.h, main/compile.y,
                   22565:          main/pa_common.C, main/pa_request.C, main/untaint.C,
                   22566:          types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
                   22567:          types/pa_wwrapper.h: think constructing flag as is  is bad
                   22568: 
                   22569:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   22570:          classes/string.C, classes/table.C, main/core.C, main/execute.C,
                   22571:          types/pa_vint.h: ^for
                   22572: 
                   22573: 2001-03-12  paf
                   22574: 
                   22575:        * src/classes/table.C: table ^empty
                   22576: 
                   22577:        * src/: classes/table.C, include/pa_table.h: table ^menu
                   22578: 
                   22579:        * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
                   22580:          ^offset ^line ^count
                   22581: 
                   22582:        * src/classes/root.C: ^round()  ^floor()        ^ceiling()
                   22583:          ^abs()  ^sign()
                   22584: 
                   22585:        * src/classes/: root.C, table.C: ^use
                   22586: 
                   22587:        * src/: classes/root.C, classes/table.C, include/pa_request.h,
                   22588:          main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
                   22589:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
                   22590:          ^while. switched off wcontext.constructing after write(value) or
                   22591:          auto-vhash-constructing
                   22592: 
                   22593:        * src/: classes/root.C, classes/table.C, include/pa_request.h,
                   22594:          main/pa_request.C: fail_if_junction_ helper func
                   22595: 
                   22596:        * src/: classes/root.C, classes/table.C, include/pa_common.h,
                   22597:          include/pa_request.h, main/execute.C, main/main.dsp,
                   22598:          main/pa_common.C, main/pa_request.C: ^process error point by
                   22599:          actual method_name, not source.  ^load
                   22600: 
                   22601:        * src/types/pa_vtable.h: table: no, better with string in cells...
                   22602: 
                   22603:        * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
                   22604:          classes/_table.h, classes/table.C, main/untaint.C: z
                   22605: 
                   22606:        * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
                   22607:          include/pa_table.h, main/core.C, main/execute.C,
                   22608:          main/pa_common.C, main/pa_request.C, main/pa_table.C,
                   22609:          types/pa_value.h: table:set 0
                   22610: 
                   22611:        * src/: classes/root.C, include/core.h, include/pa_array.h,
                   22612:          include/pa_request.h, include/pa_table.h, main/core.C,
                   22613:          main/main.dsp, main/pa_request.C, main/pa_table.C,
                   22614:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   22615:          types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
                   22616:          types/pa_vstring.h: freeze, ^table:create[] -1
                   22617: 
                   22618:        * src/: classes/root.C, types/pa_value.h: z
                   22619: 
                   22620:        * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
                   22621:          get_method in couple places optimizing them
                   22622: 
                   22623:        * src/classes/root.C: z
                   22624: 
                   22625:        * src/: classes/root.C, types/pa_vclass.h: process temp main
                   22626:          zeroing
                   22627: 
                   22628:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   22629:          classes/string.C, include/pa_common.h, include/pa_request.h,
                   22630:          include/pa_string.h, include/pa_types.h, main/compile.C,
                   22631:          main/compile.y, main/compile_tools.h, main/execute.C,
                   22632:          main/pa_common.C, main/pa_request.C, types/pa_value.h,
                   22633:          types/pa_vmframe.h: ^process. actual names to store param and
                   22634:          check_actual_numbered_params for better place diagnostics
                   22635: 
                   22636:        * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
                   22637:          method-junctions bug fixed
                   22638: 
                   22639:        * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
                   22640:          pa_vstateless_object.h, pa_vstring.h: stateless_object
                   22641: 
                   22642: 2001-03-11  paf
                   22643: 
                   22644:        * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
                   22645:          types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
                   22646:          VDouble VInt base now VObject_base - without fields
                   22647: 
                   22648:        * src/: classes/root.C, include/core.h, main/core.C: z
                   22649: 
                   22650:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   22651:          classes/string.C, include/core.h, include/pa_hash.h,
                   22652:          include/pa_pool.h, include/pa_request.h, include/pa_string.h,
                   22653:          main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
                   22654: 
                   22655:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   22656:          include/pa_request.h, main/execute.C: intercept_string
                   22657: 
                   22658:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   22659:          types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
                   22660: 
                   22661:        * src/: classes/double.C, classes/int.C, include/pa_request.h:
                   22662:          ^inc-s(expr)
                   22663: 
                   22664:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   22665:          classes/_root.h, classes/_string.h, classes/double.C,
                   22666:          classes/env.C, classes/int.C, classes/root.C, classes/string.C,
                   22667:          include/code.h, include/core.h, include/pa_array.h,
                   22668:          include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
                   22669:          include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
                   22670:          include/pa_string.h, include/pa_table.h, include/pa_threads.h,
                   22671:          include/pa_types.h, main/compile.C, main/compile.y,
                   22672:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   22673:          main/execute.C, main/pa_array.C, main/pa_common.C,
                   22674:          main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
                   22675:          main/pa_request.C, main/pa_string.C, main/pa_table.C,
                   22676:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   22677:          types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
                   22678:          types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
                   22679:          types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
                   22680:          types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
                   22681:          types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
                   22682: 
                   22683:        * src/: main/pa_request.C, types/pa_vhash.h: z
                   22684: 
                   22685:        * src/: include/core.h, include/pa_request.h, main/core.C,
                   22686:          main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
                   22687: 
                   22688:        * src/: include/pa_valiased.h, include/pa_value.h,
                   22689:          include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
                   22690:          include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
                   22691:          include/pa_vjunction.h, include/pa_vmframe.h,
                   22692:          include/pa_vobject.h, include/pa_vstring.h,
                   22693:          include/pa_vunknown.h, include/pa_wcontext.h,
                   22694:          include/pa_wwrapper.h, main/compile.y, main/core.C,
                   22695:          main/main.dsp, main/pa_cframe.C, main/pa_request.C,
                   22696:          main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
                   22697:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   22698:          types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
                   22699:          types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
                   22700:          types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
                   22701:          types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
                   22702:          types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
                   22703:          include/
                   22704: 
                   22705: 2001-03-10  paf
                   22706: 
                   22707:        * src/: include/core.h, include/pa_request.h, main/core.C,
                   22708:          main/pa_request.C: run+auto=run
                   22709: 
                   22710:        * src/: classes/root.C, include/pa_request.h: minor if junction bug
                   22711: 
                   22712:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   22713:          classes/_root.h, classes/_string.h, classes/double.C,
                   22714:          classes/env.C, classes/int.C, classes/root.C, classes/string.C,
                   22715:          include/code.h, include/core.h, include/pa_array.h,
                   22716:          include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
                   22717:          include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
                   22718:          include/pa_string.h, include/pa_table.h, include/pa_threads.h,
                   22719:          include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
                   22720:          include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
                   22721:          include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
                   22722:          include/pa_vjunction.h, include/pa_vmframe.h,
                   22723:          include/pa_vobject.h, include/pa_vstring.h,
                   22724:          include/pa_vunknown.h, include/pa_wcontext.h,
                   22725:          include/pa_wwrapper.h, main/compile.C, main/compile.y,
                   22726:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   22727:          main/execute.C, main/pa_array.C, main/pa_cframe.C,
                   22728:          main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
                   22729:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   22730:          main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
                   22731:          main/pa_wcontext.C: sources header
                   22732: 
                   22733:        * src/main/pa_request.C: auto..
                   22734: 
                   22735:        * src/: include/pa_request.h, main/compile.C, main/compile.y,
                   22736:          main/pa_request.C: auto tree0
                   22737: 
                   22738:        * src/: include/core.h, include/pa_request.h, main/compile.y,
                   22739:          main/core.C, main/pa_request.C: names to core.C
                   22740: 
                   22741:        * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
                   22742:          include/pa_request.h, main/core.C, main/execute.C,
                   22743:          main/pa_common.C, main/pa_request.C: root auto.p loaded
                   22744: 
                   22745:        * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
                   22746:          include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
                   22747:          main/compile_tools.C, main/compile_tools.h, main/execute.C:
                   22748:          optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
                   22749: 
                   22750:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   22751:          @auto[] realised. auto.p scan togo
                   22752: 
                   22753:        * src/: include/pa_request.h, main/execute.C: autocalc
                   22754:          code-junctions result now have names
                   22755: 
                   22756:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   22757:          classes/string.C, include/pa_request.h, include/pa_string.h,
                   22758:          include/pa_wcontext.h, main/compile.y, main/execute.C,
                   22759:          main/pa_string.C, main/pa_wcontext.C: tainting 0
                   22760: 
                   22761:        * src/classes/env.C: env:file/line
                   22762: 
                   22763:        * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
                   22764:          include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
                   22765:          include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
                   22766:          include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
                   22767:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   22768:          main/execute.C, main/main.dsp, main/pa_cframe.C,
                   22769:          main/pa_request.C, main/pa_wcontext.C: const fight finished
                   22770: 
                   22771:        * src/include/pa_vclass.h: const fight to go
                   22772: 
                   22773:        * src/: classes/_env.h, classes/env.C, classes/root.C,
                   22774:          include/pa_request.h, include/pa_vclass.h, main/core.C,
                   22775:          main/main.dsp: env0
                   22776: 
                   22777:        * src/: classes/_double.h, classes/_int.h, classes/_root.h,
                   22778:          classes/_string.h, classes/double.C, classes/int.C,
                   22779:          classes/root.C, classes/string.C, include/pa_request.h,
                   22780:          include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
                   22781:          include/pa_wcontext.h, main/core.C, main/main.dsp,
                   22782:          main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
                   22783:          main/pa_wcontext.C: ^lang prepare0
                   22784: 
                   22785: 2001-03-09  paf
                   22786: 
                   22787:        * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
                   22788:          construct proper naming
                   22789: 
                   22790:        * src/: classes/_double.h, classes/_int.h, classes/_string.h,
                   22791:          classes/double.C, classes/int.C, classes/root.C,
                   22792:          classes/string.C, include/code.h, include/pa_value.h,
                   22793:          include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
                   22794:          include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
                   22795:          main/compile.y, main/compile_tools.C, main/core.C,
                   22796:          main/execute.C, main/main.dsp: Int and Double classes with ^int[]
                   22797:          and ^double[]. fixed expr type
                   22798: 
                   22799:        * src/: classes/root.C, include/pa_request.h, main/execute.C:
                   22800:          ^string.length[]
                   22801: 
                   22802: 2001-03-08  paf
                   22803: 
                   22804:        * src/include/pa_vmframe.h: fixed forgotten method_frame my check
                   22805: 
                   22806:        * src/: include/pa_vclass.h, include/pa_vstring.h,
                   22807:          include/pa_wcontext.h, main/compile.y, main/core.C,
                   22808:          main/execute.C, main/main.dsp: dead end: vstring can't be
                   22809:          derivated from vobject
                   22810: 
                   22811:        * src/: include/pa_vclass.h, include/pa_vhash.h,
                   22812:          include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
                   22813: 
                   22814:        * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
                   22815:          remained clone conseqs
                   22816: 
                   22817:        * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
                   22818: 
                   22819:        * src/main/pa_vclass.C: wow! vclass were out of vcs
                   22820: 
                   22821:        * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
                   22822:          include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
                   22823:          include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
                   22824:          include/pa_vobject.h, include/pa_vstring.h,
                   22825:          include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
                   22826:          main/execute.C: withoud cloning. didn't need it actually, params
                   22827:          got passed from out unnamed ewpool
                   22828: 
                   22829:        * src/: include/pa_vdouble.h, include/pa_vhash.h,
                   22830:          include/pa_vjunction.h, include/pa_vobject.h,
                   22831:          include/pa_vunknown.h, main/compile.y: cloning dead end
                   22832: 
                   22833:        * src/: include/pa_bool.h, include/pa_double.h,
                   22834:          include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
                   22835:          include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
                   22836:          include/pa_vjunction.h, include/pa_vmframe.h,
                   22837:          include/pa_vobject.h, include/pa_vstring.h,
                   22838:          include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
                   22839:          main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
                   22840:          to give params proper names
                   22841: 
                   22842:        * src/main/pa_wcontext.C: z
                   22843: 
                   22844:        * src/: include/pa_vmframe.h, main/execute.C: added names to
                   22845:          unknown values in get_element and unfilled params. removed wrong
                   22846:          name change in get_element
                   22847: 
                   22848:        * src/main/execute.C: z
                   22849: 
                   22850:        * src/main/execute.C: fixed problems calling operators in
                   22851:          constructors
                   22852: 
                   22853:        * src/: classes/root.C, include/pa_stack.h, main/execute.C:
                   22854:          detected problems calling operators in constructors
                   22855: 
                   22856:        * src/: classes/root.C, include/pa_request.h, main/execute.C:
                   22857:          autocalc def to string
                   22858: 
                   22859:        * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
                   22860:          include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
                   22861: 
                   22862:        * src/classes/root.C: added root.c
                   22863: 
                   22864:        * src/: include/pa_request.h, include/pa_value.h,
                   22865:          include/pa_vcframe.h, include/pa_vmframe.h,
                   22866:          include/pa_wcontext.h, main/compile.C, main/compile.y,
                   22867:          main/core.C, main/execute.C, main/pa_cframe.C,
                   22868:          main/pa_wcontext.C: 'if' just compiled
                   22869: 
                   22870:        * src/: include/pa_vbool.h, include/pa_vdouble.h,
                   22871:          include/pa_vjunction.h, include/pa_vmframe.h,
                   22872:          include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
                   22873:          main/pa_wcontext.C: z
                   22874: 
                   22875:        * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
                   22876:          main/core.C, main/execute.C, main/main.dsp: z. detected probs
                   22877:          with parameter names  in operator methods
                   22878: 
                   22879:        * src/main/compile.y: minor renamings in .y
                   22880: 
                   22881:        * src/: include/pa_request.h, main/compile.C, main/compile.y,
                   22882:          main/core.C, main/main.dsp: introducing ROOT_CLASS.  it's default
                   22883:          @BASE.  changed 'RUN' assignment mech
                   22884: 
                   22885:        * src/main/execute.C: z
                   22886: 
                   22887:        * src/: include/code.h, main/compile.y, main/compile_tools.C,
                   22888:          main/compile_tools.h, main/execute.C: made class: dynamic, not
                   22889:          static. so to enable runtime ^use
                   22890: 
                   22891:        * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
                   22892: 
                   22893:        * src/: include/code.h, main/compile.y, main/compile_tools.C,
                   22894:          main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
                   22895: 
                   22896:        * src/main/execute.C: root root in code-junction
                   22897: 
                   22898: 2001-03-07  paf
                   22899: 
                   22900:        * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
                   22901:          pa_vobject.h, pa_wwrapper.h: const in Value.get_element
                   22902: 
                   22903:        * src/: include/pa_stack.h, include/pa_value.h,
                   22904:          include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
                   22905:          include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
                   22906:          fixed rwcontext of {} params up
                   22907: 
                   22908:        * src/main/: compile.y, compile_tools.h: ^func(params)
                   22909: 
                   22910:        * src/main/compile.y: .y priorities syntax shaped up a bit
                   22911: 
                   22912:        * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
                   22913:          include/pa_vunknown.h, main/compile.y, main/execute.C,
                   22914:          main/pa_hash.C: expr def in -f
                   22915: 
                   22916:        * src/main/: compile.y, execute.C: expr calls
                   22917: 
                   22918:        * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
                   22919:          fixed
                   22920: 
                   22921:        * src/main/compile.y: expr quoted code
                   22922: 
                   22923:        * src/main/: compile.y, execute.C: expr whitespace solved. added ""
                   22924:          support0
                   22925: 
                   22926:        * src/main/compile.y: expr string comparisons 0
                   22927: 
                   22928:        * src/: include/pa_string.h, main/compile.y, main/execute.C,
                   22929:          main/pa_string.C: just compiled lt&co
                   22930: 
                   22931:        * src/main/execute.C: ^var.menu{$field} problem detected. that
                   22932:          $field not a $var.field
                   22933: 
                   22934: 2001-03-06  paf
                   22935: 
                   22936:        * src/main/compile.y: .y expr visible-shorter
                   22937: 
                   22938:        * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
                   22939:          with skipping whitespace in yylex fixed 2 xors: # bitwise ##
                   22940:          logical
                   22941: 
                   22942:        * src/: include/pa_vstring.h, main/compile.y: problems with
                   22943:          skipping whitespace in yylex
                   22944: 
                   22945:        * src/include/pa_vbool.h: forgot this
                   22946: 
                   22947:        * src/: include/code.h, main/compile.y, main/execute.C: without
                   22948:          string ops in expressions 0
                   22949: 
                   22950:        * src/: include/pa_value.h, include/pa_vdouble.h,
                   22951:          include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
                   22952:          main/execute.C, main/main.dsp: !~
                   22953: 
                   22954:        * src/: include/pa_vcframe.h, include/pa_vclass.h,
                   22955:          include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
                   22956:          include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
                   22957:          include/pa_vunknown.h, include/pa_wcontext.h,
                   22958:          include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
                   22959:          main/compile_tools.h, main/execute.C: +-*/
                   22960: 
                   22961:        * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
                   22962:          main/compile_tools.h: grammar-1.1 $a(z) $a=0
                   22963: 
                   22964:        * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
                   22965:          main/execute.C: expr grammar-1 2*2=4.000000 :)
                   22966: 
                   22967:        * src/main/compile.y: expr grammar-1
                   22968: 
                   22969:        * src/main/compile.y: expr lexx1
                   22970: 
                   22971:        * src/main/: compile.y, execute.C, main.dsp: z
                   22972: 
                   22973:        * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
                   22974:          include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
                   22975:          main/execute.C: expr lex0 exec-1
                   22976: 
                   22977:        * src/: include/code.h, main/compile.y, main/compile_tools.h: g
                   22978: 
                   22979: 2001-02-26  paf
                   22980: 
                   22981:        * src/main/compile.y: max_string in yyerror bug fix
                   22982: 
                   22983: 2001-02-25  paf
                   22984: 
                   22985:        * src/: include/pa_value.h, include/pa_vmframe.h,
                   22986:          include/pa_wcontext.h, main/execute.C: VAliased3
                   22987: 
                   22988:        * src/include/: pa_value.h, pa_vmframe.h: VAliased2
                   22989: 
                   22990:        * src/main/execute.C: VAliased1
                   22991: 
                   22992:        * src/: include/pa_request.h, include/pa_value.h,
                   22993:          include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
                   22994:          VAliased0
                   22995: 
                   22996:        * src/: include/pa_pool.h, include/pa_request.h,
                   22997:          include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
                   22998:          include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
                   22999:          VAliased just compiled
                   23000: 
                   23001:        * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
                   23002:          include/pa_vobject.h, main/execute.C: alias dead end
                   23003: 
                   23004:        * src/: include/pa_value.h, include/pa_vclass.h,
                   23005:          include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
                   23006:          main/main.dsp: no not get fields into interm VFielded class.
                   23007:          fields & staticfields 1
                   23008: 
                   23009:        * src/: include/pa_vcframe.h, include/pa_vmframe.h,
                   23010:          include/pa_vobject.h, include/pa_wcontext.h,
                   23011:          include/pa_wwrapper.h, main/core.C, main/execute.C,
                   23012:          main/main.dsp: would now get fields into interm VFielded class
                   23013: 
                   23014:        * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
                   23015:          include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
                   23016:          include/pa_wcontext.h, main/compile.y, main/core.C,
                   23017:          main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
                   23018:          main/pa_wcontext.C: virtuals2
                   23019: 
                   23020:        * src/main/compile.y: : 1
                   23021: 
                   23022:        * src/main/compile.y: rethought to $class:static.field.subfield
                   23023: 
                   23024:        * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
                   23025:          $class:element
                   23026: 
                   23027:        * src/: include/pa_value.h, include/pa_vmframe.h,
                   23028:          include/pa_wwrapper.h, main/compile.y, main/execute.C,
                   23029:          main/pa_wcontext.C: before execute class calls rewrite
                   23030: 
                   23031:        * src/: include/pa_request.h, main/compile.C, main/core.C: default
                   23032:          name RUN, also alias
                   23033: 
                   23034:        * src/main/compile.y: escaping bug
                   23035: 
                   23036:        * src/: include/pa_request.h, include/pa_value.h,
                   23037:          include/pa_vobject.h, main/compile.y, main/compile_tools.h,
                   23038:          main/core.C, main/execute.C, main/pa_common.C: vobject1
                   23039: 
                   23040:        * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
                   23041:          include/pa_vmframe.h, include/pa_vobject.h,
                   23042:          include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
                   23043:          main/compile_tools.h, main/execute.C: ^class:method() just
                   23044:          compiled
                   23045: 
                   23046: 2001-02-24  paf
                   23047: 
                   23048:        * src/main/main.dsp: no bison -d
                   23049: 
                   23050:        * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
                   23051:          class' err msg wrong
                   23052: 
                   23053:        * src/main/compile.y: z
                   23054: 
                   23055:        * src/main/: compile.y, core.C: yylex need some @special lines adj
                   23056: 
                   23057:        * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
                   23058:          main/compile.y, main/compile_tools.h, main/core.C: modules0
                   23059: 
                   23060:        * src/: include/pa_vclass.h, main/core.C: z
                   23061: 
                   23062:        * src/: include/pa_value.h, include/pa_vclass.h,
                   23063:          include/pa_vobject.h, main/main.dsp: vobject00
                   23064: 
                   23065:        * src/main/pa_array.C: minor bug in expanding very small arrays.
                   23066:          60% from 1 were 0
                   23067: 
                   23068:        * src/: include/pa_value.h, include/pa_wcontext.h,
                   23069:          include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
                   23070:          as bad as you've named it: wcontext.value() was not a perfect
                   23071:          idea
                   23072: 
                   23073:        * src/main/execute.C: codeframe1
                   23074: 
                   23075:        * src/: include/pa_value.h, include/pa_vcframe.h,
                   23076:          include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
                   23077:          include/pa_vjunction.h, include/pa_vmframe.h,
                   23078:          include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
                   23079:          main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
                   23080:          just compiled
                   23081: 
                   23082:        * src/: include/pa_vframe.h, main/compile.y: found junction
                   23083:          ideology @: ^x{$a()) must construct current wcontext element, so
                   23084:          smart wcontext handling needed
                   23085: 
                   23086:        * src/main/compile.y: fixed grammar bugs in constructor/params
                   23087:          klinch
                   23088: 
                   23089:        * src/main/: compile.y, execute.C: fixed empty constructor
                   23090:          optimized empty case. failed on calls - produced empty string
                   23091:          param
                   23092: 
                   23093:        * src/main/compile.y: fixed last \n macrotemplate strip bug
                   23094: 
                   23095:        * src/: include/code.h, include/pa_request.h, include/pa_value.h,
                   23096:          include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
                   23097:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   23098:          main/execute.C: code junctions0. something wrong with last \n
                   23099:          macrotemplate strip
                   23100: 
                   23101:        * src/: include/pa_value.h, main/compile.C, main/core.C,
                   23102:          main/pa_value.C: minor error reporting format beautifyings
                   23103: 
                   23104:        * src/: include/pa_value.h, include/pa_vclass.h,
                   23105:          include/pa_vframe.h, main/core.C, main/execute.C,
                   23106:          main/pa_value.C: get_method RIP. junctions everywhere. call with
                   23107:          junctions0
                   23108: 
                   23109: 2001-02-23  paf
                   23110: 
                   23111:        * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
                   23112:          pa_wwrapper.h: lara came, can't work, sorry :(
                   23113: 
                   23114:        * src/main/: compile.y, execute.C, main.dsp: rethought some. before
                   23115:          junction
                   23116: 
                   23117:        * src/: include/pa_vframe.h, include/pa_vunknown.h,
                   23118:          include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
                   23119:          main/execute.C, main/main.dsp, main/pa_value.C: call0
                   23120: 
                   23121:        * src/: include/pa_hash.h, include/pa_value.h,
                   23122:          include/pa_wcontext.h, main/core.C, main/execute.C,
                   23123:          main/main.dsp, main/pa_hash.C: started call. store param, vframe
                   23124:          done
                   23125: 
                   23126:        * src/include/pa_wcontext.h: z
                   23127: 
                   23128:        * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
                   23129:          wrong grammar in complex constructor case
                   23130: 
                   23131:        * src/main/: compile.y, execute.C: empty constructor bug fixed
                   23132: 
                   23133:        * src/main/execute.C: with result rwpool
                   23134: 
                   23135:        * src/: include/pa_value.h, main/core.C, main/execute.C,
                   23136:          main/main.dsp: value named
                   23137: 
                   23138:        * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
                   23139:          strign 2 value in 2 places in execute
                   23140: 
                   23141:        * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
                   23142:          main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
                   23143:          wcontext.put_element when wcontext fvalue==0
                   23144: 
                   23145: 2001-02-22  paf
                   23146: 
                   23147:        * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
                   23148:          include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
                   23149:          main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
                   23150: 
                   23151:        * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
                   23152:          erroreos checkout
                   23153: 
                   23154:        * src/: include/pa_request.h, main/compile.y: $self.put(val)
                   23155: 
                   23156:        * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
                   23157:          main/compile_tools.h, main/pa_array.C: $self.get
                   23158: 
                   23159:        * src/main/: compile.C, compile.y, compile_tools.C: z
                   23160: 
                   23161:        * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
                   23162:          bit. finished now.
                   23163: 
                   23164:        * src/main/compile.y: $: finished
                   23165: 
                   23166:        * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
                   23167: 
                   23168:        * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
                   23169:          main/execute.C: OP_STRING better then some xxx _VALUE
                   23170: 
                   23171:        * src/: include/code.h, include/pa_vstring.h, main/compile.y,
                   23172:          main/compile_tools.C, main/compile_tools.h, main/execute.C:
                   23173:          string to vstring it .y all
                   23174: 
                   23175:        * src/: include/pa_request.h, include/pa_stack.h,
                   23176:          include/pa_wcontext.h, main/execute.C: z about to vstring it .y
                   23177:          all
                   23178: 
                   23179:        * src/main/: compile.C, core.C, execute.C, pa_string.C: more
                   23180:          precise parse error line:col
                   23181: 
                   23182:        * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
                   23183:          main/pa_hash.C, main/pa_pool.C: TRY...
                   23184: 
                   23185:        * src/: include/pa_exception.h, include/pa_pool.h,
                   23186:          include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
                   23187:          main/compile.C, main/compile.y, main/compile_tools.C,
                   23188:          main/core.C, main/pa_array.C, main/pa_exception.C,
                   23189:          main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
                   23190:          main/pa_table.C: removed exception from request
                   23191: 
                   23192:        * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
                   23193:          some forgotten
                   23194: 
                   23195:        * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
                   23196:          include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
                   23197:          main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
                   23198:          get/put simple vars to VClass works0
                   23199: 
                   23200:        * src/: include/pa_array.h, include/pa_wcontext.h,
                   23201:          main/pa_string.C: in process, but found that exceptions are too
                   23202:          global
                   23203: 
                   23204:        * src/: include/code.h, include/pa_string.h, include/pa_value.h,
                   23205:          include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
                   23206:          main/execute.C, main/pa_string.C: write_value write_string 0 it
                   23207:          seems wcontext must write strings regardles of fvalue!=0
                   23208: 
                   23209: 2001-02-21  paf
                   23210: 
                   23211:        * src/main/execute.C: tired :)
                   23212: 
                   23213:        * src/main/: compile.C, compile.y, execute.C: store0
                   23214: 
                   23215:        * src/: include/compile.h, include/execute.h, include/pa_array.h,
                   23216:          include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
                   23217:          include/pa_wcontext.h, main/compile.C, main/compile.y,
                   23218:          main/execute.C, main/main.dsp, main/pa_array.C,
                   23219:          main/pa_request.C: get put -1 [just compiled]
                   23220: 
                   23221:        * src/: include/core.h, include/pa_context.h, include/pa_request.h,
                   23222:          include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
                   23223:          main/main.dsp, main/pa_request.C: request core methods0
                   23224: 
                   23225:        * src/: include/compile.h, include/pa_array.h, main/compile.C,
                   23226:          main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
                   23227:          execute
                   23228: 
                   23229:        * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
                   23230:          main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
                   23231:          methods and one_big_piece. now compile returns array<method*>
                   23232: 
                   23233:        * src/main/compile.y: more straightforward yylex[end]
                   23234: 
                   23235:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
                   23236:          string.operator==(char*)
                   23237: 
                   23238:        * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
                   23239:          main/execute.C, main/pa_array.C: after array.const get wonders
                   23240: 
                   23241:        * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
                   23242:          pa_string.h, pa_value.h: struck with const array.gets
                   23243: 
                   23244:        * src/main/: execute.C: z
                   23245: 
                   23246:        * src/main/: compile.y, execute.C: z
                   23247: 
                   23248:        * src/main/: compile.C, compile.y, compile_tools.h: error
                   23249:          processing in eval & yyerror so it wouldn't cause memleaks.
                   23250: 
                   23251:        * src/main/: compile.C, compile.y: failed to add absolute precies
                   23252:          parse error positions. leaving RIGHTMOST position as
                   23253:          @file[line:col]
                   23254: 
                   23255:        * src/: include/compile.h, main/compile.C, main/compile.y,
                   23256:          main/compile_tools.h: line numbers needed. would add them to .y
                   23257:          now internally. externally it's not as precise as needed
                   23258: 
                   23259:        * src/: include/code.h, include/pa_types.h, main/compile.C,
                   23260:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   23261:          main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
                   23262:          compiler works ok
                   23263: 
                   23264: 2001-02-20  paf
                   23265: 
                   23266:        * src/main/: compile.C, compile.y, compile_tools.C,
                   23267:          compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
                   23268:          not perfect
                   23269: 
                   23270:        * src/: include/code.h, include/compile.h, include/execute.h,
                   23271:          include/pa_array.h, include/pa_common.h, include/pa_pool.h,
                   23272:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   23273:          main/compile.C, main/compile.y, main/compile_tools.C,
                   23274:          main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
                   23275:          main/pa_array.C, main/pa_common.C, main/pa_hash.C,
                   23276:          main/pa_string.C, main/pa_table.C: bison[yacc] first time
                   23277:          compiled.  execute=dump for now
                   23278: 
                   23279:        * src/main/core.C: core rewrite using yacc investigations now will
                   23280:          be compile[yacc]/execute[opcodes]
                   23281: 
                   23282: 2001-02-15  paf
                   23283: 
                   23284:        * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
                   23285:          rewrite as turing machine? for it seems it would be it's too many
                   23286:          ifs with this syntax now
                   23287: 
                   23288: 2001-02-14  paf
                   23289: 
                   23290:        * src/main/core.C: get_params 1
                   23291: 
                   23292:        * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
                   23293:          :( ]
                   23294: 
                   23295:        * src/main/core.C: varios breaks
                   23296: 
                   23297:        * src/main/core.C: get names 3
                   23298: 
                   23299:        * src/main/core.C: get names 2
                   23300: 
                   23301:        * src/main/core.C: get names 1
                   23302: 
                   23303:        * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
                   23304:          names 0
                   23305: 
                   23306:        * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
                   23307:          text repassing2 operator static vars
                   23308: 
                   23309:        * src/: include/pa_context.h, include/pa_string.h, main/core.C,
                   23310:          main/pa_string.C: process text repassing
                   23311: 
                   23312:        * src/: include/pa_context.h, include/pa_value.h, main/core.C:
                   23313:          module:calls changes
                   23314: 
                   23315: 2001-02-13  paf
                   23316: 
                   23317:        * src/: include/pa_context.h, include/pa_value.h, main/core.C:
                   23318:          ^class:calls[] started
                   23319: 
                   23320:        * src/: include/pa_value.h, main/core.C: z
                   23321: 
                   23322:        * src/main/core.C: operators : and self. prefixes
                   23323: 
                   23324:        * src/main/core.C: z
                   23325: 
                   23326:        * src/: include/pa_string.h, main/pa_string.C: String_iterator
                   23327:          tested
                   23328: 
                   23329:        * src/: include/pa_string.h, main/pa_string.C: String_iterator
                   23330:          optimized
                   23331: 
                   23332:        * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
                   23333:          would change privates to better support optimization
                   23334: 
                   23335:        * src/: include/pa_string.h, main/pa_string.C:
                   23336:          String_iterator::skip_to todo:optimize
                   23337: 
                   23338: 2001-02-12  paf
                   23339: 
                   23340:        * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
                   23341:          String_iterator
                   23342: 
                   23343:        * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
                   23344:          comments
                   23345: 
                   23346:        * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
                   23347:          self/methodref joined
                   23348: 
                   23349: 2001-02-11  paf
                   23350: 
                   23351:        * src/: include/pa_context.h, include/pa_value.h, main/core.C,
                   23352:          main/main.dsp: core started.  core.C, context&value .h
                   23353: 
                   23354:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   23355:          include/pa_string.h, main/main.dsp, main/pa_array.C,
                   23356:          main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
                   23357: 
                   23358: 2001-01-30  paf
                   23359: 
                   23360:        * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
                   23361:          comments
                   23362: 
                   23363:        * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
                   23364:          main/pa_pool.C: moved pa_pool.C to be target specific
                   23365: 
                   23366:        * src/: include/pa_exception.h, include/pa_pool.h,
                   23367:          include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
                   23368:          to & changes
                   23369: 
                   23370:        * src/: include/pa_exception.h, include/pa_pool.h,
                   23371:          include/pa_request.h, include/pa_table.h, main/pa_array.C,
                   23372:          main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
                   23373:          re-associated. that's much better even removed 'die' necessety
                   23374: 
                   23375:        * src/: include/pa_error.h, include/pa_exception.h,
                   23376:          include/pa_pool.h, include/pa_request.h, main/main.dsp,
                   23377:          main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
                   23378:          targets/Makefile.am: lowered targets/parser into subdir, added
                   23379:          parser_Pool(Pool) failed to add. would think..
                   23380: 
                   23381:        * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
                   23382:          include/pa_table.h, main/pa_error.C, main/pa_hash.C,
                   23383:          main/pa_string.C, main/pa_table.C: Table more like C++ style
                   23384:          hence lots of 'const'
                   23385: 
                   23386:        * src/: include/pa_error.h, include/pa_request.h,
                   23387:          include/pa_string.h, include/pa_table.h, main/pa_error.C,
                   23388:          main/pa_table.C: Error fixed
                   23389: 
                   23390: 2001-01-29  paf
                   23391: 
                   23392:        * src/: include/pa_array.h, include/pa_common.h,
                   23393:          include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
                   23394:          include/pa_request.h, include/pa_string.h, include/pa_table.h,
                   23395:          main/Makefile.am, main/pa_array.C, main/pa_common.C,
                   23396:          main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
                   23397: 
                   23398:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   23399:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   23400:          main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
                   23401:          main/pa_string.C, main/pa_table.C: Request Error Table
                   23402: 
                   23403:        * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
                   23404:          templates"
                   23405: 
                   23406:        * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
                   23407:          main/main.dsp, main/pa_array.C: templates failed no template
                   23408:          specializations [VC6], no library auto instantation [VC6, GNU c++
                   23409:          2.95.2-6 from latest cygwin]
                   23410: 
                   23411:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   23412:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   23413:          main/main.dsp, main/pa_array.C, main/pa_string.C,
                   23414:          main/pa_table.C: Table started would test template Array now
                   23415: 
                   23416:        * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
                   23417:          String originating
                   23418: 
                   23419:        * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
                   23420:          main/pa_hash.C: made local Hash-es not thread safe=quicker by
                   23421:          SYNCHRONIZED(thread_safe)
                   23422: 
                   23423:        * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
                   23424:          parts to top
                   23425: 
                   23426:        * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
                   23427:          main/pa_threads.C: decided on one global_mutex, like PHP as I can
                   23428:          see: needed only in global Hash now, made Hash:: put/get
                   23429:          SYNCHRONIZED
                   23430: 
                   23431:        * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
                   23432:          main/pa_threads.C: added pa_threads
                   23433: 
                   23434:          Mutex
                   23435: 
                   23436:        * src/include/pa_hash.h: some comments
                   23437: 
                   23438:        * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
                   23439:          Array& operator += (Array& src)
                   23440: 
                   23441:        * src/main/pa_array.C: expand not convinient, would rewrite
                   23442: 
                   23443:        * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
                   23444:          (Array& src)
                   23445: 
                   23446:          rethought, would change now
                   23447: 
                   23448: 2001-01-27  paf
                   23449: 
                   23450:        * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
                   23451:          caching
                   23452: 
                   23453:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   23454:          include/pa_string.h, main/pa_array.C, main/pa_string.C: array
                   23455:          cache rethought to chunk caching
                   23456: 
                   23457:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   23458:          include/pa_string.h, main/main.dsp, main/pa_array.C,
                   23459:          main/pa_hash.C, main/pa_string.C: Array 0
                   23460: 
                   23461:        * src/main/pa_string.C: String::operator ==
                   23462: 
                   23463:        * src/main/pa_hash.C: String(&String)
                   23464: 
                   23465:        * src/main/pa_hash.C: added pa_hash.C [forgotten]
                   23466: 
                   23467:        * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
                   23468:          main/main.dsp, main/pa_string.C: uint, and added pa_types &
                   23469:          pa_hash[forgotten]
                   23470: 
                   23471: 2001-01-26  paf
                   23472: 
                   23473:        * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
                   23474:          removed templates [vc++ suxx]
                   23475: 
                   23476:        * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
                   23477:          main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
                   23478: 
                   23479:        * src/include/: pa_pool.h, pa_string.h: pa_pool split
                   23480: 
1.119     moko     23481:        * src/main/: main.dsp, pa_string.C: Id check
1.95      moko     23482: 
1.119     moko     23483:        * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: Id
1.95      moko     23484:          check
                   23485: 
                   23486:        * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
                   23487:          dynamic row_count
                   23488: 
                   23489:        * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
                   23490:          main/main.dsp, main/pa_pool.C, main/pa_string.C,
                   23491:          targets/Makefile.am: Initial revision
                   23492: 
                   23493:        * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
                   23494:          main/main.dsp, main/pa_pool.C, main/pa_string.C,
                   23495:          targets/Makefile.am: creating parser3 module
                   23496: 

E-mail: