Annotation of parser3/ChangeLog, revision 1.124

1.124   ! moko        1: 2019-11-06  moko
        !             2: 
        !             3:        * tests/: 181.html, results/181.processed: entities usage added,
        !             4:          more entites load tests (related to bug #842 discussion)
        !             5: 
        !             6: 2019-11-05  moko
        !             7: 
        !             8:        * src/main/pa_xml_io.C: bugfix: no more extra http://localhost/
        !             9:          call from xmlFileOpen if http://localhost/<file> was not found
        !            10:          (related to bug #842)
        !            11: 
        !            12:        * src/main/pa_xml_io.C: rename
        !            13: 
        !            14:        * src/main/pa_xml_io.C: +MemoryStream constructor
        !            15: 
        !            16:        * src/main/pa_xml_io.C: whitespace
        !            17: 
1.123     moko       18: 2019-10-31  moko
                     19: 
                     20:        * src/classes/xdoc.C: XML_PARSE_OPTIONS (XML_PARSE_DTDLOAD |
                     21:          XML_PARSE_NOENT) added to fix entities load, (related to feature
                     22:          #1181)
                     23: 
1.122     moko       24: 2019-10-25  moko
                     25: 
                     26:        * tests/: 388-sql.html, results/388-sql.processed: more multiple
                     27:          queries tests
                     28: 
                     29: 2019-10-24  moko
                     30: 
                     31:        * tests/: 388-sql.html, results/388-sql.processed: support for
                     32:          pgsql driver test
                     33: 
                     34:        * tests/: 388-sql.html, results/388-sql.processed:
                     35:          multi_statements=1 now tested, mysql test now supported
                     36:          (connection must be specified in [parser3] section in .my.cnf)
                     37:          related to issues #1195 and #1194
                     38: 
1.121     moko       39: 2019-09-11  moko
                     40: 
                     41:        * src/classes/int.C: whitespace
                     42: 
                     43:        * tests/: 388-sql.html, results/388-sql.processed: +duplicate key
                     44:          exception test
                     45: 
                     46:        * tests/results/388-sql.processed: sql queries now shown (related
                     47:          to feature #1196)
                     48: 
                     49:        * src/sql/pa_sql_driver.h: to keep new SQL drivers more compatible
                     50:          with old parser versions.
                     51: 
                     52:        * src/: classes/file.C, classes/hash.C, classes/string.C,
                     53:          classes/table.C, classes/void.C, include/pa_sql_connection.h,
                     54:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: Show query
                     55:          instead of connect string in query_event_handlers exceptions
                     56:          (implements feature #1196)
                     57: 
1.120     moko       58: 2019-09-06  moko
                     59: 
                     60:        * tests/388-sql.html: mysql compat
                     61: 
                     62:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                     63:          classes/void.C, include/pa_common.h, main/pa_common.C: cleanup:
                     64:          sql_ variables declaration moved to pa_common.h
                     65: 
1.116     moko       66: 2019-01-15  moko
                     67: 
                     68:        * src/classes/curl.C: ^curl:info[] - OrderedHashString used, items
                     69:          logically sorted
                     70: 
                     71: 2018-12-27  moko
                     72: 
                     73:        * src/include/pa_config_includes.h: warning war:
                     74:          -Wdeprecated-register added for C++ 17
                     75: 
                     76: 2018-10-15  moko
                     77: 
                     78:        * configure.ac: FreeBSD 11.2 can be build with ./configure
                     79:          --with-gc=/usr/local/lib/ --with-pcre=/usr/local/
                     80:          --with-xml=/usr/local/
                     81: 
                     82: 2018-09-24  moko
                     83: 
                     84:        * tests/: 396.html, 396.tiff, results/396.processed: test for
                     85:          ^image::measure[] now supports tiff added (related to feature
                     86:          #1188)
                     87: 
                     88:        * src/classes/image.C: ^image::measure[] now supports tiff
                     89:          (implements feature #1188)
                     90: 
                     91: 2018-09-20  moko
                     92: 
                     93:        * tests/: 395.bmp, 395.html, results/395.processed: test for bmp
                     94:          files measure added (related to ticket #1188)
                     95: 
                     96:        * src/classes/image.C: measure of bmp files implemented (related to
                     97:          ticket #1188)
                     98: 
                     99: 2018-09-18  moko
                    100: 
                    101:        * tests/: 394-curl.html, results/394-curl.processed,
                    102:          results/auto.p: test for bug #1187 (max_file_size check for head
                    103:          requests) added
                    104: 
                    105: 2018-08-24  moko
                    106: 
                    107:        * src/classes/curl.C: CURLOPT_NOBODY value used to check if
                    108:          response content-length check is required (fixes bug #1187)
                    109: 
                    110: 2018-05-11  moko
                    111: 
                    112:        * tests/: 157.html, results/157.processed: test for ^file:copy[..;
                    113:          $.append(bool) ] option added (related to feature #919)
                    114: 
                    115:        * src/classes/file.C: ^file:copy[..; $.append(bool) ] option added
                    116:          from misha@ patch (implements feature #919)
                    117: 
                    118: 2018-03-22  moko
                    119: 
                    120:        * src/main/pa_request.C: $response:download[ $.file[file.namef] ]
                    121:          worked rather slow (about 1mb/sec) with 10kb buffer, replaced it
                    122:          with 128kb buffer.  Now works at least 12 times faster. :) May be
                    123:          Windows-only problem.
                    124: 
                    125:        * src/lib/cord/cord.vcproj: Profile * complete cleanup (VS 2003
                    126:          build fix)
                    127: 
                    128: 2018-02-03  moko
                    129: 
                    130:        * src/main/execute.C: removes irrelevant lines from exception stack
                    131:          trace when exceptions occurs in assigment (fixes bug #1165)
                    132: 
                    133:        * tests/: 393.html, results/393.processed: test for behavour after
                    134:          "Property can not be created, already exists field with that
                    135:          name" exception removed (related to feature #1183)
                    136: 
                    137:        * src/types/pa_vclass.C: "Property can not be created, already
                    138:          exists field with that name" exception removed (implements
                    139:          feature #1183)
                    140: 
                    141: 2018-01-19  moko
                    142: 
                    143:        * src/classes/string.C: whitespace
                    144: 
                    145:        * src/classes/string.C: whitespace
                    146: 
                    147:        * tests/: 392.html, results/392.processed: test for
                    148:          ^regex::create[$regex] added (related to feature #1135)
                    149: 
                    150:        * src/: classes/regex.C, types/pa_vregex.C, types/pa_vregex.h:
                    151:          ^regex::create[$regex] added (implements feature #1135)
                    152: 
                    153:        * src/types/: pa_vclass.C, pa_vclass.h: CLASS_GETTER_UNPROTECTED
                    154:          commented define added (related to feature #1157)
                    155: 
                    156: 2018-01-17  moko
                    157: 
                    158:        * buildall: gc 7.6.0 -> 7.6.2 (related to feature #1136)
                    159: 
                    160: 2018-01-15  moko
                    161: 
                    162:        * tests/: 390.html, results/390.processed: real path replaced by
                    163:          stub
                    164: 
                    165:        * tests/: 391.html, results/391.processed: test for feature #1181
                    166:          (XML_PARSE_HUGE exception) added
                    167: 
                    168: 2018-01-11  moko
                    169: 
                    170:        * bin/auto.p.dist.in: sqlite3 -> libsqlite3
                    171: 
                    172:        * src/classes/xdoc.C: xmlReadMemory/xmlReadFile now used with
                    173:          XML_PARSE_HUGE option passed by default (implements feature
                    174:          #1181)
                    175: 
                    176:        * src/classes/string.C: whitespace
                    177: 
                    178: 2017-12-10  moko
                    179: 
                    180:        * tests/: 389.html, 390.html, results/389.processed,
                    181:          results/390.processed: image code coverage tests added (related
                    182:          to feature #1125)
                    183: 
                    184: 2017-12-08  moko
                    185: 
                    186:        * tests/: 346-curl.html, 388-sql.html, 389.html,
                    187:          results/346-curl.processed, results/388-sql.processed,
                    188:          results/389.processed: more code coverage tests
                    189: 
                    190:        * tests/: 264.html, results/264.processed: code coverage for
                    191:          ^file::exec[]
                    192: 
                    193: 2017-12-07  moko
                    194: 
                    195:        * tests/: 174.html, 388-sql.html, 389.html,
                    196:          results/388-sql.processed, results/389.processed,
                    197:          results/174.processed: more coverage tests
                    198: 
                    199:        * src/classes/math.C: exception text actualized
                    200: 
                    201: 2017-12-06  moko
                    202: 
                    203:        * tests/388-sql.html: $SQL can be here
                    204: 
                    205:        * tests/results/auto.p: $SQL not required here
                    206: 
                    207:        * tests/: 388-sql.html, 389.html, Makefile,
                    208:          results/388-sql.processed, results/389.processed, results/auto.p:
                    209:          code coverage tests for sql (using sqlite) and int/double/bool
                    210:          added (related to feature #1125)
                    211: 
                    212:        * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
                    213:          lib/json/json.vcproj, lib/md5/md5.vcproj,
                    214:          lib/memcached/memcached.vcproj, lib/punycode/punycode.vcproj,
                    215:          lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
                    216:          targets/apache/ApacheModuleParser3Core.vcproj,
                    217:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                    218:          types/types.vcproj: gc\include no longer required
                    219: 
                    220:        * src/lib/: cord/cord.vcproj, gd/gd.vcproj: gc\include no longer
                    221:          required
                    222: 
                    223:        * src/: classes/Makefile.am, classes/table.C,
                    224:          include/pa_config_includes.h, include/pa_string.h,
                    225:          lib/cord/Makefile.am, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
                    226:          lib/gd/Makefile.am, lib/json/Makefile.am, lib/sdbm/Makefile.am,
                    227:          lib/smtp/Makefile.am, main/Makefile.am, main/untaint.C,
                    228:          targets/apache/Makefile.am, targets/cgi/Makefile.am,
                    229:          types/Makefile.am: to be sure that our version of gc.h/cord.h is
                    230:          used, we now include it directly
                    231: 
                    232: 2017-12-04  moko
                    233: 
                    234:        * src/lib/: gd/gd.vcproj, md5/md5.vcproj,
                    235:          memcached/memcached.vcproj, punycode/punycode.vcproj,
                    236:          sdbm/sdbm.vcproj, smtp/smtp.vcproj: includes unified, gc added
                    237:          where required
                    238: 
                    239:        * src/: classes/memory.C, include/pa_config_includes.h: GC_DEBUG
                    240:          now can be used to trace memory allocations
                    241: 
                    242:        * src/: classes/table.C, include/pa_config_includes.h,
                    243:          include/pa_memory.h, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
                    244:          main/pa_globals.C: PA_DEBUG_DISABLE_GC works again, pa_gc_*
                    245:          method removes, libcord also can work without libgc
                    246: 
                    247:        * src/classes/json.C: pa_gc_malloc_atomic should not be used
                    248: 
                    249: 2017-11-29  moko
                    250: 
                    251:        * src/classes/curl.C: no exception if some of ^curl:info[] elements
                    252:          are not present (related to feature #1173)
                    253: 
                    254:        * tests/346-curl.html: test updated to test curl content-length bug
                    255:          (related to feature #1173)
                    256: 
                    257:        * tests/results/346-curl.processed: more test for content-length
                    258:          curl bug (related to feature #1173)
                    259: 
                    260:        * tests/results/346-curl.processed: test results updated after
                    261:          #1173 implemented
                    262: 
                    263: 2017-11-28  moko
                    264: 
                    265:        * src/classes/curl.C: another libcurl Content-length bug walkaround
                    266:          (related to feature #1173)
                    267: 
                    268: 2017-11-27  moko
                    269: 
                    270:        * src/: classes/curl.C, lib/curl/curl.h: ^curl:options
                    271:          $.http_version[version string] added (implements feature #1173),
                    272:          CURLOPT_POSTFIELDSIZE is set to 0 now only for old versions,
                    273:          where $post(true) bug existed.
                    274: 
                    275: 2017-11-18  moko
                    276: 
                    277:        * src/include/pa_memory.h: warning war (related to feature #1170)
                    278: 
                    279:        * src/include/pa_pool.h: RedHat 7.3 compatibility fixed (related to
                    280:          feature #1170)
                    281: 
                    282: 2017-11-17  moko
                    283: 
                    284:        * src/include/pa_memory.h: CHECK_DELETE_USAGE define added as
                    285:          std::basic_stringstream used in ^table.csv-string[] is compatible
                    286:          with delete usage check only under Debian 9 (related to feature
                    287:          #1170)
                    288: 
                    289: 2017-11-16  moko
                    290: 
                    291:        * src/: classes/curl.C, classes/hash.C, classes/json.C,
                    292:          classes/table.C, classes/xdoc.C, include/pa_config_includes.h,
                    293:          include/pa_hash.h, include/pa_memory.h, include/pa_pool.h,
                    294:          main/pa_charset.C, main/pa_memory.C, main/pa_xml_io.C,
                    295:          sql/pa_sql_driver.h, types/pa_value.h, types/pa_vmemcached.C,
                    296:          types/pa_vxdoc.h: regular new/delete no longer used in our code,
                    297:          stubs defend from accidental use (implements feature #1170)
                    298: 
                    299: 2017-06-24  moko
                    300: 
                    301:        * configure.ac: minor fix: thanks to alx@
                    302: 
1.115     moko      303: 2017-05-29  moko
                    304: 
                    305:        * src/types/pa_vmail.C: mail headers are now correctly truncated -
                    306:          MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
                    307:          added to avoid cutting of UTF-8 chars (fixed bug #123)
                    308: 
                    309:        * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
                    310:          ignored, =?UTF-8?Q?= should start in case of leading space
                    311:          (related to bug #123)
                    312: 
                    313:        * buildall: echo -n -> printf for OS X. :)
                    314: 
                    315: 2017-05-25  moko
                    316: 
                    317:        * tests/: 288.html, results/288.processed: test updated afted
                    318:          setting $o.prop without setter exception removed (related to
                    319:          feature #1157)
                    320: 
                    321:        * src/types/pa_vclass.C: no more "this property has no setter
                    322:          method" when setting $o.prop without setter (implements feature
                    323:          #1157)
                    324: 
                    325:        * buildall: echo \c -> echo -n for FreeBSD
                    326: 
                    327:        * configure, configure.ac, src/include/pa_config_auto.h.in,
                    328:          src/types/pa_vdouble.h: isfinite now checked in configure
                    329: 
                    330:        * compile, config.guess, config.sub, depcomp, install-sh, missing:
                    331:          upgraded to automake 1.15
                    332: 
                    333: 2017-05-23  moko
                    334: 
                    335:        * src/types/pa_vdouble.h: finite returned where isfinite not
                    336:          defined
                    337: 
                    338: 2017-05-22  moko
                    339: 
                    340:        * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
                    341: 
                    342:        * buildall: extern CFLAGS setting support
                    343: 
                    344:        * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
                    345: 
                    346:        * buildall: http -> https
                    347: 
                    348:        * buildall: gc-7.2f -> gc-7.6.0
                    349: 
                    350: 2017-05-20  moko
                    351: 
                    352:        * buildall: https, pcre, xml, xslt updated to current versions
                    353:          (related to feature #1136)
                    354: 
                    355: 2017-05-19  moko
                    356: 
                    357:        * tests/097.html: after parser.ru moved to https
                    358: 
                    359: 2017-05-17  moko
                    360: 
                    361:        * tests/results/: 175.processed, 372.processed: tests resuls
                    362:          updated after lintian spelling typos fixed (related to bug #1156)
                    363: 
                    364:        * src/: classes/file.C, classes/hash.C, classes/reflection.C,
                    365:          classes/string.C, classes/table.C, main/pa_charset.C,
                    366:          main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
                    367:          types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
                    368:          lintian reported by Sergey B Kirpichev (fixes bug #1156)
                    369: 
                    370:        * tests/results/096.processed: +XMP
                    371: 
                    372:        * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
                    373:          $.xmp(true) options tested (test for feature #1154)
                    374: 
                    375:        * src/classes/image.C: ^image:measure[] options $.exif(false)
                    376:          $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
                    377:          fetched by default! (implements feature #1154)
                    378: 
                    379: 2017-05-16  moko
                    380: 
                    381:        * tests/: 256.html, results/256.processed: ^json:string[$image] now
                    382:          allowed (related to feature #1154)
                    383: 
                    384:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
                    385:          initial XMP implementation - without options and transcode
                    386:          (related to feature #1154)
                    387: 
                    388: 2017-05-12  moko
                    389: 
                    390:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
                    391:          image: exif moved to ffields, skipped in ^image.html[] where
                    392:          iterators now used (preparation for feature #1154)
                    393: 
                    394: 2017-05-05  moko
                    395: 
                    396:        * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
                    397:          results/387.processed: test for circular class inheritance check
                    398:          added (related to bug #1150)
                    399: 
                    400:        * src/types/pa_vstateless_class.C: circular class inheritance check
                    401:          added (fixes endless add_derived bug #1150)
                    402: 
                    403: 2017-05-04  moko
                    404: 
                    405:        * tests/: 386.html, results/386.processed: test for
                    406:          $table.value(number) added (related to feature #1152)
                    407: 
                    408:        * src/types/pa_vtable.C: table put_element: column value must be
                    409:          string  - > column value must be string compatible to allow
                    410:          $t.value(1) (implements feature #1152)
                    411: 
                    412: 2017-05-03  moko
                    413: 
                    414:        * src/main/pa_request.C: $use[$method] is not possible, reverting
                    415:          (related to feature #1151)
                    416: 
                    417:        * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
                    418:          not possible, removing test (related to feature #1151)
                    419: 
                    420:        * src/: main/pa_request.C, types/pa_vstateless_class.h:
                    421:          get_element_method added and used to allow $use[$method] and
                    422:          $autouse[$method] (implements feature 1151)
                    423: 
                    424:        * tests/: 386.html, 386.p, results/386.processed: test for @use in
                    425:          variable added (related to feature #1151)
                    426: 
                    427:        * tests/results/226.processed: actualized after ^try-catch used
                    428: 
                    429:        * tests/: 226.html, 385.html, results/385.processed: test for
                    430:          @autouse in variable added
                    431: 
                    432:        * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
                    433: 
1.114     moko      434: 2017-02-27  moko
                    435: 
                    436:        * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
                    437: 
1.113     moko      438: 2017-02-20  moko
                    439: 
                    440:        * operators.txt: actualization + beauty
                    441: 
                    442: 2017-02-16  moko
                    443: 
                    444:        * tests/: 384.html, results/384.processed: test for
                    445:          ^reflection:mixin[; $.name[] ] option added (related to feature
                    446:          #1089)
                    447: 
                    448:        * tests/: 384.html, results/384.processed: test for
                    449:          ^reflection:mixin[] added (related to feature #1089)
                    450: 
                    451:        * src/types/pa_value.h: warning war: virtual ~Value() added
                    452: 
1.112     moko      453: 2017-02-15  moko
                    454: 
                    455:        * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
                    456:          fixed
                    457: 
                    458:        * tests/: 320.html, results/320.processed: $.reverse(true/false)
                    459:          test added (related to feature #1069)
                    460: 
                    461:        * src/: classes/reflection.C, types/pa_vstateless_class.h:
                    462:          compilation without HASH_ORDER fixed
                    463: 
                    464:        * src/: classes/reflection.C, include/pa_hash.h:
                    465:          $.reverse(true/false) added to ^reflection:methods[] (related to
                    466:          feature #1069)
                    467: 
                    468: 2017-02-14  moko
                    469: 
                    470:        * tests/: 152.html, results/152.processed: test for $._default hash
                    471:          added (related to bug #1131)
                    472: 
                    473:        * tests/: 277.html, results/277.processed: test for hash with only
                    474:          $._default is now defined (related to bug #1131)
                    475: 
                    476:        * src/types/pa_vhash.h: hash with only $._default is now defined
                    477:          (fixed bug #1131)
                    478: 
                    479: 2017-02-13  moko
                    480: 
                    481:        * tests/cat-windows.sh: cat-windows added (cygwin required)
                    482: 
                    483:        * tests/: 171.html, 264.html, 286.html, 370.html,
                    484:          results/320.processed, results/375.processed, results/auto.p:
                    485:          cat-windows.sh support added
                    486: 
                    487:        * tests/375.html: Windows support
                    488: 
                    489:        * tests/270.html: documented
                    490: 
                    491:        * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
                    492:          (not backslashes) even under Windows (broke test 270)
                    493: 
                    494: 2017-02-12  moko
                    495: 
                    496:        * tests/: descript.ion, todo.txt: cleanup
                    497: 
                    498: 2017-02-09  moko
                    499: 
                    500:        * tests/: 253.html, 255.html, 275.html, 347-curl.html,
                    501:          run_tests.cmd: Windows compatibility
                    502: 
                    503:        * tests/make_tests.cmd: removed as test can't be passed - TZ is set
                    504:          incorrectly (GMT) if parser is called from cygwin
                    505: 
1.111     moko      506: 2017-02-08  moko
                    507: 
1.112     moko      508:        * operators.txt: actualization 15% completed
                    509: 
                    510:        * operators.txt: cp1251 -> utf-8
                    511: 
                    512:        * NEWS, README: minor update
                    513: 
                    514:        * src/include/pa_config_includes.h: warning war continues
                    515: 
                    516:        * src/: include/pa_config_includes.h, include/pa_memory.h,
                    517:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                    518:          targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
                    519:          gcc 6.x issues fixed
                    520: 
1.111     moko      521:        * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
                    522:          classes/classes.h, classes/curl.C, classes/date.C,
                    523:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                    524:          classes/hashfile.C, classes/image.C, classes/inet.C,
                    525:          classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
                    526:          classes/memcached.C, classes/memory.C, classes/op.C,
                    527:          classes/reflection.C, classes/regex.C, classes/response.C,
                    528:          classes/string.C, classes/table.C, classes/void.C,
                    529:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                    530:          include/pa_array.h, include/pa_cache_managers.h,
                    531:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                    532:          include/pa_config_fixed.h, include/pa_config_includes.h,
                    533:          include/pa_dictionary.h, include/pa_dir.h,
                    534:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                    535:          include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
                    536:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                    537:          include/pa_pool.h, include/pa_random.h, include/pa_request.h,
                    538:          include/pa_request_charsets.h, include/pa_request_info.h,
                    539:          include/pa_sapi.h, include/pa_socks.h,
                    540:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                    541:          include/pa_stack.h, include/pa_string.h,
                    542:          include/pa_stylesheet_connection.h,
                    543:          include/pa_stylesheet_manager.h, include/pa_symbols.h,
                    544:          include/pa_table.h, include/pa_threads.h, include/pa_types.h,
                    545:          include/pa_uue.h, include/pa_xml_exception.h,
                    546:          include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
                    547:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                    548:          lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
                    549:          lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
                    550:          lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
                    551:          lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
                    552:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                    553:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
                    554:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                    555:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                    556:          main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
                    557:          main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
                    558:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                    559:          main/pa_string.C, main/pa_stylesheet_connection.C,
                    560:          main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
                    561:          main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
                    562:          main/untaint.C, sql/pa_sql_driver.h,
                    563:          targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
                    564:          targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
                    565:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                    566:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                    567:          types/pa_junction.h, types/pa_method.h, types/pa_property.h,
                    568:          types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
                    569:          types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
                    570:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                    571:          types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
                    572:          types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
                    573:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                    574:          types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
                    575:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                    576:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
                    577:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
                    578:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
                    579:          types/pa_vmemcached.h, types/pa_vmemory.h,
                    580:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                    581:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
                    582:          types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
                    583:          types/pa_vresponse.C, types/pa_vresponse.h,
                    584:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                    585:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                    586:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                    587:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                    588:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                    589:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                    590:          types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
                    591:          2015->2017
                    592: 
1.110     moko      593: 2017-02-07  moko
                    594: 
                    595:        * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
                    596: 
                    597: 2017-02-06  moko
                    598: 
                    599:        * src/main/pa_common.C: minor fixes, whitespace
                    600: 
                    601:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                    602:          include/pa_common.h, include/pa_dir.h, main/pa_common.C,
                    603:          main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
                    604:          now used (implements feature #1081)
                    605: 
                    606:        * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
                    607: 
                    608: 2017-02-01  moko
                    609: 
                    610:        * src/include/pa_request.h: cleanup
                    611: 
                    612: 2017-01-30  moko
                    613: 
                    614:        * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
                    615: 
                    616: 2017-01-29  moko
                    617: 
                    618:        * tests/: 383.html, results/383.processed: test for
                    619:          ^reflection:stack[] added (related to feature #1052)
                    620: 
                    621:        * src/classes/reflection.C: else added
                    622: 
                    623:        * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
                    624:          $.max_file_lock_wait added (implements feature #1128)
                    625: 
                    626: 2017-01-28  moko
                    627: 
                    628:        * tests/: 379-curl.html, results/379-curl.processed: curl empty
                    629:          body and other cases tests added (related to featue #1014)
                    630: 
                    631:        * src/classes/curl.C: bug if response is empty fixed (related to
                    632:          feature #1014)
                    633: 
                    634: 2017-01-27  moko
                    635: 
                    636:        * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
                    637:          main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
                    638:          added (implements feature #1052)
                    639: 
                    640: 2017-01-25  moko
                    641: 
                    642:        * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
                    643:          method test added
                    644: 
                    645: 2017-01-23  moko
                    646: 
                    647:        * src/classes/reflection.C: optimization: options->get replaced by
                    648:          hash iterator
                    649: 
                    650:        * tests/: 381.html, results/381.processed: now -> fixed date
                    651: 
                    652:        * src/main/pa_request.C: warning war
                    653: 
                    654:        * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
                    655:          5Mb (fixes bug #1058)
                    656: 
                    657:        * src/classes/curl.C: warning war
                    658: 
                    659:        * tests/: 381.html, results/381.processed: tests for ^json:string
                    660:          $.one-line(true) option added (related to feature #1124)
                    661: 
                    662:        * src/: classes/json.C, types/pa_value.h: $json-string
                    663:          $.one-line(true|false) options is now supported (implements
                    664:          feature #1124)
                    665: 
                    666:        * tests/: 380.html, results/380.processed: test for modified
                    667:          $.max_file_size added (related to bug #1014)
                    668: 
                    669:        * tests/: 379.html, results/auto.p: tests for rewritten http file
                    670:          load added (related to bug #1014)
                    671: 
                    672:        * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
                    673:          main/pa_common.C, main/pa_http.C: check_file_size added and used
                    674:          in curl / file load from disk and http, http file load rewritten
                    675:          (related to bug #1014)
                    676: 
                    677: 2017-01-18  moko
                    678: 
                    679:        * tests/: 378.html, results/378.processed: tests for ^result[]
                    680:          added (related to feature #66)
                    681: 
                    682:        * src/: classes/op.C, include/pa_request.h: ^return[] can't be
                    683:          Method::CO_WITHOUT_FRAME as frame still added in expression
                    684:          (related to feature #66)
                    685: 
                    686: 2017-01-17  moko
                    687: 
                    688:        * tests/: 377.html, results/377.processed: test for different
                    689:          combinations of breaks in body and delimiter (related to bug
                    690:          #1077)
                    691: 
                    692:        * tests/: 376.html, results/376.processed: many ^break[] tests
                    693:          added (related to bug #1077)
                    694: 
                    695:        * src/types/pa_vmethod_frame.C: "break is not allowed in expression
                    696:          passed to native method" exception added to avoid bugs due to
                    697:          WRITE_EXPR_RESULT skipped and native methods execution continues
                    698:          after ^break[] (related to bug #1077)
                    699: 
                    700: 2017-01-14  moko
                    701: 
                    702:        * tests/: 330.html, results/330.processed: test results updated
                    703:          after ^break[] bugs where fixed (related to bug #1077)
                    704: 
                    705:        * tests/: 329.html, results/329.processed: test results updated
                    706:          after ^break[] bugs where fixed (related to bug #1077)
                    707: 
                    708:        * tests/results/320.processed: ^return[] added
                    709: 
                    710: 2017-01-13  moko
                    711: 
                    712:        * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
                    713:          classes/table.C, include/pa_request.h, main/execute.C,
                    714:          main/pa_request.C, targets/cgi/parser3.C,
                    715:          types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
                    716:          Request::SKIP_RETURN added and implemented, Request::SKIP_* now
                    717:          checked after each possible process/execute call (fixes bug
                    718:          #1077)
                    719: 
                    720: 2016-12-29  moko
                    721: 
                    722:        * src/main/pa_common.C: warning war
                    723: 
                    724:        * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
                    725:          include/pa_types.h, main/pa_request.C, main/pa_string.C:
                    726:          pa_file_size_limit added, ^math:random fixed for upper limit and
                    727:          limits more then 0x7FFFFFFF, limits now declared in pa_types.h
                    728:          (related to feature #1014)
                    729: 
                    730:        * src/: classes/curl.C, classes/file.C, include/pa_common.h,
                    731:          main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
                    732:          (related to feature #1014)
                    733: 
                    734: 2016-12-28  moko
                    735: 
                    736:        * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
                    737:          warning war
                    738: 
                    739: 2016-12-26  moko
                    740: 
                    741:        * tests/: 341.html, results/341.processed: test for
                    742:          ^table.hash[id;;$.type[string]] added (related to feature #1057)
                    743: 
                    744:        * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
                    745:          (related to feature #1057)
                    746: 
                    747:        * src/types/pa_vdate.C: warning war continues...
                    748: 
                    749:        * src/: classes/date.C, classes/image.C, classes/table.C,
                    750:          include/pa_config_includes.h, types/pa_vfile.C: warning war
                    751: 
                    752:        * src/lib/gd/gifio.C: warning war / cleanup
                    753: 
                    754:        * src/lib/json/pa_json.C: warning war
                    755: 
                    756:        * src/classes/hash.C: warning war
                    757: 
                    758:        * src/types/pa_vfile.C: warning war
                    759: 
                    760:        * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
                    761:          -Wall warning war continues
                    762: 
                    763:        * configure.ac: --with-build-warnings actualized
                    764: 
                    765: 2016-12-25  moko
                    766: 
                    767:        * src/main/pa_exec.C: -wAll warning war
                    768: 
                    769:        * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
                    770:          -wAll warning war
                    771: 
                    772:        * src/: include/pa_common.h, include/pa_sapi.h,
                    773:          types/pa_junction.h, types/pa_method.h, types/pa_value.h,
                    774:          types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
                    775:          -wAll warning war
                    776: 
                    777: 2016-12-23  moko
                    778: 
                    779:        * src/lib/ltdl/Makefile.am: extra dist added
                    780: 
                    781:        * tests/results/344.processed: test result updated after $file.text
                    782:          prefetched in ^hash::create[$file] (related to feature #1075)
                    783: 
                    784:        * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
                    785:          ^hash::create[$file] (related to feature #1075)
                    786: 
                    787: 2016-12-22  moko
                    788: 
                    789:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
                    790:          main/pa_request.C, main/pa_stylesheet_connection.C,
                    791:          types/pa_vfile.C: file_stat now return 64-bit size (implements
                    792:          #1014 under 32-bit unix versions)
                    793: 
                    794: 2016-12-21  moko
                    795: 
                    796:        * tests/: 375.html, results/375.processed: test for exec returning
                    797:          stated file added (related to feature #1119)
                    798: 
                    799:        * src/classes/file.C: load should not return file with null body
                    800:          (fixes bug #1119)
                    801: 
                    802: 2016-12-14  moko
                    803: 
                    804:        * tests/: 374.html, results/374.processed: test for $method.name
                    805:          added (related to feature #1117) plus method returning junction
                    806:          test
                    807: 
                    808: 2016-12-13  moko
                    809: 
                    810:        * src/: include/pa_symbols.h, main/pa_symbols.C,
                    811:          types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
                    812:          (implements feature #1117)
                    813: 
                    814:        * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
                    815:          HEAD and TRACE can't have body (implements feature #1116)
                    816: 
                    817: 2016-12-09  moko
                    818: 
                    819:        * tests/: 373.html, results/373.processed: tests for
                    820:          ^reflection:tainting added (related to feature #1098)
                    821: 
                    822:        * src/classes/reflection.C: ^reflection:tainting arguments order
                    823:          change (related to feature #1098)
                    824: 
                    825: 2016-12-06  moko
                    826: 
                    827:        * src/: classes/reflection.C, include/pa_string.h,
                    828:          main/pa_string.C: ^reflection:tainting[$string] added (implements
                    829:          feature #1098)
                    830: 
                    831: 2016-12-05  moko
                    832: 
                    833:        * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
                    834:          (fixes bug #1114)
                    835: 
                    836: 2016-12-04  moko
                    837: 
                    838:        * tests/: 206.html, results/206.processed: negative zero (0/-1)
                    839:          check added
                    840: 
                    841: 2016-12-03  moko
                    842: 
                    843:        * tests/: 346-curl.html, results/346-curl.processed: test modified
                    844:          to test value.as_hash() usage
                    845: 
                    846:        * src/classes/curl.C: value.as_hash() used for correct hash
                    847:          processing
                    848: 
                    849:        * src/classes/reflection.C: exceptions texts fixes
                    850: 
                    851: 2016-12-02  moko
                    852: 
                    853:        * tests/: 372.html, results/372.processed: tests for
                    854:          ^reflection:create[ $.class[name] $.constructor[name]
                    855:          $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
                    856:          feature #1094)
                    857: 
                    858:        * src/types/pa_vmethod_frame.h: comment added: params should be
                    859:          declared outside of *_FRAME_ACTION as MethodParams destructor
                    860:          will be called in ~VNativeMethodFrame
                    861: 
                    862:        * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
                    863:          ] minor fix
                    864: 
                    865:        * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
                    866:          types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
                    867:          $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
                    868:          now supported (implements feature #1094) value::as_hash added
                    869:          (and should be used everywhere)
                    870: 
                    871:        * src/classes/reflection.C: cleanup
                    872: 
                    873: 2016-12-01  moko
                    874: 
                    875:        * tests/: 356.html, results/356.processed: test for method
                    876:          junctions class name added to the resulting hash added (related
                    877:          to feature #1068)
                    878: 
                    879:        * src/classes/reflection.C: for method junctions class name added
                    880:          to the resulting hash (related to feature #1068)
                    881: 
                    882: 2016-11-30  moko
                    883: 
                    884:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
                    885:          exception (related to bug #1113)
                    886: 
                    887:        * src/types/pa_vhashfile.C: whitespace
                    888: 
                    889:        * src/main/pa_os.C: errno now returned as it should (fixes bug
                    890:          #1113)
                    891: 
                    892:        * tests/results/: 175.processed, 192.processed, 224.processed,
                    893:          229.processed, 239.processed, 244.processed, 246.processed,
                    894:          314.processed, 352.processed: tests results updated after method
                    895:          call exceptions improved as method now keeps its name
                    896: 
                    897:        * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
                    898:          types/pa_vmethod_frame.h: method call exceptions improved as
                    899:          method now keeps its name
                    900: 
                    901:        * tests/: 224.html, 239.html, results/224.processed,
                    902:          results/239.processed: tests and tests results updated after
                    903:          Request::construct exception changed
                    904: 
                    905:        * src/: classes/reflection.C, main/execute.C: Request::construct
                    906:          exception optimized
                    907: 
                    908:        * tests/: 371.html, results/371.processed: test for
                    909:          WWrapper.get_element call in $.name.key[value] code added
                    910:          (related to feature #1091)
                    911: 
                    912:        * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
                    913:          in $.name.key[value] code (related to feature #1091)
                    914: 
                    915: 2016-11-29  moko
                    916: 
                    917:        * src/classes/op.C: VS warning war
                    918: 
                    919:        * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
                    920:          C4239: nonstandard extension used : 'return' : conversion from
                    921:          'Value' to 'Value &' (related to feature #1020)
                    922: 
                    923:        * src/: main/execute.C, types/pa_vmethod_frame.h,
                    924:          types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
                    925:          used : 'return' : conversion from 'Value' to 'Value &' (related
                    926:          to feature #1020)
                    927: 
                    928:        * src/main/execute.C: VS warning war
                    929: 
                    930:        * src/targets/cgi/parser3.C: VS compatibility fix
                    931: 
                    932:        * src/include/pa_request.h: VS warning war
                    933: 
                    934:        * tests/: 370.html, results/370.processed: test for ^file::exec[
                    935:          ... $.stdin[$binary_file] ] added (related to bug #1044)
                    936: 
                    937:        * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
                    938:          include/pa_string.h, main/pa_exec.C: pa_exec now supports
                    939:          $.stdin[$binary_file] (fixes bug #1044)
                    940: 
                    941: 2016-11-28  moko
                    942: 
                    943:        * src/main/pa_exec.C: whitespace
                    944: 
                    945:        * src/main/pa_request.C: whitespace
                    946: 
                    947:        * tests/: 369.html, results/369.processed: test for
                    948:          $response:status usage added (related to feature #1099)
                    949: 
                    950:        * src/targets/cgi/parser3.C: HTTP response code used as exit status
                    951:          if < 100 (implements feature #1099)
                    952: 
                    953:        * src/targets/cgi/parser3.C: whitespace
                    954: 
                    955:        * src/targets/cgi/parser3.C: whitespace
                    956: 
                    957:        * tests/: 368.html, results/368.processed: test updated after
                    958:          ^reflection:filename[$method] added (related to feature #1053)
                    959: 
                    960:        * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
                    961:          main/compile.y, main/execute.C, main/pa_request.C,
                    962:          types/pa_vclass.h: filename -> filespec,
                    963:          ^reflection:filename[$method] added (related to feature #1053)
                    964: 
                    965: 2016-11-27  moko
                    966: 
                    967:        * tests/: 368.html, results/368.processed: test for
                    968:          reflection:filename[$class or object] added (related to feature
                    969:          #1053)
                    970: 
                    971:        * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
                    972:          types/pa_vstateless_class.h: ^reflection:filename[$class or
                    973:          object] added (implements feature #1053)
                    974: 
                    975: 2016-11-26  moko
                    976: 
                    977:        * src/: include/pa_request_info.h,
                    978:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
                    979:          remove_absolute_uri -> strip_absolute_uri
                    980: 
                    981: 2016-11-25  moko
                    982: 
                    983:        * src/: include/pa_request_info.h,
                    984:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
                    985:          request_info.remove_absolute_uri added to remove possible
                    986:          http://site.name/ from $request:uri (implements feature #1112)
                    987: 
                    988: 2016-11-24  moko
                    989: 
                    990:        * tests/: 367-curl.html, results/367-curl.processed: test for
                    991:          previous request headers clearing after redirect added (related
                    992:          to bug #1109)
                    993: 
                    994:        * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
                    995:          response headers from previous requests are now cleared, only
                    996:          last request headers are collected (fixes bug #1109)
                    997: 
                    998:        * tests/results/: 266.processed, 321.processed, 356.processed:
                    999:          tests results updated as method name now added to the resulting
                   1000:          hash for new syntax only (Imp1 compatimility fixed, related to
                   1001:          feature #1068)
                   1002: 
                   1003:        * src/classes/reflection.C: method name now added to the resulting
                   1004:          hash for new syntax only (Imp1 compatimility fixed, related to
                   1005:          feature #1068)
                   1006: 
                   1007:        * tests/results/366.processed: test for native and parser
                   1008:          implementation of ^use[] logic (related to feature #1074)
                   1009: 
                   1010:        * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
                   1011:          for native and parser implementation of ^use[] logic (related to
                   1012:          feature #1074)
                   1013: 
                   1014: 2016-11-23  moko
                   1015: 
                   1016:        * src/: classes/op.C, include/pa_request.h, main/compile.y,
                   1017:          main/pa_request.C: @USE file now implemented as ^use[file;
                   1018:          $.origin[origin_file] ] (implements feature #1074)
                   1019: 
1.109     moko     1020: 2016-11-21  moko
                   1021: 
1.110     moko     1022:        * tests/: 365.html, results/365.processed: test for $caller bugs in
                   1023:          3.4.4 and $caller.method now tested (related to feature #1110)
                   1024: 
                   1025:        * tests/: 364.html, results/364.processed: $caller usage in
                   1026:          different contexts now tested (related to feature #1110)
                   1027: 
                   1028:        * src/types/types.vcproj: +pa_vcaller_wrapper.h
                   1029: 
                   1030:        * src/types/Makefile.am: pa_vcaller_wrapper.h added
                   1031: 
1.109     moko     1032:        * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
                   1033:          types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
                   1034:          types/pa_vmethod_frame.h:  redesign: VCallerWrapper added and
                   1035:          used (implements feature #1110)
                   1036: 
                   1037: 2016-11-20  moko
                   1038: 
                   1039:        * src/types/pa_vdouble.h: whitespace
                   1040: 
                   1041: 2016-11-11  moko
                   1042: 
                   1043:        * tests/: 363.html, results/363.processed: more tests for feature
                   1044:          #1091 (how parser methods work in expression context)
                   1045: 
                   1046:        * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
                   1047:          expressions strings are now written as strings, not values by
                   1048:          write_as_string (related to feature #1091)
                   1049: 
                   1050:        * src/classes/op.C: to make more correct behavour in expression
                   1051:          context
                   1052: 
                   1053: 2016-11-07  moko
                   1054: 
                   1055:        * tests/: 362.html, results/362.processed: test for
                   1056:          xsltParseStylesheetDoc caching as xsl modification after it added
                   1057:          (related to bug #1108)
                   1058: 
                   1059:        * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
                   1060:          result now cached as xdoc is modified after it (fixes bug #1108)
                   1061: 
                   1062: 2016-11-06  moko
                   1063: 
                   1064:        * src/types/pa_vxdoc.h: whitespace
                   1065: 
                   1066: 2016-11-05  moko
                   1067: 
                   1068:        * src/types/pa_vmethod_frame.h: cleanup
                   1069: 
                   1070: 2016-11-03  moko
                   1071: 
                   1072:        * tests/results/244.processed: more correct exception after method
                   1073:          frames separation
                   1074: 
                   1075:        * src/types/pa_vmethod_frame.h: minor optimizaion
                   1076: 
                   1077:        * src/types/pa_method.h: optimization: params_count added
                   1078: 
                   1079:        * src/: classes/json.C, classes/op.C, classes/reflection.C,
                   1080:          include/pa_request.h, main/execute.C, main/pa_request.C,
                   1081:          types/pa_value.C, types/pa_vmethod_frame.C,
                   1082:          types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
                   1083:          VMethodFrame now divided into VNativeMethodFrame,
                   1084:          VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
                   1085:          EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
                   1086:          and used (related to feature #1104)
                   1087: 
                   1088: 2016-11-02  moko
                   1089: 
                   1090:        * src/: classes/bool.C, classes/curl.C, classes/date.C,
                   1091:          classes/double.C, classes/file.C, classes/hash.C,
                   1092:          classes/hashfile.C, classes/image.C, classes/inet.C,
                   1093:          classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
                   1094:          classes/memcached.C, classes/op.C, classes/reflection.C,
                   1095:          classes/regex.C, classes/string.C, classes/table.C,
                   1096:          classes/xdoc.C, classes/xnode.C, include/pa_request.h,
                   1097:          main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
                   1098:          r.write (implements feature #1091)
                   1099: 
                   1100:        * src/main/execute.C: cleanup (related to feature #1104)
                   1101: 
                   1102:        * src/: include/pa_request.h, main/execute.C,
                   1103:          types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
                   1104:          added, in_expression removed (implements feature #1104)
                   1105: 
                   1106: 2016-10-31  moko
                   1107: 
                   1108:        * src/types/pa_value.C: whitespace
                   1109: 
                   1110: 2016-10-28  moko
                   1111: 
                   1112:        * tests/results/244.processed: updated after error reporting fixed
                   1113:          in pa_wcontext.C
                   1114: 
                   1115:        * src/types/pa_wcontext.C: error reporting fixed
                   1116: 
                   1117:        * src/types/pa_wcontext.h: whitespace
                   1118: 
                   1119:        * src/classes/image.C: not fully readed entries are no longer
                   1120:          processed (fixes bug #1106)
                   1121: 
                   1122: 2016-10-26  moko
                   1123: 
                   1124:        * src/classes/image.C: whitespace
                   1125: 
                   1126:        * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
                   1127:          types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
                   1128:          types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
                   1129:          longer required (related to feature #1091)
                   1130: 
                   1131:        * tests/results/: 264.processed, 350.processed: test results update
                   1132:          reverted (whitespace optimization) after write_no_lang removed :)
                   1133:          (related to feature #1091)
                   1134: 
                   1135:        * src/: classes/file.C, classes/hash.C, classes/op.C,
                   1136:          classes/string.C, classes/table.C, classes/void.C,
                   1137:          classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
                   1138:          types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
                   1139:          equal write_pass_lang (related to feature #1091)
                   1140: 
                   1141:        * tests/results/: 264.processed, 350.processed: test results
                   1142:          updated (whitespace optimization) after write_assign_lang removed
                   1143:          (related to feature #1091)
                   1144: 
                   1145:        * tests/: 361.html, results/361.processed: test for non-string
                   1146:          ^untaint added (related to feature #1091)
                   1147: 
                   1148:        * src/: classes/curl.C, classes/date.C, classes/file.C,
                   1149:          classes/hash.C, classes/op.C, classes/string.C,
                   1150:          include/pa_request.h, main/execute.C: optimization:
                   1151:          write_assign_lang removed as not required (first part of feature
                   1152:          #1091 implementation)
                   1153: 
1.108     moko     1154: 2016-10-12  moko
                   1155: 
                   1156:        * tests/: 360.html, results/360.processed: more test code (related
                   1157:          to feature #1104)
                   1158: 
                   1159:        * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
                   1160:          include/pa_request.h, main/compile.y, main/execute.C: opcode
                   1161:          OP_PREPARE_TO_EXPRESSION removed as not required, optimized
                   1162:          WContext is next task (implements feature #1104)
                   1163: 
                   1164:        * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
                   1165:          / CO_WITHOUT_WCONTEXT
                   1166: 
                   1167:        * tests/: 360.html, results/360.processed: test for in expression
                   1168:          state (related to feature #1104)
                   1169: 
                   1170: 2016-10-11  moko
                   1171: 
                   1172:        * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
                   1173: 
                   1174:        * src/classes/op.C: default value removed from initializer
                   1175: 
                   1176:        * src/types/pa_vmemcached.C: FreeBSD 11 warning war
                   1177: 
                   1178:        * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
                   1179: 
                   1180: 2016-10-10  moko
                   1181: 
                   1182:        * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
                   1183:          $LOOP_LIMIT  -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
                   1184:          to feature #42)
                   1185: 
                   1186:        * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT  ->
                   1187:          $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
                   1188: 
                   1189: 2016-10-08  moko
                   1190: 
                   1191:        * src/classes/double.C: whitespace
                   1192: 
                   1193: 2016-10-07  moko
                   1194: 
                   1195:        * src/types/pa_vmethod_frame.h: reorder
                   1196: 
                   1197: 2016-10-06  moko
                   1198: 
                   1199:        * src/classes/date.C: typo
                   1200: 
                   1201:        * src/types/pa_vmethod_frame.h: whitespace + cleanup
                   1202: 
                   1203:        * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
                   1204:          classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
                   1205:          types/pa_vmethod_frame.h: params.get now returns Value&, not
                   1206:          Value*
                   1207: 
                   1208:        * src/types/pa_vmethod_frame.C: params.get should return Value&.
                   1209: 
                   1210:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
                   1211:          removed; first as_* code rewrite
                   1212: 
                   1213: 2016-10-05  moko
                   1214: 
                   1215:        * src/include/pa_request.h: whitespace
                   1216: 
                   1217:        * tests/: 359.html, results/359.processed: test for VCodeFrame and
                   1218:          intercept_string added (related to feature #1097)
                   1219: 
                   1220:        * src/: classes/image.C, classes/op.C, classes/table.C,
                   1221:          include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
                   1222:          optimization: intercept_string removed (implements feature #1097)
                   1223: 
                   1224:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
                   1225: 
                   1226:        * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
                   1227:          from VCodeFrame and WWrapper as not required
                   1228: 
                   1229: 2016-10-04  moko
                   1230: 
                   1231:        * src/: classes/curl.C, classes/date.C, classes/double.C,
                   1232:          classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
                   1233:          classes/int.C, classes/json.C, classes/op.C,
                   1234:          classes/reflection.C, classes/string.C, classes/table.C,
                   1235:          include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
                   1236:          proces_to_value -> process after StringOrValue removed (related
                   1237:          to feature #1020)
                   1238: 
                   1239:        * src/classes/form.C: whitespace
                   1240: 
                   1241:        * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
                   1242: 
                   1243:        * tests/: 357.html, 358.html, results/357.processed,
                   1244:          results/358.processed, results/auto.p: test for @conf
                   1245:          $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
                   1246: 
                   1247: 2016-10-03  moko
                   1248: 
                   1249:        * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
                   1250:          types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
                   1251:          supported (implements feature #42)
                   1252: 
                   1253:        * src/types/pa_vregex.h: no reason for VRegex to be
                   1254:          is_evaluated_expr
                   1255: 
                   1256:        * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
                   1257:          (implements feature #1095)
                   1258: 
                   1259: 2016-10-01  moko
                   1260: 
                   1261:        * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
                   1262:          false by default (related to feature #1089)
                   1263: 
                   1264: 2016-09-30  moko
                   1265: 
                   1266:        * src/types/pa_wcontext.h: cleanup
                   1267: 
                   1268: 2016-09-29  moko
                   1269: 
                   1270:        * src/main/execute.C: whitespace
                   1271: 
                   1272:        * src/include/pa_request.h: whitespace
                   1273: 
                   1274:        * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
                   1275:          classes/op.C, classes/table.C, include/pa_request.h,
                   1276:          main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
                   1277:          types/pa_vobject.C, types/pa_wcontext.h: optimization:
                   1278:          StringOrValue removed as it just slows down and adds complexity
                   1279:          (implements feature #1020)
                   1280: 
                   1281: 2016-09-28  moko
                   1282: 
                   1283:        * tests/: 356.html, results/266.processed, results/321.processed,
                   1284:          results/356.processed: tests updated after name was added to
                   1285:          method_info hash, test for ^reflection:method_info[junction]
                   1286:          added (related to feature #1068)
                   1287: 
                   1288:        * src/classes/reflection.C: ^reflection:method_info[junction] now
                   1289:          supported, method name added to the resulting hash (implements
                   1290:          feature #1068)
                   1291: 
                   1292:        * tests/: 276.html, results/276.processed: more tests for
                   1293:          ^reflection:delete[]
                   1294: 
                   1295:        * src/classes/reflection.C: fixed bug then ^reflection:delete
                   1296:          didn't work on class and could damage native objects (like file)
                   1297: 
                   1298: 2016-09-26  moko
                   1299: 
                   1300:        * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
                   1301:          results/345.processed, results/346-curl.processed,
                   1302:          results/347-curl.processed, results/348.processed: numbers added
                   1303:          to simplify diff analysis
                   1304: 
                   1305:        * tests/: 352.html, results/352.processed: test result updated as
                   1306:          method name used
                   1307: 
                   1308:        * src/classes/reflection.C: method name used
                   1309: 
                   1310:        * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
                   1311:          its name
                   1312: 
                   1313:        * src/types/pa_method.h: whitespace
                   1314: 
                   1315:        * src/classes/reflection.C: both method and field with one name can
                   1316:          exist.
                   1317: 
                   1318:        * src/classes/reflection.C: ^reflection:mixin added (implements
                   1319:          feature #1089)
                   1320: 
                   1321:        * tests/: 355.html, results/355.processed: property appears in
                   1322:          derived class if added in base test added
                   1323: 
                   1324:        * src/types/pa_vstateless_class.h: get_method declaration +
                   1325:          whitespace
                   1326: 
                   1327:        * tests/: 354.html, results/354.processed: nice test from method
                   1328:          and property with one name in class added
                   1329: 
                   1330: 2016-09-23  moko
                   1331: 
                   1332:        * src/classes/reflection.C: ^reflection:method usage documented
                   1333: 
                   1334: 2016-09-22  moko
                   1335: 
                   1336:        * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
                   1337:          we use 'dynamic_cast' on polymorphic type 'Value'. Without it
                   1338:          compile warning and GPF occures on VS2003 (related to feature
                   1339:          #1087)
                   1340: 
                   1341:        * tests/: 350.html, results/350.processed: test added for
                   1342:          $.encloser[] support in ^table::create (related to feature #11)
                   1343: 
                   1344:        * src/classes/table.C: another minor fix (related to feature #11)
                   1345: 
1.107     moko     1346: 2016-09-21  moko
                   1347: 
                   1348:        * src/include/pa_config_fixed.h: vs2015 compilation fixes
                   1349: 
                   1350:        * src/: classes/curl.C, classes/file.C, classes/hash.C,
                   1351:          classes/json.C, classes/string.C, classes/table.C,
                   1352:          classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
                   1353:          main/pa_common.C, main/pa_http.C, main/pa_request.C,
                   1354:          main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
                   1355:          types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
                   1356:          pa_charsets, vs2015 warning war
                   1357: 
                   1358:        * src/classes/table.C: vs2015 warning war
                   1359: 
                   1360:        * src/types/pa_vdate.C: vs2015 warning war
                   1361: 
                   1362:        * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
                   1363: 
                   1364:        * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
                   1365:          -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
                   1366: 
                   1367:        * src/main/pa_common.C: vs2015 compilation fixes
                   1368: 
                   1369:        * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
                   1370:          vs2015 compilation fixes
                   1371: 
                   1372:        * src/main/pa_charset.C: vs2015 warning war
                   1373: 
                   1374:        * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
                   1375: 
                   1376:        * src/main/pa_charset.C: vs2015 warning war
                   1377: 
                   1378:        * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
                   1379: 
                   1380:        * src/types/pa_vdate.C: vs2015 compilation fix
                   1381: 
                   1382:        * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
                   1383: 
                   1384:        * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
                   1385:          VS2015 compilation fixes
                   1386: 
                   1387:        * src/classes/table.C: minor fix (related to feature #11)
                   1388: 
                   1389:        * tests/results/282.processed: no longer skipping extra enclosers
                   1390:          (related to feature #11)
                   1391: 
                   1392:        * src/classes/table.C: minor fix + no longer skipping extra
                   1393:          enclosers (related to feature #11)
                   1394: 
                   1395:        * src/classes/table.C: minor optimization (related to feature #11)
                   1396: 
                   1397:        * src/classes/table.C: minor fix and optimization (related to
                   1398:          feature #11)
                   1399: 
                   1400: 2016-09-20  moko
                   1401: 
                   1402:        * tests/: 353.html, results/353.processed: test for
                   1403:          PC.cclass->is_vars_local() check in one_big_piece in ^process[]
                   1404:          added (related to bug #1090)
                   1405: 
                   1406:        * src/main/compile.y: PC.cclass->is_vars_local() check added for
                   1407:          one_big_piece (fixes bug #1090)
                   1408: 
                   1409:        * tests/: 229.html, results/229.processed: code coverage tests
                   1410: 
                   1411:        * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
                   1412:          body) was called
                   1413: 
                   1414:        * src/classes/op.C: whitespace
                   1415: 
                   1416:        * tests/: 323.html, results/323.processed: test for code junction
                   1417:          should not be returned by ^reflection:class, ^reflection:base
                   1418: 
                   1419:        * src/classes/reflection.C: bugfix: code junction should not be
                   1420:          returned by ^reflection:class, ^reflection:base
                   1421: 
                   1422:        * tests/: 323.html, 352.html, results/352.processed: no more
                   1423:          exception for ^reflection:method[class;no-such-method] (related
                   1424:          to feature #1087)
                   1425: 
                   1426:        * src/classes/reflection.C:
                   1427:          ^reflection:method[class;no-such-method] : exception -> void
                   1428:          (related to feature #1087)
                   1429: 
                   1430:        * src/include/pa_request.h: request::write_value added to allow
                   1431:          write value without convertion (related to issue #1091)
                   1432: 
                   1433: 2016-09-19  moko
                   1434: 
                   1435:        * src/main/pa_random.C: windows build fix
                   1436: 
                   1437:        * src/types/pa_vhash.h: warning war
                   1438: 
                   1439: 2016-09-14  moko
                   1440: 
                   1441:        * tests/: 352.html, 552.html, results/352.processed,
                   1442:          results/552.processed: test for ^reflection:method[] extension
                   1443:          added (related to feature #1087)
                   1444: 
                   1445:        * tests/: 552.html, results/552.processed: test for
                   1446:          ^reflection:method[] extension added (related to feature #1087)
                   1447: 
                   1448:        * src/classes/reflection.C: compatibility issue fixed, VClass
                   1449:          dynamic_cast check added (related to feature #1087)
                   1450: 
                   1451:        * tests/: 351.html, results/351.processed: test for @auto[]
                   1452:          inheritance bug diring ^process[] added (related to bug #1088)
                   1453: 
                   1454:        * src/: classes/op.C, main/pa_request.C,
                   1455:          types/pa_vstateless_class.C: set_method now checks for @auto[] to
                   1456:          disable it inheritance during ^process (fixes bug #1088)
                   1457: 
                   1458:        * src/classes/reflection.C: ^reflection:method[$class:method;$self]
                   1459:          added (implements feature #1087)
                   1460: 
                   1461: 2016-09-13  moko
                   1462: 
                   1463:        * tests/: 349.html, results/auto.p: test for objects prototyping
                   1464:          added and $OBJECT-PROTOTYPE(false) is used for old tests (related
                   1465:          to feature #1086)
                   1466: 
                   1467:        * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
                   1468:          types/pa_vobject.C: objects now are not class instances, but have
                   1469:          class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
                   1470:          in @conf (implements feature #1086)
                   1471: 
                   1472: 2016-09-08  moko
                   1473: 
                   1474:        * src/: classes/file.C, classes/mail.C, classes/string.C,
                   1475:          classes/table.C, main/pa_http.C, main/pa_string.C,
                   1476:          include/pa_string.h: cleanup: string::split limit argument
                   1477:          removed as no longer required, pos_after no longer reference
                   1478:          (related to feature #11)
                   1479: 
                   1480:        * src/classes/table.C, tests/results/348.processed: now exception
                   1481:          is rised when invalid option is passed to ^table::create[]
                   1482: 
                   1483:        * tests/: 282.cfg, 282.html, results/282.processed: more code
                   1484:          coverage tests
                   1485: 
                   1486:        * tests/: 348.html, results/348.processed: code coverage tests
                   1487:          added
                   1488: 
                   1489:        * tests/: 348.html, results/348.processed: generic ^table::create[]
                   1490:          tests
                   1491: 
                   1492:        * tests/: 035.html, results/035.processed, results/272.processed:
                   1493:          tests updated after $.encloser[] support for ^table::create
                   1494:          implementation (related to feature #11)
                   1495: 
                   1496:        * src/classes/table.C: $.encloser[] support for ^table::create
                   1497:          finally added (implements feature #11)
                   1498: 
                   1499: 2016-09-07  moko
                   1500: 
                   1501:        * src/include/pa_string.h: added StringSplitHelper as friend
                   1502:          (related to feature #11)
                   1503: 
                   1504:        * src/include/pa_string.h: body and langs now protected, not
                   1505:          private to allow inheritance (related to feature #11)
                   1506: 
                   1507:        * src/classes/table.C: lsplit optimized before cloning for
                   1508:          ^table::create with $.encloser[] (related to feature #11)
                   1509: 
                   1510:        * src/classes/table.C: optimizaion: TableControlChars.separators
                   1511:          added and used (related to feature #11)
                   1512: 
                   1513:        * src/classes/table.C: spelling:
                   1514: 
                   1515:          TableSeparators -> TableControlChars column -> separator
                   1516:          separators -> control_chars
                   1517: 
                   1518: 2016-09-06  moko
                   1519: 
                   1520:        * src/main/pa_string.C: whitespace
                   1521: 
                   1522:        * src/main/pa_string.C: whitespace
                   1523: 
                   1524: 2016-09-01  moko
                   1525: 
                   1526:        * tests/: 347-curl.html, results/347-curl.processed: to make tests
                   1527:          results OS-independent
                   1528: 
                   1529:        * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
                   1530:          compiler (related to feature #1042)
                   1531: 
                   1532: 2016-08-15  moko
                   1533: 
                   1534:        * src/include/pa_string.h: whitespace
                   1535: 
                   1536:        * src/classes/table.C: whitespace
                   1537: 
1.106     moko     1538: 2016-08-05  moko
                   1539: 
                   1540:        * tests/: 344.html, results/344.processed: test for
                   1541:          ^hash::create[$file] added (related to feature #1075)
                   1542: 
                   1543:        * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
                   1544:          supported (implements feature #1075)
                   1545: 
                   1546: 2016-08-04  moko
                   1547: 
                   1548:        * tests/: 341.html, results/341.processed: more code coverage tests
                   1549: 
                   1550:        * tests/: 346-curl.html, results/346-curl.processed: more code
                   1551:          coverage tests for curl
                   1552: 
                   1553:        * tests/: 346-curl.html, results/346-curl.processed: more code
                   1554:          coverage tests for curl
                   1555: 
                   1556:        * tests/: 223-curl.html, 223.html, results/223-curl.processed,
                   1557:          results/223.processed: code coverage tests: $.form[ $.table[] ]
                   1558:          test added
                   1559: 
                   1560:        * tests/: 223-curl.html, results/223-curl.processed: more code
                   1561:          coverage tests for curl
                   1562: 
                   1563: 2016-08-03  moko
                   1564: 
                   1565:        * src/classes/curl.C: dlink(curl_library) now called not once, but
                   1566:          until it will be loaded, allowing to find existing library.
                   1567: 
                   1568:        * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
                   1569:          results/347-curl.processed: more code coverage tests for curl
                   1570: 
                   1571:        * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
                   1572:          results/339-curl.processed, results/346-curl.processed: curl
                   1573:          functionality tests
                   1574: 
                   1575: 2016-08-02  moko
                   1576: 
                   1577:        * tests/: 339.html, results/339.processed: test for tables in
                   1578:          ^file:load[] and ^curl:load[] (commented) added (related to
                   1579:          feature #1042)
                   1580: 
                   1581:        * tests/: 345.html, results/345.processed: code coverage tests for
                   1582:          file class
                   1583: 
                   1584:        * tests/: 344.html, results/344.processed: code coverage tests
                   1585: 
                   1586:        * tests/: 344.html, results/344.processed: mdate removed from
                   1587:          output
                   1588: 
                   1589:        * src/classes/file.C: minor bugfix: is_text should be taked from
                   1590:          fcontent.is_text_mode() if not set (related to feature #1061)
                   1591: 
                   1592:        * tests/: 344.html, results/344.processed: more tests
                   1593: 
                   1594:        * tests/: 343.html, 344.html, results/343.processed,
                   1595:          results/344.processed: tests for ^file::create[ $.from-charset
                   1596:          and $.to-charset ] (related to feature #1061)
                   1597: 
                   1598:        * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
                   1599:          aset_text_mode argument optimized
                   1600: 
                   1601:        * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
                   1602:          checkBOM now used in detect_binary_content (related to feature
                   1603:          #1061)
                   1604: 
                   1605:        * src/main/pa_request.C: load_charset no longer required to_upper
                   1606: 
                   1607:        * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
                   1608:          preserves original file mode (if no $.mode specified)
                   1609: 
                   1610:        * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
                   1611:          ^file::create now supports $.from-charset[] and $.to-charset
                   1612:          options (implements feature #1061), automatic transcode is done
                   1613:          if text file is created from binary file and charset is detected.
                   1614: 
                   1615: 2016-07-30  moko
                   1616: 
                   1617:        * src/classes/table.C: ^t.hash[..;] now supported (related to
                   1618:          feature #1057)
                   1619: 
                   1620:        * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
                   1621:          added (related to feature #1057)
                   1622: 
                   1623:        * tests/: 286.html, results/286.processed: code tests coverage
                   1624: 
                   1625: 2016-07-29  moko
                   1626: 
                   1627:        * src/classes/table.C: table size should be checked inside menu and
                   1628:          foreach (related to feature #858)
                   1629: 
                   1630:        * src/: classes/curl.C, classes/file.C, classes/string.C,
                   1631:          classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
                   1632:          main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
                   1633:          types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
                   1634:          charsets.get now does str_upper inside (related to feature #1061)
                   1635: 
                   1636:        * tests/: 342.html, results/342.processed: more code coverage tests
                   1637: 
                   1638:        * tests/: 342.html, outputs/342.processed: table menu code coverage
                   1639:          + foreach test added (related to feature #858)
                   1640: 
                   1641:        * tests/: 341.html, results/341.processed: tests for
                   1642:          ^table.hash[]{code} added + code coverage tests (related to
                   1643:          feature #1057)
                   1644: 
                   1645:        * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
                   1646:          value} support (implements feature #1057)
                   1647: 
                   1648:        * src/classes/table.C: whitespace
                   1649: 
                   1650: 2016-07-28  moko
                   1651: 
                   1652:        * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
                   1653:          from URL, if not specified query string removed from url-based
                   1654:          filenames in ^curl:load[] and ^file::load[] (related to feature
                   1655:          #1042)
                   1656: 
                   1657: 2016-07-27  moko
                   1658: 
                   1659:        * tests/: 340.html, results/340.processed: test for
                   1660:          transcode_text_result=false added (related to issue #1042)
                   1661: 
                   1662: 2016-07-26  moko
                   1663: 
                   1664:        * src/types/pa_vfile.C: file name should not be empty (if file path
                   1665:          is folder and ends with /) (related to feature #1042)
                   1666: 
                   1667:        * src/main/pa_http.C: whitespace optimizaion
                   1668: 
                   1669:        * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
                   1670:          main/pa_common.C, main/pa_http.C: ^curl:load[] now support
                   1671:          multiple headers, ^file::load supports headers transcoding
                   1672:          (implements feature #1042)
                   1673: 
                   1674: 2016-07-25  moko
                   1675: 
                   1676:        * src/include/pa_common.h: PA_DEFAULT added
                   1677: 
                   1678: 2016-07-22  moko
                   1679: 
                   1680:        * tests/: 338.html, results/338.processed: test for
                   1681:          $date.field(value) added (related to feature #1066)
                   1682: 
                   1683:        * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
                   1684:          $date.field(value) now supported for y/m/d/h/m/s (implements
                   1685:          feature #1066)
                   1686: 
1.105     moko     1687: 2016-07-21  moko
                   1688: 
                   1689:        * src/: classes/file.C, classes/image.C, include/pa_common.h,
                   1690:          main/pa_common.C: pa_common.h: File_read_action: fname, as_text
                   1691:          arguments removed; image.C - absolute path shown in exception
                   1692:          (implements feature #1071)
                   1693: 
                   1694:        * tests/: 235.html, results/235.processed: test and test result
                   1695:          updated after static boundary in mail and Errors-To: mail header
                   1696:          removed (related to feature #1047)
                   1697: 
                   1698:        * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
                   1699:          main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
                   1700:          used, static boundary in mail removed, Errors-To: mail header
                   1701:          removed (implements feature #1047)
                   1702: 
                   1703: 2016-07-20  moko
                   1704: 
                   1705:        * src/: classes/reflection.C, types/pa_vstateless_class.h:
                   1706:          equest.classes(): Value -> VStateless_class, part 3 (related to
                   1707:          issue #1051)
                   1708: 
                   1709:        * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
                   1710:          request.classes(): Value -> VStateless_class, part 2 (related to
                   1711:          issue #1051)
                   1712: 
                   1713:        * tests/results/: 224.processed, 323.processed: classes without
                   1714:          methods should not be methoded (related to issue #1051)
                   1715: 
                   1716:        * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
                   1717:          main/compile_tools.h, main/pa_request.C: request.classes(): Value
                   1718:          -> VStateless_class, part 1 (related to issue #1051)
                   1719: 
                   1720:        * tests/: 337.html, results/337.processed: test for
                   1721:          ^reflection:fields_reference[] and VHashReference class added
                   1722:          (related to feature #1072)
                   1723: 
                   1724:        * src/: classes/hash.C, classes/json.C, classes/reflection.C,
                   1725:          types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
                   1726:          and VHashReference added, allowing ^reflection:fields_reference[]
                   1727:          implementation (closes feature #1072)
                   1728: 
                   1729: 2016-07-19  moko
                   1730: 
                   1731:        * tests/: 323.html, results/323.processed: we want to see
                   1732:          "methoded"
                   1733: 
                   1734:        * tests/: 336.html, results/336.processed: test for $BASE:property
                   1735:          and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
                   1736:          #1059)
                   1737: 
                   1738:        * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
                   1739:          types/pa_vstateless_class.h, types/pa_wcontext.h: no more
                   1740:          somebody_entered_some_class, $BASE:property works again,
                   1741:          ^BASE:method[] bugs fixed (fixes bug #1059)
                   1742: 
                   1743: 2016-07-14  moko
                   1744: 
                   1745:        * tests/: 335.html, results/335.processed: test for feature #1055
                   1746:          added
                   1747: 
                   1748:        * src/classes/hash.C: bugfix: $._default was not copied if empty
                   1749:          feature: ^hash.contains[_default] added (implements feature
                   1750:          #1055)
                   1751: 
                   1752: 2016-07-13  moko
                   1753: 
                   1754:        * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
                   1755:          should not call @autouse (http://www.parser.ru/forum/?id=83480)
                   1756: 
                   1757: 2016-07-05  moko
                   1758: 
                   1759:        * src/classes/hash.C: Optimization: HashStringValue::Iterator used
                   1760:          in ^hash.foreach (related to feature #1073)
                   1761: 
                   1762: 2016-07-04  moko
                   1763: 
                   1764:        * tests/: 134.html, 281.html, results/134.processed,
                   1765:          results/281.processed: tests updated after hash blocking removed
                   1766:          (related to feature #1073)
                   1767: 
                   1768:        * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
                   1769:          no longer blocks on change during foreach (implements feature
                   1770:          #1073)
                   1771: 
                   1772: 2016-06-17  moko
                   1773: 
                   1774:        * tests/: 330.html, results/330.processed: try exception source
                   1775:          test added (related to bug in #1062)
                   1776: 
                   1777:        * tests/: 334.html, results/334.processed: Exception stack trace
                   1778:          test added (related to bug in $1062)
                   1779: 
                   1780:        * src/classes/op.C: Exception trace now correctly restored and
                   1781:          errors reported (related to bug #1062)
                   1782: 
1.104     moko     1783: 2016-05-25  moko
                   1784: 
                   1785:        * src/main/compile.y: minor cleanup + beauty
                   1786: 
                   1787: 2016-05-24  moko
                   1788: 
                   1789:        * tests/: 333.html, results/333.processed: more exceptions testing
                   1790: 
                   1791:        * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
                   1792:          _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
                   1793:          features #1056, #1026)
                   1794: 
                   1795:        * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
                   1796:          types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
                   1797:          types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
                   1798:          (implements feature #1056)
                   1799: 
                   1800:        * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
                   1801:          main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
                   1802:          types/pa_vstateless_class.C, types/pa_vstateless_class.h:
                   1803:          CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
                   1804:          feature #1026)
                   1805: 
                   1806:        * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
                   1807:          main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
                   1808:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
                   1809:          have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
                   1810:          LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
                   1811:          feature #1026)
                   1812: 
                   1813:        * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
                   1814:          main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
                   1815:          types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
                   1816:          SYMBOLS_CACHING define implemented (related to feature #1026)
                   1817: 
                   1818:        * src/main/main.vcproj: + ps_symbols
                   1819: 
                   1820:        * src/: include/Makefile.am, include/pa_string.h,
                   1821:          include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
                   1822:          main/compile.y, main/compile_tools.C, main/pa_symbols.C,
                   1823:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   1824:          types/pa_vstateless_class.C: initial implementation for symbols
                   1825:          cache (related to feature #1026)
                   1826: 
                   1827:        * src/: include/pa_common.h, main/pa_http.C: minor cleanup
                   1828: 
                   1829:        * src/main/pa_globals.C: minor cleanup
                   1830: 
                   1831: 2016-05-19  moko
                   1832: 
                   1833:        * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
                   1834:          (related to feature #1046)
                   1835: 
                   1836:        * tests/: 331.html, results/331.processed: test for
                   1837:          BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
                   1838:          (related to feature #1051)
                   1839: 
                   1840:        * src/main/compile.y:
                   1841:          BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
                   1842:          (implements feature #1054)
                   1843: 
                   1844: 2016-05-18  moko
                   1845: 
                   1846:        * src/types/pa_vtable.C, tests/results/324.processed: no more
                   1847:          "column not found" exception for ^table.no-such-method[] (related
                   1848:          to feature #1046)
                   1849: 
                   1850:        * tests/: 261.html, results/261.processed: test added and updated
                   1851:          after feature #1046 implementation
                   1852: 
                   1853:        * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
                   1854:          types/pa_vvoid.h: $string.anything works for whitespace strings,
                   1855:          ^string.contains added for hash compatibility, $string.method no
                   1856:          longer returns stting method (implements feature #1046)
                   1857: 
                   1858: 2016-05-12  moko
                   1859: 
                   1860:        * src/classes/curl.C: content-type response header no longer
                   1861:          ignored (fixes issue #1045)
                   1862: 
                   1863:        * tests/: 330.html, results/330.processed: test for incomplete
                   1864:          finally execution when break occures added (related to issue
                   1865:          #1077)
                   1866: 
                   1867:        * src/classes/op.C: bugfix: Request::skip reset is called before
                   1868:          executing catch and finally code (fixes issue #1062)
                   1869: 
                   1870: 2016-05-11  moko
                   1871: 
                   1872:        * tests/: 329.html, results/329.processed: test for invalid
                   1873:          ^break[] behavour added (bug #1077)
                   1874: 
                   1875:        * src/classes/op.C: try_catch code cleanup (related to bug #1062)
                   1876: 
                   1877: 2016-04-24  moko
                   1878: 
                   1879:        * src/types/pa_vstateless_class.h: warning war
                   1880: 
                   1881: 2016-04-17  moko
                   1882: 
                   1883:        * tests/: 328.html, results/328.processed: test for
                   1884:          ^break(condition) and ^continue(condition) (related to feature
                   1885:          #1063)
                   1886: 
                   1887:        * src/classes/op.C: ^break(condition) and ^continue(condition)
                   1888:          implemented (feature #1063)
                   1889: 
                   1890: 2016-04-12  moko
                   1891: 
                   1892:        * tests/results/280.processed: ordered hash now used for class
                   1893:          methods and properties (test results updated for feature #1069)
                   1894: 
                   1895:        * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
                   1896:          to xdoc.C as under FreeBSD it was inited after and inheritance
                   1897:          failed (related to issue #1051)
                   1898: 
                   1899:        * tests/: 320.html, results/320.processed: xdoc and xnode methods
                   1900:          are printed to check inheritance (related to feature #1051)
                   1901: 
1.103     moko     1902: 2016-04-09  moko
                   1903: 
                   1904:        * tests/results/320.processed: ordered hash now used for class
                   1905:          methods and properties (test results updated for feature #1069)
                   1906: 
                   1907:        * src/types/pa_vstateless_class.h: ordered hash now used for class
                   1908:          methods and properties (implements feature #1069)
                   1909: 
                   1910:        * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
                   1911:          pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
                   1912:          OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
                   1913:          feature #1051)
                   1914: 
                   1915: 2016-04-07  moko
                   1916: 
                   1917:        * src/main/execute.C: returned Value in .CLASS case for VJunction
                   1918:          (related to feature #1051)
                   1919: 
                   1920:        * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
                   1921:          pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
                   1922:          string constants deduplication (related to feature #1051)
                   1923: 
                   1924:        * tests/results/224.processed: test result updated (related to
                   1925:          feature #1051)
                   1926: 
                   1927:        * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
                   1928:          types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
                   1929:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
                   1930:          types/pa_vstatus.h: classes hash now contains only
                   1931:          VStateless_class derived objects, .CLASS is also allways
                   1932:          VStateless_class derived object (related to feature #1051).
                   1933: 
                   1934: 2016-04-06  moko
                   1935: 
                   1936:        * tests/results/323.processed: test result updated after feature
                   1937:          #1051 implementation
                   1938: 
                   1939:        * src/: classes/classes.h, classes/op.C, classes/response.C,
                   1940:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   1941:          main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
                   1942:          types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
                   1943:          types/pa_vresponse.C, types/pa_vresponse.h,
                   1944:          types/pa_vstateless_class.h: base -> methoded_donor for static
                   1945:          classes, type() moved from VStateless_class to VClass and
                   1946:          Methoded (implements feature #1051)
                   1947: 
                   1948: 2016-04-04  moko
                   1949: 
                   1950:        * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
                   1951:          beauty: put_class added (related to feature #1051)
                   1952: 
                   1953: 2016-04-01  moko
                   1954: 
                   1955:        * tests/results/: 175.processed, 192.processed, 224.processed,
                   1956:          229.processed, 244.processed, 246.processed, 316.processed: test
                   1957:          results updated as class.type() removed from error messages, only
                   1958:          type() left (related to feature #1051)
                   1959: 
                   1960:        * src/: classes/classes.C, classes/classes.h, classes/mail.C,
                   1961:          classes/op.C, classes/reflection.C, main/compile.y,
                   1962:          main/compile_tools.h, main/execute.C, main/pa_request.C,
                   1963:          types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
                   1964:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   1965:          types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
                   1966:          from VStateless_class, type() is used instead (related to feature
                   1967:          #1051)
                   1968: 
                   1969:        * src/classes/mail.C: old logic restored.
                   1970: 
                   1971:        * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
                   1972:          classes/classes.h, classes/curl.C, classes/date.C,
                   1973:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   1974:          classes/hashfile.C, classes/image.C, classes/inet.C,
                   1975:          classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
                   1976:          classes/memcached.C, classes/memory.C, classes/reflection.C,
                   1977:          classes/regex.C, classes/response.C, classes/string.C,
                   1978:          classes/table.C, classes/xdoc.C, classes/xnode.C,
                   1979:          types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
                   1980:          types/pa_vmemory.h: optimizaion: *_base_class removed (related to
                   1981:          feature #1051)
                   1982: 
                   1983: 2016-03-30  moko
                   1984: 
                   1985:        * tests/: 327.html, results/224.processed, results/327.processed:
                   1986:          test for TZ specification in ^date::create[], TZ is kept during
                   1987:          ^date::create[$dt] (related to feature #1048)
                   1988: 
                   1989:        * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
                   1990:          ^date::create[], TZ is kept during ^date::create[$dt] (implements
                   1991:          feature #1048)
                   1992: 
                   1993: 2016-03-29  moko
                   1994: 
                   1995:        * tests/: 315.html, results/315.processed: test for timezone format
                   1996:          +HHmm added (related to feature #1065)
                   1997: 
                   1998:        * src/classes/date.C: timezone format +HHmm now supported
                   1999:          (implements feature #1065)
                   2000: 
                   2001: 2016-03-28  moko
                   2002: 
                   2003:        * tests/: 202.html, results/131.processed, results/202.processed,
                   2004:          results/224.processed, results/256.processed,
                   2005:          results/315.processed: test results updated after %.2d now
                   2006:          default for hours offset in iso-string (was %2d), test for
                   2007:          ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
                   2008:          added (related to feature #1065)
                   2009: 
                   2010: 2016-03-27  moko
                   2011: 
                   2012:        * src/types/pa_vdate.C: '+' sign for zero offset (related to
                   2013:          feature #1065)
                   2014: 
                   2015:        * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
                   2016:          ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
                   2017:          added (implements feature #1065)
                   2018: 
                   2019: 2016-03-24  moko
                   2020: 
                   2021:        * tests/: 202.html, results/202.processed: test $date.week added
                   2022:          (related to bug #1067)
                   2023: 
                   2024:        * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
                   2025:          date (fix for bug #1067)
                   2026: 
                   2027: 2016-03-10  moko
                   2028: 
                   2029:        * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
                   2030: 
1.102     moko     2031: 2015-12-07  moko
                   2032: 
                   2033:        * tests/: 326.html, results/326.processed: test for .CLASS &
                   2034:          .CLASS_NAME optimization added (related to feature #844)
                   2035: 
                   2036: 2015-11-17  moko
                   2037: 
                   2038:        * tests/: 323.html, results/323.processed: order added
                   2039: 
                   2040:        * tests/: 325.html, results/325.processed: double range test added
                   2041:          (related to bug #1049)
                   2042: 
                   2043: 2015-11-16  moko
                   2044: 
                   2045:        * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
                   2046:          added to disallow NaN and Infinity (fixes bug #1049)
                   2047: 
                   2048: 2015-11-11  moko
                   2049: 
                   2050:        * tests/324.html: parser 3.4.3 execution support added (related to
                   2051:          feature #1017)
                   2052: 
                   2053:        * tests/: 324.html, results/324.processed: test for
                   2054:          GET_ELEMENT4CALL feature added (feature #1017)
                   2055: 
1.101     moko     2056: 2015-10-29  moko
                   2057: 
                   2058:        * operators.txt: updated for 3.4.4
                   2059: 
                   2060:        * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
                   2061: 
                   2062:        * src/main/pa_exec.C: get_exit_status implemented for Windows
                   2063:          (related to bug #1043)
                   2064: 
                   2065: 2015-10-28  moko
                   2066: 
                   2067:        * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
                   2068:          hangup during ^file::exec (fixes bug #1043)
                   2069: 
1.100     moko     2070: 2015-10-27  moko
                   2071: 
                   2072:        * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
                   2073: 
1.99      moko     2074: 2015-10-26  moko
                   2075: 
1.100     moko     2076:        * tests/322.html, src/classes/reflection.C: arguments reorder
                   2077:          (related to issue #1041)
                   2078: 
                   2079:        * src/: classes/classes.awk, main/helpers/simple_folding.pl:
                   2080:          Copyright year updated
                   2081: 
1.99      moko     2082:        * src/: classes/bool.C, classes/classes.C, classes/classes.h,
                   2083:          classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
                   2084:          classes/form.C, classes/hash.C, classes/hashfile.C,
                   2085:          classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
                   2086:          classes/mail.C, classes/math.C, classes/memcached.C,
                   2087:          classes/memory.C, classes/op.C, classes/reflection.C,
                   2088:          classes/regex.C, classes/response.C, classes/string.C,
                   2089:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   2090:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   2091:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   2092:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   2093:          include/pa_dictionary.h, include/pa_dir.h,
                   2094:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   2095:          include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
                   2096:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                   2097:          include/pa_pool.h, include/pa_random.h, include/pa_request.h,
                   2098:          include/pa_request_charsets.h, include/pa_request_info.h,
                   2099:          include/pa_sapi.h, include/pa_socks.h,
                   2100:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   2101:          include/pa_stack.h, include/pa_string.h,
                   2102:          include/pa_stylesheet_connection.h,
                   2103:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   2104:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   2105:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   2106:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   2107:          lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
                   2108:          lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
                   2109:          lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
                   2110:          lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
                   2111:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   2112:          main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
                   2113:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
                   2114:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   2115:          main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
                   2116:          main/pa_os.C, main/pa_pool.C, main/pa_random.C,
                   2117:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   2118:          main/pa_string.C, main/pa_stylesheet_connection.C,
                   2119:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   2120:          main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
                   2121:          sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
                   2122:          targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
                   2123:          targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
                   2124:          targets/cgi/parser3.C, targets/isapi/pa_threads.C,
                   2125:          targets/isapi/parser3isapi.C, types/pa_junction.h,
                   2126:          types/pa_method.h, types/pa_property.h, types/pa_value.C,
                   2127:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                   2128:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   2129:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
                   2130:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
                   2131:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   2132:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
                   2133:          types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
                   2134:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   2135:          types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
                   2136:          types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
                   2137:          types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
                   2138:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   2139:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
                   2140:          types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   2141:          types/pa_vresponse.C, types/pa_vresponse.h,
                   2142:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   2143:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   2144:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   2145:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                   2146:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   2147:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   2148:          types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
                   2149: 
                   2150:        * src/targets/cgi/parser3.C: year updated
                   2151: 
                   2152:        * src/classes/reflection.C: VS2003 compatibility fixed (related to
                   2153:          issue #1041)
                   2154: 
                   2155:        * tests/: 323.html, results/323.processed: test for base classes
                   2156:          added
                   2157: 
                   2158:        * tests/: 261.html, results/261.processed: updated after better
                   2159:          error reporting done for $string.key exception
                   2160: 
                   2161:        * src/types/pa_vstring.h: better error report for $string.key
                   2162:          exception
                   2163: 
                   2164:        * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
                   2165:          copied as VObject::get_element4call to remove extra virtual call
                   2166: 
                   2167:        * tests/: 322.html, results/322.processed: test for
                   2168:          ^reflection:is[] added (related to feature #1041)
                   2169: 
                   2170:        * src/classes/reflection.C: ^reflection:is empty value is void
                   2171:          (related to feature #1041)
                   2172: 
                   2173:        * src/classes/reflection.C:
                   2174:          ^reflection:is[class_name|code|method;[context;]element_name]
                   2175:          added (implements feature #1041)
                   2176: 
                   2177: 2015-10-24  moko
                   2178: 
                   2179:        * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
                   2180: 
1.98      moko     2181: 2015-10-22  moko
                   2182: 
                   2183:        * tests/: 321.html, results/321.processed: test for
                   2184:          ^reflection:method_info[] file detection added
                   2185: 
                   2186:        * tests/: 320.html, results/320.processed: test for
                   2187:          ^reflection:class_by_name[class_name] added (related to feature
                   2188:          #993)
                   2189: 
                   2190:        * src/classes/reflection.C: ^reflection:class_by_name[class_name]
                   2191:          added (implements feature #993)
                   2192: 
                   2193:        * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
                   2194:          (related to feature #1017)
                   2195: 
                   2196:        * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
                   2197:          added (related to issue #1039)
                   2198: 
                   2199:        * src/main/pa_request.C: ^throw origin fixed (related to feature
                   2200:          #1039)
                   2201: 
                   2202:        * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
                   2203:          for VDate
                   2204: 
                   2205:        * tests/results/182.processed: updated after feature #1038
                   2206:          implemented
                   2207: 
                   2208:        * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
                   2209:          compile-time exception origin added (test for feature #1039)
                   2210: 
                   2211:        * src/: include/pa_request.h, main/compile.C, main/compile.y,
                   2212:          main/pa_request.C: exception unification: compile-time exceptions
                   2213:          now have origin, @USE origins also tracked (implements feature
                   2214:          #1039)
                   2215: 
                   2216: 2015-10-20  moko
                   2217: 
                   2218:        * src/main/pa_request.C: cleanup
                   2219: 
                   2220: 2015-10-15  moko
                   2221: 
                   2222:        * src/types/pa_vtable.C: defines fixed (related to feature #1017)
                   2223: 
                   2224:        * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
                   2225:          types/pa_vtable.C: new feature: no more $table.method and
                   2226:          $hash.method, aliases for _at, _count, _key (related to feature
                   2227:          #1017)
                   2228: 
1.97      moko     2229: 2015-10-14  moko
                   2230: 
1.98      moko     2231:        * tests/: 317.html, results/317.processed: test for
                   2232:          ^string.unescape[] added (related to feature #120)
                   2233: 
1.97      moko     2234:        * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
                   2235:          defined" bug (described in issue #1036)
                   2236: 
                   2237:        * tests/: 247.html, results/247.processed: test for checkBOM added
                   2238:          (test for bug #1037)
                   2239: 
                   2240:        * src/: include/pa_charsets.h, main/pa_charsets.C,
                   2241:          main/pa_common.C, main/pa_http.C: checkBOM detects charset if
                   2242:          it's not enforced, skips BOM signature if it complies charset
                   2243:          (fixes bug #1037)
                   2244: 
                   2245: 2015-10-13  moko
                   2246: 
                   2247:        * src/targets/cgi/parser3.vcproj: disabling buggy incremental
                   2248:          linking
                   2249: 
                   2250:        * src/classes/inet.C: vs2003 compilation fix
                   2251: 
                   2252:        * src/classes/math.C: warning war
                   2253: 
                   2254:        * src/lib/punycode/pa_punycode.c: warning war
                   2255: 
                   2256: 2015-10-12  moko
                   2257: 
                   2258:        * src/lib/punycode/pa_punycode.c: warning war
                   2259: 
                   2260:        * parser3.sln: moved parser3 first, to make it default startup
                   2261:          project
                   2262: 
                   2263:        * buildall: parser "mirror" now used for external libs sources
                   2264:          (implements feature #1036)
                   2265: 
                   2266:        * buildall: most external libs are updated to their current
                   2267:          versions (related to feature #1036)
                   2268: 
                   2269:        * src/classes/image.C: more tags added
                   2270: 
                   2271:        * src/: include/pa_memory.h, types/pa_vdate.C: warning war
                   2272: 
                   2273: 2015-10-11  moko
                   2274: 
                   2275:        * src/classes/curl.C: minor optimization (related to feature #1035)
                   2276: 
                   2277: 2015-10-09  moko
                   2278: 
                   2279:        * src/classes/curl.C: pa_strdup added for strings from curl
                   2280:          (related to feature #1035)
                   2281: 
                   2282:        * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
                   2283:          ULLONG_MAX definition
                   2284: 
                   2285:        * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
                   2286:          (implements feature #1035)
                   2287: 
                   2288:        * src/main/pa_charset.C: String::Body(String::C) used
                   2289: 
                   2290:        * src/main/pa_charset.C: exceptions unified
                   2291: 
                   2292:        * src/: include/pa_charset.h, main/pa_charset.C: declarations
                   2293:          unified
                   2294: 
                   2295:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   2296:          classes/op.C, classes/xdoc.C, classes/xnode.C,
                   2297:          include/pa_string.h, main/pa_request.C, main/pa_string.C,
                   2298:          types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
                   2299:          types/pa_vxdoc.C: explicit String::Body(char) calls removed;
                   2300:          String::Body(String::C) constructor added (related to bug #957)
                   2301: 
                   2302:        * src/classes/file.C: minor optimization
                   2303: 
                   2304:        * src/include/pa_hash.h: hash.get(char*) added, to minimize
                   2305:          Cord(char*) autocreation (related to bug #957)
                   2306: 
                   2307:        * src/: classes/string.C, main/untaint.C: minor optimizations
                   2308: 
                   2309:        * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
                   2310:          String(char*, Lang, length) removed, String(C(), Lang) used
                   2311:          instead (related to bug #957)
                   2312: 
                   2313: 2015-10-08  moko
                   2314: 
                   2315:        * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
                   2316:          lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
                   2317:          main/untaint.C: Now char * is converted to CORD only using
                   2318:          AS_CORD() to check for empty cord bug (fixes bug #957)
                   2319: 
                   2320:        * src/include/pa_hash.h: fixed compilation without
                   2321:          HASH_CODE_CACHING
                   2322: 
                   2323:        * src/classes/string.C:
                   2324:          ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
                   2325:          feature #120)
                   2326: 
                   2327:        * src/main/pa_common.C: reduce js flags checks count (related to
                   2328:          feature #120)
                   2329: 
1.96      moko     2330: 2015-10-07  moko
                   2331: 
                   2332:        * tests/: 275.html, results/275.processed: test modified after
                   2333:          unsigned long long int support implemented (feature #1034)
                   2334: 
                   2335:        * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
                   2336:          pa_atoul added for unsigned long long int support
                   2337: 
                   2338: 2015-10-06  moko
                   2339: 
                   2340:        * src/types/pa_vdate.C: INT_MAX used
                   2341: 
                   2342: 2015-10-03  moko
                   2343: 
                   2344:        * tests/: 302.html, results/302.processed: test for bug #1023
                   2345:          (\u2028, \u2029 escaping) added
                   2346: 
                   2347:        * src/main/untaint.C: \u2028, \u2029 are now escaped in
                   2348:          json:string[] (fixes bug #1023)
                   2349: 
                   2350: 2015-09-29  moko
                   2351: 
                   2352:        * tests/305.html: try-catch added for OS without ipv6 support
                   2353: 
                   2354:        * src/lib/json/pa_json.C: more unique prefixes for Solaris
                   2355:          compilation
                   2356: 
                   2357:        * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
                   2358:          main/execute.C, types/pa_value.h, types/pa_vhash.h,
                   2359:          types/pa_vtable.C, types/pa_vtable.h: get_element4call
                   2360:          implemented to distinguish ^hash.method from $hash.field
                   2361:          (implements feature #1017)
                   2362: 
                   2363:        * src/lib/punycode/pa_punycode.c: warning war
                   2364: 
                   2365:        * src/include/pa_config_includes.h: warning war
                   2366: 
                   2367:        * src/include/pa_config_includes.h: pragma warning actualized a bit
                   2368: 
                   2369:        * src/include/pa_config_includes.h: warning war
                   2370: 
                   2371:        * src/include/pa_hash.h: clang compilation fix
                   2372: 
                   2373: 2015-09-27  moko
                   2374: 
                   2375:        * src/main/compile.tab.C: Bison 3 is now default
                   2376: 
                   2377:        * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
                   2378: 
                   2379: 2015-09-25  moko
                   2380: 
                   2381:        * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
                   2382:          works with undefined HASH_ORDER (related to feature #196)
                   2383: 
                   2384: 2015-09-24  moko
                   2385: 
                   2386:        * tests/: 027.html, results/027.processed: test modified to test
                   2387:          ^hash.sort (feature #196)
                   2388: 
                   2389:        * src/: classes/hash.C, include/pa_hash.h:
                   2390:          ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
                   2391:          added (implements feature #196)
                   2392: 
                   2393:        * tests/: 316.html, results/316.processed: Added test for bug #1025
                   2394:          (exception handling in non-cached ^cache), plus for "it does not
                   2395:          have logical value" and "$exception.handled value must be either
                   2396:          boolean or string 'cache'" exceptions.
                   2397: 
                   2398:        * src/classes/op.C: ^cache: exceptions now handled in non-cached
                   2399:          code (fixes bug #1025)
                   2400: 
1.95      moko     2401: 2015-09-23  moko
                   2402: 
                   2403:        * src/classes/table.C: warning war
                   2404: 
                   2405:        * src/: classes/math.C, types/pa_vcookie.C: warning war
                   2406: 
                   2407:        * src/classes/file.C: warning war
                   2408: 
                   2409:        * src/: include/pa_table.h, main/pa_table.C: warning war
                   2410: 
                   2411:        * src/: main/pa_request.C, classes/date.C: warning war
                   2412: 
                   2413:        * src/: types/pa_vdate.C, classes/op.C: warning war
                   2414: 
                   2415:        * tests/: 122.html, results/122.processed: win sync: to remove
                   2416:          differences with OS that doesn't keep timezone change history
                   2417: 
                   2418:        * src/types/pa_vdate.C: tzset() should be called in Windows after
                   2419:          TZ change (related to feature #36)
                   2420: 
                   2421:        * tests/: 075.html, results/075.processed: win sync: to remove
                   2422:          differences with OS that doesn't keep timezone change history
                   2423: 
                   2424:        * tests/: 315.html, results/315.processed: win sync: to remove
                   2425:          differences with OS that doesn't keep timezone change history
                   2426: 
                   2427:        * tests/: 256.html, results/256.processed: win sync: to remove
                   2428:          differences with OS that doesn't keep timezone change history
                   2429: 
                   2430:        * tests/: 124.html, results/124.processed: win results sync: to
                   2431:          avoid hitting time change hole.
                   2432: 
                   2433:        * src/types/pa_vdate.C: static returned. :)
                   2434: 
                   2435: 2015-09-22  moko
                   2436: 
                   2437:        * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
                   2438: 
                   2439:        * tests/results/131.processed: more tests for feature #1032
                   2440: 
                   2441:        * src/classes/date.C: minor fix related to feature #1032
                   2442: 
                   2443:        * operators.txt: ISO date creation documented (related to feature
                   2444:          #1032)
                   2445: 
                   2446:        * operators.txt: iso-string documented (related to feature #1032)
                   2447: 
                   2448:        * tests/: 315.html, results/315.processed: more tests added
                   2449:          (related to feature #1032)
                   2450: 
                   2451:        * tests/: 131.html, results/131.processed: date range checks
                   2452:          updated (related to feature #36)
                   2453: 
                   2454:        * tests/: 315.html, results/057.processed, results/315.processed:
                   2455:          test added for ISO date support (related to issue #315)
                   2456: 
                   2457:        * src/classes/date.C: more readable exceptions in date creation
                   2458:          (related to ticket #1032)
                   2459: 
                   2460: 2015-09-18  moko
                   2461: 
                   2462:        * tests/: 202.html, results/202.processed: ^date.iso-string[] check
                   2463:          added (related to issue #1032)
                   2464: 
                   2465:        * tests/results/256.processed, src/classes/json.C: iso-string
                   2466:          documented (related to issue #1032)
                   2467: 
                   2468:        * tests/: 256.html, results/256.processed: ISO date check added
                   2469:          (related to issue #1032)
                   2470: 
                   2471:        * tests/: 057.html, results/057.processed, results/224.processed:
                   2472:          tests results updated after ISO date support implemented (related
                   2473:          to feature #1032)
                   2474: 
                   2475:        * src/: classes/date.C, classes/image.C, types/pa_value.h,
                   2476:          types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
                   2477:          ^date::create[string] constructor formalized, ^date.iso-string[]
                   2478:          added (implements feature #1032)
                   2479: 
                   2480: 2015-09-05  moko
                   2481: 
                   2482:        * operators.txt: actualized
                   2483: 
                   2484:        * operators.txt: date changes documented (related to ticket #36)
                   2485: 
                   2486: 2015-09-04  moko
                   2487: 
                   2488:        * src/types/pa_vdate.C: warning war
                   2489: 
                   2490:        * src/: classes/op.C, types/pa_vhashfile.C: warning war
                   2491: 
                   2492: 2015-09-03  moko
                   2493: 
                   2494:        * tests/results/096.processed: test result updated for 0..9999 year
                   2495:          date range support (related to feature #36)
                   2496: 
                   2497:        * tests/: 314.html, results/314.processed: test for
                   2498:          ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
                   2499:          bug #1031)
                   2500: 
                   2501:        * src/classes/string.C: Static calls fixed for ^string:base64[],
                   2502:          ^string:idna[], ^string:js-escape[] (closes bug #1031)
                   2503: 
1.116     moko     2504:        * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
                   2505:          configure.in -> configure.ac
1.95      moko     2506: 
1.116     moko     2507:        * configure, configure.in, src/include/pa_config_auto.h.in: more
                   2508:          correct timezone check for FreeBSD Warning war: configure.in ->
                   2509:          configure.ac
1.95      moko     2510: 
                   2511:        * configure, configure.in, src/classes/Makefile.am,
1.116     moko     2512:          src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
                   2513:          src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
                   2514:          src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
                   2515:          src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
                   2516:          src/main/Makefile.am, src/targets/apache/Makefile.am,
                   2517:          src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95      moko     2518:          AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
                   2519:          check added
                   2520: 
                   2521:        * src/types/pa_vdate.C: FreeBSD fixes + more robust code
                   2522: 
                   2523:        * tests/results/: 124.processed, 224.processed: test resuls updated
                   2524:          for new date implementation (related to feature #36)
                   2525: 
                   2526:        * src/: classes/date.C, classes/image.C, include/pa_common.h,
                   2527:          main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
                   2528:          types/pa_vdate.h: new double date implementation with internal
                   2529:          support for extended 0..9999 year range, default timezone support
                   2530:          (related to feature #36)
                   2531: 
                   2532: 2015-08-28  moko
                   2533: 
                   2534:        * src/types/pa_vmail.C: fixed $mail:received.date calculations
                   2535:          (fixes bug #1030)
                   2536: 
                   2537: 2015-08-21  moko
                   2538: 
                   2539:        * src/classes/inet.C: snprintf size "bug" commented
                   2540: 
                   2541:        * src/main/pa_common.C: snprintf comments updated
                   2542: 
                   2543: 2015-08-16  moko
                   2544: 
                   2545:        * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
                   2546: 
                   2547: 2015-08-11  moko
                   2548: 
                   2549:        * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
                   2550:          types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
                   2551:          can be null (fixes bug #1029)
                   2552: 
                   2553: 2015-08-06  moko
                   2554: 
1.116     moko     2555:        * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
                   2556:          pa_vdate.C added
1.95      moko     2557: 
                   2558: 2015-08-05  moko
                   2559: 
                   2560:        * tests/: 313.html, results/313.processed: test for
                   2561:          ^table.count[columns] and ^table.flip[] with nameless tables
                   2562:          (feature #1003)
                   2563: 
                   2564:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                   2565:          max_cell added, now ^table.count[columns] and ^table.flip[] works
                   2566:          correctly for nameless tables (implements feature #1003)
                   2567: 
                   2568: 2015-08-03  moko
                   2569: 
                   2570:        * tests/312.html: test for ^table.append[$hash] and
                   2571:          ^table.insert[$hash] added (related to feature #1028)
                   2572: 
                   2573:        * src/classes/table.C: ^table.append[$hash] and
                   2574:          ^table.insert[$hash] now supported (implements feature #1028)
                   2575: 
                   2576:        * tests/: 312.html, results/312.processed: test row copy in
                   2577:          ^table.hash[; $.type[table] ] added (related to feature #1016)
                   2578: 
                   2579:        * src/classes/table.C: row copy now created in ^table.hash[;
                   2580:          $.type[table] ] (related to feature #1016)
                   2581: 
                   2582: 2015-07-29  moko
                   2583: 
                   2584:        * tests/: 312.html, results/312.processed: test for ^table.delete[]
                   2585:          added (related to feature #1016)
                   2586: 
                   2587:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                   2588:          ^table.delete[] added to delete current row (related to feature
                   2589:          1016)
                   2590: 
                   2591: 2015-07-28  moko
                   2592: 
                   2593:        * tests/: 312.html, results/312.processed: test for
                   2594:          $table.column[value] and ^table.insert{row} (related to feature
                   2595:          #1016)
                   2596: 
                   2597:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
                   2598:          types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
                   2599:          ^table.insert{row} are now implemented (feature #1016)
                   2600: 
                   2601:        * src/include/pa_array.h: Optimization: bool reverse removed from
                   2602:          append(), insert() added, memmove arguments order in remove()
                   2603:          fixed (related to feature #1016)
                   2604: 
                   2605: 2015-07-23  moko
                   2606: 
                   2607:        * src/classes/json.C: tainted json and empty json exception added
                   2608:          (implements feature #1015)
                   2609: 
                   2610:        * tests/: 311.html, results/311.processed: empty json and tainted
                   2611:          json exception test added (related to issue #1015)
                   2612: 
                   2613: 2015-07-22  moko
                   2614: 
                   2615:        * tests/: 311.html, results/311.processed: test for UTF-8
                   2616:          processing added
                   2617: 
                   2618:        * tests/: 311.html, results/311.processed: test for
                   2619:          json_exception_with_source added (related to issue #394)
                   2620: 
                   2621:        * src/classes/json.C: json_exception_with_source added (implements
                   2622:          feature #394)
                   2623: 
                   2624: 2015-06-29  moko
                   2625: 
                   2626:        * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
                   2627:          directories are now correctly determined if _d_type == DT_UNKNOWN
                   2628:          (closes bug #1027)
                   2629: 
                   2630: 2015-06-10  moko
                   2631: 
                   2632:        * src/types/pa_vxnode.h: extern "C" not requred and causes build
                   2633:          error if libxml has LIBXML_ICU_ENABLED.
                   2634: 
                   2635: 2015-06-04  moko
                   2636: 
                   2637:        * tests/099.html: ups, reverting
                   2638: 
                   2639:        * tests/: 099.html, 309.html, 310.html, results/309.processed,
                   2640:          results/310.processed: tests for $response:body[ $.file[] ] and
                   2641:          $response:last-modified added
                   2642: 
                   2643:        * src/main/pa_request.C: last-modified check fixed
                   2644: 
                   2645: 2015-06-03  moko
                   2646: 
                   2647:        * tests/: 204.html, 205.html, 293.html, results/204.processed,
                   2648:          results/205.processed, results/293.processed: $response:headers
                   2649:          logging added (tests for feature #1007)
                   2650: 
                   2651:        * src/: include/pa_common.h, include/pa_request.h,
                   2652:          main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
                   2653:          $response:headers are now in uppercase (closes feature #1007)
                   2654: 
                   2655: 2015-06-02  moko
                   2656: 
                   2657:        * src/: include/pa_memory.h, classes/math.C: some of -pedantic
                   2658:          build errors reverted for clang compatibility
                   2659: 
                   2660: 2015-06-01  moko
                   2661: 
                   2662:        * src/include/pa_memory.h: -pedantic build errors fixed
                   2663: 
                   2664:        * src/classes/math.C: -pedantic build error fixed
                   2665: 
                   2666:        * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
                   2667: 
                   2668: 2015-05-31  moko
                   2669: 
                   2670:        * src/classes/table.C: USE_STRINGSTREAM optimized
                   2671: 
                   2672:        * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
                   2673:          include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
                   2674:          main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
                   2675:          types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
                   2676:          types/pa_vxnode.h: warning war (-pedantic flag)
                   2677: 
                   2678: 2015-05-28  moko
                   2679: 
                   2680:        * tests/: 308.html, results/308.processed: test for
                   2681:          ^table::create[$t;], etc work added (related to bug #975)
                   2682: 
                   2683:        * src/classes/table.C: check_option_param removed,
                   2684:          ^table::create[$t;], etc now works (fixes bug #975)
                   2685: 
                   2686: 2015-05-27  moko
                   2687: 
                   2688:        * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
                   2689:          (Debian jessie) fixed (closes issue #1024)
                   2690: 
                   2691:        * tests/Makefile: sort added as in Debian jessie list become
                   2692:          unsorted
                   2693: 
                   2694: 2015-05-18  moko
                   2695: 
                   2696:        * tests/: 201.html, results/201.processed: test for
                   2697:          ^string.trim[what] feature #1022
                   2698: 
                   2699:        * src/classes/string.C: ^string.trim[what] now supported,
                   2700:          implements feature #1022
                   2701: 
                   2702: 2015-05-17  moko
                   2703: 
                   2704:        * tests/results/185.processed: test result updated as feature #1021
                   2705:          implemented (left/right accept negative parameter)
                   2706: 
                   2707:        * src/classes/string.C: left/right now accept negative parameter
                   2708:          (implements feature #1021)
                   2709: 
                   2710: 2015-05-08  moko
                   2711: 
                   2712:        * src/classes/math.C: isalnum -> pa_isalnum
                   2713: 
                   2714:        * src/main/execute.C: optimization in getter-junction processing
                   2715:          (related to issue #997)
                   2716: 
                   2717: 2015-05-07  moko
                   2718: 
                   2719:        * tests/: 307.html, results/307.processed: test for issue #997
                   2720:          added
                   2721: 
                   2722:        * src/main/execute.C: process_getter result now checked if junction
                   2723:          returned (closes issue #997)
                   2724: 
                   2725:        * tests/: 305.html, results/305.processed: sort added to ignore
                   2726:          different order
                   2727: 
                   2728:        * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
                   2729:          assignment (closes issue #994)
                   2730: 
                   2731:        * tests/: 306.html, results/306.processed: test for issue #994
                   2732:          added
                   2733: 
                   2734:        * tests/: 303.html, results/303.processed: two more errors tested
                   2735: 
                   2736: 2015-05-06  moko
                   2737: 
                   2738:        * tests/: 305.html, results/305.processed: test for name2ip &
                   2739:          ip2name added (related to feature #992)
                   2740: 
                   2741:        * tests/: 303.html, 304.html, results/303.processed,
                   2742:          results/304.processed: tests for idna conversion added (related
                   2743:          to issue #849)
                   2744: 
                   2745: 2015-05-02  moko
                   2746: 
                   2747:        * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
                   2748:          implemented
                   2749: 
                   2750: 2015-04-30  moko
                   2751: 
                   2752:        * src/main/pa_http.C: idna_host added, related to issue #849
                   2753: 
                   2754:        * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
                   2755:          (related to issue #849)
                   2756: 
                   2757: 2015-04-24  moko
                   2758: 
                   2759:        * src/types/pa_vjunction.C: warning war
                   2760: 
                   2761:        * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
                   2762:          unification
                   2763: 
                   2764:        * src/lib/punycode/pa_idna.c: warning war
                   2765: 
                   2766: 2015-04-22  moko
                   2767: 
                   2768:        * src/main/main.vcproj: punycode include path added
                   2769: 
                   2770:        * src/lib/punycode/pa_idna.c: windows compile error fixed
                   2771: 
                   2772:        * src/lib/punycode/pa_idna.c: warning war
                   2773: 
                   2774:        * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
                   2775:          project file added
                   2776: 
                   2777:        * src/lib/punycode/pa_convert_utf.c: debug compilation fix
                   2778: 
                   2779:        * src/include/pa_memory.h: warning war
                   2780: 
                   2781:        * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
                   2782:          ^string:idna[xn--...], ^string.idna[] - idna conversion support
                   2783:          implemented (related to feature #849)
                   2784: 
                   2785:        * configure.in, src/main/Makefile.am,
                   2786:          src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
                   2787:          libpunycode added in Unix
                   2788: 
                   2789: 2015-04-21  moko
                   2790: 
                   2791:        * configure.in: large files support
                   2792: 
                   2793: 2015-04-15  moko
                   2794: 
                   2795:        * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
                   2796:          pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
                   2797:          pa_punycode.h: initial version for punycode/idna support library
                   2798:          (ticket #849)
                   2799: 
                   2800: 2015-04-08  moko
                   2801: 
                   2802:        * src/: classes/curl.C, classes/date.C, classes/file.C,
                   2803:          classes/image.C, classes/mail.C, classes/reflection.C,
                   2804:          classes/string.C, classes/xnode.C, include/pa_request.h,
                   2805:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   2806:          main/compile.y, main/compile_tools.h, main/execute.C,
                   2807:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                   2808:          main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
                   2809:          types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
                   2810:          types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
                   2811:          types/pa_wwrapper.h, main/compile.tab.C: removed most of the
                   2812:          clang compiler warnings (closes issue #1018)
                   2813: 
                   2814:        * src/include/pa_string.h: String::Body comparation operators with
                   2815:          char * added (related to issue #958)
                   2816: 
                   2817: 2015-04-07  moko
                   2818: 
                   2819:        * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
                   2820:          pa_malloc/pa_free to remove system malloc/free usage (related to
                   2821:          issue #1018)
                   2822: 
                   2823:        * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
                   2824:          include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
                   2825:          lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
                   2826:          main/pa_http.C, main/pa_request.C, main/pa_string.C,
                   2827:          main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
                   2828:          types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
                   2829:          types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
                   2830:          malloc/strdup/free replaced with pa_ version and checks for
                   2831:          accidental use of non-pa_ version added (related to issue #1018)
                   2832: 
                   2833: 2015-04-03  moko
                   2834: 
                   2835:        * buildall: pcre-8.33 -> pcre-8.36
                   2836: 
                   2837:        * src/: main/compile.y, classes/form.C, classes/mail.C,
                   2838:          classes/op.C, classes/string.C, main/compile.tab.C,
                   2839:          main/compile_tools.C, main/pa_http.C, main/pa_request.C,
                   2840:          main/pa_sql_driver_manager.C, types/pa_vfile.C,
                   2841:          types/pa_vhashfile.C: C++11 compilation errors fixed (related to
                   2842:          ticket #958)
                   2843: 
                   2844:        * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
                   2845:          main/pa_common.C, main/pa_http.C, main/pa_request.C,
                   2846:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                   2847:          targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
                   2848:          types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
                   2849:          $request:headers, $request:method added (implements feature
                   2850:          #1007)
                   2851: 
                   2852: 2015-03-17  misha
                   2853: 
                   2854:        * tests/302.html: - test for
                   2855:          ^json:string[...;$._default[method-name]]
                   2856: 
                   2857:        * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
                   2858:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
                   2859:          option $._default[method-name] is specified in ^json:string[], a
                   2860:          method with specified name will be called for classes/objects
                   2861:          serialization ( new feature: #982 )
                   2862: 
                   2863: 2015-03-16  misha
                   2864: 
                   2865:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
                   2866:          main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
                   2867:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
                   2868:          types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
                   2869:          types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
                   2870:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
                   2871:          types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   2872:          types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
                   2873:          types/pa_vrequest.h, types/pa_vstateless_class.C,
                   2874:          types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   2875:          types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
                   2876:          $var.CLASS_NAME now have special opcodes. This can be switched
                   2877:          off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
                   2878:          on pa_opcode.h ( new feature: #844 )
                   2879: 
                   2880: 2015-03-15  misha
                   2881: 
                   2882:        * tests/075.html: - test for $response:header[]
                   2883: 
                   2884:        * src/types/pa_vresponse.C: - $response:header[] deletes header
                   2885:          that was set earlie ( new feature: #1001 )
                   2886: 
                   2887: 2015-03-12  misha
                   2888: 
                   2889:        * tests/246.html: - more tests for ^hash._at[]
                   2890: 
                   2891:        * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
                   2892:          accepts second param [key|value|hash] ( new feature: #1012 )
                   2893: 
                   2894: 2015-03-09  moko
                   2895: 
                   2896:        * src/types/pa_vmail.C: exception for everything but
                   2897:          $mail:received, closes issue #1011
                   2898: 
                   2899: 2015-02-20  moko
                   2900: 
                   2901:        * tests/: 275.html, results/275.processed: hex detection in
                   2902:          pa_atoui fix test (closes issue #1010)
                   2903: 
                   2904:        * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
                   2905:          issue #1010)
                   2906: 
                   2907: 2015-02-17  moko
                   2908: 
                   2909:        * src/types/pa_vmail.C: closes issue #1009 - mail content should be
                   2910:          tainted.
                   2911: 
                   2912: 2015-02-03  misha
                   2913: 
                   2914:        * tests/301.html: - test for ^json:string($double) causes
                   2915:          exception. bugfix: #1008
                   2916: 
                   2917:        * src/classes/json.C: - ^json:string($double) causes exception.
                   2918:          bugfix: #1008
                   2919: 
                   2920:        * tests/014.html: - updated for work with ^hash.delete[]
                   2921: 
                   2922: 2015-01-12  misha
                   2923: 
                   2924:        * src/: classes/form.C, include/pa_common.h,
                   2925:          include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
                   2926:          types/pa_vform.h: - supports body with PUT method as well ( new
                   2927:          feature: #1006 )
                   2928: 
                   2929:        * src/classes/file.C: - warnings war
                   2930: 
                   2931: 2015-01-11  misha
                   2932: 
                   2933:        * tests/300.html: - test for ^hash.delete[] is added
                   2934: 
                   2935:        * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
                   2936:          feature: #989 ) - tiny optimization in intersects
                   2937: 
                   2938: 2015-01-06  moko
                   2939: 
                   2940:        * src/types/pa_vmail.C: file names transcode added, to and cc added
                   2941:          with transcode, attachments detection fixed
                   2942: 
                   2943:        * src/main/pa_request.C: filling mail received after cgi/auto.p
                   2944:          load to allow charset switch (related to issue #996)
                   2945: 
                   2946: 2014-12-31  moko
                   2947: 
                   2948:        * src/types/pa_vmail.C: from and subject now transcoded if not
                   2949:          UTF-8 source charset (fixes issue 996)
                   2950: 
                   2951:        * src/main/pa_exception.C: fixed string from stack bug (closes
                   2952:          issue #1000)
                   2953: 
                   2954: 2014-12-11  misha
                   2955: 
                   2956:        * src/types/pa_vhashfile.C: - check if key is not empty before
                   2957:          access ( bug fix: #1005 )
                   2958: 
                   2959: 2014-11-13  misha
                   2960: 
                   2961:        * src/main/compile.y: - PC.append does not reset to false while
                   2962:          creating a new class. bugfix: #990
                   2963: 
                   2964:        * tests/299.html: - test for creation class after working with
                   2965:          partial class (create+append)
                   2966: 
                   2967:        * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
                   2968:          #995
                   2969: 
                   2970:        * tests/232.html: - test for @get[def] added
                   2971: 
                   2972: 2014-10-12  moko
                   2973: 
                   2974:        * src/lib/pcre/pcre_internal.vcproj: correct path
                   2975: 
                   2976:        * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
                   2977:          lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
                   2978:          lib/pcre/pcre_internal.vcproj, main/main.vcproj,
                   2979:          targets/apache/ApacheModuleParser3.vcproj,
                   2980:          targets/apache/ApacheModuleParser3Core.vcproj,
                   2981:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                   2982:          types/types.vcproj: project GUID inserted in *.vcproj for correct
                   2983:          conversion in newer VS versions
                   2984: 
                   2985:        * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
                   2986:          pcre_internal.vcproj added
                   2987: 
                   2988: 2014-08-28  moko
                   2989: 
                   2990:        * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
                   2991:          pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
                   2992:          and pcre_valid_utf are copied to parser3 code (fixes issue #991)
                   2993: 
                   2994: 2014-06-30  misha
                   2995: 
                   2996:        * tests/298.html: - tests for ^reflection:def[class;className]
                   2997:          added
                   2998: 
                   2999:        * src/classes/reflection.C: - ^reflection:def[class;className]
                   3000:          added ( new feature: #918 )
                   3001: 
                   3002: 2014-06-29  misha
                   3003: 
                   3004:        * src/classes/table.C: - ^table::create[unsupported data] -
                   3005:          exception comment changed to "body must be table or code" ( bug
                   3006:          fix: #951 )
                   3007: 
                   3008:        * tests/: 261.html, results/261.processed: - tests for
                   3009:          ^json:string[...;$.void[null|string]] added
                   3010: 
                   3011:        * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
                   3012:          option $.void[string|null] added to ^json:string[...] ( new
                   3013:          feature: #952 )
                   3014: 
                   3015: 2014-06-28  moko
                   3016: 
                   3017:        * src/classes/curl.C: $.charset now processed before other curl
                   3018:          options (closes issue #980)
                   3019: 
                   3020: 2014-05-23  misha
                   3021: 
                   3022:        * src/classes/json.C: - bug fix: #987
                   3023: 
                   3024: 2014-05-04  misha
                   3025: 
                   3026:        * tests/: 253.html, 253_json.txt: - test for
                   3027:          ^json:parse[$.int(false)] is added
                   3028: 
                   3029:        * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
                   3030:          default true). The option is similar to $.double(bool) but for
                   3031:          integers.
                   3032: 
                   3033: 2014-05-01  moko
                   3034: 
                   3035:        * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
                   3036:          #12 )
                   3037: 
                   3038: 2014-04-16  moko
                   3039: 
                   3040:        * src/main/pa_http.C: response-charset option should finally work
                   3041:          now (fix for issue #867)
                   3042: 
                   3043:        * src/main/pa_http.C: response-charset option should work now (fix
                   3044:          for issue #867)
                   3045: 
                   3046: 2014-03-07  moko
                   3047: 
                   3048:        * buildall: libgc moved
                   3049: 
                   3050:        * buildall: libgc moved
                   3051: 
                   3052: 2013-12-29  moko
                   3053: 
                   3054:        * src/classes/string.C: ^string:js-unescape result now tainted,
                   3055:          closes issue #966
                   3056: 
                   3057:        * tests/: 186.html, results/186.processed: ^string:js-unescape
                   3058:          result now tainted, issue #966
                   3059: 
                   3060: 2013-12-03  moko
                   3061: 
                   3062:        * src/: classes/memcached.C, types/pa_vmemcached.C,
                   3063:          types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
                   3064:          option was added for http://www.parser.ru/forum/?id=79343
                   3065: 
                   3066:        * src/classes/file.C: bugfix for
                   3067:          http://www.parser.ru/forum/?id=79337
                   3068: 
                   3069: 2013-11-05  moko
                   3070: 
                   3071:        * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
                   3072: 
                   3073:        * src/main/pa_globals.C: spelling fixed
                   3074: 
                   3075: 2013-10-29  moko
                   3076: 
                   3077:        * src/lib/json/json.vcproj: json.c -> pa_json.C
                   3078: 
                   3079:        * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
                   3080:          #892
                   3081: 
                   3082:        * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
                   3083:          lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
                   3084:          exceptions to be thrown thougth json library), related to issue
                   3085:          #892
                   3086: 
                   3087:        * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
                   3088:          related to issue #896
                   3089: 
                   3090: 2013-10-24  moko
                   3091: 
                   3092:        * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
                   3093: 
                   3094: 2013-10-23  moko
                   3095: 
                   3096:        * README: actualization
                   3097: 
                   3098: 2013-10-22  moko
                   3099: 
                   3100:        * src/targets/apache/mod_parser3.c: Adopted apache 2.4
                   3101:          compatibility patch from Sergey Kirpichev
                   3102: 
                   3103:        * tests/: 297.html, results/297.processed: non-working getter fix
                   3104:          test for issue #948
                   3105: 
                   3106:        * src/: include/pa_request.h, main/pa_request.C: Now getter is not
                   3107:          called when saving value of $match variable in ^string.match[] to
                   3108:          increase compatibility (related to issue #948).
                   3109: 
                   3110:        * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
                   3111:          usage optimization
                   3112: 
                   3113: 2013-10-21  moko
                   3114: 
                   3115:        * tests/: 182.html, results/182.processed: local path removed for
                   3116:          compatibility
                   3117: 
                   3118:        * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
                   3119:          results/244.processed, results/253.processed,
                   3120:          results/254.processed, results/275.processed,
                   3121:          results/281.processed: try_catch -> try-catch
                   3122: 
                   3123:        * tests/: 288.html, 294.html, 296.html, results/288.processed,
                   3124:          results/294.processed, results/296.processed: try_catch ->
                   3125:          try-catch
                   3126: 
                   3127: 2013-10-20  moko
                   3128: 
                   3129:        * tests/: 296.html, results/296.processed: test for xsl exception
                   3130:          for issue #938 added.
                   3131: 
                   3132:        * src/: include/pa_xml_exception.h,
                   3133:          main/pa_stylesheet_connection.C: forgotten to be replaced
                   3134:          XmlException is now replaced (once again closes issue #938)
                   3135: 
                   3136: 2013-10-19  misha
                   3137: 
                   3138:        * bin/auto.p.dist.in: - more mime-types are added
                   3139: 
                   3140: 2013-10-18  moko
                   3141: 
                   3142:        * buildall: disable clock_gettime detection to avoid librt linking
                   3143:          (which in turn depends on libpthread), related to issue #943
                   3144: 
                   3145: 2013-10-18  misha
                   3146: 
                   3147:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                   3148:          lib/smtp/smtp.vcproj, main/main.vcproj,
                   3149:          targets/apache/ApacheModuleParser3Core.vcproj,
                   3150:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                   3151:          types/types.vcproj: - new locations for libxml2 includes where
                   3152:          added to vcproj files
                   3153: 
                   3154: 2013-10-18  moko
                   3155: 
                   3156:        * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
                   3157:          fix
                   3158: 
                   3159:        * tests/: 295.html, results/295.processed: test for issue #948
                   3160:          updated
                   3161: 
                   3162:        * src/classes/table.C: hopefully last lost part for issue #948 fix.
                   3163:          :)
                   3164: 
                   3165:        * tests/: 295.html, results/295.processed: test for issue #948
                   3166:          added
                   3167: 
                   3168:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   3169:          include/pa_request.h, types/pa_method.h: for getters and setters
                   3170:          to be executed request.put_element should be called, not
                   3171:          context.put_element (fixes issue #948)
                   3172: 
                   3173: 2013-10-17  moko
                   3174: 
                   3175:        * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
                   3176:          LIBXML2_NEW_BUFFER check (closes issue #943)
                   3177: 
                   3178:        * buildall: libxml 2.9.1 build is broken --without-reader.
                   3179: 
                   3180: 2013-10-16  moko
                   3181: 
                   3182:        * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
                   3183: 
                   3184:        * tests/: 294.html, results/294.processed: test for issue #938
                   3185: 
                   3186:        * src/: classes/xdoc.C, classes/xnode.C,
                   3187:          include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
                   3188:          now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
                   3189: 
                   3190:        * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
                   3191:          libxslt-1.1.26 -> libxslt-1.1.28
                   3192: 
                   3193:        * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
                   3194:          main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
                   3195:          to '?', related to issue #938
                   3196: 
                   3197: 2013-10-15  moko
                   3198: 
                   3199:        * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
                   3200:          main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
                   3201:          minor optimizations (closes issue #896)
                   3202: 
                   3203:        * tests/results/: 292.processed, 293.processed: results updated to
                   3204:          comply with issue #896
                   3205: 
                   3206:        * tests/: 292.html, 293.html, results/292.processed,
                   3207:          results/293.processed: tests for json escaping
                   3208: 
                   3209: 2013-10-14  moko
                   3210: 
                   3211:        * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
                   3212:          and cleanup, code moved from .h to .C, no changes in code
                   3213: 
                   3214: 2013-10-12  moko
                   3215: 
                   3216:        * tests/results/119.processed: updated test result commited
                   3217: 
                   3218:        * tests/: 291.html, results/291.processed: test for issue #894
                   3219:          added
                   3220: 
                   3221:        * src/types/pa_wcontext.h: base methods call support function
                   3222:          get_somebody_entered_some_class should not be true forever, as
                   3223:          wcontext can have many get_elements calls (fixes issue #894)
                   3224: 
                   3225: 2013-10-11  moko
                   3226: 
                   3227:        * tests/: 290.html, results/290.processed: test for junction GPF
                   3228:          issue #942 added
                   3229: 
                   3230:        * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
                   3231:          to native method fixed (closes issue #942)
                   3232: 
                   3233:        * tests/: 158.html, results/158.processed: test for csv-string[]
                   3234:          added
                   3235: 
                   3236:        * src/classes/table.C: minor fixes for table.csv-string[] (closes
                   3237:          feature #907)
                   3238: 
                   3239:        * src/classes/table.C: ^table.csv-string[] from misha@ (implements
                   3240:          feature #907)
                   3241: 
                   3242: 2013-10-09  moko
                   3243: 
                   3244:        * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
                   3245:          types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
                   3246:          types/pa_vstateless_class.C: GET_default, SET_default now works
                   3247:          properly not only in objects, but in classes as well (closes
                   3248:          issue #903)
                   3249: 
                   3250:        * tests/: 289.html, results/289.processed: GET/SET_default now
                   3251:          works in classes, not only objects, test case added, related to
                   3252:          issue #903
                   3253: 
                   3254:        * tests/: 288.html, results/288.processed: test for endless
                   3255:          recursion bug added (related to issue #903)
                   3256: 
                   3257: 2013-10-05  moko
                   3258: 
                   3259:        * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
                   3260:          classes/table.C, main/execute.C, types/pa_method.h,
                   3261:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   3262:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   3263:          types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
                   3264:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
                   3265:          types/pa_vmemcached.h, types/pa_vmethod_frame.h,
                   3266:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   3267:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   3268:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   3269:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
                   3270:          optimization: put_element no longer has "bool areplace" argument,
                   3271:          related to issue #903
                   3272: 
                   3273: 2013-10-03  moko
                   3274: 
                   3275:        * tests/results/182.processed: result for $.replace(false) test
                   3276:          commited
                   3277: 
                   3278:        * src/classes/date.C: ^date::create(number) processed correctly
                   3279:          (fixes issue #901)
                   3280: 
                   3281:        * src/classes/image.C: as_no_junction removed, as param can be
                   3282:          expression (closes issue #931)
                   3283: 
                   3284:        * tests/233.html: test for issue #931 added
                   3285: 
                   3286: 2013-10-02  moko
                   3287: 
                   3288:        * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
                   3289:          modified, test for $.replace(false) added
                   3290: 
                   3291:        * src/main/compile_tools.h: forgotten class replace returned. :)
                   3292: 
                   3293: 2013-09-30  moko
                   3294: 
                   3295:        * tests/: 141.html, results/141.processed: md5 tainting test added
                   3296: 
                   3297:        * src/: classes/op.C, include/pa_request.h, main/compile.y,
                   3298:          main/compile_tools.h, main/pa_request.C: allow_class_replace
                   3299:          implemented; $.replace option added to ^process and ^use
                   3300: 
                   3301: 2013-08-27  moko
                   3302: 
                   3303:        * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
                   3304:          cstr_to_string_body_untaint should be called with charsets for
                   3305:          possible uri language and connection for possible sql language.
                   3306:          related to issue #857
                   3307: 
                   3308:        * buildall: and -> or fixed
                   3309: 
                   3310: 2013-08-26  moko
                   3311: 
                   3312:        * buildall: prepare_ functions logic changed to support
                   3313:          gc-7.2d.tar.gz extracting to gc-7.2 directory
                   3314: 
                   3315: 2013-08-23  moko
                   3316: 
                   3317:        * src/include/pa_config_fixed.h: gc and xml libs are now linked
                   3318:          statically
                   3319: 
                   3320: 2013-08-22  moko
                   3321: 
                   3322:        * src/classes/string.C: String::Empty used (related to issue #912)
                   3323:          append_know_length removed (related to old GPF bug)
                   3324: 
                   3325: 2013-08-21  moko
                   3326: 
                   3327:        * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
                   3328: 
                   3329:        * src/classes/math.C: ^math:digest[...;$file] support added
                   3330:          (related to ticket #857
                   3331: 
                   3332:        * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
                   3333:          implemented
                   3334: 
                   3335:        * src/types/pa_vhashfile.h: warning war
                   3336: 
                   3337:        * src/: classes/json.C, classes/op.C, include/pa_hash.h,
                   3338:          include/pa_request.h, main/pa_request.C, types/pa_value.h:
                   3339:          anti_endless_json_string_recoursion removed from request;
                   3340:          json_string_recoursion added to json_options; $.indent[indent
                   3341:          value] now supported and passed within recoursion closes feature
                   3342:          #937
                   3343: 
                   3344:        * tests/: 287.html, results/287.processed: test for feature #937
                   3345: 
                   3346: 2013-07-31  moko
                   3347: 
                   3348:        * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
                   3349:          compilation having #define _S
                   3350: 
                   3351:        * src/main/pa_globals.C: cleanup
                   3352: 
                   3353: 2013-07-30  moko
                   3354: 
                   3355:        * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
                   3356:          main/pa_common.C: vs2003 warning war
                   3357: 
                   3358:        * src/lib/json/: json.c, pa_json.C: vs2003 warning war
                   3359: 
                   3360:        * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
                   3361: 
                   3362:        * src/lib/md5/pa_sha2.c: warning war
                   3363: 
                   3364: 2013-07-29  moko
                   3365: 
                   3366:        * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
                   3367:          patches from github
                   3368: 
                   3369:        * src/: classes/bool.C, classes/double.C, classes/int.C,
                   3370:          classes/memcached.C, include/pa_config_includes.h,
                   3371:          types/pa_vfile.C, types/pa_vfile.h: warning war
                   3372: 
                   3373:        * src/lib/json/json.vcproj: C++ -> C
                   3374: 
                   3375:        * src/lib/json/: json.c, pa_json.C: C++ warning revert
                   3376: 
                   3377:        * src/lib/json/: json.c, pa_json.C: windows compatibility
                   3378: 
                   3379:        * src/lib/json/: json.c, pa_json.C: windows compatibility
                   3380: 
                   3381:        * src/lib/json/: json.c, pa_json.C: warning war
                   3382: 
                   3383:        * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
                   3384: 
                   3385:        * src/include/pa_config_fixed.h: uint16_t added
                   3386: 
                   3387:        * configure.in: uint16_t check added
                   3388: 
                   3389:        * src/: classes/json.C, lib/json/JSON_parser.C,
1.116     moko     3390:          lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
                   3391:          lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
                   3392:          lib/json/pa_json.h: JSON_parser with non-free licence is replaced
                   3393:          with similar GPL licenced libjson (fixes issue #892)
1.95      moko     3394: 
                   3395: 2013-07-25  moko
                   3396: 
                   3397:        * parser3.sln: dependencies added
                   3398: 
                   3399:        * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
                   3400:          src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
                   3401:          module support
                   3402: 
                   3403:        * src/targets/apache/mod_parser3_core.C: win32 cleanup
                   3404: 
                   3405:        * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
                   3406: 
                   3407: 2013-07-23  moko
                   3408: 
                   3409:        * src/: include/pa_memory.h, main/pa_memory.C: non-working
                   3410:          PA_DEBUG_GC_MEMORY removed
                   3411: 
                   3412:        * src/: main/pa_globals.C, targets/cgi/parser3.C:
                   3413:          PA_DEBUG_DISABLE_GC compilation fix
                   3414: 
                   3415:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   3416:          main/pa_request.C: outdated RESOURCES_DEBUG removed
                   3417: 
                   3418:        * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
                   3419:          garbage cleanup
                   3420: 
                   3421:        * src/main/pa_common.C: warning war
                   3422: 
                   3423:        * src/: include/pa_http.h, main/pa_http.C: headers cleanup
                   3424: 
                   3425:        * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
                   3426:          minor cleanup
                   3427: 
                   3428:        * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
                   3429:          uses cygwin, not WIN32 implementation
                   3430: 
                   3431:        * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
                   3432:          able to exec shell scripts
                   3433: 
                   3434:        * src/classes/math.C: ifdef WIN32 cleanup
                   3435: 
                   3436:        * src/types/pa_vmemcached.C: LT_MODULE_EXT used
                   3437: 
                   3438:        * bin/auto.p.dist.in: libpq.so -> libpq.
                   3439: 
                   3440:        * src/classes/curl.C: LT_MODULE_EXT used
                   3441: 
                   3442:        * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
                   3443: 
                   3444: 2013-07-22  moko
                   3445: 
                   3446:        * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
                   3447:          includes fix
                   3448: 
                   3449:        * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
                   3450: 
                   3451:        * configure.in, src/include/pa_config_includes.h,
                   3452:          src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
                   3453:          src/main/pa_exec.C: includes cleanup
                   3454: 
                   3455:        * src/targets/cgi/parser3.C: 2012->2013
                   3456: 
                   3457:        * src/include/pa_version.h: 3.4.2 -> 3.4.3b
                   3458: 
                   3459:        * configure.in, src/include/pa_config_includes.h,
                   3460:          src/include/pa_http.h, src/lib/json/JSON_parser.h,
                   3461:          src/main/pa_random.C, src/main/pa_socks.C,
                   3462:          src/types/pa_vstatus.C: cygwin support cleanup
                   3463: 
                   3464:        * configure.in: dirent.h check added
                   3465: 
                   3466:        * src/: include/pa_config_includes.h, include/pa_dir.h,
                   3467:          main/pa_dir.C: includes cleanup, dirent.h check added filePath
                   3468:          not copied
                   3469: 
                   3470: 2013-07-21  moko
                   3471: 
                   3472:        * src/lib/cord/cord.vcproj: unused cordprnt.c removed
                   3473: 
                   3474:        * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
                   3475:          parser3.vcproj: unused getopt.h / getopt.c removed
                   3476: 
                   3477:        * operators.txt, src/classes/file.C, tests/022.html,
                   3478:          tests/results/022.processed: ^file:list[path][$.filter[regexp]
                   3479:          $.stat(true)] usage commented
                   3480: 
                   3481:        * configure.in, src/classes/file.C, src/include/pa_dir.h,
                   3482:          src/main/pa_dir.C: ^file:list[] now has dir column and when
                   3483:          $.stat(true) it has size/*date columns modified patch from misha@
                   3484:          that closes issue #914.
                   3485: 
                   3486:        * src/: include/pa_config_includes.h, main/pa_globals.C:
                   3487:          PA_RELEASE_ASSERTS removed
                   3488: 
                   3489:        * src/lib/md5/pa_md5c.c: minor cleanup
                   3490: 
                   3491:        * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
                   3492:          localeconv()->decimal_point usage remoed (related to issue #934)
                   3493: 
                   3494:        * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
                   3495:          cordprnt.c removed
                   3496: 
                   3497:        * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
                   3498:          pa-include/pa_errno.h, pa-include/pa_file_io.h,
                   3499:          pa-include/pa_strings.h: includes cleanup
                   3500: 
                   3501:        * src/lib/md5/pa_md5c.c: headers cleanup
                   3502: 
                   3503: 2013-07-20  moko
                   3504: 
                   3505:        * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
                   3506:          cleanup
                   3507: 
                   3508: 2013-07-19  moko
                   3509: 
                   3510:        * src/classes/math.C: extern "C" added for crypt
                   3511: 
                   3512: 2013-07-18  moko
                   3513: 
                   3514:        * src/classes/math.C: fix redhat7.2 build
                   3515: 
                   3516: 2013-07-17  moko
                   3517: 
                   3518:        * configure.in, src/include/pa_config_includes.h,
                   3519:          src/include/pa_config_fixed.h: headers actualized (inttypes.h
                   3520:          added for uint8/32/64_t)
                   3521: 
                   3522:        * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
                   3523:          pa_config_includes.h used for uint32/64_t
                   3524: 
                   3525: 2013-07-16  moko
                   3526: 
                   3527:        * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
                   3528:          types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
                   3529:          war
                   3530: 
                   3531:        * src/main/compile.tab.C: compile.y was updated
                   3532: 
                   3533:        * src/main/compile.y: warning war
                   3534: 
                   3535:        * src/: include/pa_exception.h, main/pa_exception.C,
                   3536:          main/pa_xml_exception.C: warning war
                   3537: 
                   3538:        * src/: include/pa_common.h, main/pa_common.C: warning war
                   3539: 
                   3540:        * configure.in: beauty :)
                   3541: 
                   3542:        * tests/: 141.html, results/141.processed: sha256/512 added
                   3543: 
                   3544: 2013-07-13  moko
                   3545: 
                   3546:        * src/lib/md5/md5.vcproj: sha2 added
                   3547: 
                   3548:        * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
                   3549:          classes/math.C: sha2 support (sha256/sha512 digest)
                   3550: 
                   3551: 2013-07-08  moko
                   3552: 
                   3553:        * src/classes/image.C: directory read or other read problem message
                   3554:          fixed (related to issue #933)
                   3555: 
                   3556: 2013-07-07  moko
                   3557: 
                   3558:        * bin/auto.p.dist.in: windows-1251 commented to remove auto.p
                   3559:          dependense from $charsetsdir directory existance and content (and
                   3560:          UTF-8 is default allready)
                   3561: 
                   3562:        * AUTHORS: + misha + moko. :)
                   3563: 
                   3564: 2013-07-06  moko
                   3565: 
                   3566:        * src/: classes/curl.C, include/pa_globals.h,
                   3567:          include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
                   3568:          main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
                   3569:          for lt_dlinit to be called once and lt_dlexit called at right
                   3570:          place (related to issue #925)
                   3571: 
                   3572: 2013-07-04  moko
                   3573: 
                   3574:        * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
                   3575:          VString::as_vfile now uses vfile.set_binary_string to avoid
                   3576:          content-type to be set, as it brokes badly designed logic in
                   3577:          response output. This hopefully finishes issue #928.
                   3578: 
                   3579:        * tests/results/: 256.processed, 286.processed: file now displayed
                   3580:          as name, size, mode, content-type
                   3581: 
                   3582:        * src/main/pa_common.C: read error now reported cottectly (fixes
                   3583:          issue #933
                   3584: 
                   3585: 2013-06-28  moko
                   3586: 
                   3587:        * tests/: 286.html, results/286.processed: test extended
                   3588: 
                   3589:        * tests/: 286.html, results/286.processed: Test for issue #928
                   3590:          added.  it tests default content-type change.
                   3591: 
                   3592:        * src/types/pa_vfile.C: closes issue #928 - default content-type
                   3593:          now updated
                   3594: 
                   3595: 2013-06-25  moko
                   3596: 
                   3597:        * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
                   3598:          content-type for text/binary files without name added;
                   3599:          ^file::create[$f;...] options now works properly and $f
                   3600:          properties are default (fixes issue #928)
                   3601: 
                   3602: 2013-05-16  misha
                   3603: 
                   3604:        * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
                   3605:          added
                   3606: 
                   3607:        * src/main/pa_table.C: - a tiny memory optimisation while creating
                   3608:          table if specified limit is bigger than source rows count
                   3609: 
                   3610:        * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
                   3611:          added ( new feature: #858 )
                   3612: 
                   3613: 2013-04-29  moko
                   3614: 
                   3615:        * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
                   3616:          $.ipresolve(0|1|2) added (closes issue #891)
                   3617: 
                   3618:        * src/lib/curl/curl.h: CURL_IPRESOLVE added
                   3619: 
                   3620: 2013-04-24  moko
                   3621: 
                   3622:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                   3623:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
                   3624:          types/pa_vmemcached.h: ^memcache.release[] added, calls
                   3625:          memcached_quit (refs #893)
                   3626: 
                   3627: 2013-04-22  moko
                   3628: 
                   3629:        * src/: include/pa_string.h, main/pa_common.C: no more double
                   3630:          slashes in file path (fixes bug #872)
                   3631: 
                   3632:        * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
                   3633:          CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
                   3634:          #739)
                   3635: 
                   3636:        * tests/results/266.processed: $.max_params added (feature #915)
                   3637: 
                   3638:        * src/: include/pa_common.h, main/pa_http.C: response-charset
                   3639:          option added to file::load (closes issue #867)
                   3640: 
                   3641: 2013-04-20  misha
                   3642: 
                   3643:        * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
                   3644:          commited
                   3645: 
                   3646: 2013-03-15  misha
                   3647: 
                   3648:        * src/classes/: hash.C, table.C: - Optimisation: do not create
                   3649:          multiple empty strings while ::sql. uae String::Empty instead
                   3650: 
                   3651: 2013-03-14  misha
                   3652: 
                   3653:        * src/classes/reflection.C: - for user classes
                   3654:          ^reflection:method_info[] returns $.max_params and $.extra_param
                   3655:          with $.call_type if they available ( new feature: #915 )
                   3656: 
                   3657:        * src/classes/file.C: - ^file:delete[] now supports an option
                   3658:          $.exception(false) that suppress any exception while deleting
                   3659:          file ( new feature: #916 )
                   3660: 
                   3661:        * src/classes/curl.C: - parsing cookies after curl:load now should
                   3662:          work :)
                   3663: 
                   3664: 2013-03-12  misha
                   3665: 
                   3666:        * src/types/pa_vfile.C: - if specified file_name is empty string
                   3667:          set default name for the file
                   3668: 
                   3669: 2013-03-11  misha
                   3670: 
                   3671:        * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
                   3672:          also available in $f.cookies
                   3673: 
                   3674:        * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
                   3675:          moved to a separate method
                   3676: 
                   3677: 2013-03-10  moko
                   3678: 
                   3679:        * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
                   3680:          added
                   3681: 
                   3682:        * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
                   3683:          removed (declared by autoconf)
                   3684: 
                   3685:        * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
                   3686:          uint32_t define
                   3687: 
                   3688: 2013-03-10  misha
                   3689: 
                   3690:        * src/classes/file.C: ^file:delete and ^file:move now support
                   3691:          option $.keep-empty-dirs(true) ( new feature: #884 )
                   3692: 
                   3693:        * src/: include/pa_common.h, main/pa_common.C: - option for keeping
                   3694:          empty dirs is added
                   3695: 
                   3696: 2013-03-10  moko
                   3697: 
                   3698:        * src/classes/: bool.C, double.C, int.C: default can be present,
                   3699:          but default check removed from ^int/double/bool.int/double/bool
                   3700:          for string.int/double/bool compatibility (related to issue #913)
                   3701: 
                   3702:        * src/classes/string.C: ^string.int/dobule/bool no longer
                   3703:          internally throws exception if default is present (closes issue
                   3704:          #913)
                   3705: 
                   3706: 2013-03-09  misha
                   3707: 
                   3708:        * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
                   3709:          optimisations ( #845 )
                   3710: 
                   3711:        * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
                   3712: 
                   3713: 2013-03-08  moko
                   3714: 
                   3715:        * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
                   3716:          creates correct table (fixes issue #910)
                   3717: 
                   3718:        * src/classes/op.C: r.connection() -> r.connection(false) to allow
                   3719:          use outside of 'connect' operator (fixes issue #911)
                   3720: 
                   3721:        * tests/results/: 096.processed, 122.processed: test results
                   3722:          updated as doubles now printed with 15 significant digits, not 5
                   3723:          (fixes issue #882)
                   3724: 
                   3725:        * src/types/pa_vdouble.h: %.15g now used to format doubles instead
                   3726:          of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
                   3727: 
                   3728: 2013-02-21  moko
                   3729: 
                   3730:        * src/classes/table.C: _locate_name_value does not check arguments
                   3731:          count, so we check it in advance (fixes issue #905)
                   3732: 
                   3733: 2012-10-23  moko
                   3734: 
                   3735:        * buildall: old shell for and echo compatibility (for six)
                   3736: 
                   3737: 2012-10-19  moko
                   3738: 
                   3739:        * buildall: --strip added --disable-safe-mode listed in usage
                   3740: 
                   3741: 2012-10-17  misha
                   3742: 
                   3743:        * src/classes/op.C: - apply-taint should not throw "outside
                   3744:          connect" exception with sql lang now
                   3745: 
                   3746: 2012-10-17  moko
                   3747: 
                   3748:        * src/main/pa_request.C: bugfix: safe mode should be inited for
                   3749:          each request (for apache module)
                   3750: 
                   3751: 2012-09-26  moko
                   3752: 
                   3753:        * src/doc/doxygen.cfg: png -> svg
                   3754: 
                   3755: 2012-09-25  moko
                   3756: 
                   3757:        * tests/: 141.html, results/141.processed: md5 hmac added, long key
                   3758:          test added
                   3759: 
                   3760:        * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
                   3761:          double use when key is long
                   3762: 
                   3763: 2012-09-16  moko
                   3764: 
                   3765:        * src/classes/math.C: Format -> Method Encode -> Format
                   3766: 
                   3767:        * tests/: 141.html, results/141.processed: math:digest hmac test
                   3768:          added
                   3769: 
                   3770: 2012-09-14  moko
                   3771: 
                   3772:        * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
                   3773:          ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
                   3774:          implementation added
                   3775: 
                   3776: 2012-09-12  moko
                   3777: 
                   3778:        * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
                   3779:          targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
                   3780:          targets.dox and string.dox slightly actualized
                   3781: 
                   3782: 2012-08-31  moko
                   3783: 
                   3784:        * ChangeLog: now generated with patched cvs2cl.pl
                   3785: 
                   3786: 2012-07-29  moko
                   3787: 
                   3788:        * tests/285.html, src/main/execute.C, tests/results/285.processed:
                   3789:          result should be pushed after VMethodFrame destructor is called,
                   3790:          as it deletes junctions from stack params (fixes issue #868)
                   3791: 
                   3792: 2012-07-23  moko
                   3793: 
                   3794:        * INSTALL, README: buildall script usage documented, other outdated
                   3795:          info updated.
                   3796: 
                   3797:        * buildall-with-xml, buildall-without-xml: replaced by buildall
                   3798: 
                   3799: 2012-07-21  moko
                   3800: 
                   3801:        * buildall: glib does not compile when threads are disabled...
                   3802: 
                   3803:        * src/types/pa_vmail.C: g_assertion fixes for empty input
                   3804: 
                   3805:        * src/types/pa_vmail.C: yet another fix (strange GPF on object
                   3806:          unref, can't unref nested objects)
                   3807: 
                   3808:        * src/types/pa_vmail.C: another check added
                   3809: 
                   3810: 2012-07-19  moko
                   3811: 
                   3812:        * buildall: usage added
                   3813: 
                   3814:        * buildall: new buildall script that unites buildall-with-xml,
                   3815:          buildall-without-xml, --with-apache and --with-mailreceive
                   3816: 
                   3817:        * configure.in: support for static gmime and dynamic glib linking.
                   3818:          fixes for FreeBSD
                   3819: 
                   3820: 2012-07-17  moko
                   3821: 
                   3822:        * configure.in: --with-mailreceive replaced
                   3823:          --with-static-mailreceive and --with-shared-mailreceive pathlink
                   3824:          removed
                   3825: 
                   3826: 2012-07-16  moko
                   3827: 
                   3828:        * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
                   3829:          capitalized, content now decoded and text content converted to
                   3830:          $request:charset.  all properties are accessed by functions, this
                   3831:          ready for dynamic load.
                   3832: 
                   3833: 2012-06-28  moko
                   3834: 
1.116     moko     3835:        * src/targets/apache/Makefile.am: fix for apache cflags for Linux
                   3836:          32 bit
1.95      moko     3837: 
                   3838: 2012-06-27  moko
                   3839: 
                   3840:        * buildall-with-xml, buildall-without-xml: fetch requires -p for
                   3841:          passive ftp
                   3842: 
                   3843:        * src/lib/ltdl/ltdl.vcproj: release build fixed
                   3844: 
                   3845:        * configure.in: 3.4.2 RC -> 3.4.2
                   3846: 
                   3847: 2012-06-22  moko
                   3848: 
                   3849:        * src/types/pa_vfile.C: returned empty mode to stated files (issue
                   3850:          #815)
                   3851: 
                   3852:        * tests/: 284.html, results/284.processed: output options test
                   3853:          (feature #265)
                   3854: 
                   3855: 2012-06-22  misha
                   3856: 
                   3857:        * tests/215.html: - little changes
                   3858: 
                   3859: 2012-06-21  moko
                   3860: 
                   3861:        * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
                   3862:          types/pa_vxdoc.h: output_options returned and used (bugfix for
                   3863:          feature #265)
                   3864: 
                   3865:        * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
                   3866:          breaks long .*, default 10M restored. (issue #216)
                   3867: 
                   3868:        * tests/: 283.html, results/283.processed: test for issue #815
                   3869:          added
                   3870: 
                   3871:        * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
                   3872:          again, cstrm not required.
                   3873: 
                   3874:        * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
                   3875:          Win32 and broken FreeBSD (issue #45)
                   3876: 
                   3877:        * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
                   3878: 
                   3879:        * src/main/pa_string.C: warnings war
                   3880: 
                   3881:        * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
                   3882:          lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
                   3883:          main/pa_socks.C, targets/apache/pa_threads.C,
                   3884:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   3885:          types/pa_vstatus.C: compilation under cygwin fixed
                   3886: 
                   3887: 2012-06-19  moko
                   3888: 
                   3889:        * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
                   3890:          Windows fixed
                   3891: 
                   3892:        * parser3.sln: removed antique pcre_ctype
                   3893: 
                   3894:        * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
                   3895: 
                   3896:        * src/include/pa_config_fixed.h: undefined reference to
                   3897:          __imp__pcre_* fix for Windows
                   3898: 
                   3899:        * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.116     moko     3900:          lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
                   3901:          pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
                   3902:          (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
                   3903:          define fixed
1.95      moko     3904: 
                   3905: 2012-06-18  moko
                   3906: 
                   3907:        * src/classes/memcached.C: flush -> clear
                   3908: 
                   3909:        * src/classes/memcached.C: memcached does not support quotes even
                   3910:          in server name
                   3911: 
                   3912:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                   3913:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
                   3914:          called on open to check servers existance.  $.key(true) syntax
                   3915:          now supported
                   3916: 
                   3917: 2012-06-17  moko
                   3918: 
                   3919:        * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
                   3920:          cleanup
                   3921: 
                   3922:        * src/classes/table.C, tests/282.cfg, tests/282.html,
                   3923:          tests/results/282.processed: encloser at the EOF bug fixed,
                   3924:          incorrectly enclosed data now processed more logicaly (fixes
                   3925:          #339)
                   3926: 
                   3927: 2012-06-15  moko
                   3928: 
                   3929:        * buildall-without-xml: sync with buildall-with-xml
                   3930: 
                   3931:        * buildall-with-xml: download auto-detected between fetch and curl
                   3932: 
                   3933:        * configure.in: --with-gc and --with-pcre now also processed
                   3934:          correctly
                   3935: 
1.116     moko     3936:        * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
                   3937:          aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
                   3938:          should be run on rol1 using automake / aclocal (GNU automake)
                   3939:          1.11.1 autoconf (GNU Autoconf) 2.68
1.95      moko     3940: 
                   3941:        * configure.in: new PARSER_VERSION logic
                   3942: 
                   3943:        * src/include/pa_version.h: new pa_version.h logic
                   3944: 
                   3945:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                   3946:          classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
                   3947:          types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
                   3948:          feols_normalized -> fis_text_content set_binary added
                   3949: 
                   3950:        * src/targets/cgi/parser3.C: gcc compilation warnings fixed
                   3951: 
                   3952: 2012-06-15  misha
                   3953: 
                   3954:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                   3955:          classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
                   3956:          types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
                   3957:          ^file::create[text;content] EOLs in content now is normalized. (
                   3958:          new feature: #815 )
                   3959: 
                   3960: 2012-06-15  moko
                   3961: 
                   3962:        * configure.in: --disable-version-update added to disable version
                   3963:          update with host information (for debian package) whitespace
                   3964:          optimized
                   3965: 
                   3966:        * configure.in: version changed to 3.4.2 RC no-pic added for
                   3967:          libtool
                   3968: 
                   3969:        * src/include/pa_version.h: Nice pa_version.h default. Please keep
                   3970:          it.
                   3971: 
                   3972: 2012-06-14  moko
                   3973: 
                   3974:        * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
                   3975:          tests/results/281.processed: "hash flocked" error removed for
                   3976:          safe operations like ^h._count[] ( new feature: #335 )
                   3977: 
1.116     moko     3978:        * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95      moko     3979: 
                   3980:        * buildall-with-xml, buildall-without-xml: --with-static -> --with
                   3981: 
                   3982:        * configure.in: --with-static/shared xml replaced with --with-xml,
                   3983:          xml compilation check added
                   3984: 
                   3985:        * configure.in: --with-static/shared-gc, --with-static-pcre are
                   3986:          replaced with --with-gc and --with-pcre test for pcre linking
                   3987:          added
                   3988: 
                   3989: 2012-06-13  moko
                   3990: 
                   3991:        * configure.in: apxs2 check optimized
                   3992: 
                   3993:        * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
                   3994:          .la, includes optimized
                   3995: 
                   3996:        * buildall-with-xml: --with-pic looks better for -fPIC
                   3997: 
                   3998:        * configure.in: switched to convenience library in static linking
                   3999: 
                   4000:        * src/targets/apache/Makefile.am: switched to convenience library
                   4001:          usage to avoid libtool warnings
                   4002: 
                   4003:        * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
                   4004:          md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
                   4005:          smtp/Makefile.am: switched to convenience library usage
                   4006: 
                   4007:        * src/sql/Makefile.am: pa_sql_driver.h should be in includes
                   4008: 
                   4009:        * src/targets/apache/Makefile.am: updated for libtool usage
                   4010: 
                   4011:        * bin/auto.p.dist.in: .cfg removed from charset names.
                   4012: 
                   4013:        * buildall-without-xml: --with-included-ltdl added
                   4014: 
                   4015:        * buildall-without-xml: sync with buildall-with-xml
                   4016: 
                   4017:        * buildall-with-xml: --with-included-ltdl added $cflags added for
                   4018:          -fPIC for x64 $download added for wget success check added
                   4019: 
                   4020:        * buildall-without-xml: --with-dynamic-stdcpp removed
                   4021: 
                   4022:        * configure.in: disable-static returned
                   4023: 
                   4024:        * src/targets/cgi/Makefile.am: Automake 1.9 does not support
                   4025:          LIBTOOLFLAGS
                   4026: 
                   4027: 2012-06-12  moko
                   4028: 
                   4029:        * configure.in, src/targets/cgi/Makefile.am: disable-static not
                   4030:          compatible with LIBTOOLFLAGS for unknown reasons
                   4031: 
                   4032:        * buildall-with-xml: --with-dynamic-stdcpp removed
                   4033: 
                   4034:        * configure.in: static/dynamic -lstdc++ linking option removed
                   4035:          apxs2 check added
                   4036: 
                   4037:        * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
                   4038:          option removed
                   4039: 
                   4040: 2012-06-10  moko
                   4041: 
                   4042:        * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
                   4043:          added
                   4044: 
                   4045:        * src/targets/cgi/pp3.cmd: old PAF stuff
                   4046: 
1.116     moko     4047:        * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
                   4048:          beauty
1.95      moko     4049: 
                   4050:        * depcomp: from libtool 2.4.2
                   4051: 
                   4052:        * configure.in: ltdl directory removed, it has correct Makefile.in
                   4053: 
                   4054: 2012-06-09  moko
                   4055: 
1.116     moko     4056:        * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
                   4057:          install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95      moko     4058:          autogenerated files updated after libtool update
                   4059: 
1.116     moko     4060:        * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
                   4061:          aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95      moko     4062:          config_auto.h.in, config_fixed.h, configure, configure.ac,
                   4063:          configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
                   4064:          lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
                   4065:          config/compile, config/config.guess, config/config.sub,
                   4066:          config/depcomp, config/install-sh, config/ltmain.sh,
                   4067:          config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
                   4068:          libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
                   4069:          libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
                   4070:          libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
                   4071:          loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
                   4072:          loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
                   4073:          m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
                   4074:          m4/lt~obsolete.m4: libtool updated to version 2.4.2
                   4075: 
                   4076:        * configure.in: preparation for new libtool
                   4077: 
                   4078:        * configure.in: Some beauty added :)
                   4079: 
                   4080:        * src/targets/apache/Makefile.am: := -> =
                   4081: 
                   4082:        * src/lib/pcre/: Makefile.am, config.h: config.h removed once
                   4083:          again. :)
                   4084: 
                   4085:        * src/include/pa_config_includes.h, configure.in: limits.h added,
                   4086:          previously was taken from pcre_internal.h. :)
                   4087: 
                   4088:        * src/lib/pcre/Makefile.am: config.h returned
                   4089: 
                   4090:        * src/lib/pcre/config.h: still need this. :)
                   4091: 
                   4092:        * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
                   4093: 
                   4094:        * configure.in: --with-charsets removed; --with-mysql-client & co
                   4095:          removed
                   4096: 
                   4097:        * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
                   4098:          now in parser tree, no need to copy
                   4099: 
                   4100:        * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
                   4101:          ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
                   4102:          pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
                   4103:          debian/patches/101_pcre.patch - local copy of pcre_internal.h
                   4104:          extracts now used old trash removed
                   4105: 
                   4106:        * bin/auto.p.dist.in: all charsets are listed, utf-8 by default,
                   4107:          rare charsets/drivers are commented, sql driver quessing removed
                   4108:          (debian/patches/103_auto_p.patch)
                   4109: 
                   4110:        * etc/parser3.charsets/Makefile.am: charsets now in share
                   4111:          (debian/patches/104_automake.patch) + all charsets are copied
                   4112: 
                   4113:        * buildall-with-xml, buildall-without-xml: curl option removed +
                   4114:          extra arguments now supported
                   4115: 
                   4116: 2012-06-08  misha
                   4117: 
                   4118:        * src/classes/table.C: - one params.as_hash usage was rolled back:
                   4119:          the 2nd option in ^table.hash[] could be hash or table so
                   4120:          .as_hash will throw an exception when table option is specified
                   4121: 
                   4122:        * src/: classes/curl.C, classes/file.C, classes/hash.C,
                   4123:          classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
                   4124:          classes/table.C, classes/void.C, classes/xdoc.C,
                   4125:          include/pa_exception.h, types/pa_vmethod_frame.C,
                   4126:          types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
                   4127:          and improved (whitespaces are allowed as empty options) -
                   4128:          MethodParams::as_table is added - above methods are used for
                   4129:          parsing methods' options ( new feature: #9 )
                   4130: 
                   4131:        * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
                   4132:          to vclass. now class fields can be accessible as a hash:
                   4133:          $h[^hash::create[$asd:CLASS]]
                   4134: 
                   4135:        * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
                   4136:          have get_fields method so their fields can be accessed with
                   4137:          ^reflection:fields[...] & ^reflection:field[...]
                   4138: 
                   4139: 2012-06-06  misha
                   4140: 
                   4141:        * tests/280.html: - tests for
                   4142:          ^reflection:method[obj-or-class;method],
                   4143:          ^reflection:field[obj-or-class;field] and
                   4144:          ^reflection:fields[obj-or-class] are added
                   4145: 
                   4146: 2012-06-05  misha
                   4147: 
                   4148:        * src/classes/reflection.C: - ^reflection:method[class or
                   4149:          object;method name] and ^reflection:field[class or object;field
                   4150:          name] are added
                   4151: 
                   4152:        * src/types/pa_vstateless_class.C: - Method::get_vjunction method
                   4153:          is used
                   4154: 
                   4155:        * src/types/pa_method.h: - Method::as_vjunction method is added
                   4156: 
                   4157: 2012-06-05  moko
                   4158: 
1.116     moko     4159:        * src/targets/Makefile.am: cgi now build with apache module
1.95      moko     4160: 
                   4161:        * src/classes/memcached.C: flish ttl fixed
                   4162: 
                   4163: 2012-06-04  moko
                   4164: 
                   4165:        * src/classes/json.C, src/classes/op.C, tests/279.html,
                   4166:          tests/results/279.processed: ^json:parse[] now supports $.taint
                   4167:          option (new feature #833)
                   4168: 
                   4169: 2012-06-04  misha
                   4170: 
                   4171:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
                   4172:          - search_stop method was moved from pa_vcookie.C to pa_common.C
                   4173: 
                   4174: 2012-06-03  misha
                   4175: 
                   4176:        * src/main/pa_http.C: - ^file:load[...;http://...] - all received
                   4177:          cookies are parced and stored into $.cookies ( new feature: #31 )
                   4178: 
                   4179: 2012-05-30  misha
                   4180: 
                   4181:        * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
                   4182:          incomplete class into a scope while @USE is found
                   4183: 
                   4184:        * src/main/compile.y: - add incomplete class into a scope while
                   4185:          @USE and @CLASS instructions are found ( bugfix: #838 )
                   4186: 
                   4187: 2012-05-30  moko
                   4188: 
                   4189:        * src/types/pa_vclass.C, tests/278.html,
                   4190:          tests/results/278.processed: removed "property has no getter
                   4191:          method" exception when GET_DEFAULT present (fixes #269)
                   4192: 
                   4193:        * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
                   4194:          $._default
                   4195: 
                   4196: 2012-05-29  moko
                   4197: 
                   4198:        * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
                   4199:          uninitialized values usage (new feature: #154)
                   4200: 
                   4201: 2012-05-28  moko
                   4202: 
                   4203:        * tests/277.html, src/classes/json.C, src/classes/reflection.C,
                   4204:          src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
                   4205:          src/types/pa_vdate.h, src/types/pa_vdouble.h,
                   4206:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
                   4207:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   4208:          src/types/pa_vstring.h, src/types/pa_vtable.C,
                   4209:          tests/results/277.processed, src/types/pa_vtable.h,
                   4210:          src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
                   4211:          ^json:string[$o; $.default[$method]] implemented for VObject (new
                   4212:          feature #803)
                   4213: 
                   4214:        * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
                   4215:          tests/results/277.processed: json numbers are now treated as
                   4216:          double ( new feature: #834 )
                   4217: 
                   4218:        * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
                   4219:          main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
                   4220:          added for out of range checks, zero division in vint/vdouble
                   4221:          check added ( fixes #832 )
                   4222: 
                   4223:        * tests/: 275.html, results/275.processed: tests for pa_atoui added
                   4224:          ( fixes #832 )
                   4225: 
                   4226: 2012-05-28  misha
                   4227: 
                   4228:        * buildall-with-xml: - --without-lzma option is added to libxml2
                   4229:          configure
                   4230: 
                   4231:        * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
                   4232:          added - tests for unsupported values for options $.file, $.table
                   4233:          and $.date are added
                   4234: 
                   4235:        * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
                   4236:          accepts "stat" $.file[] option's value in addition to existed
                   4237:          "text" and "base64" ( new feature: #835 )
                   4238: 
                   4239:        * tests/276.html: - test for
                   4240:          ^reflection:delete[$object-or-class;field-name]
                   4241: 
                   4242:        * src/classes/reflection.C: -
                   4243:          ^reflection:delete[$object-or-class;field-name] is added ( new
                   4244:          feature: #268 )
                   4245: 
                   4246: 2012-05-27  misha
                   4247: 
                   4248:        * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
                   4249: 
                   4250: 2012-05-24  misha
                   4251: 
                   4252:        * src/include/pa_common.h: - method lastposafter was removed
                   4253: 
                   4254:        * src/classes/file.C: - use strrpbrk & rskipchars instead of
                   4255:          lastposafter - ^file:dirname[] & Co proper handle windows file
                   4256:          paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
                   4257:          work as *nix commands
                   4258: 
                   4259:        * src/main/pa_request.C: - use strrpbrk instead of lastposafter
                   4260: 
                   4261:        * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
                   4262:          rskipchars were added
                   4263: 
                   4264:        * tests/270.html: - more tests for ^file:find[]
                   4265: 
                   4266:        * tests/065.html: - more tests for ^file:dirname[] & Co
                   4267: 
                   4268:        * src/include/pa_version.h: - must be "win32" here. it is
                   4269:          auto-generated on *nix
                   4270: 
                   4271: 2012-05-24  moko
                   4272: 
                   4273:        * src/classes/math.C: ^math:convert[] now supports uint32 and
                   4274:          throws overflow exception ( new feature: #830 )
                   4275: 
                   4276:        * tests/: 275.html, results/275.processed: test for ^math:convert[]
                   4277:          uint32 support and overflow added ( new feature: #830 )
                   4278: 
                   4279: 2012-05-23  moko
                   4280: 
                   4281:        * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
                   4282:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
                   4283:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
                   4284:          types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
                   4285:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
                   4286:          types/pa_vregex.h, types/pa_vstateless_class.C,
                   4287:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   4288:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   4289:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
                   4290:          "return string as-is" removed from as_expr_result. ( new feature:
                   4291:          #831 )
                   4292: 
                   4293:        * tests/results/244.processed: test changed after bug #782 fix
                   4294:          commited
                   4295: 
                   4296:        * tests/results/229.processed: test results for bug #782 commited
                   4297: 
                   4298:        * tests/: 254.html, results/254.processed: uid now just compared,
                   4299:          not printed. :)
                   4300: 
                   4301: 2012-05-20  moko
                   4302: 
                   4303:        * src/classes/reflection.C: ^reflection:uid[$object] added ( new
                   4304:          feature: #341 )
                   4305: 
                   4306:        * tests/: 254.html, results/254.processed: test for
                   4307:          ^reflection:uid[] added
                   4308: 
                   4309:        * tests/: 254.html, results/254.processed: test for
                   4310:          ^reflection:uid[$obj] added
                   4311: 
                   4312: 2012-05-17  misha
                   4313: 
                   4314:        * src/main/untaint.C: - do not replace ' char by _26 while
                   4315:          exploding filespec-tainting ( new feature: #829 )
                   4316: 
                   4317: 2012-05-12  moko
                   4318: 
                   4319:        * src/types/pa_vvoid.h: is_string now also checked, but get_* -
                   4320:          not.
                   4321: 
                   4322: 2012-05-08  moko
                   4323: 
                   4324:        * src/types/pa_vmethod_frame.h: bug #782 fixed
                   4325: 
                   4326:        * tests/229.html: test for bug #782
                   4327: 
                   4328:        * tests/results/259.processed, src/main/pa_request.C,
                   4329:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   4330:          src/types/pa_vstring.h, src/types/pa_vvoid.C,
                   4331:          src/types/pa_vvoid.h: feature #154 - first empty param now
                   4332:          string; defined locals are empty strings; $STRICT-VARS(true)
                   4333:          added
                   4334: 
                   4335: 2012-04-27  moko
                   4336: 
1.116     moko     4337:        * src/targets/apache/Makefile.am:
1.95      moko     4338:          ../../lib/memcached/libmemcached.a added
                   4339: 
                   4340: 2012-04-27  misha
                   4341: 
                   4342:        * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
                   4343:          ( #827 )
                   4344: 
                   4345: 2012-04-25  moko
                   4346: 
                   4347:        * src/: classes/json.C, classes/memcached.C,
                   4348:          lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
                   4349:          types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
                   4350:          implemented.
                   4351: 
                   4352:        * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
                   4353: 
                   4354: 2012-04-23  moko
                   4355: 
                   4356:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                   4357:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
                   4358:          types/pa_vmemcached.h: open allows options hash for new
                   4359:          memcached(options) function
                   4360: 
                   4361:        * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
                   4362:          not appended
                   4363: 
                   4364: 2012-04-21  moko
                   4365: 
                   4366:        * src/classes/curl.C: '' added. :)
                   4367: 
                   4368:        * src/classes/classes.vcproj: new curl.h location
                   4369: 
                   4370:        * src/classes/curl.C: verbose output redirection from stderr to
                   4371:          file curl option added
                   4372: 
                   4373: 2012-04-20  moko
                   4374: 
                   4375:        * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
                   4376:          contains what we need from curl, #ifdef HAVE_CURL removed
                   4377: 
1.116     moko     4378:        * configure, configure.in, src/classes/Makefile.am,
1.95      moko     4379:          src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.116     moko     4380:          src/lib/Makefile.am, src/lib/curl/Makefile.am,
                   4381:          src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95      moko     4382:          configure option
                   4383: 
                   4384: 2012-04-19  moko
                   4385: 
                   4386:        * src/: classes/double.C, classes/inet.C, classes/int.C,
                   4387:          classes/string.C, lib/gc/include/gc_allocator.h,
                   4388:          types/pa_vform.C: PVS-Studio detected errors fixes, unused
                   4389:          options from sql_result_string removed. (closes issue #468)
                   4390: 
                   4391:        * src/types/pa_vmemcached.C: empty string fix
                   4392: 
                   4393:        * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
                   4394:          pa_vstring.C, pa_vstring.h: serialization helpers moved to
                   4395:          pa_vmemcached.C
                   4396: 
                   4397: 2012-04-18  moko
                   4398: 
                   4399:        * src/targets/apache/mod_parser3.c: "Parser3 module requires
                   4400:          apache2-mpm-prefork" error displayed in threaded mpm.
                   4401: 
                   4402:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
                   4403:          pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
                   4404:          installed (issue #354)
                   4405: 
                   4406: 2012-04-16  moko
                   4407: 
                   4408:        * src/types/pa_vmemcached.C: call to memcached_result_create and
                   4409:          memcached_result_free removed
                   4410: 
                   4411: 2012-04-14  moko
                   4412: 
                   4413:        * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
                   4414: 
                   4415:        * src/types/pa_vmemcached.C: check_key added and used
                   4416: 
                   4417: 2012-04-13  moko
                   4418: 
                   4419:        * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
                   4420:          types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
                   4421:          Serialization_data now added and used, VString now serialized
                   4422:          with languages into memcached.
                   4423: 
                   4424: 2012-03-28  moko
                   4425: 
                   4426:        * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
                   4427:          lib/memcached/pa_memcached.h: result lengths added
                   4428: 
                   4429: 2012-03-27  moko
                   4430: 
                   4431:        * src/types/pa_vmemcached.C: strdup added
                   4432: 
                   4433: 2012-03-24  moko
                   4434: 
                   4435:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                   4436:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
                   4437:          types/pa_vmemcached.h: memcached: mget, flush, fttl added
                   4438: 
                   4439: 2012-03-20  moko
                   4440: 
1.116     moko     4441:        * configure, configure.in: Makefiles.in updated for memcached
1.95      moko     4442: 
                   4443:        * src/targets/cgi/Makefile.am: cleanup
                   4444: 
                   4445:        * src/: types/Makefile.am, types/pa_vmemcached.C,
                   4446:          types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
                   4447: 
                   4448:        * src/: classes/Makefile.am, classes/memcached.C,
                   4449:          lib/memcached/Makefile.am, lib/memcached/constants.h,
                   4450:          lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
                   4451:          lib/memcached/types.h, lib/Makefile.am: memcached initial
                   4452: 
                   4453: 2012-03-16  moko
                   4454: 
                   4455:        * src/main/execute.C: ident now works under Linux + ident displays
                   4456:          filenames (closes issue #818)
                   4457: 
1.116     moko     4458:        * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95      moko     4459:          pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
                   4460:          pa_vmethod_frame_local.h removed
                   4461: 
                   4462:        * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
                   4463:          classes/classes.h, classes/curl.C, classes/date.C,
                   4464:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   4465:          classes/hashfile.C, classes/image.C, classes/inet.C,
                   4466:          classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
                   4467:          classes/memory.C, classes/op.C, classes/reflection.C,
                   4468:          classes/regex.C, classes/response.C, classes/string.C,
                   4469:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   4470:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   4471:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   4472:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   4473:          include/pa_dictionary.h, include/pa_dir.h,
                   4474:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   4475:          include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
                   4476:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                   4477:          include/pa_pool.h, include/pa_random.h, include/pa_request.h,
                   4478:          include/pa_request_charsets.h, include/pa_request_info.h,
                   4479:          include/pa_sapi.h, include/pa_socks.h,
                   4480:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   4481:          include/pa_stack.h, include/pa_string.h,
                   4482:          include/pa_stylesheet_connection.h,
                   4483:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   4484:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   4485:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   4486:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   4487:          lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
                   4488:          lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
                   4489:          lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
                   4490:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                   4491:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
                   4492:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   4493:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   4494:          main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
                   4495:          main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
                   4496:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   4497:          main/pa_string.C, main/pa_stylesheet_connection.C,
                   4498:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   4499:          main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
                   4500:          main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
                   4501:          targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
                   4502:          targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
                   4503:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   4504:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   4505:          types/pa_junction.h, types/pa_method.h, types/pa_property.h,
                   4506:          types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
                   4507:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   4508:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   4509:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
                   4510:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   4511:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
                   4512:          types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
                   4513:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   4514:          types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
                   4515:          types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
                   4516:          types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   4517:          types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
                   4518:          types/pa_vmethod_frame_local.h, types/pa_vobject.C,
                   4519:          types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
                   4520:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   4521:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   4522:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   4523:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   4524:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   4525:          types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
                   4526:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   4527:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
                   4528:          ident now works under Linux + ident displays filenames (closes
                   4529:          issue #818) Copyright updated
                   4530: 
                   4531: 2012-03-13  moko
                   4532: 
                   4533:        * src/main/pa_string.C: compilation fix for feature #741
                   4534: 
                   4535: 2012-03-09  misha
                   4536: 
                   4537:        * tests/193.html: - tests for ^string:base64[encoded] are updated
                   4538: 
                   4539:        * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
                   4540:          now detects invalid base64 chars in the middle of encoded stricg
                   4541:          ( new feature: #55 )
                   4542: 
                   4543:        * src/include/pa_exception.h: - new exception type for base64
                   4544:          decoding is added
                   4545: 
                   4546: 2012-03-06  misha
                   4547: 
                   4548:        * tests/274.html: - tests for ^date::today[] and
                   4549:          ^date.sql-string[datetime|date|time] are added
                   4550: 
                   4551:        * src/classes/date.C: - constructor ^date::today[] is added ( new
                   4552:          feature: #811 ) - ^date.sql-string[] now can accept one param --
                   4553:          strings "datetime", "date" or "time" - comments tidying up
                   4554: 
                   4555:        * src/types/pa_vdate.h: - get_sql_string now can print datetime,
                   4556:          date and time
                   4557: 
                   4558: 2012-03-03  misha
                   4559: 
                   4560:        * tests/193.html: - tests for
                   4561:          ^string:base64[encoded;$.strict(true)] are added
                   4562: 
                   4563:        * tests/results/auto.p: - try-catch operator is added
                   4564: 
                   4565:        * src/: classes/file.C, classes/string.C, include/pa_common.h,
                   4566:          main/pa_common.C: - $.strict(true|false) option is added to
                   4567:          base64 decode methods ( new feature: #55 )
                   4568: 
                   4569:        * src/main/pa_common.C: - base64 decode memory usage was decreased
                   4570:          ( new feature: #819 )
                   4571: 
                   4572: 2012-02-28  moko
                   4573: 
                   4574:        * src/classes/hash.C: ident test
                   4575: 
                   4576: 2012-02-27  misha
                   4577: 
                   4578:        * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
                   4579: 
                   4580: 2012-01-08  misha
                   4581: 
                   4582:        * tests/273.html: - tests for ^string.replace[from;to] are added
                   4583: 
                   4584:        * src/: classes/string.C, include/pa_dictionary.h,
                   4585:          main/pa_dictionary.C, main/pa_string.C: -
                   4586:          ^string.replace[from;to] is added ( new feature: #741 ) -
                   4587:          ^string.replace[one subst here] is slightly optimized
                   4588: 
                   4589: 2011-12-07  misha
                   4590: 
                   4591:        * src/classes/table.C: - $t[^table::create{$empty}] now creates
                   4592:          named table with one empty column ( bugfix: #63 )
                   4593: 
                   4594: 2011-11-30  misha
                   4595: 
                   4596:        * src/classes/json.C: - it's possible to set user's method for
                   4597:          parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
                   4598:          #763 )
                   4599: 
                   4600:        * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
                   4601: 
                   4602: 2011-11-23  misha
                   4603: 
                   4604:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                   4605:          classes/table.C, classes/xdoc.C, types/pa_vfile.C,
                   4606:          types/pa_vfile.h, types/pa_vform.C: - constructor
                   4607:          ^file::create[mode;filename;content[;options]] now accepts binary
                   4608:          mode and file-content - new constructor's format:
                   4609:          ^file::create[string-or-file-content[;$.name[filename]
                   4610:          $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
                   4611:          feature: #65 )
                   4612: 
                   4613:        * src/: include/pa_request.h, main/pa_request.C: - new method
                   4614:          mime_type_of(const String*) is added
                   4615: 
                   4616:        * src/include/pa_exception.h: - new exception constant
                   4617:          FILE_NAME_MUST_BE_SPECIFIED is added
                   4618: 
                   4619:        * src/classes/table.C: - bug with negative offset transformed into
                   4620:          a feature. it means pointing to a row from the end of the table (
                   4621:          new feature: #810 )
                   4622: 
                   4623: 2011-11-19  misha
                   4624: 
                   4625:        * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
                   4626:          â ìåòîäå _select ( new feature: #810 )
                   4627: 
                   4628:        * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
                   4629:          options were specified together is simplified
                   4630: 
                   4631: 2011-11-12  misha
                   4632: 
                   4633:        * src/main/pa_request.C: - forgotten fix for escaping filename in
                   4634:          HTTP content-disposition header (a part of bug #361 )
                   4635: 
                   4636:        * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
                   4637:          checks for ancestors' classes as well ( new feature: #456 )
                   4638: 
                   4639:        * src/classes/op.C: - exceptions for ^break[] and ^continue[]
                   4640:          "without cycle" now have types "parser.break" and
                   4641:          "parser.continue" instead of "parser.runtime" ( new feature: #799
                   4642:          )
                   4643: 
                   4644: 2011-11-11  misha
                   4645: 
                   4646:        * tests/results/: 099.processed, 100.processed, 205.processed,
                   4647:          237.processed: - since bug #361 was fixed the content of filename
                   4648:          in HTTP headers is quoted
                   4649: 
                   4650:        * tests/results/270.processed: - result for test 270
                   4651: 
                   4652:        * tests/: 065.html, results/065.processed: - more tests for
                   4653:          ^file:basename[] & Co were added
                   4654: 
                   4655:        * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
                   4656: 
                   4657:        * tests/270.html: - tests for ^file:find[] are added
                   4658: 
                   4659:        * src/types/pa_vxdoc.C: - now it's possible to specify encoding
                   4660:          using option $.charset. option $.engoding is still supported but
                   4661:          these options can not be specified together
                   4662: 
                   4663:        * src/classes/xdoc.C: - charset.isUTF8 is used instead of
                   4664:          comparation charset name with string "UTF-8" ( bugfix: #759 )
                   4665: 
                   4666: 2011-10-11  misha
                   4667: 
                   4668:        * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
                   4669:          option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
                   4670:          #622)
                   4671: 
                   4672: 2011-09-30  misha
                   4673: 
                   4674:        * src/types/pa_vrequest.C: - saving empty $request:post-body causes
                   4675:          exception "saving stat-ed file" ( bugfix: #395 )
                   4676: 
                   4677: 2011-05-30  misha
                   4678: 
                   4679:        * src/classes/string.C: - fixed bug which was added with
                   4680:          params.as_hash into string:sql
                   4681: 
                   4682: 2011-05-29  misha
                   4683: 
                   4684:        * src/types/pa_value.C: - filename in content-disposition header
                   4685:          must be quoted ( bugfix: #361 )
                   4686: 
                   4687: 2011-05-27  misha
                   4688: 
                   4689:        * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
                   4690:          created file
                   4691: 
                   4692:        * src/classes/: hash.C, mail.C: - little tunning with get_hash
                   4693:          usage
                   4694: 
                   4695:        * src/include/pa_exception.h: - one more string for exception was
                   4696:          added
                   4697: 
                   4698: 2011-05-25  misha
                   4699: 
                   4700:        * tests/269.html: - tests for checking input params in some dom
                   4701:          methods
                   4702: 
                   4703:        * src/classes/: xdoc.C, xnode.C: - validation of some input params
                   4704:          was added. it isn't possible not wo create xdoc with invalid
                   4705:          tagName. ( bugfix: #160 )
                   4706: 
                   4707:        * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
                   4708:          string "data must be string" was mover from pa_exception.h to
                   4709:          pa_xml_exception.h
                   4710: 
                   4711:        * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
                   4712:          as_xmlncname, as_xmlname and as_xmlnsuri were added
                   4713: 
                   4714:        * src/main/pa_xml_exception.C: - XmlException accepts more options
                   4715: 
                   4716:        * src/include/pa_xml_exception.h: - XmlException accepts more
                   4717:          options - XML-related exception's strings were added
                   4718: 
                   4719:        * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
                   4720:          output_options were removed)
                   4721: 
                   4722: 2011-05-19  misha
                   4723: 
                   4724:        * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
                   4725:          params.as_hash is used more while parsing methods hash-options
                   4726: 
                   4727: 2011-05-18  misha
                   4728: 
                   4729:        * operators.txt: - info about json-serialization of xdoc was added
                   4730: 
                   4731:        * tests/256.html: - tests for json-serialization xdoc were added
                   4732: 
                   4733:        * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
                   4734: 
                   4735:        * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   4736:          classes/json.C, classes/xdoc.C: - now json:string can serialize
                   4737:          xdoc-objects. options (the same as ^xdoc.string[]) could be
                   4738:          specified in $.xdoc[] ( new feature: #265 )
                   4739: 
                   4740: 2011-05-15  misha
                   4741: 
                   4742:        * tests/268.html: - tests for ^table.count[with options] were added
                   4743: 
                   4744:        * src/classes/table.C: - method ^table.count[] now can accept
                   4745:          options ( new feature: #93 ): ^table.count[column] returns number
                   4746:          of columns for named table; ^table.count[cells] returns number of
                   4747:          cells in the current row; ^table.count[] & ^table.count[rows]
                   4748:          return number of rows in a table.
                   4749: 
                   4750:        * tests/267.html: - test for checking switch/case in boolean mode
                   4751:          was added
                   4752: 
                   4753:        * src/classes/op.C: - if switch's or case's value is bool, they are
                   4754:          compared as bool values, not as double values: new feature: #351
                   4755: 
                   4756: 2011-05-06  misha
                   4757: 
                   4758:        * tests/242.html: - EOL before EOF was added
                   4759: 
                   4760:        * tests/169.html: - tests for splitting empty string and void were
                   4761:          added
                   4762: 
                   4763:        * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
                   4764:          returned table with one empty cell)
                   4765: 
                   4766: 2011-04-03  misha
                   4767: 
                   4768:        * src/include/pa_version.h, configure.in: - version in head was
                   4769:          changed to 3.4.2b
                   4770: 
                   4771: 2011-03-30  misha
                   4772: 
                   4773:        * src/types/pa_vregex.C: - \w & Co now contain unicode properties
                   4774:          as well ( new feature #294 )
                   4775: 
                   4776: 2011-03-29  misha
                   4777: 
                   4778:        * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
                   4779:          limited to approx. 6 MB. previous limits were too big for real
                   4780:          life. bugfix: #216
                   4781: 
                   4782: 2011-03-04  moko
                   4783: 
                   4784:        * etc/parser3.charsets/cp866.cfg: Conforms to
                   4785:          http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
                   4786: 
                   4787:        * etc/parser3.charsets/cp866.cfg: cp866 initial version from
                   4788:          vlalek@
                   4789: 
                   4790: 2011-02-22  misha
                   4791: 
                   4792:        * src/include/pa_charset.h, operators.txt: - some methods mustn't
                   4793:          be under #ifdef XML or parser can't be compiled without xml
                   4794:          support
                   4795: 
                   4796: 2011-02-21  misha
                   4797: 
1.116     moko     4798:        * src/targets/apache/: Makefile.am: - mention
1.95      moko     4799:          ApacheModuleParser3.vcproj was removed
                   4800: 
                   4801:        * src/types/pa_vjunction.C: - EOL before EOF was added (warning
                   4802:          removed)
                   4803: 
                   4804: 2011-02-20  misha
                   4805: 
                   4806:        * tests/: 266.html, 266.p: - tests for checking $.inherited and
                   4807:          $.overridden in ^reflection:method_info[...] were added
                   4808: 
                   4809:        * src/classes/reflection.C: - beautifying result of
                   4810:          ^reflection:method_info[] ($.overridden/inherited)
                   4811: 
                   4812: 2011-02-18  misha
                   4813: 
                   4814:        * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
                   4815:          and pa_isalnum instead of isalpha and isalnum - bug with
                   4816:          redundand quoting lowercased latin chars while building email
                   4817:          body was fixed
                   4818: 
                   4819:        * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
                   4820:          added (they check for latin chars only)
                   4821: 
                   4822: 2011-02-16  misha
                   4823: 
                   4824:        * src/main/pa_charset.C: - bugfix: in some cases the calculating
                   4825:          string size for transcoding gave too small value (should ever
                   4826:          look for availability char in dest charset inspite of the char
                   4827:          size)
                   4828: 
                   4829: 2011-02-04  moko
                   4830: 
                   4831:        * tests/223.html: header values now not url-encoded (issue #195)
                   4832: 
                   4833: 2011-02-01  misha
                   4834: 
                   4835:        * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
                   4836: 
                   4837: 2011-01-31  misha
                   4838: 
                   4839:        * src/main/pa_request.C: - throw exception if param file_name in
                   4840:          use_file is empty
                   4841: 
                   4842: 2011-01-08  moko
                   4843: 
                   4844:        * src/classes/curl.C: compilations errors fixed
                   4845: 
                   4846: 2010-12-29  moko
                   4847: 
                   4848:        * tests/: 265.html, results/265.processed: test for issue #200
                   4849:          added
                   4850: 
                   4851:        * src/main/pa_string.C: empty regex result check added (fixes issue
                   4852:          #200)
                   4853: 
                   4854:        * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
                   4855: 
                   4856:        * tests/results/223.processed: header values now not url-encoded
                   4857:          (issue #195)
                   4858: 
                   4859:        * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
                   4860:          main/untaint.C: L_HTTP_HEADER now used in http headers values,
                   4861:          pa_http_safe_header_name added for headers names (fixes bug #195)
                   4862: 
                   4863: 2010-12-18  misha
                   4864: 
                   4865:        * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
                   4866:          => pa-include
                   4867: 
                   4868: 2010-11-28  moko
                   4869: 
                   4870:        * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
                   4871: 
                   4872:        * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
                   4873:          -> pa
                   4874: 
                   4875:        * configure.in: apr -> pa
                   4876: 
                   4877:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
                   4878: 
                   4879:        * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
                   4880:          classes/Makefile.am, types/Makefile.am: apr -> pa
                   4881: 
                   4882:        * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
                   4883:          pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
                   4884:          sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
                   4885:          pa-include/pa_apr.h, pa-include/pa_errno.h,
                   4886:          pa-include/pa_file_info.h, pa-include/pa_file_io.h,
                   4887:          pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
                   4888:          module apr name conflict resolved)
                   4889: 
                   4890: 2010-11-27  misha
                   4891: 
                   4892:        * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
                   4893:          libbz2
                   4894: 
                   4895: 2010-11-26  misha
                   4896: 
                   4897:        * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
                   4898:          warnings removed
                   4899: 
                   4900: 2010-11-25  moko
                   4901: 
                   4902:        * operators.txt: $.indent(true)
                   4903: 
                   4904:        * operators.txt: another bugfix. :)
                   4905: 
                   4906:        * operators.txt: bugfix. :)
                   4907: 
                   4908:        * buildall-with-xml: libxml2-2.7.8 + with-apache
                   4909: 
                   4910: 2010-11-24  moko
                   4911: 
1.116     moko     4912:        * configure: apxs support
1.95      moko     4913: 
                   4914:        * configure.in: apxs support -Bstatic gc removed for OS X
                   4915: 
                   4916:        * src/targets/: Makefile.am, apache/Makefile.am: apxs support
                   4917: 
                   4918:        * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
                   4919:          THREAD_LOCAL usage
                   4920: 
                   4921:        * src/: classes/curl.C, include/pa_config_includes.h,
                   4922:          main/pa_globals.C: THREAD_LOCAL defined and used
                   4923: 
                   4924: 2010-11-23  moko
                   4925: 
                   4926:        * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
                   4927:          should be passed to pa_sleep, and only fractional part (bugfix:
                   4928:          #188)
                   4929: 
                   4930:        * src/targets/apache/mod_parser3.c: 1.3 compatibility
                   4931: 
                   4932:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
                   4933:          GC_dont_gc=1, as in cgi version
                   4934: 
                   4935:        * src/targets/apache/mod_parser3.c: warning war
                   4936: 
                   4937:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
                   4938:          pa_httpd.h: version removed, some trash removed
                   4939: 
                   4940:        * src/targets/apache/mod_parser3.c: version removed (we don't want
                   4941:          to show it), warning war
                   4942: 
                   4943:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
                   4944:          pa_httpd.h: parser_status_allowed removed + merge config
                   4945:          functions removed (override is the default) + beauty
                   4946: 
                   4947:        * src/: include/pa_request.h, main/pa_request.C,
                   4948:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
                   4949:          hide $status used in apache module removed
                   4950: 
                   4951: 2010-11-18  moko
                   4952: 
                   4953:        * operators.txt: $.table[compact] added for ^json:string[]
                   4954: 
                   4955: 2010-11-16  moko
                   4956: 
                   4957:        * src/targets/apache/mod_parser3.c: some cleanup done
                   4958: 
                   4959:        * src/main/untaint.C: bugfix: first, second String::Body argument
                   4960:          is hashcode; second, info.fragment_begin is original, not
                   4961:          resulting length
                   4962: 
                   4963:        * src/classes/file.C: new feature: $.stdin now untainted
                   4964: 
                   4965:        * tests/results/264.processed: new feature: $.stdin[] now untainted
                   4966: 
                   4967:        * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
                   4968: 
                   4969:        * src/classes/op.C: ^apply-taint[] method added
                   4970: 
                   4971:        * tests/: 264.html, results/264.processed: ^apply-taint[] test
                   4972:          added; $.stdin untaint test added
                   4973: 
                   4974: 2010-11-15  moko
                   4975: 
                   4976:        * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
                   4977:          removed
                   4978: 
                   4979:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
                   4980:          pa_httpd.h: 2x2 calculated under apache2. :)
                   4981: 
                   4982: 2010-11-13  moko
                   4983: 
                   4984:        * src/targets/apache/mod_parser3.c: initial changes to build module
                   4985:          with apache 2.x includes
                   4986: 
                   4987:        * src/targets/apache/: Makefile.am, mod_parser3.c,
                   4988:          mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
                   4989:          united apache 1.3 / apache 2.x DSO module
                   4990: 
                   4991: 2010-11-09  moko
                   4992: 
                   4993:        * src/types/pa_method.h: check added to dissallow @method[name;*]
                   4994:          syntax
                   4995: 
                   4996:        * tests/: 263.html, results/263.processed: test from method[*args]
                   4997:          added
                   4998: 
                   4999:        * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
                   5000:          number of params can now be passed to a method declared with *arg
                   5001: 
                   5002: 2010-11-06  moko
                   5003: 
                   5004:        * src/classes/table.C: formating fixed. :)
                   5005: 
                   5006:        * src/classes/table.C: closes #4: ^table.select now supports
                   5007:          $.limit(), $.offset, $.reverse() options
                   5008: 
                   5009:        * tests/: 262.html, results/262.processed: test for ^table:select
                   5010:          with options added (feature #4)
                   5011: 
                   5012:        * src/include/pa_array.h: remove function added
                   5013: 
                   5014:        * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
                   5015:          object in get_element/put_element, using static one.
                   5016: 
                   5017: 2010-11-04  moko
                   5018: 
                   5019:        * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
                   5020:          options is passed
                   5021: 
                   5022:        * tests/: 256.html, results/256.processed: $.table[compact] feature
                   5023:          now tested; k and p in handler now tested.
                   5024: 
                   5025:        * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
                   5026:          $.table[compact] feature added
                   5027: 
                   5028:        * src/classes/json.C: key is now passed to handler in
                   5029:          value_json_string; ^json:string result now process tainting
                   5030:          inside and returns clean string, related to issue #153
                   5031: 
                   5032:        * src/main/untaint.C: bugfix: charset can be null (in
                   5033:          ^string:save[] as example), thus check is added
                   5034: 
                   5035: 2010-10-31  moko
                   5036: 
                   5037:        * src/classes/string.C: error message changed (fixes issue #149)
                   5038: 
                   5039: 2010-10-29  moko
                   5040: 
                   5041:        * src/main/pa_http.C: ":port" is now added to "Host:" header if
                   5042:          port is not default (fixes issue #155); exception on invalid port
                   5043:          added.
                   5044: 
                   5045:        * src/main/untaint.C: '*' is now not urlencoded to allow header
                   5046:          "Accept: */*" to be passed
                   5047: 
                   5048: 2010-10-28  moko
                   5049: 
                   5050:        * src/classes/curl.C: bugfix: detect_charset() was throwing
                   5051:          exception on unknown charset even if response_charset was
                   5052:          specified
                   5053: 
                   5054: 2010-10-27  moko
                   5055: 
                   5056:        * src/classes/string.C: ^string.append removed for void
                   5057:          compatibility
                   5058: 
                   5059: 2010-10-26  moko
                   5060: 
                   5061:        * src/classes/json.C: libjson supports array at top level, we too
                   5062:          (GPF fixed)
                   5063: 
                   5064: 2010-10-25  moko
                   5065: 
                   5066:        * tests/: 253.html, results/253.processed: libjson supports array
                   5067:          at top level, parser now supports it as well.
                   5068: 
                   5069:        * tests/261.html, tests/results/261.processed,
                   5070:          src/types/pa_vstring.h: empty string is now void compatible
                   5071:          (allows $empty.key)
                   5072: 
                   5073: 2010-10-22  misha
                   5074: 
                   5075:        * src/types/pa_vcookie.C: - fix for session cookie (was introduced
                   5076:          while adding additional expires checkout)
                   5077: 
                   5078:        * tests/030.html: - test for session cookie was added
                   5079: 
                   5080: 2010-10-21  moko
                   5081: 
                   5082:        * src/: classes/string.C, classes/void.C, main/execute.C,
                   5083:          types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
                   5084:          string (feature #111)
                   5085: 
                   5086:        * tests/: 261.html, results/261.processed: checks void from string
                   5087:          inheritance (feature #111)
                   5088: 
                   5089:        * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
                   5090:          file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
                   5091:          reflection.C, regex.C, string.C, table.C, void.C: used_directly()
                   5092:          now true by default
                   5093: 
                   5094: 2010-10-17  moko
                   5095: 
                   5096:        * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
                   5097:          upload now uses binary blocks instead of L_FILE_POST tainting.
                   5098:          (bugfix: #128)
                   5099: 
                   5100:        * tests/: 223.html, results/223.processed: binary file upload test
                   5101:          added, GPF (issue #128) also checked in this test
                   5102: 
                   5103: 2010-10-13  misha
                   5104: 
                   5105:        * tests/260.html: - test for math:convert
                   5106: 
                   5107:        * src/classes/math.C: - error in math:convert was fixed
                   5108: 
                   5109:        * operators.txt: - info about
                   5110:          ^math:convert[number](from-base;to-base) was added
                   5111: 
                   5112:        * src/classes/math.C: - method
                   5113:          ^math:convert[number](from-base;to-base) for converting number
                   5114:          represention from one base to another was added ( new feature:
                   5115:          #23 )
                   5116: 
                   5117: 2010-10-13  moko
                   5118: 
                   5119:        * src/main/compile.tab.C: [] now is empty string, not void
                   5120: 
                   5121:        * src/main/compile.y: [] now is empty string, not void
                   5122: 
                   5123:        * src/types/pa_vvoid.h: void now passed as parameter
                   5124: 
                   5125:        * tests/: 259.html, results/259.processed: to test difference
                   5126:          between void and empty string (see ticket #111)
                   5127: 
                   5128:        * tests/results/152.processed: $sEmpty[] is now empty string, not
                   5129:          void
                   5130: 
                   5131:        * tests/256.html: $s[$void] is no longer empty string
                   5132: 
                   5133:        * tests/254.html: empty string is no longer void
                   5134: 
                   5135: 2010-10-12  misha
                   5136: 
                   5137:        * src/types/pa_vcookie.C: - check if $.expires value can be
                   5138:          converted to date during cookies set up ( bugfix: #104 )
                   5139: 
                   5140:        * tests/041.html: - more tests for ^table.locate were added
                   5141: 
                   5142:        * src/classes/table.C: - ^table.locate[field;value;options] didn't
                   5143:          work ( bugfix: #129 ) - exception comment for incorrect options
                   5144:          ^table.locate[field;value;options] was fixed
                   5145: 
                   5146: 2010-10-10  moko
                   5147: 
                   5148:        * src/: classes/reflection.C, main/execute.C: constructor returning
                   5149:          another object feature returned
                   5150: 
                   5151:        * tests/results/258.processed: test result updated as constructor
                   5152:          returning another object feature returned
                   5153: 
                   5154:        * tests/: 258.html, results/258.processed: test for constructor
                   5155:          returning another object
                   5156: 
                   5157: 2010-10-08  misha
                   5158: 
                   5159:        * tests/257.html: - whitespaces after @METACOMMANDS and their
                   5160:          options shouldn't cause exceptions any longer
                   5161: 
                   5162: 2010-10-06  moko
                   5163: 
                   5164:        * src/classes/: hash.C, table.C: length from sql server is now
                   5165:          ignored, as sql string can contain 0x00 inside (bugfix: #119)
                   5166: 
                   5167: 2010-10-02  misha
                   5168: 
                   5169:        * operators.txt: - the X mark was removed from ^cache[file]. it is
                   5170:          usable to delete cache file.
                   5171: 
                   5172: 2010-10-02  moko
                   5173: 
                   5174:        * tests/: 253.html, results/253.processed: hook_key added for key
                   5175:          checking
                   5176: 
                   5177:        * src/classes/json.C: null key bug fixed
                   5178: 
                   5179: 2010-09-29  misha
                   5180: 
                   5181:        * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
                   5182: 
                   5183: 2010-09-25  moko
                   5184: 
                   5185:        * src/classes/json.C: small fixed
                   5186: 
                   5187:        * tests/results/: 253.processed, 255.processed: just updated
                   5188: 
                   5189:        * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
                   5190:          results/255.processed: charset transcode test added for
                   5191:          json:parse
                   5192: 
                   5193: 2010-09-24  moko
                   5194: 
                   5195:        * src/types/pa_value.h: warning war :)
                   5196: 
                   5197:        * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
                   5198:          types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
                   5199:          ^json:string
                   5200: 
                   5201: 2010-09-22  moko
                   5202: 
                   5203:        * src/main/pa_charset.C: parser charset tables declare only
                   5204:          white-space before 0x20, thus adding the missing chars
                   5205: 
                   5206:        * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
                   5207:          to http://unicode.org/Public/MAPPINGS/VENDORS/
                   5208: 
                   5209: 2010-09-21  misha
                   5210: 
                   5211:        * src/main/compile.y: - some semicolons were added (VS2010 don't
                   5212:          want to compile grammar if they are absent)
                   5213: 
                   5214:        * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
                   5215: 
                   5216:        * src/classes/classes.vcproj: - pathes to ls and gawk are changed
                   5217: 
                   5218:        * src/main/main.vcproj: - path to bison is changed
                   5219: 
                   5220: 2010-09-21  moko
                   5221: 
1.116     moko     5222:        * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
                   5223:          windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
                   5224:          to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95      moko     5225: 
                   5226: 2010-09-20  misha
                   5227: 
                   5228:        * src/types/pa_vtable.C: - add EOLs while json-serializing table
                   5229: 
                   5230:        * src/classes/json.C: - add EOL while json-serializing hash
                   5231: 
                   5232:        * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
                   5233:          compilers don't like 'ES'.
                   5234: 
                   5235: 2010-09-17  misha
                   5236: 
                   5237:        * operators.txt: - info about json class was added
                   5238: 
                   5239:        * src/classes/json.C: - ^json:string[object]
                   5240: 
                   5241:        * src/: include/pa_request.h, main/pa_request.C: - stuff for
                   5242:          preventing infinite recursion while executing json:string was
                   5243:          added
                   5244: 
                   5245:        * src/include/pa_string.h: - method append_quoted was added
                   5246: 
                   5247:        * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
                   5248:          pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
                   5249:          pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
                   5250:          was added to Value & Co
                   5251: 
                   5252:        * src/classes/date.C: - methods get_gmt_string and get_sql_string
                   5253:          were used
                   5254: 
                   5255:        * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
                   5256:          were added
                   5257: 
                   5258: 2010-09-10  moko
                   5259: 
                   5260:        * src/targets/cgi/parser3.C: vsnprintf now not called twice in
                   5261:          die_or_abort (backport from 3.4.1)
                   5262: 
                   5263:        * src/targets/cgi/parser3.C: vsnprintf now not called twice in
                   5264:          die_or_abort (bugfix: #106)
                   5265: 
                   5266: 2010-09-09  moko
                   5267: 
                   5268:        * src/classes/json.C: warning war. :)
                   5269: 
                   5270: 2010-09-08  misha
                   5271: 
                   5272:        * src/lib/json/Makefile.am: - additional include directories were
                   5273:          added (for pa_memory.h and gc.h)
                   5274: 
                   5275:        * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
                   5276:          compile as C++ instead default - additional include directory was
                   5277:          added (for gc.h)
                   5278: 
                   5279:        * src/types/pa_vform.C: - little code reformating
                   5280: 
                   5281:        * src/classes/file.C: - $.content-type option now can be specified
                   5282:          in ^file::create ( new feature: #102 )
                   5283: 
                   5284: 2010-09-08  moko
                   5285: 
                   5286:        * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
                   5287:          pa_malloc/pa_free
                   5288: 
                   5289: 2010-09-07  moko
                   5290: 
                   5291:        * tests/results/254.processed: VStateless_class:put_element
                   5292:          exception was fixed
                   5293: 
                   5294:        * src/types/: pa_value.h, pa_vstateless_class.h: now
                   5295:          VStateless_class:put_element barks self.type, not this.type
                   5296:          (bugfix: #105)
                   5297: 
                   5298: 2010-09-06  moko
                   5299: 
                   5300:        * src/classes/reflection.C: bugfix: new String() is required for
                   5301:          exception handling
                   5302: 
                   5303:        * tests/: 254.html, results/254.processed: test modified
                   5304: 
                   5305: 2010-09-05  moko
                   5306: 
                   5307:        * tests/: 254.html, results/254.processed: ^reflection:copy test
                   5308:          added
                   5309: 
                   5310:        * src/: classes/reflection.C, include/pa_request.h:
                   5311:          ^reflection:copy implemented (new feature: #100)
                   5312: 
                   5313: 2010-09-03  moko
                   5314: 
                   5315:        * src/lib/json/JSON_parser.C: c++ compatiblity
                   5316: 
                   5317:        * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
                   5318:          option testing added
                   5319: 
                   5320: 2010-09-02  moko
                   5321: 
                   5322:        * src/classes/json.C: $.distinct[first|last|all] added
                   5323: 
                   5324: 2010-09-01  moko
                   5325: 
                   5326:        * tests/results/253.processed: json test result
                   5327: 
                   5328:        * tests/: 253.html, 253_json.txt: json test added
                   5329: 
                   5330:        * src/classes/json.C: json.C update to actual version + hash key
                   5331:          creation bugfix
                   5332: 
                   5333: 2010-08-31  misha
                   5334: 
                   5335:        * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
                   5336:          src/lib/json/Makefile.am, src/lib/json/json.vcproj,
                   5337:          src/lib/Makefile.am, src/classes/Makefile.am,
                   5338:          src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
                   5339:          json library was added
                   5340: 
                   5341: 2010-08-30  moko
                   5342: 
                   5343:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   5344:          types/pa_vobject.C: cosmetic optimization in
                   5345:          request:execute_method usage
                   5346: 
                   5347:        * src/: include/pa_charset.h, main/pa_charset.C: small
                   5348:          optimization, just to decrease number of lines. :)
                   5349: 
                   5350: 2010-08-27  misha
                   5351: 
                   5352:        * src/classes/op.C: - taint[json] was added
                   5353: 
                   5354:        * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
                   5355:          were added
                   5356: 
                   5357:        * src/main/pa_exec.C: - warning fix was rolled back.
                   5358: 
                   5359:        * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
                   5360:          include/pa_string.h: - taint[json] was added - escaping was
                   5361:          slightly modified
                   5362: 
                   5363: 2010-08-25  misha
                   5364: 
                   5365:        * src/classes/file.C: - typo in file:sql exception was fixed
                   5366: 
                   5367:        * src/main/pa_exec.C: - warning about declared and not used
                   5368:          variable forced_allow was removed
                   5369: 
                   5370: 2010-08-14  misha
                   5371: 
                   5372:        * src/classes/hash.C: - two warnings about signed/unsigned mismatch
                   5373:          were removed
                   5374: 
                   5375: 2010-08-11  moko
                   5376: 
                   5377:        * tests/: 249.html, results/249.processed: default setter and
                   5378:          anti-recursive default getter test added
                   5379: 
                   5380:        * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
                   5381:          types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
                   5382:          types/pa_vobject.h, types/pa_vstateless_class.C,
                   5383:          types/pa_vstateless_class.h: default setter support +
                   5384:          anti-recursive default getter support ( new feature: #13 )
                   5385: 
                   5386:        * src/include/pa_hash.h: optimization: threshold member removed
                   5387:          from hash, reducing sizeof(hash)
                   5388: 
                   5389: 2010-08-10  misha
                   5390: 
                   5391:        * tests/196.html: - junction-method was added to the test
                   5392: 
                   5393:        * tests/248.html: - ups. typo :)
                   5394: 
                   5395:        * tests/248.html: - test for checking .match with 4 params
                   5396: 
                   5397:        * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
                   5398:          247_windows1251.txt: - test for "transcode file from utf-8 to
                   5399:          $request:charset during loading if the BOM code is detected"
                   5400: 
                   5401:        * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
                   5402:          $request:charset during loading if the BOM code is detected ( new
                   5403:          feature: #98 )
                   5404: 
                   5405: 2010-08-05  misha
                   5406: 
                   5407:        * src/classes/image.C: - ^image.replace now can accept only 2
                   5408:          params. in this case the whole image is affected ( new feature:
                   5409:          #95 )
                   5410: 
                   5411: 2010-08-04  misha
                   5412: 
                   5413:        * tests/246.html: - test tor ^hash._at[] was added
                   5414: 
                   5415:        * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
                   5416:          #53 )
                   5417: 
                   5418:        * src/include/pa_hash.h: - methods for accessing the first and the
                   5419:          last values of ordered hash were added (first_value and
                   5420:          last_value)
                   5421: 
                   5422:        * src/classes/file.C: - now ^file::base64 accepts up to 4 params
                   5423:          (similar to others file's methods):
                   5424:          ^file::base64[mode;user-file-name;encoded;options] ( new feature:
                   5425:          #68 )
                   5426: 
                   5427:        * src/types/pa_vmethod_frame.h: - helper method as_hash was added
                   5428: 
                   5429: 2010-08-01  moko
                   5430: 
                   5431:        * src/classes/op.C: to correctly process $result[] in code, called
                   5432:          from ^process
                   5433: 
                   5434:        * tests/245.html: $result in ^process[] test added
                   5435: 
                   5436:        * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
                   5437:          main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
                   5438:          types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
                   5439:          VMethodFrame(junction, caller) replaced with VMethodFrame(method,
                   5440:          caller, self) op_call(VMethodFrame &frame, bool constructing)
                   5441:          removed, construct(class,method) added
                   5442: 
                   5443:        * tests/results/: 192.processed, 244.processed: request::construct
                   5444:          added
                   5445: 
                   5446:        * tests/: 244.html, 245.html, results/244.processed,
                   5447:          results/245.processed: object creation exceptions and ^process
                   5448:          tests added
                   5449: 
                   5450: 2010-07-28  misha
                   5451: 
                   5452:        * tests/make_tests.cmd: - win32 EOLs
                   5453: 
                   5454:        * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
                   5455:          tests on Win32 were added (The system timezone should be GMT+3)
                   5456: 
                   5457: 2010-07-26  misha
                   5458: 
                   5459:        * tests/: 212.html, results/212.processed: - sizes were removed
                   5460:          mecause they could be different on different OSs
                   5461: 
                   5462:        * tests/065.html: - make it "win32 friendly"
                   5463: 
                   5464: 2010-07-25  misha
                   5465: 
                   5466:        * src/main/compile.y: - all EOLs between methods are removed during
                   5467:          compilation ( new feature: #47 )
                   5468: 
                   5469:        * tests/results/149.processed: - prepare tests to trim trailing
                   5470:          methods' EOLs
                   5471: 
                   5472:        * tests/149.html: - prepare tests to trim trailing methods' EOLs
                   5473: 
                   5474:        * tests/: results/006.processed, results/014.processed, 006.html,
                   5475:          014.html, 022.html: - prepare tests to trim trailing methods'
                   5476:          EOLs
                   5477: 
                   5478:        * tests/: 059.html, 071.html, 149.html, results/059.processed,
                   5479:          results/071.processed, results/022.processed: - prepare tests to
                   5480:          trim trailing methods' EOLs
                   5481: 
                   5482:        * tests/: results/073.processed, results/109.processed,
                   5483:          results/142.processed, results/144.processed,
                   5484:          results/149.processed, 073.html, 096.html, 109.html, 142.html,
                   5485:          144.html: - prepare tests to trim trailing methods' EOLs
                   5486: 
                   5487:        * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
                   5488:          149.html, 152.html, results/096.processed, results/107.processed,
                   5489:          results/109.processed, results/142.processed,
                   5490:          results/144.processed: - prepare tests to trim trailing methods'
                   5491:          EOLs
                   5492: 
                   5493: 2010-07-24  moko
                   5494: 
                   5495:        * tests/results/: 156.processed, 224.processed: fix for #54 changed
                   5496:          the hash order in this test
                   5497: 
                   5498:        * tests/014.html: to check hash order, hash no is longer sorted
                   5499:          before print
                   5500: 
                   5501:        * src/include/pa_hash.h: hash copy constructor now keeps order
                   5502:          (bugfix: #54)
                   5503: 
                   5504: 2010-07-23  moko
                   5505: 
                   5506:        * tests/results/224.processed: @auto[] is no longer inherited
                   5507: 
                   5508:        * src/types/pa_vstateless_class.C, tests/227.html,
                   5509:          tests/results/227.processed: @auto[] is no longer inherited
                   5510:          (bugfix: #57)
                   5511: 
                   5512: 2010-07-22  misha
                   5513: 
                   5514:        * src/classes/table.C: - don't skip comment lines during
                   5515:          table::load if encloser or separator is set as '#' ( new feature:
                   5516:          #30 )
                   5517: 
                   5518:        * src/targets/cgi/parser3.C: - don't run as cgi if
                   5519:          env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
                   5520:          #12 )
                   5521: 
                   5522:        * src/classes/file.C: - set PARSER_VARSION env before external
                   5523:          script executing
                   5524: 
                   5525: 2010-07-13  misha
                   5526: 
                   5527:        * tests/058.html: - test for suppressing @border was added - test
                   5528:          for user attribute was added
                   5529: 
                   5530:        * tests/results/186.processed: unescaping from \uXXXX
                   5531: 
                   5532:        * tests/186.html: unescaping from \uXXXX
                   5533: 
                   5534:        * tests/: 239.html, results/239.processed: method call type
                   5535: 
                   5536:        * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
                   5537:          $junction_method.CLASS_NAME (+CLASS)
                   5538: 
                   5539: 2010-07-07  misha
                   5540: 
                   5541:        * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
                   5542:          *nix
                   5543: 
                   5544: 2010-07-05  misha
                   5545: 
                   5546:        * src/: classes/curl.C, classes/file.C, classes/hash.C,
                   5547:          classes/image.C, classes/op.C, classes/string.C, classes/table.C,
                   5548:          classes/void.C, main/pa_common.C, main/pa_http.C: - exception
                   5549:          comment strings "options must be hash", "options must be hash,
                   5550:          not code" and "called with invalid option" were replaced by
                   5551:          constatns - exception comment string "invalid option passed" was
                   5552:          replaced by "called with invalid option" (now in different
                   5553:          methods are the same exception comment string)
                   5554: 
                   5555:        * src/include/pa_exception.h: - more exception strings were defined
                   5556: 
                   5557:        * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   5558:          types/pa_vstateless_class.h: - now we can define possible
                   5559:          method's call type ( new feature: #5 )   1.
                   5560:          @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
                   5561:          methods   2. @static:method[params] (only static keyword could be
                   5562:          used here) -- for specified methods
                   5563: 
                   5564:        * src/main/pa_common.C: - junction points should not be deleted on
                   5565:          win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
                   5566:          cleanup
                   5567: 
                   5568: 2010-07-03  misha
                   5569: 
                   5570:        * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
                   5571:          results/158.processed, results/160.processed,
                   5572:          results/161.processed, results/162.processed,
                   5573:          results/163.processed: - prepare tests to trim trailing methods'
                   5574:          EOLs
                   5575: 
                   5576:        * tests/results/169.processed: - prepare tests to trim trailing
                   5577:          methods' EOLs
                   5578: 
                   5579:        * tests/results/: 168.processed, 169.processed: - prepare tests to
                   5580:          trim trailing methods' EOLs
                   5581: 
                   5582:        * tests/: results/170.processed, results/167.processed,
                   5583:          results/168.processed, results/169.processed, 167.html, 168.html,
                   5584:          169.html: - prepare tests to trim trailing methods' EOLs
                   5585: 
                   5586:        * tests/: results/170.processed, results/171.processed,
                   5587:          results/172.processed, results/173.processed,
                   5588:          results/174.processed, results/175.processed, 170.html, 171.html,
                   5589:          172.html, 173.html, 174.html, 175.html: - prepare tests to trim
                   5590:          trailing methods' EOLs
                   5591: 
                   5592:        * tests/: results/176.processed, results/180.processed,
                   5593:          results/184.processed, results/185.processed,
                   5594:          results/191.processed, results/192.processed,
                   5595:          results/196.processed, results/197.processed,
                   5596:          results/198.processed, 176.html, 180.html, 184.html, 185.html,
                   5597:          191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
                   5598:          to trim trailing methods' EOLs
                   5599: 
                   5600:        * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
                   5601:          results/199.processed, results/208.processed,
                   5602:          results/209.processed, results/213.processed,
                   5603:          results/214.processed: - prepare tests to trim trailing methods'
                   5604:          EOLs
                   5605: 
                   5606: 2010-06-29  misha
                   5607: 
                   5608:        * tests/: 220.html, 218.html, results/218.processed,
                   5609:          results/215.processed, results/217.processed, 215.html, 217.html:
                   5610:          - prepare tests to trim trailing methods' EOLs
                   5611: 
                   5612:        * tests/: results/224.processed, 224.html, 223.html,
                   5613:          results/223.processed, results/220.processed: - prepare tests to
                   5614:          trim trailing methods' EOLs
                   5615: 
                   5616:        * tests/results/: 226.processed, 230.processed: - prepare tests to
                   5617:          trim trailing methods' EOLs
                   5618: 
                   5619:        * tests/: 229.html, results/229.processed: - prepare tests to trim
                   5620:          trailing methods' EOLs
                   5621: 
                   5622:        * tests/: 232.html, 235.html, results/232.processed,
                   5623:          results/235.processed, 226.html, 227.html, 228.html, 230.html,
                   5624:          results/226.processed, results/227.processed,
                   5625:          results/228.processed, results/230.processed: - prepare tests to
                   5626:          trim trailing methods' EOLs
                   5627: 
                   5628: 2010-06-16  moko
                   5629: 
                   5630:        * tests/: 229.html, results/229.processed:  elseif now supported in
                   5631:          ^if
                   5632: 
                   5633:        * src/classes/op.C: new feature: #56 elseif now supported in ^if
                   5634: 
                   5635: 2010-06-03  misha
                   5636: 
                   5637:        * src/main/pa_common.C: - bugfix #74 -- memmove should be used
                   5638:          instead of memcopy for overlaped regions
                   5639: 
                   5640: 2010-05-25  misha
                   5641: 
                   5642:        * src/main/pa_common.C: - wanring about unused vars was removed
                   5643: 
                   5644:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
                   5645:          get_method_filename was moved to execute.C
                   5646: 
                   5647: 2010-05-23  misha
                   5648: 
                   5649:        * src/main/pa_request.C: - more accurate detection of method's file
                   5650: 
                   5651: 2010-05-22  misha
                   5652: 
                   5653:        * src/classes/reflection.C: - bugfix: core during detection of
                   5654:          .file if filespec isn't detected successfully
                   5655: 
                   5656: 2010-05-20  misha
                   5657: 
                   5658:        * src/main/pa_request.C: - fix in get_method_filename
                   5659: 
                   5660:        * src/include/pa_request.h: - new feature: #24 -- searching
                   5661:          included file in @USE/^use is changed. if its filespec doesn't
                   5662:          start from '/' it will be searched in caller file directory
                   5663: 
                   5664:        * src/classes/reflection.C: - ^reflection:method_info returns file
                   5665:          where the method is defined
                   5666: 
                   5667:        * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
                   5668:          classes/op.C: - new feature: #24 -- searching included file in
                   5669:          @USE/^use is changed. if its filespec doesn't start from '/' it
                   5670:          will be searched in caller file directory
                   5671: 
                   5672:        * src/: classes/file.C, include/pa_common.h: - method lastposafter
                   5673:          is moved to pa_common.h
                   5674: 
                   5675: 2010-05-18  misha
                   5676: 
                   5677:        * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
                   5678:          types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
                   5679:          cookie parser decode \uXXXX as well as %uXXXX
                   5680: 
                   5681: 2010-05-17  misha
                   5682: 
                   5683:        * src/classes/curl.C: beauty: - unused param is removed in method
                   5684:          _curl_version_action - some spaces were removed or replaced by
                   5685:          tabs
                   5686: 
                   5687:        * src/classes/table.C: - bugfix: #72 core with empty value during
                   5688:          ^table.hash[...;name_of_the_last_column][$.type[string]]
                   5689: 
                   5690: 2010-05-16  misha
                   5691: 
                   5692:        * src/classes/curl.C: new: #61 more curl options were added
                   5693:          (contributed by Sumo)
                   5694: 
                   5695: 2010-04-29  pretender
                   5696: 
                   5697:        * src/main/pa_string.C: fixes #63 Split result from empty string
                   5698:          now empty string.
                   5699: 
                   5700:        * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
                   5701:          string type.
                   5702: 
                   5703: 2010-04-28  pretender
                   5704: 
                   5705:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   5706:          main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
                   5707:          macrodefinition removed
                   5708: 
                   5709: 2010-04-19  pretender
                   5710: 
                   5711:        * src/main/execute.C: fixes #60 Stacktrace now contains info for
                   5712:          OP_CONSTRUCT_OBJECT and OP_GET_CLASS
                   5713: 
                   5714:        * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
                   5715:          fixes #64 Now file.missing exception generates in unsafe mode to.
                   5716: 
                   5717:        * src/classes/file.C: fixes #48 Now not throw "not save environment
                   5718:          variable" exception in grpunlim version.
                   5719: 
                   5720: 2010-04-05  misha
                   5721: 
                   5722:        * src/classes/string.C: - new feature: 4th param was added to
                   5723:          match. if specified its value is returned in case of nothing was
                   5724:          found
                   5725: 
                   5726: 2010-04-01  misha
                   5727: 
                   5728:        * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
                   5729:          multiple execution of /a/b/auto.p
                   5730: 
                   5731: 2010-03-19  misha
                   5732: 
                   5733:        * src/main/execute.C: - core in $table1.$table2 was fixed
                   5734: 
                   5735:        * src/targets/cgi/parser3.C: - core in sigpipe was fixed
                   5736: 
                   5737: 2010-01-27  misha
                   5738: 
                   5739:        * src/main/pa_common.C: - bugfix: there are no excaption.type if
                   5740:          trying to open file by path /existing-file/non-exixting-file
                   5741: 
                   5742: 2010-01-26  misha
                   5743: 
                   5744:        * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
                   5745:          was added (returns file)
                   5746: 
                   5747: 2009-12-22  misha
                   5748: 
                   5749:        * src/classes/curl.C: - method 'option' was renamed to 'options' -
                   5750:          now parser doesn't have class curl if it was built without it
                   5751: 
                   5752: 2009-12-15  misha
                   5753: 
                   5754:        * configure.in: - little cheat with curl include dir was added
                   5755: 
                   5756: 2009-12-05  misha
                   5757: 
                   5758:        * src/classes/curl.C: - some fixes
                   5759: 
                   5760: 2009-12-04  misha
                   5761: 
                   5762:        * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
                   5763:          src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
                   5764:          buildall-with-xml, buildall-without-xml, configure.in: - curl
                   5765:          class was added
                   5766: 
                   5767:        * src/include/pa_hash.h: - hash-iterator was added
                   5768: 
                   5769:        * buildall-with-xml, buildall-without-xml: - option --passive-ftp
                   5770:          was added to pcre
                   5771: 
                   5772: 2009-11-27  misha
                   5773: 
                   5774:        * src/classes/image.C: - don't add @border attribute to output of
                   5775:          ^image.html[] if it was specified by user with empty value
                   5776: 
                   5777:        * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
                   5778:          root element and we are trying to access .documentElement
                   5779: 
                   5780: 2009-11-11  misha
                   5781: 
                   5782:        * src/classes/table.C: - in ^table.flip[] look at number of columns
                   5783:          instead of number of items in first row for named tables
                   5784: 
                   5785: 2009-11-10  misha
                   5786: 
                   5787:        * operators.txt: - info about hash-options in ^file::create was
                   5788:          added
                   5789: 
                   5790:        * tests/237.html: - test for ^file::create[...;$.charset[...]] was
                   5791:          added
                   5792: 
                   5793: 2009-11-09  misha
                   5794: 
                   5795:        * buildall-with-xml: - moving to libxml 2.7.6
                   5796: 
                   5797:        * tests/236.html: - tests for comparations cords with functions
                   5798:          were added
                   5799: 
                   5800:        * src/include/pa_string.h: - optimisation: cacheing of cstr was
                   5801:          added
                   5802: 
                   5803:        * src/main/pa_http.C: - little optimisation
                   5804: 
                   5805:        * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
                   5806:          GPF mallocs + stringstream (table.save)
                   5807: 
                   5808:        * src/classes/file.C: - file::create now accepts 4th param: options
                   5809:          with $.charset
                   5810: 
                   5811:        * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
                   5812:          bug in cord (comparation cords with functions was buggy)
                   5813: 
                   5814: 2009-11-06  misha
                   5815: 
                   5816:        * src/main/pa_string.C: - bugfix: calculation string.length
                   5817:          sometimes was buggy
                   5818: 
                   5819:        * src/classes/string.C: - bugfix: Temp_value_element wasn't
                   5820:          destroyed if exception occured during match/replace
                   5821: 
                   5822:        * src/: main/pa_charset.C, include/pa_charset.h: - method
                   5823:          lengthUTF8Char was added
                   5824: 
                   5825:        * src/classes/op.C: - clean tainting lang was added for user's
                   5826:          usage
                   5827: 
                   5828:        * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
                   5829:          fixed: checkouts are required after GC_MALLOC
                   5830: 
                   5831:        * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
                   5832: 
                   5833:        * operators.txt: - actually, there is no ^untaint[xml] in
                   5834:          file::create
                   5835: 
                   5836: 2009-10-15  misha
                   5837: 
                   5838:        * tests/: 235.html, 235_attach.txt: - tests for preparing email
                   5839:          were added
                   5840: 
                   5841:        * tests/234.html: - more tests for checking ^taint[uri] escaping
                   5842:          were added
                   5843: 
                   5844:        * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
                   5845:          main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
                   5846:          hacking: for dealing with transcoding+^taint[uri]
                   5847:          transcode_and_untaint was replaced by untaint_and_transcode
                   5848: 
                   5849: 2009-10-13  misha
                   5850: 
                   5851:        * tests/: 121.html, results/121.processed: - test transcoding +
                   5852:          url-escaping now
                   5853: 
                   5854:        * tests/results/auto.p: - more helpers' methods were added
                   5855: 
                   5856:        * src/main/pa_globals.C: - die instead of abort
                   5857: 
                   5858: 2009-10-06  misha
                   5859: 
                   5860:        * src/main/pa_common.C: - don't allocate memory during
                   5861:          capitalization if input string is already capitalized
                   5862: 
                   5863:        * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
                   5864: 
                   5865:        * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
                   5866:          use format function because it calls malloc
                   5867: 
                   5868:        * src/include/pa_common.h: - more capitalized headers were added
                   5869: 
                   5870:        * src/main/pa_common.C: - in safe mode clear executable bits during
                   5871:          file writing
                   5872: 
                   5873: 2009-10-05  misha
                   5874: 
                   5875:        * src/main/pa_charset.C: - use iterators in pa_charset.C itself
                   5876: 
                   5877: 2009-10-03  misha
                   5878: 
                   5879:        * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
                   5880:          ^img.text[] & ^img.length[] can work in utf-8 now
                   5881: 
                   5882:        * src/: include/pa_charset.h, main/pa_charset.C: - class
                   5883:          UTF8_string_iterator was added
                   5884: 
                   5885:        * src/classes/image.C: - respect utf-8 when calculate alphabet
                   5886:          length
                   5887: 
                   5888:        * src/classes/mail.C: - check from before get message.cstr
                   5889: 
                   5890: 2009-10-02  misha
                   5891: 
                   5892:        * tests/233.html: - test for image.font, image.length, image.text
                   5893:          with text in utf-8 were added
                   5894: 
                   5895:        * src/main/pa_common.C: - use pa_malloc_atomic instead of new
                   5896: 
                   5897:        * buildall-with-xml, buildall-without-xml: - comment about gc
                   5898:          version for freebsd 4 was added
                   5899: 
                   5900: 2009-10-01  misha
                   5901: 
                   5902:        * src/main/pa_exec.C: - bugfix: allocate a bit more (for
                   5903:          terminator) - read_pipe were slightly optimized
                   5904: 
                   5905: 2009-09-28  misha
                   5906: 
                   5907:        * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
                   5908:          removed
                   5909: 
                   5910:        * src/types/pa_vmail.C: - forgot about space after ':'
                   5911: 
                   5912:        * src/types/pa_vmail.C: - escape filenames while preparing mail
                   5913:          body - small simplifications
                   5914: 
                   5915:        * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
                   5916:          inout params like pa_base64
                   5917: 
                   5918:        * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
                   5919:          option $.debug-print(1) was added to mail:send - changes for
                   5920:          using uue_encode which uses less memory
                   5921: 
                   5922:        * src/main/pa_common.C: - pa_base64_encode uses less memory now
                   5923: 
                   5924:        * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
                   5925:          memory now
                   5926: 
                   5927: 2009-09-26  misha
                   5928: 
                   5929:        * src/types/pa_vmail.C: - default encoding now is base64
                   5930: 
                   5931:        * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
                   5932: 
                   5933: 2009-09-25  misha
                   5934: 
                   5935:        * src/types/pa_vmail.C: - capitalization of headers was added to
                   5936:          sending mail as well
                   5937: 
                   5938:        * buildall-with-xml: - catalog package was removed from libxml
                   5939: 
                   5940:        * src/main/pa_xml_io.C: - fix in removing file:// protocol for
                   5941:          win32 absolute path
                   5942: 
                   5943:        * src/include/pa_common.h: - one more capitalized header was added
                   5944: 
                   5945: 2009-09-22  misha
                   5946: 
                   5947:        * INSTALL: - comment about building just httpd binary while
                   5948:          building apache module was added
                   5949: 
                   5950: 2009-09-21  misha
                   5951: 
                   5952:        * buildall-with-xml: - moving to the latest versions of xml libs:
                   5953:          libxml 2.7.4 and libxslt 1.1.25
                   5954: 
                   5955: 2009-09-19  misha
                   5956: 
                   5957:        * tests/231.html: - test for encoding cookie in win-1251
                   5958: 
                   5959: 2009-09-18  misha
                   5960: 
                   5961:        * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
                   5962:          object] were added
                   5963: 
                   5964:        * operators.txt: - info about method ^reflection:fields[class or
                   5965:          object] was added
                   5966: 
                   5967:        * src/classes/reflection.C: - method ^reflection:fields[class or
                   5968:          object] was added
                   5969: 
                   5970:        * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
                   5971:          methods get_fields were added
                   5972: 
                   5973:        * tests/232.html: - tests for @GET[name]
                   5974: 
                   5975:        * src/classes/table.C: - some changes in handling hash-options for
                   5976:          creare, join and locate
                   5977: 
                   5978:        * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
                   5979:          defined with option: the type of requested value
                   5980: 
                   5981: 2009-09-17  misha
                   5982: 
                   5983:        * tests/212.html: - tests for .pattern and .options were added
                   5984: 
                   5985:        * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
                   5986:          $regex.options were added
                   5987: 
                   5988: 2009-09-11  misha
                   5989: 
                   5990:        * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
                   5991:          rewrited. it checks not just one case of sending cookies during
                   5992:          file::load[http], but also sending headers and fields (including
                   5993:          files)
                   5994: 
                   5995: 2009-09-10  misha
                   5996: 
                   5997:        * src/main/untaint.C: - workaround in file-spec lang for old Macs
                   5998:          was removed => now parser can open files with Russian 'r' in
                   5999:          filename
                   6000: 
                   6001:        * src/main/untaint.C: - bugfix: client charset whould be analized
                   6002:          while escaping cookies but now source charset
                   6003: 
                   6004:        * src/main/pa_http.C: - bugfix: the values of http headers didn't
                   6005:          ^tainted[uri] so it was possible to make request with incorrect
                   6006:          http header
                   6007: 
                   6008:        * src/main/pa_http.C: - capitalization of http headers during
                   6009:          file::load[http was slightly changes - bugfix: all headers which
                   6010:          parser sends during file::load[http should be transcoded and only
                   6011:          then escaped
                   6012: 
                   6013:        * src/main/untaint.C: - a bit more comments were added
                   6014: 
                   6015:        * src/classes/: file.C, string.C: - types where changes (minus 2
                   6016:          warnings)
                   6017: 
                   6018:        * src/include/pa_common.h: - 2 capitalized strings for making http
                   6019:          headers during file::load[http were added
                   6020: 
                   6021: 2009-09-08  misha
                   6022: 
                   6023:        * operators.txt: - changes in file.save and string.save were added
                   6024: 
                   6025:        * tests/: 230.html, 230.txt: - tests for checking options in
                   6026:          file.save and string.save were added
                   6027: 
                   6028:        * src/main/pa_request.C: - http headers names, which are passed to
                   6029:          SAPI::add_header_attribute are lowercased now (it'll be
                   6030:          capitalized in that method)
                   6031: 
                   6032:        * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
                   6033:          classes/string.C: - file_write accepts Request_charsets and asked
                   6034:          charset and cound transcode content before writing - string.save
                   6035:          and file.save have option $.charset now
                   6036: 
                   6037:        * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
                   6038:          classes/xdoc.C: - file_write accepts Request_charsets and asked
                   6039:          charset and cound transcode content before writing
                   6040: 
                   6041:        * src/include/pa_exception.h: - new exception comment string was
                   6042:          defined
                   6043: 
                   6044: 2009-09-07  misha
                   6045: 
                   6046:        * src/main/compile.y: - grammar $name\ name stops now for regex
                   6047:          sub-pattern\s
                   6048: 
                   6049: 2009-09-04  misha
                   6050: 
                   6051:        * src/main/pa_http.C: - capitalization of http headers during
                   6052:          file::load[http was implemented
                   6053: 
                   6054: 2009-09-03  misha
                   6055: 
                   6056:        * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
                   6057:          include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
                   6058:          types/pa_vmail.C, targets/cgi/parser3.C,
                   6059:          targets/isapi/parser3isapi.C: - back to storing response http
                   6060:          headers in lowercase - capitalize them during output
                   6061: 
                   6062: 2009-08-31  misha
                   6063: 
                   6064:        * src/classes/table.C: - allow call with any brackets (it could be
                   6065:          useful in methods with explict result declaration)
                   6066: 
                   6067:        * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
                   6068:          correctly if $request:charset==koi8-r
                   6069: 
                   6070: 2009-08-30  misha
                   6071: 
                   6072:        * src/: include/pa_common.h, main/pa_request.C: - http headers were
                   6073:          changed: content-type => Content-type and so on
                   6074: 
                   6075:        * src/classes/file.C, src/include/pa_common.h,
                   6076:          src/include/pa_request.h, src/main/pa_http.C,
                   6077:          src/main/pa_request.C, src/types/pa_vcookie.C,
                   6078:          src/types/pa_vmail.C, src/targets/cgi/parser3.C,
                   6079:          src/targets/isapi/parser3isapi.C, tests/results/001.processed,
                   6080:          tests/results/002.processed, tests/results/003.processed,
                   6081:          tests/results/004.processed, tests/results/005.processed,
                   6082:          tests/results/006.processed, tests/results/007.processed,
                   6083:          tests/results/008.processed, tests/results/009.processed,
                   6084:          tests/results/010.processed, tests/results/011.processed,
                   6085:          tests/results/012.processed, tests/results/013.processed,
                   6086:          tests/results/014.processed, tests/results/015.processed,
                   6087:          tests/results/016.processed, tests/results/017.processed,
                   6088:          tests/results/018.processed, tests/results/019.processed,
                   6089:          tests/results/020.processed, tests/results/021.processed,
                   6090:          tests/results/022.processed, tests/results/023.processed,
                   6091:          tests/results/024.processed, tests/results/025.processed,
                   6092:          tests/results/026.processed, tests/results/027.processed,
                   6093:          tests/results/028.processed, tests/results/029.processed,
                   6094:          tests/results/030.processed, tests/results/031.processed,
                   6095:          tests/results/032.processed, tests/results/033.processed,
                   6096:          tests/results/034.processed, tests/results/035.processed,
                   6097:          tests/results/036.processed, tests/results/037.processed,
                   6098:          tests/results/038.processed, tests/results/039.processed,
                   6099:          tests/results/040.processed, tests/results/041.processed,
                   6100:          tests/results/042.processed, tests/results/043.processed,
                   6101:          tests/results/044.processed, tests/results/045.processed,
                   6102:          tests/results/046.processed, tests/results/047.processed,
                   6103:          tests/results/048.processed, tests/results/049.processed,
                   6104:          tests/results/050.processed, tests/results/051.processed,
                   6105:          tests/results/052.processed, tests/results/053.processed,
                   6106:          tests/results/054.processed, tests/results/055.processed,
                   6107:          tests/results/056.processed, tests/results/057.processed,
                   6108:          tests/results/058.processed, tests/results/059.processed,
                   6109:          tests/results/060.processed, tests/results/061.processed,
                   6110:          tests/results/062.processed, tests/results/063.processed,
                   6111:          tests/results/064.processed, tests/results/065.processed,
                   6112:          tests/results/066.processed, tests/results/067.processed,
                   6113:          tests/results/068.processed, tests/results/069.processed,
                   6114:          tests/results/070.processed, tests/results/071.processed,
                   6115:          tests/results/072.processed, tests/results/073.processed,
                   6116:          tests/results/074.processed, tests/results/075.processed,
                   6117:          tests/results/076.processed, tests/results/077.processed,
                   6118:          tests/results/078.processed, tests/results/079.processed,
                   6119:          tests/results/080.processed, tests/results/081.processed,
                   6120:          tests/results/082.processed, tests/results/083.processed,
                   6121:          tests/results/084.processed, tests/results/085.processed,
                   6122:          tests/results/086.processed, tests/results/087.processed,
                   6123:          tests/results/088.processed, tests/results/089.processed,
                   6124:          tests/results/090.processed, tests/results/091.processed,
                   6125:          tests/results/092.processed, tests/results/093.processed,
                   6126:          tests/results/094.processed, tests/results/095.processed,
                   6127:          tests/results/096.processed, tests/results/097.processed,
                   6128:          tests/results/098.processed, tests/results/099.processed,
                   6129:          tests/results/100.processed, tests/results/101.processed,
                   6130:          tests/results/102.processed, tests/results/103.processed,
                   6131:          tests/results/104.processed, tests/results/105.processed,
                   6132:          tests/results/106.processed, tests/results/107.processed,
                   6133:          tests/results/108.processed, tests/results/109.processed,
                   6134:          tests/results/110.processed, tests/results/111.processed,
                   6135:          tests/results/112.processed, tests/results/113.processed,
                   6136:          tests/results/114.processed, tests/results/115.processed,
                   6137:          tests/results/116.processed, tests/results/117.processed,
                   6138:          tests/results/118.processed, tests/results/119.processed,
                   6139:          tests/results/120.processed, tests/results/121.processed,
                   6140:          tests/results/122.processed, tests/results/123.processed,
                   6141:          tests/results/124.processed, tests/results/125.processed,
                   6142:          tests/results/126.processed, tests/results/127.processed,
                   6143:          tests/results/128.processed, tests/results/129.processed,
                   6144:          tests/results/130.processed, tests/results/131.processed,
                   6145:          tests/results/132.processed, tests/results/133.processed,
                   6146:          tests/results/134.processed, tests/results/135.processed,
                   6147:          tests/results/136.processed, tests/results/138.processed,
                   6148:          tests/results/139.processed, tests/results/140.processed,
                   6149:          tests/results/141.processed, tests/results/142.processed,
                   6150:          tests/results/143.processed, tests/results/144.processed,
                   6151:          tests/results/145.processed, tests/results/146.processed,
                   6152:          tests/results/147.processed, tests/results/148.processed,
                   6153:          tests/results/149.processed, tests/results/150.processed,
                   6154:          tests/results/151.processed, tests/results/152.processed,
                   6155:          tests/results/153.processed, tests/results/154.processed,
                   6156:          tests/results/155.processed, tests/results/156.processed,
                   6157:          tests/results/157.processed, tests/results/158.processed,
                   6158:          tests/results/159.processed, tests/results/160.processed,
                   6159:          tests/results/161.processed, tests/results/162.processed,
                   6160:          tests/results/163.processed, tests/results/164.processed,
                   6161:          tests/results/165.processed, tests/results/166.processed,
                   6162:          tests/results/167.processed, tests/results/168.processed,
                   6163:          tests/results/169.processed, tests/results/170.processed,
                   6164:          tests/results/171.processed, tests/results/172.processed,
                   6165:          tests/results/173.processed, tests/results/174.processed,
                   6166:          tests/results/175.processed, tests/results/176.processed,
                   6167:          tests/results/177.processed, tests/results/178.processed,
                   6168:          tests/results/179.processed, tests/results/180.processed,
                   6169:          tests/results/181.processed, tests/results/182.processed,
                   6170:          tests/results/183.processed, tests/results/184.processed,
                   6171:          tests/results/185.processed, tests/results/186.processed,
                   6172:          tests/results/187.processed, tests/results/188.processed,
                   6173:          tests/results/189.processed, tests/results/190.processed,
                   6174:          tests/results/191.processed, tests/results/192.processed,
                   6175:          tests/results/193.processed, tests/results/194.processed,
                   6176:          tests/results/195.processed, tests/results/196.processed,
                   6177:          tests/results/197.processed, tests/results/198.processed,
                   6178:          tests/results/199.processed, tests/results/200.processed,
                   6179:          tests/results/201.processed, tests/results/202.processed,
                   6180:          tests/results/203.processed, tests/results/204.processed,
                   6181:          tests/results/205.processed, tests/results/206.processed,
                   6182:          tests/results/207.processed, tests/results/208.processed,
                   6183:          tests/results/209.processed, tests/results/210.processed,
                   6184:          tests/results/211.processed, tests/results/212.processed,
                   6185:          tests/results/213.processed, tests/results/214.processed,
                   6186:          tests/results/215.processed, tests/results/216.processed,
                   6187:          tests/results/217.processed, tests/results/218.processed,
                   6188:          tests/results/219.processed, tests/results/220.processed,
                   6189:          tests/results/221.processed, tests/results/222.processed,
                   6190:          tests/results/223.processed, tests/results/224.processed,
                   6191:          tests/results/225.processed, tests/results/226.processed,
                   6192:          tests/results/227.processed, tests/results/228.processed,
                   6193:          tests/results/229.processed: - http headers were changed:
                   6194:          content-type => Content-type and so on
                   6195: 
                   6196: 2009-08-27  misha
                   6197: 
                   6198:        * src/: main/pa_random.C, include/pa_random.h,
                   6199:          targets/cgi/parser3.C: - year was updated :)
                   6200: 
                   6201: 2009-08-26  misha
                   6202: 
                   6203:        * tests/: 224.html, 224.p: - test for creating of parser object
                   6204:          using constructor without params - little bugfix in test
                   6205: 
                   6206:        * src/main/compile_tools.h: - bugfix: should't call autouse while
                   6207:          checking existed class while processing partial option
                   6208: 
                   6209:        * src/classes/reflection.C: - bugfix: core when creating object
                   6210:          with reflection and constructor doesn't have params
                   6211: 
                   6212: 2009-08-24  misha
                   6213: 
                   6214:        * tests/229.html: - tests for checking the number of parameters
                   6215:          were added
                   6216: 
                   6217:        * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
                   6218:          number of method's parameters wasn't checked correctly (the bug
                   6219:          was introduced in 3.4.0)
                   6220: 
                   6221: 2009-08-22  misha
                   6222: 
                   6223:        * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
                   6224:          transcoded, but tainted pieces are escaped only when
                   6225:          content-type==url-encoding
                   6226: 
                   6227:        * tests/228.html: - test for checking
                   6228:          ^file::load[http://...;$.body[]]
                   6229: 
                   6230:        * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
                   6231:          post charset was too early (charsets is empty at this moment)
                   6232: 
                   6233: 2009-08-21  misha
                   6234: 
                   6235:        * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
                   6236:          main/untaint.C: - some fixes with transcode+untaint
                   6237: 
                   6238: 2009-08-15  misha
                   6239: 
                   6240:        * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
                   6241:          was increaced to 100 (was 50)
                   6242: 
                   6243:        * tests/227.html: - test for checking overriding properties in
                   6244:          static classes was added
                   6245: 
                   6246:        * tests/: 226.html, 226.p: - test for @autoload[] was added
                   6247: 
                   6248:        * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
                   6249:          main/execute.C, main/pa_request.C, classes/reflection.C: -
                   6250:          autouse was implemented
                   6251: 
                   6252: 2009-08-14  misha
                   6253: 
                   6254:        * src/classes/reflection.C: - outdated checkout was removed
                   6255: 
                   6256:        * src/classes/reflection.C: - optimization - method ^dynamical was
                   6257:          added.
                   6258: 
                   6259:        * src/: types/pa_value.h, types/pa_vmethod_frame.h,
                   6260:          types/pa_vstateless_class.h, main/execute.C: - optimization
                   6261: 
                   6262:        * src/types/pa_vclass.C: - exception if base on sytem class
                   6263: 
                   6264: 2009-08-12  misha
                   6265: 
                   6266:        * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
                   6267:          pa_vstateless_class.h: - little optimisation
                   6268: 
                   6269: 2009-08-11  misha
                   6270: 
                   6271:        * tests/224.html: - method_params => method_info - checking for
                   6272:          $.inherited
                   6273: 
                   6274:        * src/classes/reflection.C, operators.txt: - method method_params
                   6275:          was renamed to method_info and now it returns class name, if
                   6276:          method was defined in ancestor
                   6277: 
                   6278:        * tests/225.html: - tests for cheching properties in hierarhical
                   6279:          classes were added
                   6280: 
                   6281:        * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
                   6282:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   6283:          main/compile.y, main/execute.C, classes/classes.C: - problems
                   6284:          with properties in new classes implementation were fixed
                   6285: 
                   6286: 2009-08-10  misha
                   6287: 
                   6288:        * src/main/execute.C: - now constructor shouldn't be defined in
                   6289:          class. it could be defined in parent.
                   6290: 
                   6291: 2009-08-09  misha
                   6292: 
                   6293:        * src/classes/reflection.C: - ^reflection:methods doesn't return
                   6294:          base's methods
                   6295: 
                   6296: 2009-08-08  misha
                   6297: 
                   6298:        * src/: classes/classes.h, classes/date.C, classes/file.C,
                   6299:          classes/form.C, classes/hash.C, classes/hashfile.C,
                   6300:          classes/image.C, classes/mail.C, classes/op.C,
                   6301:          classes/reflection.C, classes/regex.C, classes/string.C,
                   6302:          classes/table.C, classes/xdoc.C, classes/xnode.C,
                   6303:          classes/xnode.h, include/pa_hash.h, main/execute.C,
                   6304:          main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
                   6305:          types/pa_method.h, types/pa_property.h, types/pa_value.C,
                   6306:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   6307:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   6308:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
                   6309:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   6310:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   6311:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   6312:          types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
                   6313:          types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
                   6314:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
                   6315:          types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   6316:          types/pa_vresponse.C, types/pa_vresponse.h,
                   6317:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   6318:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   6319:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
                   6320:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   6321:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   6322:          types/pa_wwrapper.h, types/types.vcproj: - new classes
                   6323:          implementation
                   6324: 
                   6325:        * buildall-with-xml, buildall-without-xml: - gc has a bug if
                   6326:          USE_MUNMAP is used. so it is disabled as a workaround.
                   6327: 
                   6328: 2009-08-05  misha
                   6329: 
                   6330:        * src/: main/pa_common.C, include/pa_common.h: - not needed
                   6331:          parameter was removed
                   6332: 
                   6333:        * src/main/pa_http.C: - bugfix: error was during detecting
                   6334:          content-type of file which was loaded by http
                   6335: 
                   6336: 2009-08-01  misha
                   6337: 
                   6338:        * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
                   6339:          src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
                   6340:          OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
                   6341:          can't be disabled with defines any longer
                   6342: 
                   6343: 2009-07-29  misha
                   6344: 
                   6345:        * src/classes/reflection.C, tests/results/224.processed: - for
                   6346:          native methods with any call type now returned empty call_type
                   6347:          value
                   6348: 
                   6349:        * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
                   6350:          classes/table.C, include/pa_hash.h, include/pa_request.h,
                   6351:          main/pa_request.C: - break in cycles was optimized
                   6352: 
                   6353:        * INSTALL: - more defines were described
                   6354: 
                   6355: 2009-07-28  misha
                   6356: 
                   6357:        * operators.txt: - some changes in information about reflection
                   6358:          class
                   6359: 
                   6360:        * tests/: 224.html, 224.p: - tests for reflection class
                   6361: 
                   6362:        * src/classes/reflection.C: - some bugs were fixed, method classes
                   6363:          was added, refactoring
                   6364: 
                   6365: 2009-07-26  misha
                   6366: 
                   6367:        * src/classes/classes.vcproj: - reflection class wass added to
                   6368:          project
                   6369: 
                   6370:        * operators.txt: - information about reflection class was added
                   6371: 
                   6372:        * src/classes/reflection.C: - class was redesigned
                   6373: 
                   6374: 2009-07-24  misha
                   6375: 
                   6376:        * src/classes/: Makefile.am, reflection.C: - class reflection was
                   6377:          added
                   6378: 
                   6379:        * src/types/pa_vstateless_class.h: - method for reflection method's
                   6380:          in classes was added
                   6381: 
                   6382: 2009-07-22  misha
                   6383: 
                   6384:        * src/main/compile_tools.h: - bugfix: $object.$var was
                   6385:          over-optimized. it failed if $object1.$object2.field
                   6386: 
                   6387: 2009-07-16  misha
                   6388: 
                   6389:        * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
                   6390:          lib/cord/cordxtra.c, lib/cord/include/cord.h,
                   6391:          include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
                   6392:          CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
                   6393:          one more arg: length of cord
                   6394: 
                   6395: 2009-07-15  misha
                   6396: 
                   6397:        * src/main/pa_http.C: - bugfix: $.cookies' values should be force
                   6398:          tainted in ^file::load[http://...;$.cookies[]]
                   6399: 
                   6400:        * src/classes/: op.C, regex.C, string.C: - new string with
                   6401:          exception was used
                   6402: 
                   6403:        * src/include/pa_exception.h: - new string with exception was added
                   6404: 
                   6405:        * tests/223.html: - test for checking cookie-encoding during
                   6406:          ^file::load[http was added
                   6407: 
                   6408:        * tests/: 221.html, 222.html: - tests for checking type of
                   6409:          $table.fields.field were added
                   6410: 
                   6411:        * src/types/pa_vtable.C: - not used var decl was removed
                   6412: 
                   6413:        * src/include/pa_string.h: - use cached string length in Body::mid.
                   6414:          it improves speed of match with brackets in pattern
                   6415: 
                   6416:        * src/lib/cord/include/cord.h: - make CORD_substr_checked available
                   6417:          outside
                   6418: 
                   6419: 2009-07-14  misha
                   6420: 
                   6421:        * src/types/pa_vtable.C: - $table.fields.a return string even if
                   6422:          column is empty (sometime returned void) - $table.fields was
                   6423:          added for nameless tables
                   6424: 
                   6425:        * src/targets/cgi/getopt.c: - one warning resolved
                   6426: 
                   6427:        * src/main/pa_string.C: - potentian bug fixed
                   6428: 
                   6429:        * src/classes/op.C: - small optimization in taint/untaint
                   6430: 
                   6431: 2009-07-13  misha
                   6432: 
                   6433:        * tests/156.html: - test for $cookie[...$.httponly(false)...] was
                   6434:          added
                   6435: 
                   6436:        * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
                   6437:          souldn't add the attribut to output
                   6438: 
                   6439: 2009-07-11  misha
                   6440: 
                   6441:        * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
                   6442:          stack size was increaced to 2MB (default=1MB)
                   6443: 
                   6444: 2009-07-08  misha
                   6445: 
                   6446:        * src/main/pa_string.C: - link to UTF-8 description was added
                   6447: 
                   6448:        * src/include/pa_hash.h: - hash keeps element's order in more
                   6449:          places (ex: ._keys[])
                   6450: 
                   6451:        * tests/220.html: - test for checking order of elements in hash in
                   6452:          foreach was added
                   6453: 
                   6454:        * tests/172.html: - small changes in printing hash
                   6455: 
                   6456:        * tests/129.html: - small changes in printing hash
                   6457: 
                   6458:        * src/: include/pa_common.h, include/pa_hash.h,
                   6459:          include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
                   6460:          types/pa_vmethod_frame.h: - hash now keeps order of elements
                   6461: 
                   6462:        * tests/014.html: - small changes in printing hash
                   6463: 
                   6464: 2009-07-07  misha
                   6465: 
                   6466:        * src/classes/op.C: - new taint language "parser-code" was added
                   6467: 
                   6468:        * tests/219.html: - test for auto untaint parser code in process
                   6469:          was added
                   6470: 
                   6471:        * src/classes/op.C: - tainted pieces in body of process are
                   6472:          auto-untainted now: ^ -> ^^, $ -> ^$ etc.
                   6473: 
                   6474:        * src/: include/pa_string.h, main/untaint.C: - new language
                   6475:          L_PARSER_CODE for auto-untaint in process was added
                   6476: 
                   6477:        * src/: classes/file.C, classes/hash.C, classes/image.C,
                   6478:          classes/op.C, classes/string.C, classes/table.C, classes/void.C,
                   6479:          classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
                   6480:          main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
                   6481:          main/untaint.C, types/pa_value.h, types/pa_vhash.h,
                   6482:          types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
                   6483:          code cleanup
                   6484: 
                   6485: 2009-07-06  misha
                   6486: 
                   6487:        * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
                   6488:          table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
                   6489:          deleted. taint_cstr[m] and untaint_cstr[m] should be used
                   6490: 
                   6491:        * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
                   6492:          pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
                   6493:          pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
                   6494:          cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
                   6495:          should be used
                   6496: 
                   6497:        * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
                   6498:          pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
                   6499:          cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
                   6500:          untaint_cstr[m] should be used
                   6501: 
                   6502:        * src/include/pa_string.h: - cstr(params) and cstrm(params) were
                   6503:          deleted. taint_cstr[m] and untaint_cstr[m] should be used
                   6504: 
                   6505:        * tests/218.html: - test for checking automatic file-spec-taint was
                   6506:          added
                   6507: 
                   6508:        * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
                   6509:          types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
                   6510:          classes/file.C, classes/hash.C, classes/image.C,
                   6511:          classes/string.C, classes/table.C, classes/void.C,
                   6512:          classes/xdoc.C: - optimizations and simplification of
                   6513:          string.cstr(...)
                   6514: 
                   6515:        * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
                   6516:          main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
                   6517:          - optimizations and simplification of string.cstr(...)
                   6518: 
                   6519: 2009-07-04  misha
                   6520: 
                   6521:        * tests/217.html: - test for recursion detection was added
                   6522: 
                   6523:        * src/: types/types.vcproj, main/main.vcproj,
                   6524:          classes/classes.vcproj, targets/cgi/parser3.vcproj,
                   6525:          targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
                   6526:          from .vcproj
                   6527: 
                   6528:        * src/types/pa_wwrapper.h: - dynamic_cast was removed
                   6529: 
                   6530:        * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
                   6531:          uploading files and case-insensitive http-method were added
                   6532: 
                   6533:        * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
                   6534:          tainted pattern in ^file:list[] was added
                   6535: 
                   6536: 2009-07-03  misha
                   6537: 
                   6538:        * src/: classes/classes.vcproj, main/main.vcproj,
                   6539:          types/types.vcproj, targets/cgi/parser3.vcproj,
                   6540:          targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
                   6541:          for dynamic_cast) - little options changes
                   6542: 
                   6543:        * src/main/pa_http.C: - file::load[http works now with uploading
                   6544:          files _and_ changing $.charset
                   6545: 
                   6546: 2009-06-29  misha
                   6547: 
                   6548:        * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
                   6549:          while creating pattern
                   6550: 
                   6551: 2009-06-25  misha
                   6552: 
                   6553:        * src/classes/image.C, operators.txt: - options' names for
                   6554:          ^image.font were changed to $.space, $.width and $spacing -
                   6555:          default space width now == gif's width
                   6556: 
                   6557: 2009-06-24  misha
                   6558: 
                   6559:        * tests/215.html: - tests for $file.mode were added
                   6560: 
                   6561:        * operators.txt: - added info about $file.mode and changes in
                   6562:          ^image.font[
                   6563: 
                   6564:        * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
                   6565:          param now could be omited - third param now could be hash (with
                   6566:          all widths options: $.space-width, $.letter-width) - it's
                   6567:          possible to specify tracking ($.letter-space)
                   6568: 
                   6569:        * src/classes/file.C: - file objects now could have mode field
                   6570:          (text|binary)
                   6571: 
                   6572:        * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
                   6573: 
                   6574: 2009-06-23  misha
                   6575: 
                   6576:        * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
                   6577:          trim can work with utf-8 chars now
                   6578: 
                   6579: 2009-06-20  misha
                   6580: 
                   6581:        * src/: classes/hash.C, main/pa_string.C: - string length cacheing
                   6582:          was implemented
                   6583: 
                   6584:        * src/classes/table.C: - string length cacheing was implemented
                   6585: 
                   6586:        * src/include/pa_string.h: - string length cacheing was implemented
                   6587: 
                   6588: 2009-06-17  misha
                   6589: 
                   6590:        * src/main/execute.C: - value param was removed from
                   6591:          WContext::WContext
                   6592: 
                   6593:        * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
                   6594:          pa_wwrapper.h: - value param was removed from WContext::WContext
                   6595:          - field wcontext was removed from VCodeFrame (using fparent
                   6596:          instead)
                   6597: 
                   6598:        * tests/214.html: - test with hash copying
                   6599: 
                   6600: 2009-06-16  misha
                   6601: 
                   6602:        * tests/: 062.html, results/062.processed: - evaluation hardcoded
                   6603:          strings doesn't work in expression anymore
                   6604: 
                   6605:        * src/main/execute.C: - less calls for get_constructing() - little
                   6606:          refactoring
                   6607: 
                   6608:        * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
                   6609:          include/pa_request.h: - less calls for get_constructing()
                   6610: 
                   6611:        * src/classes/: hash.C, hashfile.C: - fixed bug which was
                   6612:          introduced with OPTIMIZE_SINGLE_STRING optimization
                   6613: 
                   6614: 2009-06-14  misha
                   6615: 
                   6616:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   6617:          classes/hashfile.C, classes/image.C, classes/regex.C,
                   6618:          classes/table.C, classes/xdoc.C, classes/xnode.h,
                   6619:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
                   6620:          types/pa_vstateless_class.h, main/execute.C: - create object for
                   6621:          storing object's fields only for parser objects
                   6622: 
                   6623: 2009-06-13  misha
                   6624: 
                   6625:        * buildall-with-xml, buildall-without-xml: - new option was added
                   6626:          for building GC (it slightly reduces memory usage)
                   6627: 
                   6628:        * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
                   6629:          single string write
                   6630: 
                   6631:        * src/main/execute.C: - bytecode optimization of ^class:constructor
                   6632:          - optimization of single string write
                   6633: 
                   6634:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
                   6635:          - bytecode optimization of ^class:constructor
                   6636: 
                   6637: 2009-06-09  misha
                   6638: 
                   6639:        * src/targets/cgi/parser3.C: - type size_t was changed to int in
                   6640:          main (better compatibility)
                   6641: 
                   6642: 2009-06-08  misha
                   6643: 
                   6644:        * src/main/compile.y: - I've forgot to commit it :(
                   6645: 
                   6646: 2009-06-07  misha
                   6647: 
                   6648:        * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
                   6649:          WITH_READ and WITH_ROOT
                   6650: 
                   6651:        * src/main/: compile.y, compile_tools.C, compile_tools.h,
                   6652:          execute.C: - more optimizations for WITH_SELF, WITH_READ and
                   6653:          WITH_ROOT - little refactoring
                   6654: 
                   6655: 2009-06-06  misha
                   6656: 
                   6657:        * tests/213.html: - tests for 3rd match string-param were added
                   6658: 
                   6659:        * src/classes/string.C: - 3rd match param could be string now
                   6660: 
                   6661:        * src/main/: compile.y, compile_tools.h: - much more bytecode's
                   6662:          sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
                   6663:          GET_OBJECT_ELEMENT
                   6664: 
                   6665: 2009-06-05  misha
                   6666: 
                   6667:        * src/main/pa_http.C: - bugfix: content-length was not calculated
                   6668:          if $.body was specified
                   6669: 
                   6670: 2009-06-04  misha
                   6671: 
                   6672:        * src/classes/op.C: - optimizing write_assign_lang in connect
                   6673: 
                   6674:        * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
                   6675: 
                   6676:        * src/main/execute.C: - little refactoring - optimizing
                   6677:          write_assign_lang in taint/untaint
                   6678: 
                   6679:        * src/include/pa_opcode.h: - little refactoring
                   6680: 
                   6681:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
                   6682:          main/compile_tools.h, main/execute.C: - optimizations for
                   6683:          $self.field, ^self.method, $self.field[...] and $self.field(...)
                   6684:          were added
                   6685: 
                   6686: 2009-06-03  misha
                   6687: 
                   6688:        * src/types/pa_venv.C: - pa_strdup was replaced by strdup
                   6689: 
                   6690: 2009-06-02  misha
                   6691: 
                   6692:        * src/: main/compile.y, main/compile_tools.h, main/execute.C,
                   6693:          include/pa_opcode.h: - refactoring in last optimizations
                   6694:          ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
                   6695:          now but code is much easy and it is ready for further
                   6696:          improvements.
                   6697: 
                   6698: 2009-05-27  misha
                   6699: 
                   6700:        * src/: types/pa_junction.h, types/pa_vjunction.C,
                   6701:          types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
                   6702:          changed in destructing junctions
                   6703: 
                   6704:        * src/main/: pa_charset.C, pa_string.C: - more safe creation on
                   6705:          String:Body
                   6706: 
                   6707: 2009-05-26  misha
                   6708: 
                   6709:        * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
                   6710:          one method detect_charset was deleted - bug was fixed in this
                   6711:          method (error while detecting charset in content_type withot last
                   6712:          ';')
                   6713: 
                   6714:        * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
                   6715:          once
                   6716: 
                   6717: 2009-05-25  misha
                   6718: 
                   6719:        * src/classes/file.C: - bugfix: file::exec didn't work after
                   6720:          optimizing of helper_length
                   6721: 
                   6722: 2009-05-24  misha
                   6723: 
                   6724:        * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
                   6725:          were added - little refactoring
                   6726: 
                   6727:        * src/main/execute.C: - core while printing in debug log
                   6728:          non-printable values was fixed - $a[$b.c] and $a[$b.$c]
                   6729:          optimisations were added
                   6730: 
                   6731:        * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
                   6732:          were added
                   6733: 
                   6734: 2009-05-23  misha
                   6735: 
                   6736:        * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
                   6737:          lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
                   6738:          CORD_cat optimization
                   6739: 
                   6740:        * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
                   6741:          - call constr optimisation under separate define now
                   6742: 
                   6743:        * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
                   6744:          in $b should be string, not void
                   6745: 
                   6746:        * src/main/compile.y: - little fix for rem-cut optimisation
                   6747: 
                   6748:        * src/: include/pa_opcode.h, main/compile_tools.C,
                   6749:          main/compile_tools.h, main/execute.C: - optimisations for
                   6750:          $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
                   6751: 
                   6752:        * INSTALL: - description of some #defined were added
                   6753: 
                   6754:        * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
                   6755:          before 1st access (memory usage is reduced if don't access to
                   6756:          .text field)
                   6757: 
                   6758:        * src/include/pa_array.h: - array grows step now not static (it
                   6759:          reduces numbers of reallocs)
                   6760: 
                   6761: 2009-05-20  misha
                   6762: 
                   6763:        * src/include/pa_opcode.h: - bytecode optimization for $a(1),
                   6764:          $.b(2), $c[d] and $.e[f] was added
                   6765: 
                   6766:        * src/main/: compile.y, compile_tools.C, compile_tools.h,
                   6767:          execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
                   6768:          $.e[f] was added
                   6769: 
                   6770:        * src/main/execute.C: - debug printing moved in defines
                   6771: 
                   6772:        * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
                   6773:          and little refactoring for OP_GET_OBJECT_ELEMENT +
                   6774:          OP_GET_OBJECT_VAR_ELEMENT optimisation
                   6775: 
                   6776: 2009-05-19  misha
                   6777: 
                   6778:        * src/main/: compile.y, compile_tools.C, compile_tools.h,
                   6779:          execute.C: - $a.$b & ^a.$b bytecode optimisation
                   6780: 
                   6781:        * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
                   6782:          ^a.$b optimisation)
                   6783: 
                   6784:        * src/main/compile.y: - compiler now generate new opcodes:
                   6785:          OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
                   6786:          ^a.b - compiler now cut off ^rem{ with all content ; any number
                   6787:          of params }
                   6788: 
                   6789:        * src/main/execute.C: - code for handle new opcodes
                   6790:          OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
                   6791: 
                   6792:        * src/main/: compile_tools.C, compile_tools.h: - new parameter was
                   6793:          added for LA2V and LA2S
                   6794: 
                   6795:        * src/include/pa_opcode.h: - new defines which can be used for
                   6796:          disable some bytecode optimisation and new opcodes were added
                   6797: 
                   6798: 2009-05-17  misha
                   6799: 
                   6800:        * src/lib/cord/cordxtra.c: - bugfix.
                   6801: 
                   6802:        * tests/212.html: - .size[] and .study_size[] were added to tests
                   6803: 
                   6804:        * operators.txt: - info about regex class was added
                   6805: 
                   6806:        * tests/212.html: - tests for regex class were added
                   6807: 
                   6808: 2009-05-16  misha
                   6809: 
                   6810:        * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
                   6811:          gc7.1
                   6812: 
                   6813:        * tests/022.html: - test for ^file:list[path;] (empty second param)
                   6814:          was added
                   6815: 
                   6816:        * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
                   6817:          param) should work
                   6818: 
                   6819: 2009-05-15  misha
                   6820: 
                   6821:        * src/classes/table.C: - automatically disable stringstream usage
                   6822:          on freebsd4
                   6823: 
                   6824:        * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
                   6825:          scope
                   6826: 
                   6827:        * tests/211.html: - test with different types of access to hash was
                   6828:          added
                   6829: 
                   6830:        * tests/210.html: - test which checks for loosing tainting in
                   6831:          hash's keys was added
                   6832: 
                   6833:        * tests/208.html: - some parser work added. or stime == 0 %-)
                   6834: 
                   6835:        * src/lib/cord/cordbscs.c: - little hack was added to cord
                   6836: 
                   6837:        * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
                   6838: 
                   6839:        * src/include/pa_version.h, configure.in: - moko have made a lot of
                   6840:          optimisations for increacing version number more dramatically :)
                   6841: 
                   6842:        * src/classes/date.C: - little refactoring: use constructor which
                   6843:          accepts formated string
                   6844: 
                   6845:        * src/: include/pa_string.h, main/pa_string.C: - String constructor
                   6846:          which can print formatted string was added
                   6847: 
                   6848: 2009-05-14  misha
                   6849: 
                   6850:        * src/include/pa_string.h: - type was fixed
                   6851: 
                   6852:        * src/: classes/hashfile.C, classes/op.C,
                   6853:          include/pa_cache_managers.h, include/pa_charset.h,
                   6854:          include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
                   6855:          include/pa_request.h, include/pa_sql_driver_manager.h,
                   6856:          include/pa_string.h, include/pa_stylesheet_manager.h,
                   6857:          include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
                   6858:          main/pa_charsets.C, main/pa_string.C,
                   6859:          main/pa_stylesheet_connection.C, types/pa_value.h,
                   6860:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   6861:          types/pa_vobject.C, types/pa_vstateless_class.C,
                   6862:          types/pa_vstateless_class.h: - hash_code caching was implemented
                   6863:          (seaches should be faster now)
                   6864: 
                   6865:        * src/: classes/file.C, classes/hash.C, classes/image.C,
                   6866:          classes/string.C, classes/table.C, include/pa_string.h,
                   6867:          main/pa_charset.C, main/pa_http.C, main/pa_request.C,
                   6868:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
                   6869:          types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
                   6870:          types/pa_vrequest.C: - String constructors don't have that stupid
                   6871:          true/false param which means 'tainted'. they accept lang instead.
                   6872: 
                   6873:        * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
                   6874:          with OPTIMIZE_RESULT
                   6875: 
                   6876:        * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
                   6877:          wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
                   6878: 
                   6879: 2009-05-13  misha
                   6880: 
                   6881:        * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
                   6882:          types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
                   6883:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   6884:          types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
                   6885:          types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
                   6886:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                   6887:          include/pa_string.h, classes/date.C, classes/file.C,
                   6888:          classes/hash.C, classes/image.C, classes/string.C,
                   6889:          classes/table.C, classes/xdoc.C: - result optimisation -
                   6890:          helper_length parameter removed from string constructors
                   6891: 
                   6892: 2009-05-11  misha
                   6893: 
                   6894:        * tests/209.html: - tests for ^hash::create[hash] were added
                   6895: 
                   6896:        * tests/208.html: - tests for $status:rusage, $status:memory,
                   6897:          ^memory:compact[] were added
                   6898: 
                   6899:        * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
                   6900:          log10 were added
                   6901: 
                   6902:        * tests/206.html: - test for try with finally was added
                   6903: 
                   6904: 2009-05-10  misha
                   6905: 
                   6906:        * tests/205.html: - test for ^file::create[...] was added
                   6907: 
                   6908:        * tests/204.html: - test for ^response:clear[] was added
                   6909: 
                   6910:        * tests/038.html: - tests for trigonometric functions were added
                   6911: 
                   6912:        * tests/014.html: - tests for ^hash.containts and ^hash.delete were
                   6913:          added - more tests for .add, .sub, .union, .intersects and
                   6914:          .intersections
                   6915: 
                   6916:        * tests/065.html: - test for ^file:dirname was added
                   6917: 
                   6918:        * tests/030.html: - test for $cookie:fields was added
                   6919: 
                   6920:        * tests/203.html: - test for ^h._keys[column name] was added
                   6921: 
                   6922:        * tests/201.html: - tests for .trim were added
                   6923: 
                   6924:        * tests/202.html: - tests for last-day,
                   6925:          date:calendar[type](YYYY;MM;DD) were added
                   6926: 
                   6927:        * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
                   6928:          .offset[type](N) were added
                   6929: 
                   6930:        * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
                   6931:          and .pos[c](N) were added
                   6932: 
                   6933:        * tests/141.html: - test for math:sha1 was added
                   6934: 
                   6935:        * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
                   6936: 
                   6937: 2009-05-09  misha
                   6938: 
                   6939:        * src/main/compile.y: - rollback
                   6940: 
                   6941: 2009-05-05  misha
                   6942: 
                   6943:        * src/main/pa_exec.C: - little optimisation: somewhere length() was
                   6944:          replaced by is_empty()
                   6945: 
                   6946:        * src/: include/pa_string.h, main/pa_charset.C: - little
                   6947:          optimisation: somewhere length() was replaced by is_empty()
                   6948: 
                   6949:        * src/classes/table.C: - little optimisation: somewhere length()
                   6950:          was replaced by is_empty()
                   6951: 
                   6952:        * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
                   6953:          classes/op.C, classes/table.C, main/pa_exception.C: - little
                   6954:          optimisation: somewhere length() was replaced by is_empty()
                   6955: 
                   6956: 2009-05-04  misha
                   6957: 
                   6958:        * src/: types/pa_method.h, types/pa_vstateless_class.C,
                   6959:          types/pa_vstateless_class.h, main/execute.C,
                   6960:          include/pa_request.h, classes/hash.C, classes/op.C,
                   6961:          classes/table.C: - more optimisations were added: some operators
                   6962:          don't switch write context anylonger
                   6963: 
                   6964: 2009-05-01  misha
                   6965: 
                   6966:        * src/main/compile.y: - slightly more opcode optimisations for
                   6967:          WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
                   6968: 
                   6969:        * src/main/execute.C: - simplifying process for getters
                   6970: 
                   6971: 2009-04-30  misha
                   6972: 
                   6973:        * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
                   6974: 
                   6975:        * tests/results/199.processed: - test for checking $result into
                   6976:          ^rem was added
                   6977: 
                   6978:        * tests/199.html: - test for checking $result into ^rem was added
                   6979: 
                   6980:        * tests/: 022.html, 096.html: - þsort after :list was asses (on
                   6981:          some OS it returns list in different order)
                   6982: 
                   6983:        * src/: include/pa_array.h, include/pa_request.h,
                   6984:          include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
                   6985:          changes in stack impl - get_element() optimisation: 3rd param
                   6986:          removed - bugfix: problems with reading empty input param -
                   6987:          defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
                   6988: 
                   6989:        * tests/results/198.processed: - test for reading empty local var
                   6990:          was added
                   6991: 
                   6992:        * tests/198.html: - test for reading empty local var was added
                   6993: 
                   6994: 2009-04-29  misha
                   6995: 
                   6996:        * src/main/compile.y: - bugfix: couldn't compile because
                   6997:          OP_VALUE__GET_ELEMENT should be unde #ifdef
                   6998: 
                   6999:        * src/: include/pa_array.h, include/pa_opcode.h,
                   7000:          include/pa_request.h, main/compile.y, main/execute.C,
                   7001:          main/pa_request.C, types/pa_vmethod_frame.C,
                   7002:          types/pa_vmethod_frame.h: - we can work without opcode
                   7003:          OP_STORE_PARAM, so it was removed
                   7004: 
                   7005: 2009-04-28  misha
                   7006: 
                   7007:        * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
                   7008:          op-codes optimisation:   1. VALUE+GET_CLASS=>VALUE_GET_CLASS   2.
                   7009:          WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
                   7010:          3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
                   7011:          4.
                   7012:          WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
                   7013: 
                   7014:        * src/main/compile_tools.h: - new stuff for op-codes optimisation
                   7015: 
                   7016:        * src/: main/pa_string.C, classes/string.C: - !length() =>
                   7017:          is_empty()
                   7018: 
                   7019: 2009-04-27  misha
                   7020: 
                   7021:        * src/types/pa_vregex.h: - back explicit vars initialisation
                   7022: 
                   7023: 2009-04-24  misha
                   7024: 
                   7025:        * src/classes/string.C: - ups. typo fixed
                   7026: 
                   7027:        * src/main/execute.C: - more replacements '*new VBool' to
                   7028:          'VBool::get' - checks for ^break[], ^continue[] and
                   7029:          parser.interrupted were optimised
                   7030: 
                   7031:        * src/classes/string.C: - number of params.count() calls was
                   7032:          slightly reduced
                   7033: 
                   7034: 2009-04-23  misha
                   7035: 
                   7036:        * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
                   7037:          make it x64 friendly
                   7038: 
                   7039:        * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
                   7040:          parser is x64 friendly now
                   7041: 
                   7042: 2009-04-22  misha
                   7043: 
                   7044:        * src/types/pa_vhashfile.C: - coder friendly exception about
                   7045:          exceeding record size was added
                   7046: 
                   7047:        * src/classes/file.C: - use vregex object instead of direct calls
                   7048:          methods from pcre lib
                   7049: 
                   7050:        * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
                   7051:          classes/string.C: - use vregex object instead of direct calls
                   7052:          methods from pcre lib
                   7053: 
                   7054:        * src/: include/pa_common.h, main/pa_common.C: - method
                   7055:          print_pcre_exec_error_text was moved to class vregex
                   7056: 
                   7057:        * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
                   7058:          was added
                   7059: 
                   7060:        * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
                   7061:          - class vregex was added
                   7062: 
                   7063: 2009-04-21  misha
                   7064: 
                   7065:        * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
                   7066: 
                   7067:        * src/: types/pa_junction.h, types/pa_value.C,
                   7068:          types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
                   7069:          types/pa_wcontext.h, main/execute.C, classes/op.C: -
                   7070:          junction-optimisation (destructors)
                   7071: 
                   7072:        * src/include/pa_array.h: - free under if now
                   7073: 
                   7074: 2009-04-19  misha
                   7075: 
                   7076:        * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
                   7077: 
                   7078: 2009-04-18  misha
                   7079: 
                   7080:        * src/include/pa_version.h:
                   7081:          :q :
                   7082: 
                   7083:          CV:
                   7084:          ----------------------------------------------------------------------
                   7085: 
                   7086:        * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
                   7087:          refactoring
                   7088: 
                   7089:        * src/: include/pa_array.h, include/pa_hash.h,
                   7090:          types/pa_vmethod_frame.h: - destructors under #ifdef now
                   7091: 
                   7092:        * src/include/pa_memory.h: - define for using destructors was added
                   7093: 
                   7094:        * src/: types/pa_method.h, types/pa_vstateless_class.C,
                   7095:          main/execute.C: - some junctions will be cached now
                   7096: 
                   7097:        * src/include/pa_hash.h: - hash destructor frees pairs now
                   7098: 
                   7099:        * src/include/pa_array.h: - inline was added to destructor
                   7100: 
                   7101:        * src/types/pa_method.h: - comment was changed
                   7102: 
                   7103: 2009-04-17  misha
                   7104: 
                   7105:        * src/: include/pa_array.h, include/pa_hash.h,
                   7106:          types/pa_vmethod_frame.h: - destructors were added
                   7107: 
                   7108:        * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
                   7109:          renamed to always_use_result
                   7110: 
                   7111:        * src/main/: compile.y, compile_tools.h: - rollback changes in
                   7112:          compiler: full backward compatibility is better
                   7113: 
                   7114:        * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
                   7115:          result in var's hash
                   7116: 
                   7117:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
                   7118:          optimisation in method_frame
                   7119: 
                   7120:        * src/include/pa_array.h: - optimisation in array (allocate
                   7121:          elements only when needed)
                   7122: 
                   7123:        * src/types/pa_vresponse.C: - check for $response:headers field
                   7124:          before looking at custom fields
                   7125: 
                   7126:        * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
                   7127:          not needed to check existance var with name 'result' in var's
                   7128:          hash
                   7129: 
                   7130:        * src/main/compile.y: - compiler was changed: now it detects
                   7131:          writings to $result and set flag writo_to_result in method
                   7132: 
                   7133:        * src/classes/string.C: - little optimisation: no needed to write
                   7134:          number with lang
                   7135: 
                   7136:        * src/main/pa_charset.C: - methods readChar and skipChar which is
                   7137:          used for read utf8-strings were renamed - is_escaped was renamed
                   7138:          to isEscaped (to the same name convention)
                   7139: 
                   7140:        * src/: types/pa_method.h, main/compile_tools.h: - flag
                   7141:          write_to_result added. compiler get this info from code.
                   7142: 
                   7143: 2009-04-16  misha
                   7144: 
                   7145:        * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
                   7146:          String only before 1st write
                   7147: 
                   7148:        * src/include/pa_string.h: - not needed template removed
                   7149: 
                   7150:        * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
                   7151:          types/pa_vjunction.C, types/pa_vproperty.C,
                   7152:          types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
                   7153:          main/pa_request.C, classes/bool.C, classes/double.C,
                   7154:          classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
                   7155:          classes/void.C, classes/xnode.C: - bool optimisation (use only 2
                   7156:          bool objects)
                   7157: 
                   7158: 2009-04-15  misha
                   7159: 
                   7160:        * src/lib/cord/cordxtra.c: - more optimisation
                   7161: 
                   7162:        * src/: include/pa_string.h, main/untaint.C: - String::append
                   7163:          optimisation
                   7164: 
                   7165:        * src/include/pa_hash.h: - get_by_hash_code added (it works faster
                   7166:          then get and can sometime be used)
                   7167: 
                   7168:        * src/main/pa_string.C: - String::length optimisation
                   7169: 
                   7170:        * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
                   7171:          these methods read different strings
                   7172: 
                   7173:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
                   7174:          fresult_initial_void removed + some optimisation - if $result
                   7175:          defined we don't write to context anymore
                   7176: 
                   7177:        * src/main/pa_charset.C: - readChar => skipChar (in this place we
                   7178:          need just skip char)
                   7179: 
                   7180:        * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   7181:          types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
                   7182:          classes/table.C: - VVoid::get() => new VVoid (one void-instance)
                   7183: 
                   7184:        * src/types/pa_vvoid.h: - added get() method for retreave one
                   7185:          instance
                   7186: 
                   7187: 2009-04-11  misha
                   7188: 
                   7189:        * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
                   7190: 
                   7191:        * tests/197.html: - test for parser://test in xml was added
                   7192: 
                   7193:        * src/classes/string.C: - small optimisation
                   7194: 
                   7195:        * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
                   7196:          optimisation
                   7197: 
                   7198: 2009-04-10  misha
                   7199: 
                   7200:        * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
                   7201:          to pcre-7.8
                   7202: 
                   7203:        * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
                   7204: 
                   7205:        * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
                   7206:          added
                   7207: 
                   7208:        * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
                   7209:          $request:CLASS_NAME were added
                   7210: 
                   7211:        * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
                   7212:          were added
                   7213: 
                   7214:        * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
                   7215:          $env:CLASS_NAME were added
                   7216: 
                   7217:        * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
                   7218:          '@todo' now
                   7219: 
                   7220:        * src/targets/cgi/parser3.C: - size_t -> int for calming down
                   7221:          compirer
                   7222: 
                   7223:        * src/main/pa_string.C: - little code cleanup
                   7224: 
                   7225:        * src/main/pa_common.C: - describe one more UTF-8 related error
                   7226:          during PCRE compile/execute
                   7227: 
                   7228:        * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
                   7229:          normalizing todo-comments: '@todo' now
                   7230: 
                   7231:        * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
                   7232: 
                   7233:        * src/main/pa_charset.C: - type changed for making compiler happy
                   7234: 
                   7235: 2009-03-10  misha
                   7236: 
                   7237:        * src/targets/cgi/parser3.C: make g++ happy with the type of argc
                   7238:          in main()
                   7239: 
                   7240: 2009-02-01  misha
                   7241: 
                   7242:        * src/main/pa_http.C: - bugfix: double CRLF before the end of
                   7243:          boundary
                   7244: 
                   7245: 2009-01-25  misha
                   7246: 
                   7247:        * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
                   7248: 
                   7249:        * src/classes/file.C: - more changes for parsing different number
                   7250:          of params for file::load
                   7251: 
                   7252:        * tests/193.html: - tests for exception while base64-decode binary
                   7253:          to string was added
                   7254: 
                   7255:        * tests/192.html: - tests for file::load with different number of
                   7256:          options
                   7257: 
                   7258:        * src/classes/math.C: - ups. forgot '+1'
                   7259: 
                   7260:        * src/: classes/table.C, classes/file.C, include/pa_common.h,
                   7261:          include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
                   7262:          main/pa_http.C: - ^file::load[...;http://...;] now can post files
                   7263:          (new option $.encode[multipart-form/data] should be specified) -
                   7264:          $.method[] option for file::load now is not case-sensitive
                   7265: 
                   7266:        * src/: include/pa_string.h, main/untaint.C: - for file post the
                   7267:          new taint language L_FILE_POST was added
                   7268: 
                   7269:        * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
                   7270:          main/main.vcproj, classes/math.C, include/Makefile.am: - some
                   7271:          stuff was moved to separate files
                   7272: 
                   7273: 2009-01-23  misha
                   7274: 
                   7275:        * src/classes/math.C: - little optimisation in ^math:sha1[] -
                   7276:          spaces to tabs were converted
                   7277: 
                   7278: 2009-01-12  misha
                   7279: 
                   7280:        * src/main/pa_http.C: - value of $.method[] option force uppercased
                   7281:          now
                   7282: 
                   7283:        * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   7284:          types/pa_vform.C, types/pa_vmail.C: - some constants changed
                   7285:          their names
                   7286: 
                   7287:        * src/main/pa_common.C: - changes in formating
                   7288: 
                   7289:        * src/: classes/file.C, main/pa_http.C: - some constants changed
                   7290:          their names
                   7291: 
                   7292:        * src/include/pa_http.h: - some spaces were converted to tabs
                   7293: 
                   7294:        * src/include/pa_common.h: - some constants changed their names
                   7295: 
                   7296:        * src/classes/file.C: - fixed 4-th paramether for file::load -
                   7297:          little code rewriting
                   7298: 
                   7299:        * src/types/pa_vfile.C: - little code rewriting
                   7300: 
                   7301:        * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
                   7302:          types/pa_value.h: - some formating changes
                   7303: 
                   7304:        * src/include/pa_common.h: - some formating spaces transformed to
                   7305:          tabs
                   7306: 
                   7307:        * src/classes/string.C: - exception while base64-decode binary to a
                   7308:          string
                   7309: 
                   7310: 2009-01-11  misha
                   7311: 
                   7312:        * configure.in: - version changed to 3.3.1b
                   7313: 
                   7314: 2008-09-05  misha
                   7315: 
                   7316:        * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
                   7317:          release_3_3_0 on 2008-09-05 10:59:35 +0000
                   7318: 
                   7319: 2008-09-04  misha
                   7320: 
                   7321:        * tests/: 130.html, 131.html: - these exceptions not typeless
                   7322:          anymore
                   7323: 
                   7324:        * src/classes/op.C: - exception with 'invalid taint language' not
                   7325:          typeless anylonger
                   7326: 
                   7327:        * src/classes/image.C: - some exceptions while operations with
                   7328:          image not typeless anymore
                   7329: 
                   7330:        * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
                   7331:          main/pa_exec.C, main/pa_http.C: - some exceptions while
                   7332:          operations with files not typeless anymore
                   7333: 
                   7334:        * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
                   7335:          types/pa_vdate.h: - exceptions while checking date range not
                   7336:          typeless anymore
                   7337: 
                   7338:        * src/include/pa_exception.h: - exception type string for invalid
                   7339:          date range was added
                   7340: 
                   7341: 2008-09-03  misha
                   7342: 
                   7343:        * src/: classes/file.C, main/pa_string.C: - exception while pce
                   7344:          operations not typeless anymore
                   7345: 
                   7346:        * src/include/pa_exception.h: - exception type for pce operations
                   7347:          was added
                   7348: 
                   7349:        * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
                   7350:          and .CLASS_NAME insite classes
                   7351: 
                   7352:        * src/classes/table.C: - don't save table header whiile
                   7353:          ^table.save[append;filename] if file exists
                   7354: 
                   7355: 2008-09-02  misha
                   7356: 
                   7357:        * src/main/compile.y, src/main/compile_tools.h,
                   7358:          src/types/pa_vstateless_class.h, src/main/compile.tab.C,
                   7359:          tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
                   7360:          renamed to partial and it login changed: we must mark class as
                   7361:          partial for allow their modifications in future.
                   7362: 
                   7363: 2008-08-29  misha
                   7364: 
                   7365:        * tests/results/022.processed: - testing taint[regex] in mask for
                   7366:          file:list
                   7367: 
                   7368:        * tests/022.html: - testing taint[regex] in mask for file:list
                   7369: 
                   7370:        * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
                   7371:          for file:list was added
                   7372: 
                   7373:        * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
                   7374:          file:list
                   7375: 
                   7376: 2008-08-26  misha
                   7377: 
                   7378:        * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
                   7379:          last derived object
                   7380: 
                   7381:        * src/classes/image.C: - many strings "image.format" replaced by
                   7382:          IMAGE_FORMAT constant string - handle GPS info while parse exif -
                   7383:          understand some more exif tags
                   7384: 
                   7385:        * src/include/pa_exception.h: - string "image.format" was added
                   7386: 
                   7387: 2008-08-21  misha
                   7388: 
                   7389:        * src/: main/pa_string.C, classes/file.C: - use method for print
                   7390:          pcre_exec text error
                   7391: 
                   7392:        * src/main/pa_common.C: - method for print pcre_exec text error was
                   7393:          added
                   7394: 
                   7395:        * src/include/pa_common.h: - method declaration for print pcre_exec
                   7396:          text error was added
                   7397: 
                   7398: 2008-08-19  misha
                   7399: 
                   7400:        * src/main/execute.C: - bugfix: opcodes must be in separate
                   7401:          namespace while debug execution as well
                   7402: 
                   7403:        * tests/: 015.html, results/015.processed: - test for escaping some
                   7404:          parser chars was added
                   7405: 
                   7406: 2008-08-18  misha
                   7407: 
                   7408:        * tests/: 190.html, 190.p, results/190.processed: - test for
                   7409:          $caller.self.field + default getter in one class was added
                   7410: 
                   7411:        * tests/: 189.html, results/189.processed: - test for
                   7412:          ^date::create[date object]
                   7413: 
                   7414:        * tests/: 188.html, results/188.processed: - tests for match with
                   7415:          UTF-8 strings
                   7416: 
                   7417:        * src/main/pa_string.C: - option 'U' (ungreedy) was added to
                   7418:          ^string.match[]
                   7419: 
                   7420:        * ChangeLog: - parser 3.3.0 beta13
                   7421: 
                   7422: 2008-08-15  misha
                   7423: 
1.116     moko     7424:        * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
                   7425:          internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
                   7426:          pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
                   7427:          dftables.c: - old PCRE files removed
1.95      moko     7428: 
                   7429:        * src/lib/pcre/config.h: - configuration for PCRE library
                   7430: 
                   7431:        * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
                   7432:          use PCRE library from win32\pcre instead of parser3\src\lib\pcre
                   7433: 
                   7434:        * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
                   7435:          library and set flag UTF8 if $request:charset is UTF-8
                   7436: 
                   7437:        * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
                   7438:          include/pa_config_fixed.h: - moved to new PCRE library
                   7439: 
                   7440:        * src/: main/main.vcproj, types/types.vcproj,
                   7441:          classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
                   7442:          win32\pcre instead of parser3\src\lib\pcre
                   7443: 
                   7444:        * src/: include/pa_opcode.h, include/pa_operation.h,
                   7445:          main/compile.C, main/compile.y, main/compile_tools.C,
                   7446:          main/compile_tools.h, main/execute.C, main/compile.tab.C: -
                   7447:          opcodes were moved to separate namespace
                   7448: 
                   7449: 2008-08-14  misha
                   7450: 
                   7451:        * src/types/pa_vstateless_class.C: - newline at the end missed
                   7452: 
                   7453:        * src/main/untaint.C: - char '-' also prefixed by '\' while regex
                   7454:          tainting
                   7455: 
                   7456: 2008-08-11  misha
                   7457: 
                   7458:        * tests/: 187.html, 187.p, results/187.processed: - tests for
                   7459:          $caller.self, $caller.self.field and $caller.self.field[value]
                   7460:          were added
                   7461: 
                   7462:        * src/types/pa_vmethod_frame.h: - still need to check 'self'
                   7463:          runtime as well (for $caller.self)
                   7464: 
                   7465: 2008-07-25  misha
                   7466: 
                   7467:        * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
                   7468:          059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
                   7469:          086.html, 098.html, 109.html, 121.html: - set correct charsets in
                   7470:          tests with international characters
                   7471: 
                   7472: 2008-07-23  misha
                   7473: 
                   7474:        * src/main/pa_http.C: - escape $cookies as %uXXXX while
                   7475:          file::load[...;http://
                   7476: 
                   7477:        * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
                   7478:          now everywhere in separate namespace
                   7479: 
                   7480:        * src/types/pa_vmethod_frame.h: - looking for caller before looking
                   7481:          for vars
                   7482: 
                   7483:        * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
                   7484:          can be escaped by '^'
                   7485: 
                   7486: 2008-07-22  misha
                   7487: 
                   7488:        * src/classes/string.C, tests/186.html: - names changes:
                   7489:          escape=>js-escape, unescape=>js-unescape
                   7490: 
                   7491: 2008-07-21  misha
                   7492: 
                   7493:        * tests/results/186.processed: - test for string escape/unescape
                   7494: 
                   7495:        * tests/186.html: - test for string escape/unescape
                   7496: 
                   7497:        * src/classes/string.C: - string has escape and unescape methods
                   7498:          now
                   7499: 
                   7500:        * src/: include/pa_string.h, main/pa_string.C: - escape method was
                   7501:          added
                   7502: 
                   7503:        * src/: include/pa_charset.h, main/pa_charset.C: - more escape
                   7504:          method-layers added (with different params)
                   7505: 
                   7506: 2008-07-18  misha
                   7507: 
                   7508:        * tests/results/185.processed: - test for ^str.pos[substr](offset)
                   7509:          was added
                   7510: 
                   7511:        * tests/185.html: - test for ^str.pos[sub](offset) added
                   7512: 
                   7513:        * src/classes/string.C, src/classes/void.C, operators.txt: -
                   7514:          ^string.pos[substr](offset) -- 2nd param accepted now
                   7515: 
                   7516:        * src/main/pa_string.C: - .pos works fine with offset for utf-8
                   7517:          strings
                   7518: 
                   7519: 2008-07-17  misha
                   7520: 
                   7521:        * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
                   7522:          helper length added for mid for small optimisation
                   7523: 
                   7524: 2008-07-16  misha
                   7525: 
                   7526:        * tests/: 185.html, results/185.processed: - tests for
                   7527:          length/left/right/mid/pos with utf-8 strings
                   7528: 
                   7529:        * src/classes/string.C: - left/right/mid/length/pos works fine for
                   7530:          utf-8 strings
                   7531: 
                   7532:        * src/main/untaint.C: - comments removed
                   7533: 
                   7534:        * src/: include/pa_string.h, main/pa_string.C,
                   7535:          include/pa_charset.h, main/pa_charset.C: - methods for working
                   7536:          with pos/mid for strings in utf-8 were added
                   7537: 
                   7538: 2008-07-15  misha
                   7539: 
                   7540:        * tests/: 184.html, results/184.processed: - test for case body as
                   7541:          expression: $var(^switch(1){^case(1)(true)..})
                   7542: 
                   7543:        * src/classes/op.C: - case body can be expression now:
                   7544:          $var(^switch(1){^case(1)(true)..})
                   7545: 
                   7546:        * tests/: results/183.processed, 183.html: - added test for testing
                   7547:          new cookie encoding (%uXXXX)
                   7548: 
                   7549:        * src/main/untaint.C: - cookies outputs as %uXXXX now. while
                   7550:          decoding for backward compatibility they decoded from %XX in
                   7551:          request:charset too
                   7552: 
                   7553:        * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
                   7554:          - cookie class now decode cookies before first access after last
                   7555:          request:charset changing (as form class).
                   7556: 
                   7557:        * src/main/pa_charset.C: - added method escape for escaping cookies
                   7558:          as %uXXXX - before transcode calculate required space for dest
                   7559:          string. it reduce mem usage for transcode
                   7560: 
                   7561:        * src/include/pa_charset.h: - added method escape for escaping
                   7562:          cookies as %uXXXX
                   7563: 
                   7564:        * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
                   7565:          was added. will used for escaping cookies as %uXXXX
                   7566: 
                   7567:        * src/include/pa_common.h: - escape method has new option for skip
                   7568:          converting '+' to a space char
                   7569: 
                   7570:        * src/main/: pa_common.C, pa_http.C: - skip BOM code before
                   7571:          transcode - escape method has new option for skip converting '+'
                   7572:          to a space char
                   7573: 
                   7574: 2008-07-08  misha
                   7575: 
                   7576:        * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
                   7577:          (no UE if more then 1 case matches anylonger) - optimization:
                   7578:          doing searching.as_string() || searching.as_double() only once
                   7579: 
                   7580: 2008-07-04  misha
                   7581: 
                   7582:        * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
                   7583:          now ^date::create[date object] works
                   7584: 
                   7585:        * src/classes/string.C: - left and right added as aliases for start
                   7586:          and end in ^string.trim[]
                   7587: 
                   7588: 2008-07-03  misha
                   7589: 
                   7590:        * src/classes/file.C: - allow $.limit for file::sql as well
                   7591: 
                   7592:        * src/classes/file.C: - allow $.offset option for file::sql - force
                   7593:          send limit=1 to query for use sql specifics authomatically
                   7594: 
                   7595:        * src/classes/: hash.C, string.C, table.C: - don't throw exception
                   7596:          if $.limit value if empty. autoconvert it as everywere
                   7597: 
                   7598: 2008-07-02  misha
                   7599: 
                   7600:        * configure.in: - time to change version number to 3.3.0 %-)
                   7601: 
                   7602:        * src/include/pa_version.h: - time to change version number to
                   7603:          3.3.0 %-)
                   7604: 
                   7605: 2008-06-26  misha
                   7606: 
                   7607:        * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
                   7608:          $.limit(0) fixes
                   7609: 
                   7610:        * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
                   7611:          - $.limit(0) fixes
                   7612: 
                   7613:        * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
                   7614:          new API)
                   7615: 
                   7616:        * src/: include/pa_sql_driver_manager.h,
                   7617:          include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
                   7618:          classes/op.C: - document_root added
                   7619: 
                   7620:        * src/main/compile.tab.C: - error message was changed
                   7621: 
                   7622: 2008-06-25  misha
                   7623: 
                   7624:        * src/main/compile.y: - error message was changed
                   7625: 
                   7626: 2008-06-24  misha
                   7627: 
                   7628:        * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
                   7629: 
                   7630:        * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
                   7631:          tests for @OPTIONS\nappend
                   7632: 
                   7633:        * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
                   7634: 
                   7635:        * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
                   7636: 
                   7637:        * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
                   7638: 
                   7639:        * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
                   7640:          compile.y
                   7641: 
                   7642: 2008-06-17  misha
                   7643: 
                   7644:        * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
                   7645:          compilation: ^if(default){true. it's incorrect. must be
                   7646:          exception}
                   7647: 
                   7648: 2008-06-16  misha
                   7649: 
                   7650:        * tests/: 181.ent, 181.html, results/181.processed: - test for
                   7651:          checking external reference loading with 'http://localhost'
                   7652:          prefix while creating xdoc
                   7653: 
                   7654:        * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
                   7655:          ^math:long2ip[] and ^math:ip2long[]
                   7656: 
                   7657:        * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
                   7658:          added which use scalar stateless class method when user object
                   7659:          used in scalar context - use get_scalar_value when user object
                   7660:          requested in scalar context
                   7661: 
                   7662:        * src/main/pa_common.C: - size must be int but not size_t or we
                   7663:          can't compare with 0 sprintf result
                   7664: 
                   7665:        * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   7666:          main/execute.C, main/pa_request.C: - go back to one VMethodFrame
                   7667:          with internal switch between local/global vars
                   7668: 
                   7669:        * src/types/pa_vclass.C: - register scalar if method @GET[] was
                   7670:          specified
                   7671: 
                   7672:        * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
                   7673:          pa_vstateless_object.h: - stateless class and object now has
                   7674:          private scalar field and getter/setter for working with it
                   7675: 
                   7676:        * src/classes/math.C: - methods math:long2ip & math:ip2long were
                   7677:          moved to inet static class
                   7678: 
                   7679:        * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
                   7680:          class added (^inet:aton[IP], ^inet:ntoa(number))
                   7681: 
                   7682:        * tests/: 180.html, results/180.processed: - tests for
                   7683:          ^math:long2ip(long) and ^math:ip2long[IP]
                   7684: 
                   7685:        * src/classes/math.C: - ^math:ip2long[IP] added
                   7686: 
                   7687: 2008-06-11  misha
                   7688: 
                   7689:        * src/main/pa_xml_io.C: - use file_read_text again because of we
                   7690:          need cut BOM code and remove DOS newline chars. but don't
                   7691:          transcode it anyway.
                   7692: 
                   7693:        * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
                   7694:          main/pa_http.C: - option for disable transcoding while file_read
                   7695:          and file_read_text added
                   7696: 
                   7697: 2008-06-10  misha
                   7698: 
                   7699:        * tests/: 179.html, 179.p, results/179.processed: - test for many
                   7700:          classes in 1 file
                   7701: 
                   7702:        * src/main/: compile.C, compile_tools.h: - compile return list of
                   7703:          classes now.
                   7704: 
                   7705:        * src/main/: compile.y, compile.tab.C: - compile return list of
                   7706:          classes now. internals.
                   7707: 
                   7708:        * src/main/pa_request.C: - compile return list of classes now. try
                   7709:          call @conf and @auto for each returned class
                   7710: 
                   7711:        * src/include/pa_request.h: - compile return list of classes now
                   7712: 
                   7713:        * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
                   7714:          return list of classes when compile buf)
                   7715: 
                   7716: 2008-06-07  misha
                   7717: 
                   7718:        * src/main/pa_request.C: - constructing VRequest object with 3rd
                   7719:          param -- form
                   7720: 
                   7721:        * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
                   7722:          3rd param: form. needed for get post_charset
                   7723: 
                   7724:        * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
                   7725:          added
                   7726: 
                   7727:        * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
                   7728:          types/pa_vform.C, types/pa_vform.h: - some polish
                   7729: 
                   7730: 2008-06-06  misha
                   7731: 
                   7732:        * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
                   7733:          charset and decode chars from it but not from response:charset
                   7734: 
                   7735:        * src/main/pa_http.C: - detect_charset moved out of here
                   7736: 
                   7737:        * src/: include/pa_common.h, main/pa_common.C: - more helpers
                   7738:          methods moved here - unescape_chars accepn one charset now
                   7739: 
                   7740:        * src/main/pa_http.C: - new constants used - don't allow
                   7741:          $.content-type in ^file::load[;http://;$.method[POST]] - add
                   7742:          charset info while ^file::load[;http://;$.method[POST]] - option
                   7743:          $.omit-post-charset(true) added to ^file::load[;http://] for
                   7744:          disabling charset during post
                   7745: 
                   7746:        * src/types/pa_vform.C: - new constants used
                   7747: 
                   7748:        * src/include/pa_common.h: - some constants were added
                   7749: 
                   7750:        * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
                   7751:          instead of StrEqNc
                   7752: 
                   7753:        * src/main/pa_common.C: - new method for caseless search
                   7754:          c-substring in c-string - use isxdigit instead of is_hex_digit
                   7755: 
                   7756:        * src/include/pa_common.h: - new method for caseless search
                   7757:          c-substring in c-string
                   7758: 
                   7759: 2008-06-05  misha
                   7760: 
                   7761:        * tests/results/178.processed: - test for testing default getter
                   7762: 
                   7763:        * tests/178.html: - test for testing default getter
                   7764: 
                   7765:        * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
                   7766:          for test for testing default getter
                   7767: 
                   7768:        * src/main/execute.C: - default getter soul
                   7769: 
                   7770:        * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
                   7771:          requested objects' field not found
                   7772: 
                   7773:        * src/types/pa_vclass.C: - register default getter if defined - get
                   7774:          default getter if requested field not found
                   7775: 
                   7776:        * src/types/pa_vstateless_object.h: - method get_default_getter was
                   7777:          added
                   7778: 
                   7779:        * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
                   7780:          pointer to default getter and methods for get/set it were added
                   7781: 
                   7782:        * src/types/: pa_junction.h, pa_vjunction.h: - junction has
                   7783:          auto_name field (for default getter)
                   7784: 
                   7785: 2008-06-04  misha
                   7786: 
                   7787:        * src/main/pa_xml_io.C: - load external xml in binary mode (no
                   7788:          transcoding, no cutting BOM code, no fixing line breaks) and get
                   7789:          it to libxml "as is"
                   7790: 
                   7791: 2008-06-03  misha
                   7792: 
                   7793:        * src/main/pa_common.C: - use store_Char instead of
                   7794:          transcodeCharFromUTF8
                   7795: 
                   7796:        * src/: include/pa_charset.h, main/pa_charset.C: - method
                   7797:          store_Char added, transcodeCharFromUTF8 -- removed
                   7798: 
                   7799: 2008-06-02  misha
                   7800: 
                   7801:        * tests/: results/177.processed, 177.html: - test for checking
                   7802:          .[acm]date after local ^file::load[] was added
                   7803: 
                   7804:        * tests/: results/176.processed, 176.html: - test for checking
                   7805:          @OPTION\locals + @method[vars][locals] added
                   7806: 
                   7807:        * tests/results/auto.p: - CLASS_PATH specified for checking use
                   7808: 
                   7809: 2008-05-30  misha
                   7810: 
                   7811:        * src/main/: compile.y, compile.tab.C: - changes in compiler:
                   7812:          @OPTION\nlocals + @method[vars][;locals;] were added
                   7813: 
                   7814:        * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
                   7815:          moved to separate method op_code - switch from VMethodFrame to
                   7816:          VMethodFrameGlobal + VMethodFrameLocal
                   7817: 
                   7818:        * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
                   7819:          was moved to separate method op_code
                   7820: 
                   7821:        * src/main/pa_request.C: - use VMethodFrameGlobal instead of
                   7822:          VMethodFrame now
                   7823: 
                   7824:        * src/types/pa_vstateless_class.h: - stateless class have bool flag
                   7825:          all_vars_local as well
                   7826: 
                   7827:        * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
                   7828:          pa_vmethod_frame_local.h, Makefile.am: - who children for
                   7829:          VMethodFrame were added: one (global) works as VMethodFrame
                   7830:          before and second (local) write all vars in self vars scope
                   7831: 
                   7832:        * src/types/pa_method.h: - method has bool flag all_vars_local now
                   7833: 
                   7834: 2008-05-29  misha
                   7835: 
                   7836:        * tests/: 129.html, results/129.processed: - more tests for
                   7837:          ^table.hash[]
                   7838: 
                   7839:        * src/classes/hash.C: - ^hash::sql has a new option:
                   7840:          $.type[hash|string|table] as ^table.hash[] one.
                   7841: 
                   7842:        * src/classes/op.C: - ^try has 3rd param now: finally code which
                   7843:          executed anyway after try or catch section
                   7844: 
                   7845: 2008-05-27  misha
                   7846: 
                   7847:        * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
                   7848:          must not fail if $.distinct(1) wasn't specified
                   7849: 
                   7850: 2008-05-26  misha
                   7851: 
                   7852:        * src/classes/op.C: - allow ^throw[my type]
                   7853: 
                   7854: 2008-05-22  misha
                   7855: 
                   7856:        * configure.in, configure: - version number updated to 3.2.4b
                   7857: 
                   7858:        * src/classes/: op.C, string.C: - trim format string before
                   7859:          eval/format
                   7860: 
                   7861:        * tests/: results/175.processed, 175.html: - more tests for
                   7862:          different format strings in .format[]
                   7863: 
                   7864:        * src/types/pa_vform.C: - while decoding get values decode %uXXXX
                   7865:          as well (not only %XX)
                   7866: 
                   7867:        * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
                   7868:          charset specified - checks for format before print number
                   7869:          (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
                   7870:          (instead of tabs) removed
                   7871: 
                   7872:        * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
                   7873:          charset specified
                   7874: 
                   7875:        * src/: include/pa_charset.h, main/pa_charset.C: - method for get
                   7876:          char in requested charset from utf code was added
                   7877: 
                   7878: 2008-05-19  misha
                   7879: 
                   7880:        * tests/: 174.html, results/174.processed: - test for
                   7881:          ^hashfile.cleanup[] added
                   7882: 
                   7883:        * src/classes/hashfile.C: - optimization: don't create any key or
                   7884:          value variable if it's name weren't specified
                   7885:          (^hf.foreach[;v]{...})
                   7886: 
                   7887: 2008-05-16  misha
                   7888: 
                   7889:        * src/classes/hash.C: - optimization: don't create any key variable
                   7890:          if variable name wasn't specified (^h.foreach[;v]{...})
                   7891: 
                   7892: 2008-05-15  misha
                   7893: 
                   7894:        * src/classes/op.C: - small changes
                   7895: 
                   7896:        * src/classes/hashfile.C: - code reformating (as hash.foreach)
                   7897: 
                   7898:        * src/classes/hash.C: - calculate var_context once before foreach
                   7899: 
                   7900: 2008-05-14  misha
                   7901: 
                   7902:        * src/classes/hashfile.C: - incorrect vars context calculation for
                   7903:          ^hashfile.foreach[;]{} fixed
                   7904: 
                   7905:        * src/classes/: hash.C, table.C: - little optimisation
                   7906: 
                   7907:        * src/classes/file.C: - bugfix: double absolute path while loading
                   7908:          file
                   7909: 
                   7910:        * tests/: 174.html, results/174.processed: - tests for hashfile
                   7911:          were added
                   7912: 
                   7913:        * buildall-with-xml: - moving to libxslt 1.1.24
                   7914: 
                   7915: 2008-04-30  misha
                   7916: 
                   7917:        * src/classes/file.C: - stat file while loading (local only) so
                   7918:          .adate, .mdate and .cdate available without additional ::stat
                   7919: 
                   7920: 2008-04-28  misha
                   7921: 
                   7922:        * src/classes/file.C: - $.name and $.content-type available for
                   7923:          stated file
                   7924: 
                   7925: 2008-04-14  misha
                   7926: 
                   7927:        * src/targets/cgi/parser3.C: - new year in copyright %-)
                   7928: 
                   7929:        * src/include/pa_version.h: - new version number in head
                   7930: 
                   7931: 2008-04-10  misha
                   7932: 
                   7933:        * tests/: 080.html, results/080.processed: - cut '0' from
                   7934:          exponential part because of on diff OS it differ (20 or 020 for
                   7935:          ex)
                   7936: 
                   7937:        * tests/: 119.html, results/119.processed: - check for encoding
                   7938:          while creating xdoc
                   7939: 
                   7940: 2008-04-09  misha
                   7941: 
                   7942:        * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
                   7943: 
                   7944:        * src/main/pa_common.C: - comment added
                   7945: 
                   7946:        * src/classes/date.C: - little refactoring
                   7947: 
                   7948: 2008-04-07  misha
                   7949: 
                   7950:        * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
                   7951:          style of ^table.save[]: prepare one big string and sabe it at
                   7952:          once. it's safe on freebsd 4.x but use much more memory.
                   7953: 
                   7954:        * buildall-with-xml, buildall-without-xml: - option
                   7955:          --disable-stringstream added (under comment. use it on freebsd
                   7956:          4.x)
                   7957: 
                   7958: 2008-02-22  misha
                   7959: 
                   7960:        * src/main/pa_http.C: - exception if $.body[] and $.forms[]
                   7961:          specified together in file::load[;http] - get back transcoding
                   7962:          $.body[] in file::load[;http]
                   7963: 
                   7964: 2008-02-21  misha
                   7965: 
                   7966:        * src/classes/date.C: - ^date.gmt-string[] was added
                   7967: 
                   7968:        * src/types/pa_value.C: - method for output date in RFC 822 format
                   7969:          moved to pa_common.h
                   7970: 
                   7971:        * src/include/pa_common.h: - method for output date in RFC 822
                   7972:          format moved here from pa_value.C
                   7973: 
                   7974:        * src/types/pa_vmail.C: - fixed core in sending mail with
                   7975:          attachment in simple mode ($.file[file here]) introduced in 3.2.2
                   7976: 
                   7977: 2008-02-20  misha
                   7978: 
                   7979:        * src/main/pa_http.C: - transcode $.headers before escaping into
                   7980:          specified charset while ^file::load[...;http://...] (L_URI
                   7981:          instead of L_HTTP_HEADER) - $.cookies param available in
                   7982:          ^file::load[;http://...] now (but we don't parse set-cookies from
                   7983:          response yet) (cookies not transcoded as common $cookies)
                   7984: 
                   7985: 2008-02-19  misha
                   7986: 
                   7987:        * src/main/pa_request.C: - rollback: we mustn't force taint
                   7988:          $response:field values because in this case
                   7989:          $response:locateion[http://...] don't works.
                   7990: 
                   7991: 2008-02-15  misha
                   7992: 
                   7993:        * src/classes/op.C: - little refactoring
                   7994: 
                   7995:        * src/main/pa_http.C: - taint names of $.headers for load[;http
                   7996: 
                   7997:        * src/main/pa_request.C: - force taint values of $response:field
                   7998: 
                   7999: 2008-02-14  misha
                   8000: 
                   8001:        * src/main/pa_request.C: - $response:field transcoded to
                   8002:          $response:charset before escaping now
                   8003: 
                   8004:        * src/main/pa_http.C: - some outdated comments removed
                   8005: 
                   8006:        * src/classes/date.C: - lastdat -> last-day
                   8007: 
                   8008:        * src/classes/date.C: - ^date:lastday(year;month) and
                   8009:          ^date.lastday[] were added - little code refactoring - comments
                   8010:          changes
                   8011: 
                   8012:        * tests/: 159.html, results/159.processed: - test for number of
                   8013:          days in February
                   8014: 
                   8015:        * src/types/pa_value.C: - fixes in code formatting
                   8016: 
                   8017:        * src/classes/: file.C, op.C, table.C: - fixes in code formatting
                   8018:          and comments
                   8019: 
                   8020: 2008-02-13  misha
                   8021: 
                   8022:        * src/main/pa_common.C: - bugfix for february at leap year
                   8023: 
                   8024: 2008-01-28  misha
                   8025: 
                   8026:        * tests/: 160.html, results/160.processed: - more test for cache
                   8027:          added
                   8028: 
                   8029:        * src/classes/op.C: - bugfix: cache body executed twice if contains
                   8030:          unhandled exception
                   8031: 
                   8032: 2008-01-25  misha
                   8033: 
                   8034:        * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
                   8035:          bug when hashfile became inavailable after memory:compact)
                   8036: 
                   8037:        * src/lib/sdbm/apr_strings.C: - +arp_malloc
                   8038: 
                   8039: 2008-01-22  misha
                   8040: 
                   8041:        * src/classes/table.C: - little refactiring and exception texts
                   8042:          changes in method ^table.hash[]
                   8043: 
                   8044:        * src/types/pa_vcookie.C: - link to cookie specification changed
                   8045: 
                   8046: 2008-01-21  misha
                   8047: 
                   8048:        * tests/: 171.html, cat.sh, results/171.processed: - more tests for
                   8049:          file::exec/cgi
                   8050: 
                   8051:        * src/classes/file.C: - bugfix: core while processing headers if
                   8052:          executed cgi script don't return content
                   8053: 
                   8054: 2008-01-18  misha
                   8055: 
                   8056:        * buildall-with-xml: - move to libxml2 version 2.6.31
                   8057: 
                   8058:        * src/include/pa_version.h, configure.in: - version number updated
                   8059:          to '3.2.3b'
                   8060: 
                   8061: 2007-12-28  misha
                   8062: 
                   8063:        * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
                   8064:          hash.contains
                   8065: 
                   8066: 2007-12-27  misha
                   8067: 
                   8068:        * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
                   8069:          src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
                   8070:          src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
                   8071:          src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
                   8072:          src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
                   8073:          src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
                   8074:          src/targets/cgi/parser3.vcproj,
                   8075:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
                   8076:          back to VS2003 because of Apache 1.3 module can't work if it was
                   8077:          built in VS 2005.  with cgi all file so VS2003 project files can
                   8078:          be easy converted to the new format.
                   8079: 
                   8080: 2007-12-04  misha
                   8081: 
                   8082:        * src/types/pa_vcode_frame.h: - changes in comment
                   8083: 
                   8084: 2007-11-29  misha
                   8085: 
                   8086:        * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
                   8087:          intercept strings any longer
                   8088: 
                   8089:        * tests/: 173.html, results/173.processed: - tests for
                   8090:          $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
                   8091:          but not in main code frame
                   8092: 
                   8093:        * tests/: 172.html, results/172.processed: - more tests for pass
                   8094:          objects from code frames
                   8095: 
                   8096: 2007-11-27  misha
                   8097: 
                   8098:        * tests/: 152.html, results/152.processed: - tests for converting
                   8099:          strings 'true'/'false' to bool were added
                   8100: 
                   8101:        * tests/152.html: - added checks for converting strings
                   8102:          'true'/'false' to bool
                   8103: 
                   8104:        * src/classes/string.C: - ^srting.bool[] now can convert to bool
                   8105:          not only strings with numbers but with values 'true'/'false' as
                   8106:          well
                   8107: 
                   8108:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
                   8109:          for parser3.log increased
                   8110: 
                   8111:        * src/main/pa_common.C: - remove_crlf optimize whitespaces now
                   8112: 
                   8113:        * src/include/pa_common.h: - remove_crlf return cstring size now
                   8114: 
                   8115:        * src/include/pa_types.h: - constant with buffer size for
                   8116:          parser3.log added
                   8117: 
                   8118: 2007-11-16  misha
                   8119: 
                   8120:        * tests/cat.sh: - script for tests for file::exec/cgi
                   8121: 
                   8122:        * tests/171.html: - tests for file::exec/cgi
                   8123: 
                   8124:        * tests/results/171.processed: - tests results for file::exec/cgi
                   8125: 
                   8126: 2007-11-15  misha
                   8127: 
                   8128:        * src/main/pa_exec.C: - fixed incorrect exec code for unix
                   8129: 
                   8130:        * src/classes/file.C: - .body must be set before analyzing cgi
                   8131:          headers
                   8132: 
                   8133:        * src/classes/file.C: - bugfix: we must transcode output fix EOLs
                   8134:          only if exec/cgi return anything.
                   8135: 
                   8136: 2007-11-14  misha
                   8137: 
                   8138:        * operators.txt: - info about new text|binary option for
                   8139:          file::exec/cgi was added
                   8140: 
                   8141:        * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
                   8142:          ^file:exec[[text|binary];script;...]
                   8143: 
                   8144:        * src/: include/pa_exception.h, classes/file.C, classes/image.C,
                   8145:          classes/string.C, classes/table.C: - more text strings moved to
                   8146:          the one place
                   8147: 
                   8148: 2007-11-09  misha
                   8149: 
                   8150:        * src/types/pa_vrequest.C: - $request:argv must be taint
                   8151: 
                   8152:        * ChangeLog: - $request:argv [patch from Sumo]
                   8153: 
                   8154:        * operators.txt: - $request:argv
                   8155: 
                   8156:        * src/: include/pa_request_info.h, types/pa_vrequest.C,
                   8157:          types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
                   8158: 
                   8159: 2007-10-25  misha
                   8160: 
                   8161:        * buildall-with-xml, buildall-without-xml: - options preparations
                   8162:          for ./configure rewrited
                   8163: 
                   8164:        * src/main/: compile.tab.C, compile.y: - bug if parser.compile
                   8165:          error occure in unhandled_exception finally fixed
                   8166: 
                   8167: 2007-10-23  misha
                   8168: 
                   8169:        * tests/: 170.html, results/170.processed: - test for
                   8170:          @method[][result]
                   8171: 
                   8172:        * operators.txt: - added info about node.prefix and
                   8173:          node.namespaceURI
                   8174: 
                   8175:        * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
                   8176: 
                   8177:        * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
                   8178:          added for node and attribute
                   8179: 
                   8180: 2007-10-22  misha
                   8181: 
                   8182:        * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
                   8183: 
                   8184:        * src/main/pa_request.C: - added const content-transfer-encoding
                   8185: 
                   8186:        * src/include/pa_request.h: - added const content-transfer-encoding
                   8187:          - ups. constants must be in lowercase (for search)
                   8188: 
                   8189:        * src/types/pa_vmail.C: - more constants used -
                   8190:          content-transfer-encoding: 8bit added
                   8191: 
                   8192:        * src/main/pa_uue.C: - content-transfer-encoding moved out of here
                   8193: 
                   8194:        * src/include/pa_request.h: - more constants
                   8195: 
                   8196:        * src/types/pa_vmail.C: - constant renamed - $.content-id don't
                   8197:          ommit anymore if $.content-disposition was specified - little
                   8198:          refactoring
                   8199: 
                   8200:        * src/: include/pa_request.h, main/pa_request.C: - constant renamed
                   8201: 
                   8202: 2007-10-17  misha
                   8203: 
                   8204:        * operators.txt: - info about
                   8205:          table::create[nameless]{data}[>options<] was added
                   8206: 
                   8207:        * src/main/: compile.tab.C, compile.y: - if error occure while
                   8208:          compile method don't put this method in methods table anymore.
                   8209:          in other case the parser coredumped if @unhandled_exception
                   8210:          method can't be compiled because of parser.compile error.
                   8211: 
                   8212:        * src/main/execute.C: - little code reformating
                   8213: 
                   8214:        * src/main/pa_request.C: - little code reformating - comment
                   8215:          changed
                   8216: 
                   8217: 2007-10-16  misha
                   8218: 
                   8219:        * tests/: 035.html, results/035.processed: - tests
                   8220:          table::create[]{}[options] added
                   8221: 
                   8222:        * src/classes/table.C: - table::create[]{} now accept 3rd param:
                   8223:          options (only $.seperator[] yet)
                   8224: 
                   8225: 2007-10-10  misha
                   8226: 
                   8227:        * src/classes/table.C: - some contstants moved to pa_common.h -
                   8228:          some code changes
                   8229: 
                   8230: 2007-10-02  misha
                   8231: 
                   8232:        * src/main/pa_uue.C: - memory usage during uuencode reduced more
                   8233:          then three time as much. but base64 encoding method still use
                   8234:          less memory anyway.
                   8235: 
                   8236: 2007-09-17  misha
                   8237: 
                   8238:        * operators.txt: - added info about $cookie:fields
                   8239: 
                   8240:        * src/types/pa_vcookie.C: - $cookie:fields available now
                   8241: 
                   8242:        * src/classes/hash.C: - some stuff for use with .for_each moved to
                   8243:          common
                   8244: 
                   8245:        * src/include/pa_common.h: - some stuff for use with .for_each
                   8246:          moved here
                   8247: 
                   8248:        * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
                   8249: 
                   8250: 2007-09-14  misha
                   8251: 
                   8252:        * buildall-with-xml: - new xml libs again =)
                   8253: 
                   8254: 2007-08-28  misha
                   8255: 
                   8256:        * operators.txt: - texts about ^table.columns[[column name]]  and
                   8257:          ^string.split[...][v][column name] were added
                   8258: 
                   8259:        * tests/: 168.html, 169.html, results/168.processed,
                   8260:          results/169.processed: - tests for ^table.columns[[column name]]
                   8261:          and ^string.split[...][v][column name] were added
                   8262: 
                   8263:        * src/classes/table.C: - new option ^table.columns[[column name]]
                   8264:          was added
                   8265: 
                   8266:        * src/classes/string.C: - new option ^string.split[...;v;[column
                   8267:          name]]
                   8268: 
                   8269:        * src/include/pa_exception.h: - error text message for
                   8270:          ^hash._keys[], ^table.columns[] and ^string.split[]
                   8271: 
                   8272: 2007-08-27  misha
                   8273: 
                   8274:        * src/main/untaint.C: - try to fix coredump on unix if print to
                   8275:          body ^taint[sql][something] outside of connect
                   8276: 
                   8277:        * tests/: 167.html, results/167.processed: - test for ^taint[sql]
                   8278:          outside of connect
                   8279: 
                   8280:        * buildall-with-xml, buildall-without-xml: - strip parser3 was
                   8281:          added (commented by default)
                   8282: 
                   8283: 2007-08-20  misha
                   8284: 
                   8285:        * operators.txt: - comment about new method ^node.hasAttributes[]
                   8286:          was added
                   8287: 
                   8288:        * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
                   8289:          duplicated exception text strings were removed
                   8290: 
                   8291:        * src/include/pa_exception.h: - more exception text strings moved
                   8292:          here
                   8293: 
                   8294:        * src/classes/table.C: - some duplicate exceptions' text strings
                   8295:          removed
                   8296: 
                   8297:        * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
                   8298:          xdoc.C, xnode.C: - some duplicate exceptions' text strings
                   8299:          removed
                   8300: 
                   8301:        * src/include/pa_exception.h: - some exception text strings movet
                   8302:          to pa_exception
                   8303: 
                   8304:        * tests/: 149.html, results/149.processed: - test for
                   8305:          ^xnode.hasAttributes[] was added - some code changes
                   8306: 
                   8307:        * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
                   8308:          added
                   8309: 
                   8310: 2007-08-17  misha
                   8311: 
                   8312:        * tests/: results/006.processed, results/059.processed, 006.html,
                   8313:          059.html: - more tests for match
                   8314: 
                   8315:        * tests/: 129.html, results/129.processed: - tests for
                   8316:          ^table.hash[...][$.type[string|hash|table]] added
                   8317: 
                   8318:        * src/targets/cgi/parser3.C: - little syntax changes
                   8319: 
                   8320:        * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
                   8321:          syntax changes
                   8322: 
                   8323:        * src/targets/cgi/parser3.C, operators.txt: - annoying 'SIGPIPE'
                   8324:          messages in parser3.log switched off by default. If someone
                   8325:          really still need it: use $SIGPIPE(1)
                   8326: 
                   8327: 2007-08-08  misha
                   8328: 
                   8329:        * buildall-with-xml, buildall-without-xml: - remove libs source
                   8330:          files by default since now
                   8331: 
                   8332: 2007-08-07  misha
                   8333: 
                   8334:        * buildall-without-xml: - some option syntax changes
                   8335: 
                   8336:        * buildall-with-xml: - compile libxml2 without http support - some
                   8337:          option syntax changes
                   8338: 
                   8339:        * src/main/pa_xml_io.C: - will use parser file loader for xml needs
                   8340: 
                   8341: 2007-08-06  misha
                   8342: 
                   8343:        * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
                   8344: 
                   8345:        * tests/: 160.html, results/160.processed: - cache test was
                   8346:          rewrited
                   8347: 
                   8348: 2007-07-06  misha
                   8349: 
                   8350:        * tests/: 153.html, results/153.processed: - added test for
                   8351:          ^math:sha1[string]
                   8352: 
                   8353:        * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
                   8354:          transcoded
                   8355: 
                   8356:        * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
                   8357:          were added
                   8358: 
                   8359: 2007-06-28  misha
                   8360: 
                   8361:        * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
                   8362:          some incorrect chars
                   8363: 
                   8364: 2007-06-19  misha
                   8365: 
                   8366:        * src/include/pa_hash.h: - methods generic_hash_code & hash_code
                   8367:          were moved on top because of gcc 4 had a problems during
                   8368:          building.
                   8369: 
                   8370: 2007-06-18  misha
                   8371: 
                   8372:        * tests/results/019.processed: - new image commited
                   8373: 
                   8374: 2007-06-09  misha
                   8375: 
                   8376:        * src/classes/: op.C, table.C: - in while and table.select method
                   8377:          as_expression used now
                   8378: 
                   8379:        * src/types/pa_vmethod_frame.h: - method as_expression was added
                   8380: 
                   8381: 2007-06-08  misha
                   8382: 
                   8383:        * tests/: 166.html, results/166.processed: - test for
                   8384:          ^match[...][n]
                   8385: 
                   8386:        * tests/: 165.html, results/165.processed: - tests for loops
                   8387: 
                   8388:        * src/lib/cord/include/private/cord_pos.h: - back to origin value
                   8389:          because of no speed/memory optimisation but some proglems with
                   8390:          long cycles occure
                   8391: 
                   8392: 2007-06-06  misha
                   8393: 
                   8394:        * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
                   8395:          ^table.select(true) and ^table.select(1) didn't works because of
                   8396:          awaiting junction-param only. fixed.
                   8397: 
                   8398: 2007-05-24  misha
                   8399: 
                   8400:        * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
                   8401:          with 0.5 secs interval
                   8402: 
                   8403:        * src/classes/op.C: - cache was rewrited. I hope it works with
                   8404:          locking system now on unix
                   8405: 
                   8406:        * src/main/pa_os.C: - locks engines were rewrited: now we don't use
                   8407:          system locks which wait till other threads release it but try get
                   8408:          lock, if fail wait 1 sec and make 10 attempts.
                   8409: 
                   8410:        * src/include/pa_os.h: - consts for blocking locks + some comments
                   8411:          were added
                   8412: 
                   8413:        * src/lib/sdbm/apr_file_io.C: - wait till lock released while
                   8414:          opening files
                   8415: 
                   8416:        * src/classes/table.C: - changes in includes. if unclude <sstream>
                   8417:          after our classes on unix it can't be build
                   8418: 
                   8419:        * src/types/pa_vhashfile.C: - not needed code removed
                   8420: 
                   8421: 2007-05-23  misha
                   8422: 
                   8423:        * src/: classes/file.C, classes/op.C, main/pa_common.C,
                   8424:          include/pa_common.h: - cosmetic changes
                   8425: 
                   8426: 2007-05-18  misha
                   8427: 
                   8428:        * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
                   8429:          often. it's give some speed increasing
                   8430: 
                   8431:        * tests/results/160.processed: - returned time corrected
                   8432: 
                   8433:        * tests/160.html: - time increased because on unix 1 mean nothing
                   8434:          :(
                   8435: 
                   8436:        * operators.txt: - added info about ^hash.contain[key]
                   8437: 
                   8438:        * src/classes/hash.C: - added ^hash.contain[key]
                   8439: 
                   8440:        * src/include/pa_hash.h: - added method for checking key exists in
                   8441:          hash
                   8442: 
                   8443: 2007-05-07  misha
                   8444: 
                   8445:        * src/include/pa_string.h: - was compilation error during build on
                   8446:          freebsd4
                   8447: 
                   8448: 2007-05-03  misha
                   8449: 
                   8450:        * src/classes/table.C: - option $.type[hash|string|table] was added
                   8451:          for ^table.hash[]
                   8452: 
                   8453:        * src/classes/file.C: - comment removed
                   8454: 
                   8455: 2007-04-26  misha
                   8456: 
                   8457:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
                   8458:          real files doesn't opened in place anymore
                   8459: 
                   8460: 2007-04-24  misha
                   8461: 
                   8462:        * src/classes/math.C: - I thought one more time and remove lg(N) :)
                   8463: 
                   8464:        * src/include/pa_exception.h: "static" removed
                   8465: 
                   8466: 2007-04-23  misha
                   8467: 
                   8468:        * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
                   8469: 
                   8470:        * src/classes/math.C: added: - ^math:ln(N) (the same as
                   8471:          ^math:log(N)) - ^math:lg(N)
                   8472: 
                   8473:        * tests/: 097.html, results/097.processed: - charsets converstion
                   8474:          during ^file::load[text;http://...] added
                   8475: 
                   8476:        * tests/: 164.html, results/164.processed: - check for set expires
                   8477:          as a date
                   8478: 
                   8479:        * tests/: 164.html, results/164.processed: - test for hashfile
                   8480: 
                   8481:        * src/classes/hashfile.C: - little comment changes
                   8482: 
                   8483:        * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
                   8484:          access
                   8485: 
                   8486:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   8487:          classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
                   8488:          classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
                   8489:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   8490:          classes/xnode.h, include/pa_request.h, main/execute.C,
                   8491:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   8492:          main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
                   8493:          main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
                   8494:          types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
                   8495:          types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
                   8496:          types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
                   8497:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   8498:          types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
                   8499:          "parser.runtime" strings were removed
                   8500: 
                   8501:        * src/classes/hashfile.C: - with .clear[] called files_delete()
                   8502:          now.
                   8503: 
                   8504:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
                   8505: 
                   8506:        * src/include/pa_exception.h: - string constant with
                   8507:          "parser.runtime" text was added
                   8508: 
                   8509: 2007-04-20  misha
                   8510: 
                   8511:        * operators.txt: - some comments changing
                   8512: 
                   8513:        * operators.txt: - added info about .^hashfile.release[],
                   8514:          ^hashfile.clenaup[] and new ^string.match[][>N-option<]
                   8515: 
                   8516:        * configure: =cheching for unsetenv
                   8517: 
                   8518:        * src/classes/hashfile.C: - ^hashfile.cleanup[],
                   8519:          ^hashfile.release[] were added
                   8520: 
                   8521:        * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
                   8522:          ^string.match[][] understand new option now: return number of
                   8523:          matches but not table wit results
                   8524: 
                   8525:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
                   8526:          reopen now
                   8527: 
                   8528:        * src/classes/op.C: - bug. must be false
                   8529: 
                   8530:        * configure.in: - checking for unsetenv was added
                   8531: 
                   8532:        * src/types/pa_vform.C: - some comments
                   8533: 
                   8534: 2007-04-18  misha
                   8535: 
                   8536:        * buildall-with-xml: moving to libxml2-2.6.28
                   8537: 
                   8538:        * buildall-with-xml, buildall-without-xml: added commented lines
                   8539:          with --disable-safe-mode option
                   8540: 
                   8541:        * operators.txt: - info about $form:files
                   8542: 
                   8543: 2007-04-17  misha
                   8544: 
                   8545:        * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
                   8546:          $form:files was added
                   8547: 
                   8548:        * tests/: 163.html, results/163.processed: removing auto format
                   8549: 
                   8550:        * src/types/pa_vdate.h: - start adding unsetenv("TZ");
                   8551: 
                   8552: 2007-04-16  misha
                   8553: 
                   8554:        * tests/: 163.html, results/163.processed: - test for .int[],
                   8555:          floor, round, ceiling and .format[]
                   8556: 
                   8557:        * src/classes/file.C: - little optimization for getting args in
                   8558:          exec/cgi
                   8559: 
                   8560: 2007-04-13  misha
                   8561: 
                   8562:        * src/classes/file.C: - arguments for file::exec/cgi can be
                   8563:          specified now as s table with one column
                   8564: 
                   8565: 2007-03-27  misha
                   8566: 
                   8567:        * tests/: 162.html, results/162.processed: - test for
                   8568:          ^table.select(^condition[$t])
                   8569: 
                   8570:        * tests/results/auto.p: - load windows-1251 charset for some tests
                   8571: 
                   8572:        * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
                   8573: 
                   8574:        * tests/: results/161.processed, 161.html, 161_utf8.txt,
                   8575:          161_windows1251.txt: - added test for
                   8576:          ^file::load[text;/local/file.txt;$.charset[...]]
                   8577: 
                   8578:        * tests/: results/013.processed, 013.html: - added test for
                   8579:          checking $._default value while hash modifications
                   8580: 
                   8581:        * tests/: 160.html, results/160.processed: - add test for
                   8582:          ^cache[key](secs){code}, ^cache[] and ^cache(0)
                   8583: 
                   8584: 2007-03-22  misha
                   8585: 
                   8586:        * src/include/pa_common.h: - "charset" string defined for
                   8587:          ^file::load[text;/local.txt] and ^table::load[/table.txt]
                   8588: 
                   8589:        * src/main/: pa_common.C, pa_http.C: - $.charset option for
                   8590:          ^file::load[text;/local.txt] and ^table::load[/table.txt] was
                   8591:          added - not needed transcodes were removed from
                   8592:          ^file::load[...;http://...]
                   8593: 
                   8594:        * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
                   8595:          added
                   8596: 
                   8597:        * src/classes/date.C: - date.week was fixed
                   8598: 
                   8599:        * operators.txt: - added info about date.weekyear
                   8600: 
                   8601:        * tests/: 159.html, results/159.processed: - tests for date.week
                   8602:          and date.weekyear added
                   8603: 
                   8604: 2007-03-15  misha
                   8605: 
                   8606:        * src/classes/table.C: - enclose column numbers for nameless tables
                   8607:          as well
                   8608: 
                   8609: 2007-03-14  misha
                   8610: 
                   8611:        * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
                   8612: 
                   8613:        * src/classes/table.C: - table.save optimization: now required much
                   8614:          less memory
                   8615: 
                   8616: 2007-03-13  misha
                   8617: 
                   8618:        * tests/results/: 158.processed, 158.processes: - tests for
                   8619:          table.save/table.load
                   8620: 
                   8621:        * tests/: 158.html, results/158.processes: - tests for
                   8622:          table.save/table.load
                   8623: 
                   8624:        * buildall-with-xml: libxml2: --without-ftp --without-docbook
                   8625: 
                   8626:        * buildall-with-xml: - pattern needed now for building
                   8627: 
                   8628:        * tests/results/097.processed: - added test results for xdoc::load
                   8629:          & xdoc::load[http://...]
                   8630: 
                   8631:        * tests/097.html: - added test for xdoc::load
                   8632: 
                   8633: 2007-03-12  misha
                   8634: 
                   8635:        * tests/: 107.html, results/107.processed: - added test for xpath
                   8636:          '//man'
                   8637: 
                   8638: 2007-03-01  misha
                   8639: 
                   8640:        * tests/: 097.html, results/097.processed: - added test for
                   8641:          creating xdoc from file
                   8642: 
                   8643:        * tests/: results/157.processed, 157.html: - added test for
                   8644:          file:move
                   8645: 
                   8646: 2007-02-28  misha
                   8647: 
                   8648:        * src/classes/xdoc.C: - another attempt
                   8649: 
                   8650:        * src/classes/xdoc.C: - roll back last changes for a while
                   8651: 
                   8652:        * src/classes/xdoc.C, operators.txt: - ^xdoc::create[$file] added.
                   8653: 
                   8654:        * src/classes/file.C: - under lock we create non-exist dir anyway
                   8655: 
                   8656:        * tests/results/099.processed: - ever send content-disposition to
                   8657:          client with file
                   8658: 
                   8659:        * tests/157.html: + test for file:copy
                   8660: 
                   8661: 2007-02-26  misha
                   8662: 
                   8663:        * src/classes/file.C: - some similar strings moved to #define
                   8664:          instead of to be copy/pasted many times
                   8665: 
                   8666:        * src/types/pa_vfile.h: - class name string ("file") moved to
                   8667:          #define
                   8668: 
                   8669: 2007-02-20  misha
                   8670: 
                   8671:        * bin/auto.p.dist.in: - added lines for sqlite
                   8672: 
                   8673:        * configure.in: - added some strings for sqlite detection
                   8674: 
                   8675: 2007-02-19  misha
                   8676: 
                   8677:        * operators.txt: - some comments changes
                   8678: 
                   8679:        * buildall-with-xml, buildall-without-xml: - some modifications
                   8680: 
                   8681: 2007-02-17  misha
                   8682: 
                   8683:        * buildall-with-xml, buildall-without-xml: - moving to gc6.8
                   8684: 
                   8685:        * src/main/pa_request.C: - damn, i forgot to commit it while I
                   8686:          change console behaviour
                   8687: 
                   8688: 2007-02-12  misha
                   8689: 
                   8690:        * src/targets/cgi/parser3.C: - don't print headers if
                   8691:          $console:line[data] was used during cgi execution.
                   8692: 
                   8693:        * src/types/pa_vconsole.h: - console class have bool flag now which
                   8694:          marked as 'true' if class was used.
                   8695: 
                   8696:        * tests/: 152.html, results/152.processed: - more types was added
                   8697:          to test 152
                   8698: 
                   8699:        * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
                   8700:          adding 'bool' (^if($image){} caused exception)
                   8701: 
                   8702: 2007-02-09  misha
                   8703: 
                   8704:        * tests/: 152.html, results/152.processed: - test alightly updated
                   8705: 
                   8706:        * tests/: 152.html, results/152.processed: - test rewrited
                   8707: 
                   8708:        * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
                   8709:          bugfix. I broke xdoc & xnode in expression
                   8710: 
                   8711: 2007-02-08  misha
                   8712: 
                   8713:        * tests/: 152.html, results/152.processed: - add test for checking
                   8714:          'def' for void, string, bool, int & double
                   8715: 
                   8716: 2007-02-07  misha
                   8717: 
                   8718:        * operators.txt: - ^file:base64[filespec]  was added
                   8719: 
                   8720:        * tests/results/153.processed: - result test for
                   8721:          ^file:base64[filespec]  was updated
                   8722: 
                   8723:        * tests/153.html: - test for ^file:base64[filespec]  was added
                   8724: 
                   8725:        * src/types/pa_vconsole.h: - little optimization
                   8726: 
                   8727:        * src/classes/file.C: - ^file:base64[filespec]
                   8728: 
                   8729:        * src/main/pa_common.C: - definitions for ^file:base64[filespec]
                   8730: 
                   8731:        * src/include/pa_common.h: - declarations for
                   8732:          ^file:base64[filespec]
                   8733: 
                   8734:        * src/types/pa_vcookie.C: - little optimization
                   8735: 
                   8736: 2007-02-06  misha
                   8737: 
                   8738:        * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
                   8739:          were temporary commented
                   8740: 
                   8741:        * src/types/pa_vbool.h: - bugfix
                   8742: 
                   8743:        * tests/156.html: - added test for bool cookie
                   8744: 
                   8745:        * src/types/pa_vcookie.h: - not needed string "cookie" removed
                   8746: 
                   8747:        * tests/: 155.html, results/155.processed: - added test for check
                   8748:          $.encloser[] option for table save/load
                   8749: 
                   8750:        * tests/: 153.html, 154.html, todo.txt: - two more tests added
                   8751: 
                   8752: 2007-02-05  misha
                   8753: 
                   8754:        * tests/results/152.processed: - newline at the end was missed
                   8755: 
                   8756:        * tests/results/141.processed: - math:md5 must be lowercased
                   8757: 
                   8758:        * src/targets/cgi/parser3.C: - 2007 in help ;)
                   8759: 
                   8760: 2007-02-03  misha
                   8761: 
                   8762:        * tests/results/: 150.processed, 151.processed, 152.processed: -
                   8763:          test for bool added and some content length fixes
                   8764: 
                   8765:        * tests/152.html: - test for bool added
                   8766: 
                   8767:        * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
                   8768: 
                   8769:        * operators.txt: - info bool class was added
                   8770: 
1.116     moko     8771:        * src/: classes/Makefile.am, classes/bool.C,
1.95      moko     8772:          classes/classes.vcproj, classes/double.C, classes/int.C,
                   8773:          classes/string.C, classes/void.C, classes/xnode.C,
                   8774:          include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
                   8775:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
                   8776:          types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
                   8777:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   8778:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
                   8779:          types/types.vcproj: - bool class was added
                   8780: 
                   8781:        * src/main/pa_request.C: - fix
                   8782: 
                   8783: 2007-01-18  misha
                   8784: 
                   8785:        * src/: main/pa_string.C, classes/string.C: - return table during
                   8786:          ^string.match[][] even if no matched found.
                   8787: 
                   8788: 2006-12-20  misha
                   8789: 
                   8790:        * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
                   8791:          http://www.parser.ru/forum/?id=55598 ]
                   8792: 
                   8793: 2006-12-19  misha
                   8794: 
                   8795:        * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
                   8796:          details: http://www.parser.ru/forum/?id=52359
                   8797: 
                   8798:        * src/main/pa_request.C: - always set content-disposition for
                   8799:          $response:body[hash here]. more details:
                   8800:          http://www.parser.ru/forum/?id=52130
                   8801: 
                   8802: 2006-12-07  misha
                   8803: 
                   8804:        * operators.txt: - added info about bool params in cookie set
                   8805: 
                   8806:        * src/types/pa_vcookie.C: - bool param in cookies available now
                   8807:          $cookie:name[   $.value[123]   $.secure(true)   $.httponly(true)
                   8808:          ]
                   8809: 
                   8810:        * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
                   8811:          was added
                   8812: 
                   8813: 2006-12-02  misha
                   8814: 
                   8815:        * src/classes/file.C: - file_block_read used instead of native read
                   8816: 
                   8817:        * src/main/pa_common.C: - added file_block_read with read error
                   8818:          detection - file_block_read used instead of native read
                   8819: 
                   8820:        * src/include/pa_common.h: - added file_block_read declaration
                   8821: 
                   8822: 2006-12-01  misha
                   8823: 
                   8824:        * operators.txt: - info about $var.CLASS_NAME was added
                   8825: 
                   8826:        * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
                   8827:          $var.CLASS_NAME added
                   8828: 
                   8829:        * operators.txt: - added info about ^file:copy[]
                   8830: 
                   8831:        * src/classes/file.C: - ^file:copy[from;fo] was added
                   8832: 
                   8833: 2006-11-20  misha
                   8834: 
                   8835:        * src/classes/date.C: - bug fix :)
                   8836: 
                   8837: 2006-11-17  misha
                   8838: 
                   8839:        * src/include/pa_common.h: - array in crc32 calculation was changed
                   8840:          to static
                   8841: 
                   8842:        * src/main/pa_common.C: - little optimization in getMonthDays -
                   8843:          small changes in crc32 calculation
                   8844: 
                   8845:        * src/classes/date.C: - not needed code was removed
                   8846: 
                   8847: 2006-11-16  misha
                   8848: 
                   8849:        * src/types/pa_vmail.C: - fix missed brakes
                   8850: 
                   8851:        * src/types/pa_vmail.C: - mail:send now set content-type:
                   8852:          multipart/related instead of multipart/mixed if file have
                   8853:          $.content-id[]
                   8854: 
                   8855: 2006-11-15  misha
                   8856: 
                   8857:        * src/types/pa_vdouble.h: abs -> fabs
                   8858: 
                   8859: 2006-11-14  misha
                   8860: 
                   8861:        * operators.txt: - added info about ^file.md5[] and
                   8862:          ^file:md5[file-name]
                   8863: 
                   8864:        * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
                   8865:          added
                   8866: 
                   8867:        * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
                   8868:          FILE_BUFFER_SIZE
                   8869: 
                   8870:        * src/classes/math.C: - hex_string was moved to pa_common.h
                   8871: 
                   8872:        * src/include/pa_common.h: - hex_string was moved from math.C -
                   8873:          CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
                   8874: 
                   8875:        * src/types/pa_vdouble.h: - incorrect frac detection with negative
                   8876:          values was fixed
                   8877: 
                   8878: 2006-11-13  misha
                   8879: 
                   8880:        * operators.txt: - added info about ^math:crc32[string],
                   8881:          ^file:crc32[file-name] & ^file.crc32[]
                   8882: 
                   8883:        * src/classes/math.C: - added ^math:crc32[string]
                   8884: 
                   8885:        * src/classes/file.C: - some comments were changed - added
                   8886:          ^file:crc32[file-name] and ^file.crc32[]
                   8887: 
                   8888:        * src/: include/pa_common.h, main/pa_common.C: - some functions for
                   8889:          crc32 calculation added
                   8890: 
                   8891: 2006-11-03  misha
                   8892: 
                   8893:        * src/include/pa_array.h: - not needed variable removed
                   8894: 
                   8895:        * tests/: 150.html, 151.html, results/150.processed,
                   8896:          results/151.processed: - 2 tests were added
                   8897: 
                   8898:        * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
                   8899:          with $.reverse(1) were fixed
                   8900: 
                   8901:        * src/main/pa_http.C: - bug fix. now tainted data from $.form and
                   8902:          query converted to $.charset during ^file::load[http://...]
                   8903: 
                   8904: 2006-11-02  misha
                   8905: 
                   8906:        * src/include/pa_table.h: ups. forget '=' char
                   8907: 
                   8908:        * src/include/pa_table.h: - one more fix in
                   8909:          .locate[...][$.reverse(1)]
                   8910: 
                   8911: 2006-11-01  misha
                   8912: 
                   8913:        * src/classes/math.C: - bug fix, details:
                   8914:          http://www.parser.ru/forum/?id=53360
                   8915: 
                   8916:        * src/include/pa_table.h: - bug fix during ^table.locate( condition
                   8917:          false for all records )[$.reverse(1)]
                   8918: 
                   8919:        * src/main/pa_http.C: - second param for this mid method is length
                   8920:          but not end_index so this method has error and can't detect
                   8921:          charsets in next content-types: Content-type: text/html;
                   8922:          charset="windows-1251" Content-type: text/html;
                   8923:          charset="windows-1251"; Content-type: text/html;
                   8924:          charset=windows-1251;
                   8925: 
                   8926:          only Content-type: text/html; charset=windows-1251 was fine
                   8927: 
                   8928: 2006-10-31  misha
                   8929: 
                   8930:        * src/classes/file.C: - empty args in file::exec removed now
                   8931: 
                   8932: 2006-09-11  misha
                   8933: 
                   8934:        * bin/auto.p.dist.in: - 2 errors were fixed - table::set was
                   8935:          replaced to table::create - some changes in text/code formatting
                   8936: 
                   8937: 2006-09-03  paf
                   8938: 
                   8939:        * src/classes/file.C: proper tainting of
                   8940:          ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
                   8941: 
                   8942: 2006-06-09  paf
                   8943: 
                   8944:        * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
                   8945: 
                   8946:        * src/classes/table.C: formatting
                   8947: 
                   8948:        * src/classes/table.C: incorporated patch from misha: Sent:
                   8949:          Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
                   8950:          ignoring string options for ^table.save[]
                   8951: 
                   8952:        * src/classes/hash.C: incorporated patch from misha Sent:
                   8953:          Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
                   8954:          $hash._default disappear while
                   8955: 
                   8956:        * operators.txt: ^mail:send[   $.file1[      $.value[file]
                   8957:          $.format[!uue|!base64] << new base64 option. default uue   ] ]
                   8958: 
                   8959:        * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
                   8960:          PM Subject: patch for base64 in ^mail:send[] %-)
                   8961: 
                   8962: 2006-04-09  paf
                   8963: 
                   8964:        * src/main/compile.tab.C: ` change compiled
                   8965: 
                   8966:        * gnu.vcproj, operators.txt, parser3.sln,
                   8967:          src/classes/classes.vcproj, src/classes/file.C,
                   8968:          src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
                   8969:          src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
                   8970:          src/classes/xnode.C, src/include/pa_array.h,
                   8971:          src/include/pa_config_fixed.h, src/include/pa_dir.h,
                   8972:          src/include/pa_memory.h, src/include/pa_request.h,
                   8973:          src/include/pa_stack.h, src/lib/cord/cord.vcproj,
                   8974:          src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
                   8975:          src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
                   8976:          src/lib/pcre/pcre_dftables.vcproj,
                   8977:          src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
                   8978:          src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
                   8979:          src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
                   8980:          src/main/pa_cache_managers.C, src/main/pa_charset.C,
                   8981:          src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
                   8982:          src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
                   8983:          src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
                   8984:          src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
                   8985:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
                   8986:          src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
                   8987:          src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
                   8988:          src/types/pa_value.h, src/types/pa_vcookie.C,
                   8989:          src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
                   8990:          src/types/pa_vmail.C, src/types/pa_vresponse.C,
                   8991:          src/types/pa_vstatus.C, src/types/types.vcproj,
                   8992:          tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
                   8993:          ^menu, ^hash/hashfile.foreach
                   8994: 
                   8995:        * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
                   8996:          src/classes/file.C, src/classes/hash.C, src/classes/image.C,
                   8997:          src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
                   8998:          src/classes/xnode.C, src/include/pa_array.h,
                   8999:          src/include/pa_config_fixed.h, src/include/pa_dir.h,
                   9000:          src/include/pa_memory.h, src/include/pa_request.h,
                   9001:          src/include/pa_stack.h, src/lib/cord/cord.vcproj,
                   9002:          src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
                   9003:          src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
                   9004:          src/lib/pcre/pcre_dftables.vcproj,
                   9005:          src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
                   9006:          src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
                   9007:          src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
                   9008:          src/main/pa_cache_managers.C, src/main/pa_charset.C,
                   9009:          src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
                   9010:          src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
                   9011:          src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
                   9012:          src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
                   9013:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
                   9014:          src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
                   9015:          src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
                   9016:          src/types/pa_value.h, src/types/pa_vcookie.C,
                   9017:          src/types/pa_vmail.C, src/types/pa_vresponse.C,
                   9018:          src/types/pa_vstatus.C, src/types/types.vcproj,
                   9019:          tests/descript.ion: ! switched to VS2005 (projects and
                   9020:          object<info explicitly typed>.for_each(, info)) +
                   9021:          $response:field[] setting void means removing + grammar $name`
                   9022:          name stops now, for mysql `$field` + started ^break[]
                   9023:          ^continue[], in ^for. TODO: to other iterators (while, menu,
                   9024:          foreach) + all log messages += [uri=, method=, cl=]
                   9025: 
                   9026:        * buildall-with-xml: merged . ftp paths update
                   9027: 
                   9028:        * buildall-with-xml: . ftp paths update
                   9029: 
                   9030: 2006-03-04  paf
                   9031: 
                   9032:        * src/main/: pa_string.C: merged from HEAD ! cache file curruption
                   9033:          checks++ [thanks to Igor Zinkovsky for detailed report]
                   9034: 
                   9035:        * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
                   9036:          Igor Zinkovsky for detailed report]
                   9037: 
                   9038: 2006-03-01  paf
                   9039: 
                   9040:        * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
                   9041:          \n to ' ' in
                   9042: 
                   9043: 2006-02-18  paf
                   9044: 
                   9045:        * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
                   9046:          \n to ' ' in
                   9047: 
                   9048:        * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
                   9049: 
                   9050: 2006-02-03  paf
                   9051: 
                   9052:        * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
                   9053:          base64
                   9054: 
                   9055:        * src/main/pa_common.C: ! bugfix: decoding from base64
                   9056: 
                   9057: 2006-01-20  paf
                   9058: 
                   9059:        * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
                   9060:          economy fix
                   9061: 
                   9062:        * src/classes/: table.C: merged from HEAD ! bugfix
                   9063:          ^table.save[$.encloser-s now handled properly
                   9064: 
                   9065:        * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
                   9066:          handled properly
                   9067: 
                   9068: 2006-01-19  paf
                   9069: 
                   9070:        * buildall-with-xml, buildall-without-xml: merged from HEAD !
                   9071:          libgc:USE_MUNMAP activates merging of free memory blocks which
                   9072:          helps a lot in our case: after transform we want
                   9073:          CORD(main.result)->cstr[big malloc]->transcode[big malloc]
                   9074: 
                   9075:        * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
                   9076:          economy fix
                   9077: 
                   9078:        * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
                   9079:          activates merging of free memory blocks which helps a lot in our
                   9080:          case: after transform we want CORD(main.result)->cstr[big
                   9081:          malloc]->transcode[big malloc]
                   9082: 
                   9083: 2006-01-17  paf
                   9084: 
                   9085:        * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
                   9086:          before reading them. got rid of reallocs = became quicker and
                   9087:          less fragmentated
                   9088: 
                   9089: 2005-12-29  paf
                   9090: 
1.116     moko     9091:        * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
                   9092:          configure, configure.in, src/include/pa_version.h,
                   9093:          src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95      moko     9094:          src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
                   9095:          src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
                   9096:          src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
                   9097:          src/lib/ltdl/missing: . merged from 3.2.1
                   9098: 
1.116     moko     9099:        * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
                   9100:          packaged when 'make dist', so do configure companion files in
                   9101:          src/lib/ltdl
                   9102: 
                   9103:        * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
                   9104:          config.guess, config.sub, configure.in, install-sh, ltmain.sh,
                   9105:          missing: . now config_auto.h is created with configure [were
                   9106:          constant]
1.95      moko     9107: 
                   9108:        * INSTALL: . references to documentation and some clarification
                   9109: 
                   9110:        * buildall-with-xml, buildall-without-xml: . farawell doc
                   9111:          indication
                   9112: 
1.116     moko     9113:        * Makefile.am: . dist+=buildall*
1.95      moko     9114: 
                   9115: 2005-12-28  paf
                   9116: 
                   9117:        * configure: . 3.2.1
                   9118: 
                   9119:        * INSTALL, buildall-with-xml, buildall-without-xml: + started to
                   9120:          simplify build process, see INSTALL
                   9121: 
                   9122: 2005-12-26  paf
                   9123: 
                   9124:        * configure: ver
                   9125: 
                   9126:        * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
                   9127:          version
                   9128: 
                   9129: 2005-12-21  paf
                   9130: 
                   9131:        * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
                   9132:          compiled with bison 1.875b, it reports unexpected token names
                   9133: 
                   9134: 2005-12-19  paf
                   9135: 
                   9136:        * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
                   9137:          holds a link to xmlNode to prevent premature gc(xmlNode)
                   9138: 
                   9139:        * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
                   9140:          src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
                   9141:          src/main/main.vcproj, src/main/pa_globals.C,
                   9142:          src/targets/cgi/parser3.vcproj,
                   9143:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
                   9144:          configure, configure.in, src/include/pa_version.h: . killing
                   9145:          gdome [what a relief]
                   9146: 
                   9147:        * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
                   9148:          113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
                   9149:          run_parser.sh, results/001.processed, results/002.processed,
                   9150:          results/003.processed, results/004.processed,
                   9151:          results/005.processed, results/006.processed,
                   9152:          results/008.processed, results/009.processed,
                   9153:          results/010.processed, results/011.processed,
                   9154:          results/012.processed, results/013.processed,
                   9155:          results/014.processed, results/015.processed,
                   9156:          results/016.processed, results/017.processed,
                   9157:          results/018.processed, results/020.processed,
                   9158:          results/021.processed, results/022.processed,
                   9159:          results/023.processed, results/024.processed,
                   9160:          results/025.processed, results/026.processed,
                   9161:          results/027.processed, results/028.processed,
                   9162:          results/029.processed, results/030.processed,
                   9163:          results/031.processed, results/032.processed,
                   9164:          results/033.processed, results/034.processed,
                   9165:          results/035.processed, results/036.processed,
                   9166:          results/037.processed, results/038.processed,
                   9167:          results/039.processed, results/040.processed,
                   9168:          results/041.processed, results/042.processed,
                   9169:          results/043.processed, results/044.processed,
                   9170:          results/045.processed, results/046.processed,
                   9171:          results/047.processed, results/048.processed,
                   9172:          results/049.processed, results/050.processed,
                   9173:          results/051.processed, results/052.processed,
                   9174:          results/053.processed, results/054.processed,
                   9175:          results/055.processed, results/056.processed,
                   9176:          results/057.processed, results/058.processed,
                   9177:          results/059.processed, results/060.processed,
                   9178:          results/061.processed, results/062.processed,
                   9179:          results/063.processed, results/064.processed,
                   9180:          results/065.processed, results/066.processed,
                   9181:          results/067.processed, results/068.processed,
                   9182:          results/069.processed, results/070.processed,
                   9183:          results/071.processed, results/072.processed,
                   9184:          results/073.processed, results/074.processed,
                   9185:          results/075.processed, results/076.processed,
                   9186:          results/077.processed, results/078.processed,
                   9187:          results/079.processed, results/080.processed,
                   9188:          results/081.processed, results/082.processed,
                   9189:          results/083.processed, results/084.processed,
                   9190:          results/085.processed, results/086.processed,
                   9191:          results/087.processed, results/088.processed,
                   9192:          results/089.processed, results/090.processed,
                   9193:          results/091.processed, results/092.processed,
                   9194:          results/093.processed, results/094.processed,
                   9195:          results/095.processed, results/096.processed,
                   9196:          results/097.processed, results/099.processed,
                   9197:          results/100.processed, results/101.processed,
                   9198:          results/102.processed, results/104.processed,
                   9199:          results/105.processed, results/106.processed,
                   9200:          results/107.processed, results/108.processed,
                   9201:          results/109.processed, results/110.processed,
                   9202:          results/111.processed, results/112.processed,
                   9203:          results/113.processed, results/114.processed,
                   9204:          results/115.processed, results/117.processed,
                   9205:          results/119.processed, results/120.processed,
                   9206:          results/121.processed, results/122.processed,
                   9207:          results/123.processed, results/124.processed,
                   9208:          results/125.processed, results/126.processed,
                   9209:          results/127.processed, results/128.processed,
                   9210:          results/129.processed, results/130.processed,
                   9211:          results/131.processed, results/132.processed,
                   9212:          results/133.processed, results/134.processed,
                   9213:          results/135.processed, results/136.processed,
                   9214:          results/138.processed, results/139.processed,
                   9215:          results/140.processed, results/141.processed,
                   9216:          results/142.processed, results/143.processed,
                   9217:          results/144.processed, results/145.processed,
                   9218:          results/146.processed, results/147.processed,
                   9219:          results/148.processed, results/149.processed, results/auto.p: .
                   9220:          now works if we turn off default auto.p
                   9221: 
1.116     moko     9222:        * configure: . makes
1.95      moko     9223: 
                   9224:        * src/types/pa_vxnode.C: . less warnings
                   9225: 
                   9226:        * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
                   9227:          tests/145.html, tests/149.html, tests/descript.ion,
                   9228:          tests/outputs/d.cmd, tests/results/142.processed,
                   9229:          tests/results/143.processed, tests/results/144.processed,
                   9230:          tests/results/145.processed, tests/results/146.processed,
                   9231:          tests/results/147.processed, tests/results/148.processed,
                   9232:          tests/results/149.processed: . removed .nodeValue from all node
                   9233:          types other than 5 (grabbed piece from gdome)
                   9234: 
                   9235:        * tests/: 137.html, results/137.processed: . not handled this case
                   9236:          yet. code does not hang from inserting parent into child,
                   9237:          considering thing minor issue -- nodes are removed from source
                   9238:          anyway, don't know why shold that be an error after all
                   9239: 
                   9240:        * src/targets/cgi/parser3.C: . style
                   9241: 
                   9242:        * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
                   9243:          xdoc too [were barking "not element"]
                   9244: 
                   9245: 2005-12-16  paf
                   9246: 
                   9247:        * tests/: 146.html, 147.html, 148.html: . more tests
                   9248: 
                   9249:        * src/classes/xnode.C: . also bark on possible errors
                   9250: 
                   9251:        * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
                   9252:          props
                   9253: 
                   9254:        * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
                   9255:          main/compile.y: merged from HEAD ! fixed overoptimized
                   9256:          ^call(false) case. (confused it with ^call[] case)
                   9257: 
                   9258:        * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
                   9259:          ^call(false) case. (confused it with ^call[] case)
                   9260: 
                   9261:        * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
                   9262: 
                   9263:        * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
                   9264:          results/001.processed, results/002.processed,
                   9265:          results/003.processed, results/004.processed,
                   9266:          results/005.processed, results/006.processed,
                   9267:          results/008.processed, results/009.processed,
                   9268:          results/010.processed, results/011.processed,
                   9269:          results/012.processed, results/013.processed,
                   9270:          results/014.processed, results/015.processed,
                   9271:          results/016.processed, results/017.processed,
                   9272:          results/018.processed, results/019.processed,
                   9273:          results/020.processed, results/021.processed,
                   9274:          results/022.processed, results/023.processed,
                   9275:          results/024.processed, results/025.processed,
                   9276:          results/026.processed, results/027.processed,
                   9277:          results/028.processed, results/029.processed,
                   9278:          results/030.processed, results/031.processed,
                   9279:          results/032.processed, results/033.processed,
                   9280:          results/034.processed, results/035.processed,
                   9281:          results/036.processed, results/037.processed,
                   9282:          results/038.processed, results/039.processed,
                   9283:          results/040.processed, results/041.processed,
                   9284:          results/042.processed, results/043.processed,
                   9285:          results/044.processed, results/045.processed,
                   9286:          results/046.processed, results/047.processed,
                   9287:          results/048.processed, results/049.processed,
                   9288:          results/050.processed, results/051.processed,
                   9289:          results/052.processed, results/053.processed,
                   9290:          results/054.processed, results/055.processed,
                   9291:          results/056.processed, results/057.processed,
                   9292:          results/058.processed, results/059.processed,
                   9293:          results/060.processed, results/061.processed,
                   9294:          results/062.processed, results/063.processed,
                   9295:          results/064.processed, results/065.processed,
                   9296:          results/066.processed, results/067.processed,
                   9297:          results/068.processed, results/069.processed,
                   9298:          results/070.processed, results/071.processed,
                   9299:          results/072.processed, results/073.processed,
                   9300:          results/074.processed, results/075.processed,
                   9301:          results/076.processed, results/077.processed,
                   9302:          results/078.processed, results/079.processed,
                   9303:          results/080.processed, results/081.processed,
                   9304:          results/082.processed, results/083.processed,
                   9305:          results/084.processed, results/085.processed,
                   9306:          results/086.processed, results/087.processed,
                   9307:          results/088.processed, results/089.processed,
                   9308:          results/090.processed, results/091.processed,
                   9309:          results/092.processed, results/093.processed,
                   9310:          results/094.processed, results/095.processed,
                   9311:          results/096.processed, results/097.processed,
                   9312:          results/099.processed, results/101.processed,
                   9313:          results/102.processed, results/104.processed,
                   9314:          results/105.processed, results/106.processed,
                   9315:          results/107.processed, results/108.processed,
                   9316:          results/109.processed, results/110.processed,
                   9317:          results/111.processed, results/112.processed,
                   9318:          results/113.processed, results/114.processed,
                   9319:          results/115.processed, results/116.processed,
                   9320:          results/117.processed, results/118.processed,
                   9321:          results/119.processed, results/120.processed,
                   9322:          results/121.processed, results/122.processed,
                   9323:          results/123.processed, results/124.processed,
                   9324:          results/125.processed, results/126.processed,
                   9325:          results/127.processed, results/128.processed,
                   9326:          results/129.processed, results/130.processed,
                   9327:          results/131.processed, results/132.processed,
                   9328:          results/133.processed, results/134.processed,
                   9329:          results/135.processed, results/136.processed,
                   9330:          results/137.processed, results/138.processed,
                   9331:          results/139.processed, results/140.processed,
                   9332:          results/141.processed: . refreshed old tests, made them work
                   9333:          without auto.p (in utf8) . things noted: . gif got encoded
                   9334:          differently . exif 0000:00:00 decoded now into 0000:00:00 (were
                   9335:          some strange year)
                   9336: 
                   9337:        * INSTALL: . revived linux libgc fix
                   9338: 
                   9339:        * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
                   9340:          glib/gdome in INSTALL and patches]
                   9341: 
                   9342:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   9343:          include/pa_charset.h, include/pa_config_includes.h,
                   9344:          include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
                   9345:          include/pa_xml_exception.h, lib/cord/Makefile.am,
                   9346:          lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
                   9347:          lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
                   9348:          main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
                   9349:          main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
                   9350:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   9351:          types/pa_vxnode.h: . started killing gdome
                   9352: 
                   9353: 2005-12-13  paf
                   9354: 
                   9355:        * src/main/: pa_request.C: merged from HEAD ! when code in
                   9356:          @unhandled_exception thrown another exception, print correct
                   9357:          origin (earlier code in catch of exception inside of
                   9358:          @unhandled_exception grabbed parent_frame(original_exception)
                   9359:          origin and printed it, instead of true origin)
                   9360: 
                   9361:        * src/main/pa_request.C: ! when code in @unhandled_exception thrown
                   9362:          another exception, print correct origin (earlier code in catch of
                   9363:          exception inside of @unhandled_exception grabbed
                   9364:          parent_frame(original_exception) origin and printed it, instead
                   9365:          of true origin)
                   9366: 
                   9367: 2005-12-09  paf
                   9368: 
                   9369:        * INSTALL: . updated INSTALL doc to work around linux stack base
                   9370:          detection problem, due to change in gc6.4 code
                   9371: 
                   9372:        * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
                   9373:          ignored in ^string.matched :(
                   9374: 
                   9375:        * src/main/pa_string.C: ! regex tainting were ignored in
                   9376:          ^string.matched :(
                   9377: 
                   9378:        * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
                   9379:          src/include/pa_config_fixed.h, src/include/pa_version.h,
                   9380:          src/main/compile.y, src/main/compile_tools.h,
                   9381:          src/main/pa_charset.C, src/main/pa_common.C,
                   9382:          src/main/pa_globals.C, src/main/pa_string.C,
                   9383:          src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
                   9384:          src/types/pa_vmail.C: . merged latest fixes from 3.2.0
                   9385: 
                   9386: 2005-12-08  paf
                   9387: 
                   9388:        * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
                   9389:          500 chars now handled OK [were wrapped on 500th char according to
                   9390:          rfc, but sendmail failed to unwrap it properly]
                   9391: 
                   9392:        * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
                   9393:          handled OK [were wrapped on 500th char according to rfc, but
                   9394:          sendmail failed to unwrap it properly]
                   9395: 
                   9396:        * src/targets/isapi/parser3isapi.C: . less warnings
                   9397: 
                   9398:        * src/targets/isapi/parser3isapi.C: . undone some strange change
                   9399:          since 3.1.5
                   9400: 
                   9401:        * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
                   9402:          link fixes
                   9403: 
                   9404:        * src/: classes/date.C, include/pa_config_fixed.h,
                   9405:          main/compile.tab.C, main/compile.y, main/compile_tools.h,
                   9406:          main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
                   9407:          main/pa_string.C, targets/cgi/getopt.c: . less warnings
                   9408: 
                   9409:        * src/include/pa_config_fixed.h: . removed outdated string origins
                   9410:          [in current storage scheme there's no place for them. someday we
                   9411:          can add third CORD to store origins and special version of parser
                   9412:          which stores origins there [separate binary]]
                   9413: 
                   9414: 2005-12-07  paf
                   9415: 
                   9416:        * src/targets/isapi/parser3isapi.C: . now links in release mode
                   9417: 
                   9418:        * src/include/pa_version.h: makefiles
                   9419: 
                   9420:        * src/include/pa_version.h: . not beta
                   9421: 
                   9422:        * configure, configure.in, src/include/pa_version.h: not beta
                   9423: 
                   9424: 2005-12-06  paf
                   9425: 
                   9426:        * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
                   9427:          [some details here http://i2/tasks/edit/?id=4869912143891354460]
                   9428:          decided to undo the change ^call[$void] passes void. now it will
                   9429:          pass empty string again.
                   9430: 
                   9431:        * src/main/: compile.tab.C, compile.y: . version readded
                   9432: 
                   9433:        * src/classes/op.C: . in this version there is no ^switch[$nothing]
                   9434:          = ^switch[void] problem
                   9435: 
                   9436: 2005-12-01  paf
                   9437: 
                   9438:        * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
                   9439:          caused ^case[string] to be coerced to double since searching
                   9440:          value were not string (it was vvoid)
                   9441: 
                   9442:        * src/classes/op.C: . bugfix ^switch[$void_value] caused
                   9443:          ^case[string] to be coerced to double since searching value were
                   9444:          not string (it was vvoid)
                   9445: 
                   9446:        * INSTALL: . compiled with       libxml2 = 2.6.22       libxslt =
                   9447:          1.1.15       glib = 1.2.10       gdome2 = 0.8.1
                   9448: 
                   9449: 2005-11-30  paf
                   9450: 
                   9451:        * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
                   9452:          win32 must putenv("TZ="), on unix works only putenv("TZ")
                   9453: 
                   9454:        * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
                   9455:          putenv("TZ="), on unix works only putenv("TZ")
                   9456: 
                   9457:        * INSTALL: . xml libs versions updated
                   9458: 
                   9459:        * src/main/pa_globals.C: //20051130 trying to remove this, author
                   9460:          claims that fixed a lot there // 20040920 for now both
                   9461:          workarounds needed. wait for new libxml/xsl versions
                   9462: 
                   9463: 2005-11-28  paf
                   9464: 
                   9465:        * src/classes/table.C: merged from HEAD: ! nameless table has
                   9466:          columns==0
                   9467: 
                   9468:        * src/classes/table.C: ! nameless table has columns==0
                   9469: 
                   9470:        * src/main/pa_http.C: merged from HEAD: ! status line check made
                   9471:          earlier [was totally wrong]
                   9472: 
                   9473:        * src/main/pa_http.C: ! status line check made earlier [was totally
                   9474:          wrong]
                   9475: 
                   9476: 2005-11-25  paf
                   9477: 
                   9478:        * src/include/pa_array.h: -this reduces speed(table::load) strange.
                   9479:          undoing for now...
                   9480: 
                   9481:        * src/include/pa_version.h: -this reduces speed(table::load),
                   9482:          strange. undoing
                   9483: 
                   9484:        * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
                   9485: 
                   9486:        * src/classes/op.C: + ^while(){}[SEPARATOR]
                   9487: 
                   9488:        * src/include/pa_array.h: + optimistics added: all arrays (table
                   9489:          rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
                   9490:          this speeds things up and saves memory a LOT! (not noticed
                   9491:          negative effect on syntetic tests, future will tell...)
                   9492: 
                   9493:        * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
                   9494:          changed gc_malloc implementation, which obscured profiling
                   9495: 
                   9496:        * src/classes/table.C: merged from HEAD: + optimized
                   9497:          table::load/sql, now row ArrayString-s allocated with
                   9498:          columns.count() elements and don't always grow from
                   9499:          count=3[realloc,realloc]
                   9500: 
                   9501:        * src/classes/table.C: + optimized table::load/sql, now row
                   9502:          ArrayString-s allocated with columns.count() elements and don't
                   9503:          always grow from count=3[realloc,realloc]
                   9504: 
                   9505:        * src/classes/table.C: merged from HEAD: . ^table.save unused
                   9506:          buffer after save
                   9507: 
                   9508:        * src/classes/table.C: . ^table.save unused buffer after save
                   9509: 
                   9510: 2005-11-24  paf
                   9511: 
                   9512:        * configure.in: . merged glib2-config patch
                   9513: 
                   9514:        * configure.in: + trying to find glib2-config
                   9515: 
                   9516:        * src/: classes/file.C, include/pa_common.h, main/execute.C,
                   9517:          main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
                   9518:          file/dir_readable to simple file/dir_exist, this would help in
                   9519:          situations "class not found because .p file has bad rights" << in
                   9520:          that case error would be explicit "access denied to 'this' file"
                   9521: 
1.116     moko     9522:        * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95      moko     9523: 
                   9524:        * src/: classes/file.C, include/pa_common.h, main/execute.C,
                   9525:          main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
                   9526:          to simple file/dir_exist, this would help in situations "class
                   9527:          not found because .p file has bad rights" << in that case error
                   9528:          would be explicit "access denied to 'this' file"
                   9529: 
                   9530:        * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
                   9531:          include/pa_http.h, main/Makefile.am, main/main.vcproj,
                   9532:          main/pa_common.C, main/pa_http.C: merged from HEAD: +!
                   9533:          ^file::exec/cgi[script;$.charset[changed]
                   9534:          $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
                   9535:          encoded in $.charset charset
                   9536: 
                   9537:        * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
                   9538:          $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
                   9539:          encoded in $.charset charset
                   9540: 
                   9541:        * src/: include/Makefile.am, include/pa_common.h,
                   9542:          include/pa_http.h, main/Makefile.am, main/main.vcproj,
                   9543:          main/pa_common.C, main/pa_http.C: . extracted http:// into
                   9544:          separate file [preparation for
                   9545:          ^file::cgi[script;$.form[$.field1[]
                   9546: 
                   9547: 2005-11-22  paf
                   9548: 
                   9549:        * src/: include/pa_version.h, main/compile.tab.C: makefiles
                   9550: 
                   9551:        * acinclude.m4, configure.in: . merged underquting fixes
                   9552: 
1.116     moko     9553:        * src/include/pa_config_auto.h.in: configure+makes
1.95      moko     9554: 
                   9555:        * src/classes/op.C: . overmerged a little
                   9556: 
                   9557:        * src/main/compile.tab.C: Makefile
                   9558: 
                   9559:        * src/main/: pa_common.C: . less gcc warnings
                   9560: 
                   9561:        * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
                   9562:          now reports original exception if we have no old cache
                   9563: 
                   9564:        * src/classes/op.C: + $exception.handled[cache] now reports
                   9565:          original exception if we have no old cache
                   9566: 
                   9567:        * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
                   9568:          from HEAD: + ^taint/untaint[regex] << escapes these:
                   9569:          \^$.[]|()?*+{}
                   9570: 
                   9571:        * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
                   9572:          ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
                   9573: 
                   9574:        * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
                   9575:          getenv-ed variable, which does not work both on win32&unix.
                   9576:          copied old TZ value now
                   9577: 
                   9578:        * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
                   9579:          stored pointer to getenv-ed variable, which does not work both on
                   9580:          win32&unix. copied old TZ value now
                   9581: 
                   9582:        * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
                   9583:          getenv-ed variable, which does not work both on win32&unix.
                   9584:          copied old TZ value now
                   9585: 
                   9586:        * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
                   9587:          access to internal hash
                   9588: 
                   9589:        * src/types/pa_vresponse.C: + $response:headers access to internal
                   9590:          hash
                   9591: 
                   9592:        * src/targets/isapi/parser3isapi.C: merged from HEAD: +
                   9593:          GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
                   9594:          isapi] this reduces number of "GC Warning: Repeated allocation of
                   9595:          very large block" messages to only important onces
                   9596: 
                   9597:        * src/targets/isapi/parser3isapi.C: +
                   9598:          GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
                   9599:          isapi] this reduces number of "GC Warning: Repeated allocation of
                   9600:          very large block" messages to only important onces
                   9601: 
                   9602:        * src/classes/string.C: merged from HEAD: + removed limitation on
                   9603:          ^string/int/double:sql{}[$.default[({param style})] ]
                   9604: 
                   9605:        * src/classes/string.C: + removed limitation on
                   9606:          ^string/int/double:sql{}[$.default[({param style})] ]
                   9607: 
                   9608:        * src/main/pa_common.C: merged from HEAD: + removed "use either uri
                   9609:          with ?params or $.form option" limitation
                   9610: 
                   9611:        * src/main/pa_common.C: + removed "use either uri with ?params or
                   9612:          $.form option" limitation
                   9613: 
                   9614:        * src/: classes/file.C, classes/string.C, include/pa_common.h,
                   9615:          main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
                   9616:          ^file::base64[encoded] decode
                   9617: 
                   9618:        * src/: classes/file.C, classes/string.C, include/pa_common.h,
                   9619:          main/pa_common.C: + ^file.base64[] encode +
                   9620:          ^file::base64[encoded] decode
                   9621: 
                   9622:        * src/classes/: file.C, string.C: + ^string.base64[] encode +
                   9623:          ^string:base64[encoded] decode
                   9624: 
                   9625:        * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
                   9626:          ^string:base64[in] encode + ^string.base64[] decode
                   9627: 
                   9628: 2005-11-21  paf
                   9629: 
                   9630:        * src/classes/file.C: + merged from HEAD:
                   9631:          ^file::create[text;file.xml;^untaint[xml]{data}]
                   9632: 
                   9633:        * src/classes/file.C: +
                   9634:          ^file::create[text;file.xml;^untaint[xml]{data}]
                   9635: 
                   9636:        * src/main/pa_request.C: ! merged: $response:body[file] now
                   9637:          differes from :download, it does not return content-disposition
                   9638:          at all now [previusely it returned valueless content-disposition]
                   9639: 
                   9640:        * src/main/pa_request.C: ! $response:body[file] now differes from
                   9641:          :download, it does not return content-disposition at all now
                   9642:          [previusely it returned valueless content-disposition]
                   9643: 
                   9644:        * src/main/: compile.tab.C, compile.y: ! overoptimized void
                   9645:          literals, reverted to just vvod, recreating empty array with each
                   9646:          void_value token. that's absolutely needed, since that array
                   9647:          grows
                   9648: 
                   9649:        * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
                   9650:          types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
                   9651:          types/pa_vmethod_frame.h: + merged: expression literals:
                   9652:          true/false. ^format[$.indent(true)]
                   9653: 
                   9654:        * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
                   9655:          types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
                   9656:          types/pa_vmethod_frame.h: + expression literals: true/false.
                   9657:          ^format[$.indent(true)]
                   9658: 
                   9659:        * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
                   9660:          merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
                   9661:          i386-pc-win32)"
                   9662: 
                   9663:        * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
                   9664:          $env:PARSER_VERSION reports "3.1.5beta (compiled on
                   9665:          i386-pc-win32)"
                   9666: 
                   9667: 2005-11-18  paf
                   9668: 
                   9669:        * src/classes/: double.C, int.C: ! ^int/double:sql{select
                   9670:          null}[$.default(123)] will now return default value
                   9671: 
                   9672:        * src/classes/op.C: + merged ^cache[] << returns current cache
                   9673:          expiration time
                   9674: 
                   9675:        * src/classes/op.C: + ^cache[] << returns current cache expiration
                   9676:          time
                   9677: 
                   9678:        * src/classes/table.C: ! merged ^table::create[not'nameless';
                   9679:          failed << Exception.problem_source pointed to local var!
                   9680: 
                   9681:        * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
                   9682:          Exception.problem_source pointed to local var!
                   9683: 
                   9684:        * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
                   9685:          now loads VFile.ptr!=0, so such files can be saved now
                   9686: 
                   9687:        * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
                   9688:          loads VFile.ptr!=0, so such files can be saved now
                   9689: 
                   9690:        * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
                   9691:          only . and .. now removed from list [were removed all .*]
                   9692: 
                   9693:        * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
                   9694:          .. now removed from list [were removed all .*]
                   9695: 
                   9696:        * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
                   9697:          open error now checked, were not :( [stole that piece from apache
                   9698:          1.3 sources]
                   9699: 
                   9700:        * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
                   9701:          checked, were not :( [stole that piece from apache 1.3 sources]
                   9702: 
                   9703:        * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
                   9704:          untainting of @main result if returned by $result or
                   9705:          $response:body
                   9706: 
                   9707:        * src/main/pa_request.C: ! ensured proper untainting of @main
                   9708:          result if returned by $result or $response:body
                   9709: 
                   9710:        * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
                   9711:          issue: now tries to guess content-length and allocates one big
                   9712:          piece if possible [regretfully gc_realloc works as malloc+free,
                   9713:          leaving lots of holes behind]
                   9714: 
                   9715:        * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
                   9716:          fixed file load memory issue: now tries to guess content-length
                   9717:          and allocates one big piece if possible [regretfully gc_realloc
                   9718:          works as malloc+free, leaving lots of holes behind]
                   9719: 
                   9720: 2005-11-16  paf
                   9721: 
                   9722:        * src/: include/pa_common.h, classes/file.C, classes/table.C,
                   9723:          main/compile.tab.C, main/pa_common.C: merged to HEAD: !
                   9724:          table::save with enclosers now doubles them: "->"" !
                   9725:          table::save/load do not remove elements from options hash
                   9726: 
                   9727:        * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
                   9728:          [were overoptimized ^if(double_literal), compiler confused
                   9729:          OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
                   9730: 
                   9731:        * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
                   9732:          [were overoptimized ^if(double_literal), compiler confused
                   9733:          OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
                   9734: 
                   9735:        * src/: classes/file.C, classes/table.C, include/pa_common.h,
                   9736:          main/pa_common.C: ! table::save with enclosers now doubles them:
                   9737:          "->"" ! table::save/load do not remove elements from options hash
                   9738: 
                   9739: 2005-11-03  paf
                   9740: 
1.116     moko     9741:        * src/main/: Makefile.am, compile.tab.C: removed $< from .y
                   9742:          compilation, not all makefiles liked that
1.95      moko     9743: 
                   9744: 2005-08-30  paf
                   9745: 
                   9746:        * src/classes/op.C: merge . speedup check of [DEFAULT]
                   9747: 
                   9748:        * src/classes/op.C: . speedup check of [DEFAULT]
                   9749: 
                   9750: 2005-08-26  paf
                   9751: 
                   9752:        * src/: classes/date.C, types/pa_vdate.h: merged + date.week
                   9753: 
                   9754:        * src/: classes/date.C, types/pa_vdate.h: + date.week
                   9755: 
                   9756:        * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
                   9757:          complains about bad!=nameless
                   9758: 
                   9759:        * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
                   9760:          about bad!=nameless
                   9761: 
                   9762:        * src/classes/: hash.C, string.C, table.C, void.C: merged !
                   9763:          optional options were allowed to be empty. were checked
                   9764:          if(is_string), changed to !defined||is_string to allow void
                   9765: 
                   9766:        * src/: targets/isapi/parser3isapi.C, classes/hash.C,
                   9767:          classes/string.C, classes/table.C, classes/void.C: ! optional
                   9768:          options were allowed to be empty. were checked if(is_string),
                   9769:          changed to !defined||is_string to allow void
                   9770: 
                   9771:        * src/types/pa_vmethod_frame.h: merged ! many classes/*  used
                   9772:          as_junction where they needed as_int/double, so failed with
                   9773:          recent "(const) now no junction" optimization
                   9774: 
                   9775:        * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
                   9776:          merged ! many classes/*  used as_junction where they needed
                   9777:          as_int/double, so failed with recent "(const) now no junction"
                   9778:          optimization
                   9779: 
                   9780:        * src/: classes/double.C, classes/int.C, classes/math.C,
                   9781:          classes/op.C, classes/string.C, classes/table.C,
                   9782:          main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
                   9783:          used as_junction where they needed as_int/double, so failed with
                   9784:          recent "(const) now no junction" optimization
                   9785: 
                   9786: 2005-08-24  paf
                   9787: 
                   9788:        * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
                   9789:          windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
                   9790:          stripped it
                   9791: 
                   9792: 2005-08-09  paf
                   9793: 
                   9794:        * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
                   9795:          not cleared
                   9796: 
                   9797:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   9798:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   9799:          classes/hashfile.C, classes/image.C, classes/int.C,
                   9800:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   9801:          classes/response.C, classes/string.C, classes/table.C,
                   9802:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   9803:          include/pa_array.h, include/pa_cache_managers.h,
                   9804:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   9805:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   9806:          include/pa_dictionary.h, include/pa_dir.h,
                   9807:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   9808:          include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
                   9809:          include/pa_operation.h, include/pa_os.h, include/pa_request.h,
                   9810:          include/pa_request_charsets.h, include/pa_request_info.h,
                   9811:          include/pa_sapi.h, include/pa_socks.h,
                   9812:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   9813:          include/pa_stack.h, include/pa_string.h,
                   9814:          include/pa_stylesheet_connection.h,
                   9815:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   9816:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   9817:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   9818:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   9819:          lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
                   9820:          lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
                   9821:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
                   9822:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   9823:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   9824:          main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
                   9825:          main/pa_os.C, main/pa_request.C, main/pa_socks.C,
                   9826:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   9827:          main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
                   9828:          main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
                   9829:          main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
                   9830:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   9831:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   9832:          types/pa_junction.h, types/pa_method.h, types/pa_property.h,
                   9833:          types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
                   9834:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   9835:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   9836:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
                   9837:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   9838:          types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
                   9839:          types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
                   9840:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
                   9841:          types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
                   9842:          types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   9843:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   9844:          types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   9845:          types/pa_vresponse.C, types/pa_vresponse.h,
                   9846:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   9847:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   9848:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   9849:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                   9850:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   9851:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   9852:          types/pa_wcontext.h, types/pa_wwrapper.h: 2005
                   9853: 
                   9854:        * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
                   9855:          pa_vmethod_frame.h: merged from HEAD ! simplified (double)
                   9856:          speedup consequent checks in vmethod_frame
                   9857: 
                   9858:        * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
                   9859:          not cleared
                   9860: 
                   9861:        * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
                   9862:          params: 50 max (were 10)
                   9863: 
                   9864:        * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
                   9865:          params: 50 max (were 10)
                   9866: 
                   9867:        * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
                   9868:          pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
                   9869:          pa_wcontext.h: + ^call[$void] param inside now is void (were:
                   9870:          empty string) ! simplified (double) speedup consequent checks in
                   9871:          vmethod_frame
                   9872: 
                   9873:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
                   9874:          optimized constants in expressions vstring->vdouble + optimized
                   9875:          ^call(vdouble), no junction creation, no calls later
                   9876: 
                   9877: 2005-08-08  paf
                   9878: 
                   9879:        * bin/auto.p.dist.in: merged . apache bad 404 handling workaround
                   9880:          integrated
                   9881: 
                   9882:        * bin/auto.p.dist.in: . apache bad 404 handling workaround
                   9883:          integrated
                   9884: 
                   9885:        * src/main/: compile.tab.C, compile.y, compile_tools.C,
                   9886:          compile_tools.h: merged + optimized constants in expressions
                   9887:          vstring->vdouble + optimized ^call(vdouble), no junction
                   9888:          creation, no calls later
                   9889: 
                   9890:        * src/types/pa_vdouble.h: merged . double values without fractional
                   9891:          part now default printed as %.0f instead of %g
                   9892: 
                   9893:        * src/types/pa_vdouble.h: . double values without fractional part
                   9894:          now default printed as %.0f instead of %g
                   9895: 
                   9896:        * src/classes/hashfile.C: . merged ! second hashfile::open would
                   9897:          cause an exception
                   9898: 
                   9899:        * src/classes/hashfile.C: ! second hashfile::open would cause an
                   9900:          exception
                   9901: 
                   9902:        * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
                   9903:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   9904:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   9905:          types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
                   9906:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
                   9907:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   9908:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   9909:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   9910:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   9911:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
                   9912:          merged VJunction(new Junction) optimization from 3.1.4
                   9913: 
                   9914:        * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
                   9915:          types/pa_vstateless_class.C: + optimized new VJunction(new
                   9916:          Junction(params)) to new VJunction(params), thousands of mallocs
                   9917:          removed
                   9918: 
                   9919: 2005-08-05  paf
                   9920: 
                   9921:        * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
                   9922:          types/pa_vdouble.h, types/pa_vmethod_frame.C,
                   9923:          types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
                   9924:          creation, no calls later
                   9925: 
                   9926:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   9927:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   9928:          classes/hashfile.C, classes/image.C, classes/int.C,
                   9929:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   9930:          classes/response.C, classes/string.C, classes/table.C,
                   9931:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   9932:          include/pa_array.h, include/pa_cache_managers.h,
                   9933:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   9934:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   9935:          include/pa_dictionary.h, include/pa_dir.h,
                   9936:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   9937:          include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
                   9938:          include/pa_operation.h, include/pa_os.h, include/pa_request.h,
                   9939:          include/pa_request_charsets.h, include/pa_request_info.h,
                   9940:          include/pa_sapi.h, include/pa_socks.h,
                   9941:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   9942:          include/pa_stack.h, include/pa_string.h,
                   9943:          include/pa_stylesheet_connection.h,
                   9944:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   9945:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   9946:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   9947:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   9948:          lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
                   9949:          lib/smtp/smtp.h, main/compile.C, main/compile.y,
                   9950:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   9951:          main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
                   9952:          main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
                   9953:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   9954:          main/pa_memory.C, main/pa_os.C, main/pa_request.C,
                   9955:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   9956:          main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
                   9957:          main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
                   9958:          main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
                   9959:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   9960:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   9961:          types/pa_junction.h, types/pa_method.h, types/pa_value.C,
                   9962:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                   9963:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   9964:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   9965:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   9966:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   9967:          types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
                   9968:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   9969:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
                   9970:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
                   9971:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   9972:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   9973:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   9974:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   9975:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   9976:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   9977:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                   9978:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   9979:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   9980:          types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
                   9981: 
                   9982:        * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
                   9983:          lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
                   9984:          lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
                   9985:          lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
                   9986:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   9987:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
                   9988:          optimized constants in expressions vstring->vdouble
                   9989: 
                   9990: 2005-07-29  paf
                   9991: 
                   9992:        * src/types/pa_vclass.C: . shaped up error messages a bit
                   9993: 
                   9994:        * src/types/pa_vclass.C: + property getter can now be overridden
                   9995: 
                   9996:        * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
                   9997:          bug fix: static parent fields were not replaced in case
                   9998:          $derived:field[put] + property setter can now be overridden
                   9999: 
                   10000: 2005-07-28  paf
                   10001: 
                   10002:        * configure, configure.in, src/classes/classes.h,
                   10003:          src/classes/date.C, src/classes/file.C, src/classes/hash.C,
                   10004:          src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
                   10005:          src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
                   10006:          src/classes/xnode.h, src/include/pa_hash.h,
                   10007:          src/include/pa_version.h, src/main/execute.C,
1.116     moko     10008:          src/types/Makefile.am, src/types/pa_method.h,
                   10009:          src/types/pa_value.h, src/types/pa_vclass.C,
                   10010:          src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
                   10011:          src/types/pa_vconsole.h, src/types/pa_vcookie.C,
                   10012:          src/types/pa_vcookie.h, src/types/pa_vhash.h,
                   10013:          src/types/pa_vhashfile.h, src/types/pa_vimage.C,
                   10014:          src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
                   10015:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   10016:          src/types/pa_vproperty.h, src/types/pa_vrequest.C,
                   10017:          src/types/pa_vrequest.h, src/types/pa_vresponse.C,
                   10018:          src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
                   10019:          src/types/pa_vstateless_class.h,
1.95      moko     10020:          src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
                   10021:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   10022:          src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
                   10023:          dynamic_fields_join
                   10024: 
                   10025:        * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
                   10026:          classes/xnode.C, include/pa_hash.h, main/execute.C,
                   10027:          types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
                   10028:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   10029:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
                   10030:          types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
                   10031:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   10032:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   10033:          types/pa_vresponse.h, types/pa_vstateless_object.h,
                   10034:          types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   10035:          types/pa_wwrapper.h: ! restored put_element('replace' param), and
                   10036:          restored its checks in vobject.put_element->static fields |
                   10037:          dynamic properties
                   10038: 
                   10039: 2005-07-27  paf
                   10040: 
                   10041:        * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
                   10042:          is some old code containing @set_name $name
                   10043: 
                   10044:        * src/types/pa_vobject.h: . fixed warning
                   10045: 
                   10046:        * configure, configure.in, src/include/pa_version.h,
1.116     moko     10047:          src/types/Makefile.am: 3.2.0beta started
1.95      moko     10048: 
                   10049:        * src/: classes/xnode.C, include/pa_hash.h,
                   10050:          types/pa_vstateless_class.C: ! new asserts were all false.
                   10051:          regretfully reverted them all to checks
                   10052: 
                   10053:        * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
                   10054:          classes/op.C, main/execute.C, types/pa_method.h,
                   10055:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   10056:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   10057:          types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
                   10058:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
                   10059:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   10060:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   10061:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   10062:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
                   10063:          joined_dynamic_fields: removed unused param from put_method
                   10064:          (returned to 3 params)
                   10065: 
                   10066:        * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
                   10067:          joined_dynamic_fields: dynamic get/set works with overriding
                   10068:          props [alpha2]
                   10069: 
                   10070:        * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
                   10071:          works [alfa]
                   10072: 
                   10073:        * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
                   10074:          classes/op.C, include/pa_hash.h, main/execute.C,
                   10075:          types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
                   10076:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   10077:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
                   10078:          types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
                   10079:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   10080:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   10081:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   10082:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   10083:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
                   10084:          joined_dynamic_fields: just compiled
                   10085: 
                   10086:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   10087:          classes/hashfile.C, classes/image.C, classes/table.C,
                   10088:          classes/xdoc.C, classes/xnode.h, main/execute.C,
                   10089:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
                   10090:          types/pa_vstateless_class.h: joined_dynamic_fields: started
                   10091: 
                   10092:        * src/types/pa_vobject.C: . object setters [only started, does not
                   10093:          work yet]
                   10094: 
                   10095:        * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
                   10096:          object setters [only started, does not work yet]
                   10097: 
                   10098: 2005-07-26  paf
                   10099: 
                   10100:        * src/: include/pa_request.h, main/execute.C: . properties: set
                   10101:          works [alpha2]. for classes. todo: for objects
                   10102: 
                   10103:        * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
                   10104:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   10105:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   10106:          types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
                   10107:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
                   10108:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   10109:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   10110:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   10111:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
                   10112:          properties: set works [alpha1]
                   10113: 
                   10114: 2005-07-25  paf
                   10115: 
                   10116:        * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
                   10117:          types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
                   10118:          properties: started, get works [alpha1, other approach]
                   10119: 
                   10120:        * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
                   10121:          properties: started, get works [alpha2]
                   10122: 
                   10123:        * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
                   10124:          pa_vstateless_class.h: . properties: started, get works [alpha]
                   10125: 
                   10126: 2005-07-15  paf
                   10127: 
                   10128:        * src/: classes/classes.h, classes/op.C, main/execute.C,
                   10129:          types/pa_junction.h, types/pa_property.h, types/pa_value.h,
                   10130:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   10131:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   10132:          types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
                   10133:          types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
                   10134:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   10135:          types/pa_vresponse.C, types/pa_vresponse.h,
                   10136:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   10137:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   10138:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
                   10139:          types/pa_wwrapper.h, types/types.vcproj: + started property
                   10140:          [getters work but think of changing them too to precaching]
                   10141: 
                   10142: 2005-07-08  paf
                   10143: 
                   10144:        * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
                   10145:          gpf
                   10146: 
                   10147: 2005-06-28  paf
                   10148: 
                   10149:        * src/: classes/file.C, main/untaint.C: ! string invariant violated
                   10150:          in passing empty strings to file::exec/cgi environment
                   10151: 
                   10152: 2005-06-06  paf
                   10153: 
                   10154:        * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
                   10155:          ^table:sql ^hash:sql now DO process $.bind option
                   10156: 
                   10157: 2005-05-24  paf
                   10158: 
                   10159:        * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
                   10160:          $.limit] now work again [support was broken in 3.1.4]
                   10161: 
                   10162:        * src/: main/pa_string.C, classes/op.C: . steps toward removing
                   10163:          ALL_INTERIOR_POINTERS
                   10164: 
                   10165: 2005-05-12  paf
                   10166: 
                   10167:        * configure: 3.1.5beta
                   10168: 
                   10169:        * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
                   10170: 
                   10171:        * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
                   10172:          $.limit] now work again [support was broken in 3.1.4]
                   10173: 
                   10174:        * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
                   10175:          line-width  [was refusing to fill if line-width >1, thanks to
                   10176:          Seras <seras@pinxit.lt> for repro case
                   10177: 
                   10178: 2005-04-25  paf
                   10179: 
                   10180:        * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
                   10181:          correctly
                   10182: 
                   10183: 2005-04-19  paf
                   10184: 
                   10185:        * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
                   10186:          in VString violating invariant!!
                   10187: 
                   10188:        * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
                   10189:          getenv("TZ")==null
                   10190: 
                   10191: 2005-04-08  paf
                   10192: 
                   10193:        * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
                   10194:          bugfix: when there is no char in charset one byte produces 6
                   10195:          (&#255; <<max). increased buffer size!
                   10196: 
                   10197: 2005-03-23  paf
                   10198: 
                   10199:        * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
                   10200:          ^date.sql-string now takes TZ into account
                   10201: 
                   10202: 2005-03-16  paf
                   10203: 
                   10204:        * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
                   10205:          gcc 3.4
                   10206: 
                   10207:        * src/types/pa_vhash.C: . warning about eof eol
                   10208: 
                   10209: 2005-02-17  paf
                   10210: 
                   10211:        * operators.txt, src/classes/op.C: + operator ^sleep(double
                   10212:          seconds)
                   10213: 
                   10214: 2005-02-02  paf
                   10215: 
                   10216:        * src/classes/xnode.C: beauty: removed needless includes
                   10217: 
                   10218: 2005-01-31  paf
                   10219: 
                   10220:        * src/types/pa_vmail.C: change: $.partX now always 1...  change:
                   10221:          $.partNoNumber now alias to $.part1
                   10222: 
                   10223:        * src/types/pa_vmail.C: change: incoming letter part contains
                   10224:          "content-disposition" header with any value? now considering that
                   10225:          part to be "file#" [for text/plain text/html were $.text#
                   10226:          $.html#]
                   10227: 
                   10228:        * INSTALL: updatet to latest working versions available
                   10229: 
                   10230: 2005-01-20  paf
                   10231: 
                   10232:        * configure.in, src/include/pa_version.h: version
                   10233: 
                   10234: 2005-01-19  paf
                   10235: 
1.116     moko     10236:        * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
                   10237:          targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
                   10238:          couple warnings in parser3.C
1.95      moko     10239: 
                   10240: 2004-12-23  paf
                   10241: 
                   10242:        * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
                   10243: 
                   10244:        * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
                   10245:          dir to directory of script (when shbang used), not to directory
                   10246:          of its interpreter
                   10247: 
                   10248:        * src/include/pa_version.h: compiled on win32...
                   10249: 
                   10250:        * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
                   10251:          we need more hspace
                   10252: 
                   10253:        * configure, configure.in, src/include/pa_version.h: configured
                   10254:          host to pa_version. will be displayed everywhere
                   10255: 
                   10256:        * src/main/pa_request.C: new: @unhandled_exception can prevent
                   10257:          exception from being logged by setting $exception.handled(1)
                   10258: 
                   10259:        * operators.txt, src/classes/file.C: change:
                   10260:          ^file::sql{query}[[options]] options: $.name[file name]
                   10261:          $.content-type[application/what]
                   10262: 
                   10263:        * src/: include/pa_common.h, main/pa_common.C,
                   10264:          types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
                   10265:          new file
                   10266: 
                   10267:        * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
                   10268:          bugfix: table->hash now regards _default
                   10269: 
                   10270:        * src/types/pa_vmethod_frame.h: bugfix: when method junction was
                   10271:          created by accessing $name_of_method it acquired bad self=closest
                   10272:          methodframe; instead of proper self (current class)
                   10273: 
                   10274:        * src/types/pa_vhashfile.C: bugfix: reading empty string from
                   10275:          hashfile produced bad cord
                   10276: 
                   10277: 2004-12-10  paf
                   10278: 
                   10279:        * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
                   10280:          subsequent failures though defined in .h
                   10281: 
                   10282:        * src/main/pa_common.C: comment on volatile
                   10283: 
                   10284:        * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
                   10285:          alarm function were not used since the beginning due to stupid
                   10286:          error [setsigjmp were not checked in configure.in]
                   10287: 
                   10288:        * src/main/pa_common.C: http: timeout setsockopt [if possible] on
                   10289:          unix too
                   10290: 
                   10291:        * src/main/pa_common.C: http: exception status of send/recv errors
                   10292:          change to most probable http.timeout
                   10293: 
                   10294:        * src/main/pa_common.C: win32: http connection $.timeout option now
                   10295:          works [setsockopt on send/receive]
                   10296: 
                   10297: 2004-12-08  paf
                   10298: 
                   10299:        * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
                   10300:          cstr-ed knowing mail charset, and untainting uri lang now knows
                   10301:          proper charset
                   10302: 
                   10303: 2004-11-24  paf
                   10304: 
                   10305:        * src/classes/hash.C: hash: adding/cloning adds/clones _default now
                   10306: 
                   10307:          $hash[  $.a[1]  $._default[def] ] #$hash2[^hash::create[$hash]]
                   10308:          $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
                   10309: 
                   10310: 2004-11-12  paf
                   10311: 
                   10312:        * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
                   10313:          [since 3.0.4]
                   10314: 
                   10315: 2004-11-09  paf
                   10316: 
                   10317:        * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
                   10318:          writes basics to c:\parser3.log
                   10319: 
                   10320: 2004-10-21  paf
                   10321: 
                   10322:        * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
                   10323:          tainted strings [were returning clean onces]
                   10324: 
                   10325: 2004-10-15  paf
                   10326: 
                   10327:        * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
                   10328:          cycles(i=1; i=2), which was wrong, now does ONE
                   10329: 
                   10330: 2004-10-12  paf
                   10331: 
                   10332:        * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
                   10333: 
                   10334: 2004-10-07  paf
                   10335: 
                   10336:        * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
                   10337:          main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
                   10338:          release asserts
                   10339: 
                   10340:        * src/: main/pa_string.C, include/pa_string.h: debugger help:
                   10341:          String.dump() to stdout in detailed form  [were String.v() in
                   10342:          short form]
                   10343: 
                   10344:        * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
                   10345:          \t\r\n as @#| and truncates long char sequences less
                   10346: 
                   10347: 2004-10-06  paf
                   10348: 
                   10349:        * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
                   10350:          win32 beauty: socket errors properly decoded
                   10351: 
                   10352: 2004-10-05  paf
                   10353: 
                   10354:        * src/: include/pa_request.h, main/pa_request.C: bugfix:
                   10355:          request::configure_user/admin done always, even if no
                   10356:          file-to-process useful in @unhandled_exception [say, if they
                   10357:          would want to mail by SMTP something]
                   10358: 
                   10359:        * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
                   10360:          now performed prior to file loading [and @auto executing] thus
                   10361:          making $cookie:value available in @auto and in
                   10362:          @unhandled_exception when IIS is configured to run interpreter
                   10363:          even if no file exist
                   10364: 
                   10365: 2004-09-20  paf
                   10366: 
                   10367:        * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
                   10368:          somewhere where it should have called xmlMalloc and it calls
                   10369:          xmlFree when it should have not called it.  inserted two
                   10370:          workarounds: xmlMallocAtomic implemented as xmlMalloc, and
                   10371:          xmlFree just ignored.  put away a testcase, maybe someday libxml
                   10372:          author would fix all that.  until that day: we have SLOW garbage
                   10373:          collecting when many xml objects are alive hint: do
                   10374:          ^memory:compact[] before xdoc::create
                   10375: 
                   10376: 2004-09-17  paf
                   10377: 
                   10378:        * src/classes/file.C: bugfix: file::cgi headers were lost [typo
                   10379:          error from 3.0.8 version]
                   10380: 
                   10381: 2004-09-14  paf
                   10382: 
                   10383:        * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
                   10384:          part bugfix: hashfile.foreach iterated only part if hashfile were
                   10385:          modified inside
                   10386: 
                   10387: 2004-09-13  paf
                   10388: 
                   10389:        * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
                   10390:          [were as octal]
                   10391: 
                   10392:        * src/types/pa_vhashfile.C: beauty: not reproduced
                   10393:          $hashfile.key[$novalue] bug [reported by motorin], inserted
                   10394:          safety-check
                   10395: 
                   10396:        * src/types/pa_vhashfile.C: change: empty keys now error in parser
                   10397:          [not something obscure from sdbm lib]
                   10398: 
                   10399:        * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
                   10400:          = strerror now returnes something and we can properly report that
                   10401:          to client
                   10402: 
                   10403:        * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
                   10404:          now 8008 bytes, were 1008. perl sdbm compatibility now ruined
                   10405: 
                   10406:        * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
                   10407:          [tainted as-is] this helps //[space][newline] to remain as-is and
                   10408:          not be unnecessary optimized away [ruining javascript]
                   10409: 
                   10410:        * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
                   10411:          [tainted as-is]
                   10412: 
                   10413:        * src/classes/mail.C: bugfix: typo error
                   10414: 
                   10415: 2004-09-09  paf
                   10416: 
                   10417:        * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
                   10418:          separators bugfix: loads header with endings \r\n\r\n and \n\n
                   10419:          (bloody yandex.server)
                   10420: 
                   10421: 2004-09-06  paf
                   10422: 
                   10423:        * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
                   10424:          TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
                   10425:          encoded
                   10426: 
                   10427: 2004-09-01  paf
                   10428: 
                   10429:        * src/types/pa_vmail.C: change: multipart/mixed changed to
                   10430:          multipart/related outlook express have no problems showing
                   10431:          unrelated attachments.  todo: someday figure out a way of
                   10432:          multipart/mixed    multipart/related       text/html
                   10433:          image/xxx application/octet-stream << true attachments
                   10434: 
                   10435:        * src/types/pa_vmail.C: new:
                   10436:          ^mail:send[$.file[$.content-disposition can be overriden new:
                   10437:          empty mail header fields removed from letter
                   10438: 
                   10439:        * src/: classes/mail.C, include/pa_config_fixed.h,
                   10440:          types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
                   10441:          ^mail:send[    $.file[       $.any[header]
                   10442: 
                   10443: 2004-08-30  paf
                   10444: 
                   10445:        * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
                   10446:          warnings
                   10447: 
                   10448:        * src/main/pa_common.C: beauty: do not bother with charset
                   10449:          detection when ^file::load[binary
                   10450: 
                   10451: 2004-08-27  paf
                   10452: 
                   10453:        * src/main/pa_common.C: hack: for yandex.server http server
                   10454: 
                   10455: 2004-08-18  paf
                   10456: 
                   10457:        * src/main/pa_request.C: bugfix: Accept-Ranges: bytes  when sending
                   10458:          possibly-chunked response
                   10459: 
                   10460: 2004-08-17  paf
                   10461: 
                   10462:        * src/classes/file.C: bugfix: $f[^file::load[;http://]]
                   10463:          $f.content-type now = that of http response
                   10464: 
                   10465:        * src/classes/file.C: bugfix: $f[^file::load[;http://]]
                   10466:          $f.content-type now = that of http response
                   10467: 
                   10468: 2004-07-30  paf
                   10469: 
                   10470:        * src/: include/pa_request.h, main/pa_request.C,
                   10471:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
                   10472:          win32: system&parser exceptions in release mode reported properly
                   10473:          parser exception in exception handler WERE mistakenly reported as
                   10474:          system exception, without details [in apache & isapi] +some
                   10475:          beauty in exception text
                   10476: 
                   10477:        * src/: include/pa_exception.h, main/pa_request.C,
                   10478:          targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
                   10479:          release mode reported properly parser exception in exception
                   10480:          handler WERE mistakenly reported as system exception, without
                   10481:          details
                   10482: 
                   10483:        * src/main/execute.C: beauty: simplified system exception handling
                   10484: 
                   10485: 2004-07-29  paf
                   10486: 
                   10487:        * src/classes/table.C: bugfix:
                   10488:          ^table.save[export.csv;$.separator[^;]] now works fine [separator
                   10489:          were ignored, and \t used unconditionally]
                   10490: 
                   10491:        * src/types/Makefile.am: added vhash.c
                   10492: 
                   10493: 2004-07-28  paf
                   10494: 
                   10495:        * src/: classes/date.C, classes/image.C, classes/math.C,
                   10496:          lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
                   10497:          main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
                   10498:          types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
                   10499:          failed on russian letters
                   10500: 
                   10501:        * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
                   10502:          bugfix: isspace((unsigned char)c) everywhere. failed on russian
                   10503:          letters
                   10504: 
                   10505:        * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
                   10506:          as 'currentDirectory' parameter to CreateProcess
                   10507: 
                   10508: 2004-07-27  paf
                   10509: 
                   10510:        * src/targets/cgi/parser3.vcproj: beauty: win32:
                   10511:          globaloptimizations ON, release:mapfile ON todo: copy .mapfile
                   10512:          from release somewhere [to help searching for unhandled system
                   10513:          exceptions]
                   10514: 
                   10515:        * src/types/pa_vdate.h: check: for invalid datetime after temporary
                   10516:          TZ shift
                   10517: 
                   10518:        * src/types/pa_vdate.h: bugfix: time checked not only at set_time
                   10519:          but also in ctor
                   10520: 
                   10521: 2004-07-26  paf
                   10522: 
                   10523:        * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
                   10524:          src/main/pa_request.C, src/types/pa_vfile.h,
                   10525:          src/types/pa_vhash.C, src/types/pa_vhash.h,
                   10526:          src/types/types.vcproj: new: $response:body/download[
                   10527:          $.file[name on disk]    $.name[of file for user]
                   10528:          $.mdate[date of last-modified. default from directory] ]
                   10529: 
                   10530:        * src/classes/file.C: moving file:send somewhere else..
                   10531: 
                   10532:        * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
                   10533:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
                   10534:          ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
                   10535:          $response:download[ $.filename[filename] $.option[] ,, ]
                   10536: 
                   10537:        * src/classes/file.C: beauty: invalid mode thoroughly reported
                   10538: 
                   10539: 2004-07-21  paf
                   10540: 
                   10541:        * src/types/pa_vmail.C: bugfix: too long header values now splitted
                   10542:          to several lines
                   10543: 
                   10544:          were: header: vaaaaaaaaaaaalue now: header: vaaaaaa  aaalue
                   10545: 
                   10546:          note: ms outlook[!express] shows only first 255 characters of
                   10547:          subject
                   10548: 
                   10549: 2004-07-15  paf
                   10550: 
                   10551:        * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
                   10552:          off]
                   10553: 
                   10554: 2004-07-14  paf
                   10555: 
                   10556:        * src/classes/table.C: bugfix: $.bind values now got untainted
                   10557:          according to lang  [were: as-is]
                   10558: 
                   10559: 2004-07-07  paf
                   10560: 
                   10561:        * src/classes/op.C: bugfix: cache with 2 params caused assertion,
                   10562:          checked that
                   10563: 
                   10564:        * src/main/pa_exec.C: bufix: on unix AND win32 environment string
                   10565:          now untainted according to their languages.  were: as-is.
                   10566:          EVERYWHERE
                   10567: 
                   10568:        * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
                   10569:          environment string now untainted according to their languages.
                   10570:          were: as-is. EVERYWHERE
                   10571: 
                   10572:        * src/main/pa_exec.C: bufix: on unix environment string now
                   10573:          untainted according to their languages.  were: as-is. on win32:
                   10574:          ok
                   10575: 
                   10576:        * parser3.vssscc: ...would not go unnoticed
                   10577: 
                   10578:        * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
                   10579:          fails. in case on input appears nonutf, those bytes will be
                   10580:          printed in %HH form. that can be easily decoded/recovered.
                   10581: 
                   10582:          this form is quite noticable, and hopefully would not go noticed
                   10583: 
                   10584: 2004-07-06  paf
                   10585: 
                   10586:        * src/main/pa_exec.C: bufix: on unix environment string now
                   10587:          untainted according to their languages.  were: as-is. on win32:
                   10588:          ok
                   10589: 
                   10590: 2004-07-01  paf
                   10591: 
                   10592:        * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
                   10593:          lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
                   10594:          lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
                   10595:          lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
                   10596:          main/main.vcproj, targets/cgi/parser3.vcproj,
                   10597:          targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
                   10598:          option: global optimization ON
                   10599: 
                   10600:        * src/main/untaint.C: workaround kinda bug in libxml: life requires
                   10601:          to do xdoc::create{invalid chars} standard disables chars less
                   10602:          then \x20, except tab, cr, lf.
                   10603: 
                   10604:          changed tainting so that those become '!'
                   10605: 
                   10606: 2004-06-25  paf
                   10607: 
                   10608:        * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
                   10609:          int on odd address [prev bugfix failed due to superwize
                   10610:          optimizer, which turned memcpy into same 'ld' asm command]
                   10611: 
                   10612:        * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
                   10613:          int on odd address
                   10614: 
                   10615: 2004-06-22  paf
                   10616: 
                   10617:        * src/sql/pa_sql_driver.h: note: about possible optimization
                   10618: 
                   10619:        * operators.txt, src/classes/hash.C, src/classes/memory.C,
                   10620:          src/classes/string.C, src/classes/table.C, src/classes/void.C,
                   10621:          src/include/pa_config_includes.h: new:        ^void:sql{call
                   10622:          paf(:a)}[                $.bind[                         $.a[2]
                   10623:                 ]       ] output variables work.  todo: check in out
                   10624:          variables
                   10625: 
                   10626: 2004-06-18  paf
                   10627: 
                   10628:        * src/: classes/file.C, classes/hash.C, classes/string.C,
                   10629:          classes/table.C, classes/void.C, include/pa_globals.h,
                   10630:          include/pa_sql_connection.h, main/compile.tab.C,
                   10631:          sql/pa_sql_driver.h: started:         ^void:sql{call paf(:a)}[
                   10632:                      $.bind[                         $.a[2]          ]
                   10633:          ] input variables work.  todo:output
                   10634: 
                   10635:        * src/targets/cgi/parser3.C: bugfix: iis specific
                   10636:          http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
                   10637:          /_bug.html?404;http://hpsv/test/
                   10638:          --------------------------------------------------------------------------------
                   10639:          $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
                   10640:          --------------------------------------------------------------------------------
                   10641:          IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
                   10642: 
                   10643: 2004-06-16  paf
                   10644: 
                   10645:        * src/targets/cgi/parser3.C: new: iis specific
                   10646:          http://parser3/_bug.html?404;http://server/_bug.html?f=v now
                   10647:          $request:query
                   10648:          IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
                   10649:          $form:fields IIS-STATUS="404"
                   10650:          IIS-DOCUMENT="http://server/_bug.html" f="v"
                   10651: 
                   10652:          todo: isapi too
                   10653: 
                   10654: 2004-05-26  paf
                   10655: 
                   10656:        * src/include/pa_version.h: 3.1.3
                   10657: 
                   10658:        * operators.txt: beauty: removed outdated level 'table'
                   10659: 
                   10660:        * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
                   10661: 
                   10662:        * src/main/pa_string.C: beauty: removed 3 warnings
                   10663: 
                   10664:        * src/: include/pa_string.h, classes/table.C, main/untaint.C,
                   10665:          classes/op.C: beauty: removed outdated level 'table'
                   10666: 
                   10667: 2004-05-25  paf
                   10668: 
                   10669:        * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
                   10670:          implementation. mistery: how anything worked
                   10671: 
                   10672:        * src/sql/pa_sql_driver.h: beauty: param renamed and comment
                   10673:          changed, it is now safe to use url if pointers to it are stored
                   10674:          to gc mem
                   10675: 
                   10676:        * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
                   10677:          unknown errors reported and not cause SIGSEGV now
                   10678: 
                   10679: 2004-05-24  paf
                   10680: 
                   10681:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   10682:          lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
                   10683:          less memory: CORD_chars_block originally intended to ...  it was
                   10684:          good that CORD_chars_block were not used: it consumes more memory
                   10685:          [and, might be slow too] undoing that. [and removed that func so
                   10686:          that it would not confuse parser developer in future]
                   10687: 
                   10688:        * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
                   10689:          less memory: CORD_chars_block originally intended to
                   10690:          speedup/reduce mem usage were forgotten, and were used stupid
                   10691:          CORD_chars
                   10692: 
                   10693:        * src/include/pa_config_auto.h.in: bugfix: bigendian check added
                   10694: 
                   10695:        * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
                   10696:          BIGENDIAN processors space-conserving mech failed, causing
                   10697:          SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
                   10698:          (1|2|3));
                   10699: 
                   10700: 2004-05-14  paf
                   10701: 
                   10702:        * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
                   10703:          bugfix: void now has vfile value, and $response:body[] works OK
                   10704: 
                   10705: 2004-05-12  paf
                   10706: 
                   10707:        * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
                   10708:          beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
                   10709:          sources to use is_defined() {return as_bool();} along VBool
                   10710: 
                   10711: 2004-05-11  paf
                   10712: 
                   10713:        * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
                   10714:          referencing to local objects
                   10715: 
                   10716:        * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
                   10717:          types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
                   10718:          left intact
                   10719: 
                   10720: 2004-04-15  paf
                   10721: 
                   10722:        * src/classes/date.C: merged: beauty: unused var removed
                   10723: 
                   10724:        * src/classes/date.C: beauty: unused var removed
                   10725: 
                   10726:        * src/include/: pa_exec.h: bugfix: interface without pointer
                   10727:          provoked bug
                   10728: 
                   10729: 2004-04-09  paf
                   10730: 
                   10731:        * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
                   10732: 
                   10733:        * src/types/pa_vform.C: bugfix: form:imap were incorrect
                   10734: 
                   10735: 2004-04-08  paf
                   10736: 
                   10737:        * src/classes/date.C: new: ^date::create[y-m-d
                   10738:          h-M-s>>.milliseconds<<] now allowed, ignored so far
                   10739: 
                   10740:        * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
                   10741: 
                   10742:        * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
                   10743:          to consult default catalog [usually, that file belongs to other
                   10744:          user/group]
                   10745: 
                   10746: 2004-04-06  paf
                   10747: 
                   10748:        * src/main/pa_common.C: beauty: gcc warning removed
                   10749: 
                   10750:        * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
                   10751:          accept that trick, trying other
                   10752: 
                   10753:        * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
                   10754:          explicit result problem
                   10755: 
                   10756:        * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
                   10757:          explicit result problem
                   10758: 
                   10759:        * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
                   10760:          explicit result problem
                   10761: 
                   10762:        * operators.txt, src/classes/string.C: new: ^string.append[string]
                   10763: 
                   10764:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   10765:          main/execute.C: attempt_check_call_in_explicit_result_mode:
                   10766:          failed
                   10767: 
                   10768:        * src/main/pa_common.C: bugfix: of 1.175 bugfix:
                   10769:          http://i.p.a.ddress gethostbyaddr added [on some platforms
                   10770:          gethostbyname failed with such 'domains'] now checked properly,
                   10771:          were: needless reverse/forward dns lookup
                   10772: 
                   10773:        * src/main/pa_common.C: bugfix: of 1.175 bugfix:
                   10774:          http://i.p.a.ddress gethostbyaddr added [on some platforms
                   10775:          gethostbyname failed with such 'domains'] now checked properly,
                   10776:          were: needless reverse/forward dns lookup
                   10777: 
                   10778:        * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
                   10779:          @method[][result] means "no string output here" moved to lexical
                   10780:          level [on grammar level it were too difficult]
                   10781: 
                   10782:        * operators.txt, src/include/pa_string.h, src/main/compile.tab.C,
                   10783:          src/main/compile.y, src/main/compile_tools.h,
                   10784:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h: new:
                   10785:          @method[][result] means "no string output here", implemented part
                   10786:          of that idea: compiler throws away string literal generation
                   10787:          code. and barks nonwhitespace chars
                   10788: 
                   10789:        * operators.txt: truth: removed comment about $ORIGIN
                   10790: 
                   10791: 2004-04-05  paf
                   10792: 
                   10793:        * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
                   10794:          src/include/pa_version.h, src/main/pa_common.C,
                   10795:          src/targets/isapi/parser3isapi.C: merged with 3.1.3
                   10796: 
                   10797:        * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
                   10798:          Konstantin Tomashevitch [mailto:konst@design.ru]
                   10799: 
                   10800:        * src/doc/html2chm.cmd: beauty: no need in bg here
                   10801: 
                   10802:        * src/doc/sources2html.cmd: beauty: same window, in bg it
                   10803:          interfered with FAR console
                   10804: 
                   10805:        * configure, configure.in: 3.1.3
                   10806: 
                   10807:        * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
                   10808: 
                   10809:        * src/main/pa_common.C: removed warning
                   10810: 
                   10811:        * src/include/pa_version.h: 3.1.3
                   10812: 
                   10813: 2004-04-02  paf
                   10814: 
                   10815:        * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
                   10816: 
                   10817:        * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
                   10818:          allows to specify where to put parser log file
                   10819: 
                   10820: 2004-04-01  paf
                   10821: 
                   10822:        * src/classes/table.C: bugfix: bugfix: table::load last line
                   10823:          without tab and enter were ignored
                   10824: 
                   10825:        * src/: include/pa_cache_managers.h, include/pa_globals.h,
                   10826:          include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
                   10827:          main/pa_socks.C, targets/cgi/parser3.C,
                   10828:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
                   10829:          bugfix: sql connections now are disconnected
                   10830: 
                   10831: 2004-03-30  paf
                   10832: 
                   10833:        * src/classes/table.C: bugfix: table::load last line without tab
                   10834:          and enter were ignored
                   10835: 
                   10836:        * src/classes/table.C: bufix: if last table lines were commented,
                   10837:          gpfed
                   10838: 
                   10839:        * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
                   10840:          doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
                   10841:          doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
                   10842:          doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
                   10843:          doc/methoded.dox, doc/object.dox, doc/string.dox,
                   10844:          doc/targets.dox, doc/value.dox, include/pa_version.h,
                   10845:          main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
                   10846:          targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
                   10847:          bugfixes from 3.1.2, changed version to 3.1.3beta
                   10848: 
                   10849: 2004-03-29  paf
                   10850: 
                   10851:        * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
                   10852:          causes gpf
                   10853: 
                   10854:        * src/doc/: ClassExample1.dox, ClassExample2.dox,
                   10855:          ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
                   10856:          doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
                   10857:          memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
                   10858:          value.dox: translated to english
                   10859: 
                   10860: 2004-03-25  paf
                   10861: 
                   10862:        * src/targets/isapi/parser3isapi.vcproj: beauty: one more
                   10863:          parser3project dependency removed
                   10864: 
                   10865:        * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
                   10866:          bugfix: refused to compile without xml
                   10867: 
                   10868:        * src/types/pa_vform.C: beauty: removed warning
                   10869: 
                   10870:        * src/classes/classes.vcproj: merged bugfix: now all compiles in
                   10871:          any folder [removed last ;) folder dependency]
                   10872: 
                   10873:        * src/classes/classes.vcproj: bugfix: now all compiles in any
                   10874:          folder [removed last ;) folder dependency]
                   10875: 
                   10876:        * src/include/pa_version.h: release
                   10877: 
                   10878:        * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
                   10879: 
                   10880:        * src/classes/table.C: beauty: comment& more meaningful error
                   10881:          message
                   10882: 
                   10883:        * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
                   10884:          $.hash[$.column_value1(true) ... ] [were producing some strang
                   10885:          thing]
                   10886: 
                   10887: 2004-03-23  paf
                   10888: 
                   10889:        * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
                   10890:          and http status line parsing checked number of columns in table
                   10891:          [user reported an assert]
                   10892: 
                   10893:        * operators.txt: example: on hashfile
                   10894: 
                   10895:        * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
                   10896:          bugfix: junction reattach now actually reattaches a junction to
                   10897:          new wcontext [were only assigning it to junction, which caused
                   10898:          junction tracking to loose junction, and it's context were not
                   10899:          killed, and it tried to process in invalid context, gpf]
                   10900: 
                   10901:        * src/targets/cgi/parser3.C: debug helper added
                   10902: 
                   10903: 2004-03-19  paf
                   10904: 
                   10905:        * src/types/pa_wcontext.C: beauty: error messages removed duplicate
                   10906:          "type(type)" in braces
                   10907: 
                   10908: 2004-03-10  paf
                   10909: 
                   10910:        * operators.txt, src/classes/xdoc.C, src/classes/xnode.C,
                   10911:          src/classes/xnode.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   10912:          src/types/pa_vxnode.C, src/types/pa_vxnode.h: new: refined
                   10913:          solution to search-in-namespaces problem:
                   10914:          $xdoc.search-namespaces.x[http://pif.design.ru/]
                   10915:          $nodes[^xdoc.select[//x:second]]
                   10916: 
                   10917:        * operators.txt, src/classes/xnode.C: new: xnode.select*[xpath
                   10918:          expression][[NAMESPACES HASH]] allows to search for info in
                   10919:          namespaces
                   10920: 
                   10921:          $nodes[^xdoc.select[//x:second][
                   10922:          $.x[http://pif.design.ru/] ]]
                   10923: 
                   10924: 2004-03-09  paf
                   10925: 
                   10926:        * operators.txt, src/main/pa_common.C: new:
                   10927:          ^file::load[...][options]         $.form[
                   10928:          !$.field1[string]
                   10929:          !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
                   10930:               ]         !$.body[string]
                   10931: 
                   10932:          GET ?here notGET(POST, HEAD, others) in content-type:
                   10933:          application/x-www-form-urlencoded
                   10934: 
                   10935:          todo: upload files ability
                   10936: 
                   10937:        * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
                   10938:          properly, done
                   10939: 
                   10940: 2004-03-05  paf
                   10941: 
                   10942:        * operators.txt, src/main/pa_common.C: new: file::load[;http://
                   10943:          GET/POST $.form[$.fields started, not tested yet
                   10944:          todo:$.field[table] for multiple values
                   10945: 
                   10946:        * operators.txt: new: http:// options $.user $.password basic
                   10947:          authorization
                   10948: 
                   10949:        * src/main/pa_common.C: beauty: link to rtf added
                   10950: 
                   10951:        * operators.txt, src/include/pa_common.h, src/main/pa_common.C:
                   10952:          new: http:// options $.user $.password basic authorization
                   10953: 
                   10954:        * src/main/pa_common.C: beauty: removed needless vars
                   10955: 
                   10956:        * operators.txt: new: pgsql option [like that recently added to
                   10957:          oracle driver]             ClientCharset=parser-charset <<
                   10958:          charset in which parser thinks client works
                   10959: 
                   10960:        * operators.txt: new: odbc option [like that recently added to
                   10961:          oracle driver]             ClientCharset=parser-charset <<
                   10962:          charset in which parser thinks client works
                   10963: 
                   10964:        * src/sql/pa_sql_driver.h: beauty: important warning added
                   10965: 
                   10966:        * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
                   10967:          char!
                   10968: 
                   10969:        * etc/parser3.charsets/windows-1251.cfg: typo
                   10970: 
                   10971: 2004-03-04  paf
                   10972: 
                   10973:        * src/main/pa_sql_driver_manager.C: speedup: charset lookups
                   10974:          cached, sql transcoding now goes faster
                   10975: 
                   10976:        * operators.txt: new: mysql option [like that recently added to
                   10977:          oracle driver]             ClientCharset=parser-charset <<
                   10978:          charset in which parser thinks client works
                   10979: 
                   10980:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
                   10981:          typo error
                   10982: 
                   10983:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
                   10984:          chars commented
                   10985: 
                   10986: 2004-03-03  paf
                   10987: 
                   10988:        * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
                   10989:          Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
                   10990: 
                   10991: 2004-03-02  paf
                   10992: 
                   10993:        * operators.txt: new[update typo]:     !^void.left(n)
                   10994:          nothing     !^void.right(n)        nothing     !^void.mid(p[;n])
                   10995:                nothing
                   10996: 
                   10997:        * operators.txt, src/classes/void.C: new:     !^void.left(n)
                   10998:          nothing     !^void.right(n)        nothing     !^void.pos(p[;n])
                   10999:                nothing
                   11000: 
                   11001:        * operators.txt, src/classes/file.C, src/include/pa_string.h: new:
                   11002:          ^file::sql[[name_to_become_$.name]]{} query result must be one
                   11003:          row with columns:   first: data   second: file name   third:
                   11004:          content-type
                   11005: 
                   11006:        * operators.txt, src/classes/file.C: ^file.sql-string[] inside
                   11007:          ^connect gets properly escaped string, which can be passed to
                   11008:          request now this for mysql only. it's up to parser sql driver to
                   11009:          fix zeros properly
                   11010: 
                   11011:        * INSTALL: note: added on building apache with this option:
                   11012:          --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
                   11013: 
                   11014: 2004-03-01  paf
                   11015: 
                   11016:        * src/targets/isapi/parser3isapi.C: new: apache module & isapi
                   11017:          extension memory:compact befor processingrequest
                   11018: 
                   11019:        * operators.txt, src/classes/hash.C: new: ^hash._keys[>>name<<] to
                   11020:          call sole column of result
                   11021: 
                   11022:        * operators.txt, src/classes/image.C, src/lib/gd/gif.C,
                   11023:          src/lib/gd/gif.h: new: ^image.pixel(x;y)[(color)]         get/set
                   11024:          pixel color
                   11025: 
                   11026:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
                   11027:          beauty: image -- less checks [were ugly impl]
                   11028: 
                   11029:        * src/classes/string.C: bugfix: ^string.left/right/mid with
                   11030:          negative values now considered bad
                   11031: 
                   11032:        * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
                   11033: 
                   11034:        * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
                   11035:          options now have unified defaults [after transform
                   11036:          indent/omit-xml-declaration/standalone 'default' erroreously
                   11037:          meant 'true']
                   11038: 
                   11039:        * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
                   11040:          added [on some platforms gethostbyname failed with such
                   11041:          'domains']
                   11042: 
                   11043:        * src/include/pa_config_auto.h.in: no select check, no define
                   11044: 
                   11045:        * src/classes/string.C: feature: ^string.trim both parameters may
                   11046:          be empty-strings, meaning kind=both chars=whitespaces
                   11047: 
                   11048:        * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
                   11049:          exist
                   11050: 
                   11051:        * src/classes/string.C: check: trim 'chars' must not be empty,
                   11052:          exception if it is
                   11053: 
                   11054:        * src/classes/string.C: changed: ^string.trim [] << both,
                   11055:          whitespaces [start|both|end] << kind, whitespaces
                   11056:          [start|both|end;chars]  full
                   11057: 
                   11058: 2004-02-27  paf
                   11059: 
                   11060:        * operators.txt, src/classes/string.C, src/main/pa_string.C: new
                   11061:          method: ^string.trim[start|both|end[;chars]]        default
                   11062:          'chars' -- whitespace chars finished
                   11063: 
                   11064:        * operators.txt, src/classes/string.C, src/include/pa_string.h,
                   11065:          src/main/pa_string.C: new method:
                   11066:          ^string.trim[start|both|end[;chars]]        default 'chars' --
                   11067:          whitespace chars   started, only start works
                   11068: 
                   11069:        * src/main/compile.C: bugfix: line numbers after
                   11070:          ^process{}[$.line(-10]] can be negative, allowed to print they as
                   11071:          signed
                   11072: 
                   11073:        * src/main/untaint.C: speed: there's no \n chars in output
                   11074:          [normally], so no need to optimize them they could be retrived
                   11075:          from databases, though. but 1. should be replaced 2. if not
                   11076:          optimized, no harm done
                   11077: 
                   11078:        * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
                   11079:          ^file::exec/cgi could return invalid status & zombie child can
                   11080:          remain for short period until process exists [very bad in
                   11081:          mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
                   11082: 
                   11083:        * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
                   11084:          malicious SMTP server to attack as by returning too long status
                   11085:          responses http://i2/tasks/edit/?id=4629448401140924947
                   11086: 
                   11087: 2004-02-26  paf
                   11088: 
                   11089:        * operators.txt: feature: ^process...{CODE}[now has options] which
                   11090:          are         $.main[to what to rename @main]         $.file[file,
                   11091:          from which (user says) goes that CODE]         $.lineno(line
                   11092:          number in that file, where CODE starts. may be negative)
                   11093: 
                   11094:        * operators.txt, src/classes/op.C, src/include/pa_request.h,
                   11095:          src/main/compile.C, src/main/compile_tools.h,
                   11096:          src/main/pa_request.C: feature: ^process...{CODE}[now has
                   11097:          options] which are         $.main[to what to rename @main]
                   11098:          $.file[file, from which (user says) goes that CODE]
                   11099:          $.lineno(line number in that file, where CODE starts. may be
                   11100:          negative)
                   11101: 
                   11102: 2004-02-25  paf
                   11103: 
1.116     moko     11104:        * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
                   11105:          old @charsetsdir@ recently erased from configure.in]
1.95      moko     11106: 
                   11107:        * src/classes/hash.C: feature: ^hash::sql{one colum result} now
                   11108:          produces hash of column=>1
                   11109: 
                   11110:        * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
                   11111:          with incomplete errno constants set
                   11112: 
                   11113: 2004-02-24  paf
                   11114: 
                   11115:        * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
                   11116:          "man select"
                   11117: 
                   11118:        * src/main/pa_os.C: beauty: <0 better then ==-1
                   11119: 
                   11120:        * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
                   11121: 
                   11122:        * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
                   11123: 
1.116     moko     11124:        * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95      moko     11125: 
                   11126:        * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
                   11127:          unix: steps to work on unix [extracted 'to']
                   11128: 
                   11129:        * src/classes/mail.C: smtp on unix: steps to work on unix
                   11130: 
                   11131:        * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
                   11132: 
1.116     moko     11133:        * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
                   11134:          lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
                   11135:          unix [testing on solaris]
1.95      moko     11136: 
                   11137: 2004-02-20  paf
                   11138: 
                   11139:        * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
                   11140:          pointing that out
                   11141: 
                   11142:        * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
                   11143:          fixed again [same solution, mistanenly removed one line]
                   11144: 
                   11145: 2004-02-19  paf
                   11146: 
                   11147:        * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
                   11148:          date::create from bad datetime in spring daylightsaving hole now
                   11149:          OK for all platforms [on some platforms it failed]
                   11150: 
                   11151:        * src/classes/: date.C, image.C: beauty: date::create[bad date time
                   11152:          in daylightsaving hole] now throws error
                   11153: 
                   11154:        * src/classes/date.C: comment: mistake fixed
                   11155: 
                   11156: 2004-02-18  paf
                   11157: 
                   11158:        * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
                   11159:          now renderes in $request:charset, but in header puts
                   11160:          $response:charset todo: make that default only so that coder
                   11161:          could override that
                   11162: 
                   11163:        * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
                   11164:          turns off omit-xml-declaration
                   11165: 
                   11166:        * src/classes/xdoc.C: feature: reimplemented xhtml output, see
                   11167:          /.xsl for sample
                   11168: 
                   11169: 2004-02-17  paf
                   11170: 
                   11171:        * src/classes/xdoc.C: beauty: needless helper class removed
                   11172: 
                   11173:        * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
                   11174:          copied extra time
                   11175: 
                   11176:        * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
                   11177:          part of libxml
                   11178: 
                   11179:        * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
                   11180:          libxml to do the work] <xsl:output        method="html"
                   11181:          doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
                   11182:          doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
                   11183:          />
                   11184: 
                   11185:        * src/classes/xdoc.C: beauty: no <meta ... charset generated
                   11186: 
                   11187:        * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
                   11188:          caused assertion
                   11189: 
                   11190:        * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
                   11191:          could hang. now such add does nothing, sub clears $hash
                   11192: 
                   11193:        * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
                   11194:          not made quoted-printable
                   11195: 
                   11196:        * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
                   11197:          string invariant
                   11198: 
                   11199: 2004-02-16  paf
                   11200: 
                   11201:        * src/main/pa_globals.C: bugfix: xml errors copy from library now
                   11202:          cleared [were not cleared properly]
                   11203: 
                   11204: 2004-02-13  paf
                   11205: 
1.116     moko     11206:        * src/include/pa_version.h: prerelease
1.95      moko     11207: 
                   11208:        * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
                   11209:          used, introducing dependencies timestamp check
                   11210: 
                   11211:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   11212:          include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
                   11213:          main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
                   11214:          .xsl.stamp now not used, introducing dependencies timestamp check
                   11215: 
                   11216:        * configure.in, bin/auto.p.dist.in: auto.p: @conf made relative
                   11217: 
                   11218: 2004-02-12  paf
                   11219: 
                   11220:        * src/types/pa_vform.C: bugfix: empty values[recently allowed]
                   11221:          ruined empty <input type=file> submits. parser thought there were
                   11222:          nameless empty file and $form:field got value of type 'file'
                   11223: 
                   11224:        * INSTALL: --without-threads
                   11225: 
                   11226:        * src/include/pa_sapi.h: 2004
                   11227: 
                   11228: 2004-02-11  paf
                   11229: 
                   11230:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   11231:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   11232:          classes/hashfile.C, classes/image.C, classes/int.C,
                   11233:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   11234:          classes/response.C, classes/string.C, classes/table.C,
                   11235:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   11236:          include/pa_array.h, include/pa_cache_managers.h,
                   11237:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   11238:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   11239:          include/pa_dictionary.h, include/pa_dir.h,
                   11240:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   11241:          include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
                   11242:          include/pa_operation.h, include/pa_os.h, include/pa_request.h,
                   11243:          include/pa_request_charsets.h, include/pa_request_info.h,
                   11244:          include/pa_socks.h, include/pa_sql_connection.h,
                   11245:          include/pa_sql_driver_manager.h, include/pa_stack.h,
                   11246:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   11247:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   11248:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   11249:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   11250:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   11251:          lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
                   11252:          lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
                   11253:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
                   11254:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   11255:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   11256:          main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
                   11257:          main/pa_os.C, main/pa_request.C, main/pa_socks.C,
                   11258:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   11259:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   11260:          main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
                   11261:          sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
                   11262:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   11263:          types/pa_junction.h, types/pa_method.h, types/pa_value.C,
                   11264:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                   11265:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   11266:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   11267:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   11268:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   11269:          types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
                   11270:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   11271:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
                   11272:          types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   11273:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   11274:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   11275:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   11276:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   11277:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   11278:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   11279:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   11280:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   11281:          types/pa_wcontext.h, types/pa_wwrapper.h: 2004
                   11282: 
                   11283:        * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
                   11284:          debug version of gc.dll
                   11285: 
                   11286:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                   11287:          lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
                   11288:          lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
                   11289:          lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
                   11290:          targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
                   11291:          targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
                   11292:          to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
                   11293:          processes
                   11294: 
                   11295:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
                   11296:          main/pa_globals.C, targets/cgi/parser3.vcproj,
                   11297:          targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
                   11298:          changes to reflect libxml xsl new folders
                   11299: 
                   11300:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                   11301:          lib/smtp/smtp.vcproj, main/main.vcproj,
                   11302:          targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
                   11303:          to reflect libxml xsl new folders
                   11304: 
                   11305:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                   11306:          lib/smtp/smtp.vcproj, main/main.vcproj,
                   11307:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                   11308:          types/types.vcproj: started changes to reflect libxml xsl new
                   11309:          folders
                   11310: 
                   11311:        * ChangeLog, parser3.sln, src/classes/classes.vcproj,
                   11312:          src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
                   11313:          src/main/compile.tab.C, src/main/main.vcproj,
                   11314:          src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
                   11315:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
                   11316:          started changes to reflect libxml xsl new folders
                   11317: 
                   11318: 2004-02-10  paf
                   11319: 
                   11320:        * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
                   11321:          compile. recommened latest libxml up to date
                   11322: 
                   11323:        * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
                   11324:          pattern compilation errors", on which spent 4 hours worktime. use
                   11325:          versions higher than that. recommended now latest up to date
                   11326: 
                   11327: 2004-02-06  paf
                   11328: 
                   11329:        * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
                   11330:          beauty: unified destructing style
                   11331: 
                   11332:        * src/main/untaint.C: beauty: removed old def/ifdef
                   11333: 
                   11334:        * src/main/untaint.C: beauty: coredump @unknown untaint language
                   11335:          now
                   11336: 
                   11337: 2004-02-03  paf
                   11338: 
                   11339:        * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
                   11340:          targets/isapi/parser3isapi.C, types/pa_value.C,
                   11341:          types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
                   11342:          then %ld/%lu
                   11343: 
                   11344:        * src/main/pa_common.C: typo: %l -> %u
                   11345: 
                   11346:        * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
                   11347:          in attributes or documents-results of transform now not &#04xx;
                   11348: 
                   11349:        * src/classes/xnode.C: memleaks found: not fixed yet. todo
                   11350: 
                   11351:        * src/main/pa_charset.C: bugfix: forgot to undo some
                   11352: 
                   11353:        * src/main/pa_charset.C: beauty: uncomment
                   11354:          PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
                   11355:          libraries
                   11356: 
                   11357: 2004-02-02  paf
                   11358: 
                   11359:        * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
                   11360:          $cookie:example[    $.value[value]  $.path[/there/] ]
                   11361: 
                   11362:          $cookie:example[        $.value[]       $.expires[session]
                   11363:          $.path[/there/]         $.domain[test.com] ]
                   11364: 
                   11365:        * src/types/pa_vform.C: bugfix: empty values with
                   11366:          enctype=multipart/form-data now produce entries in $form:tables
                   11367:          <form method=post enctype=multipart/form-data> <input type=hidden
                   11368:          name=a> <input type=hidden name=b>
                   11369: 
                   11370:          <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
                   11371:          <hr> <pre>$request:body
                   11372: 
                   11373: 2004-01-30  paf
                   11374: 
                   11375:        * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
                   11376:          or documents-results of transform now not &#04xx;
                   11377: 
                   11378:        * src/classes/date.C: bugfix: ^date::create[invalid fields now
                   11379:          produce exception.
                   11380: 
                   11381:        * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
                   11382:          bugfix: ^date::create[invalid fields now produce exception.
                   11383: 
                   11384:        * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
                   11385:          year] now produces exception. todo: check other fields
                   11386: 
                   11387: 2004-01-29  paf
                   11388: 
                   11389:        * src/include/pa_memory.h: typo error
                   11390: 
                   11391:        * src/include/pa_memory.h: bugfix: [potential] strdup copied one
                   11392:          more byte then specified, then zeroed it << useless and
                   11393:          potentially harmful(could gpf)
                   11394: 
                   11395: 2004-01-22  paf
                   11396: 
                   11397:        * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
                   11398: 
                   11399:        * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
                   11400:          optimization
                   11401: 
                   11402:        * src/main/untaint.C: bugfix: whitespace now optimized properly
                   11403:          [were bug: ^taint[1 & 2]="1 &2"
                   11404: 
                   11405:        * src/main/pa_globals.C: beauty: bigger buffer for xml-related
                   11406:          errors
                   11407: 
                   11408:        * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
                   11409:          overflow
                   11410: 
                   11411:        * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
                   11412:          error-reporting code * in parser-error reporting code [when no
                   11413:          @unhandled_exception defined]
                   11414: 
                   11415:          fixed in one place: my *snprintf override
                   11416: 
                   11417: 2004-01-13  paf
                   11418: 
                   11419:        * operators.txt: typo erro
                   11420: 
                   11421: 2003-12-25  paf
                   11422: 
                   11423:        * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
                   11424:          garbled  [pieces after zero bytes were removed]
                   11425: 
                   11426: 2003-12-22  paf
                   11427: 
1.116     moko     11428:        * src/include/Makefile.am: bugfix: removed from dist:
                   11429:          src/include/pa_config_auto.h which were configured for
1.95      moko     11430:          make-dist-platform and badly updated proper config file in target
                   11431:          [when .tar used for updating existing source tree]
                   11432: 
                   11433:        * ChangeLog, operators.txt, src/classes/op.C,
                   11434:          src/include/pa_sql_connection.h,
                   11435:          src/include/pa_sql_driver_manager.h,
                   11436:          src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
                   11437:          feature: sql introducing ability to transcode charsets
                   11438: 
                   11439: 2003-12-19  paf
                   11440: 
                   11441:        * src/main/pa_sql_driver_manager.C: beauty: more straighforward
                   11442:          error message
                   11443: 
                   11444:        * src/main/pa_charset.C: bugfix: memory for charsethandler
                   11445:          structure for libxml now allocated properly
                   11446: 
                   11447: 2003-12-17  paf
                   11448: 
                   11449:        * src/types/pa_vfile.C: beauty: removed outdated cast
                   11450: 
                   11451:        * src/main/pa_common.C: bugfix: empty http response caused gpf
                   11452: 
                   11453:        * src/include/pa_string.h: bugfix: removed too strong a assert
                   11454: 
                   11455:        * src/main/pa_globals.C: bugfix: removed false warning [warning:
                   11456:          unreported xmlGenericErrors]
                   11457: 
                   11458: 2003-12-15  paf
                   11459: 
                   11460:        * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
                   11461:          works}
                   11462: 
                   11463: 2003-12-11  paf
                   11464: 
                   11465:        * operators.txt, src/types/pa_vstatus.C:     !$status:pid process
                   11466:          id
                   11467:              !$status:tid thread id
                   11468: 
                   11469:        * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
                   11470:          main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
                   11471:          bugfix(solaris): removed dependency on object initialization
                   11472:          order [one more place]
                   11473: 
                   11474:        * src/: classes/file.C, classes/mail.C, classes/op.C,
                   11475:          classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
                   11476:          types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
                   11477:          understand that
                   11478: 
                   11479:        * src/: classes/file.C, classes/mail.C, classes/op.C,
                   11480:          classes/xdoc.C, include/pa_cache_managers.h,
                   11481:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   11482:          include/pa_stylesheet_manager.h, main/pa_request.C,
                   11483:          main/pa_stylesheet_manager.C, types/pa_vimage.C,
                   11484:          types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
                   11485:          ctor call [relying on implicit String::Body(cstr) call]
                   11486: 
                   11487:        * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
                   11488:          pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
                   11489:          object initialization order [two places]
                   11490: 
                   11491: 2003-12-10  paf
                   11492: 
                   11493:        * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
                   11494:          << time now ok
                   11495: 
                   11496:        * operators.txt, src/main/pa_sql_driver_manager.C,
                   11497:          src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
                   11498:          operational
                   11499: 
                   11500:        * ChangeLog, operators.txt, src/classes/xdoc.C,
                   11501:          src/include/pa_charset.h, src/include/pa_sql_connection.h,
                   11502:          src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
                   11503:          src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
                   11504:          back operational
                   11505: 
                   11506: 2003-12-02  paf
                   11507: 
                   11508:        * src/types/pa_vmail.C: bugfix:
                   11509:          ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
                   11510:          as-is forced]
                   11511: 
                   11512:        * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
                   11513:          exceptions out of libxml callbacks: reimplemented error handling
                   11514:          of http://localhost, parser://method and safemode check callbacks
                   11515: 
                   11516:        * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
                   11517:          [merged from HEAD]
                   11518: 
                   11519:        * src/classes/image.C: nothing: comment removed
                   11520: 
                   11521:        * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
                   11522:          addresses to int
                   11523: 
                   11524: 2003-12-01  paf
                   11525: 
                   11526:        * src/main/pa_xml_io.C: bugfix: typo
                   11527: 
                   11528:        * src/main/pa_globals.C: bugfix: win32: compile prob
                   11529: 
                   11530:        * src/classes/xdoc.C: bugfix: typo
                   11531: 
                   11532:        * src/main/pa_xml_io.C: todo: safe mode check not to throw
                   11533:          exception
                   11534: 
                   11535:        * src/main/pa_xml_io.C: bugfix: http://localhost typo error
                   11536: 
                   11537: 2003-11-28  paf
                   11538: 
                   11539:        * src/main/pa_xml_io.C: installed safe-mode checker as filter of
                   11540:          all xml documents read
                   11541: 
                   11542:        * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
                   11543: 
                   11544:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   11545:          include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
                   11546:          replaced original open mech of xdoc::create & co to use libxml
                   11547:          open, so that this would work for root document todo: safe mode
                   11548:          checks to libxml: ideally to some 1 point
                   11549: 
                   11550:        * src/main/pa_xml_io.C: comment
                   11551: 
                   11552:        * operators.txt, src/main/pa_xml_io.C: leading / in
                   11553:          http://parser[abscent params]
                   11554: 
                   11555:        * operators.txt, src/include/pa_request.h, src/main/pa_xml_io.C:
                   11556:          works.  todo: maybe replace original open mech of xdoc::create &
                   11557:          co to use libxml open, so that this would work for root document
                   11558: 
                   11559:          $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
                   11560:          "parser://method/params/here"> <test>   &test^; </test> }]
                   11561: 
                   11562:          ^taint[^xdoc.string[]]
                   11563: 
                   11564:          @method[param] <!ENTITY test
                   11565:          "test-entity-value+$form:user+$param!">
                   11566: 
                   11567: 2003-11-27  paf
                   11568: 
                   11569:        * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
                   11570: 
                   11571:        * src/classes/date.C: bugfix: typo error
                   11572: 
                   11573: 2003-11-26  paf
                   11574: 
                   11575:        * operators.txt, src/include/Makefile.am, src/include/pa_globals.h,
                   11576:          src/main/Makefile.am, src/main/main.vcproj,
                   11577:          src/main/pa_globals.C, src/main/pa_request.C,
                   11578:          src/include/pa_xml_io.h, src/main/pa_xml_io.C: simplification:
                   11579:          xml errors to hash<thread_id,error> reorganization: xml io moved
                   11580:          to pa_xml_io.C/h
                   11581: 
                   11582:        * src/types/pa_value.h: warnings: --
                   11583: 
                   11584: 2003-11-25  paf
                   11585: 
                   11586:        * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
                   11587:          whatever)
                   11588: 
                   11589:        * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
                   11590:          a, (c?x:y, z)
                   11591: 
                   11592:        * src/main/untaint.C: bugfix: consequences of not reading this
                   11593:          comment: CORD_pos_chars_left /* Number of characters in cache.
                   11594:          <= 0 ==> none    */
                   11595: 
                   11596:        * src/include/pa_array.h: removed needless checks
                   11597: 
                   11598: 2003-11-24  paf
                   11599: 
                   11600:        * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
                   11601:          removed limit: now $form:xxx can be accessed anytime, even in
                   11602:          @auto/conf [and request/response:charset still can be changed
                   11603:          anytime]
                   11604: 
                   11605:        * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
                   11606:          now not transcodes response body
                   11607: 
                   11608:        * operators.txt, src/types/pa_vxnode.C, src/types/pa_vxnode.h:
                   11609:          $xdoc[^xdoc::create[test]] $tn[^xdoc.createTextNode[text node
                   11610:          value]] $dummy[^xdoc.firstChild.appendChild[$tn]]
                   11611:          $xdoc.firstChild.firstChild.nodeValue[different]
                   11612:          ^taint[^xdoc.string[]]
                   11613: 
                   11614:        * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
                   11615:          workaround: static Hash::allocates -> static Hash_allocates
                   11616: 
                   11617: 2003-11-21  paf
                   11618: 
1.116     moko     11619:        * Makefile.am, configure, configure.in, src/classes/Makefile.am,
                   11620:          src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
                   11621:          src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95      moko     11622: 
                   11623:        * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
                   11624: 
                   11625:        * src/classes/mail.C: bugfix: typo
                   11626: 
                   11627:        * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.116     moko     11628:          src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
                   11629:          src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
                   11630:          src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
                   11631:          src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95      moko     11632:          src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
                   11633: 
                   11634:        * src/main/pa_exec.C: bug in safe mode
                   11635: 
                   11636:        * src/include/Makefile.am: pa_xml_exception.h
                   11637: 
                   11638:        * src/targets/isapi/parser3isapi.C: more warnings --
                   11639: 
                   11640: 2003-11-20  paf
                   11641: 
                   11642:        * src/: classes/math.C, classes/op.C, classes/string.C,
                   11643:          main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
                   11644:          types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
                   11645:          --
                   11646: 
                   11647:        * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
                   11648:          more warnings --
                   11649: 
                   11650:        * src/classes/xdoc.C: more warnings --
                   11651: 
                   11652:        * src/classes/: date.C, image.C, xdoc.C: more warnings --
                   11653: 
                   11654:        * src/: main/pa_sql_driver_manager.C, main/untaint.C,
                   11655:          types/pa_vcookie.C, types/pa_vmail.C: more warnings --
                   11656: 
                   11657:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   11658:          classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
                   11659:          classes/table.C, include/pa_cache_managers.h,
                   11660:          include/pa_stylesheet_connection.h, main/pa_request.C,
                   11661:          types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
                   11662:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
                   11663:          --
                   11664: 
                   11665:        * src/main/: execute.C, pa_request.C: old forgotten todo: when
                   11666:          can't report problem (undefined @unhandled_exception) problem
                   11667:          source string were not reported
                   11668: 
                   11669:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   11670:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   11671:          classes/hashfile.C, classes/image.C, classes/int.C,
                   11672:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   11673:          classes/response.C, classes/string.C, classes/table.C,
                   11674:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   11675:          include/pa_array.h, include/pa_cache_managers.h,
                   11676:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   11677:          include/pa_config_fixed.h, include/pa_dictionary.h,
                   11678:          include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
                   11679:          include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
                   11680:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                   11681:          include/pa_request.h, include/pa_request_charsets.h,
                   11682:          include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
                   11683:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   11684:          include/pa_stack.h, include/pa_string.h,
                   11685:          include/pa_stylesheet_connection.h,
                   11686:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   11687:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   11688:          include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                   11689:          lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
                   11690:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   11691:          main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
                   11692:          main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
                   11693:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   11694:          main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
                   11695:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   11696:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   11697:          main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
                   11698:          sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
                   11699:          targets/cgi/parser3.C, targets/isapi/pa_threads.C,
                   11700:          targets/isapi/parser3isapi.C, types/pa_junction.h,
                   11701:          types/pa_method.h, types/pa_value.C, types/pa_value.h,
                   11702:          types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
                   11703:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   11704:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   11705:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   11706:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   11707:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   11708:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   11709:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
                   11710:          types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   11711:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   11712:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   11713:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   11714:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   11715:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   11716:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   11717:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   11718:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   11719:          types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
                   11720:          const IDENT
                   11721: 
                   11722:        * src/: include/pa_array.h, include/pa_pool.h,
                   11723:          include/pa_request.h, include/pa_string.h, include/pa_table.h,
                   11724:          main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
                   11725:          types/pa_wcontext.h: more warnings --
                   11726: 
                   11727:        * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
                   11728:          classes/file.C, classes/hash.C, classes/hashfile.C,
                   11729:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   11730:          classes/memory.C, classes/op.C, classes/string.C,
                   11731:          classes/table.C, classes/xdoc.C, classes/xnode.C,
                   11732:          include/pa_config_includes.h, include/pa_operation.h,
                   11733:          include/pa_sql_connection.h, include/pa_table.h,
                   11734:          include/pa_types.h, lib/ltdl/config_fixed.h,
                   11735:          lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
                   11736:          lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
                   11737:          lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
                   11738:          main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
                   11739:          main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
                   11740:          main/pa_globals.C, main/pa_os.C, main/pa_request.C,
                   11741:          main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
                   11742:          targets/isapi/parser3isapi.vcproj, types/pa_value.h,
                   11743:          types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
                   11744:          types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
                   11745:          types/pa_vmail.C, types/pa_vobject.C,
                   11746:          types/pa_vstateless_class.h, types/pa_vtable.C,
                   11747:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
                   11748:          types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
                   11749:          on all projects (except libltdl=off & libsdbm=level3) found
                   11750:          several unitialized vars
                   11751: 
                   11752: 2003-11-19  paf
                   11753: 
                   11754:        * src/classes/op.C: more ansi C++ comp
                   11755: 
                   11756:        * operators.txt, src/classes/op.C, src/include/pa_request.h,
                   11757:          src/main/pa_request.C: ^cache[...]{body}{catch block with
                   11758:          $exception.handled[cache] meaning "get expired cache, if any.
                   11759:          else error"}
                   11760: 
                   11761:        * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
                   11762:          main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
                   11763:          ^cache[...]{body}{catch code with $exception.cache field}
                   11764: 
                   11765: 2003-11-12  paf
                   11766: 
                   11767:        * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
                   11768:          [copy/paste bug]
                   11769: 
                   11770: 2003-11-11  paf
                   11771: 
                   11772:        * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
                   11773:          failed]
                   11774: 
                   11775:        * bin/auto.p.dist.in: colno
                   11776: 
                   11777: 2003-11-10  paf
                   11778: 
                   11779:        * src/types/pa_vconsole.h: flush
                   11780: 
                   11781:        * operators.txt, src/main/pa_request.C, src/types/Makefile.am,
                   11782:          src/types/types.vcproj, src/types/pa_vconsole.h: $console:line
                   11783:          read/write  [for nntp]
                   11784: 
                   11785:        * operators.txt: mysql: transaction support: ?autocommit=0
                   11786: 
                   11787:        * operators.txt: comment: updated
                   11788: 
                   11789:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
                   11790:          serialize version and exipire now removes entries
                   11791: 
                   11792:        * operators.txt: ^hashfile.delete[] removes files altogether [and
                   11793:          dir, if could]
                   11794: 
                   11795:        * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
                   11796:          types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
                   11797:          removes files altogether [and dir, if could]
                   11798: 
                   11799:        * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
                   11800:          nonexistent pair. .c coded that that was error. fixed
                   11801: 
                   11802:        * src/types/pa_vhashfile.C: sdbm: exception type change to
                   11803:          file.access [regretfull can't split it to different exceptions
                   11804:          without modifying sdbm source wich would prefer not to]
                   11805: 
                   11806: 2003-11-07  paf
                   11807: 
                   11808:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   11809:          classes/hashfile.C, classes/image.C, classes/table.C,
                   11810:          classes/xdoc.C, include/Makefile.am, include/pa_array.h,
                   11811:          include/pa_pool.h, include/pa_request.h, main/Makefile.am,
                   11812:          main/execute.C, main/main.vcproj, main/pa_pool.C,
                   11813:          main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
                   11814:          types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
                   11815:          types/pa_vstateless_class.h: resurrected: pool idea. now only for
                   11816:          destructing objects at request processing end
                   11817: 
                   11818: 2003-11-06  paf
                   11819: 
                   11820:        * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
                   11821:          updates
                   11822: 
                   11823:        * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
                   11824:          to include sdbm
                   11825: 
1.116     moko     11826:        * src/include/: pa_config_includes.h, pa_version.h: our
                   11827:          replacements of max& co only for cpp
1.95      moko     11828: 
                   11829:        * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
                   11830:          upper dir, .am updated
                   11831: 
                   11832:        * tests/todo.txt: hashfile: done
                   11833: 
                   11834:        * operators.txt, src/types/pa_vhashfile.C: hashfile: clear &
                   11835:          expiration [time in value. todo: move time to key]
                   11836: 
                   11837:        * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
                   11838: 
                   11839:        * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
                   11840:          to do that in foreach, no errors, but surely wrong]
                   11841: 
                   11842:        * operators.txt, src/types/pa_vhashfile.C,
                   11843:          src/types/pa_vhashfile.h: hashfile: clear and proper locking
                   11844: 
                   11845:        * operators.txt, src/classes/hash.C, src/classes/hashfile.C,
                   11846:          src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: hashfile:
                   11847:          foreach
                   11848: 
                   11849:        * src/classes/hashfile.C, src/types/pa_vhashfile.C,
                   11850:          src/types/pa_vhashfile.h, operators.txt: hashfile: hash
                   11851: 
                   11852:        * operators.txt, src/classes/hashfile.C, src/types/pa_vhashfile.C,
                   11853:          src/types/pa_vhashfile.h, tests/todo.txt: hashfile: delete
                   11854: 
                   11855:        * src/: include/pa_memory.h, targets/cgi/parser3.C,
                   11856:          types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
                   11857:          types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
                   11858:          get/put [raw]
                   11859: 
                   11860:        * src/: classes/op.C, main/pa_os.C: just linked
                   11861: 
                   11862:        * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
                   11863:          XmlException changes
                   11864: 
                   11865:        * src/: include/pa_charset.h, include/pa_globals.h,
                   11866:          include/pa_stylesheet_connection.h, main/pa_exception.C:
                   11867:          XmlException changes
                   11868: 
                   11869:        * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
                   11870: 
                   11871:        * src/: include/pa_common.h, include/pa_exception.h,
                   11872:          main/main.vcproj, main/pa_common.C, include/pa_os.h,
                   11873:          include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
                   11874:          main/pa_xml_exception.C: locking move to pa_os [along with
                   11875:          pa_sleep] apr-impl locking done
                   11876: 
                   11877:        * configure, configure.in, operators.txt, parser3.sln,
                   11878:          src/classes/classes.vcproj, src/classes/hashfile.C,
                   11879:          src/classes/xdoc.C, src/include/pa_config_fixed.h,
                   11880:          src/include/pa_exception.h, src/include/pa_globals.h,
                   11881:          src/include/pa_memory.h, src/include/pa_version.h,
                   11882:          src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
                   11883:          src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
                   11884:          src/main/compile.tab.C, src/main/main.vcproj,
                   11885:          src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
                   11886:          src/types/Makefile.am, src/types/pa_vhash.C,
                   11887:          src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
                   11888:          src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
                   11889:          again with sdbm from apache
                   11890: 
                   11891: 2003-11-05  paf
                   11892: 
                   11893:        * src/: classes/classes.vcproj, include/pa_config_fixed.h,
                   11894:          main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
                   11895:          \parser3project dir anymore
                   11896: 
                   11897:        * src/main/pa_charset.C: bugfix: had broken binary search [copied
                   11898:          thoughtlessly from xalan]
                   11899: 
                   11900:        * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
                   11901:          sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
                   11902:          from httpd-2.0.43\srclib\apr-util\dbm\sdbm
                   11903: 
                   11904:        * src/main/helpers/CaseFolding.txt:
                   11905:          http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
                   11906: 
                   11907: 2003-11-04  paf
                   11908: 
                   11909:        * operators.txt: comment: ^mail:send[$.options[
                   11910: 
                   11911:        * src/classes/table.C: compiled on unix
                   11912: 
1.116     moko     11913:        * src/classes/Makefile.am: classes.C to rebuild last
1.95      moko     11914: 
                   11915:        * src/classes/mail.C: compiled on unix
                   11916: 
                   11917:        * operators.txt, src/classes/mail.C, src/types/pa_vmail.C,
                   11918:          src/types/pa_vmail.h:     !^mail:send[
                   11919:                  $.options[unix: string to append to sendmail command
                   11920:          line]
                   11921: 
                   11922:        * operators.txt, src/classes/table.C, src/main/pa_string.C,
                   11923:          tests/todo.txt: ^table.save[...          $.separator[^#09]
                   11924:          $.encloser["] <nothing> by default
                   11925: 
                   11926:        * operators.txt, src/classes/table.C, tests/todo.txt: ^table::load
                   11927:                 !$.separator[^#09]         !$.encloser["] <nothing> by
                   11928:          default
                   11929: 
                   11930: 2003-11-03  paf
                   11931: 
                   11932:        * operators.txt, src/classes/table.C, src/main/pa_common.C:
                   11933:          ^table::load[; options:         !$.column-separator[^#09]
                   11934:          !$.column-encloser["]
                   11935: 
                   11936:        * operators.txt, src/include/pa_config_fixed.h,
                   11937:          src/types/pa_vrequest.C: $request:document-root
                   11938: 
                   11939:        * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
                   11940:          [already included into uri=xxx]
                   11941: 
                   11942:        * operators.txt, src/classes/image.C, tests/todo.txt:
                   11943:          ^image.gif[filename] for $response:download
                   11944: 
                   11945:        * src/classes/date.C: minor precaution
                   11946: 
                   11947:        * operators.txt, src/classes/date.C:     !^date::unix-timestamp()
                   11948:              !^date.unix-timestamp[]
                   11949: 
                   11950: 2003-10-30  paf
                   11951: 
                   11952:        * operators.txt, src/classes/date.C, src/types/pa_vdate.h: merged
                   11953:          from 3.0.8: ^date.roll[TZ;GMT] $date.hour
                   11954: 
                   11955:        * src/classes/: date.C, image.C: improvement diagnostics:
                   11956:          $now[^date::create[$undefined]] now is error
                   11957: 
                   11958:        * src/main/pa_common.C: read errors would now be reported 'actually
                   11959:          read -1 bytes'
                   11960: 
                   11961: 2003-10-24  paf
                   11962: 
                   11963:        * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
                   11964:          src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
                   11965:          src/main/Makefile.am, src/targets/cgi/Makefile.am,
                   11966:          src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
                   11967: 
                   11968: 2003-10-22  paf
                   11969: 
                   11970:        * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
                   11971: 
                   11972: 2003-10-21  paf
                   11973: 
                   11974:        * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
                   11975:          fixed: string.match[g] without <'> option produced columns with
                   11976:          NULL's, which gpf'ed at table.save time
                   11977: 
                   11978:        * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
                   11979:          recoursion' message with intensive throw-catches fixed: incorrect
                   11980:          name and line (one name upper then needed) in error message about
                   11981:          problems inside try block
                   11982: 
                   11983: 2003-10-10  paf
                   11984: 
                   11985:        * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
                   11986:          check offset argument for validity did that in String::Body::pos
                   11987:          myself http://i2/tasks/edit/?id=4577425257580789777
                   11988: 
                   11989: 2003-10-07  paf
                   11990: 
                   11991:        * src/main/: compile.tab.C, compile.y: ^if ( better error:
                   11992:          .html(1:4): parse error, expecting `'['' or `'{'' or `'(''  now
                   11993: 
                   11994: 2003-10-03  paf
                   11995: 
                   11996:        * parser3.sln, src/include/pa_dictionary.h,
                   11997:          src/main/pa_dictionary.C, src/main/pa_string.C,
                   11998:          src/targets/cgi/parser3.vcproj: dictionary optimized by
                   11999:          precalculating cstr&length
                   12000: 
                   12001: 2003-10-02  paf
                   12002: 
                   12003:        * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
                   12004:          main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
                   12005:          main/pa_stylesheet_manager.C: bugfix: ^throw context were
                   12006:          saved/restored incompletely http://www.parser.ru/forum/?id=21484
                   12007: 
                   12008: 2003-09-30  paf
                   12009: 
                   12010:        * src/main/pa_string.C: string::replace bug fix [were ignoring
                   12011:          occurrances after lang-mismatched
                   12012: 
                   12013: 2003-09-29  paf
                   12014: 
                   12015:        * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
                   12016:          helper
                   12017: 
                   12018:        * src/main/pa_string.C: string::serialize bug fix with
                   12019:          zero-terminator
                   12020: 
                   12021:        * src/classes/table.C: ^nameless_table.save column row now has no
                   12022:          \t at the end
                   12023: 
                   12024:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   12025:          @postprocess  now takes $response:body/download
                   12026: 
                   12027:        * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
                   12028:          error message
                   12029: 
                   12030:        * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
                   12031: 
                   12032:        * src/classes/table.C: bugfix: flip: must produce nameless
                   12033:          http://i2/tasks/edit/?id=4573405524674081244
                   12034: 
                   12035:        * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
                   12036:          main/helpers/simple_folding.pl: utf-8 upper/lower
                   12037: 
                   12038:        * src/main/pa_common.C: bugfix: utf signature were not ignored due
                   12039:          to typo error http://i2/tasks/edit/?id=4573354650786434584
                   12040: 
                   12041: 2003-09-26  paf
                   12042: 
                   12043:        * src/main/untaint.C: removed needless field
                   12044: 
                   12045:        * src/main/untaint.C: removed needless const
                   12046: 
                   12047:        * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
                   12048:          String.for_each bug fixed [omited one-char cases]
                   12049: 
                   12050:        * src/include/pa_stack.h: bugfix: before collecting garbage,
                   12051:          runtime-executor stack were cleared... BADLY
                   12052: 
                   12053:        * src/main/pa_string.C: ^stirng.replace code used old
                   12054:          param-convention on langs.append, fixed that search fo the like,
                   12055:          found none
                   12056: 
                   12057:        * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
                   12058:          string::serialize/deserialize implemented Language enum assigned
                   12059:          meaningful letters [more convinient for debugging. read warning
                   12060:          before adding/changing anything]
                   12061: 
                   12062: 2003-09-25  paf
                   12063: 
                   12064:        * src/: include/pa_string.h, include/pa_version.h,
                   12065:          main/pa_string.C, main/untaint.C: templates and anonymous unions
                   12066:          differences on unix
                   12067: 
                   12068:        * parser3.sln, src/classes/file.C, src/classes/image.C,
                   12069:          src/classes/mail.C, src/classes/op.C, src/classes/table.C,
                   12070:          src/classes/xdoc.C, src/classes/xnode.C,
                   12071:          src/include/pa_cache_managers.h, src/include/pa_charset.h,
                   12072:          src/include/pa_charsets.h, src/include/pa_common.h,
                   12073:          src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
                   12074:          src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
                   12075:          src/include/pa_table.h, src/lib/cord/cordbscs.c,
                   12076:          src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
                   12077:          src/lib/cord/include/cord.h, src/main/compile.tab.C,
                   12078:          src/main/compile_tools.h, src/main/pa_charset.C,
                   12079:          src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
                   12080:          src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
                   12081:          src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
                   12082:          src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
                   12083:          src/types/pa_vmail.C, src/types/pa_vmath.C,
                   12084:          src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
                   12085:          src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
                   12086: 
                   12087:        * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
                   12088:          functions aligned to that of eeparser3 look
                   12089: 
                   12090:        * src/lib/cord/cordprnt.c: removed warnings
                   12091: 
                   12092: 2003-09-24  paf
                   12093: 
                   12094:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   12095:          classes/op.C, classes/xdoc.C, classes/xnode.C,
                   12096:          include/pa_cache_managers.h, include/pa_charset.h,
                   12097:          include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
                   12098:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   12099:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   12100:          main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
                   12101:          main/pa_common.C, main/pa_exec.C, main/pa_request.C,
                   12102:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   12103:          main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
                   12104:          types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
                   12105:          types/pa_vstateless_class.h, types/pa_vstatus.C,
                   12106:          types/pa_vxnode.C: v() functions of String::Body,
                   12107:          String::Languages and String itself StringBody->String::Body
                   12108: 
                   12109:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   12110:          lib/cord/include/cord.h: CORD_append_block showed no efficiency =
                   12111:          never optimized anything.  todo: somehow speed up harder cases:
                   12112:          concatenationA+concatenationB when last block of A and first of B
                   12113:          contain same letters
                   12114: 
                   12115:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   12116:          lib/cord/include/cord.h: langs: speed up by joining adjucent
                   12117:          blocks of same char [CORD_append_block]
                   12118: 
                   12119:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   12120:          lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
                   12121:          save space by extending blocks when appending block with c ==
                   12122:          lastblock.c
                   12123: 
                   12124:        * src/: include/pa_string.h, main/pa_string.C: aval is not actually
                   12125:          working yet :( but more working &understood :)
                   12126: 
                   12127:        * src/: classes/table.C, include/pa_string.h,
                   12128:          lib/cord/include/cord.h, main/pa_string.C: aval/ works!
                   12129: 
                   12130: 2003-09-23  paf
                   12131: 
                   12132:        * src/main/untaint.C: $a[ok!] $a works!
                   12133: 
                   12134:        * src/main/untaint.C: something even more works :)
                   12135: 
                   12136:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   12137:          something more works :)
                   12138: 
                   12139:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   12140:          lib/cord/cordxtra.c: something already works :)
                   12141: 
                   12142:        * src/: include/pa_string.h, main/untaint.C: just compiled todo:
                   12143:          serialize&deserialize
                   12144: 
                   12145:        * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
                   12146:          lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
                   12147:          main/untaint.C: main idea implemented, details left
                   12148: 
                   12149: 2003-09-22  paf
                   12150: 
                   12151:        * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
                   12152: 
                   12153:        * src/classes/xnode.C: copy/paste comment bugfix
                   12154: 
                   12155:        * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
                   12156:          allocator returns 0, just die.
                   12157:          http://i2/tasks/edit/?id=4570798492410259445
                   12158: 
                   12159:        * src/classes/xdoc.C: copy/paste comment bugfix
                   12160: 
                   12161:        * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
                   12162:          Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
                   12163:          xnode: getAttributeNS setAttributeNS removeAttributeNS
                   12164:          getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
                   12165: 
                   12166:        * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
                   12167:          chars due to bitwise operation signed-char error]
                   12168: 
                   12169: 2003-09-19  paf
                   12170: 
                   12171:        * src/types/pa_wcontext.C: output message: more practical
                   12172:          suggestion
                   12173: 
                   12174:        * src/main/pa_common.C, operators.txt: merged
                   12175:          $f[^file::load[binary;http://...]] $f.tables
                   12176: 
                   12177: 2003-09-02  paf
                   12178: 
                   12179:        * src/main/pa_common.C: printf is buffered, write(1 is not. can't
                   12180:          flush stdout without referencing 'stdout' symbol. to hell with
                   12181:          non-ansi libraries without 'stdout' symbol
                   12182: 
                   12183:        * src/main/pa_common.C: got rid of 'stdout' symbol reference on
                   12184:          unix (users reported problems with some old libc)
                   12185: 
                   12186:        * src/types/pa_vdate.h: forgot initializer
                   12187: 
                   12188: 2003-09-01  paf
                   12189: 
                   12190:        * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
                   12191:          main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
                   12192:          zone]
                   12193: 
                   12194:        * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
                   12195: 
                   12196: 2003-08-19  paf
                   12197: 
                   12198:        * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
                   12199:          pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
                   12200:          simplified a little
                   12201: 
                   12202:        * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
                   12203:          [lost fix from 3.0.8]
                   12204: 
                   12205:        * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{   now
                   12206:          visible here }
                   12207: 
                   12208:          bug fix
                   12209: 
                   12210:        * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
                   12211: 
                   12212:        * src/main/compile.tab.C: initialized couple of variables about
                   12213:          which user reported runtime problems when parser were compiled
                   12214:          with VC7, warning level4.  study shows that later in bison
                   12215:          they've fixed that. would migrate to latest bison someday
                   12216: 
                   12217:        * src/types/pa_vmail.C: turned  off recoding in gmime (were still
                   12218:          recoding headers)
                   12219: 
                   12220:        * src/types/pa_vmail.C: works as before, same charset problems:
                   12221:          gmime recodes to UTF-8 only headers, not body. so not recoding
                   12222:          anything for now
                   12223: 
                   12224:        * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
                   12225:          problems with body
                   12226: 
                   12227:        * src/types/pa_vmail.C: mail_receive just compiled
                   12228: 
                   12229: 2003-08-18  paf
                   12230: 
                   12231:        * src/: classes/classes.vcproj, include/pa_config_fixed.h,
                   12232:          main/main.vcproj, types/types.vcproj: win32: continued process
                   12233:          detaching from \parser3project directory
                   12234: 
                   12235:        * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
                   12236:          src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
                   12237:          src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
                   12238:          src/lib/pcre/pcre_dftables.dsp,
                   12239:          src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
                   12240:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
                   12241:          src/types/types.dsp: moved to MSVC 7
                   12242: 
                   12243:        * gnu.vcproj.vspscc, parser3.vssscc,
                   12244:          src/classes/classes.vcproj.vspscc,
                   12245:          src/lib/cord/cord.vcproj.vspscc,
                   12246:          src/lib/ltdl/libltdl.vcproj.vspscc,
                   12247:          src/lib/md5/md5.vcproj.vspscc,
                   12248:          src/lib/pcre/pcre_dftables.vcproj.vspscc,
                   12249:          src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
                   12250:          src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
                   12251:          src/targets/isapi/parser3isapi.vcproj.vspscc,
                   12252:          src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
                   12253:          moved to MSVC 7
                   12254: 
                   12255:        * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
                   12256:          src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
                   12257:          src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
                   12258:          src/lib/pcre/pcre_dftables.vcproj,
                   12259:          src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
                   12260:          src/targets/cgi/parser3.vcproj,
                   12261:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
                   12262:          new VS project files
                   12263: 
                   12264:        * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
                   12265:          .NET to detect Jalindi Igloo capabilities.
                   12266: 
                   12267:        * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.116     moko     12268:          src/classes/classes.awk, src/doc/footer.htm,
                   12269:          src/include/pa_config_fixed.h, src/include/pa_version.h,
                   12270:          src/lib/Makefile.am, src/main/compile.tab.C,
1.95      moko     12271:          src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
                   12272:          src/types/pa_vmail.C: merged 3.1.0 latest changes
                   12273: 
                   12274: 2003-08-15  paf
                   12275: 
                   12276:        * src/main/untaint.C: email addresses in forms:   "non-ascii" <yyy>
                   12277:          non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
                   12278: 
                   12279:        * src/main/untaint.C: email addresses in forms:   "non-ascii" <yyy>
                   12280:          non-ascii <yyy> now encoded correctly
                   12281: 
                   12282: 2003-07-29  paf
                   12283: 
1.116     moko     12284:        * src/classes/: Makefile.am, classes.awk: classes.awk added to make
                   12285:          dist
1.95      moko     12286: 
                   12287:        * src/types/pa_vmail.C: just started --with-mail-receive
                   12288: 
                   12289: 2003-07-28  paf
                   12290: 
1.116     moko     12291:        * src/: classes/Makefile.am, lib/Makefile.am: removed circular
                   12292:          dependence in src/classes, src/lib/gc now in dist
1.95      moko     12293: 
                   12294:        * src/main/pa_string.C: ^cache bug fix [were not working at all]
                   12295: 
                   12296: 2003-07-25  paf
                   12297: 
                   12298:        * src/doc/footer.htm: year
                   12299: 
                   12300: 2003-07-24  paf
                   12301: 
                   12302:        * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
                   12303:          fix
                   12304: 
                   12305:        * src/include/pa_version.h: release
                   12306: 
1.116     moko     12307:        * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95      moko     12308: 
                   12309:        * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
                   12310:          src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
                   12311:          src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
                   12312:          getting rid of win32xml pseudo project
                   12313: 
                   12314:        * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
                   12315: 
1.116     moko     12316:        * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
                   12317:          configure.in, operators.txt, parser3.dsw,
1.95      moko     12318:          etc/parser3.charsets/koi8-r.cfg,
1.116     moko     12319:          etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95      moko     12320:          src/classes/classes.C, src/classes/classes.awk,
                   12321:          src/classes/classes.dsp, src/classes/classes.h,
                   12322:          src/classes/date.C, src/classes/double.C, src/classes/file.C,
                   12323:          src/classes/form.C, src/classes/hash.C, src/classes/image.C,
                   12324:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   12325:          src/classes/memory.C, src/classes/op.C, src/classes/response.C,
                   12326:          src/classes/string.C, src/classes/table.C, src/classes/void.C,
                   12327:          src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
                   12328:          src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
                   12329:          src/doc/string.dox, src/include/Makefile.am,
1.116     moko     12330:          src/include/pa_array.h, src/include/pa_cache_managers.h,
                   12331:          src/include/pa_charset.h, src/include/pa_charsets.h,
                   12332:          src/include/pa_common.h, src/include/pa_config_auto.h.in,
                   12333:          src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
                   12334:          src/include/pa_dictionary.h, src/include/pa_dir.h,
                   12335:          src/include/pa_exception.h, src/include/pa_exec.h,
                   12336:          src/include/pa_globals.h, src/include/pa_hash.h,
                   12337:          src/include/pa_memory.h, src/include/pa_opcode.h,
                   12338:          src/include/pa_operation.h, src/include/pa_pool.h,
                   12339:          src/include/pa_pragma_pack_begin.h,
1.95      moko     12340:          src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
                   12341:          src/include/pa_request_charsets.h, src/include/pa_request_info.h,
                   12342:          src/include/pa_sapi.h, src/include/pa_socks.h,
                   12343:          src/include/pa_sql_connection.h,
                   12344:          src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
                   12345:          src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
                   12346:          src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
                   12347:          src/include/pa_threads.h, src/include/pa_types.h,
1.116     moko     12348:          src/include/pa_uue.h, src/lib/Makefile.am,
                   12349:          src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
                   12350:          src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
                   12351:          src/lib/cord/cordxtra.c, src/lib/cord/source.url,
                   12352:          src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95      moko     12353:          src/lib/cord/include/ec.h,
                   12354:          src/lib/cord/include/private/Makefile.am,
                   12355:          src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.116     moko     12356:          src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
                   12357:          src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95      moko     12358:          src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.116     moko     12359:          src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
                   12360:          src/main/compile_tools.C, src/main/compile_tools.h,
                   12361:          src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
                   12362:          src/main/pa_cache_managers.C, src/main/pa_charset.C,
                   12363:          src/main/pa_charsets.C, src/main/pa_common.C,
                   12364:          src/main/pa_dictionary.C, src/main/pa_dir.C,
                   12365:          src/main/pa_exception.C, src/main/pa_exec.C,
1.95      moko     12366:          src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
                   12367:          src/main/pa_request.C, src/main/pa_socks.C,
                   12368:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   12369:          src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.116     moko     12370:          src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
                   12371:          src/targets/Makefile.am, src/targets/cgi/Makefile.am,
                   12372:          src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
                   12373:          src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
                   12374:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
                   12375:          src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
                   12376:          src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95      moko     12377:          src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
                   12378:          src/targets/isapi/parser3isapi.dsp,
                   12379:          src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.116     moko     12380:          src/types/pa_junction.h, src/types/pa_method.h,
                   12381:          src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95      moko     12382:          src/types/pa_vclass.C, src/types/pa_vclass.h,
                   12383:          src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
                   12384:          src/types/pa_vcookie.h, src/types/pa_vdate.h,
                   12385:          src/types/pa_vdouble.h, src/types/pa_venv.h,
                   12386:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
                   12387:          src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
                   12388:          src/types/pa_vimage.C, src/types/pa_vimage.h,
                   12389:          src/types/pa_vint.h, src/types/pa_vjunction.h,
                   12390:          src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
                   12391:          src/types/pa_vmath.h, src/types/pa_vmemory.h,
                   12392:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   12393:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   12394:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
                   12395:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   12396:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
                   12397:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
                   12398:          src/types/pa_vstatus.h, src/types/pa_vstring.C,
                   12399:          src/types/pa_vstring.h, src/types/pa_vtable.C,
                   12400:          src/types/pa_vtable.h, src/types/pa_vvoid.h,
                   12401:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   12402:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   12403:          src/types/pa_wcontext.C, src/types/pa_wcontext.h,
                   12404:          src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
                   12405:          HEAD
                   12406: 
                   12407:        * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
                   12408:          006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
                   12409:          012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
                   12410:          018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
                   12411:          023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
                   12412:          029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
                   12413:          035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
                   12414:          041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
                   12415:          047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
                   12416:          052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
                   12417:          058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
                   12418:          062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
                   12419:          068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
                   12420:          074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
                   12421:          080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
                   12422:          086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
                   12423:          092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
                   12424:          098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
                   12425:          103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
                   12426:          106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
                   12427:          111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
                   12428:          117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
                   12429:          123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
                   12430:          129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
                   12431:          135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
                   12432:          141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
                   12433:          022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
                   12434:          outputs/create-dir, results/001.processed, results/002.processed,
                   12435:          results/003.processed, results/004.processed,
                   12436:          results/005.processed, results/006.processed,
                   12437:          results/007.processed, results/008.processed,
                   12438:          results/009.processed, results/010.processed,
                   12439:          results/011.processed, results/012.processed,
                   12440:          results/013.processed, results/014.processed,
                   12441:          results/015.processed, results/016.processed,
                   12442:          results/017.processed, results/018.processed,
                   12443:          results/019.processed, results/020.processed,
                   12444:          results/021.processed, results/022.processed,
                   12445:          results/023.processed, results/024.processed,
                   12446:          results/025.processed, results/026.processed,
                   12447:          results/027.processed, results/028.processed,
                   12448:          results/029.processed, results/030.processed,
                   12449:          results/031.processed, results/032.processed,
                   12450:          results/033.processed, results/034.processed,
                   12451:          results/035.processed, results/036.processed,
                   12452:          results/037.processed, results/038.processed,
                   12453:          results/039.processed, results/040.processed,
                   12454:          results/041.processed, results/042.processed,
                   12455:          results/043.processed, results/044.processed,
                   12456:          results/045.processed, results/046.processed,
                   12457:          results/047.processed, results/048.processed,
                   12458:          results/049.processed, results/050.processed,
                   12459:          results/051.processed, results/052.processed,
                   12460:          results/053.processed, results/054.processed,
                   12461:          results/055.processed, results/056.processed,
                   12462:          results/057.processed, results/058.processed,
                   12463:          results/059.processed, results/060.processed,
                   12464:          results/061.processed, results/062.processed,
                   12465:          results/063.processed, results/064.processed,
                   12466:          results/065.processed, results/066.processed,
                   12467:          results/067.processed, results/068.processed,
                   12468:          results/069.processed, results/070.processed,
                   12469:          results/071.processed, results/072.processed,
                   12470:          results/073.processed, results/074.processed,
                   12471:          results/075.processed, results/076.processed,
                   12472:          results/077.processed, results/078.processed,
                   12473:          results/079.processed, results/080.processed,
                   12474:          results/081.processed, results/082.processed,
                   12475:          results/083.processed, results/084.processed,
                   12476:          results/085.processed, results/086.processed,
                   12477:          results/087.processed, results/088.processed,
                   12478:          results/089.processed, results/090.processed,
                   12479:          results/091.processed, results/092.processed,
                   12480:          results/093.processed, results/094.processed,
                   12481:          results/095.processed, results/096.processed,
                   12482:          results/097.processed, results/098.processed,
                   12483:          results/099.processed, results/100.processed,
                   12484:          results/101.processed, results/102.processed,
                   12485:          results/103.processed, results/104.processed,
                   12486:          results/105.processed, results/106.processed,
                   12487:          results/107.processed, results/108.processed,
                   12488:          results/109.processed, results/110.processed,
                   12489:          results/111.processed, results/112.processed,
                   12490:          results/113.processed, results/114.processed,
                   12491:          results/115.processed, results/116.processed,
                   12492:          results/117.processed, results/118.processed,
                   12493:          results/119.processed, results/120.processed,
                   12494:          results/121.processed, results/122.processed,
                   12495:          results/123.processed, results/124.processed,
                   12496:          results/125.processed, results/126.processed,
                   12497:          results/127.processed, results/128.processed,
                   12498:          results/129.processed, results/130.processed,
                   12499:          results/131.processed, results/132.processed,
                   12500:          results/133.processed, results/134.processed,
                   12501:          results/135.processed, results/136.processed,
                   12502:          results/137.processed, results/138.processed,
                   12503:          results/139.processed, results/140.processed,
                   12504:          results/141.processed: merged(copied) to HEAD from template_gc
                   12505: 
                   12506:        * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
                   12507:          towards \parser3project not having to be in root
                   12508: 
                   12509:        * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
                   12510:          module compiled [were minor unnecessary changes in lib/md5
                   12511:          interface]
                   12512: 
                   12513:        * src/include/pa_version.h: release
                   12514: 
                   12515:        * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
                   12516: 
                   12517:        * src/classes/math.C: merged uuid bugfix
                   12518: 
                   12519:        * tests/: 141.html, results/141.processed: fixed bug with
                   12520:          too-small-a-buffer
                   12521: 
                   12522:        * src/classes/math.C: uuid bugfix
                   12523: 
                   12524:        * tests/: 141.html, Makefile, results/005.processed,
                   12525:          results/030.processed, results/075.processed,
                   12526:          results/078.processed: to reflect date format change (were -
                   12527:          become ' ')
                   12528: 
                   12529:        * src/classes/math.C: uuid bugfix
                   12530: 
                   12531:        * parser3.dsw, src/main/pa_globals.C: few paths for libxml
                   12532:          debug/release changes
                   12533: 
                   12534:        * src/lib/md5/pa_md5c.c: PA_ -> pa_
                   12535: 
                   12536: 2003-07-23  paf
                   12537: 
                   12538:        * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
                   12539:          renamed a little [to move to comman naming conv]
                   12540: 
1.116     moko     12541:        * src/targets/Makefile.am: apache13 splitted to simplify apache
                   12542:          build
1.95      moko     12543: 
                   12544:        * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
                   12545:          main/pa_request.C, main/pa_sql_driver_manager.C,
                   12546:          main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
                   12547:          stack top_index() fixed
                   12548: 
                   12549:        * src/main/pa_globals.C: minor style changes
                   12550: 
                   12551:        * src/: classes/op.C, include/pa_sql_connection.h: connection
                   12552:          closing/caching fixed [connections were not closed/put to cache]
                   12553: 
                   12554: 2003-07-22  paf
                   12555: 
                   12556:        * INSTALL: gc part updated stightly
                   12557: 
                   12558:        * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
                   12559:          new sapi interface
                   12560: 
                   12561:        * src/classes/file.C: comment on OS
                   12562: 
                   12563:        * src/main/pa_string.C: removed reduntant invariant check [there is
                   12564:          one deeper in cord lib]
                   12565: 
                   12566:        * src/main/pa_exec.C: on win32 bugfix in handling shbang
                   12567: 
                   12568:        * src/main/pa_memory.C: out of memory is no longer coredump
                   12569: 
                   12570:        * INSTALL: disable-threads adviced
                   12571: 
                   12572: 2003-07-21  paf
                   12573: 
1.116     moko     12574:        * src/classes/Makefile.am: removed circular dependency on classes.C
1.95      moko     12575: 
                   12576:        * src/classes/file.C: file::exec/cgi environment variables now must
                   12577:          be UPPERCASE and A-Z 0-9 _-
                   12578: 
                   12579:        * src/classes/file.C: env passing fixed
                   12580: 
                   12581:        * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
                   12582: 
                   12583:        * src/main/pa_common.C: http:// CRLF now
                   12584: 
                   12585: 2003-07-02  paf
                   12586: 
                   12587:        * operators.txt, src/types/pa_vstatus.C: renamed $memory:status
                   12588:          fields to reflect their real meaning
                   12589: 
                   12590: 2003-06-27  paf
                   12591: 
                   12592:        * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
                   12593:          include/pa_hash.h, main/pa_charset.C: merged from HEAD
                   12594:          file::exec/cgi .charset
                   12595: 
                   12596: 2003-06-26  paf
                   12597: 
                   12598:        * ChangeLog, src/classes/file.C, src/classes/hash.C,
                   12599:          src/classes/image.C, src/classes/op.C, src/classes/string.C,
                   12600:          src/classes/table.C: fixed several uninitialized local
                   12601:          structures.  notably ^hash.foreach now inserts delimiters
                   12602:          properly [were inserting it before first body]
                   12603: 
                   12604: 2003-06-24  paf
                   12605: 
                   12606:        * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
                   12607: 
                   12608: 2003-06-20  paf
                   12609: 
                   12610:        * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
                   12611:          src/main/pa_globals.C: introducing
                   12612:          $f[^file::load[binary;http://...]] $f.tables
                   12613: 
                   12614: 2003-06-06  paf
                   12615: 
                   12616:        * src/types/: pa_vhash.h: $hash.field lookup first now: along with
                   12617:          table. [were method lookup: inconsistent]
                   12618: 
                   12619: 2003-06-02  paf
                   12620: 
                   12621:        * src/include/pa_memory.h: empty string clone fixed to return
                   12622:          writable memory
                   12623: 
                   12624:        * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
                   12625:          were not appended] which violated string invariant
                   12626: 
                   12627: 2003-05-30  paf
                   12628: 
                   12629:        * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
                   12630:          GMT  ; RFC 822, updated by RFC 1123 [as in HEAD]
                   12631: 
                   12632:        * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
                   12633:          GMT  ; RFC 822, updated by RFC 1123
                   12634: 
                   12635:        * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
                   12636:          targets/isapi/parser3isapi.C: initialized request_info properly
                   12637: 
                   12638:        * src/classes/xnode.C: found minor bug, commended for future
                   12639: 
                   12640: 2003-05-28  paf
                   12641: 
                   12642:        * src/classes/form.C: request_info.content_length can't be <0,
                   12643:          size_t for some time
                   12644: 
                   12645: 2003-05-26  paf
                   12646: 
                   12647:        * src/: classes/file.C, classes/string.C, main/pa_string.C: few
                   12648:          forgotten <0 changed to !=STRING_NOT_FOUND
                   12649: 
                   12650:        * src/classes/math.C: merged ffffu from HEAD
                   12651: 
                   12652: 2003-05-11  paf
                   12653: 
                   12654:        * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
                   12655: 
                   12656:        * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
                   12657:          premature doc free.  transformed document had xmlDoc reference
                   12658:          stored to non-gc-memory (libgdome) added holding-reference
                   12659: 
                   12660: 2003-04-29  paf
                   12661: 
                   12662:        * src/main/pa_globals.C: started digging on double free.  on win32
                   12663:          found that that's perfectly normal.
                   12664: 
                   12665: 2003-04-25  paf
                   12666: 
                   12667:        * src/classes/table.C: table.join bug fix  [bad limit check]
                   12668: 
                   12669:        * src/classes/math.C: merged from HEAD: simpiler hash_string
                   12670: 
                   12671:        * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
                   12672:          print anything.  changed to quicker and simplier code
                   12673: 
                   12674:        * src/classes/hash.C: allowed ^hash::create[^rem{xxx}]   [were to
                   12675:          strict a check]
                   12676: 
                   12677:        * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
                   12678: 
                   12679: 2003-04-24  paf
                   12680: 
                   12681:        * src/include/pa_table.h: too strict assert loosened
                   12682: 
                   12683:        * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
                   12684:          <soldis@infolio.ru> for reporing this ansi c fiolation syntax
                   12685:          report
                   12686: 
                   12687: 2003-04-21  paf
                   12688: 
1.116     moko     12689:        * src/targets/cgi/Makefile.am: pp3 added to .am
1.95      moko     12690: 
                   12691:        * src/main/pa_globals.C: pcre memory management changed to use GC
                   12692:          memory
                   12693: 
                   12694:        * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
                   12695:          xmlMallocAtomic [author agreed to my suggestion], used that
                   12696: 
                   12697:        * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
                   12698: 
                   12699:        * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
                   12700:          types/pa_vmail.C: attributed_meaning_to_string added
                   12701:          L_UNSPECIFIED piece which was sortof OK, but violated string
                   12702:          invariant [assertion barked on that] changed to L_PASS_APPEND,
                   12703:          made that param obligatory
                   12704: 
                   12705:        * src/main/pa_string.C: String::ArrayFragment::append_positions bug
                   12706:          fixed [assert helped]
                   12707: 
                   12708:        * src/include/pa_string.h: assert added [looking for bug]
                   12709: 
                   12710:        * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
                   12711:          names on Win32 considered disk-global
                   12712: 
                   12713:        * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
                   12714:          considered disk-global
                   12715: 
                   12716: 2003-04-18  paf
                   12717: 
                   12718:        * src/main/untaint.C: merged from HEAD: enabled '~' letter in
                   12719:          filenames
                   12720: 
                   12721:        * src/main/untaint.C: enabled '~' letter in filenames
                   12722: 
                   12723: 2003-04-16  paf
                   12724: 
                   12725:        * src/classes/file.C: small bug introduced in autoptr times fixed
                   12726: 
                   12727:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
                   12728:          HEAD
                   12729: 
1.116     moko     12730:        * src/classes/table.C: fix: gcc reported tiny error
1.95      moko     12731: 
                   12732: 2003-04-15  paf
                   12733: 
                   12734:        * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
                   12735:          src/lib/md5/pa_md5c.c, tests/141.html,
                   12736:          tests/results/141.processed: merged from head ^math:uuid[]
                   12737:          ^math:uid64[] ^math:md5[string]
                   12738: 
                   12739:          test added: 141.html
                   12740: 
                   12741:        * operators.txt, src/classes/math.C: ^math:uid64[]
                   12742: 
                   12743:        * src/classes/math.C: ^math:uuid[]
                   12744: 
                   12745:        * operators.txt, src/classes/math.C: ^math:uuid[]
                   12746: 
                   12747:        * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
                   12748:          src/lib/md5/pa_md5c.c: ^math:md5[string] 16-byte digest
                   12749: 
                   12750:        * operators.txt, src/classes/file.C, src/include/pa_common.h,
                   12751:          src/include/pa_config_fixed.h, src/main/pa_common.C:
                   12752:          ^file::load[mode;name;     $.offset     $.limit
                   12753: 
                   12754: 2003-04-14  paf
                   12755: 
                   12756:        * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
                   12757:          started ^math:md5
                   12758: 
                   12759:        * src/classes/table.C, src/include/pa_array.h,
                   12760:          src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
                   12761:          tests/results/140.processed: table $.reverse option works in
                   12762:          create&co table $.distinct[tables] bug fix merged
                   12763: 
                   12764:        * src/: classes/table.C, include/pa_table.h: table
                   12765:          $.distinct[tables] bug fixed
                   12766: 
                   12767:        * src/classes/table.C: more warnings
                   12768: 
                   12769:        * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
                   12770:          removed checks in table::set_current, moved them back to
                   12771:          table::locate implemented table::create/join ñ $.reverse
                   12772: 
                   12773:        * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
                   12774:          removed checks in table::set_current, moved them back to
                   12775:          table::locate
                   12776: 
                   12777: 2003-04-11  paf
                   12778: 
                   12779:        * operators.txt, src/classes/date.C, src/classes/table.C,
                   12780:          src/include/pa_array.h, src/include/pa_common.h,
                   12781:          src/include/pa_config_includes.h, src/include/pa_string.h,
                   12782:          src/include/pa_table.h, src/main/pa_request.C,
                   12783:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   12784:          src/main/pa_table.C: merged from HEAD from
                   12785:          before_append_array_limit_sense_change to
                   12786:          after_append_array_limit_sense_change
                   12787: 
                   12788:        * src/classes/table.C: typo
                   12789: 
                   12790:        * operators.txt, src/classes/date.C, src/classes/table.C,
                   12791:          src/include/pa_array.h, src/include/pa_common.h,
                   12792:          src/include/pa_config_includes.h, src/include/pa_globals.h,
                   12793:          src/include/pa_table.h, src/main/pa_array.C,
                   12794:          src/main/pa_globals.C, src/main/pa_request.C,
                   12795:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   12796:          src/main/pa_table.C: append_array_limit_sense_change locate
                   12797:          accepts options same as create new option: $.reverse(1)   [do not
                   12798:          work in table::create]
                   12799: 
                   12800:        * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
                   12801:          (stat xxx,
                   12802: 
                   12803:        * src/classes/: table.C: typo
                   12804: 
                   12805:        * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
                   12806:          135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
                   12807:          results/130.processed, results/131.processed,
                   12808:          results/132.processed, results/133.processed,
                   12809:          results/134.processed, results/135.processed,
                   12810:          results/136.processed, results/137.processed,
                   12811:          results/138.processed, results/139.processed: added few mustfail
                   12812:          tests 130.html mustfail: empty regexp 131.html mustfail: invalid
                   12813:          date/time 132.html mustfail: access to junction outside of
                   12814:          context 133.html mustfail: access to junction outside of context,
                   12815:          case version 134.html mustfail: hash: adding a key inside of
                   12816:          foreach 135.html mustfail: modifying system class 136.html
                   12817:          mustfail: $.name outside of $hash[here] 137.html mustfail:
                   12818:          appendChild without import 138.html mustfail: invalid encoding
                   12819:          inside of xml 139.html mustfail: bad XPath
                   12820: 
                   12821:        * operators.txt, src/classes/table.C, tests/084.html,
                   12822:          tests/125.html, tests/126.html, tests/127.html, tests/128.html,
                   12823:          tests/129.html, tests/results/125.processed,
                   12824:          tests/results/126.processed, tests/results/127.processed,
                   12825:          tests/results/128.processed, tests/results/129.processed: merged
                   12826:          from HEAD ^table.hash[key][$.distinct[tables]]
                   12827: 
                   12828:          maked appropriate tests [changed one old nonconforming]
                   12829: 
                   12830:        * operators.txt, src/classes/table.C:
                   12831:          ^table.hash[key][$.distinct[tables]]
                   12832: 
                   12833:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
                   12834:          merged fix for found very old xml (dom) bug: were passing
                   12835:          domString objects and later ERROREOUSLY freed them
                   12836: 
                   12837:        * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
                   12838:          src/main/pa_charset.C: re-added libgdome patch. regretfully
                   12839:          libgdome bug can not be worked around
                   12840: 
                   12841: 2003-04-10  paf
                   12842: 
                   12843:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
                   12844:          found very old xml (dom) bug: were passing domString objects and
                   12845:          later ERROREOUSLY freed them
                   12846: 
                   12847:        * src/doc/string.dox, src/include/pa_memory.h,
                   12848:          src/include/pa_string.h, src/lib/cord/cordbscs.c,
                   12849:          src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
                   12850:          tests/123.html, tests/124.html, tests/results/001.processed,
                   12851:          tests/results/002.processed, tests/results/003.processed,
                   12852:          tests/results/004.processed, tests/results/005.processed,
                   12853:          tests/results/006.processed, tests/results/008.processed,
                   12854:          tests/results/009.processed, tests/results/010.processed,
                   12855:          tests/results/011.processed, tests/results/012.processed,
                   12856:          tests/results/013.processed, tests/results/014.processed,
                   12857:          tests/results/015.processed, tests/results/016.processed,
                   12858:          tests/results/017.processed, tests/results/018.processed,
                   12859:          tests/results/020.processed, tests/results/021.processed,
                   12860:          tests/results/022.processed, tests/results/023.processed,
                   12861:          tests/results/024.processed, tests/results/025.processed,
                   12862:          tests/results/026.processed, tests/results/027.processed,
                   12863:          tests/results/028.processed, tests/results/029.processed,
                   12864:          tests/results/030.processed, tests/results/031.processed,
                   12865:          tests/results/032.processed, tests/results/033.processed,
                   12866:          tests/results/034.processed, tests/results/035.processed,
                   12867:          tests/results/036.processed, tests/results/037.processed,
                   12868:          tests/results/038.processed, tests/results/039.processed,
                   12869:          tests/results/040.processed, tests/results/041.processed,
                   12870:          tests/results/042.processed, tests/results/043.processed,
                   12871:          tests/results/044.processed, tests/results/045.processed,
                   12872:          tests/results/046.processed, tests/results/047.processed,
                   12873:          tests/results/048.processed, tests/results/049.processed,
                   12874:          tests/results/050.processed, tests/results/051.processed,
                   12875:          tests/results/052.processed, tests/results/053.processed,
                   12876:          tests/results/054.processed, tests/results/055.processed,
                   12877:          tests/results/056.processed, tests/results/057.processed,
                   12878:          tests/results/058.processed, tests/results/059.processed,
                   12879:          tests/results/060.processed, tests/results/061.processed,
                   12880:          tests/results/062.processed, tests/results/063.processed,
                   12881:          tests/results/064.processed, tests/results/065.processed,
                   12882:          tests/results/066.processed, tests/results/067.processed,
                   12883:          tests/results/068.processed, tests/results/069.processed,
                   12884:          tests/results/070.processed, tests/results/071.processed,
                   12885:          tests/results/072.processed, tests/results/073.processed,
                   12886:          tests/results/074.processed, tests/results/075.processed,
                   12887:          tests/results/076.processed, tests/results/077.processed,
                   12888:          tests/results/078.processed, tests/results/079.processed,
                   12889:          tests/results/080.processed, tests/results/081.processed,
                   12890:          tests/results/082.processed, tests/results/083.processed,
                   12891:          tests/results/084.processed, tests/results/085.processed,
                   12892:          tests/results/086.processed, tests/results/087.processed,
                   12893:          tests/results/088.processed, tests/results/089.processed,
                   12894:          tests/results/090.processed, tests/results/091.processed,
                   12895:          tests/results/092.processed, tests/results/093.processed,
                   12896:          tests/results/094.processed, tests/results/095.processed,
                   12897:          tests/results/096.processed, tests/results/097.processed,
                   12898:          tests/results/101.processed, tests/results/102.processed,
                   12899:          tests/results/104.processed, tests/results/105.processed,
                   12900:          tests/results/106.processed, tests/results/107.processed,
                   12901:          tests/results/108.processed, tests/results/109.processed,
                   12902:          tests/results/110.processed, tests/results/111.processed,
                   12903:          tests/results/112.processed, tests/results/113.processed,
                   12904:          tests/results/114.processed, tests/results/115.processed,
                   12905:          tests/results/116.processed, tests/results/117.processed,
                   12906:          tests/results/118.processed, tests/results/119.processed,
                   12907:          tests/results/120.processed, tests/results/121.processed,
                   12908:          tests/results/122.processed, tests/results/123.processed,
                   12909:          tests/results/124.processed: new convention: char* never 0.
                   12910:          assert in cord on that
                   12911: 
                   12912:        * src/main/pa_charset.C: couple more asserts
                   12913: 
                   12914:        * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
                   12915:          speedup
                   12916: 
                   12917:        * src/main/pa_charset.C: couple assertions on fantastic situations
                   12918:          added [may be those is the case now?]
                   12919: 
                   12920:        * src/main/pa_charset.C: bugfix on memory buffer overrun [but
                   12921:          that's memory from gc_malloc, not from g_malloc :(, but would
                   12922:          hope]
                   12923: 
                   12924:        * src/main/pa_charset.C: bugfix on memory buffer overrun [but
                   12925:          that's memory from gc_malloc, not from g_malloc :(, but would
                   12926:          hope]
                   12927: 
                   12928:        * src/main/pa_charset.C: checked custom malloc for returning 0
                   12929: 
                   12930: 2003-04-09  paf
                   12931: 
                   12932:        * src/classes/date.C: merged ^date.roll changes
                   12933: 
                   12934:        * src/classes/date.C: ^date.roll bug fix
                   12935: 
                   12936:        * src/classes/date.C: ^date.roll now throws less errors: month
                   12937:          shifts handles end of month situation by reducing day number
                   12938:          hour-hole shift reduces hour to recover
                   12939: 
                   12940:        * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
                   12941:          Sort by function time
                   12942: 
                   12943:        * operators.txt, src/main/pa_charset.C, src/main/pa_common.C:
                   12944:          http://   $.charset[] param done
                   12945: 
                   12946:        * tests/: 122.html, results/122.processed: 122 date test <= and ==
                   12947:          added [after volatile fix. passes on win&intel-solaris]
                   12948: 
                   12949: 2003-04-08  paf
                   12950: 
                   12951:        * src/: classes/file.C, classes/op.C, classes/table.C,
                   12952:          classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
                   12953:          include/pa_common.h, include/pa_request_charsets.h,
                   12954:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   12955:          main/pa_exec.C, main/pa_request.C, main/untaint.C,
                   12956:          types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
                   12957:          types/pa_vresponse.C: started http://   $.charset[] param and
                   12958:          http response charset detection just compiled.  todo:test
                   12959: 
                   12960:        * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
                   12961: 
                   12962:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
                   12963:          main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
                   12964:          types/pa_vmail.C: changed transcode param converntion  along with
                   12965:          string creating convention -- all strings are zero-terminated,
                   12966:          this allowed to fix one remaining String("123", 2) case
                   12967: 
                   12968:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   12969:          classes/op.C, classes/string.C, classes/table.C,
                   12970:          include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
                   12971:          main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
                   12972:          main/pa_request.C, main/pa_string.C, main/pa_uue.C,
                   12973:          main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
                   12974:          types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
                   12975:          violated String::invariant. started fixing [not compiled now]
                   12976: 
                   12977:        * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
                   12978:          main/compile.tab.C, main/compile.y, main/pa_string.C,
                   12979:          main/untaint.C, targets/cgi/parser3.C: number of string style
                   12980:          improvements & optimizations
                   12981: 
                   12982:        * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
                   12983:          :(]
                   12984: 
                   12985:        * src/main/untaint.C: removed redundant & in CORD_pos param passing
                   12986:          [for it's a pointer really]
                   12987: 
                   12988:        * src/main/untaint.C: CORD_pos_advance turned out to have limit on
                   12989:          'n' param. worked that around
                   12990: 
                   12991:        * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
                   12992:          Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
                   12993:          <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
                   12994:          April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
                   12995:          cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
                   12996: 
                   12997:          Thanks for the bug report and patch.
                   12998: 
                   12999:          I hadn't looked at this code in a while.  Reading it now, it
                   13000:          seems to me that the tests should also be ">= MAX_DEPTH" to
                   13001:          comply with the invariant, though that may not matter a lot.  I
                   13002:          changed that, too.
                   13003: 
                   13004:          Hans
                   13005: 
                   13006: 2003-04-07  paf
                   13007: 
                   13008:        * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
                   13009:          merged from head:safe mode error message now includes numbers
                   13010: 
                   13011:        * src/main/execute.C: n-th attempt to make a=a work with double.
                   13012:          problem: as_double returns it's result in fp-register compiler
                   13013:          optimizes access to that register after b->as_double, and just
                   13014:          compares ALREADY_STORED_VALUE with prev-calculated a->as_double
                   13015:          from memory.  _SAME_ double values do not match here.  when
                   13016:          forced to REload fp-register, values do match.
                   13017: 
                   13018:          tried to make them volatile.
                   13019: 
                   13020:        * src/main/execute.C: n-th attempt to make a=a work with double.
                   13021:          problem: as_double returns it's result in fp-register compiler
                   13022:          optimizes access to that register after b->as_double, and just
                   13023:          compares ALREADY_STORED_VALUE with prev-calculated a->as_double
                   13024:          from memory.  _SAME_ double values do not match here.  when
                   13025:          forced to REload fp-register, values do match.
                   13026: 
                   13027:          tried to make them volatile.
                   13028: 
                   13029:        * src/types/pa_vobject.h: small style change
                   13030: 
                   13031:        * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
                   13032: 
                   13033:        * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
                   13034:          mode error message now includes numbers
                   13035: 
                   13036:        * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
                   13037:          now causes death
                   13038: 
                   13039: 2003-04-04  paf
                   13040: 
                   13041:        * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
                   13042:          incorportated pa_exec patch by From: "Victor Fedoseev"
                   13043:          <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
                   13044:          Sent: Thursday, January 23, 2003 9:14 AM
                   13045: 
                   13046:          huge speedup on ^file::cgi with big result
                   13047: 
                   13048:        * src/classes/table.C: sort table with 0 rows bug fixed
                   13049: 
                   13050:        * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
                   13051:          fix http://i2/tasks/edit/?id=4493701604654042676
                   13052: 
                   13053:          @main[] $with_default[  $.a[1]  $._default[default from
                   13054:          with_default] ] ^show[$with_default]
                   13055: 
                   13056:          $to_add_to[     $.b[2] ] ^to_add_to.add[$with_default]
                   13057:          =$to_add_to.xxx=<br>
                   13058: 
                   13059:          ^show[$to_add_to]
                   13060: 
                   13061:          $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
                   13062:          ^show[$cloned]
                   13063: 
                   13064:          @show[hash] ^hash.foreach[k;v]{         $k = $v <br>
                   13065: 
                   13066:          }  <hr>
                   13067: 
                   13068:        * src/classes/hash.C: $hash._default showed in foreach & co bug fix
                   13069:          http://i2/tasks/edit/?id=4493701604654042676
                   13070: 
                   13071:          @main[] $with_default[  $.a[1]  $._default[default from
                   13072:          with_default] ] ^show[$with_default]
                   13073: 
                   13074:          $to_add_to[     $.b[2] ] ^to_add_to.add[$with_default]
                   13075:          =$to_add_to.xxx=<br>
                   13076: 
                   13077:          ^show[$to_add_to]
                   13078: 
                   13079:          $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
                   13080:          ^show[$cloned]
                   13081: 
                   13082:          @show[hash] ^hash.foreach[k;v]{         $k = $v <br>
                   13083: 
                   13084:          }  <hr>
                   13085: 
                   13086:        * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
                   13087:          http://i2/tasks/edit/?id=4507350336410850921
                   13088: 
                   13089:        * src/classes/xdoc.C: memory allocation func bugfix
                   13090:          http://i2/tasks/edit/?id=4499303470368629745
                   13091: 
                   13092:        * src/classes/math.C: allowed random 1...
                   13093: 
                   13094:        * src/classes/math.C: allowed random 0..
                   13095: 
                   13096:        * src/main/pa_globals.C: exif mem leak
                   13097:          http://i2/tasks/edit/?id=4480590323629807263
                   13098: 
                   13099:        * src/: classes/classes.dsp, main/main.dsp,
                   13100:          targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
                   13101:          fix http://i2/tasks/edit/?id=4493946731322521294
                   13102:          $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
                   13103: 
                   13104:        * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
                   13105:          lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
                   13106:          main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
                   13107:          links to xml libs made relative, no need to unpack parser3project
                   13108:          to /parser3project.
                   13109: 
                   13110:        * src/main/: compile.tab.C, compile.y, compile_tools.h: error
                   13111:          column more precise - tab handling bug fixed
                   13112: 
                   13113:        * src/main/: compile.tab.C, compile.y: more understandable error
                   13114:          message in case @CLASS with more then one line inside
                   13115: 
                   13116:        * src/targets/cgi/parser3.C: more understandable error message in
                   13117:          case of errors in @unhandled_exception
                   13118: 
                   13119: 2003-04-03  paf
                   13120: 
                   13121:        * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
                   13122:          src/main/compile.tab.C, src/main/compile.y,
                   13123:          src/main/compile_tools.C, src/main/compile_tools.h,
                   13124:          src/main/execute.C, src/main/pa_request.C: debug info format
                   13125:          simplified, now it's: OP_VALUE Operation::Origin << here value*
                   13126: 
                   13127:          higher limits:   file number (max: 255)   line number (max:
                   13128:          64535)   column number (max: 255)
                   13129: 
                   13130:        * src/classes/math.C: top limit
                   13131: 
                   13132:        * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
                   13133:          precise parse error position in case of
                   13134: 
                   13135:          ^bug ]
                   13136: 
                   13137:        * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
                   13138:          changed to realities, and passed [bug fixed]
                   13139: 
                   13140:        * src/: classes/op.C, include/pa_request.h, main/compile.C,
                   13141:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                   13142:          main/compile_tools.h, main/pa_request.C: introducing
                   13143:          ^process...[main-method-alias]
                   13144: 
                   13145:        * src/: classes/date.C, classes/image.C, classes/op.C,
                   13146:          classes/string.C, classes/table.C, classes/xdoc.C,
                   13147:          types/pa_vmethod_frame.h: MethodParams& now [methods without
                   13148:          params receive zero reference, but they are expected not to look
                   13149:          there]
                   13150: 
                   13151:        * operators.txt, src/classes/date.C, src/classes/double.C,
                   13152:          src/classes/file.C, src/classes/hash.C, src/classes/image.C,
                   13153:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   13154:          src/classes/memory.C, src/classes/op.C, src/classes/response.C,
                   13155:          src/classes/string.C, src/classes/table.C, src/classes/void.C,
                   13156:          src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
                   13157:          src/main/execute.C, src/types/pa_method.h: MethodParams& now
                   13158:          [methods without params receive zero reference, but they are
                   13159:          expected not to look there]
                   13160: 
                   13161:        * operators.txt, src/classes/op.C, src/include/pa_request.h,
                   13162:          src/main/pa_request.C, src/types/pa_vmethod_frame.h:
                   13163:          ^process...[filename] useful for better error reporting
                   13164:          [file/line/col]
                   13165: 
                   13166:        * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
                   13167:          types/pa_vstring.h: slightly improved error messages text: 1. is
                   13168:          '%s', it 2. method undefined in case of ^void[]
                   13169: 
                   13170:        * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
                   13171:          include/pa_types.h, main/execute.C, main/pa_request.C: exception
                   13172:          handling done. now we have error columns todo: test it
                   13173: 
                   13174:        * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
                   13175:          exception when ^try{    ^throw[a;1] }{    ^throw[b;2] }
                   13176: 
                   13177:          this makes life easier: were: bad stack order -- were in
                   13178:          exception catch unwind order, which didn't match execution order
                   13179: 
                   13180:          @main[] ^try{   ^first[] }{     ^throw[c;3] }
                   13181: 
                   13182:          @first[] ^throw[a;1]
                   13183: 
                   13184:          showed throw a first throw b try
                   13185: 
                   13186:          which is no good
                   13187: 
                   13188:        * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
                   13189:          main/compile.tab.C, main/execute.C, main/pa_request.C: strack
                   13190:          trace reset after handled exception [old bug fixed]
                   13191: 
                   13192:        * src/main/: compile.tab.C, compile.y: parse position old bug
                   13193:          fixed.  position reporting made precise [both, in parse erros and
                   13194:          runtime errors]
                   13195: 
                   13196: 2003-04-02  paf
                   13197: 
                   13198:        * src/: include/pa_operation.h, include/pa_request.h,
                   13199:          main/compile.C, main/compile.tab.C, main/compile.y,
                   13200:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   13201:          main/pa_exception.C, main/pa_request.C: debug info: started
                   13202:          using.  todo:complete
                   13203: 
                   13204:        * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
                   13205:          main/compile.C, main/compile.tab.C, main/compile.y,
                   13206:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   13207:          main/pa_request.C: prepared debug info todo:use it
                   13208: 
                   13209:        * src/include/pa_operation.h: strange mistake fixed: forgot to
                   13210:          return Operation class->union after switching from autoptrs.
                   13211: 
                   13212:        * tests/: Makefile, results/108.processed, results/117.processed:
                   13213:          meta considered OK [it's up to coder now to remove it not needed]
                   13214: 
                   13215:        * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
                   13216:          Dictionary constructor when moved to gc]
                   13217: 
                   13218:        * src/main/pa_common.C: uncommented http:// file loading
                   13219: 
                   13220:        * src/include/pa_array.h, src/main/execute.C,
                   13221:          src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
                   13222:          fix [gdGrowingBuf]
                   13223: 
                   13224:        * configure.in, src/lib/Makefile.am: removed patches
                   13225: 
                   13226:        * configure, src/include/pa_config_auto.h.in,
                   13227:          src/main/pa_charset.C: --enable-assertions autoconf-ed
                   13228: 
                   13229:        * src/main/pa_common.C: uncommented http:// file loading
                   13230: 
                   13231:        * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
                   13232:          xdoc::create/load
                   13233: 
                   13234:        * src/: classes/form.C, classes/hash.C, classes/image.C,
                   13235:          classes/string.C, classes/table.C, classes/void.C,
                   13236:          include/pa_common.h, main/pa_common.C, main/pa_request.C,
                   13237:          main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
                   13238:          String::String(str,helper_length) are checked.  found/fixed one
                   13239:          place: $request:body now zero-terminated,
                   13240: 
                   13241:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   13242:          main/compile_tools.C, main/execute.C, types/pa_value.h,
                   13243:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
                   13244:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
                   13245:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   13246:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
                   13247:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
                   13248:          types/pa_vxnode.h: more locally scoped vars in execute (more
                   13249:          easily optimizable)
                   13250: 
                   13251:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
                   13252:          for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
                   13253: 
                   13254:        * src/: include/pa_array.h, include/pa_stack.h,
                   13255:          include/pa_string.h, main/compile_tools.C, main/main.dsp,
                   13256:          main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
                   13257:          become assertion iterator in methodframe filler
                   13258: 
                   13259:        * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
                   13260:          targets/cgi/parser3.C: array::get/put inlined
                   13261: 
                   13262:        * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
                   13263:          gc_substitute_memory_management_functions +installed CORD_oom
                   13264:          function
                   13265: 
                   13266:        * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
                   13267:          src/include/pa_config_includes.h, src/include/pa_string.h,
                   13268:          src/lib/cord/cordbscs.c, src/main/pa_memory.C,
                   13269:          src/targets/cgi/parser3.C: converted debug hacks to ANSI
                   13270:          assertions started configure.in --enable-assertions
                   13271: 
                   13272: 2003-04-01  paf
                   13273: 
                   13274:        * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
                   13275:          main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
                   13276:          types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
                   13277:          gdome uses glib memory, and stores last pointer to xmlDoc there,
                   13278:          gc misses that and collects valid memory fixed by remembering
                   13279:          xmlDoc from dom object in xdoc.  todo: do something with
                   13280:          premature free of xdoc with xnodes/node values referring into it
                   13281: 
                   13282:        * src/classes/: mail.C: typo fix
                   13283: 
                   13284:        * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
                   13285:          changes
                   13286: 
                   13287:        * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
                   13288:          main/pa_memory.C: moved memory debugging to global level: to
                   13289:          pa_gc_malloc
                   13290: 
                   13291:        * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
                   13292:          debugging showed no errors. todo: debug parser memory
                   13293: 
                   13294:        * src/targets/cgi/: parser3.C, parser3.dsp: more build
                   13295:          configurations
                   13296: 
                   13297:        * src/: classes/classes.dsp, include/pa_config_fixed.h,
                   13298:          main/compile.tab.C, main/main.dsp, main/pa_globals.C,
                   13299:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   13300:          types/types.dsp: prepared xml-static configuration
                   13301: 
                   13302: 2003-03-31  paf
                   13303: 
                   13304:        * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
                   13305:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
                   13306:          xml lib memory debugging, simple checks failed: it seems that
                   13307:          library does realloc(bad ptr), and recording those ptrs in heap
                   13308:          [for debugging] was bad: heap situation changes = everything
                   13309:          works fine
                   13310: 
                   13311:        * src/: main/pa_charset.C, include/pa_charset.h: worked around
                   13312:          xmlRegisterCharEncodingHandler limitation [currently imposed
                   13313:          limit of 10 user-defined charsets]
                   13314: 
                   13315: 2003-03-28  paf
                   13316: 
                   13317:        * src/main/execute.C: execution stack copied to local register
                   13318:          variable, removed lots [~2e7) of memory accesses
                   13319: 
                   13320: 2003-03-27  paf
                   13321: 
                   13322:        * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
                   13323:          works in debug, but fails in release todo: fix that
                   13324: 
                   13325:        * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
                   13326:          targets/cgi/parser3.C: forgot to merge XML memory funcs
                   13327:          replacement from gc branch
                   13328: 
                   13329:        * src/main/pa_exec.C: introducing append_help_length [radical
                   13330:          improvement here]
                   13331: 
                   13332:        * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
                   13333:          'not recommened' in gc.h, on win32 noticed no difference]
                   13334: 
                   13335:        * src/include/pa_array.h: returned checked array get [were disabled
                   13336:          for debugging] result:not slower [don't understand that, it were
                   13337:          INLINED] todo: find out a way of inlining it!
                   13338: 
                   13339:        * src/: include/pa_string.h, lib/gc/include/gc.h,
                   13340:          lib/gc/include/gc_fake.h, main/compile.tab.C,
                   13341:          targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
                   13342:          convention changed: all resulting strings are zero-terminated
                   13343: 
                   13344:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   13345:          classes/string.C, classes/table.C, classes/void.C,
                   13346:          include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
                   13347:          lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
                   13348:          main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
                   13349:          main/pa_request.C, main/pa_string.C, main/pa_uue.C,
                   13350:          sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
                   13351:          types/pa_vfile.C, types/pa_vmail.C: introducing
                   13352:          append_help_length [radical improvement here]
                   13353: 
                   13354:        * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
                   13355:          include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
                   13356:          lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
                   13357:          targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
                   13358:          even slower
                   13359: 
                   13360:        * src/: classes/string.C, classes/table.C, include/pa_array.h,
                   13361:          include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
                   13362:          main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
                   13363:          clients of &get(): most to use non-ref version, some[in tight
                   13364:          places] to get_unchecked_ref
                   13365: 
                   13366:        * src/doc/memory.dox: forgot to add
                   13367: 
                   13368:        * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
                   13369:          include/pa_array.h, include/pa_request.h, include/pa_stack.h,
                   13370:          include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
                   13371:          lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
                   13372:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   13373:          main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
                   13374:          targets/cgi/parser3.dsp, types/pa_vmail.C,
                   13375:          types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
                   13376:          T>>&<< removed after Stack::pop wiping removed [moved to separate
                   13377:          func] other Array & removed
                   13378: 
                   13379: 2003-03-26  paf
                   13380: 
                   13381:        * src/: classes/classes.dsp, classes/file.C, classes/op.C,
                   13382:          classes/table.C, include/pa_array.h, include/pa_charset.h,
                   13383:          include/pa_stack.h, include/pa_string.h, include/pa_table.h,
                   13384:          lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
                   13385:          lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
                   13386:          main/main.dsp, main/pa_charset.C, main/pa_common.C,
                   13387:          main/pa_exec.C, main/pa_sql_driver_manager.C,
                   13388:          main/pa_stylesheet_manager.C, main/pa_table.C,
                   13389:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   13390:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   13391:          types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
                   13392:          pre-evaluated .count() in some places
                   13393: 
                   13394:        * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
                   13395:          lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
                   13396:          types/types.dsp: .dsp profiling updated
                   13397: 
                   13398:        * src/: classes/classes.dsp, lib/cord/cord.dsp,
                   13399:          lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
                   13400:          targets/cgi/parser3.dsp, types/types.dsp: started profiling
                   13401: 
                   13402:        * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
                   13403:          main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
                   13404:          targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
                   13405:          use lib/gc,lib/cord
                   13406: 
1.116     moko     13407:        * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
                   13408:          src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95      moko     13409:          src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
                   13410:          src/include/pa_config_includes.h, src/include/pa_request.h,
                   13411:          src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
                   13412:          src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.116     moko     13413:          src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95      moko     13414:          src/lib/cord/include/Makefile.am,
1.116     moko     13415:          src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
                   13416:          src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
                   13417:          src/targets/cgi/Makefile.am, src/types/Makefile.am,
                   13418:          src/types/pa_vclass.h, src/types/pa_vcookie.h,
                   13419:          src/types/pa_vform.h, src/types/pa_vhash.h,
                   13420:          src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
                   13421:          src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
                   13422:          src/types/pa_vstatus.C, src/types/pa_vstatus.h,
                   13423:          src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
                   13424:          funcs ported pa_exec
1.95      moko     13425: 
                   13426:        * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
                   13427: 
                   13428:        * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
                   13429:          bundled gc includes
                   13430: 
                   13431:        * src/: classes/op.C, include/pa_array.h,
                   13432:          include/pa_sql_connection.h, include/pa_string.h,
                   13433:          include/pa_version.h, main/compile.tab.C, main/compile.y,
                   13434:          main/execute.C, main/pa_common.C, main/pa_exception.C,
                   13435:          main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
                   13436:          targets/cgi/parser3.dsp: a number of bugfixes [while testing
                   13437:          first real site (aval)]
                   13438: 
                   13439: 2003-03-25  paf
                   13440: 
                   13441:        * operators.txt, src/main/pa_sql_driver_manager.C,
                   13442:          src/types/pa_vstatus.C: $status.memory used free since_compact
                   13443:          process
                   13444: 
                   13445:        * src/: include/pa_sql_connection.h, main/pa_globals.C,
                   13446:          main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
                   13447: 
                   13448:        * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
                   13449: 
                   13450:        * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
                   13451:          src/types/pa_value.h, src/types/pa_vfile.h,
                   13452:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   13453:          src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
                   13454:          tests/results/121.processed: untaint.C L_URI
                   13455: 
                   13456:        * operators.txt, src/classes/Makefile.am, src/classes/classes.dsp,
                   13457:          src/classes/op.C, src/main/pa_request.C, src/types/Makefile.am,
                   13458:          src/types/pa_venv.h, src/types/types.dsp, src/classes/memory.C,
                   13459:          src/types/pa_vmemory.h: ^memory:compact[]
                   13460: 
                   13461:        * tests/results/109.processed: it was a bug in parser. updated 109
                   13462:          test result
                   13463: 
                   13464:        * src/classes/xdoc.C, tests/Makefile: fixed transform params2
                   13465: 
                   13466:        * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
                   13467:          tests/results/107.processed: fixed dom language [values are now
                   13468:          considered tainted.  it was a bug in parser. updated 107 test
                   13469:          result
                   13470: 
                   13471:        * src/classes/xdoc.C: fixed transform params
                   13472: 
                   13473:        * src/: include/pa_stylesheet_manager.h,
                   13474:          main/pa_stylesheet_manager.C: fixed stylesheet caching
                   13475: 
                   13476:        * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
                   13477:          overloads for structure handling
                   13478: 
                   13479:        * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
                   13480:          include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
                   13481:          StringBody(0) ambiguilty, introducting static
                   13482:          StringBody::Format(int)
                   13483: 
                   13484:        * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
                   13485:          linked
                   13486: 
                   13487:        * src/types/pa_vxdoc.C: vxdoc compiled
                   13488: 
                   13489:        * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
                   13490:          types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
                   13491:          finalizers isntalled
                   13492: 
                   13493:        * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
                   13494:          doc/exception.dox, doc/index.dox, include/pa_charset.h,
                   13495:          include/pa_memory.h, include/pa_request.h, include/pa_string.h,
                   13496:          main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
                   13497:          compiled todo: xnode.C / finalizers
                   13498: 
                   13499:        * src/doc/string.dox: updated: new string internals
                   13500: 
                   13501: 2003-03-24  paf
                   13502: 
                   13503:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   13504:          include/pa_charset.h, include/pa_config_fixed.h,
                   13505:          include/pa_request.h, include/pa_stylesheet_connection.h,
                   13506:          include/pa_stylesheet_manager.h, main/pa_charset.C,
                   13507:          main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
                   13508:          main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
                   13509:          types/pa_vxnode.h: started XML
                   13510: 
                   13511:        * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
                   13512: 
                   13513:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   13514:          include/pa_string.h, main/pa_common.C,
                   13515:          main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
                   13516: 
                   13517:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   13518:          include/pa_memory.h, include/pa_string.h, main/pa_common.C,
                   13519:          main/pa_request.C, main/pa_sql_driver_manager.C,
                   13520:          types/pa_vimage.h: size_t pos everywhere checks changed to check
                   13521:          for eq STRING_NOT_FOUND
                   13522: 
                   13523:        * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
                   13524:          optimize bit implemented
                   13525: 
                   13526:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   13527:          String::ArrayFragment::append_positions fixed
                   13528: 
                   13529:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
                   13530:          String::this_starts fixed
                   13531: 
                   13532:        * src/main/pa_string.C, tests/Makefile: string::pos fixed
                   13533: 
                   13534:        * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
                   13535:          hashcode implemented fully, including per-char callback [it can
                   13536:          be - substr CORD node]
                   13537: 
                   13538:        * src/: include/pa_array.h, main/compile.tab.C: gif encoding
                   13539:          rewritten to rewalloc with 100byte buf ahead
                   13540: 
                   13541:        * src/classes/image.C, src/classes/op.C, src/classes/table.C,
                   13542:          src/include/pa_string.h, src/main/compile.tab.C,
                   13543:          src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
                   13544:          src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
                   13545:          CORD_ec [bad] would rewrite as realloc now
                   13546: 
                   13547:        * src/: classes/date.C, classes/file.C, classes/form.C,
                   13548:          classes/image.C, classes/math.C, classes/op.C, classes/table.C,
                   13549:          include/pa_cache_managers.h, include/pa_charsets.h,
                   13550:          include/pa_common.h, include/pa_request.h,
                   13551:          include/pa_sql_driver_manager.h, include/pa_table.h,
                   13552:          main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
                   13553:          main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
                   13554:          targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
                   13555:          types/pa_vmail.C, types/pa_vmethod_frame.C,
                   13556:          types/pa_vstateless_class.h: 2*2 worked :)
                   13557: 
                   13558:        * parser3.dsw, src/classes/date.C, src/classes/file.C,
                   13559:          src/include/pa_exec.h, src/include/pa_string.h,
                   13560:          src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
                   13561:          passed OK
                   13562: 
                   13563:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   13564:          types/pa_value.C: all linked todo: debug
                   13565: 
                   13566:        * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
                   13567:          types/pa_vstateless_class.C: all compiled.  todo:link
                   13568: 
                   13569:        * src/types/pa_wcontext.C: pa_wcontext.C compiled
                   13570: 
                   13571:        * src/types/pa_vtable.C: pa_vtable.C compiled
                   13572: 
                   13573:        * src/types/pa_vstring.C: pa_vstring.C compiled
                   13574: 
                   13575:        * src/types/pa_vstatus.C: pa_vstatus.C compiled
                   13576: 
                   13577:        * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
                   13578:          pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
                   13579:          pa_vstateless_class.C, pa_vstateless_class.h:
                   13580:          pa_vstateless_class.C compiled
                   13581: 
                   13582:        * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
                   13583:          types/pa_vmath.C: pa_vmail.C compiled
                   13584: 
                   13585:        * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
                   13586: 
                   13587:        * src/types/pa_vform.C: pa_vform.C compiled
                   13588: 
                   13589:        * src/types/pa_vfile.C: pa_vfile.C compiled
                   13590: 
                   13591:        * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
                   13592:          pa_vstateless_class.C: pa_vcookie.C compiled
                   13593: 
                   13594:        * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
                   13595:          types/pa_vhash.h: pa_value.C compiled
                   13596: 
                   13597:        * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
                   13598:          classes.lib main.lib compiled
                   13599: 
                   13600:        * src/classes/void.C: void.C compiled
                   13601: 
                   13602:        * src/: classes/string.C, classes/table.C, include/pa_string.h,
                   13603:          main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
                   13604:          compiled
                   13605: 
                   13606:        * src/: classes/string.C, include/pa_request.h,
                   13607:          include/pa_string.h, main/pa_string.C: string.C compiled
                   13608: 
                   13609:        * src/: classes/op.C, classes/string.C, classes/table.C,
                   13610:          classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
                   13611:          main/pa_request.C, main/pa_string.C: op.C compiled
                   13612: 
                   13613:        * src/classes/: math.C, op.C: math.C compiled
                   13614: 
                   13615:        * src/: classes/mail.C, classes/string.C, classes/table.C,
                   13616:          types/pa_vmail.h: mail.C compiled
                   13617: 
                   13618:        * src/classes/: int.C, table.C: int.C compiled
                   13619: 
                   13620:        * src/: classes/hash.C, classes/image.C, classes/string.C,
                   13621:          classes/table.C, include/pa_memory.h, include/pa_string.h,
                   13622:          main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
                   13623:          compiled
                   13624: 
                   13625:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   13626:          classes/void.C, classes/xdoc.C, include/pa_request.h,
                   13627:          include/pa_sql_connection.h: hash.C compiled
                   13628: 
                   13629:        * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
                   13630:          classes/date.C, classes/double.C, classes/file.C, classes/form.C,
                   13631:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   13632:          classes/math.C, classes/op.C, classes/response.C,
                   13633:          classes/string.C, classes/table.C, classes/void.C,
                   13634:          classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
                   13635:          include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
                   13636:          main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
                   13637:          file.C table.C compiled
                   13638: 
                   13639:        * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
                   13640:          main/untaint.C: main.lib compiled
                   13641: 
                   13642: 2003-03-21  paf
                   13643: 
                   13644:        * src/: classes/op.C, include/pa_cache_managers.h,
                   13645:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   13646:          include/pa_stylesheet_manager.h, main/pa_exception.C,
                   13647:          main/pa_globals.C, main/pa_sql_driver_manager.C,
                   13648:          sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
                   13649:          compiled
                   13650: 
                   13651:        * src/: classes/hash.C, classes/image.C, classes/op.C,
                   13652:          classes/xdoc.C, classes/xnode.C, include/pa_common.h,
                   13653:          include/pa_hash.h, include/pa_request.h, include/pa_string.h,
                   13654:          main/compile.C, main/pa_common.C, main/pa_request.C,
                   13655:          types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
                   13656:          pa_request.C compiled
                   13657: 
                   13658:        * src/: classes/hash.C, classes/mail.C, classes/op.C,
                   13659:          include/pa_request.h, main/execute.C, main/pa_request.C,
                   13660:          types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
                   13661:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
                   13662:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   13663:          types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
                   13664:          compiled
                   13665: 
                   13666:        * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
                   13667:          main/pa_string.C: pa_exec.C compiled [win32 only for now]  todo:
                   13668:          on unix
                   13669: 
                   13670:        * src/: include/pa_charset.h, include/pa_charsets.h,
                   13671:          include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
                   13672:          main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
                   13673:          pa_charsets.C compiled
                   13674: 
                   13675:        * src/: classes/image.C, classes/mail.C, classes/op.C,
                   13676:          include/pa_request.h, include/pa_string.h, main/compile.tab.C,
                   13677:          main/compile.y, main/execute.C, main/pa_common.C,
                   13678:          main/pa_request.C, types/pa_junction.h, types/pa_method.h,
                   13679:          types/pa_vcode_frame.h, types/pa_vimage.h,
                   13680:          types/pa_vmethod_frame.h: execute.C compiled
                   13681: 
                   13682:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   13683:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   13684:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   13685:          classes/op.C, classes/string.C, classes/table.C, classes/void.C,
                   13686:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   13687:          include/pa_cache_managers.h, include/pa_charsets.h,
                   13688:          include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
                   13689:          include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
                   13690:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   13691:          include/pa_stylesheet_connection.h,
                   13692:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   13693:          main/compile.C, main/compile.tab.C, main/compile.y,
                   13694:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   13695:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   13696:          main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
                   13697:          main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
                   13698:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   13699:          types/pa_junction.h, types/pa_method.h, types/pa_value.C,
                   13700:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                   13701:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   13702:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   13703:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   13704:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   13705:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   13706:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
                   13707:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
                   13708:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   13709:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   13710:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   13711:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   13712:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   13713:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   13714:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   13715:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   13716:          types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
                   13717:          [C++ CORD wrapper]
                   13718: 
                   13719:        * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
                   13720: 
                   13721:        * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
                   13722:          $file::exec/cgi[script;    $.charset[this is script's charset]
                   13723: 
                   13724:          command line, env values, input got transcoded before call
                   13725:          stdout, stderr got transcoded after call
                   13726: 
                   13727:        * src/classes/file.C: ^file::exec/cgi now does not pass post data
                   13728:          by default.  use: ^file::exec[...;$.stdin[$request.body]
                   13729: 
                   13730:        * src/main/pa_common.C: } typo bug fix
                   13731: 
                   13732:        * src/main/pa_common.C: } typo bug fix
                   13733: 
                   13734: 2003-03-20  paf
                   13735: 
                   13736:        * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
                   13737:          main/untaint.C: cord bug fix, but still errors todo: clear out
                   13738: 
                   13739:        * src/include/pa_string.h: more tests
                   13740: 
                   13741:        * src/main/pa_string.C: string.pos fixed
                   13742: 
1.116     moko     13743:        * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
                   13744:          ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
                   13745:          pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
                   13746:          pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
                   13747:          replaces
1.95      moko     13748: 
                   13749:        * src/: classes/image.C, include/pa_dictionary.h,
                   13750:          include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
                   13751:          lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
                   13752:          main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
                   13753:          main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
                   13754: 
                   13755:        * src/include/pa_string.h: warning
                   13756: 
                   13757:        * src/include/pa_string.h: this_starts fixed
                   13758: 
                   13759:        * src/: include/pa_string.h, main/pa_string.C: added: assertion on
                   13760:          new String ctor & append params convention
                   13761: 
                   13762:        * src/: classes/file.C, classes/hash.C, classes/image.C,
                   13763:          classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
                   13764:          classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
                   13765:          include/pa_string.h, main/compile.tab.C, main/pa_common.C,
                   13766:          main/pa_exception.C, main/pa_exec.C,
                   13767:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   13768:          main/pa_stylesheet_manager.C, main/untaint.C,
                   13769:          targets/isapi/parser3isapi.C, types/pa_vimage.C,
                   13770:          types/pa_vmail.C: more tests OK
                   13771: 
                   13772:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
                   13773:          include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
                   13774:          gc/exit runned OK
                   13775: 
                   13776:        * src/types/pa_vmail.C: another naming problem: should not name
                   13777:          vars like that: unpredictable close caused problems with later
                   13778:          sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
                   13779:          descriptors missing on startup: stdin; Bad file number
                   13780: 
                   13781:          todo: find out why so many filters(stream) here. probably wrong?
                   13782: 
                   13783:        * src/: include/pa_dictionary.h, include/pa_string.h,
                   13784:          main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
                   13785:          main/untaint.C: test compiled
                   13786: 
                   13787:        * src/: classes/image.C, classes/mail.C, classes/math.C,
                   13788:          classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
                   13789:          include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
                   13790:          lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
                   13791:          lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
                   13792:          lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
                   13793:          main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
                   13794:          main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
                   13795:          main/pa_string.C, main/untaint.C, types/pa_vfile.h,
                   13796:          types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
                   13797: 
                   13798:        * parser3.dsw, src/classes/file.C, src/classes/image.C,
                   13799:          src/classes/op.C, src/classes/string.C, src/classes/table.C,
                   13800:          src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
                   13801:          src/include/pa_memory.h, src/include/pa_request.h,
                   13802:          src/include/pa_request_charsets.h,
                   13803:          src/include/pa_sql_connection.h, src/include/pa_string.h,
                   13804:          src/main/compile.tab.C, src/main/execute.C,
                   13805:          src/main/pa_charset.C, src/main/pa_common.C,
                   13806:          src/main/pa_exception.C, src/main/pa_exec.C,
                   13807:          src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
                   13808:          src/main/pa_stylesheet_manager.C, src/main/untaint.C,
                   13809:          src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
                   13810:          src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
                   13811:          src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
                   13812:          src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
                   13813:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   13814:          src/types/pa_vobject.C, src/types/pa_vresponse.C,
                   13815:          src/types/pa_vstatus.C, src/types/pa_vstring.C,
                   13816:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   13817:          src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
                   13818:          pa_common.C [done, without http for now]
                   13819: 
                   13820: 2003-03-19  paf
                   13821: 
                   13822:        * src/: classes/date.C, classes/form.C, classes/hash.C,
                   13823:          classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
                   13824:          classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
                   13825:          include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
                   13826:          include/pa_string.h, include/pa_table.h, main/compile.C,
                   13827:          main/compile_tools.C, main/execute.C, main/pa_charset.C,
                   13828:          main/pa_common.C, main/pa_exception.C, main/pa_request.C,
                   13829:          main/pa_socks.C, main/pa_string.C, main/pa_table.C,
                   13830:          main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   13831:          types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
                   13832:          types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
                   13833:          types/pa_vstateless_class.h, types/pa_vtable.C,
                   13834:          types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
                   13835:          types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   13836:          types/pa_wwrapper.h: started test
                   13837: 
1.116     moko     13838:        * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
                   13839:          pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95      moko     13840: 
                   13841:        * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
                   13842:          include/pa_string.h, main/pa_string.C: string compiled todo: test
                   13843:          it
                   13844: 
                   13845:        * src/: classes/classes.dsp, classes/string.C, classes/table.C,
                   13846:          include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
                   13847:          include/pa_exception.h, include/pa_string.h, include/pa_table.h,
                   13848:          lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
                   13849:          main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
                   13850:          types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
                   13851:          types/pa_vmethod_frame.h, types/types.dsp: string
                   13852:          reimplementation with cord+array<fragment>: 70%
                   13853: 
                   13854: 2003-03-18  paf
                   13855: 
                   13856:        * src/: classes/date.C, classes/file.C, classes/form.C,
                   13857:          classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
                   13858:          classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
                   13859:          classes/xnode.C, include/pa_hash.h, include/pa_string.h,
                   13860:          main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
                   13861:          can ignore lang in cmp and pos really,             but would
                   13862:          split properly!
                   13863: 
                   13864:        * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
                   13865:          cord part made parser/src/lib: it's not compiled into libgc by
                   13866:          default
                   13867: 
                   13868:        * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
                   13869:          src/classes/date.C, src/classes/double.C, src/classes/file.C,
                   13870:          src/classes/form.C, src/classes/hash.C, src/classes/image.C,
                   13871:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   13872:          src/classes/op.C, src/classes/response.C, src/classes/string.C,
                   13873:          src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
                   13874:          src/classes/xnode.C, src/classes/xnode.h,
                   13875:          src/include/Makefile.am, src/include/pa_cache_managers.h,
                   13876:          src/include/pa_charset.h, src/include/pa_charsets.h,
                   13877:          src/include/pa_common.h, src/include/pa_dictionary.h,
                   13878:          src/include/pa_exception.h, src/include/pa_exec.h,
                   13879:          src/include/pa_globals.h, src/include/pa_hash.h,
                   13880:          src/include/pa_memory.h, src/include/pa_pool.h,
                   13881:          src/include/pa_request.h, src/include/pa_request_charsets.h,
                   13882:          src/include/pa_sapi.h, src/include/pa_sql_connection.h,
                   13883:          src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
                   13884:          src/include/pa_stylesheet_connection.h,
                   13885:          src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
                   13886:          src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
                   13887:          src/main/compile.C, src/main/compile.tab.C,
                   13888:          src/main/compile_tools.C, src/main/compile_tools.h,
                   13889:          src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
                   13890:          src/main/pa_charsets.C, src/main/pa_common.C,
                   13891:          src/main/pa_dictionary.C, src/main/pa_exception.C,
                   13892:          src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
                   13893:          src/main/pa_pool.C, src/main/pa_request.C,
                   13894:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   13895:          src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
                   13896:          src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
                   13897:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
                   13898:          src/types/pa_junction.h, src/types/pa_method.h,
                   13899:          src/types/pa_value.C, src/types/pa_value.h,
                   13900:          src/types/pa_vclass.C, src/types/pa_vclass.h,
                   13901:          src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
                   13902:          src/types/pa_vcookie.h, src/types/pa_vdate.h,
                   13903:          src/types/pa_vdouble.h, src/types/pa_venv.h,
                   13904:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
                   13905:          src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
                   13906:          src/types/pa_vimage.C, src/types/pa_vimage.h,
                   13907:          src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
                   13908:          src/types/pa_vmath.C, src/types/pa_vmath.h,
                   13909:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   13910:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   13911:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
                   13912:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   13913:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
                   13914:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
                   13915:          src/types/pa_vstatus.h, src/types/pa_vstring.C,
                   13916:          src/types/pa_vstring.h, src/types/pa_vtable.C,
                   13917:          src/types/pa_vtable.h, src/types/pa_vvoid.h,
                   13918:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   13919:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   13920:          src/types/pa_wcontext.C, src/types/pa_wcontext.h,
                   13921:          src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
                   13922:          gc: PA_Object done lots of replacements also
                   13923: 
                   13924:        * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
                   13925:          gc logging
                   13926: 
                   13927: 2003-03-17  paf
                   13928: 
                   13929:        * src/: classes/date.C, classes/file.C, classes/form.C,
                   13930:          classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
                   13931:          classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
                   13932:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   13933:          include/pa_string.h, include/pa_types.h, main/compile.C,
                   13934:          main/compile.tab.C, main/execute.C, main/pa_charset.C,
                   13935:          main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
                   13936:          main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
                   13937:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   13938:          main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
                   13939:          targets/cgi/pa_pool.C, targets/cgi/parser3.C,
                   13940:          targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
                   13941:          types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
                   13942:          types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
                   13943:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   13944:          types/pa_vxnode.h: libgc attempt
                   13945: 
                   13946: 2003-03-13  paf
                   13947: 
                   13948:        * src/: include/pa_sql_driver_manager.h,
                   13949:          main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
                   13950:          called
                   13951: 
                   13952:        * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
                   13953:          lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
                   13954:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
                   13955:          types/pa_value.h, types/pa_vobject.h,
                   13956:          types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
                   13957:          set_base, set_derived simplified [counter leaks fixed]
                   13958: 
                   13959:        * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
                   13960:          src/types/types.dsp: incorporated status class patch From:
                   13961:          "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
                   13962:          2003 8:14 AM
                   13963: 
                   13964:          now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
                   13965:          Win32 specific: QuotaPeakNonPagedPoolUsage
                   13966:          QuotaPeakPagedPoolUsage PeakPagefileUsage]
                   13967: 
                   13968: 2003-03-12  paf
                   13969: 
1.116     moko     13970:        * configure, configure.in, src/lib/ltdl/configure,
                   13971:          src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95      moko     13972:          lib/ltdl/Makefile now created by /configure.in only [were by
                   13973:          lib/ltdl/configure.in OVERWRITE]
                   13974: 
1.116     moko     13975:        * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
                   13976:          linkage fixed for g++ 3.2.2
1.95      moko     13977: 
                   13978:        * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
                   13979:          on using privately declared class [fixed]
                   13980: 
                   13981:        * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
                   13982:          3.2 rightliy complained on using privately declared class [fixed]
                   13983: 
                   13984:        * src/targets/cgi/parser3.C: 1. more detailed log on signals.  2.
                   13985:          sigpipe before request constructor now causes death
                   13986: 
                   13987:        * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
                   13988:          targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
                   13989:          not cause exception in exception handler
                   13990: 
1.116     moko     13991:        * configure, configure.in, src/targets/cgi/Makefile.am: configure
                   13992:          now default links libstdc++ statically.  that can be overriden by
                   13993:          --with-dynamic-stdcpp
1.95      moko     13994: 
                   13995: 2003-03-11  paf
                   13996: 
                   13997:        * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
                   13998:          types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
                   13999:          necessity of libstdc++
                   14000: 
                   14001:        * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
                   14002: 
                   14003:        * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
                   14004: 
                   14005: 2003-03-08  paf
                   14006: 
                   14007:        * tests/Makefile: make install & co
                   14008: 
                   14009:        * src/: include/pa_request.h, classes/op.C: removing
                   14010:          vclass,object.h -> pa_request.h dependency
                   14011: 
                   14012:        * src/: classes/mail.C, classes/response.C, include/pa_request.h,
                   14013:          main/pa_request.C: removing vform,response,cookie.h ->
                   14014:          pa_request.h dependency
                   14015: 
                   14016:        * src/include/pa_request.h: removing vmail.h -> pa_request.h
                   14017:          dependency [testing...]
                   14018: 
                   14019:        * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
                   14020:          return 0; fixed
                   14021: 
                   14022:        * src/: include/pa_config_fixed.h, types/pa_vmail.C,
                   14023:          types/pa_vmail.h: vmail.C received just compiled [not tested]
                   14024: 
                   14025:        * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
                   14026: 
                   14027:        * src/main/pa_request.C: forgotten: ifdef XML
                   14028: 
                   14029:        * src/main/pa_request.C: forgotten: ifdef XML
                   14030: 
                   14031:        * src/targets/cgi/parser3.C: todo: move to latest xml version on
                   14032:          win32 and run memleak tests again
                   14033: 
                   14034:        * src/targets/cgi/parser3.C: charsets: see some strange things with
                   14035:          old xml lib-- it's internal memory handling has faults
                   14036: 
                   14037:        * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
                   14038:          problems when transcode from charset A to A.
                   14039: 
                   14040:        * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
                   14041:          todo: still problems when transcode from charset A to A.
                   14042: 
                   14043:        * src/: classes/hash.C, classes/mail.C, classes/string.C,
                   14044:          classes/table.C, include/pa_array.h,
                   14045:          main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
                   14046:          started full-scale-site-test [~ http://parser.ru sources]
                   14047: 
                   14048:          some fixes
                   14049: 
                   14050:        * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
                   14051:          111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
                   14052:          117.html, 118.html, 119.html, 120.html, results/109.processed,
                   14053:          results/110.processed, results/111.processed,
                   14054:          results/112.processed, results/113.processed,
                   14055:          results/114.processed, results/115.processed,
                   14056:          results/116.processed, results/117.processed,
                   14057:          results/118.processed, results/119.processed,
                   14058:          results/120.processed: xml: tests 109 dom create/show 110 xpath
                   14059:          selectSingle 111 xdoc.create from tainted & 112
                   14060:          xdoc.create/output with russian attr value 113 xpath
                   14061:          selectString/Number 114 dom attributes.count 115 xpath selectBool
                   14062:          116 output media-type change 117 transform by dom stylesheet 118
                   14063:          empty transform result 119 dom setAttribute 120 nbsp letter
                   14064:          output
                   14065: 
                   14066:          =END OF PREPARED XML TESTS=
                   14067: 
                   14068: 2003-03-07  paf
                   14069: 
                   14070:        * src/classes/xdoc.C, src/include/pa_charset.h,
                   14071:          src/include/pa_stylesheet_connection.h, tests/108.html,
                   14072:          tests/108.xsl, tests/results/108.processed: xml: test 108
                   14073:          transform with params [bugs fixed]
                   14074: 
                   14075:        * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
                   14076:          from copy/paste bug
                   14077: 
                   14078:        * src/classes/xdoc.C, src/include/pa_charset.h,
                   14079:          src/include/pa_request.h, src/main/execute.C,
                   14080:          src/main/pa_charset.C, src/main/pa_exception.C,
                   14081:          src/main/pa_globals.C, src/main/pa_request.C,
                   14082:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   14083:          src/types/pa_vxnode.C, tests/107.html,
                   14084:          tests/results/107.processed: xml: test: 107 bug fixes
                   14085: 
                   14086:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   14087:          types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   14088:          types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
                   14089: 
                   14090:        * tests/: 106.html, results/106.processed: test: 106 xdoc create,
                   14091:          string
                   14092: 
                   14093:        * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
                   14094:          mem alloc functions used for different cases [libxml, libxsl]
                   14095: 
                   14096:        * src/classes/classes.C: fixed: prevent system classes from
                   14097:          modification to lock ALL the classes, not only directly used
                   14098: 
                   14099:        * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
                   14100:          linked
                   14101: 
                   14102:        * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
                   14103: 
                   14104: 2003-03-06  paf
                   14105: 
                   14106:        * src/classes/xdoc.C: xdoc.C 50%
                   14107: 
                   14108:        * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
                   14109:          include/pa_memory.h, include/pa_request.h, include/pa_string.h,
                   14110:          main/pa_globals.C, main/pa_request.C,
                   14111:          main/pa_stylesheet_manager.C: xnode.C compiled
                   14112: 
                   14113:        * src/: include/pa_stylesheet_connection.h,
                   14114:          include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
                   14115:          main/pa_stylesheet_manager.C: xml: stylesheet&manager done
                   14116: 
                   14117:        * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
                   14118:          include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
                   14119:          xml: stylesheet&manager STARTED
                   14120: 
                   14121:        * src/: include/pa_globals.h, main/pa_charset.C,
                   14122:          main/pa_exception.C, main/pa_globals.C: xml: exceptions
                   14123: 
                   14124:        * src/: include/pa_charset.h, include/pa_config_fixed.h,
                   14125:          include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
                   14126:          main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
                   14127:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
                   14128:          charsets
                   14129: 
                   14130:        * tests/023.html: in some cases it rounded up badly. postponing
                   14131:          solution of that problem, making more simple test
                   14132: 
                   14133:        * tests/: 058_paf2000.png, results/058.processed: .png added with
                   14134:          -kb now
                   14135: 
                   14136:        * src/: include/pa_charset.h, include/pa_charsets.h,
                   14137:          main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
                   14138:          moved to charsets.C
                   14139: 
                   14140: 2003-03-05  paf
                   14141: 
                   14142:        * src/classes/string.C, src/include/pa_string.h,
                   14143:          src/main/pa_string.C, tests/105.html,
                   14144:          tests/results/105.processed: String::match bug fixed
                   14145: 
                   14146:        * src/classes/op.C, src/main/main.dsp, tests/104.html,
                   14147:          tests/results/104.processed: ^bpt operator added [does int3 in
                   14148:          debug build on win32]
                   14149: 
                   14150:        * tests/: 057.html, results/057.processed: test bug fixed
                   14151: 
1.116     moko     14152:        * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95      moko     14153: 
                   14154:        * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
                   14155:          missing
                   14156: 
1.116     moko     14157:        * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
                   14158:          forgotten files added to Makes
1.95      moko     14159: 
                   14160:        * ltmain.sh: ltmain.sh added
                   14161: 
                   14162:        * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
                   14163:          change undone ;(
                   14164: 
                   14165:        * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
                   14166:          made static
                   14167: 
                   14168:        * src/: classes/math.C, classes/op.C, classes/string.C,
1.116     moko     14169:          main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
                   14170:          todo:make linker happy
1.95      moko     14171: 
                   14172:        * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
                   14173:          env param made optional
                   14174: 
                   14175: 2003-03-04  paf
                   14176: 
                   14177:        * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
                   14178:          types/pa_vimage.h: number of gcc compiler bugs fixed
                   14179: 
                   14180:        * tests/: 103.html, 103mark.gif, 103paf2001.gif,
                   14181:          results/103.processed: tests: 103 image.copy transparence test
                   14182: 
                   14183:        * src/main/execute.C, tests/101.html, tests/102.html,
                   14184:          tests/results/101.processed, tests/results/102.processed: tests:
                   14185:          101 method/variable name conflict test 102 form fields change
                   14186:          should not not change anything [bug fix]
                   14187: 
                   14188:        * tests/: 057.html, 099.html, 100.html, results/057.processed,
                   14189:          results/099.processed, results/100.processed: tests: 57 date
                   14190:          create 2002: added 99,100 response:body/download
                   14191: 
                   14192:        * src/classes/image.C, tests/098.html, tests/098font.gif,
                   14193:          tests/results/098.processed: test: 98 image font text [bug fixed]
                   14194: 
                   14195:        * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
                   14196:          tests/results/097.processed: test: 97 file::load http://  [bugs
                   14197:          fixed]
                   14198: 
                   14199:        * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
                   14200:          src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
                   14201:          tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
                   14202:          image EXIF  [bug fixed]
                   14203: 
                   14204:        * src/classes/table.C, src/main/execute.C, tests/061.dat,
                   14205:          tests/061.html, tests/062.html, tests/063.html, tests/064.html,
                   14206:          tests/065.html, tests/066.html, tests/067.html, tests/068.html,
                   14207:          tests/069.html, tests/070.html, tests/071.html, tests/072.html,
                   14208:          tests/073.html, tests/074.html, tests/075.html, tests/076.html,
                   14209:          tests/077.html, tests/078.html, tests/080.html, tests/081.html,
                   14210:          tests/082.html, tests/083.html, tests/084.html, tests/085.html,
                   14211:          tests/086.html, tests/087.html, tests/088.html, tests/089.html,
                   14212:          tests/090.html, tests/091.html, tests/092.html, tests/093.html,
                   14213:          tests/094.html, tests/095.html, tests/results/061.processed,
                   14214:          tests/results/062.processed, tests/results/063.processed,
                   14215:          tests/results/064.processed, tests/results/065.processed,
                   14216:          tests/results/066.processed, tests/results/067.processed,
                   14217:          tests/results/068.processed, tests/results/069.processed,
                   14218:          tests/results/070.processed, tests/results/071.processed,
                   14219:          tests/results/072.processed, tests/results/073.processed,
                   14220:          tests/results/074.processed, tests/results/075.processed,
                   14221:          tests/results/076.processed, tests/results/077.processed,
                   14222:          tests/results/078.processed, tests/results/080.processed,
                   14223:          tests/results/081.processed, tests/results/082.processed,
                   14224:          tests/results/083.processed, tests/results/084.processed,
                   14225:          tests/results/085.processed, tests/results/086.processed,
                   14226:          tests/results/087.processed, tests/results/088.processed,
                   14227:          tests/results/089.processed, tests/results/090.processed,
                   14228:          tests/results/091.processed, tests/results/092.processed,
                   14229:          tests/results/093.processed, tests/results/094.processed,
                   14230:          tests/results/095.processed, tests/079.html,
                   14231:          tests/results/079.processed: tests: 61 file::stat size 62
                   14232:          string->int autoconvert 63 double .int,dec,div,mul 64 date
                   14233:          compare 65 file: basename,justname,justext 66 math:crypt 67
                   14234:          string.match simple on long 68 string.match normalized simple on
                   14235:          long 69 string.int 70 file::stat content-type 71 table.join 72
                   14236:          hash parameter conditional pass 73 date daylightsaving,yearday 74
                   14237:          date arithmetics 75 response date values/attributes 76 string.pos
                   14238:          of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
                   14239:          with local 80 scientific numeric literal in string autoconvert 81
                   14240:          xor: logical and numerical 82 for delims 83 menu delims 84
                   14241:          table.hash distinct 85 long string  replace 86 throw+catch
                   14242:          current language preserve 87 bit shifts 88 junction tests +
                   14243:          $caller test 89 hash.foreach selfmodification 90 int/void to int
                   14244:          91 $caller test 92 junction is + def junction tests 93 $caller
                   14245:          test 94 syntax test 95 table.hash(keygenerator)  [bug fixed]
                   14246: 
                   14247:        * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
                   14248:          fixed] 60 string eq string [bug fixed]
                   14249: 
                   14250:        * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
                   14251:          058.html, 058_paf2000.png, 059.html, 060.html,
                   14252:          results/053.processed, results/054.processed,
                   14253:          results/055.processed, results/056.processed,
                   14254:          results/057.processed, results/058.processed,
                   14255:          results/059.processed, results/060.processed: test: 53
                   14256:          string.replace 54 junctions 55 table.hash 56 call indirect 57
                   14257:          date.create[string] 58 image.measure[png]
                   14258: 
                   14259:        * tests/: 052.html, outputs/049.processed, outputs/050.processed,
                   14260:          outputs/051.processed, results/052.processed: test: 52
                   14261:          pre/match/post test: passed AS-IT-WERE, but wrong :) separate
                   14262:          task: fix that
                   14263: 
                   14264: 2003-03-03  paf
                   14265: 
                   14266:        * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
                   14267:          048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
                   14268:          parser-cygwin.sh, parser-unix.sh, run_parser.sh,
                   14269:          outputs/049.processed, outputs/050.processed,
                   14270:          outputs/051.processed, results/001.processed,
                   14271:          results/002.processed, results/003.processed,
                   14272:          results/005.processed, results/006.processed,
                   14273:          results/008.processed, results/009.processed,
                   14274:          results/011.processed, results/012.processed,
                   14275:          results/013.processed, results/014.processed,
                   14276:          results/015.processed, results/016.processed,
                   14277:          results/017.processed, results/020.processed,
                   14278:          results/021.processed, results/022.processed,
                   14279:          results/024.processed, results/025.processed,
                   14280:          results/026.processed, results/027.processed,
                   14281:          results/028.processed, results/029.processed,
                   14282:          results/030.processed, results/031.processed,
                   14283:          results/049.processed, results/050.processed,
                   14284:          results/051.processed, results/043.processed,
                   14285:          results/044.processed, results/045.processed,
                   14286:          results/046.processed, results/047.processed,
                   14287:          results/048.processed: tests: 43,44,45 date rolls 46
                   14288:          autoevaluating junction 47 table.select 48 name with subvar 49
                   14289:          hash-creating switch 50 process 51 started parent/child, works as
                   14290:          it were but it were NOT GOOD, created separate task  to fix that
                   14291: 
                   14292:        * tests/: 042.html, results/042.processed: test: 42
                   14293:          exception.handled
                   14294: 
                   14295:        * tests/: 041.html, results/041.processed: test: 41 table.locate by
                   14296:          expression
                   14297: 
                   14298:        * tests/: 040.html, results/040.processed: test: 39 method result
                   14299:          of type table 40 method param junction auto evaluate
                   14300: 
                   14301:        * tests/: 039.html, results/039.processed: test: 37 method result
                   14302:          of type table
                   14303: 
                   14304:        * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
                   14305:          tests/034.html, tests/035.html, tests/036.html, tests/037.html,
                   14306:          tests/038.html, tests/results/033.processed,
                   14307:          tests/results/034.processed, tests/results/035.processed,
                   14308:          tests/results/036.processed, tests/results/037.processed,
                   14309:          tests/results/038.processed: tests: 33 string.replace 34
                   14310:          string.upper 35 table created 36 local/global vars with juntions
                   14311:          37 table clone 38 math PI & number formatting
                   14312: 
                   14313:          math class registring typo fixed
                   14314: 
                   14315:        * src/classes/op.C, src/include/pa_request.h,
                   14316:          src/include/pa_string.h, src/main/execute.C,
                   14317:          src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
                   14318:          src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
                   14319:          tests/032.html, tests/results/032.processed: uchar changed to
                   14320:          String_UL in all places [was not everywhere] untaint test: 032
                   14321: 
                   14322:        * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
                   14323:          tests/results/004.processed, tests/parser-cygwin.sh,
                   14324:          tests/parser-unix.sh: removed -H command line key, now testing
                   14325:          using .sh file with SERVER_SOFTWARE=xxx
                   14326: 
                   14327: 2003-02-26  paf
                   14328: 
                   14329:        * src/main/execute.C, src/types/pa_vstateless_class.h,
                   14330:          tests/024.html, tests/025.html, tests/026.html, tests/027.html,
                   14331:          tests/028.html, tests/029.html, tests/030.html, tests/031.html,
                   14332:          tests/results/024.processed, tests/results/025.processed,
                   14333:          tests/results/026.processed, tests/results/027.processed,
                   14334:          tests/results/028.processed, tests/results/029.processed,
                   14335:          tests/results/030.processed, tests/results/031.processed: fixed
                   14336:          bug with name_cstr mutable CharPtr more tests
                   14337: 
                   14338:        * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
                   14339:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
                   14340:          << abort.  die now just exits
                   14341: 
                   14342:        * src/classes/classes.awk, src/classes/classes.h,
                   14343:          src/classes/date.C, src/classes/double.C, src/classes/file.C,
                   14344:          src/classes/form.C, src/classes/hash.C, src/classes/image.C,
                   14345:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   14346:          src/classes/op.C, src/classes/response.C, src/classes/string.C,
                   14347:          src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
                   14348:          src/classes/xnode.C, src/include/pa_memory.h,
                   14349:          src/include/pa_sapi.h, src/targets/cgi/parser3.C,
                   14350:          src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
                   14351:          src/types/pa_vform.C, tests/015.html, tests/016.html,
                   14352:          tests/017.html, tests/018.html, tests/019.html,
                   14353:          tests/019paf2001.gif, tests/020.html, tests/021.html,
                   14354:          tests/022.html, tests/023.html, tests/022_dir/a.html,
                   14355:          tests/022_dir/b.txt, tests/022_dir/c.htm,
                   14356:          tests/results/015.processed, tests/results/016.processed,
                   14357:          tests/results/017.processed, tests/results/018.processed,
                   14358:          tests/results/019.processed, tests/results/020.processed,
                   14359:          tests/results/021.processed, tests/results/022.processed,
                   14360:          tests/results/023.processed: methoded_array now contains all Mxxx
                   14361:          classes SAPI::get_env now returns info on pool more tests
                   14362: 
                   14363:        * src/include/pa_array.h, src/include/pa_hash.h,
                   14364:          src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
                   14365:          tests/002.html, tests/003.html, tests/004.html, tests/005.html,
                   14366:          tests/006.html, tests/007.html, tests/008.html, tests/009.html,
                   14367:          tests/010.html, tests/011.html, tests/012.html, tests/013.html,
                   14368:          tests/014.html, tests/Makefile, tests/outputs/create-dir,
                   14369:          tests/results/001.processed, tests/results/002.processed,
                   14370:          tests/results/003.processed, tests/results/004.processed,
                   14371:          tests/results/005.processed, tests/results/006.processed,
                   14372:          tests/results/007.processed, tests/results/008.processed,
                   14373:          tests/results/009.processed, tests/results/010.processed,
                   14374:          tests/results/011.processed, tests/results/012.processed,
                   14375:          tests/results/013.processed, tests/results/014.processed: hash
                   14376:          cloning fixed
                   14377: 
                   14378: 2003-02-25  paf
                   14379: 
                   14380:        * src/main/pa_common.C: typo fixed
                   14381: 
                   14382: 2003-02-24  paf
                   14383: 
                   14384:        * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
                   14385:          [one remained]
                   14386: 
                   14387:        * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
                   14388:          [should have been get_string(&pool)] todo: check other such calls
                   14389: 
                   14390:        * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
                   14391:          test10, bad lookups
                   14392: 
                   14393:          xxx* xxx=smartptr.get(); << is bad style, after ";" original
                   14394:          object got destructed, and xxx points to sky
                   14395: 
                   14396:        * ChangeLog, src/classes/string.C: match bug fixed
                   14397: 
                   14398:        * src/types/pa_vmail.C: body [text/html] transcoded to
                   14399:          $.charset[specified] now
                   14400: 
                   14401:        * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
                   14402:          which failed to handle sigsetjmp+throw: crashed inside of
                   14403:          pre-throw code.  rewritten simplier [though duplicating
                   14404:          closesocket code]
                   14405: 
                   14406:        * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
                   14407:          which failed to handle sigsetjmp+throw: crashed inside of
                   14408:          pre-throw code.  rewritten simplier [though duplicating
                   14409:          closesocket code]
                   14410: 
                   14411: 2003-02-21  paf
                   14412: 
                   14413:        * operators.txt, src/targets/cgi/parser3.C, src/types/pa_vcookie.C:
                   14414:          $cookie:name[$.expires[date << can be now]]
                   14415: 
                   14416:          written makefile with regression tests [raw]
                   14417: 
                   14418:        * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
                   14419:          tests' only [it's not forcing CGI mode now] now use -H to output
                   14420:          CGI header when parser used in command line [useful for tests
                   14421:          also]
                   14422: 
                   14423:        * src/targets/cgi/parser3.C: MAKE_TEST environment variable
                   14424:          switches on CGI mode, and is used in regression tests
                   14425: 
                   14426:        * src/: include/pa_request.h, main/pa_request.C,
                   14427:          targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
                   14428:          fixed
                   14429: 
                   14430:        * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
                   14431:          handling pa_*
                   14432: 
                   14433:        * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
                   14434:          include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
                   14435:          main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
                   14436:          memory handling files
                   14437: 
                   14438:        * src/main/pa_array.C: pool::format_integer terminator fixed
                   14439: 
                   14440:        * src/: main/execute.C, targets/cgi/parser3.C: release mode now
                   14441:          compiles OK test to show benefits of free
                   14442: 
                   14443:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   14444:          classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
                   14445:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   14446:          types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
                   14447:          use pool [as the one in ^process]
                   14448: 
                   14449:        * src/classes/op.C: fixed process.  sould now check for all cstr's
                   14450:          -- some must use pool [as the one in ^process]
                   14451: 
                   14452: 2003-02-20  paf
                   14453: 
                   14454:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   14455:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   14456:          classes/math.C, classes/op.C, classes/response.C,
                   14457:          classes/string.C, classes/table.C, classes/void.C,
                   14458:          classes/xdoc.C, classes/xnode.C, main/pa_string.C,
                   14459:          types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
                   14460:          string cmp fixed
                   14461: 
                   14462:        * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
                   14463:          values passed OK now
                   14464: 
                   14465: 2003-02-19  paf
                   14466: 
                   14467:        * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
                   14468:          main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
                   14469:          main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
                   14470:          targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
                   14471:          types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
                   14472:          all remaning leaks resulted from pooled::malloc calls [excluding
                   14473:          in gd -- planning complete rewrite extremely ugly code]
                   14474: 
                   14475:        * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
                   14476:          files
                   14477: 
                   14478: 2003-02-17  paf
                   14479: 
                   14480:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   14481:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   14482:          classes/response.C, classes/string.C, classes/table.C,
                   14483:          classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
                   14484:          include/pa_stylesheet_connection.h,
                   14485:          include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
                   14486:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
                   14487:          types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
                   14488:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
                   14489:          types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
                   14490:          types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
                   14491:          of unitialized simple-typed field
                   14492: 
                   14493:        * src/: classes/classes.C, classes/classes.h, main/execute.C,
                   14494:          main/pa_charset.C, main/pa_request.C: another bug of unitialized
                   14495:          simple-typed field fixed.  todo: find&kill all like that one
                   14496: 
                   14497:        * src/: main/execute.C, targets/cgi/pa_pool.C,
                   14498:          targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
                   14499:          debug output fixed
                   14500: 
                   14501:        * src/: include/pa_stack.h, main/compile.C, main/execute.C,
                   14502:          main/pa_request.C: stack-stored items need extra .ref to prevent
                   14503:          object_ptr from delete[them]
                   14504: 
                   14505:        * src/: classes/date.C, classes/op.C, classes/table.C,
                   14506:          classes/xdoc.C, classes/xnode.C, include/pa_array.h,
                   14507:          include/pa_charset.h, main/Makefile.am, main/main.dsp,
                   14508:          main/pa_charset.C, main/pa_common.C,
                   14509:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   14510:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   14511:          types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
                   14512:          calls
                   14513: 
                   14514:        * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
                   14515:          couple mem leaks rusulted from old pooled::malloc usage.
                   14516:          todo:find more like those
                   14517: 
                   14518:        * src/main/: compile.C, compile_tools.C: 2*2!
                   14519: 
                   14520:        * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
                   14521:          stackItem fixed [there were no string on stack before]
                   14522: 
                   14523:        * src/: main/execute.C, main/pa_request.C,
                   14524:          types/pa_vmethod_frame.C: first letters out OK
                   14525: 
                   14526:        * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
                   14527:          include/pa_pool.h, include/pa_request.h, main/pa_request.C,
                   14528:          main/pa_string.C, main/untaint.C, types/pa_value.h,
                   14529:          types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
                   14530:          types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
                   14531:          type not initialized with zeros :( while class fields of class
                   14532:          types initialized with default constructors.  learn C++
                   14533: 
                   14534:        * src/: classes/classes.awk, classes/double.C, classes/file.C,
                   14535:          classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
                   14536:          classes/math.C, classes/xdoc.C, classes/xnode.C,
                   14537:          include/pa_array.h, include/pa_string.h, main/pa_exec.C,
                   14538:          types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
                   14539: 
                   14540: 2003-02-14  paf
                   14541: 
                   14542:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
                   14543:          13 link errors
                   14544: 
                   14545:        * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
                   14546:          main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
                   14547:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   14548:          types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
                   14549:          errors :)
                   14550: 
                   14551:        * src/: classes/classes.C, classes/classes.awk, classes/file.C,
                   14552:          classes/hash.C, classes/mail.C, classes/op.C,
                   14553:          include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
                   14554:          main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
                   14555:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
                   14556:          classes.lib - 0 error(s), 0 warning(s) parser.C compiled
                   14557: 
                   14558:        * src/: classes/classes.dsp, classes/op.C, classes/string.C,
                   14559:          classes/table.C, include/pa_common.h, include/pa_globals.h,
                   14560:          include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
                   14561:          main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
                   14562:          types/pa_vint.h, types/types.dsp: op compiled
                   14563: 
                   14564:        * src/: classes/classes.dsp, classes/response.C, classes/string.C,
                   14565:          include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
                   14566:          main/untaint.C, types/pa_vtable.h: string, response compiled
                   14567: 
                   14568: 2003-02-07  paf
                   14569: 
                   14570:        * src/: classes/table.C, types/pa_vtable.h: table compiled
                   14571: 
                   14572: 2003-02-06  paf
                   14573: 
                   14574:        * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
                   14575:          mail compiled
                   14576: 
                   14577:        * src/: classes/image.C, classes/string.C, classes/xdoc.C,
                   14578:          include/pa_common.h, include/pa_hash.h, main/pa_common.C,
                   14579:          types/pa_vfile.h, types/pa_vimage.h: image compiled
                   14580: 
                   14581:        * src/classes/: file.C, form.C: form compiled
                   14582: 
                   14583:        * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
                   14584:          include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
                   14585:          types/pa_vfile.C, types/pa_vfile.h: file compiled
                   14586: 
                   14587:        * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
                   14588:          types/pa_vmath.h: math compiled [win32]
                   14589: 
                   14590:        * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
                   14591:          types/pa_vstring.h: hash compiled
                   14592: 
                   14593: 2003-02-04  paf
                   14594: 
                   14595:        * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
                   14596:          include/pa_hash.h, include/pa_request.h, include/pa_string.h,
                   14597:          include/pa_table.h, main/pa_common.C, main/pa_exec.C,
                   14598:          main/pa_string.C, types/pa_method.h, types/pa_vform.C,
                   14599:          types/pa_vhash.h: hash 50% compiled
                   14600: 
                   14601:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   14602:          classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
                   14603:          classes/string.C, classes/table.C, classes/xdoc.C,
                   14604:          classes/xnode.C, include/pa_request.h, main/pa_globals.C,
                   14605:          main/pa_string.C: date compiled
                   14606: 
                   14607:        * src/classes/: classes.dsp, double.C: double compiled
                   14608: 
                   14609:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   14610:          classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
                   14611:          classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
                   14612:          classes/string.C, classes/table.C, classes/void.C,
                   14613:          classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
                   14614:          types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
                   14615:          types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
                   14616:          compiled
                   14617: 
                   14618:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   14619:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   14620:          classes/math.C, classes/op.C, classes/response.C,
                   14621:          classes/string.C, classes/table.C, classes/void.C,
                   14622:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   14623:          types/pa_vvoid.h: void  compiled :)
                   14624: 
                   14625:        * src/: include/pa_globals.h, main/pa_cache_managers.C,
                   14626:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   14627:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   14628:          main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
                   14629:          main/pa_string.C, main/pa_uue.C, main/untaint.C,
                   14630:          types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
                   14631:          types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
                   14632:          types/pa_vresponse.C, types/pa_vstateless_class.C,
                   14633:          types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
                   14634:          types/pa_wcontext.C, types/types.dsp: removed stupid
                   14635:          value_includes.h
                   14636: 
                   14637:        * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
                   14638:          trying to remove stupid value_includes.h
                   14639: 
                   14640:        * src/main/pa_exec.C: pa_exec compiled on win32
                   14641: 
                   14642:        * src/main/pa_exec.C: libmain.a compiled on six [unix]
                   14643: 
                   14644:        * src/: include/pa_globals.h, include/pa_request.h,
                   14645:          types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
                   14646:          types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
                   14647:          types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
                   14648:          types/pa_vrequest.C, types/pa_vstateless_class.C,
                   14649:          types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
                   14650: 
                   14651:        * src/: include/pa_config_includes.h, include/pa_dictionary.h,
                   14652:          main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
                   14653:          main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
                   14654: 
                   14655:        * src/: include/pa_array.h, include/pa_config_includes.h,
                   14656:          include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
                   14657:          main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
                   14658:          compiled
                   14659: 
                   14660:        * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
                   14661:          name conflicts)
                   14662: 
                   14663:        * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
                   14664:          types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
                   14665:          yelds "virtual memory exhausted" while trying to compile
                   14666:          execute.C [eating up to 127MB]
                   14667: 
                   14668: 2003-02-03  paf
                   14669: 
                   14670:        * src/: include/pa_config_includes.h, include/pa_hash.h,
                   14671:          include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
                   14672:          main/pa_common.C, types/pa_value.C, types/pa_value.h,
                   14673:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
                   14674:          types/pa_vint.h, types/pa_vjunction.h,
                   14675:          types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
                   14676:          started gcc compiling pa_common compiled
                   14677: 
                   14678:        * src/: include/pa_exception.h, include/pa_pool.h,
                   14679:          main/pa_exception.C: exception gcc change #1
                   14680: 
1.116     moko     14681:        * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
                   14682:          compile _P identifier. it replaced it to some strange 0x0000040
1.95      moko     14683: 
                   14684:        * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
                   14685: 
                   14686:        * src/types/pa_vtable.C: vtable compiled
                   14687: 
                   14688:        * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
                   14689: 
                   14690:        * src/: include/pa_cache_managers.h, main/pa_request.C,
                   14691:          types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
                   14692: 
                   14693:        * src/types/pa_vstateless_class.C: vstateless_class compiled
                   14694: 
                   14695:        * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
                   14696: 
                   14697:        * src/types/pa_vrequest.C: vrequest compiled
                   14698: 
                   14699:        * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
                   14700:          pa_vobject.C, pa_vobject.h: vobject compiled
                   14701: 
                   14702:        * src/: classes/form.C, classes/mail.C, include/pa_request.h,
                   14703:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   14704:          types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
                   14705:          compiled
                   14706: 
                   14707:        * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
                   14708: 
                   14709:        * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
                   14710:          types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
                   14711:          types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
                   14712:          compiled
                   14713: 
                   14714:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   14715:          main.lib - 0 error(s), 0 warning(s)
                   14716: 
                   14717:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   14718:          types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
                   14719: 
                   14720: 2003-01-31  paf
                   14721: 
                   14722:        * src/: include/pa_array.h, include/pa_operation.h,
                   14723:          include/pa_request.h, main/execute.C, main/main.dsp,
                   14724:          types/pa_vjunction.h: started last file from main library:
                   14725:          execute
                   14726: 
                   14727:        * src/: include/pa_request.h, include/pa_sapi.h,
                   14728:          main/compile.tab.C, main/compile.y, main/compile_tools.h,
                   14729:          main/pa_request.C, targets/cgi/parser3.C,
                   14730:          targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
                   14731:          types/pa_vhash.h: pa_request compiled
                   14732: 
                   14733:        * src/: classes/op.C, classes/string.C, include/pa_common.h,
                   14734:          include/pa_globals.h, include/pa_request.h,
                   14735:          include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
                   14736:          main/execute.C, main/main.dsp, main/pa_common.C,
                   14737:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   14738:          types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
                   14739:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
                   14740:          types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   14741:          types/types.dsp: most pa_request compiled
                   14742: 
                   14743:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   14744:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   14745:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   14746:          classes/op.C, classes/response.C, classes/string.C,
                   14747:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   14748:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   14749:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   14750:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   14751:          include/pa_dictionary.h, include/pa_dir.h,
                   14752:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   14753:          include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
                   14754:          include/pa_pool.h, include/pa_request.h,
                   14755:          include/pa_request_charsets.h, include/pa_request_info.h,
                   14756:          include/pa_sapi.h, include/pa_socks.h,
                   14757:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   14758:          include/pa_stack.h, include/pa_string.h,
                   14759:          include/pa_stylesheet_connection.h,
                   14760:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   14761:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   14762:          lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
                   14763:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
                   14764:          lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
                   14765:          lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
                   14766:          main/compile.C, main/compile.tab.C, main/compile.y,
                   14767:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   14768:          main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
                   14769:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
                   14770:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   14771:          main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
                   14772:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   14773:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   14774:          main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
                   14775:          targets/cgi/getopt.h, targets/cgi/pa_pool.C,
                   14776:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   14777:          targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
                   14778:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   14779:          targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
                   14780:          types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
                   14781:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   14782:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   14783:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   14784:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   14785:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   14786:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
                   14787:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
                   14788:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   14789:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   14790:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   14791:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   14792:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   14793:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   14794:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   14795:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   14796:          types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
                   14797: 
                   14798:        * ChangeLog, src/classes/classes.h, src/classes/op.C,
                   14799:          src/include/pa_cache_managers.h, src/include/pa_charset.h,
                   14800:          src/include/pa_charsets.h, src/include/pa_common.h,
                   14801:          src/include/pa_dictionary.h, src/include/pa_exception.h,
                   14802:          src/include/pa_exec.h, src/include/pa_pool.h,
                   14803:          src/include/pa_request.h, src/include/pa_sapi.h,
                   14804:          src/include/pa_sql_connection.h,
                   14805:          src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
                   14806:          src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
                   14807:          src/main/compile.tab.C, src/main/compile_tools.C,
                   14808:          src/main/compile_tools.h, src/main/main.dsp,
                   14809:          src/main/pa_charset.C, src/main/pa_charsets.C,
                   14810:          src/main/pa_common.C, src/main/pa_dictionary.C,
                   14811:          src/main/pa_exception.C, src/main/pa_exec.C,
                   14812:          src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
                   14813:          src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
                   14814:          src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
                   14815:          src/types/pa_vclass.h, src/types/pa_vcookie.C,
                   14816:          src/types/pa_vcookie.h, src/types/pa_vdate.h,
                   14817:          src/types/pa_vdouble.h, src/types/pa_venv.h,
                   14818:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
                   14819:          src/types/pa_vhash.h, src/types/pa_vimage.C,
                   14820:          src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
                   14821:          src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
                   14822:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   14823:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   14824:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
                   14825:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   14826:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
                   14827:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
                   14828:          src/types/pa_vstring.h, src/types/pa_vtable.h,
                   14829:          src/types/pa_vvoid.h, src/types/pa_wcontext.C,
                   14830:          src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
                   14831:          died, long live StringPtr
                   14832: 
                   14833: 2003-01-30  paf
                   14834: 
                   14835:        * src/: include/pa_charset.h, include/pa_request.h,
                   14836:          include/pa_sql_driver_manager.h, main/compile.tab.C,
                   14837:          main/compile.y, main/compile_tools.h, main/pa_request.C,
                   14838:          types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
                   14839: 
                   14840:        * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
                   14841:          main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
                   14842:          types/pa_vhash.h, types/pa_vmethod_frame.h,
                   14843:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   14844:          types/types.dsp: vstateless_class compiled
                   14845: 
                   14846:        * src/main/compile.C: compile compiled
                   14847: 
                   14848:        * src/: include/pa_array.h, include/pa_operation.h,
                   14849:          include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
                   14850:          main/pa_table.C: compile_tools compiled
                   14851: 
                   14852:        * src/: include/pa_operation.h, main/compile.y,
                   14853:          main/compile_tools.C, main/compile_tools.h: started
                   14854:          compile_tools. vagues ideas of how to free compiled code
                   14855: 
                   14856:        * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
                   14857:          main/main.dsp, types/pa_value.C, types/pa_value.h,
                   14858:          types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
                   14859:          compiled
                   14860: 
                   14861: 2003-01-29  paf
                   14862: 
                   14863:        * src/: include/pa_globals.h, include/pa_request.h,
                   14864:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   14865:          types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
                   14866:          types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
                   14867:          compiled
                   14868: 
                   14869:        * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
                   14870:          now
                   14871: 
                   14872:        * src/: include/pa_array.h, include/pa_exception.h,
                   14873:          include/pa_pool.h, main/pa_exception.C: gd compiled
                   14874: 
                   14875:        * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
                   14876:          compiled
                   14877: 
                   14878:        * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
                   14879:          types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
                   14880:          types/pa_vfile.h: vfile compiled
                   14881: 
                   14882:        * src/: include/pa_common.h, include/pa_globals.h,
                   14883:          include/pa_string.h, main/pa_globals.C, types/pa_value.C,
                   14884:          types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   14885:          types/pa_vform.C, types/pa_vform.h: vcookie compiled
                   14886: 
                   14887:        * src/: include/pa_exception.h, main/pa_cache_managers.C,
                   14888:          main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
                   14889:          main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
                   14890:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   14891:          main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
                   14892: 
                   14893:        * src/: include/pa_request_charsets.h, include/pa_request_info.h,
                   14894:          main/main.dsp, main/untaint.C: more compiled
                   14895: 
                   14896:        * src/: include/pa_charsets.h, include/pa_request.h,
                   14897:          include/pa_request_info.h, include/pa_string.h,
                   14898:          main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
                   14899:          types/pa_vresponse.h: vrequest compiled
                   14900: 
                   14901:        * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
                   14902:          pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
                   14903:          pa_vresponse.h, pa_wcontext.h: vrequest compiled
                   14904: 
                   14905:        * src/: classes/classes.h, include/pa_charset.h,
                   14906:          include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
                   14907:          include/pa_request.h, include/pa_string.h, main/main.dsp,
                   14908:          main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
                   14909:          main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
                   14910:          types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
                   14911:          types/pa_vrequest.C, types/pa_vrequest.h,
                   14912:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   14913:          types/pa_vvoid.h: vrequest,vdouble,vint compiled
                   14914: 
                   14915:        * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
                   14916:          include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
                   14917:          main/main.dsp, types/pa_value.h, types/pa_vbool.h,
                   14918:          types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
                   14919:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   14920:          types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
                   14921:          types/pa_vobject.h, types/pa_vstateless_class.h,
                   14922:          types/pa_vstateless_object.h, types/pa_vstatus.h,
                   14923:          types/pa_vstring.h, types/types.dsp: vmath compiled
                   14924: 
                   14925: 2003-01-28  paf
                   14926: 
                   14927:        * src/: classes/classes.h, classes/date.C, classes/file.C,
                   14928:          classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
                   14929:          classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
                   14930:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
                   14931:          types/pa_vobject.h, types/pa_vstateless_class.h: started main:
                   14932:          compile_tools
                   14933: 
                   14934:        * src/: include/pa_charset.h, include/pa_exception.h,
                   14935:          include/pa_request.h, include/pa_string.h, main/untaint.C:
                   14936:          untaint compiled
                   14937: 
                   14938:        * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
                   14939:          src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
                   14940:          more compiled.  struck with string::store_to needing to know
                   14941:          source/client charsets
                   14942: 
                   14943:        * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
                   14944:          types/pa_vfile.h: uue compiled
                   14945: 
                   14946:        * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
                   14947:          table compiled
                   14948: 
                   14949:        * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
                   14950:          main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
                   14951: 
                   14952:        * src/: include/pa_charset.h, main/pa_charset.C,
                   14953:          main/pa_charsets.C: charset/s simplified [charset::pool_for_load
                   14954:          introduced]
                   14955: 
                   14956:        * src/: classes/date.C, include/pa_charset.h,
                   14957:          include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
                   14958:          main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
                   14959:          pa_charsets compiled
                   14960: 
                   14961:        * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
                   14962:          include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
                   14963: 
                   14964:        * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
                   14965:          common compiled
                   14966: 
                   14967:        * src/: include/pa_charsets.h, main/pa_charsets.C,
                   14968:          main/pa_sql_driver_manager.C: pa_charsets compiled
                   14969: 
                   14970:        * src/: include/pa_array.h, include/pa_charset.h,
                   14971:          include/pa_charsets.h, include/pa_pool.h,
                   14972:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   14973:          include/pa_stack.h, include/pa_string.h,
                   14974:          main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
                   14975:          sql_driver_manager compiled
                   14976: 
                   14977:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
                   14978:          letter i with two dots added to koi, all ukranian letters added
                   14979:          to win1251.
                   14980: 
                   14981:          typographic simbol 0xb9 deleted from win1251 [strange one & were
                   14982:          abscent from koi]
                   14983: 
                   14984: 2003-01-27  paf
                   14985: 
                   14986:        * src/: include/pa_exception.h, include/pa_sql_connection.h,
                   14987:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   14988:          main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
                   14989:          sql/pa_sql_driver.h: paused on sql_manager
                   14990: 
                   14991:        * src/: include/pa_cache_managers.h, include/pa_pool.h,
                   14992:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   14993:          include/pa_stack.h, main/pa_sql_driver_manager.C,
                   14994:          types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
                   14995: 
                   14996:        * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
                   14997:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   14998:          include/pa_table.h, main/pa_sql_driver_manager.C,
                   14999:          main/pa_table.C: table compiled
                   15000: 
                   15001:        * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
                   15002:          cache_managers compiled
                   15003: 
                   15004:        * src/: include/pa_array.h, include/pa_charset.h,
                   15005:          include/pa_pool.h, main/pa_charset.C: charset compiled
                   15006: 
                   15007:        * src/: include/pa_pool.h, main/pa_common.C: common compiled
                   15008: 
                   15009:        * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
                   15010:          include/pa_pool.h, include/pa_string.h, main/pa_common.C,
                   15011:          main/pa_string.C, types/pa_value.C, types/pa_value.h,
                   15012:          types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
                   15013:          types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
                   15014: 
                   15015: 2003-01-24  paf
                   15016: 
                   15017:        * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
                   15018:          include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
                   15019:          include/pa_pool.h, include/pa_string.h, main/pa_common.C,
                   15020:          main/pa_globals.C, main/pa_string.C, types/pa_value.h,
                   15021:          types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
                   15022:          types/pa_vint.h, types/pa_vjunction.h,
                   15023:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   15024:          types/pa_vstatus.h, types/pa_vstring.h: more patched
                   15025: 
                   15026:        * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
                   15027:          include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
                   15028:          include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
                   15029:          main/pa_string.C, main/pa_table.C: string compiled
                   15030: 
                   15031:        * src/: include/pa_array.h, include/pa_common.h,
                   15032:          include/pa_dictionary.h, include/pa_exception.h,
                   15033:          include/pa_pool.h, include/pa_string.h, include/pa_table.h,
                   15034:          main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
                   15035:          main/pa_string.C: dictionary compiled
                   15036: 
                   15037: 2003-01-23  paf
                   15038: 
                   15039:        * src/: include/pa_array.h, include/pa_common.h,
                   15040:          include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
                   15041:          include/pa_request.h, include/pa_string.h, main/pa_common.C,
                   15042:          main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
                   15043:          types/pa_value.h: resurrected pool in new sense: now it's
                   15044:          factory, producing&accounting memory chunks for read[autofree]
                   15045:          buffers
                   15046: 
                   15047:        * src/: include/pa_array.h, include/pa_exception.h,
                   15048:          include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
                   15049:          main/pa_exception.C, main/pa_table.C: table compiled
                   15050: 
                   15051:        * src/: classes/image.C, classes/op.C, include/pa_array.h,
                   15052:          include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
                   15053:          include/pa_pool.h, include/pa_pragma_pack_begin.h,
                   15054:          include/pa_pragma_pack_end.h, include/pa_sapi.h,
                   15055:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   15056:          main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
                   15057:          main/pa_table.C: aint that easy
                   15058: 
                   15059:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   15060:          main/main.dsp: continued with Hash
                   15061: 
                   15062:        * src/main/pa_common.C: connect_string allocated on heap[wes on
                   15063:          stack] now. and exception can be reported OK now [can be reported
                   15064:          outside of pro c with that stack]
                   15065: 
                   15066: 2003-01-22  paf
                   15067: 
                   15068:        * src/: include/pa_array.h, include/pa_charset.h,
                   15069:          include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
                   15070:          include/pa_string.h, main/pa_array.C, main/pa_hash.C,
                   15071:          main/pa_pool.C, main/pa_string.C: started auto_ptr.  PA_Object is
                   15072:          base: contains references_count.  auto_ptr template calls
                   15073:          add_ref/release
                   15074: 
                   15075: 2003-01-21  paf
                   15076: 
                   15077:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   15078:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   15079:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   15080:          classes/op.C, classes/response.C, classes/string.C,
                   15081:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   15082:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   15083:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   15084:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   15085:          include/pa_dictionary.h, include/pa_dir.h,
                   15086:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   15087:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   15088:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   15089:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   15090:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   15091:          include/pa_stack.h, include/pa_string.h,
                   15092:          include/pa_stylesheet_connection.h,
                   15093:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   15094:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   15095:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                   15096:          lib/pcre/pcre_parser_ctype.c, main/compile.C,
                   15097:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   15098:          main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
                   15099:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
                   15100:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   15101:          main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
                   15102:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   15103:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   15104:          main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
                   15105:          targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
                   15106:          targets/cgi/parser3.C, targets/cgi/pool_storage.h,
                   15107:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   15108:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
                   15109:          types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
                   15110:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   15111:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   15112:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   15113:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   15114:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
                   15115:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
                   15116:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   15117:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   15118:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   15119:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   15120:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   15121:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   15122:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   15123:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   15124:          types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   15125:          types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
                   15126:          2002->2003
                   15127: 
                   15128: 2003-01-16  paf
                   15129: 
                   15130:        * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
                   15131:          src/main/pa_globals.C: http:// introducing     $.any-status(1)
                   15132: 
                   15133:        * operators.txt, src/include/pa_config_fixed.h,
                   15134:          src/main/pa_common.C: http request now return status. and not
                   15135:          fail on status!=200
                   15136: 
                   15137: 2003-01-15  paf
                   15138: 
                   15139:        * src/main/pa_globals.C: localized pa_xmlFileRead/Close
                   15140: 
                   15141: 2003-01-14  paf
                   15142: 
                   15143:        * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
                   15144:          mkinstalldirs: removed some ancient files [they in / really]
                   15145: 
                   15146:        * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
                   15147:          regretfully needed patch in two places.  in config_fixed.h made
                   15148:          stubs for lib to compile in MSVC
                   15149: 
                   15150: 2003-01-13  paf
                   15151: 
                   15152:        * config.guess, config.sub, ltmain.sh: removed last piece of
                   15153:          configure.in(libtool) hacks
                   15154: 
1.116     moko     15155:        * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95      moko     15156:          config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
                   15157:          ltdl.h: moved to latest libtool (1.4.3)
                   15158: 
                   15159: 2003-01-10  paf
                   15160: 
                   15161:        * src/lib/ltdl/: configure, configure.in: PROG_NM
                   15162: 
                   15163:        * src/main/pa_globals.C: moved to latest xml lib versions, changed
                   15164:          patches.        libxml2 >= 2.5.1
                   15165:          [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz]        libxslt >= 1.0.23
                   15166:          [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz]        gdome2 >= 0.7.2
                   15167:          [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
                   15168: 
                   15169:        * INSTALL: moved to latest versions of xml libs       libxml2 >=
                   15170:          2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz]       libxslt >=
                   15171:          1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz]       gdome2 >=
                   15172:          0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
                   15173: 
                   15174: 2003-01-09  paf
                   15175: 
                   15176:        * INSTALL: xml,xslt,gdome lib urls updated
                   15177: 
                   15178:        * config.guess, config.sub, missing, mkinstalldirs,
1.116     moko     15179:          src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95      moko     15180:          src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.116     moko     15181:          src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
                   15182:          1.7.2
1.95      moko     15183: 
                   15184:        * depcomp: moving to automake 1.7.2
                   15185: 
                   15186: 2002-12-27  paf
                   15187: 
                   15188:        * src/include/pa_version.h: 0007
                   15189: 
                   15190:        * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
                   15191:          outdated parts, made links to language docs
                   15192: 
                   15193:        * src/include/pa_config_auto.h.in: comment
                   15194: 
                   15195: 2002-12-26  paf
                   15196: 
                   15197:        * src/classes/file.C: ^file:fullpath[a.gif] when document root did
                   15198:          not contain trailing / fixed.
                   15199: 
                   15200:        * INSTALL: changing SAFE_MODE politics
                   15201: 
                   15202:        * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
                   15203: 
                   15204:        * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
                   15205: 
                   15206: 2002-12-25  paf
                   15207: 
                   15208:        * src/main/pa_globals.C: optimized-xml
                   15209: 
                   15210:        * src/main/pa_globals.C: optimized-as-is
                   15211: 
                   15212: 2002-12-24  paf
                   15213: 
                   15214:        * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
                   15215:          fixed [were really called with zero size when .html?a=&b=]
                   15216: 
                   15217:        * src/classes/mail.C: $MAIL in @conf now invalid when configured
                   15218:          with --with-sendmail
                   15219: 
                   15220:        * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
                   15221:          fixed]
                   15222: 
                   15223: 2002-12-23  paf
                   15224: 
                   15225:        * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
                   15226:          ignoring parameters & were storing only string with default
                   15227:          expires
                   15228: 
                   15229:        * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
                   15230:          To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
                   15231:          December 23, 2002 4:22 AM Subject: bug â
                   15232:          Charset::transcode_buf2xchar
                   15233: 
                   15234: 2002-12-20  paf
                   15235: 
                   15236:        * src/targets/cgi/parser3.C: removed last \n appending in non-win32
                   15237:          non-cgi [script] runs
                   15238: 
                   15239: 2002-12-19  paf
                   15240: 
                   15241:        * INSTALL: --without-iconv recommended [it crashes on some systems
                   15242:          [tested on elik]] moreover, it's not needed there [parser
                   15243:          registers charsets itself]
                   15244: 
                   15245:        * INSTALL: --without-iconv recommended [it crashes on some systems
                   15246:          [tested on elik]]
                   15247: 
                   15248:        * operators.txt, src/include/pa_globals.h,
                   15249:          src/include/pa_request.h, src/main/pa_globals.C,
                   15250:          src/main/pa_request.C: $response:download
                   15251: 
                   15252:        * src/classes/mail.C: 'to' check bugfix [now checked only on ms
                   15253:          compiler [win32]].
                   15254: 
                   15255: 2002-12-18  paf
                   15256: 
                   15257:        * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
                   15258: 
                   15259: 2002-12-17  paf
                   15260: 
                   15261:        * src/targets/cgi/parser3.C: merged die&iis changes
                   15262: 
                   15263:        * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
                   15264:          to exit(1) 2. more flexible iilegal call check
                   15265: 
                   15266: 2002-12-16  paf
                   15267: 
                   15268:        * ltmain.sh: some automakes silly insist on having this handy
                   15269: 
                   15270:        * src/main/untaint.C: filespec russian small 'r' changed to latin
                   15271:          'p' bug fix
                   15272: 
                   15273: 2002-12-15  paf
                   15274: 
                   15275:        * src/main/untaint.C: filespec russian small 'r' changed to latin
                   15276:          'p'
                   15277: 
                   15278:        * configure.in, src/include/pa_config_auto.h.in,
                   15279:          src/main/compile.C, src/main/pa_common.C: merged small changes
                   15280:          from branch 6 to HEAD
                   15281: 
                   15282:        * src/main/compile.C: removed warning
                   15283: 
                   15284:        * src/main/pa_common.C: ftruncate having checked
                   15285: 
                   15286:        * configure.in, src/include/pa_version.h: new version
                   15287: 
                   15288: 2002-12-14  paf
                   15289: 
                   15290:        * src/classes/table.C: removed unnecessary code
                   15291: 
                   15292:        * src/sql/pa_sql_driver.h: exception type fixed
                   15293: 
                   15294: 2002-12-09  paf
                   15295: 
                   15296:        * src/types/pa_vvoid.h: $void.store[now] error
                   15297: 
                   15298:        * src/targets/cgi/parser3.C: ::die now tries to write core dump
                   15299: 
                   15300:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
                   15301:          tries to write core dump
                   15302: 
                   15303:        * src/targets/cgi/parser3.C: ::die now tries to write core dump
                   15304: 
                   15305:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   15306:          classes/void.C, main/pa_sql_driver_manager.C,
                   15307:          sql/pa_sql_driver.h: changed exception handling mech in sql
                   15308:          handlers #2
                   15309: 
                   15310:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
                   15311:          exception handling mech in sql handlers
                   15312: 
                   15313:        * src/sql/pa_sql_driver.h: changed exception handling mech in sql
                   15314:          handlers
                   15315: 
                   15316:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   15317:          classes/void.C, main/pa_sql_driver_manager.C,
                   15318:          sql/pa_sql_driver.h: changed exception handling mech in sql
                   15319:          handlers
                   15320: 
1.116     moko     15321:        * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
                   15322:          to write makefile which used libtool to install things, which is
                   15323:          not needed
1.95      moko     15324: 
                   15325: 2002-12-06  paf
                   15326: 
                   15327:        * operators.txt, src/main/compile.tab.C, src/types/pa_vhash.h:
                   15328:          $hash.fields -- pseudo field to make 'hash' more like 'table'
                   15329: 
                   15330: 2002-12-05  paf
                   15331: 
                   15332:        * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
                   15333:          cc/bcc OK now
                   15334: 
                   15335:        * src/main/untaint.C: mail header closed properly
                   15336: 
                   15337:        * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
                   15338:          header ',' allowed.  still bugs in smtp [only one receiptient
                   15339:          works, cc, bcc ignored now, and MAILED ;)]
                   15340: 
                   15341:          [strncpy killed, memnchr used]
                   15342: 
                   15343:        * src/main/pa_table.C: table-copy now current=0
                   15344: 
                   15345:        * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
                   15346:          lowlevel proc
                   15347: 
                   15348:        * src/targets/cgi/parser3.C: more checks on
                   15349:          http://domain/parser.cgi start [maybe some getenv returns "",
                   15350:          checked that now
                   15351: 
                   15352:        * src/targets/cgi/parser3.C: more checks on
                   15353:          http://domain/parser.cgi start [maybe some getenv returns "",
                   15354:          checked that now
                   15355: 
                   15356:        * src/targets/cgi/parser3.C: error logging made unbuffered [so that
                   15357:          out-of-mem errors reached log]
                   15358: 
                   15359:        * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
                   15360:          mail:send MIME-Version default
                   15361: 
                   15362:        * src/main/main.dsp: pa_version included into main.dsp
                   15363: 
                   15364: 2002-12-04  paf
                   15365: 
                   15366:        * src/types/pa_vform.C: $form:field string value cut by premature 0
                   15367: 
                   15368:        * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
                   15369:          lib/libltdl -> lib/ltdl Win32 changes. s
                   15370: 
                   15371:        * src/classes/classes.awk: more strict *.C$
                   15372: 
                   15373:        * gnu.dsp: restored
                   15374: 
1.116     moko     15375:        * configure.in, gnu.dsp, src/lib/Makefile.am,
                   15376:          src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
                   15377:          src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
                   15378:          src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
                   15379:          src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
                   15380:          src/lib/ltdl/configure, src/lib/ltdl/configure.in,
                   15381:          src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
                   15382:          src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
                   15383:          now created with /configure, not ltdl/configure, so it does have
                   15384:          no problems with automake.  ltdl/configure
                   15385:          AC_OUTPUT(Makefile<<removed)
1.95      moko     15386: 
                   15387: 2002-12-02  paf
                   15388: 
                   15389:        * operators.txt: removed outdated status:db
                   15390: 
                   15391:        * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
                   15392:          src/main/pa_common.C, src/main/pa_request.C,
                   15393:          src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
                   15394:          tainted parts becomes http-header
                   15395: 
                   15396: 2002-11-29  paf
                   15397: 
                   15398:        * src/classes/date.C, src/classes/image.C, operators.txt: exif
                   15399:          dates now objects of type date
                   15400: 
                   15401:        * src/classes/image.C: file.seek removed [it were used in image.C
                   15402:          only, and for parser user this  means that jpeg image has bad
                   15403:          size in fragment's header] now used image.format
                   15404: 
                   15405:        * src/: include/pa_common.h, main/pa_common.C,
                   15406:          types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
                   15407:          now handled exactly like $response:header values.  e.g. can be
                   15408:          hash [can have subattributes] & contain date values.
                   15409: 
                   15410:        * src/main/pa_common.C: http:// param values lang forced URI
                   15411: 
                   15412:        * src/main/pa_common.C: http:// tainted partes now %xx
                   15413: 
                   15414: 2002-11-28  paf
                   15415: 
                   15416:        * operators.txt: http.timeout
                   15417: 
                   15418:        * src/classes/image.C: ^image.length now counts interchar space.
                   15419:          plus space after last char
                   15420: 
                   15421:        * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
                   15422: 
                   15423:        * src/classes/image.C: ^image.font width measurer now scans full
                   15424:          height [were -1]
                   15425: 
                   15426:        * configure.in: stopped double libltdl/Makefile generation
                   15427: 
                   15428:        * src/classes/image.C: ^image.text now outputs one pixel HIGHER
                   15429:          chars [one top horizontal line of 1pixel height were missing]
                   15430: 
                   15431:        * src/classes/op.C: ^cache bug fixed.  stupid compiler allowed
                   15432:          'false' to go into (Hash *) parameter
                   15433: 
                   15434: 2002-11-27  paf
                   15435: 
                   15436:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
                   15437:          types/pa_vmail.C: response:body[file]  if file nows it's name now
                   15438:          returns content-disposition: >>attachment<<
                   15439: 
                   15440:        * src/classes/image.C: ^image.font << bad font file-size now
                   15441:          properly reported
                   15442: 
                   15443: 2002-11-26  paf
                   15444: 
                   15445:        * src/main/pa_request.C: fixed lang in reponse header
                   15446: 
                   15447:        * src/main/pa_common.C: utf8 prefix ignored @read text
                   15448: 
                   15449:        * operators.txt, src/main/pa_common.C: http:// response status!=200
                   15450:          made exception: http.status with source=bad status#
                   15451: 
                   15452: 2002-11-25  paf
                   15453: 
                   15454:        * configure.in, src/classes/image.C,
                   15455:          src/include/pa_config_auto.h.in,
                   15456:          src/include/pa_config_includes.h, src/main/Makefile.am,
1.116     moko     15457:          src/main/pa_common.C, src/main/pa_globals.C: http:// and image
                   15458:          const void related probs fixed
1.95      moko     15459: 
                   15460:        * operators.txt, src/main/pa_common.C: http fields now UPPERCASE
                   15461: 
                   15462:          $file[^file::load[http://there]] $file.SERVER
                   15463: 
                   15464:        * src/: classes/file.C, classes/image.C, classes/xdoc.C,
                   15465:          include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
                   15466:          http options [invalid onces now reported] made default
                   15467:          user-agent: paf
                   15468: 
                   15469:        * operators.txt, src/classes/file.C, src/classes/table.C,
                   15470:          src/classes/xdoc.C, src/include/pa_common.h,
                   15471:          src/include/pa_globals.h, src/main/pa_common.C,
                   15472:          src/main/pa_globals.C, src/main/pa_request.C,
                   15473:          src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
                   15474:          now understand http:// prefix and additional params, sample:
                   15475:          $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
                   15476:          $.USER-AGENT[parser3] ]]
                   15477: 
                   15478: 2002-11-22  paf
                   15479: 
                   15480:        * src/classes/image.C, src/include/pa_globals.h,
                   15481:          src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
                   15482:          src/types/pa_vimage.h, operators.txt: $image.exif support
                   15483:          $image.exif.DateTime & co
                   15484: 
                   15485: 2002-11-21  paf
                   15486: 
                   15487:        * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
                   15488:          _PASS_APPENDED)
                   15489: 
                   15490:        * src/classes/image.C: jpeg size measure fixed: were badly skipping
                   15491:          EXIF information [were big block and it's size were considered
                   15492:          negative :(]
                   15493: 
                   15494:        * operators.txt, src/classes/image.C, src/include/pa_common.h,
                   15495:          src/main/pa_common.C, src/types/pa_vmail.C: image.measure
                   15496:          internals rewritten. no there's reader.seek, and all's ready for
                   15497:          EXIF extraction [now we fail to measure files with EXIF info]
                   15498: 
                   15499:        * src/main/pa_common.C: O_TRUNCATE killed, ftruncate  used instead:
                   15500:          O_TRUNC truncates even exclusevely write-locked file [thanks to
                   15501:          Igor Milyakov <virtan@rotabanner.com> for discovering]
                   15502: 
                   15503: 2002-11-20  paf
                   15504: 
                   15505:        * src/targets/cgi/parser3.C: logging @signal += query_string
                   15506: 
                   15507:        * configure.in, src/include/pa_config_auto.h.in,
                   15508:          src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
                   15509:          comment
                   15510: 
                   15511:        * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
                   15512: 
                   15513:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   15514:          targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
                   15515:          currently processed document SIGPIPE >> interrupts request
                   15516:          processing [exception = DB rollback]
                   15517: 
                   15518:        * src/main/pa_exec.C: comment
                   15519: 
                   15520:        * src/main/pa_exec.C: pa_exec: data written only if size>0
                   15521: 
                   15522:        * operators.txt, src/classes/file.C: ^file::exec/cgi[file;$.stdin[]
                   15523:          << disable HTTP-POST repassing
                   15524: 
                   15525:        * src/: include/pa_config_fixed.h, main/pa_common.C,
                   15526:          main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
                   15527:          pipe read errors now checked
                   15528: 
                   15529: 2002-11-19  paf
                   15530: 
                   15531:        * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
                   15532:          CGI: Illegal call
                   15533: 
                   15534: 2002-11-01  paf
                   15535: 
                   15536:        * src/main/execute.C: comment
                   15537: 
                   15538: 2002-10-31  paf
                   15539: 
                   15540:        * src/main/execute.C: found out why, checked that for now.  todo:
                   15541:          find out a way for that user could do that
                   15542: 
                   15543:        * src/types/pa_vstateless_object.h: object put replaces static
                   15544:          parent if any
                   15545: 
                   15546:        * src/types/pa_vobject.C: object put replaces static parent if any
                   15547: 
                   15548:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   15549:          classes/xnode.h, main/compile.tab.C, main/execute.C,
                   15550:          main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
                   15551:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   15552:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
                   15553:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   15554:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
                   15555:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   15556:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   15557:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   15558:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   15559:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   15560:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
                   15561:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   15562:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   15563:          types/pa_wwrapper.h: static fix merged
                   15564: 
                   15565:        * src/: main/compile.tab.C, types/pa_vobject.C: killed
                   15566:          $virtual_fields in dynamic, but one can reach derived
                   15567:          static[class] variable from base
                   15568: 
                   15569:        * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
                   15570:          types/pa_vobject.C, types/pa_vobject.h,
                   15571:          types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
                   15572:          statics, left $virtual_fields in dynamic
                   15573: 
                   15574:        * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
                   15575:          one can't remember derivates in base class: there's so many of
                   15576:          them.  also there can be no virtual method calls in static
                   15577:          classes
                   15578: 
                   15579:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   15580:          classes/xnode.h, main/execute.C, main/pa_request.C,
                   15581:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   15582:          types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   15583:          types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
                   15584:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   15585:          types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
                   15586:          types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
                   15587:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   15588:          types/pa_vresponse.C, types/pa_vresponse.h,
                   15589:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   15590:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   15591:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
                   15592:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   15593:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   15594:          types/pa_wwrapper.h: static call $self fixed
                   15595: 
                   15596:        * src/main/execute.C: comment
                   15597: 
                   15598:        * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
                   15599:          ^process[$caller.self]{...} now compiles to last derived object
                   15600:          part of that 'self'
                   15601: 
                   15602: 2002-10-29  paf
                   15603: 
                   15604:        * src/targets/isapi/parser3isapi.C: comment on 404 bad status
                   15605:          re-passing [iis to blame]
                   15606: 
                   15607:        * src/classes/string.C: changed string.save to pass current sql
                   15608:          connection to cstr thus one can ^connect[some server]{
                   15609:          $s[insert into table x (x) values (^taint[sql]{value})]
                   15610:          ^s.save[some.sql] } and he'd get in some.sql file code with
                   15611:          properly escaped.  [tried in mssql->mysql export->import of
                   15612:          binary data]
                   15613: 
                   15614: 2002-10-25  paf
                   15615: 
                   15616:        * src/types/pa_vresponse.C: case insensitive response user fields
                   15617:          get/put
                   15618: 
                   15619:        * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
                   15620:          types/pa_vresponse.C: saving for maybe-future
                   15621: 
                   15622: 2002-10-23  paf
                   15623: 
                   15624:        * operators.txt, src/classes/table.C: ^table.hash{code}...
                   15625:          ^table.hash(expr)...
                   15626: 
                   15627:        * src/types/pa_vmail.C: email whitespace trimBoth-ed
                   15628: 
                   15629: 2002-10-22  paf
                   15630: 
                   15631:        * src/types/: pa_vform.C, pa_vform.h: removed needless
                   15632:          VForm::Append...(...Value)
                   15633: 
                   15634:        * src/main/execute.C: $.name outside of $name[...] checked
                   15635: 
                   15636:        * src/main/: compile.tab.C, compile.y: lexer changed to fix
                   15637:          ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
                   15638: 
                   15639: 2002-10-21  paf
                   15640: 
                   15641:        * operators.txt, src/types/pa_vform.C, src/types/pa_vform.h:
                   15642:          $form:qtail $form:imap.x/y
                   15643: 
                   15644:        * operators.txt, src/types/pa_vform.C: $form:nameless =
                   15645:          "?value&...", "...&value&...", "...&value"
                   15646: 
                   15647:        * operators.txt, src/types/pa_vform.C: $form:image-map
                   15648: 
                   15649:        * operators.txt, src/classes/file.C: /some/page.html:
                   15650:          ^file:fullpath[a.gif] => /some/a.gif
                   15651: 
                   15652: 2002-10-17  paf
                   15653: 
                   15654:        * src/main/: compile.tab.C, compile.y: operators precedence changed
                   15655:          a little: logical not and bitwise negation precedence made
                   15656:          highest, << and >> bitshits precedence made equal [were << higher
                   15657:          than >>]
                   15658: 
                   15659:        * src/classes/op.C: exception handling fixed [were bad with
                   15660:          contexts]
                   15661: 
                   15662: 2002-10-16  paf
                   15663: 
                   15664:        * src/: classes/op.C, include/pa_request.h, main/execute.C,
                   15665:          main/pa_request.C: Request::self considered equal to
                   15666:          VMethodFrame::self, and removed, Request::get_self() mapped to
                   15667:          VMethodFrame.self()
                   15668: 
                   15669:        * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
                   15670:          $hash in open field now gives old good error meesage
                   15671: 
                   15672: 2002-10-15  paf
                   15673: 
                   15674:        * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
                   15675:          use ^if($junction is junction){was and now true}
                   15676: 
                   15677:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
                   15678:          include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
                   15679:          types/pa_vxnode.C: xml->parser strings now have origin, which
                   15680:          points to place where value left xml library and came to parser:
                   15681:          place of dom field extraction/call
                   15682: 
                   15683:        * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
                   15684:          main/compile.tab.C, main/compile.y, main/execute.C,
                   15685:          types/pa_vmethod_frame.h: removed last pieces of old code
                   15686:          allowing $junction.xxx at compile time
                   15687: 
                   15688:        * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
                   15689:          src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
                   15690:          objects also considered [were only classes]
                   15691: 
                   15692:        * ChangeLog, src/classes/op.C, src/include/pa_request.h,
                   15693:          src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
                   15694:          with CLASS self.  [   (request&method_frame).self temporarily
                   15695:          changed   ]
                   15696: 
                   15697:        * src/classes/: hash.C, op.C: method_frame now always changed, with
                   15698:          no exception to native calls.  for&foreach changed to use
                   15699:          method_frame.caller for their var's name context
                   15700: 
                   15701:        * src/: main/execute.C, targets/cgi/parser3.C,
                   15702:          types/pa_vstateless_class.C, types/pa_vstateless_class.h:
                   15703:          compiling to system classes disabled
                   15704: 
                   15705:        * operators.txt, src/classes/op.C:
                   15706:          ^process[$caller.CLASS]{code-string} added
                   15707: 
                   15708:        * operators.txt, src/classes/op.C, src/main/compile.tab.C,
                   15709:          src/main/compile.y, src/main/execute.C, src/main/pa_request.C,
                   15710:          src/types/Makefile.am, src/types/pa_vjunction.C,
                   15711:          src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
                   15712:          src/types/types.dsp: removed $junction.get $junction.set[]
                   15713:          introducing $caller
                   15714: 
                   15715:        * src/types/pa_value.h: removed outdated comments. doxygen would
                   15716:          find them lower by inheritance tree
                   15717: 
                   15718:        * src/types/pa_vjunction.C: ident
                   15719: 
                   15720: 2002-10-14  paf
                   15721: 
                   15722:        * src/classes/op.C: process compiles to code's class class
                   15723: 
                   15724:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   15725:          include/pa_request.h, main/compile.C, main/compile.tab.C,
                   15726:          main/compile.y, main/execute.C, main/pa_request.C,
                   15727:          types/pa_vstateless_class.h: operators now main-class-methods
                   15728: 
                   15729:        * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
                   15730:          better stack trace [has "call" & co there]
                   15731: 
                   15732:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   15733:          operators @auto now executed in MAIN context
                   15734: 
                   15735:        * src/main/execute.C: operator execution context now = MAIN, not
                   15736:          closest stack frame
                   15737: 
                   15738:          @touchit[] $i[after]
                   15739: 
                   15740:          ----t.html $i[before] << local ^touchit[] $i << now 'before',
                   15741:          were 'after'
                   15742: 
                   15743:          ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
                   15744:          'after'
                   15745: 
                   15746:        * src/main/execute.C: comment
                   15747: 
                   15748:        * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
                   15749:          pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
                   15750:          action]
                   15751: 
                   15752:        * src/types/pa_vxnode.C: misreplace fixed
                   15753: 
                   15754:        * configure, configure.in, src/include/pa_config_auto.h.in,
                   15755:          src/types/pa_vstatus.C, operators.txt:
                   15756:          $status:rusage.tv_secs/usecs introduced
                   15757: 
                   15758: 2002-10-09  paf
                   15759: 
                   15760:        * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
                   15761:          on empty string [or uses (default)]
                   15762: 
                   15763: 2002-10-08  paf
                   15764: 
                   15765:        * src/main/untaint.C: mail header quoted printable changed after
                   15766:          RFC reread
                   15767: 
                   15768:        * operators.txt: plan on ^if(method
                   15769: 
                   15770:        * src/types/pa_vxnode.C: misreplace
                   15771: 
                   15772: 2002-09-24  paf
                   15773: 
1.116     moko     15774:        * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95      moko     15775: 
                   15776:        * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
                   15777:          mailreceive would compile on freebsd now
                   15778: 
                   15779:        * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
                   15780:          configure, configure.in, src/include/pa_config_auto.h.in,
1.116     moko     15781:          src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
                   15782:          mailreceive would compile on freebsd now
1.95      moko     15783: 
                   15784:        * src/: classes/file.C, main/untaint.C: 1.  file spec language
                   15785:          changed: now there are only few chars are untainted: * ? ' " < >
                   15786:          | and, on unix, : \ ~ [russian letters and SPACES now enabled,
                   15787:          one should use ^untaint[uri]{...} now]
                   15788: 
                   15789:          2.  $list[^file:list[dir]] now returns simply tainted names in
                   15790:          $list.name, not tainted as filespec
                   15791: 
                   15792:          @russianindex[] #dir with files with russian-lang names
                   15793:          $where[dir]
                   15794: 
                   15795:          $dir[^file:list[$where;\.txt^$]] ^dir.menu{     <a
                   15796:          href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
                   15797: 
                   15798: 2002-09-23  paf
                   15799: 
                   15800:        * src/types/pa_vdouble.h: double->int round added
                   15801: 
                   15802:        * src/classes/date.C: date bug fix, now
                   15803:          round(floatDays*secondsPerDay)
                   15804: 
                   15805:        * src/classes/date.C: date bug fix, now
                   15806:          round(floatDays*secondsPerDay)
                   15807: 
                   15808: 2002-09-20  paf
                   15809: 
                   15810:        * src/main/execute.C: code junction calls disabled [before: code
                   15811:          was compiled in such a way, that there were no code-junctions in
                   15812:          OP_CALL]
                   15813: 
                   15814:          this now error: @badjunctioncall[] ^badjunctioncallinside{code}
                   15815: 
                   15816:          @badjunctioncallinside[code] ^code[]
                   15817: 
                   15818:        * src/main/: compile.tab.C, compile.y: changed grammer on junction
                   15819:          expanding to include ^junction.method
                   15820: 
                   15821:        * src/main/pa_common.C: -d "DIR/" now true
                   15822: 
                   15823:        * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
                   15824:          as internal xdoc encoding, and after decoding attributes set by
                   15825:          dom functions now encoded OK, not as digital entities
                   15826: 
                   15827:        * src/classes/xdoc.C: empty transform result, being taken as file
                   15828:          now returns empty file, not raises stupid error about "stat-ed
                   15829:          file"
                   15830: 
                   15831:        * src/types/pa_vhash.h: hash.foreach modification of existing keys
                   15832:          allowed
                   15833: 
                   15834:        * src/types/types.dsp: introducing $junction.get/put(1) one can
                   15835:          write iterators now:
                   15836: 
                   15837:          ^user-foreach[key;value]{$key=$value<br>}
                   15838: 
                   15839:          @user-foreach[key;value;code] ^for[i](1;10){    $code.key($i)
                   15840:          $code.value($i*2)       $code }
                   15841: 
                   15842:        * src/main/compile_tools.h: mistype
                   15843: 
1.116     moko     15844:        * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
                   15845:          thus taking linking options configure changes into account [were:
                   15846:          ignoring]
1.95      moko     15847: 
                   15848:        * src/types/: pa_vjunction.C, Makefile.am: introducing
                   15849:          $junction.get/put(1) one can write iterators now:
                   15850: 
                   15851:          ^user-foreach[key;value]{$key=$value<br>}
                   15852: 
                   15853:          @user-foreach[key;value;code] ^for[i](1;10){    $code.key($i)
                   15854:          $code.value($i*2)       $code }
                   15855: 
                   15856:        * src/: include/pa_opcode.h, include/pa_request.h,
                   15857:          main/compile.tab.C, main/compile.y, main/execute.C,
                   15858:          main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
                   15859:          introducing $junction.get/put(1) one can write iterators now:
                   15860: 
                   15861:          ^user-foreach[key;value]{$key=$value<br>}
                   15862: 
                   15863:          @user-foreach[key;value;code] ^for[i](1;10){    $code.key($i)
                   15864:          $code.value($i*2)       $code }
                   15865: 
                   15866: 2002-09-19  paf
                   15867: 
1.116     moko     15868:        * Makefile.am: new: make commit
1.95      moko     15869: 
                   15870:        * aclocal.m4: forced to be older
                   15871: 
                   15872: 2002-09-18  paf
                   15873: 
                   15874:        * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
                   15875:          src/main/compile.y, src/main/execute.C: << >> int shifts
                   15876: 
                   15877:        * src/: include/pa_common.h, include/pa_request.h,
                   15878:          main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
                   15879:          - now this - fatal error
                   15880: 
                   15881:        * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
                   15882:          that one can pass binary data there
                   15883: 
                   15884:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   15885:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   15886:          classes/op.C, classes/response.C, classes/string.C,
                   15887:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   15888:          include/pa_request.h: pa_request contexts made privated, plus
                   15889:          get_{self/method_frame} to read.  Request_context_saver used in
                   15890:          ^try to save flang too.  [were not saved]
                   15891: 
                   15892:        * src/types/pa_vresponse.C: header value chains joined before
                   15893:          output, this should help $.subject[$var $var] from being
                   15894:          converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
                   15895: 
                   15896: 2002-09-17  paf
                   15897: 
                   15898:        * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
                   15899:          removed changes, operators executed with calling self.  lots of
                   15900:          code with ^include code relies on defined/defining self variables
                   15901: 
                   15902:          $a[1] ^include[print_a.p] print_a.p: $a
                   15903: 
                   15904:          ^include[set_a.p] a=$a set_a.p: $a[1]
                   15905: 
                   15906:        * src/: classes/op.C, main/execute.C, main/pa_request.C,
                   15907:          types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
                   15908:          types/pa_vstateless_class.h: operators now executed with MAIN
                   15909:          self.  it's for ^include sake, too strong a change
                   15910: 
                   15911:        * src/classes/op.C: made place for ^process to compile it's code to
                   15912:          in case of no self
                   15913: 
                   15914:        * src/main/execute.C: found ancient param to Junction, removed.
                   15915:          allowed passing self to native_code_operators [for ^process to
                   15916:          work, she needs self]
                   15917: 
                   15918:        * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
                   15919:          types/pa_vstateless_class.h: found ancient param to Junction,
                   15920:          removed.  allowed passing self to native_code_operators [for
                   15921:          ^process to work, she needs self]
                   15922: 
                   15923:        * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
                   15924:          types/pa_value.h, types/pa_vmethod_frame.h,
                   15925:          types/pa_vstateless_class.h: allowed Request.self to be 0,
                   15926:          checked that in VMethodFrame get/put and $self.
                   15927: 
                   15928:        * src/classes/: table.C, xdoc.C: table::sql  options table::create
                   15929:          copy options options checked, wrong option now fatal error
                   15930: 
                   15931:        * src/main/pa_string.C: string.replace fixed [were missing words on
                   15932:          pieces boundaries]
                   15933: 
                   15934:        * bin/auto.p.dist.in: strange \n
                   15935: 
                   15936:        * configure, configure.in: .so now detected [can be .sl on hpux,
                   15937:          .dll on cygwin, .so in other cases)
                   15938: 
1.116     moko     15939:        * configure, configure.in, bin/auto.p.dist.in: .so now detected
                   15940:          [can be .sl on hpux, .dll on cygwin, .so in other cases)
1.95      moko     15941: 
                   15942:        * operators.txt, src/classes/hash.C, src/classes/table.C,
                   15943:          src/include/pa_globals.h, src/main/pa_globals.C: table.sql
                   15944:          hash::sql flag to allow duplicate keys [$.distinct(1/0)] first
                   15945:          record taken [were last]
                   15946: 
                   15947:        * src/: classes/hash.C, classes/table.C,
                   15948:          include/pa_sql_connection.h: table.sql hash::sql duplicate keys
                   15949:          now errors
                   15950: 
                   15951:        * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
                   15952: 
                   15953:        * src/classes/: op.C, table.C: menu/for delims bug fixed [were
                   15954:          ,2,3]
                   15955: 
                   15956: 2002-09-16  paf
                   15957: 
                   15958:        * src/classes/file.C: file::cgi line ends can be both unix & dos.
                   15959:          and they can be unix [\n\n] on win when 'use CGI' used, it causes
                   15960:          stdout to be binary.  now detected closest header break.
                   15961: 
                   15962:        * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?=  now
                   15963:          closed right
                   15964: 
                   15965: 2002-09-13  paf
                   15966: 
                   15967:        * operators.txt, src/main/compile.tab.C, src/main/compile.y,
                   15968:          src/main/compile_tools.h: (expression #comment)
                   15969: 
                   15970:          (multiline expression #comment  line2  #comment )
                   15971: 
                   15972:          (expression #comment with (brackets) comment) << OK
                   15973: 
                   15974:        * operators.txt, src/main/compile.tab.C, src/main/compile.y: !|
                   15975:          bitwise !|| numerical xor now [preparing for expression
                   15976:          #comments]
                   15977: 
                   15978:        * src/main/: compile.tab.C, compile.y: @method[$name] now parse
                   15979:          error
                   15980: 
                   15981:        * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
                   15982:          cheched in pa_socks.C
                   15983: 
1.116     moko     15984:        * configure, configure.in, src/include/pa_config_auto.h.in:
                   15985:          HAVE_WINSOCK_H created in configure.in
1.95      moko     15986: 
                   15987:        * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
                   15988:          cookie date now clean [were mistakenly tainted & that worked bad
                   15989:          with opera -- 'happily' that worked OK with msie]
                   15990: 
                   15991: 2002-09-12  paf
                   15992: 
                   15993:        * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
                   15994:          VClass get_element now first looks to fields, next to methods &
                   15995:          co todo: the rest reason: more speed
                   15996: 
                   15997:        * src/main/untaint.C: quoted printable encoding stops before
                   15998:          \s*<...>$
                   15999: 
                   16000:        * src/main/untaint.C: quoted printable ' ' now =20 and encoding
                   16001:          stops before <...>$
                   16002: 
                   16003: 2002-09-11  paf
                   16004: 
                   16005:        * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
                   16006:          xmlCharEncodingInput/OutputFunc callbacks returned bad value )
                   16007:          forgot to check users of those funcs. not all were using that
                   16008:          return value convention
                   16009: 
                   16010:        * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
                   16011:          windows-1254 added
                   16012: 
                   16013: 2002-09-10  paf
                   16014: 
                   16015:        * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
                   16016:          VCodeFrame parent param were specified badly
                   16017: 
                   16018:        * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
                   16019:          WWrapper which used in constructing objects(second param to sql
                   16020:          method) ^...sql{}[$.default{code}] now has parent, wich helps
                   16021:          code in hash to survivi
                   16022: 
                   16023:        * src/: include/pa_request.h, main/execute.C: removed redundant
                   16024:          param to execute [stack said 'thanks']
                   16025: 
                   16026:        * src/: classes/op.C, main/execute.C, types/pa_value.C,
                   16027:          types/pa_value.h, types/pa_vcode_frame.h,
                   16028:          types/pa_vmethod_frame.h, types/pa_wcontext.C,
                   16029:          types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
                   16030:          responsibility to wcontext
                   16031: 
                   16032:        * src/classes/file.C: decided not to log exec's with stderr, that
                   16033:          could be warnings, and it's up to scritper to log/show them
                   16034: 
                   16035:        * src/: classes/double.C, main/execute.C: double:sql badly called
                   16036:          write_assign_lang, not write_no_lang, thus doing unnecessary
                   16037:          double/string converstion, which were loosing time&precesion
                   16038: 
                   16039:        * src/: main/pa_charset.C, types/pa_vmail.C:
                   16040:          xmlCharEncodingInput/OutputFunc callbacks returned bad value in
                   16041:          case of unfinished in buffer processing, causing accidental
                   16042:          transcode stop [in case that source enc != utf-8 & there is
                   16043:          incomplete utf-8 sequence at the end of 16000block iside of
                   16044:          libxml lib] tfm readed & code updated
                   16045: 
                   16046: 2002-09-04  paf
                   16047: 
                   16048:        * configure: makes with sjlj
                   16049: 
                   16050:        * INSTALL, src/include/pa_config_fixed.h,
                   16051:          src/include/pa_sql_connection.h,
                   16052:          src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
                   16053:          checked.  on win32 it made default
                   16054: 
                   16055:        * src/include/pa_config_auto.h.in: sjlj define
                   16056: 
                   16057:        * configure, configure.in: introducing --with-sjlj-exceptions [hpux
                   16058:          can not work with longjump/throw pair, and one must switch that
                   16059:          on there.  todo: detect that automatically]
                   16060: 
                   16061:        * src/types/pa_vxnode.C: removed too strong checks of
                   16062:          xnode.elements.  now, for instance, if element does not have any
                   16063:          attributes, $xnode.attributes is void, not error
                   16064: 
                   16065: 2002-09-02  paf
                   16066: 
                   16067:        * operators.txt, src/main/execute.C, src/targets/cgi/parser3.dsp:
                   16068:          removed double_result, didn't help
                   16069: 
                   16070:        * src/main/execute.C: double_result made to move that var away from
                   16071:          hungry g++ optimizer (-O2), before: it were optimized and
                   16072:          comparison operators worked badly
                   16073: 
                   16074:        * src/types/pa_vdate.h: removed debug
                   16075: 
1.116     moko     16076:        * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95      moko     16077: 
                   16078:        * src/main/execute.C: fixed numeric < & co so that thay now use
                   16079:          c=a-b, c OPERATOR 0.  this works fine on solaris/intel for still
                   16080:          unknown reason.
                   16081: 
                   16082: 2002-08-29  paf
                   16083: 
                   16084:        * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
                   16085:          src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
                   16086:          src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
                   16087:          src/main/pa_request.C, src/targets/cgi/parser3.dsp,
                   16088:          src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
                   16089:          src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
                   16090:          src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
                   16091:          [called less frequent, allowed to remove ugly
                   16092:          Junction.change_context-s from many places, switch,
                   16093:          mail:send..html{}, ..] request.root renamed to method_frame [more
                   16094:          easyreading] ancient {...PUSH/POPs...} changed to stack vars
                   16095:          [speed up]
                   16096: 
                   16097: 2002-08-28  paf
                   16098: 
                   16099:        * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
                   16100:          tainted
                   16101: 
                   16102:        * src/types/pa_vcookie.C: fixed cookie delete when
                   16103:          $cookie:name[$.value[]]
                   16104: 
                   16105:        * operators.txt, src/classes/string.C:
                   16106:          ^string.split[delim[;options]]
                   16107: 
                   16108: 2002-08-27  paf
                   16109: 
1.116     moko     16110:        * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95      moko     16111: 
                   16112:        * operators.txt, src/main/compile.tab.C, src/main/compile.y: # now
                   16113:          delimiter
                   16114: 
                   16115:        * INSTALL: recommended latest gmime 1.0.5
                   16116: 
                   16117: 2002-08-26  paf
                   16118: 
                   16119:        * configure, configure.in: apache13/hook added to make dist.
                   16120: 
                   16121: 2002-08-23  paf
                   16122: 
                   16123:        * src/: include/pa_common.h, main/pa_common.C,
                   16124:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
                   16125:          beside binary [cgi, isapi] not accessible [due to bad rights or
                   16126:          whatever] it's error now
                   16127: 
                   16128: 2002-08-21  paf
                   16129: 
1.116     moko     16130:        * Makefile.am: can use: make happy equals to make update install
1.95      moko     16131: 
                   16132:        * src/main/: compile.tab.C, compile.y, compile_tools.C,
                   16133:          compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
                   16134:          class".  compiled as if here they named base class
                   16135: 
                   16136:        * src/main/pa_string.C: fixed bad language bug, [were wrong string
                   16137:          cloning constructor]
                   16138: 
                   16139:        * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
                   16140: 
                   16141:        * bin/auto.p.dist.in, src/targets/cgi/parser3.C,
                   16142:          src/types/pa_vfile.C, src/types/pa_vmail.C:
                   16143:          $mail.received.file.value.content-type fixed
                   16144: 
                   16145: 2002-08-20  paf
                   16146: 
                   16147:        * src/classes/file.C: fixed language of file:file result
                   16148: 
                   16149:        * operators.txt, src/classes/void.C: ^void.pos[...] = -1 merged
                   16150:          from 3.0.0005
                   16151: 
                   16152:        * operators.txt, src/classes/void.C: ^void.pos[...] = -1
                   16153: 
                   16154:        * operators.txt, src/classes/void.C: ^void.length[] = 0 merged from
                   16155:          3.0.0005
                   16156: 
                   16157:        * src/classes/void.C, operators.txt: ^void.length[] = 0
                   16158: 
                   16159: 2002-08-19  paf
                   16160: 
                   16161:        * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
                   16162:          work now
                   16163: 
                   16164:        * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
                   16165:          error in xnode, which were not catched in xdoc]
                   16166: 
                   16167:        * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
                   16168:          prepared:        // validate each document after load/create (?)
                   16169:                 //xmlDoValidityCheckingDefaultValue = 1;
                   16170: 
                   16171: 2002-08-15  paf
                   16172: 
                   16173:        * src/classes/classes.h: write to static var caused useless
                   16174:          Exception, introduced Methoded::put_element wich consumes those
                   16175: 
                   16176:        * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
                   16177:          src/types/pa_vcookie.C, src/types/pa_vdate.h,
                   16178:          src/types/pa_vresponse.C, src/types/pa_vresponse.h:
                   16179:          $response:field[date] $response:field[$.xxx[date]]
                   16180: 
                   16181:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   16182:          classes/void.C, include/pa_sql_connection.h: fixed source of
                   16183:          ^hash::sql{bad}
                   16184: 
                   16185:        * operators.txt: $request:body unprecessed POST request body
                   16186: 
                   16187:        * src/types/pa_vrequest.C: $request:body unprecessed POST request
                   16188: 
                   16189:        * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
                   16190:          pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
                   16191: 
                   16192:        * operators.txt, src/classes/form.C, src/include/pa_pool.h,
                   16193:          src/include/pa_request.h, src/main/pa_pool.C,
                   16194:          src/types/pa_vform.C, src/types/pa_vform.h: planning/preparing_to
                   16195:          $request:body r.post_data now const
                   16196: 
                   16197:        * src/: classes/image.C, classes/op.C, classes/xdoc.C,
                   16198:          classes/xnode.C, main/execute.C, types/pa_value.h,
                   16199:          types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
                   16200:          types/pa_vtable.h: instead of type() checking everywhere used
                   16201:          Value.as now user descendants can be used in params.
                   16202: 
                   16203:          VObject::as_*, is_defined now taken from bases.  xtable(table)
                   16204:          ^if($xtable) now OK
                   16205: 
                   16206:        * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
                   16207:          types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
                   16208:          types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
                   16209: 
                   16210: 2002-08-14  paf
                   16211: 
                   16212:        * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
                   16213:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   16214:          types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   16215:          types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
                   16216:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   16217:          types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
                   16218:          types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
                   16219:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   16220:          types/pa_vresponse.C, types/pa_vresponse.h,
                   16221:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   16222:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
                   16223:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   16224:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   16225:          types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
                   16226:          & VClass
                   16227: 
                   16228:        * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
                   16229: 
                   16230:        * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
                   16231:          removed fixopt stupidity. on stupid linux use cd /document/root
                   16232:          ../cgi/parser3 script
                   16233: 
                   16234:        * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
                   16235:          params, splitting them by space, excluding argv[0], argv[argc-1]
                   16236: 
                   16237:        * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
                   16238:          fixopt.h: fixopt now preprocesses command line params, splitting
                   16239:          them by space, excluding argv[0], argv[argc-1]
                   16240: 
                   16241:        * src/targets/cgi/parser3.C: -f config file
                   16242: 
                   16243:        * src/targets/cgi/parser3.C: fixed .log file dir
                   16244: 
                   16245: 2002-08-13  paf
                   16246: 
                   16247:        * src/types/pa_vobject.C: allow override parent variables, useful
                   16248:          for form descendants [in vobject too, were in vclass]
                   16249: 
                   16250:        * src/types/pa_vclass.C: allow override parent variables, useful
                   16251:          for form descendants
                   16252: 
                   16253:        * src/types/pa_vclass.C: checked: form[vclass]fields can be
                   16254:          overwritten in derived(table)
                   16255: 
                   16256:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   16257:          classes/xnode.h, include/pa_request.h, main/execute.C,
                   16258:          main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
                   16259:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   16260:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
                   16261:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   16262:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
                   16263:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   16264:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   16265:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   16266:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   16267:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
                   16268:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   16269:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   16270:          types/pa_vxnode.h, types/pa_wwrapper.h: introduced
                   16271:          Value::get_element(..., bool looking_down) [needed to exclude
                   16272:          endless recoursion]
                   16273: 
                   16274:        * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
                   16275:          fix bug with put endless recoursion todo: check 'as'
                   16276: 
                   16277:        * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
                   16278:          reorganized modules todo: fix bug with put endless recoursion
                   16279:          todo: check 'as'
                   16280: 
                   16281:        * src/types/pa_vobject.h: checked: table fields can be overwritten
                   16282:          in derived(table)
                   16283: 
                   16284:        * src/types/pa_vobject.h: derived classes can have fields of their
                   16285:          own now
                   16286: 
                   16287:        * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
                   16288:          fixed error message on using non-created table
                   16289: 
                   16290:        * src/: classes/form.C, classes/hash.C, classes/mail.C,
                   16291:          classes/op.C, classes/xnode.h, include/pa_request.h,
                   16292:          main/compile.C, main/compile.tab.C, main/execute.C,
                   16293:          main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
                   16294:          types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   16295:          types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
                   16296:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   16297:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
                   16298:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   16299:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   16300:          types/pa_vresponse.C, types/pa_vresponse.h,
                   16301:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   16302:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
                   16303:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   16304:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   16305:          types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
                   16306:          looking down/up tree todo: fix error message on non-constructed
                   16307:          parents
                   16308: 
                   16309: 2002-08-12  paf
                   16310: 
                   16311:        * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
                   16312:          derived OK
                   16313: 
                   16314:        * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
                   16315:          thorough testing
                   16316: 
                   16317:        * src/: main/compile.tab.C, main/compile.y, main/execute.C,
                   16318:          main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
                   16319:          types/pa_vobject.h, types/pa_vstateless_class.h,
                   16320:          types/pa_vstateless_object.h, types/pa_wcontext.h,
                   16321:          types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
                   16322:          ^base:create[] dynamic call rewritten todo: thorough testing
                   16323: 
                   16324:        * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
                   16325:          now instantates base class, remembers it and saves child in
                   16326:          parent VObject.get_class now returns last child = downward
                   16327:          virtual calls OK
                   16328: 
                   16329:        * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
                   16330:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
                   16331:          types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
                   16332:          types/pa_vobject.h, types/pa_vresponse.h,
                   16333:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   16334:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
                   16335:          types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
                   16336:          VAliased [redundant], moved $CLASS to VObject only [parser class
                   16337:          instance]
                   16338: 
                   16339:        * bin/auto.p.dist.in: more like in dist on parser.ru
                   16340: 
                   16341:        * bin/auto.p.dist.in: fixed sendmail default comment
                   16342: 
                   16343:        * src/main/pa_request.C: $response:body[file] content-type check
                   16344:          fixed [were bad when content-type is hash]
                   16345: 
                   16346: 2002-08-09  paf
                   16347: 
                   16348:        * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
                   16349:          types/pa_vobject.h, types/pa_vxdoc.h: started as()
                   16350: 
                   16351: 2002-08-08  paf
                   16352: 
                   16353:        * operators.txt, src/classes/date.C, src/include/pa_globals.h,
                   16354:          src/main/pa_globals.C: year column in month calendar [week year]
                   16355: 
                   16356:        * src/main/execute.C: error reporting on object writes to MAIN
                   16357:          improved [were ruind with fixing $obj[^if(1){$obj}] ]
                   16358: 
                   16359:        * operators.txt, src/types/pa_vdate.h: $date.yearday
                   16360:          $date.daylightsaving
                   16361: 
                   16362:        * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
                   16363:          use tainted data now. only she must specify the language.
                   16364: 
                   16365:          ^mail:send[     $.from[paf@mail.design.ru]
                   16366:          $.to[paf@mail.design.ru]        $.subject[^taint[uri][ìîñêâà]=2]
                   16367:                $.text[^taint[uri][ìîñêâà]=] ]
                   16368: 
                   16369:        * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
                   16370:          now prints more precise origin
                   16371: 
                   16372:        * src/include/pa_string.h: String::first_char now not fails on
                   16373:          empty strings ^if(-f '') now ok and in 3 other places.
                   16374: 
                   16375:        * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
                   16376:          String::first_char now not fails on empty strings ^if(-f '') now
                   16377:          ok and in 3 other places.
                   16378: 
                   16379: 2002-08-07  paf
                   16380: 
                   16381:        * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
                   16382:          fixed
                   16383: 
                   16384:        * src/main/pa_string.C: ^string.mid(0;bad) fixed
                   16385: 
                   16386:        * src/: main/execute.C, types/pa_vcode_frame.h,
                   16387:          types/pa_vmethod_frame.h, types/pa_wcontext.C,
                   16388:          types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
                   16389:          mistakenly not completely transparent to object writes.
                   16390:          $hash[^if(1){$hash}] now works
                   16391: 
                   16392:        * operators.txt, src/classes/op.C: ^cache...{...^cache<<to past...}
                   16393:          now erasing cache file [there were bad check on that]
                   16394: 
                   16395:        * src/: classes/classes.dsp, classes/table.C,
                   16396:          lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
                   16397:          all Debug dirs in .dsp now named 'Debug'
                   16398: 
1.116     moko     16399:        * etc/parser3.charsets/Makefile.am: all included into dist
1.95      moko     16400: 
                   16401:        * operators.txt, src/classes/mail.C: exception_type  email.send
                   16402: 
                   16403:        * operators.txt, src/types/pa_vmail.C: exception_type  email.format
                   16404: 
                   16405:        * src/types/pa_vmail.C: mail:send empty  email checked
                   16406: 
                   16407: 2002-08-06  paf
                   16408: 
                   16409:        * operators.txt, src/classes/table.C, src/include/pa_array.h,
                   16410:          src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
                   16411:          ^table::create[$source;$.options] ^table::join[$source;$.options]
                   16412: 
                   16413:        * operators.txt, src/classes/hash.C, src/classes/string.C,
                   16414:          src/classes/table.C: sql options can be string now ^xxx:sql{...}[
                   16415:          #  $.default() }
                   16416: 
                   16417:        * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
                   16418: 
                   16419:        * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
                   16420:          main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
                   16421:          $file.content-type [instead of .mime-type] now works for
                   16422:          file::stat also
                   16423: 
                   16424:        * src/main/pa_request.C: case insensitive mime_type_of
                   16425: 
                   16426:        * bin/auto.p.dist.in: jpeg
                   16427: 
                   16428: 2002-08-05  paf
                   16429: 
                   16430:        * src/types/pa_vxnode.C: xnode.childNodes  now 0... [were 1...]
                   16431: 
                   16432:        * src/types/pa_vmail.C: file buffer relocated to parser heap
                   16433: 
                   16434:        * operators.txt: comment on date:calendar week column
                   16435: 
                   16436:        * src/main/pa_common.C: write checked
                   16437: 
                   16438:        * src/main/: pa_common.C: write checked
                   16439: 
                   16440:        * src/classes/date.C: +1 buf size for stupid snprintfs
                   16441: 
                   16442:        * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
                   16443:          month calendar week column [ISO 8601 Week Numbers]
                   16444: 
                   16445: 2002-08-02  paf
                   16446: 
                   16447:        * src/: include/pa_config_fixed.h, main/pa_string.C,
                   16448:          targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
                   16449:          DEBUG*
                   16450: 
                   16451:        * configure, configure.in, src/include/pa_version.h: release
                   16452:          3_0_0005
                   16453: 
                   16454:        * bin/auto.p.dist.in: unhandled_exception comments
                   16455: 
                   16456:        * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
                   16457:          multipart post fixed
                   16458: 
                   16459:        * operators.txt, src/main/pa_request.C, src/types/pa_vform.C:
                   16460:          response transcoded source->client only when text/* or simple
                   16461:          onoverridden $response:body
                   16462: 
                   16463: 2002-08-01  paf
                   16464: 
                   16465:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   16466:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   16467:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   16468:          classes/op.C, classes/response.C, classes/string.C,
                   16469:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   16470:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   16471:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   16472:          include/pa_config_fixed.h, include/pa_dictionary.h,
                   16473:          include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
                   16474:          include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
                   16475:          include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
                   16476:          include/pa_socks.h, include/pa_sql_connection.h,
                   16477:          include/pa_sql_driver_manager.h, include/pa_stack.h,
                   16478:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   16479:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   16480:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   16481:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                   16482:          lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
                   16483:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   16484:          main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
                   16485:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
                   16486:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   16487:          main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
                   16488:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   16489:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   16490:          main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
                   16491:          targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
                   16492:          targets/cgi/parser3.C, targets/cgi/pool_storage.h,
                   16493:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   16494:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
                   16495:          types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
                   16496:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
                   16497:          types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   16498:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
                   16499:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   16500:          types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
                   16501:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   16502:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
                   16503:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   16504:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   16505:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   16506:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   16507:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   16508:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   16509:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   16510:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1.119     moko     16511:          types/pa_wcontext.h, types/pa_wwrapper.h: Date: now
1.95      moko     16512: 
                   16513:        * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
                   16514:          classes/date.C, classes/double.C, classes/file.C, classes/form.C,
                   16515:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   16516:          classes/math.C, classes/op.C, classes/response.C,
                   16517:          classes/string.C, classes/table.C, classes/void.C,
                   16518:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   16519:          include/pa_array.h, include/pa_cache_managers.h,
                   16520:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   16521:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   16522:          include/pa_dictionary.h, include/pa_dir.h,
                   16523:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   16524:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   16525:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   16526:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   16527:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   16528:          include/pa_stack.h, include/pa_string.h,
                   16529:          include/pa_stylesheet_connection.h,
                   16530:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   16531:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   16532:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
                   16533:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   16534:          main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
                   16535:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   16536:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   16537:          main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
                   16538:          main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
                   16539:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   16540:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   16541:          main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   16542:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   16543:          targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
                   16544:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   16545:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   16546:          targets/isapi/pool_storage.h, types/pa_valiased.C,
                   16547:          types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
                   16548:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   16549:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   16550:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   16551:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   16552:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
                   16553:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
                   16554:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   16555:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   16556:          types/pa_vresponse.C, types/pa_vresponse.h,
                   16557:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   16558:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   16559:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   16560:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   16561:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   16562:          types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   16563:          types/pa_wwrapper.h, types/types.dsp, Makefile.am,
                   16564:          classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
                   16565:          types/Makefile.am: ident.C* removed
                   16566: 
                   16567:        * operators.txt, src/classes/file.C, src/main/pa_request.C:
                   16568:          file:find[/can/do/this/now.txt]
                   16569: 
                   16570:        * src/targets/cgi/parser3.C: usage to stdout now
                   16571: 
                   16572: 2002-07-31  paf
                   16573: 
                   16574:        * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
                   16575: 
                   16576:        * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
                   16577:          default "postmaster"
                   16578: 
                   16579:        * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
                   16580:          -f postmaster now default sendmail key word "postmaster"
                   16581:          replaced to $.from
                   16582: 
                   16583: 2002-07-30  paf
                   16584: 
1.116     moko     16585:        * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
                   16586:          src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95      moko     16587: 
                   16588:        * src/main/pa_charset.C: comment
                   16589: 
                   16590:        * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
                   16591:          table, &#decimal;
                   16592: 
                   16593:        * src/main/pa_request.C: comment
                   16594: 
                   16595:        * etc/parser3.charsets/windows-1251.cfg: section sign [russian
                   16596:          paragraf]
                   16597: 
                   16598: 2002-07-11  paf
                   16599: 
                   16600:        * src/main/pa_exec.C: build command line badly added params twice
                   16601:          [and first time without ' ']. double wrong. fixed.
                   16602: 
                   16603:        * src/main/pa_exec.C: invalid .exe caused error message with params
                   16604:          wich parser did not provide = reported badly.  fixed that.
                   16605: 
                   16606:        * src/classes/mail.C: $MAIL[ # xxx ]
                   16607: 
                   16608:          now ok
                   16609: 
                   16610:        * operators.txt: plan: sql detailed exception
                   16611: 
                   16612: 2002-07-01  paf
                   16613: 
                   16614:        * src/: classes/form.C, main/pa_request.C: @conf bug fixed
                   16615:          [MForm.configure_admin were called when request.main_class ==0
                   16616: 
                   16617:        * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
                   16618: 
                   16619:        * src/classes/form.C: content_length type fix
                   16620: 
                   16621: 2002-06-30  paf
                   16622: 
                   16623:        * src/classes/mail.C: merged from 4
                   16624: 
                   16625:        * src/classes/mail.C: restored $MAIL
                   16626: 
                   16627: 2002-06-28  paf
                   16628: 
                   16629:        * configure, configure.in: removed paths.h
                   16630: 
1.116     moko     16631:        * configure, src/include/pa_version.h,
1.95      moko     16632:          src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
                   16633:          merged, makes updated
                   16634: 
                   16635:        * ChangeLog, configure, operators.txt, src/classes/xdoc.C,
                   16636:          src/include/pa_charset.h, src/include/pa_config_fixed.h,
                   16637:          src/include/pa_pool.h, src/include/pa_version.h,
                   16638:          src/main/pa_charset.C, src/main/pa_pool.C,
                   16639:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
                   16640:          src/types/pa_vmail.C: merged latest updates to head
                   16641: 
                   16642: 2002-06-27  paf
                   16643: 
                   16644:        * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
                   16645:          not error now
                   16646: 
                   16647:        * operators.txt, src/classes/xdoc.C, src/include/pa_charset.h,
                   16648:          src/include/pa_config_fixed.h, src/include/pa_pool.h,
                   16649:          src/main/pa_charset.C, src/main/pa_pool.C:
                   16650:          ^xdoc::create[[uri]]... base uri for document being created,
                   16651:          imports and other relative file names would be relative to this
                   16652:          uri default uri=path_translated
                   16653: 
                   16654:        * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
                   16655: 
                   16656: 2002-06-26  paf
                   16657: 
                   16658:        * configure, configure.in, src/include/pa_version.h:
                   16659:          release_3_0_0004
                   16660: 
                   16661:        * src/main/pa_string.C: blank string '', ' <whitespace>' considered
                   16662:          0 now
                   16663: 
                   16664:        * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
                   16665: 
                   16666: 2002-06-25  paf
                   16667: 
                   16668:        * src/main/pa_string.C: emtpy string, or string of whitespaces
                   16669:          considered bad number now
                   16670: 
                   16671:        * operators.txt, src/classes/xdoc.C: ^xdoc.transform[xdoc <<can be
                   16672:          now
                   16673: 
                   16674:        * operators.txt, src/classes/string.C: ^string.normalize  [old
                   16675:          name: optimize
                   16676: 
                   16677:        * configure, configure.in, src/include/pa_config_auto.h.in: crypt
                   16678:          library configured
                   16679: 
                   16680:        * src/main/pa_request.C: configure_admin forced if no @conf
                   16681: 
                   16682:        * operators.txt, bin/auto.p.dist.in, src/classes/math.C,
                   16683:          src/types/pa_vmail.C: ^math:crypt updated to generate random salt
                   16684:          when needed and to call system crypt() if not $apr1$ prefix
                   16685: 
                   16686: 2002-06-24  paf
                   16687: 
                   16688:        * INSTALL: --with-static/shared-mailreceive described
                   16689: 
                   16690:        * src/include/pa_config_fixed.h: ssize_t fixed
                   16691: 
1.116     moko     16692:        * configure, configure.in, src/include/pa_config_auto.h.in,
                   16693:          src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95      moko     16694:          src/types/pa_vmail.C: $mail:received makes update
                   16695: 
                   16696:        * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
                   16697:          WITH_MAILRECEIVE
                   16698: 
                   16699:        * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
                   16700: 
                   16701:        * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
                   16702:          option, for $mail:receive
                   16703: 
                   16704:        * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
                   16705:          introducting $message:received ^mail:send rewritten with backward
                   16706:          comp
                   16707: 
                   16708:        * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
                   16709:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   16710:          types/types.dsp: win32xml win32mailreceive pseudomodules paths
                   16711:          now
                   16712: 
                   16713:        * operators.txt, src/classes/mail.C, src/include/Makefile.am,
                   16714:          src/include/pa_charset.h, src/include/pa_config_fixed.h,
                   16715:          src/include/pa_request.h, src/include/pa_string.h,
                   16716:          src/include/pa_uue.h, src/main/Makefile.am, src/main/main.dsp,
                   16717:          src/main/pa_globals.C, src/main/pa_request.C,
                   16718:          src/main/pa_string.C, src/main/pa_uue.C,
                   16719:          src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
                   16720:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
                   16721:          src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
                   16722:          uue to separate file introducting $message:received ^mail:send
                   16723:          rewritten with backward comp
                   16724: 
                   16725: 2002-06-21  paf
                   16726: 
1.116     moko     16727:        * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
                   16728:          co changes
1.95      moko     16729: 
1.116     moko     16730:        * configure, configure.in, src/lib/md5/Makefile.am,
                   16731:          src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
                   16732:          restructure .in and .am files appropriate changes
1.95      moko     16733: 
                   16734:        * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
                   16735:          pcre to libs/ added libs/md5 which is linked to non-apache
                   16736:          targets ^math:crypt[password;$apr1$salt]
                   16737: 
                   16738:        * INSTALL, configure.in, operators.txt, parser3.dsw,
                   16739:          src/Makefile.am, src/classes/Makefile.am,
                   16740:          src/classes/classes.dsp, src/classes/math.C,
                   16741:          src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.116     moko     16742:          src/lib/pcre/Makefile.am, src/lib/pcre/README,
                   16743:          src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
                   16744:          src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
                   16745:          src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
                   16746:          src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
                   16747:          src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
                   16748:          src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
                   16749:          src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95      moko     16750:          src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
                   16751:          src/lib/pcre/pcre_parser_ctype.dsp,
                   16752:          src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
                   16753:          src/lib/pcre/win-koi.tab, src/main/Makefile.am,
                   16754:          src/main/compile.tab.C, src/main/main.dsp,
                   16755:          src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
                   16756:          src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
                   16757:          src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
                   16758:          to libs/ added libs/md5 which is linked to non-apache targets
                   16759:          ^math:crypt[password;$apr1$salt]
                   16760: 
                   16761: 2002-06-20  paf
                   16762: 
                   16763:        * INSTALL, configure, configure.in, operators.txt, bin/Makefile.am,
1.116     moko     16764:          bin/auto.p.dist.in, src/classes/file.C, src/classes/op.C,
                   16765:          src/doc/doxygen.cfg, src/include/pa_globals.h,
1.95      moko     16766:          src/include/pa_request.h, src/main/execute.C,
                   16767:          src/main/pa_request.C, src/targets/cgi/parser3.C,
                   16768:          src/targets/isapi/parser3isapi.C, src/types/pa_vmethod_frame.h:
                   16769:          marged latest HEAD updates, mainly file:justname&co &
                   16770:          @auto/conf[filespec
                   16771: 
                   16772:        * operators.txt, src/classes/file.C:
                   16773:          !^file:dirname[/a/some.tar.gz]=/a
                   16774:              !^file:dirname[/a/b/]=/a
                   16775:              !^file:basename[/a/some.tar.gz]=some.tar.gz
                   16776:              !^file:justname[/a/some.tar.gz]=some.tar
                   16777:              !^file:justext[/a/some.tar.gz]=gz
                   16778: 
                   16779:        * src/: classes/op.C, include/pa_request.h, main/execute.C,
                   16780:          main/pa_request.C, types/pa_vmethod_frame.h: introducing
                   16781:          @conf/auto[filespec]
                   16782: 
                   16783:        * bin/auto.p.dist.in: <noindex>
                   16784: 
1.116     moko     16785:        * configure: parser3.conf renamed to auto.p autoconf changes
1.95      moko     16786: 
                   16787:        * INSTALL, configure.in, operators.txt, bin/Makefile.am,
                   16788:          bin/auto.p.dist.in, src/doc/doxygen.cfg,
                   16789:          src/include/pa_globals.h, src/targets/cgi/parser3.C,
                   16790:          src/targets/isapi/parser3isapi.C: parser3.conf renamed to auto.p
                   16791: 
                   16792: 2002-06-18  paf
                   16793: 
                   16794:        * configure, configure.in, src/include/pa_version.h: version to
                   16795:          configure.in
                   16796: 
                   16797:        * INSTALL: reflected .conf.dist dir change
                   16798: 
1.116     moko     16799:        * Makefile.am, configure, configure.in, bin/Makefile.am,
                   16800:          etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95      moko     16801:          .in & *.am updated
                   16802: 
                   16803:        * src/classes/file.C: strncasecmp
                   16804: 
                   16805:        * src/classes/file.C: strcasecmp
                   16806: 
1.116     moko     16807:        * bin/Makefile.am, etc/Makefile.am: bin/parser3.conf.dist [moved
                   16808:          from etc
1.95      moko     16809: 
                   16810:        * src/classes/file.C: ^file::exec[script;$.bad error case
                   16811:          insensitive check now
                   16812: 
                   16813:        * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
                   16814: 
                   16815:        * configure, configure.in, src/include/pa_pool.h,
                   16816:          src/include/pa_types.h: pack configure.in detection simplified.
                   16817:          figured out that gcc on sparc not that stupid as thought
                   16818:          previously: on sparc: when it sees packed class it modifies it's
                   16819:          field-access-code to byte operations [stb, ldub] instead of 4byte
                   16820:          operations [st, lduh] so packed must be all parts of packed
                   16821:          class, i.e. it's parents&fields(classes).  for now it's only
                   16822:          String that packed and what was wrong is that it's parent -
                   16823:          Pooled, were not packed. fixed that.
                   16824: 
                   16825: 2002-06-14  paf
                   16826: 
                   16827:        * operators.txt: more precise xml-to-text options
                   16828: 
                   16829:        * operators.txt, src/types/pa_vxnode.C: xnode
                   16830:          attribute_node.name/value xnode pi.node.data
                   16831: 
                   16832: 2002-06-12  paf
                   16833: 
1.116     moko     16834:        * configure, configure.in, src/targets/cgi/Makefile.am,
                   16835:          src/targets/cgi/parser3.C: removed root conf define creation
1.95      moko     16836: 
                   16837:        * INSTALL, configure.in, operators.txt, etc/Makefile.am,
                   16838:          src/include/pa_globals.h, src/include/pa_request.h,
                   16839:          src/main/compile.tab.C, src/main/pa_globals.C,
                   16840:          src/main/pa_request.C, src/targets/cgi/parser3.C,
                   16841:          src/targets/isapi/parser3isapi.C: parser3.conf now one and only
                   16842: 
                   16843:        * src/classes/mail.C: sendmail -ti [default now]
                   16844: 
                   16845:        * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
                   16846:          to be strings. for convinient #ing
                   16847: 
                   16848:        * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
                   16849:          main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
                   16850: 
                   16851:        * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
                   16852:          main/pa_globals.C, main/pa_request.C: @conf
                   16853: 
                   16854: 2002-06-11  paf
                   16855: 
                   16856:        * src/classes/file.C: check simplified
                   16857: 
                   16858:        * src/: classes/file.C, targets/cgi/parser3.dsp,
                   16859:          targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
                   16860:          valid prefix
                   16861: 
                   16862:        * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
                   16863:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
                   16864:          file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
                   16865: 
                   16866: 2002-06-10  paf
                   16867: 
                   16868:        * operators.txt, src/classes/op.C, src/include/pa_common.h,
                   16869:          src/main/pa_common.C: lock failures reported now
                   16870: 
                   16871:        * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
                   16872:          string->double @ compile time were not-enough-checking...
                   16873: 
                   16874:        * src/main/: compile.tab.C, pa_string.C: whitespace after number in
                   16875:          autoconvert now ignored
                   16876: 
                   16877:        * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
                   16878:          check
                   16879: 
                   16880:        * src/classes/mail.C: mail netscape attachment name fixed. todo:
                   16881:          $response:body content-type:name
                   16882: 
                   16883:        * configure, configure.in: hpux check, nsl link, no socket
                   16884: 
                   16885:        * operators.txt: old merge conflict removed
                   16886: 
                   16887:        * configure, configure.in: pack even address access on sparc&co
                   16888:          arch checked in configure
                   16889: 
                   16890:        * configure, src/include/pa_version.h: makes
                   16891: 
                   16892:        * configure, configure.in, src/include/pa_version.h: makes
                   16893: 
                   16894:        * src/main/untaint.C: (bug#2) mail subject got always prepended
                   16895:          with charset even when all letters were 7bit one
                   16896: 
                   16897:        * src/main/pa_common.C: merged fixed -d (bug)
                   16898: 
                   16899:        * src/main/pa_common.C: fixed -d (bug)
                   16900: 
                   16901: 2002-06-03  paf
                   16902: 
                   16903:        * ChangeLog, operators.txt, etc/parser3.charsets/windows-1251.cfg,
                   16904:          src/classes/classes.dsp, src/main/compile.tab.C,
                   16905:          src/main/main.dsp, src/main/pa_globals.C,
                   16906:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
                   16907:          src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
                   16908:          .dsp-s along with reorganized cvs modules dirs structure
                   16909: 
                   16910:        * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
                   16911:          main/pa_globals.C, targets/cgi/parser3.dsp,
                   16912:          targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
                   16913:          modules
                   16914: 
                   16915: 2002-05-28  paf
                   16916: 
                   16917:        * src/targets/cgi/parser3.C: info.uri now ""
                   16918: 
                   16919: 2002-05-17  paf
                   16920: 
                   16921:        * src/classes/: table.C: ^table.save << checked empty
                   16922:          pre/match/post columns
                   16923: 
                   16924: 2002-05-16  paf
                   16925: 
                   16926:        * src/classes/image.C: image::measure can png now
                   16927: 
                   16928: 2002-05-15  paf
                   16929: 
                   16930:        * operators.txt, src/classes/date.C: ^date::create[%H:%M[:%S]]
                   16931:          added
                   16932: 
                   16933:        * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
                   16934: 
                   16935:        * operators.txt, src/classes/date.C: ^date::create[%Y[-%m[-%d[
                   16936:          %H[:%M[:%S]]]]]] [-%m now
                   16937: 
                   16938: 2002-05-14  paf
                   16939: 
                   16940:        * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
                   16941: 
                   16942: 2002-05-07  paf
                   16943: 
                   16944:        * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
                   16945:          src/include/pa_globals.h, src/include/pa_request.h,
                   16946:          src/include/pa_table.h, src/main/compile.tab.C,
                   16947:          src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
                   16948:          src/main/pa_request.C, src/main/pa_table.C,
                   16949:          src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
                   16950:          src/targets/isapi/parser3isapi.dsp,
                   16951:          src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
                   16952:          name2number field now &.  main_method_name now on Request pool
                   16953:          rather on global_pool [Junction+VJunction created on same pool as
                   16954:          name = were created on global pool, causing mem leaks]
                   16955: 
                   16956:        * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
                   16957:          include/pa_request.h, include/pa_table.h, main/compile.tab.C,
                   16958:          main/compile.y, main/main.dsp, main/pa_globals.C,
                   16959:          main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
                   16960:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   16961:          targets/isapi/pool_storage.h, types/types.dsp: Table name2number
                   16962:          field now &.  main_method_name now on Request pool rather on
                   16963:          global_pool [Junction+VJunction created on same pool as name =
                   16964:          were created on global pool, causing mem leaks]
                   16965: 
                   16966: 2002-05-06  paf
                   16967: 
                   16968:        * src/: main/pa_globals.C, targets/cgi/parser3.C,
                   16969:          targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
                   16970:          100*40 bytes per request memory leak [nonpool malloc in globals]
                   16971: 
                   16972:        * src/: main/pa_globals.C, targets/cgi/parser3.C,
                   16973:          targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
                   16974:          100*40 bytes per request memory leak [nonpool malloc in globals]
                   16975: 
                   16976: 2002-04-30  paf
                   16977: 
                   16978:        * configure, src/include/pa_version.h: version now not b
                   16979: 
                   16980:        * src/targets/cgi/parser3.C: request.uri now never 0
                   16981: 
                   16982: 2002-04-29  paf
                   16983: 
                   16984:        * configure.in: removed b
                   16985: 
                   16986:        * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
                   16987:          Exception::comment/type checked in (), no there's no empty
                   16988:          type/comment by default
                   16989: 
                   16990:        * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
                   16991:          src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
                   16992:          src/doc/value.dox, src/include/pa_exception.h,
                   16993:          src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
                   16994:          0001
                   16995: 
                   16996: 2002-04-26  paf
                   16997: 
                   16998:        * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
                   16999:          size reduced
                   17000: 
                   17001: 2002-04-25  paf
                   17002: 
                   17003:        * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
                   17004:          under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
                   17005:          now that took into account
                   17006: 
                   17007:        * operators.txt, src/classes/date.C: ^date::create[2002-12-33
                   17008:          01:03:04]
                   17009: 
                   17010:        * ChangeLog, operators.txt, src/classes/date.C:
                   17011:          ^date::create[2002-12-33 01:03:04]
                   17012: 
                   17013:        * ChangeLog: updated changelog
                   17014: 
                   17015:        * src/classes/table.C: removed restriction on column count to
                   17016:          ^table.hash to work, now must be >0 [were >1]
                   17017: 
                   17018: 2002-04-24  paf
                   17019: 
                   17020:        * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
                   17021:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   17022:          targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
                   17023:          targets
                   17024: 
                   17025: 2002-04-23  paf
                   17026: 
                   17027:        * operators.txt, src/classes/string.C:
                   17028:          int/double/string:sql{}[$.default{code}] fixed [were barking:
                   17029:          "junction used outside of context"]
                   17030: 
                   17031: 2002-04-22  paf
                   17032: 
                   17033:        * types.txt, src/classes/string.C, src/include/pa_string.h,
                   17034:          src/main/pa_string.C, src/types/pa_vstring.C,
                   17035:          src/types/pa_vstring.h: ^string.optimize[]
                   17036: 
                   17037:        * src/: include/pa_globals.h, include/pa_table.h,
                   17038:          main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
                   17039:          table template
                   17040: 
                   17041:        * src/classes/: string.C: optimize removed from string
                   17042:          .left/right/pos
                   17043: 
                   17044:        * src/main/execute.C: rolled back to
                   17045:          before_killing_userjunction_contexts
                   17046: 
                   17047:        * src/main/execute.C: user junctions context killed
                   17048: 
                   17049:        * src/main/execute.C: junctions to local contexts got
                   17050:          cleanized&checked later
                   17051: 
                   17052: 2002-04-19  paf
                   17053: 
                   17054:        * src/: classes/string.C, include/pa_request.h,
                   17055:          include/pa_string.h, main/pa_request.C, main/pa_string.C,
                   17056:          types/pa_vstring.C, types/pa_vstring.h: string now optimized
                   17057:          prior to .left .right .mid .pos .match when that is profitable,
                   17058:          and always before .replace when $ORIGINS(1) optimization disabled
                   17059:          economy from not wasting mem on lots of strings which occur by
                   17060:          lots of String:mid calls to get parts of source string between
                   17061:          found_occurances
                   17062: 
                   17063:        * src/classes/file.C: ovector now local economy: 16 bytes per
                   17064:          ^file:list
                   17065: 
                   17066:        * src/: include/pa_globals.h, include/pa_table.h,
                   17067:          main/pa_globals.C, main/pa_string.C: String::match table columns
                   17068:          globalized, not created @ each ^match anymore economy:
                   17069:          sizeof(Array)+space on 3+x cells=24+ bytes per ^match
                   17070: 
                   17071:        * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
                   17072:          removed from each String::match replace iteration, and made
                   17073:          stacked sizeof(VTable)=12bytes economy on each replace code
                   17074: 
                   17075:        * src/doc/footer.htm: 2001,
                   17076: 
                   17077:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   17078:          string.match[]['] option enables generation of $match.prematch
                   17079:          .match .postmatch columns
                   17080: 
                   17081:        * src/main/pa_string.C: String::match options analized without
                   17082:          cstr-ing them now
                   17083: 
                   17084:        * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
                   17085:          sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
                   17086:          config updated to doxygen 1.2.15, created helper which fixes
                   17087:          minor bugs in chm project files & htm tree.  changed extension to
                   17088:          .htm
                   17089: 
                   17090: 2002-04-18  paf
                   17091: 
                   17092:        * src/doc/doxygen.cfg: .chi generation disabled
                   17093: 
                   17094:        * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
                   17095:          classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
                   17096:          fields&methods
                   17097: 
                   17098:        * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
                   17099:          types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
                   17100:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
                   17101:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
                   17102:          types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
                   17103:          types/pa_vresponse.h, types/pa_vstateless_class.h,
                   17104:          types/pa_vstateless_object.h, types/pa_vstatus.h,
                   17105:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
                   17106:          types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
                   17107:          VStateless_class to VObject
                   17108: 
                   17109:        * src/: main/pa_request.C, types/pa_valiased.h,
                   17110:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   17111:          types/pa_vstring.h: VStateless_string_object speicalized light
                   17112:          version of VStateless_object
                   17113: 
                   17114:        * src/classes/op.C: ^throw comment param made optional
                   17115: 
                   17116:        * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
                   17117:          pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
                   17118:          and implemented down in VClass, fclass_alias removed,
                   17119: 
                   17120:        * src/types/pa_value.C: forced to cut that from .h because of
                   17121:          VStateless_class usage [undefined in .h]
                   17122: 
                   17123:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   17124:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   17125:          main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
                   17126:          merged with OP_CALL, VCodeFrame move to stack [no more heap waste
                   17127:          on each CALL]
                   17128: 
                   17129:        * src/: classes/classes.h, classes/date.C, classes/double.C,
                   17130:          classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
                   17131:          classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
                   17132:          classes/response.C, classes/string.C, classes/table.C,
                   17133:          classes/void.C, classes/xnode.C, include/pa_globals.h,
                   17134:          include/pa_request.h, main/execute.C, main/pa_globals.C,
                   17135:          main/pa_request.C, types/Makefile.am, types/pa_value.h,
                   17136:          types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
                   17137:          types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   17138:          types/pa_vstateless_class.h, types/pa_wcontext.C,
                   17139:          types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
                   17140:          removed Value::fname
                   17141: 
                   17142: 2002-04-17  paf
                   17143: 
                   17144:        * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
                   17145:          doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
                   17146:          doc/pooled.dox, doc/string.dox, doc/targets.dox,
                   17147:          include/pa_pool.h, include/pa_types.h: dox updated to current
                   17148:          state, PTHROW freshen to throw & co
                   17149: 
                   17150:        * src/types/pa_vhash.h: vstring wrong parent fixed
                   17151: 
                   17152:        * src/classes/op.C: taint local result var bug fixed
                   17153: 
                   17154: 2002-04-16  paf
                   17155: 
                   17156:        * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
                   17157:          Attic asm.txt as most interesting
                   17158: 
                   17159:        * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
                   17160:          check, preventing content-length: 0 from appearing
                   17161: 
                   17162:        * src/main/execute.C: $result in @main now taken into account as in
                   17163:          usual functions
                   17164: 
                   17165:        * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
                   17166:          & @unhandled_exception now taken into account as in usual
                   17167:          functions
                   17168: 
                   17169:        * src/doc/postbuild.txt: instructions on post .html build
                   17170: 
                   17171:        * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
                   17172: 
                   17173:        * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
                   17174:          tainted
                   17175: 
                   17176:        * src/main/pa_request.C: uri in error log
                   17177: 
                   17178:        * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
                   17179:          cheched date:create(days) param for validity [later were assumed
                   17180:          valid and crashed on invalid onces]
                   17181: 
                   17182:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   17183:          main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
                   17184:          and used that for removing VString wrapper
                   17185: 
                   17186:        * src/classes/op.C: exception2vhash file now tainted
                   17187: 
                   17188:        * src/classes/op.C: _process pseudo origin copied from local var to
                   17189:          heap
                   17190: 
                   17191:        * src/classes/op.C: extra check on empty file in origin in _execute
                   17192: 
                   17193: 2002-04-15  paf
                   17194: 
                   17195:        * src/: main/execute.C, types/pa_value.h: fixed name update
                   17196: 
                   17197:        * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
                   17198:          functions
                   17199: 
                   17200:        * src/: classes/file.C, classes/hash.C, classes/op.C,
                   17201:          include/pa_request.h, main/execute.C, types/pa_wcontext.h:
                   17202:          started dual write_xxx_lang functions, if checked & works
                   17203: 
                   17204:        * src/: classes/date.C, classes/file.C, classes/mail.C,
                   17205:          classes/string.C, classes/xnode.C, include/pa_request.h,
                   17206:          types/pa_value.h, types/pa_wcontext.h: removed absolutely
                   17207:          unnecessary VString shells
                   17208: 
                   17209:        * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
                   17210:          prev changes]
                   17211: 
                   17212:        * src/: classes/image.C, classes/op.C, classes/string.C,
                   17213:          classes/table.C, include/pa_request.h, main/execute.C,
                   17214:          types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
                   17215:          StringOrValue wcontext result, now ready for dual writes
                   17216: 
                   17217:        * src/targets/cgi/parser3.C: ctime sometimes can be just "",
                   17218:          checked that
                   17219: 
                   17220:        * src/main/: compile.tab.C, compile.y, compile_tools.C,
                   17221:          compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
                   17222:          changed to OP_WRITE_VALUE in var get cases
                   17223: 
                   17224:        * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
                   17225:          include/pa_request.h, main/compile.tab.C, main/compile.y,
                   17226:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   17227:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
                   17228:          switch in hash constructor fixed [were problems with using of
                   17229:          stacked wwrapper after it's death]
                   17230: 
                   17231: 2002-04-12  paf
                   17232: 
                   17233:        * operators.txt, src/classes/table.C: table.select(expression) 0
                   17234: 
                   17235: 2002-04-11  paf
                   17236: 
                   17237:        * src/: classes/string.C, include/pa_request.h, main/execute.C:
                   17238:          Request::process_internal codeFrame & wwrapper stacked [not
                   17239:          wasting  heap anymore]
                   17240: 
                   17241: 2002-04-10  paf
                   17242: 
                   17243:        * src/: classes/double.C, classes/file.C, classes/hash.C,
                   17244:          classes/image.C, classes/int.C, classes/math.C, classes/op.C,
                   17245:          classes/string.C, classes/table.C, classes/void.C,
                   17246:          classes/xdoc.C, include/pa_request.h, main/execute.C,
                   17247:          main/pa_string.C: killed Request::process() wrapping
                   17248:          VString(String) in case we need only String
                   17249: 
                   17250:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   17251:          killed 8 bytes from String.head
                   17252: 
                   17253: 2002-04-09  paf
                   17254: 
                   17255:        * src/: main/compile.tab.C, targets/cgi/parser3.C,
                   17256:          targets/isapi/parser3isapi.C: removed {   char *a;   {      /*sub
                   17257:          local*/char b[...];      a=b; situations
                   17258: 
                   17259:        * operators.txt, src/classes/xdoc.C: xslt params made literal
                   17260: 
                   17261:        * src/classes/xdoc.C: xslt params fixed
                   17262: 
                   17263:        * src/: main/pa_common.C, targets/cgi/parser3.C,
                   17264:          types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
                   17265:          not pool.malloc(MAX_NUMBER) but really neaded
                   17266: 
                   17267:        * operators.txt, src/classes/double.C, src/classes/int.C:
                   17268:          int/double.int/double(default)
                   17269: 
                   17270: 2002-04-04  paf
                   17271: 
                   17272:        * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
                   17273:          [when reconstructing pieces were split by
                   17274:          max_integral(piece.size), thus some strings to replace happen to
                   17275:          be split into two = not replaced)
                   17276: 
                   17277:        * src/targets/cgi/: parser3.C, parser3.dsp: document root in
                   17278:          standalone version = current dir
                   17279: 
                   17280:        * src/targets/cgi/parser3.C: document root in standalone version =
                   17281:          current dir
                   17282: 
                   17283: 2002-04-03  paf
                   17284: 
                   17285:        * configure, configure.in: more checks on nonexistent charset
                   17286: 
1.116     moko     17287:        * INSTALL, configure, configure.in: root config configure options
1.95      moko     17288: 
                   17289: 2002-04-02  paf
                   17290: 
                   17291:        * src/main/compile.C: parser.compile [exception name more like in
                   17292:          doc]
                   17293: 
                   17294: 2002-04-01  paf
                   17295: 
                   17296:        * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
                   17297:          targets/isapi/parser3isapi.dsp: mail subject encoding taken from
                   17298:          .content-type.charset, not .charset
                   17299: 
                   17300: 2002-03-29  paf
                   17301: 
                   17302:        * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
                   17303: 
                   17304:        * operators.txt, src/classes/date.C: ^date::create now may not
                   17305:          supply day, default 1.  checked 29.03 -> 29.02 roll on non 366
                   17306:          days' year.  | 31.05->31.04   roll
                   17307: 
                   17308: 2002-03-28  paf
                   17309: 
                   17310:        * operators.txt, src/classes/date.C, src/classes/op.C,
                   17311:          src/include/pa_globals.h, src/include/pa_hash.h,
                   17312:          src/main/pa_globals.C, src/types/pa_vdate.h: ^cache[file][date]{
                   17313:          ^cache(seconds)    ^cache[date] }
                   17314: 
                   17315:        * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
                   17316:          param
                   17317: 
                   17318: 2002-03-27  paf
                   17319: 
                   17320:        * operators.txt, src/classes/date.C, src/classes/double.C,
                   17321:          src/classes/file.C, src/classes/form.C, src/classes/hash.C,
                   17322:          src/classes/image.C, src/classes/int.C, src/classes/mail.C,
                   17323:          src/classes/math.C, src/classes/op.C, src/classes/string.C,
                   17324:          src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
                   17325:          src/classes/xnode.C, src/include/pa_exception.h,
                   17326:          src/include/pa_request.h, src/include/pa_stylesheet_connection.h,
                   17327:          src/main/compile.C, src/main/compile_tools.C, src/main/execute.C,
                   17328:          src/main/pa_array.C, src/main/pa_charset.C,
                   17329:          src/main/pa_charsets.C, src/main/pa_common.C,
                   17330:          src/main/pa_dictionary.C, src/main/pa_exception.C,
                   17331:          src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
                   17332:          src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
                   17333:          src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
                   17334:          src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
                   17335:          src/types/pa_value.h, src/types/pa_vcookie.C,
                   17336:          src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
                   17337:          src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
                   17338:          src/types/pa_vtable.C, src/types/pa_vxdoc.h,
                   17339:          src/types/pa_vxnode.h, src/types/pa_wcontext.C,
                   17340:          src/types/pa_wwrapper.h: assigned exception types
                   17341: 
                   17342:        * operators.txt, src/classes/op.C, src/include/pa_config_fixed.h,
                   17343:          src/include/pa_request.h, src/main/execute.C,
                   17344:          src/main/pa_request.C: decided agains resetting exception_trace,
                   17345:          just changed name
                   17346: 
                   17347: 2002-03-26  paf
                   17348: 
                   17349:        * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
                   17350:          fixed
                   17351: 
                   17352:        * src/classes/op.C: forced language of $source field of exception
                   17353:          to 'tainted', so that sql-langed-frags could be outputed outside
                   17354:          of connect
                   17355: 
                   17356:        * operators.txt: removed date.roll limit of +-1 offset
                   17357: 
                   17358:        * src/classes/date.C: removed date.roll limit of +-1 offset
                   17359: 
                   17360:        * operators.txt, src/classes/date.C: fixed date roll on
                   17361:          daylightsaving days mktime took into account tm_isdst flag, which
                   17362:          remained from BEFORE roll, but should have been reset
                   17363: 
                   17364: 2002-03-25  paf
                   17365: 
                   17366:        * operators.txt, src/targets/cgi/parser3.C:
                   17367:          http_site_config_filespec
                   17368: 
                   17369:        * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
                   17370:          main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
                   17371:          with any/both --disable-foreign-group-files --disable-execs
                   17372: 
                   17373:        * INSTALL: "--with=sendmail=COMMAND" comment
                   17374: 
                   17375:        * INSTALL, configure, configure.in, src/classes/mail.C,
                   17376:          src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.116     moko     17377:          src/targets/cgi/Makefile.am: --disable-foreign-group-files now
                   17378:          disables execs also.  introducing --sendmail
1.95      moko     17379: 
                   17380:        * operators.txt: pgsql options comment
                   17381: 
                   17382:        * INSTALL: comment on --disable-link-stdcpp
                   17383: 
1.116     moko     17384:        * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
                   17385:          libstdc++ link skipping configure option
1.95      moko     17386: 
                   17387:        * src/: classes/op.C, include/pa_sql_connection.h: sql connection
                   17388:          with error were put to cache with 'marked_to_rollback' flag, all
                   17389:          consequent even OK requests rolled back
                   17390: 
                   17391: 2002-03-22  paf
                   17392: 
                   17393:        * src/main/pa_exec.C: createprocess nowindow flag check on readfile
                   17394:          false return
                   17395: 
                   17396:        * operators.txt: few comments on sets
                   17397: 
                   17398: 2002-03-18  paf
                   17399: 
                   17400:        * operators.txt, src/classes/op.C, src/include/pa_exception.h,
                   17401:          src/include/pa_globals.h, src/include/pa_request.h,
                   17402:          src/include/pa_stack.h, src/main/pa_globals.C,
                   17403:          src/main/pa_request.C: introducing ^try
                   17404: 
                   17405:        * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
                   17406:          types/pa_vdouble.h: removed some tested @tests
                   17407: 
                   17408: 2002-03-15  paf
                   17409: 
                   17410:        * operators.txt, src/classes/table.C: ^table.locate(logical expr)
                   17411: 
                   17412: 2002-03-13  paf
                   17413: 
                   17414:        * src/main/pa_exception.C: checked not-pooled malloc
                   17415: 
                   17416: 2002-03-11  paf
                   17417: 
                   17418:        * INSTALL, configure, configure.in,
                   17419:          src/include/pa_config_auto.h.in: --disable-foreign-group-files
                   17420: 
                   17421:        * src/main/pa_common.C: --disable-foreign-group-files
                   17422: 
                   17423:        * INSTALL: --disable-execs
                   17424: 
                   17425:        * src/main/pa_exec.C: --disable-execs
                   17426: 
                   17427:        * configure, configure.in, src/include/pa_config_auto.h.in:
                   17428:          --disable-execs
                   17429: 
                   17430:        * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
                   17431: 
                   17432:        * src/types/pa_vfile.C: $file.text now 0A linebreaks,
                   17433:          file::exec/cgi linebreaks "0D0A" changed to 0A onces
                   17434: 
                   17435: 2002-03-05  paf
                   17436: 
                   17437:        * operators.txt, src/classes/date.C: date week calendar columns
                   17438:          named
                   17439: 
                   17440:        * operators.txt, src/classes/date.C: date week calendar columns
                   17441:          named
                   17442: 
                   17443:        * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
                   17444:          requires headers to be terminated with \r\n manually [refuses to
                   17445:          separate header/body itself]
                   17446: 
                   17447:        * src/: main/pa_globals.C, targets/cgi/parser3.C,
                   17448:          targets/isapi/parser3isapi.C: isapi site config beside .dll
                   17449: 
                   17450: 2002-03-04  paf
                   17451: 
                   17452:        * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
                   17453:          in PASS language
                   17454: 
                   17455:        * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
                   17456:          deserialize checks on broken file
                   17457: 
                   17458:        * src/targets/isapi/: pa_threads.C, parser3isapi.C,
                   17459:          parser3isapi.dsp: isapi updated
                   17460: 
                   17461: 2002-03-01  paf
                   17462: 
                   17463:        * src/main/pa_exec.C: execle -> execve, now argc OK
                   17464: 
                   17465: 2002-02-28  paf
                   17466: 
                   17467:        * src/main/untaint.C: removed some debug comments
                   17468: 
                   17469:        * src/main/pa_charsets.C: when placing charset to cache using
                   17470:          global name now [were request]
                   17471: 
                   17472:        * configure, configure.in: apache module updated
                   17473: 
                   17474:        * src/main/pa_string.C: origin by first piece preferred before last
                   17475:          piece
                   17476: 
                   17477: 2002-02-27  paf
                   17478: 
                   17479:        * src/main/pa_charset.C: size_t
                   17480: 
                   17481:        * INSTALL: shared/static-xml with-pathlink
                   17482: 
                   17483:        * operators.txt: SMTP comment
                   17484: 
                   17485: 2002-02-26  paf
                   17486: 
                   17487:        * src/main/pa_exec.C: more precise names for vars, cosmetic
                   17488: 
                   17489:        * src/classes/xnode.C: in some situation, xpath query returned
                   17490:          result with type NODESET, but empty nodeset member field, checked
                   17491:          that
                   17492: 
                   17493: 2002-02-22  paf
                   17494: 
                   17495:        * INSTALL: without-zlib comment
                   17496: 
                   17497:        * etc/parser3.charsets/windows-1251.cfg: &deg;
                   17498: 
                   17499:        * configure, configure.in: glib###.a detection fixed
                   17500: 
                   17501:        * INSTALL: hashfile removed from INSTALL
                   17502: 
1.116     moko     17503:        * Makefile.am: make update
1.95      moko     17504: 
                   17505:        * src/main/pa_string.C: string iterators fixed again, so were
                   17506:          String::join_chain
                   17507: 
                   17508:        * src/main/pa_string.C: string iterators fixed again, so were
                   17509:          String::join_chain
                   17510: 
                   17511:        * src/: include/pa_string.h, main/pa_string.C: string iterators
                   17512:          fixed again, so were String::join_chain
                   17513: 
                   17514:        * src/types/pa_vcookie.C: cookie "expires=0" =  "session"
                   17515: 
                   17516:        * operators.txt, src/types/pa_vcookie.C: cookie "expires=0" =
                   17517:          "session"
                   17518: 
1.116     moko     17519:        * configure, configure.in, src/include/pa_config_auto.h.in:
                   17520:          --with-shared-xml --with-static-xml
1.95      moko     17521: 
                   17522:        * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
                   17523:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   17524:          types/types.dsp: *.dsp: removed refereces to win32db & ancient
                   17525:          xalan&xml
                   17526: 
                   17527:        * acconfig.h: acconfig move in cvs[from src/libltdl to /]
                   17528: 
                   17529:        * operators.txt, src/classes/classes.dsp, src/main/main.dsp,
                   17530:          src/types/types.dsp: removed hashfile support from sources for
                   17531:          now
                   17532: 
1.116     moko     17533:        * configure, configure.in, src/classes/Makefile.am,
1.95      moko     17534:          src/classes/hashfile.C, src/include/Makefile.am,
1.116     moko     17535:          src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
                   17536:          src/include/pa_db_manager.h, src/include/pa_db_table.h,
                   17537:          src/main/Makefile.am, src/main/pa_db_connection.C,
1.95      moko     17538:          src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.116     moko     17539:          src/main/pa_globals.C, src/targets/cgi/Makefile.am,
                   17540:          src/types/Makefile.am, src/types/pa_vhashfile.C,
                   17541:          src/types/pa_vhashfile.h: removed hashfile support for now
1.95      moko     17542: 
                   17543: 2002-02-21  paf
                   17544: 
                   17545:        * src/main/untaint.C: removed debug code, activated commented-for
                   17546:          debug parts
                   17547: 
1.116     moko     17548:        * Makefile.am: make cvsupdate
1.95      moko     17549: 
                   17550:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
                   17551:          main/untaint.C: STRING_*FOREACH_ROW changed to stop at
                   17552:          append_row, not at link zero now string to string appending works
                   17553: 
                   17554: 2002-02-20  paf
                   17555: 
                   17556:        * src/: include/pa_string.h, main/execute.C, main/untaint.C,
                   17557:          targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
                   17558:          DEBUG_STRING_APPENDS_VS_EXPANDS
                   17559: 
                   17560:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   17561:          economy: 22%
                   17562: 
                   17563:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   17564:          space uptimized: string::link_row removed
                   17565: 
                   17566:        * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
                   17567:          main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
                   17568:          main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
                   17569:          types/pa_vstring.h: speed uptimized: string::is_empty
                   17570: 
                   17571:        * operators.txt, src/include/pa_common.h,
                   17572:          src/include/pa_config_fixed.h, src/include/pa_string.h,
                   17573:          src/include/pa_types.h, src/main/compile.tab.C,
                   17574:          src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
                   17575:          src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
                   17576:          string append optimiziation idea and estimates
                   17577: 
                   17578: 2002-02-19  paf
                   17579: 
                   17580:        * src/classes/math.C: not used directly [but erroreously reported
                   17581:          that 'is', thus registering twice&other probs]
                   17582: 
                   17583:        * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
                   17584:          to node [element]
                   17585: 
                   17586:        * src/main/compile.C: without string_origins parse error
                   17587:          file+line+col possible
                   17588: 
                   17589:        * src/main/: compile.C: without string_origins not worked
                   17590: 
                   17591: 2002-02-18  paf
                   17592: 
                   17593:        * src/types/pa_vdouble.h: since we have in_expression removed that
                   17594:          trick i've installed into double::as_string
                   17595: 
                   17596:        * src/main/pa_globals.C: extern "C" was removed too fast
                   17597: 
                   17598:        * src/: include/pa_opcode.h, include/pa_request.h,
                   17599:          main/compile.tab.C, main/compile.y, main/execute.C,
                   17600:          types/pa_wcontext.h: in_expression aimed to solve old problem
                   17601:          with string/nonstring values, now in expressions double/int
                   17602:          values are passed as-is, without stupid tostring/fromstring
                   17603:          conversions
                   17604: 
                   17605:        * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
                   17606:          __cplusplus } #endif
                   17607: 
                   17608:        * src/main/compile.tab.C: bison env set so one could compile
                   17609:          without cygwin installed
                   17610: 
                   17611:        * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
                   17612:          targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
                   17613:          gnome xml libs parser .dsp-s changed accordingly
                   17614: 
                   17615:        * operators.txt, src/targets/cgi/parser3.C: PARSER_ROOT_CONFIG
                   17616: 
                   17617:        * operators.txt, src/classes/date.C: date::create [were date::set,
                   17618:          with backward comp
                   17619: 
                   17620:        * src/classes/math.C: math:random range check fixed
                   17621: 
                   17622:        * src/main/: compile.tab.C, compile.y: integer  division stops name
                   17623: 
                   17624:        * INSTALL: local install comment
                   17625: 
1.116     moko     17626:        * ltconfig, ltmain.sh: removed libtool subpart files
1.95      moko     17627: 
1.116     moko     17628:        * acinclude.m4, aclocal.m4, configure, configure.in,
                   17629:          src/include/pa_config_auto.h.in,
                   17630:          src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
                   17631:          src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95      moko     17632: 
                   17633:        * operators.txt: \ comment
                   17634: 
                   17635: 2002-02-13  paf
                   17636: 
                   17637:        * src/include/pa_config_includes.h: sys/time time both included
                   17638:          now.  vaguely remember confilicts on this on some system [not on
                   17639:          six|ablv] so when would see them again would think up proper
                   17640:          check
                   17641: 
1.116     moko     17642:        * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
                   17643:          --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95      moko     17644: 
                   17645:        * src/main/pa_common.C: truncation never occured when writing files
                   17646:          on unix [since i've changed cache mech] fix
                   17647: 
                   17648:        * src/main/pa_common.C: strnchr: sanity check added
                   17649: 
                   17650:        * etc/parser3.charsets/windows-1257.cfg: id added
                   17651: 
                   17652:        * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
                   17653:          baltic charset file generated, in generation script ispunct check
                   17654:          added
                   17655: 
                   17656: 2002-02-08  paf
                   17657: 
1.116     moko     17658:        * src/: include/Makefile.am, sql/Makefile.am,
                   17659:          targets/isapi/Makefile.am: forgotten makes
1.95      moko     17660: 
                   17661:        * src/types/: pa_vcookie.C: VCookie::fill_fields one check
                   17662:          forgotten
                   17663: 
                   17664:        * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
                   17665: 
                   17666:        * INSTALL, README: install&others updated
                   17667: 
                   17668:        * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
                   17669: 
1.116     moko     17670:        * Makefile.am, configure, configure.in,
                   17671:          etc/parser3.charsets/Makefile.am, src/Makefile.am,
                   17672:          src/classes/Makefile.am, src/main/Makefile.am,
                   17673:          src/main/pa_status_provider.C, src/targets/Makefile.am,
                   17674:          src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
                   17675:          works
1.95      moko     17676: 
                   17677:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   17678:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   17679:          classes/hashfile.C, classes/int.C, classes/mail.C,
                   17680:          classes/math.C, classes/op.C, classes/response.C,
                   17681:          classes/string.C, classes/table.C, classes/void.C,
                   17682:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   17683:          include/pa_array.h, include/pa_cache_managers.h,
                   17684:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   17685:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   17686:          include/pa_db_connection.h, include/pa_db_manager.h,
                   17687:          include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
                   17688:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   17689:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   17690:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   17691:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   17692:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   17693:          include/pa_stack.h, include/pa_string.h,
                   17694:          include/pa_stylesheet_connection.h,
                   17695:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   17696:          include/pa_threads.h, include/pa_types.h, main/compile.C,
                   17697:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   17698:          main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
                   17699:          main/pa_db_connection.C, main/pa_db_manager.C,
                   17700:          main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
                   17701:          main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
                   17702:          main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
                   17703:          main/pa_sql_driver_manager.C, main/pa_status_provider.C,
                   17704:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   17705:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   17706:          targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
                   17707:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   17708:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
                   17709:          types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
                   17710:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   17711:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   17712:          types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
                   17713:          types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
                   17714:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
                   17715:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   17716:          types/pa_vrequest.h, types/pa_vresponse.h,
                   17717:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   17718:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   17719:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
                   17720:          types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
                   17721:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
                   17722:          classes/image.C, main/pa_common.C, main/pa_exec.C,
                   17723:          main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
                   17724:          types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
                   17725:          types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
                   17726:          types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
                   17727:          types/pa_vxnode.C, main/pa_charset.C: name spelling
                   17728: 
                   17729:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   17730:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   17731:          classes/hashfile.C, classes/image.C, classes/int.C,
                   17732:          classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
                   17733:          classes/string.C, classes/table.C, classes/void.C,
                   17734:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   17735:          include/pa_array.h, include/pa_cache_managers.h,
                   17736:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   17737:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   17738:          include/pa_db_connection.h, include/pa_db_manager.h,
                   17739:          include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
                   17740:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   17741:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   17742:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   17743:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   17744:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   17745:          include/pa_stack.h, include/pa_string.h,
                   17746:          include/pa_stylesheet_connection.h,
                   17747:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   17748:          include/pa_threads.h, include/pa_types.h, main/compile.C,
                   17749:          main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
                   17750:          main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
                   17751:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   17752:          main/pa_db_connection.C, main/pa_db_manager.C,
                   17753:          main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
                   17754:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   17755:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   17756:          main/pa_socks.C, main/pa_sql_driver_manager.C,
                   17757:          main/pa_status_provider.C, main/pa_string.C,
                   17758:          main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
                   17759:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   17760:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   17761:          targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
                   17762:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   17763:          targets/isapi/pool_storage.h, types/pa_valiased.C,
                   17764:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   17765:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   17766:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   17767:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   17768:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   17769:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   17770:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   17771:          types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
                   17772:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   17773:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   17774:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   17775:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   17776:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   17777:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   17778:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   17779:          types/pa_wcontext.h, types/pa_wwrapper.h: 2002
                   17780: 
                   17781: 2002-02-07  paf
                   17782: 
                   17783:        * src/main/pa_socks.C: swapped headers to avoid compiler warnings
                   17784: 
1.116     moko     17785:        * configure, configure.in, src/include/pa_config_auto.h.in,
                   17786:          src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
                   17787:          added yet another locking function: fcntl
1.95      moko     17788: 
                   17789:        * config.sub: on cygwin configure passes it with strange i1586
                   17790:          const, hacked it to mean i586
                   17791: 
                   17792:        * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
                   17793:          disabled $if reference due to conflicts with local variables
                   17794: 
                   17795:        * operators.txt, src/classes/xdoc.C, src/include/pa_config_fixed.h:
                   17796:          xdoc::set obsolete now, now xdoc::create, with both sences
                   17797: 
                   17798:        * operators.txt, src/classes/table.C, src/include/pa_array.h,
                   17799:          src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
                   17800:          table::create now // 'set' name obsolete now table clone.
                   17801: 
                   17802:        * operators.txt, src/classes/string.C,
                   17803:          src/include/pa_config_fixed.h, src/main/compile.tab.C:
                   17804:          ^int/double/string.format now can be called with normal []
                   17805:          brackets, not stupid {} as it were implemented for some strange
                   17806:          reason.  retaining backward compatibility due to some
                   17807:          already-implemented servers
                   17808: 
                   17809:        * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
                   17810:          main/compile.y, main/compile_tools.C, main/compile_tools.h:
                   17811:          operators now detected by check at name_without_curly_rdive_read
                   17812:          rule whether diving code constists only of
                   17813:          OP_VALUE+string+OP_GET_ELEMENT.  and last op code substituted
                   17814:          with OP_GET_ELEMENT_OR_OPERATOR to form
                   17815:          OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR.  code
                   17816: 
                   17817: 2002-02-06  paf
                   17818: 
                   17819:        * configure, configure.in: prefix expanded, grr
                   17820: 
                   17821:        * operators.txt, src/classes/mail.C: mail:send config changed
                   17822: 
                   17823: 2002-02-05  paf
                   17824: 
                   17825:        * operators.txt: regex options commented
                   17826: 
                   17827:        * src/main/: pa_exec.C: argv0 now correct
                   17828: 
                   17829:        * src/types/pa_vstatus.C: status:rusage 3
                   17830: 
                   17831:        * src/types/pa_vstatus.C: status:rusage 2
                   17832: 
                   17833:        * operators.txt: status:rusage described int operators
                   17834: 
                   17835:        * src/types/pa_vstatus.C: status:rusage 1
                   17836: 
                   17837:        * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
                   17838:          src/types/types.dsp: status:rusage
                   17839: 
                   17840:        * configure.in, operators.txt, src/classes/file.C,
                   17841:          src/classes/op.C, src/include/pa_common.h,
                   17842:          src/include/pa_config_includes.h, src/main/compile.tab.C,
                   17843:          src/main/pa_common.C: rewritten ^cache to use
                   17844:          non-blocking-exclusive-caches
                   17845: 
                   17846:        * src/main/pa_common.C: text file read mode on win32 adjusted
                   17847:          [speed impact. was off for debugging purpose, but forgotten
                   17848:          afterwards]
                   17849: 
                   17850: 2002-02-01  paf
                   17851: 
                   17852:        * src/classes/op.C: file_write does EX lock after create, while
                   17853:          file_read does SH after open, so there's a moment after create
                   17854:          but before EX lock when read can sneak into, and read
                   17855:          just-created-for-writing-and-not-yet-locked file, added a check
                   17856:          for that in ^cache...read
                   17857: 
                   17858: 2002-01-31  paf
                   17859: 
                   17860:        * src/main/: compile.y, compile.tab.C: disabled operator call after
                   17861:          ^xxx:
                   17862: 
                   17863:        * src/main/: compile.tab.C, execute.C: made operators lookup first
                   17864:          in ^xxx situation.  so that one could not do $if[1] ^if[xxx]
                   17865: 
                   17866:        * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
                   17867:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                   17868:          main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
                   17869:          operators check 6.1 rewritten. now check is done at compile time
                   17870: 
                   17871:        * src/main/execute.C: operators check 5 floated up old error of
                   17872:          staying in 'entered class/object' state after $a($a..) it
                   17873:          prevented operators from being called thereafter
                   17874: 
                   17875:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   17876:          main/execute.C: operators check 4 floated up old error of staying
                   17877:          in 'entered object' state after ^a.a(a) it prevented operators
                   17878:          from being called thereafter
                   17879: 
                   17880:        * src/main/execute.C: operators check 3 floated up old error of
                   17881:          staying in 'entered class' state after $a:a(a) it prevented
                   17882:          operators from being called thereafter
                   17883: 
                   17884:        * src/: main/execute.C, types/pa_wcontext.h: operators check 2
                   17885:          floated up old error of staying in 'entered class' state after
                   17886:          $a:a[a] it prevented operators from being called thereafter
                   17887: 
                   17888:        * src/main/execute.C: operators check, thay mistakenly seen in
                   17889:          $class:operator   $object.operators contexts
                   17890: 
                   17891:        * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
                   17892:          win32
                   17893: 
1.116     moko     17894:        * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
                   17895:          src/classes/Makefile.am, src/main/Makefile.am,
                   17896:          src/targets/cgi/Makefile.am,
1.95      moko     17897:          src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.116     moko     17898:          src/types/Makefile.am: lowered indent.awk back to src/
1.95      moko     17899: 
1.116     moko     17900:        * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
                   17901:          acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
                   17902:          configure, configure.in, form.txt, ident.awk, install-sh,
                   17903:          lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
                   17904:          operators.txt, parser3.dsw, sql.txt, types.txt, etc/Makefile.am,
1.95      moko     17905:          etc/parser3.charsets/Makefile.am,
                   17906:          etc/parser3.charsets/koi8-r.cfg,
                   17907:          etc/parser3.charsets/windows-1250.cfg,
                   17908:          etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.116     moko     17909:          src/classes/Makefile.am, src/include/pa_config_auto.h.in,
                   17910:          src/main/Makefile.am, src/targets/cgi/Makefile.am,
                   17911:          src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
                   17912:          out of src, moved configure&co out of src added windows-1250.cfg
1.95      moko     17913:          straightened installation scripts procedure made
                   17914:          targets/cgi/parser3.C be dependant on ./configure --sysconfdir
                   17915:          change
                   17916: 
                   17917: 2002-01-30  paf
                   17918: 
                   17919:        * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
                   17920:          removed] those comments were a mistake, and prevented libltdl
                   17921:          from function properly
                   17922: 
                   17923: 2002-01-29  paf
                   17924: 
1.116     moko     17925:        * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
                   17926:          creation [modified acinclude.m4 which were creating int into just
                   17927:          assignment LIBTOOL=../libtool] added default system
                   17928:          config&charsetts prepared 'make install', now it installs
                   17929:          targets/cgi/parser3 into bin directory etc/parser3.conf &
                   17930:          etc/parser3.charsets/* into $sysconfdir and
1.95      moko     17931:          $sysconfdir/parser3.charsets respectively
                   17932: 
                   17933:        * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
                   17934:          main/pa_globals.C: few forgotten ifdef XML added
                   17935: 
                   17936: 2002-01-28  paf
                   17937: 
1.116     moko     17938:        * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95      moko     17939:          removed
                   17940: 
                   17941:        * src/main/pa_exception.C: dom|generic error output fix
                   17942: 
                   17943:        * src/classes/xnode.C: xdoc.importNode 3 [check err]
                   17944: 
                   17945:        * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
                   17946: 
                   17947:        * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
                   17948:          [fixed as_node helper func to accept docs]
                   17949: 
                   17950:        * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
                   17951:          xdoc.importNode 0
                   17952: 
                   17953:        * src/classes/xdoc.C: xdoc::set now untaints OK
                   17954: 
                   17955: 2002-01-25  paf
                   17956: 
                   17957:        * src/main/: compile.tab.C, compile.y: #comment  before @ after
                   17958:          @SPECIAL now works OK
                   17959: 
                   17960:        * src/main/: pa_exec.C: unix: exec now does chdir to script dir
                   17961: 
                   17962:        * src/main/pa_exec.C: max arg count now 10, and proper message on
                   17963:          violation that added
                   17964: 
                   17965:        * src/classes/hash.C: unified  hash::sql, now
                   17966:          ^hash::sql{query}[[$.limit(2) $.offset(4)]]
                   17967: 
                   17968:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
                   17969:          ^file:lock[filename]{code}
                   17970: 
                   17971:        * src/: classes/file.C, classes/op.C, classes/string.C,
                   17972:          classes/table.C, classes/xdoc.C, include/pa_common.h,
                   17973:          main/pa_common.C, types/pa_vfile.h: removed redundant pool param
                   17974:          to some pa_common funcs
                   17975: 
                   17976:        * src/: include/pa_charset.h, main/pa_globals.C:
                   17977:          http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
                   17978: 
                   17979:        * src/: include/pa_charset.h, main/pa_charset.C,
                   17980:          include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
                   17981:          not stupid illegal define
                   17982: 
                   17983: 2002-01-24  paf
                   17984: 
                   17985:        * src/include/pa_version.h: changed version number
                   17986: 
                   17987:        * src/: classes/hashfile.C, include/pa_db_table.h,
                   17988:          include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   17989:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   17990:          main/pa_db_connection.C, main/pa_db_table.C,
                   17991:          types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
                   17992:          hashfile without logfiles
                   17993: 
                   17994:        * src/: classes/hashfile.C, include/pa_db_table.h,
                   17995:          main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
                   17996:          types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
                   17997:          of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
                   17998:          DB_INIT_TXN init bits, thus got rid of huge log files, which
                   17999:          cluttered disk without huge need]
                   18000: 
                   18001:        * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
                   18002:          handy macro, which is strangly abscent in dome lib
                   18003: 
                   18004:        * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
                   18005: 
                   18006:        * src/classes/xdoc.C: checked empty response
                   18007: 
                   18008:        * src/classes/xnode.C: xdoc.select fixed context node [were always
                   18009:          /, not self node]
                   18010: 
                   18011:        * src/classes/xnode.C: xnode.select returns array always now, in
                   18012:          case 'nothing found' returns empty array
                   18013: 
                   18014:        * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
                   18015:          be more tender with ctrl/c/v
                   18016: 
                   18017: 2002-01-23  paf
                   18018: 
                   18019:        * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
                   18020:          substituted.         // 2. when dom tree with entites goes under
                   18021:          transform text nodes        // got [erroreosly] cut on first
                   18022:          entity occurance
                   18023: 
                   18024:        * src/types/pa_vdouble.h: double prec. todo: get rid of
                   18025:          twice-converting
                   18026: 
                   18027:        * src/types/pa_vdouble.h: %.20E now float format when %g produced
                   18028:          'e' in output this is for regretful twice-converting here:
                   18029:          $a(double value) when they write double falue  they convert it to
                   18030:          string first, thus %g were losing precesion.
                   18031: 
                   18032:          todo: think up some way to remove double->string string->double
                   18033:          twice-converting
                   18034: 
                   18035:        * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
                   18036:          %.20E now default float format this is for regretful
                   18037:          twice-converting here: $a(double value) when they write double
                   18038:          falue  they convert it to string first, thus %g were losing
                   18039:          precesion.
                   18040: 
                   18041:          todo: think up some way to remove double->string string->double
                   18042:          twice-converting
                   18043: 
                   18044:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   18045:          main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
                   18046:          reasons in comment inside
                   18047: 
                   18048:        * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
                   18049:          statically linked]
                   18050: 
                   18051:        * src/: include/pa_exception.h, main/compile.tab.C,
                   18052:          main/pa_exception.C: removed exception va_list constructor.  1.
                   18053:          not needed anymore 2. there were a conflict[causing errors]
                   18054:          between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
                   18055:          never detected an ambiguilty here, compiling ctor(, "hello") into
                   18056:          ctor(, va_list) which, of course, caused gpf
                   18057: 
                   18058:        * src/main/pa_globals.C: removed debug xslt messages
                   18059: 
                   18060: 2002-01-22  paf
                   18061: 
                   18062:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   18063:          main/pa_globals.C: xsl stylesheet load: parsed entities, this
                   18064:          helps compiling stylesheet properly.  example: this refused to
                   18065:          work,             <b>&laquo;<xsl:value-of select="@title"
                   18066:          />&raquo;</b> stranly worked only this way:
                   18067:          <b>&#171;<xsl:value-of select="@title" />&raquo;</b>
                   18068: 
                   18069:          docs says "set it to 1", never going into details, so I decided
                   18070:          to try NOT to do that
                   18071: 
                   18072:        * src/classes/table.C: join behaived badly in case named tables
                   18073:          structure mismatched: 0 strings sneaked into dest failing
                   18074:          afterwards.  replaced them with empty strings
                   18075: 
                   18076: 2002-01-21  paf
                   18077: 
                   18078:        * src/main/pa_charset.C: checked empty transcoders in
                   18079:          transcode_cstr|buf
                   18080: 
                   18081:        * src/classes/xdoc.C: xdoc::load error source = filespec
                   18082: 
                   18083:        * src/classes/xdoc.C: transform error source now
                   18084:          stylesheet_filespec
                   18085: 
1.116     moko     18086:        * src/: classes/xdoc.C, classes/xnode.C,
1.95      moko     18087:          include/pa_stylesheet_connection.h, main/pa_charset.C,
                   18088:          main/pa_globals.C, main/pa_sql_driver_manager.C,
1.116     moko     18089:          main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
                   18090:          gnome
1.95      moko     18091: 
                   18092:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
                   18093:          include/pa_globals.h, include/pa_stylesheet_connection.h,
                   18094:          main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
                   18095:          xslt generic error 1
                   18096: 
                   18097:        * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
                   18098:          xml generic message 1
                   18099: 
                   18100:        * src/classes/table.C: ^table::load empty lines or #comments before
                   18101:          headline
                   18102: 
                   18103:        * src/: include/pa_array.h, include/pa_globals.h,
                   18104:          include/pa_request.h, include/pa_threads.h, main/pa_array.C,
                   18105:          main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
                   18106:          targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
                   18107:          errors 0
                   18108: 
                   18109: 2002-01-16  paf
                   18110: 
                   18111:        * src/: classes/hash.C, classes/op.C, classes/string.C,
                   18112:          classes/table.C, classes/void.C, classes/xdoc.C,
                   18113:          include/pa_db_connection.h, include/pa_request.h,
                   18114:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   18115:          include/pa_stylesheet_connection.h,
                   18116:          include/pa_stylesheet_manager.h, main/pa_request.C,
                   18117:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   18118:          targets/cgi/pool_storage.h: auto closers to sql_connection,
                   18119:          stylesheet_connection auto destroyers to remaining gnome objects
                   18120: 
                   18121:        * src/classes/xdoc.C: few comments
                   18122: 
                   18123: 2002-01-15  paf
                   18124: 
                   18125:        * src/classes/xdoc.C: xdoc   file   save   string
                   18126: 
                   18127:          ready.  todo: error handling
                   18128: 
                   18129:        * src/classes/xdoc.C: xdoc save rewritten using
                   18130:          xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
                   18131:          result
                   18132: 
                   18133:        * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
                   18134:          started output options parsing
                   18135: 
                   18136: 2002-01-14  paf
                   18137: 
                   18138:        * src/classes/xdoc.C: method
                   18139: 
                   18140:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
                   18141:          include/pa_pool.h, include/pa_stylesheet_connection.h,
                   18142:          main/main.dsp, main/pa_charset.C, main/pa_globals.C,
                   18143:          main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
                   18144:          xslt transform0.  TODO:   use output options   handle errors
                   18145: 
                   18146:        * src/classes/: xdoc.C, xnode.C: ^xdoc.file
                   18147: 
                   18148: 2002-01-11  paf
                   18149: 
                   18150:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   18151:          main/compile_tools.C, main/compile_tools.h, main/execute.C:
                   18152:          partial logical && || evaluation
                   18153: 
                   18154:        * src/classes/xnode.C: xpath selectNodes
                   18155: 
                   18156:        * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
                   18157:          string/number/bool
                   18158: 
                   18159:        * src/classes/xnode.C: xpath selectNode 2
                   18160: 
                   18161:        * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
                   18162:          xpath selectNode 1
                   18163: 
                   18164: 2002-01-10  paf
                   18165: 
                   18166:        * src/classes/xnode.C: xpath selectNode -100 [just written]
                   18167: 
                   18168:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
                   18169:          include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
                   18170:          main/pa_pool.C: GdomeDOMString_auto_ptr  c++ wrapper [calls
                   18171:          refcounter]
                   18172: 
                   18173: 2001-12-29  paf
                   18174: 
                   18175:        * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
                   18176:          main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
                   18177:          glib works 0
                   18178: 
                   18179: 2001-12-28  paf
                   18180: 
                   18181:        * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
                   18182:          main/pa_exception.C: started glib transcoders
                   18183: 
                   18184:        * src/main/pa_globals.C: renamed gdome to libgdome.dll
                   18185: 
                   18186:        * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
                   18187:          classes/xnode.C, classes/xnode.h, include/pa_exception.h,
                   18188:          include/pa_globals.h, main/compile.tab.C, main/main.dsp,
                   18189:          main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
                   18190:          main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
                   18191:          targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
                   18192:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
                   18193:          libs just compiled in.  no refcounting no xpath no xslt   yet
                   18194: 
                   18195: 2001-12-27  paf
                   18196: 
                   18197:        * src/: include/pa_charset.h, include/pa_common.h,
                   18198:          include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
                   18199:          main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
                   18200:          main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
                   18201:          targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   18202:          types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
                   18203:          from xalan&xerces, started the process.  globals [initialization
                   18204:          pool [charset update charset [transcodings vxnode vxdoc [DOM
                   18205:          calls
                   18206: 
                   18207:        * src/classes/Makefile.am: going away from xalan&xerces, not needed
                   18208:          anymore
                   18209: 
                   18210: 2001-12-26  paf
                   18211: 
                   18212:        * src/: include/pa_charset.h, include/pa_charsets.h,
                   18213:          main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
                   18214:          key globalized [bug]
                   18215: 
                   18216: 2001-12-25  paf
                   18217: 
                   18218:        * src/: classes/mail.C, classes/table.C, include/pa_string.h,
                   18219:          main/pa_string.C: table set & append changed splitting languages,
                   18220:          separators now can be clean AND as-is same to mail command line
                   18221:          $MAIN:MAIL.progX arguments
                   18222: 
                   18223: 2001-12-24  paf
                   18224: 
                   18225:        * src/classes/mail.C: one parted text messages - no multipart
                   18226:          mime-type anymore.  for convinient if $.attach-ments
                   18227: 
                   18228:        * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
                   18229:          main/pa_string.C: read from cache size check updated
                   18230: 
                   18231:        * src/main/: pa_string.C: String::join_chain another ugly bug :(
                   18232: 
                   18233: 2001-12-21  paf
                   18234: 
                   18235:        * src/classes/date.C: date:sql-string now returns localtime
                   18236: 
                   18237:        * src/main/pa_request.C: $result in @main actually not working, to
                   18238:          hell with it for now
                   18239: 
                   18240:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   18241:          types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
                   18242:          @postprocess @exception
                   18243: 
                   18244:        * src/main/execute.C: junction evaluation canceled - endless
                   18245:          recursion detected
                   18246: 
                   18247: 2001-12-19  paf
                   18248: 
                   18249:        * src/main/pa_charset.C: charset->charset transcoding via unicode
                   18250:          intermediate
                   18251: 
                   18252:        * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
                   18253: 
                   18254:        * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
                   18255: 
                   18256:        * src/classes/op.C: ^cache keypath now relative
                   18257: 
                   18258:        * src/classes/mail.C: changed weighting prior to sort
                   18259: 
                   18260:        * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
                   18261:          were missing
                   18262: 
                   18263: 2001-12-17  paf
                   18264: 
                   18265:        * src/main/pa_charset.C: ifndef XML were bad type
                   18266: 
                   18267:        * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
                   18268:          outdated unset services_pool
                   18269: 
                   18270:        * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
                   18271:          main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
                   18272:          types/pa_vresponse.C: ^mail:send[    $.charset[zzz] addded
                   18273: 
                   18274:        * src/main/untaint.C: allowed space in filespec
                   18275: 
                   18276:        * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
                   18277: 
                   18278:        * src/classes/image.C: no govno
                   18279: 
                   18280:        * src/classes/image.C: govno
                   18281: 
                   18282: 2001-12-16  paf
                   18283: 
                   18284:        * src/include/: pa_charset.h, pa_charsets.h: forgot to add
                   18285: 
                   18286:        * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
                   18287:          charset_connection&manager replaced by charset&charsets
                   18288: 
                   18289:        * src/main/pa_charset.C: name_cstr 0
                   18290: 
                   18291:        * src/main/untaint.C: uri lang now knows about client/source
                   18292:          charsets
                   18293: 
                   18294:        * src/: classes/file.C, classes/math.C, classes/op.C,
                   18295:          classes/string.C, classes/table.C, classes/xdoc.C,
                   18296:          include/pa_array.h, include/pa_cache_managers.h,
                   18297:          include/pa_charset_connection.h, include/pa_charset_manager.h,
                   18298:          include/pa_common.h, include/pa_db_connection.h,
                   18299:          include/pa_db_manager.h, include/pa_db_table.h,
                   18300:          include/pa_dictionary.h, include/pa_exception.h,
                   18301:          include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
                   18302:          include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
                   18303:          include/pa_sapi.h, include/pa_socks.h,
                   18304:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   18305:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   18306:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   18307:          include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
                   18308:          main/pa_charset.C, main/pa_charset_connection.C,
                   18309:          main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
                   18310:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   18311:          main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
                   18312:          types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
                   18313:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   18314:          types/types.dsp: introducing Charset
                   18315: 
                   18316: 2001-12-14  paf
                   18317: 
                   18318:        * src/: include/pa_request.h, include/pa_transcoder.h,
                   18319:          main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
                   18320:          types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
                   18321:          uri lang
                   18322: 
                   18323:        * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
                   18324: 
                   18325:        * src/targets/cgi/Makefile.am: -I../../pcre  to .am
                   18326: 
                   18327:        * src/: include/pa_globals.h, main/pa_globals.C: removed unused
                   18328:          defalts_name global
                   18329: 
                   18330:        * src/: include/pa_charset_connection.h, include/pa_pool.h,
                   18331:          include/pa_request.h, main/main.dsp,
                   18332:          main/pa_charset_connection.C, main/pa_charset_manager.C,
                   18333:          main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
                   18334:          types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
                   18335:          include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
                   18336:          changed charset model.  now important: $request:charset
                   18337:          $response:charset while $response:content-type.charset become
                   18338:          unimportant [informational]
                   18339: 
                   18340: 2001-12-13  paf
                   18341: 
                   18342:        * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
                   18343: 
                   18344:        * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
                   18345:          of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
                   18346:          auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
                   18347:          _Tp = FormatterListener] /usr/include/g++-3/memory:48:
                   18348:          auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
                   18349:          [with _Tp1 = FormatterListener, _Tp = FormatterListener]
                   18350: 
                   18351:        * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
                   18352:          auto_ptr part other way, because of stupid gcc 2.96
                   18353:          /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
                   18354:          &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
                   18355:          FormatterListener] /usr/include/g++-3/memory:48:
                   18356:          auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
                   18357:          _Tp1 = FormatterListener, _Tp = FormatterListener]
                   18358: 
                   18359:        * src/classes/xdoc.C: removed extra inc
                   18360: 
                   18361:        * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
                   18362: 
                   18363:        * src/include/pa_types.h: msvc head debugging flag
                   18364: 
                   18365:        * src/classes/xdoc.C: freed up listener
                   18366: 
                   18367:        * src/classes/string.C: change msg '... code is not code'
                   18368: 
                   18369:        * src/: main/pa_db_connection.C, main/pa_db_manager.C,
                   18370:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   18371:          targets/cgi/pool_storage.h: couple cache expiratiors were wrong
                   18372:          [past/future prob]
                   18373: 
                   18374:        * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
                   18375:          include/pa_config_fixed.h, include/pa_db_manager.h,
                   18376:          include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
                   18377:          main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
                   18378: 
                   18379:        * src/: include/pa_config_fixed.h, main/pa_common.C,
                   18380:          main/pa_string.C: removed signed mismatch warnings
                   18381: 
                   18382:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
                   18383:          'expires' from header outputs
                   18384: 
                   18385:        * src/main/pa_string.C: string::recustruct erroreusly used outdated
                   18386:          row ptr
                   18387: 
                   18388:        * src/classes/file.C: file::cgi bug, request_method were passed to
                   18389:          SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
                   18390: 
                   18391:        * src/classes/xdoc.C: lang list updated
                   18392: 
                   18393: 2001-12-10  paf
                   18394: 
                   18395:        * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
                   18396: 
                   18397:        * src/main/untaint.C: FILE_SPEC untainting changed so that one can
                   18398:          erase files like that, knowing their full name introducing   //
                   18399:          theoretical problem with, for instance, "_2B" and "." fragments,
                   18400:          // they would yield the same    // because
                   18401:          need_file_encode('_')=false  // but we need to delete such files
                   18402:          somehow, getting names from ^index
                   18403: 
                   18404:        * src/main/pa_string.C: ^string.replace bug fixed [bad
                   18405:          string::join_chank break]
                   18406: 
                   18407: 2001-12-07  paf
                   18408: 
                   18409:        * src/: classes/hashfile.C, classes/op.C, classes/table.C,
                   18410:          include/pa_common.h, include/pa_config_auto.h.in,
                   18411:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   18412:          include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
                   18413:          main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
                   18414:          types/pa_vhashfile.C: merged from r14_simple_cache
                   18415: 
                   18416:        * src/main/pa_string.C: stupid sparc architecture failed to access
                   18417:          short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
                   18418:             lduh  [ %i2 + 1 ], %l0
                   18419: 
                   18420:          bus error, fixed that
                   18421: 
                   18422:        * src/main/pa_string.C: strange string deserialize bug on
                   18423:          client[pmts], a bit shortened,
                   18424: 
                   18425:        * src/include/pa_config_auto.h.in: makes
                   18426: 
                   18427:        * src/: include/pa_common.h, include/pa_config_fixed.h,
                   18428:          include/pa_config_includes.h, main/pa_common.C: exclusive lock
                   18429:          file write shared lock file read
                   18430: 
                   18431:        * src/: classes/op.C, include/pa_common.h,
                   18432:          include/pa_config_fixed.h, main/pa_common.C: ^cache operator
                   18433: 
                   18434: 2001-12-06  paf
                   18435: 
                   18436:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   18437:          main/pa_request.C: #ifdef RESOURCES_DEBUG
                   18438: 
                   18439:        * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
                   18440:          info
                   18441: 
                   18442:        * src/classes/hashfile.C: removed transaction from ^cache
                   18443: 
                   18444: 2001-12-05  paf
                   18445: 
                   18446:        * src/targets/cgi/: parser3.C: fatal error reporting fixed.  in
                   18447:          IIS5 there were a prob with illegal call check
                   18448: 
                   18449: 2001-12-04  paf
                   18450: 
                   18451:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   18452:          main/pa_request.C: measures to log
                   18453: 
                   18454: 2001-11-23  paf
                   18455: 
                   18456:        * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
                   18457:          main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
                   18458:          types/pa_vhashfile.C: merged from _0014, 1
                   18459: 
                   18460:        * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
                   18461:          main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
                   18462:          hashfile bugfix2 more wrong sizes.  ^cache behaviour changed: if
                   18463:          ^cache(33) would change
                   18464: 
                   18465:          0660 bits in file_write & hashfile create
                   18466: 
                   18467:        * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
                   18468:          after pa_string optimization]
                   18469: 
                   18470: 2001-11-22  paf
                   18471: 
                   18472:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                   18473:          table.offset[whence]
                   18474: 
                   18475:        * src/classes/op.C: process cstr(,connection)
                   18476: 
                   18477:        * src/classes/op.C: process now gets its body on current language,
                   18478:          not as-is
                   18479: 
                   18480:        * src/main/untaint.C: ORIGINS mode removed UHTML
                   18481: 
                   18482:        * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
                   18483:          bit
                   18484: 
1.116     moko     18485:        * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95      moko     18486: 
                   18487: 2001-11-21  paf
                   18488: 
                   18489:        * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
                   18490:          <xsl:output output options made identical to xsl:output
                   18491:          attributes exclusion:    cdata-section-elements what xalan can do
                   18492:          but that not used now:    it can escape and remove CDATA sections
                   18493: 
                   18494:        * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
                   18495:          produced by xslt
                   18496: 
                   18497:        * src/targets/cgi/parser3.C: removed debug cgi||1
                   18498: 
                   18499:        * src/main/: pa_string.C, untaint.C: cached some string::size() es
                   18500: 
                   18501:        * src/: classes/table.C, main/pa_string.C, main/untaint.C,
                   18502:          targets/cgi/parser3.C: table.append bug fixed: forgot to switch
                   18503:          default language for {code}, it happen to change it's language
                   18504:          from CLEAN, so later refused to split by CLEAN \t
                   18505: 
                   18506: 2001-11-20  paf
                   18507: 
1.116     moko     18508:        * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
                   18509:          main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95      moko     18510:          bottom of dependeces, so that errors would popup quicklier, fixed
                   18511:          line numbering in table::sql
                   18512: 
                   18513: 2001-11-19  paf
                   18514: 
                   18515:        * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
                   18516:          include/pa_types.h, main/pa_globals.C, main/pa_request.C,
                   18517:          main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
                   18518:          targets/isapi/parser3isapi.C, types/pa_wcontext.C,
                   18519:          types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
                   18520:          at wcontext.write
                   18521: 
1.116     moko     18522:        * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95      moko     18523:          _set_new_handler
                   18524: 
1.116     moko     18525:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
                   18526:          set_new_handler in apache&isapi
1.95      moko     18527: 
                   18528: 2001-11-16  paf
                   18529: 
                   18530:        * src/targets/cgi/parser3.C: pool debug @ die
                   18531: 
                   18532:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
                   18533:          removed 8 bytes from String, 2 bytes from
                   18534:          string::chunk::row::item
                   18535: 
                   18536:        * src/main/pa_string.C: removed 1+4 bytes from String
                   18537: 
                   18538:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
                   18539:          types/pa_vstring.C: removed 1+4 bytes from String
                   18540: 
                   18541:        * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
                   18542:          0
                   18543: 
                   18544:        * src/: include/pa_globals.h, include/pa_string.h,
                   18545:          include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
                   18546:          main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
                   18547:          targets/cgi/parser3.C: introducing estimating
                   18548:          String::cstr_bufsize, 0
                   18549: 
                   18550:        * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
                   18551: 
                   18552:        * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
                   18553: 
                   18554:        * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
                   18555:          include/pa_pool.h: die in pool::fail
                   18556: 
                   18557: 2001-11-15  paf
                   18558: 
                   18559:        * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
                   18560:          main/pa_exception.C, targets/cgi/parser3.C: exception with
                   18561:          dynamic buffer re-back now with counter
                   18562: 
                   18563:        * src/: include/pa_exception.h, main/pa_exception.C: exception with
                   18564:          static buffer back
                   18565: 
                   18566:        * src/targets/cgi/parser3.C: std::
                   18567: 
                   18568:        * src/: classes/classes.awk, include/pa_config_auto.h.in,
                   18569:          include/pa_config_includes.h: setnewhandler check
                   18570: 
1.116     moko     18571:        * src/include/pa_config_auto.h.in: makes
1.95      moko     18572: 
                   18573:        * src/targets/cgi/parser3.C: set_new_handler started
                   18574: 
                   18575: 2001-11-14  paf
                   18576: 
                   18577:        * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
                   18578:          was wrong
                   18579: 
                   18580:        * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
                   18581:          was wrong
                   18582: 
                   18583:        * src/main/pa_request.C: z
                   18584: 
                   18585:        * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
                   18586:          full returns win32 -1 solaris >buffer_size
                   18587: 
                   18588:          checked all that
                   18589: 
                   18590:        * src/classes/op.C: ^untaint{body} as-is default now
                   18591: 
                   18592:        * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
                   18593:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
                   18594:          with no_bad_constructors_try
                   18595: 
                   18596:        * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
                   18597:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
                   18598:          this: $bred[^string::length[]] $bred[^response::clear[]]
                   18599:          $bred[^int::int[]]
                   18600: 
                   18601:          now VObject creation moved into overriden
                   18602:          VClass::create_new_value, thus 0 from create_new_value means that
                   18603:          class has no ctors
                   18604: 
                   18605: 2001-11-13  paf
                   18606: 
                   18607:        * src/classes/classes.C: returned accedently removed if in foreach
                   18608:          callbacks [when hash no-0-restructure]
                   18609: 
                   18610: 2001-11-12  paf
                   18611: 
                   18612:        * src/main/pa_pool.C: changed xdoc createXXX politics, now string
                   18613:          passed as-is to method, xalan makes & into &amp; itself
                   18614: 
                   18615:        * src/classes/date.C: date.roll parser2 alg used
                   18616: 
                   18617:        * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
                   18618:          include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
                   18619:          main/pa_dictionary.C, main/pa_hash.C,
                   18620:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
                   18621:          now does not containt 0 values. put 0 actullay removes.  no check
                   18622:          on 0 value in foreach now required
                   18623: 
                   18624: 2001-11-11  paf
                   18625: 
                   18626:        * src/sql/pa_sql_driver.h: removed extra constructor, doc
                   18627: 
                   18628:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
                   18629: 
                   18630:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
                   18631:          driver initialize not const
                   18632: 
                   18633: 2001-11-10  paf
                   18634: 
                   18635:        * src/main/pa_exec.C: doc
                   18636: 
                   18637: 2001-11-09  paf
                   18638: 
                   18639:        * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
                   18640:          param properly
                   18641: 
                   18642:        * src/classes/string.C: string.save now does untainting before
                   18643:          saving
                   18644: 
                   18645:        * src/main/pa_common.C: line endings fixing fixed last piece[was
                   18646:          still cstr oriented]
                   18647: 
                   18648:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
                   18649:          line endings fixing got rid of cstr, now must work ok with post
                   18650:          multipart
                   18651: 
                   18652:        * src/types/pa_vform.C: line endings fixed at post / multipart /
                   18653:          not file  also now
                   18654: 
                   18655: 2001-11-08  paf
                   18656: 
                   18657:        * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
                   18658:          include/pa_db_manager.h, include/pa_sql_driver_manager.h,
                   18659:          include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
                   18660:          main/pa_db_manager.C, main/pa_sql_driver_manager.C,
                   18661:          main/pa_stylesheet_manager.C: restructured Cache manager to be
                   18662:          simple parent, not second parent [gcc 2.96 strangly refused to
                   18663:          call virtual from second parent]
                   18664: 
1.116     moko     18665:        * src/: include/pa_common.h, main/Makefile.am,
                   18666:          targets/cgi/pa_pool.C: makes
1.95      moko     18667: 
                   18668:        * src/: include/pa_request.h, main/pa_request.C,
                   18669:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
                   18670:          'status' class enabler
                   18671: 
                   18672:          <Location /parser-status.html> ParserStatusAllowed </Location>
                   18673: 
                   18674:        * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
                   18675:          include/pa_db_manager.h, include/pa_sql_driver_manager.h,
                   18676:          include/pa_stylesheet_manager.h, main/main.dsp,
                   18677:          main/pa_cache_managers.C, main/pa_charset_manager.C,
                   18678:          main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
                   18679:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   18680:          types/pa_vstatus.h: cache_managers, maybe-expiring every request
                   18681:          todo: apache 'status' class enabler
                   18682: 
                   18683: 2001-11-05  paf
                   18684: 
                   18685:        * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
                   18686:          debug to normal
                   18687: 
                   18688:        * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
                   18689:          hence i removed skipping 0 values in hash::for_each-es we need to
                   18690:          check cleaned cache items manually. few more checks.
                   18691: 
                   18692:          expiring to 0 time was wrong, changed to 'now' time
                   18693: 
                   18694:        * src/targets/cgi/parser3.C: read can return 0, that means sort of
                   18695:          sig_pipe on freebsd [moko's experiments].   checked that in cgi,
                   18696:          on apache already done :)
                   18697: 
                   18698:        * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
                   18699:          skipping 0 values in hash::for_each-es we need to check cleaned
                   18700:          cache items manually
                   18701: 
                   18702:        * src/main/: pa_db_connection.C, pa_db_table.C:
                   18703:          parser_multithreaded check was wrong
                   18704: 
                   18705:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   18706:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   18707:          classes/hashfile.C, classes/image.C, classes/int.C,
                   18708:          classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
                   18709:          classes/string.C, classes/table.C, classes/void.C,
                   18710:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   18711:          include/pa_array.h, include/pa_charset_connection.h,
                   18712:          include/pa_charset_manager.h, include/pa_common.h,
                   18713:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   18714:          include/pa_db_connection.h, include/pa_db_manager.h,
                   18715:          include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
                   18716:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   18717:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   18718:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   18719:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   18720:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   18721:          include/pa_stack.h, include/pa_string.h,
                   18722:          include/pa_stylesheet_connection.h,
                   18723:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   18724:          include/pa_threads.h, include/pa_types.h, main/compile.C,
                   18725:          main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
                   18726:          main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
                   18727:          main/pa_charset_manager.C, main/pa_common.C,
                   18728:          main/pa_db_connection.C, main/pa_db_manager.C,
                   18729:          main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
                   18730:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   18731:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   18732:          main/pa_socks.C, main/pa_sql_driver_manager.C,
                   18733:          main/pa_status_provider.C, main/pa_string.C,
                   18734:          main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
                   18735:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   18736:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   18737:          targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
                   18738:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   18739:          targets/isapi/pool_storage.h, types/pa_valiased.C,
                   18740:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   18741:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   18742:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   18743:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   18744:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   18745:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   18746:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   18747:          types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
                   18748:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
                   18749:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   18750:          types/pa_vstateless_object.h, types/pa_vstatus.h,
                   18751:          types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
                   18752:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   18753:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   18754:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
                   18755:          $status:db fixed used not initialized in db_connection & db_table
                   18756: 
                   18757:        * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
                   18758:          $status:charset
                   18759: 
                   18760:        * src/: classes/xdoc.C, include/pa_db_connection.h,
                   18761:          include/pa_stylesheet_connection.h,
                   18762:          include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
                   18763:          types/pa_vstatus.h: $status:stylesheet
                   18764: 
                   18765:        * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
                   18766:          include/pa_request.h, include/pa_sql_connection.h,
                   18767:          include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
                   18768:          main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
                   18769:          main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
                   18770:          main/pa_sql_driver_manager.C, main/pa_status_provider.C,
                   18771:          main/pa_stylesheet_manager.C, types/pa_vstatus.h,
                   18772:          types/pa_vxnode.C, types/types.dsp: started status parser class
                   18773: 
                   18774: 2001-11-01  paf
                   18775: 
                   18776:        * src/include/pa_config_auto.h.in: makes
                   18777: 
                   18778:        * src/main/pa_hash.C: removed old extra include
                   18779: 
                   18780:        * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
                   18781:          checks [for hp, there are such in math.h]
                   18782: 
                   18783:        * src/classes/op.C: ^for endless loop check strightened
                   18784: 
                   18785:        * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
                   18786:          behavior in native calls.  it left unchanged, so ^for ^foreach &
                   18787:          co can use r.root to write their i & key,value there
                   18788: 
                   18789:        * src/classes/op.C: detected for var storage bug, fixed.
                   18790:          todo:foreach
                   18791: 
                   18792:        * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
                   18793:          include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
                   18794:          types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
                   18795:          changing of hash inside of foreach
                   18796: 
                   18797:        * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
                   18798:          ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
                   18799:          were hash.foreach
                   18800: 
                   18801:        * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
                   18802:          types/pa_vstring.C, types/pa_vstring.h:
                   18803:          ^foreach[key|value]{body}[[separator]|{separator}]
                   18804: 
                   18805:        * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
                   18806:          types/pa_vcookie.C: ^hash.delete[key]
                   18807: 
                   18808: 2001-10-31  paf
                   18809: 
                   18810:        * src/main/: compile.C, pa_common.C: completely empty file now
                   18811:          considered "read", not ignored [not perfect trick used]
                   18812: 
                   18813:        * src/main/pa_common.C: simplier common ifdefs
                   18814: 
                   18815:        * src/main/pa_common.C: typing bug in common - bad ifdeff
                   18816: 
                   18817:        * src/main/pa_db_connection.C: z
                   18818: 
                   18819:        * src/main/: pa_db_connection.C, pa_sql_driver_manager.C:       //
                   18820:          lockdetector flags
                   18821:                  dbenv.lk_detect=DB_LOCK_RANDOM;
                   18822: 
                   18823:        * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
                   18824:          from accidental show [imagine user forgot @exception]
                   18825: 
                   18826:        * src/classes/table.C: ^table.save[[nameless|+append;]path]
                   18827: 
                   18828:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   18829:          classes/string.C, classes/xnode.C, include/pa_common.h,
                   18830:          main/pa_common.C: ^string.save[[append;]path]
                   18831: 
                   18832:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   18833:          main/execute.C: \ in expression: int divide 10/3=3
                   18834: 
                   18835:        * src/types/pa_vhashfile.h: hashfile  ^delete to do something only
                   18836:          inside of ^cache
                   18837: 
                   18838:        * src/: include/pa_threads.h, main/pa_db_connection.C,
                   18839:          main/pa_db_table.C, targets/cgi/pa_threads.C,
                   18840:          targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
                   18841:          needed
                   18842: 
                   18843: 2001-10-30  paf
                   18844: 
                   18845:        * src/: classes/classes.dsp, main/main.dsp,
                   18846:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   18847:          types/types.dsp: enabled debug incremental compile
                   18848: 
                   18849:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
                   18850:          form post data line endings not reformatted now.
                   18851: 
                   18852:        * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
                   18853:          now required [had bug when file= has no value]
                   18854: 
                   18855:        * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
                   18856:          pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
                   18857:          cstr(asis) default param removed
                   18858: 
                   18859:        * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
                   18860: 
                   18861:        * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
                   18862: 
                   18863:        * src/include/pa_dir.h: LOAD_DIR fixed
                   18864: 
                   18865:        * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
                   18866:          was broken} fix_line_breaks
                   18867: 
                   18868:        * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
                   18869:          pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
                   18870:          packed with #pragma pack
                   18871: 
1.116     moko     18872:        * src/include/pa_config_auto.h.in: pragma detection
1.95      moko     18873: 
                   18874: 2001-10-29  paf
                   18875: 
                   18876:        * src/types/pa_wcontext.h: bitfield syntax stricter
                   18877: 
                   18878:        * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
                   18879:          string hash.puts
                   18880: 
                   18881:        * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
                   18882: 
                   18883:        * src/include/pa_sql_connection.h: there were one wrong
                   18884:          SQL_CONNECTION_FUNC_GUARDED [failed]
                   18885: 
                   18886:        * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
                   18887:          param.someday either ifdef or remove it
                   18888: 
                   18889:        * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
                   18890: 
                   18891:        * src/main/untaint.C: optimizing returned after debugging
                   18892: 
                   18893:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
                   18894:          main/untaint.C: memory hunging #pragma pack(1)
                   18895: 
                   18896:          16 419 844 13 169 394
                   18897: 
                   18898:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
                   18899:          targets/cgi/pa_pool.C: String size_t replace to uint in proper
                   18900:          places [todo:Array]
                   18901: 
                   18902:        * src/: main/execute.C, targets/cgi/pa_pool.C,
                   18903:          targets/cgi/parser3.dsp, types/pa_wcontext.h,
                   18904:          types/pa_wwrapper.h: debugging memory WContext flags to bits
                   18905: 
                   18906:          total 5 652 652/158731 total 5 469 332/158731
                   18907: 
                   18908:        * src/: include/pa_array.h, main/pa_array.C: debugging memory
                   18909:          Array:: without cache in get/put now
                   18910: 
                   18911:          [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
                   18912:          18:25:27 2001] total 5 652 652/158731
                   18913: 
                   18914:        * src/: include/pa_string.h, main/pa_string.C,
                   18915:          targets/cgi/pa_pool.C: debugging memory String::fused_rows func
                   18916:          now
                   18917: 
                   18918:          [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
                   18919:          18:11:53 2001] total 5796092/158731
                   18920: 
                   18921:        * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
                   18922:          main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
                   18923:          key ref now
                   18924: 
                   18925:          [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
                   18926:          17:11:17 2001] total 16867948/202658
                   18927: 
                   18928:        * src/: classes/file.C, classes/image.C, classes/string.C,
                   18929:          classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
                   18930:          main/execute.C, main/pa_array.C, main/pa_common.C,
                   18931:          main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   18932:          main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
                   18933:          types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
                   18934:          string::as_int/double now usually uses stack, not heap [200K out
                   18935:          of 17M :)] VString(String&) not copies reference [29M -> 17M]
                   18936: 
                   18937:        * src/main/pa_sql_driver_manager.C: ping to have services [old
                   18938:          hiding bug]
                   18939: 
                   18940:        * src/Makefile.am: .am order
                   18941: 
                   18942:        * src/: include/pa_array.h, include/pa_charset_manager.h,
                   18943:          include/pa_db_connection.h, include/pa_db_manager.h,
                   18944:          include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
                   18945:          include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
                   18946:          include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
                   18947:          types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
                   18948:          required "friend class"
                   18949: 
                   18950:          ../include/pa_request.h:51: friend declaration requires
                   18951:          class-key, i.e. `friend    class Temp_lang'
                   18952: 
                   18953:        * src/: include/pa_exception.h, include/pa_sql_connection.h,
                   18954:          main/pa_exception.C, main/pa_sql_driver_manager.C,
                   18955:          sql/pa_sql_driver.h: sql driver impl changed in _throw part.
                   18956: 
                   18957:          the idea is to #1 jump to C++ some function to main body, where
                   18958:          every function stack frame has exception unwind information and
                   18959:          from there... #2 propagate_exception()
                   18960: 
                   18961: 2001-10-28  paf
                   18962: 
                   18963:        * src/main/pa_db_connection.C: removed old consts
                   18964: 
                   18965:        * src/main/pa_db_connection.C: expire table [was accidently pasted
                   18966:          with wrong type/cast]
                   18967: 
                   18968:        * src/main/: pa_db_connection.C, pa_db_table.C: exception
                   18969:          translation
                   18970: 
1.116     moko     18971:        * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95      moko     18972:          remember to build DB2 with -fexceptions!!!
                   18973: 
                   18974:        * src/main/pa_db_table.C: DB_RMW defed
                   18975: 
                   18976:        * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
                   18977:          include/pa_db_connection.h, include/pa_db_manager.h,
                   18978:          include/pa_db_table.h, main/pa_db_connection.C,
                   18979:          main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
                   18980: 
                   18981: 2001-10-27  paf
                   18982: 
                   18983:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   18984:          include/pa_db_table.h, main/pa_db_connection.C,
                   18985:          main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
                   18986:          types/pa_vhashfile.C: DB2 ifdefs
                   18987: 
1.116     moko     18988:        * src/: classes/Makefile.am, include/pa_config_fixed.h,
                   18989:          main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95      moko     18990:          makes with DB2
                   18991: 
1.116     moko     18992:        * src/: include/pa_config_auto.h.in, main/Makefile.am,
                   18993:          types/Makefile.am: makes db
1.95      moko     18994: 
                   18995:        * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
                   18996:          targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
                   18997:          globals.C
                   18998: 
                   18999:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   19000:          include/pa_db_table.h, main/pa_db_connection.C,
                   19001:          main/pa_db_table.C: ^hashfile.clear[]
                   19002: 
                   19003:        * src/classes/classes.awk: no $ in var names
                   19004: 
                   19005:        * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
                   19006:          connection&table [forgotten calls]
                   19007: 
                   19008: 2001-10-26  paf
                   19009: 
                   19010:        * src/main/pa_db_connection.C: db checkpoints
                   19011: 
                   19012:        * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
                   19013:          checkpoints
                   19014: 
                   19015:        * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
                   19016:          default. but entities still reparsed. todo: tothink
                   19017: 
                   19018:        * src/main/pa_db_connection.C: db recover mech 2
                   19019: 
                   19020:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   19021:          include/pa_db_manager.h, include/pa_db_table.h,
                   19022:          include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
                   19023:          main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
                   19024:          types/pa_vhashfile.h: db connections & tables now cached at
                   19025:          create time & multithreaded
                   19026: 
                   19027:        * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
                   19028:          parsed_source
                   19029: 
                   19030:        * src/main/pa_db_connection.C: about to remove connection from
                   19031:          vhashfile
                   19032: 
                   19033:        * src/: main/pa_db_table.C, classes/hashfile.C: db: child
                   19034:          transaction commit/rollback responsibility left to parent [as it
                   19035:          sould - else there were a bug with double free]
                   19036: 
                   19037:        * src/include/pa_db_table.h: db: child transaction commit/rollback
                   19038:          responsibility left to parent [as it sould - else there were a
                   19039:          bug with double free]
                   19040: 
                   19041: 2001-10-25  paf
                   19042: 
                   19043:        * src/: classes/hashfile.C, include/pa_common.h,
                   19044:          include/pa_db_connection.h, include/pa_db_manager.h,
                   19045:          main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
                   19046:          types/pa_vhashfile.C, types/pa_vhashfile.h,
                   19047:          include/pa_db_table.h, main/pa_db_table.C: started db_home
                   19048:          [multiple, cached] todo: autorecover [tried, but not succeded,
                   19049:          yet]
                   19050: 
                   19051:        * src/include/pa_dir.h: ancient gpf on dir not found fixed
                   19052: 
                   19053:        * src/: include/pa_db_connection.h, main/pa_db_manager.C:
                   19054:          transaction parent passed
                   19055: 
                   19056: 2001-10-24  parser
                   19057: 
1.116     moko     19058:        * src/classes/Makefile.am: makes
1.95      moko     19059: 
                   19060:        * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
                   19061:          isapi/pool_storage.h: pool_storage fixed
                   19062: 
                   19063:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
                   19064:          types/pa_vform.h: form fix_line_breaks
                   19065: 
1.116     moko     19066:        * src/targets/cgi/pool_storage.h: makes
1.95      moko     19067: 
                   19068:        * src/: classes/Makefile.am, targets/cgi/Makefile.am,
                   19069:          targets/cgi/pool_storage.h: makes
                   19070: 
                   19071:        * src/sql/pa_sql_driver.h: version
                   19072: 
                   19073:        * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
                   19074:          types/pa_vform.C, types/pa_vform.h: .am
                   19075: 
                   19076:        * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
                   19077:          this: DB_RMW Acquire write locks instead of read locks when doing
                   19078:          the retrieval. Setting this flag may decrease the likelihood of
                   19079:          deadlock during a read-modify-write cycle by immediately
                   19080:          acquiring the write lock during the read part of the cycle so
                   19081:          that another thread of control acquiring a read lock for the same
                   19082:          item, in its own read-modify-write cycle, will not result in
                   19083:          deadlock
                   19084: 
                   19085:        * src/targets/isapi/parser3isapi.dsp: doc
                   19086: 
                   19087:        * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
                   19088: 
                   19089:        * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
                   19090: 
                   19091:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   19092:          main/pa_db_connection.C: hashfile expired deleted from db when
                   19093:          get & iterate
                   19094: 
                   19095:        * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
                   19096:          expiring 1
                   19097: 
                   19098:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
                   19099: 
                   19100:        * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
                   19101:          db_connection not bothers with key when not returning expired
                   19102:          data
                   19103: 
                   19104:        * src/: include/pa_db_connection.h, main/pa_db_connection.C,
                   19105:          types/pa_vhashfile.C: db_cursor constructor public now
                   19106: 
                   19107:        * src/: include/pa_db_connection.h, main/pa_db_connection.C,
                   19108:          types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
                   19109:          stamped, todo: put_element analize
                   19110: 
                   19111:        * src/: include/pa_db_connection.h, include/pa_string.h,
                   19112:          main/pa_db_connection.C, main/pa_string.C: hashfile pieced
                   19113:          serialize. todo stamp
                   19114: 
                   19115: 2001-10-23  parser
                   19116: 
                   19117:        * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
                   19118:          classes/image.C, classes/mail.C, classes/response.C,
                   19119:          classes/string.C, classes/table.C, classes/xdoc.C,
                   19120:          include/pa_config_fixed.h, include/pa_db_connection.h,
                   19121:          main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
                   19122:          types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
                   19123:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
                   19124:          types/pa_vtable.C: ^hashfile.hash[]
                   19125: 
                   19126:        * src/: classes/hashfile.C, classes/xdoc.C,
                   19127:          include/pa_config_fixed.h, main/pa_db_manager.C,
                   19128:          main/pa_globals.C: ifdefs so it compiled without db
                   19129: 
                   19130:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   19131:          include/pa_db_manager.h, main/pa_db_connection.C,
                   19132:          main/pa_db_manager.C, types/pa_vhashfile.h:
                   19133:          ^hashfile.transaction{code} ^hashfile:clear[filename]
                   19134:          ^hashfile.delete[key]
                   19135: 
                   19136: 2001-10-22  parser
                   19137: 
                   19138:        * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
                   19139:          cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
                   19140: 
                   19141:        * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
                   19142:          classes/xnode.C, include/pa_charset_connection.h,
                   19143:          include/pa_db_connection.h, include/pa_db_manager.h,
                   19144:          include/pa_exception.h, include/pa_sapi.h,
                   19145:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   19146:          include/pa_stylesheet_connection.h,
                   19147:          include/pa_stylesheet_manager.h,
                   19148:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   19149:          main/pa_db_connection.C, main/pa_db_manager.C,
                   19150:          main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
                   19151:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   19152:          main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
                   19153:          targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
                   19154:          types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
                   19155:          types/types.dsp: hashfile 0
                   19156: 
                   19157:        * src/types/pa_vhashfile.C: z
                   19158: 
                   19159:        * src/: classes/classes.dsp, classes/hashfile.C,
                   19160:          include/pa_config_fixed.h, main/execute.C,
                   19161:          targets/cgi/parser3.dsp, types/pa_vhashfile.C,
                   19162:          types/pa_vhashfile.h, types/types.dsp: hashfile -100
                   19163: 
                   19164:        * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
                   19165: 
                   19166:        * src/: include/pa_exception.h, include/pa_request.h,
                   19167:          main/execute.C, main/pa_exception.C, main/pa_request.C,
                   19168:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   19169:          types/pa_vclass.h, types/pa_vobject.h: stack backtrace
                   19170: 
                   19171: 2001-10-19  parser
                   19172: 
                   19173:        * src/include/pa_pool.h: header
                   19174: 
                   19175:        * src/main/pa_pool.C: auto compiled on gcc
                   19176: 
                   19177:        * src/classes/image.C: comment
                   19178: 
1.116     moko     19179:        * src/: include/pa_pool.h, main/pa_common.C: makes
1.95      moko     19180: 
                   19181:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   19182:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   19183:          types/pa_vxnode.h: xnode clone got freed
                   19184: 
                   19185:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
                   19186:          include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
                   19187:          can free up xalandomstring resulting from pool::transcode
                   19188: 
                   19189:        * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
                   19190:          include/pa_config_fixed.h, include/pa_exception.h,
                   19191:          include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
                   19192:          main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
                   19193:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
                   19194:          to c++ exceptions 1xml configure fixed to exclude xalan-patch
                   19195:          from non-xml compile
                   19196: 
                   19197:        * src/main/pa_request.C: pool:: context - get_context
                   19198: 
                   19199:        * src/: classes/classes.h, classes/date.C, classes/double.C,
                   19200:          classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
                   19201:          classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
                   19202:          classes/string.C, classes/table.C, classes/void.C,
                   19203:          include/pa_config_fixed.h, include/pa_exception.h,
                   19204:          include/pa_pool.h, include/pa_request.h, include/pa_types.h,
                   19205:          main/compile.C, main/compile_tools.C, main/execute.C,
                   19206:          main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
                   19207:          main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
                   19208:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   19209:          main/pa_string.C, main/pa_table.C, main/untaint.C,
                   19210:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   19211:          types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
                   19212:          types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
                   19213:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
                   19214:          types/pa_vstateless_class.h, types/pa_vtable.C,
                   19215:          types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
                   19216:          exceptions 0
                   19217: 
                   19218:        * src/classes/classes.awk: $ removed
                   19219: 
                   19220: 2001-10-18  parser
                   19221: 
                   19222:        * src/types/pa_vcookie.C: cookie:CLASS
                   19223: 
                   19224:        * src/main/main.dsp: project
                   19225: 
                   19226:        * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
                   19227:          set_document & ctor question "who owns document" solved
                   19228: 
                   19229:        * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
                   19230: 
                   19231:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
                   19232:          main/pa_pool.C: encoding in dom creating funcs
                   19233: 
                   19234:        * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
                   19235:          be transformed now
                   19236: 
                   19237:        * src/classes/xdoc.C: dom created by create can be transformed now
                   19238: 
                   19239:        * src/classes/xdoc.C: z
                   19240: 
                   19241:        * src/classes/xdoc.C: comment
                   19242: 
                   19243:        * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
                   19244:          create now uses XercesDocumentBridge, appendChild&co now works
                   19245: 
                   19246:        * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
                   19247:          @ recompile
                   19248: 
                   19249:        * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
                   19250:          $origin @exception[
                   19251: 
                   19252:        * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
                   19253:          tag names forced to XML lang
                   19254: 
                   19255:        * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
                   19256:          leechy-found bugs in code&doc fixed
                   19257: 
                   19258: 2001-10-17  parser
                   19259: 
                   19260:        * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
                   19261:          types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
                   19262:          n functionality preserved
                   19263: 
                   19264:        * src/types/pa_vimage.h: removed unused vimage::save
                   19265: 
                   19266: 2001-10-16  parser
                   19267: 
                   19268:        * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
                   19269: 
                   19270:        * src/classes/: xnode.C: removed few dom returns & changed op.txt
                   19271: 
                   19272:        * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
                   19273: 
                   19274:        * src/classes/image.C: image.copy tolerance
                   19275: 
                   19276:        * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
                   19277:          ineffective, but works for small paleted image
                   19278: 
                   19279:        * src/types/pa_vimage.C: comment
                   19280: 
                   19281:        * src/classes/image.C: gd size/resize bugfix
                   19282: 
                   19283:        * src/: classes/classes.dsp, main/main.dsp,
                   19284:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   19285:          types/types.dsp: ident >nul 2>&1
                   19286: 
                   19287:        * src/main/pa_common.C: \r\n -> \n   DOS \r -> \n Macintosh on all
                   19288:          systems
                   19289: 
                   19290:        * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
                   19291:          x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
                   19292: 
                   19293: 2001-10-15  parser
                   19294: 
                   19295:        * src/main/execute.C: z
                   19296: 
                   19297:        * src/classes/: xdoc.C:     !::create{qualifiedName}
                   19298: 
                   19299:        * src/types/pa_vxnode.C:     document_type_node.
                   19300:                  !readonly attribute DOMString name
                   19301:              !notation_node.
                   19302:                  !readonly attribute DOMString publicId
                   19303:                  !readonly attribute DOMString systemId
                   19304: 
1.116     moko     19305:        * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
                   19306:          ::write badly passed string too transparently [failed to
                   19307:          intercept it]
1.95      moko     19308: 
                   19309:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
                   19310:          include/pa_request.h, main/pa_sql_driver_manager.C,
                   19311:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   19312:          types/pa_vxnode.h: DOM1 major addtion, only few
                   19313:          attributes/methods left
                   19314: 
                   19315: 2001-10-13  parser
                   19316: 
                   19317:        * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
                   19318:          targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
                   19319:          in main handler
                   19320: 
                   19321:        * src/targets/isapi/pool_storage.h: isapi pool storage reverse
                   19322:          cleanups & frees order
                   19323: 
                   19324:        * src/types/pa_vcode_frame.h: couple comments
                   19325: 
                   19326:        * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
                   19327:          transparent enough to handle hash if creation&passing
                   19328: 
                   19329:        * src/: include/pa_config_fixed.h, main/execute.C,
                   19330:          main/pa_exception.C: noticed that vcodeframe not transparent
                   19331:          enough, would change now
                   19332: 
                   19333: 2001-10-12  parser
                   19334: 
                   19335:        * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
                   19336:          fixed. initialization&free on each thread!
                   19337: 
                   19338:        * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
                   19339:          handling changed: now type of default param analized always, not
                   19340:          only at problem time, thus helping early problem spotting
                   19341: 
                   19342:        * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
                   19343:          main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
                   19344:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
                   19345:          targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
                   19346:          multithread bug fixed. initialization&free on each thread!
                   19347: 
                   19348: 2001-10-11  parser
                   19349: 
                   19350:        * src/classes/xnode.C: xnode.selectSingle now
                   19351: 
                   19352:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
                   19353:          include/pa_pool.h, include/pa_stylesheet_connection.h,
                   19354:          main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
                   19355:          convertors out of Pool into Exception
                   19356: 
                   19357:        * src/main/pa_string.C: const
                   19358: 
                   19359:        * src/: include/pa_string.h, main/pa_string.C: restructured string:
                   19360:          linked pieces of same language together prior to String::replace
                   19361: 
                   19362:        * src/classes/hash.C:     !^hash.add[addme]
                   19363:              !^hash.sub[subme]
                   19364:              !^a.union[b] = new
                   19365:              !^a.intersection[b] = new
                   19366:              !^a.intersects[b] = bool
                   19367: 
                   19368:        * src/classes/hash.C:     !^hash::append[append_from]
                   19369: 
                   19370:        * src/: classes/hash.C, types/pa_vhash.h:
                   19371:          !^hash::create[[copy_from]]
                   19372: 
                   19373:        * src/: classes/string.C, classes/table.C, include/pa_globals.h,
                   19374:          include/pa_string.h, main/pa_globals.C, main/pa_string.C,
                   19375:          main/untaint.C, types/pa_vvoid.h: untaint lang origins table
                   19376:          fixed.  got rid of empty_string, which caused errors - it hasnt
                   19377:          exception but somebody[value.bark] tried to throw it on it's pool
                   19378: 
1.116     moko     19379:        * src/include/pa_config_auto.h.in: makes
1.95      moko     19380: 
                   19381: 2001-10-10  parser
                   19382: 
                   19383:        * src/: classes/op.C, main/compile.tab.C: ^error[msg]
                   19384: 
                   19385:        * src/main/: compile.tab.C, compile.y: ^a[
                   19386: 
                   19387:          @next_method  << now unclosed ] would be reported here
                   19388: 
                   19389:        * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
                   19390:          compile error
                   19391: 
                   19392: 2001-10-09  parser
                   19393: 
1.116     moko     19394:        * src/: classes/Makefile.am, main/Makefile.am,
                   19395:          targets/cgi/Makefile.am, types/Makefile.am: makes
1.95      moko     19396: 
                   19397:        * src/classes/Makefile.am: makes
                   19398: 
                   19399:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
                   19400:          win32 errors intercepted [xalan transformer patched and
                   19401:          incorporated]
                   19402: 
                   19403:        * src/: classes/classes.dsp, classes/xdoc.C,
                   19404:          include/pa_stylesheet_connection.h, main/main.dsp,
                   19405:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   19406:          types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
                   19407:          patches starting
                   19408: 
                   19409:        * src/classes/: string.C, table.C: ^string.save[file]
                   19410: 
                   19411:        * src/classes/: date.C, table.C: calendar moved to date
                   19412: 
                   19413:        * src/classes/: op.C, table.C: table.hash[key field;value field(s)
                   19414:          string/table]  now
                   19415: 
                   19416:        * src/classes/: op.C, table.C: z
                   19417: 
                   19418:        * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
                   19419:          types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
                   19420:          types/pa_vxnode.h: table:menu & op for delims made allowed not to
                   19421:          be code [be string..]
                   19422: 
                   19423:        * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
                   19424:          table.C: lots of
                   19425:          params->as_int/double/as_string/as_junction/as_no_junction
                   19426:          messages added
                   19427: 
                   19428: 2001-10-08  parser
                   19429: 
                   19430:        * src/: classes/date.C, classes/image.C, classes/string.C,
                   19431:          classes/table.C, classes/void.C, include/pa_request.h:
                   19432:          params->as_int/double message added
                   19433: 
                   19434:        * src/classes/image.C: image:circle [and round arc] uses Bresenham
                   19435: 
                   19436:        * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
                   19437:          image:sector removed image:html internal "line-*" attribs
                   19438: 
                   19439:        * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
                   19440:          types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
                   19441: 
                   19442:        * src/types/pa_vcookie.C: removing cookie made more netscape-like
                   19443:          way
                   19444: 
                   19445:        * src/: classes/file.C, classes/form.C, main/pa_common.C,
                   19446:          main/untaint.C: header untainting to UL_HTTP_HEADER,
                   19447:          UL_MAIL_HEADER made nonforced [only tainted pieces]
                   19448: 
                   19449:        * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
                   19450:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
                   19451:          @ SAPI::log
                   19452: 
                   19453:        * src/main/untaint.C: \r to ' ' in origins mode
                   19454: 
                   19455:        * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
                   19456:          set]
                   19457: 
                   19458:        * src/: classes/xdoc.C, include/pa_config_fixed.h,
                   19459:          main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
                   19460:          nonstandard liaison freed up
                   19461: 
                   19462: 2001-10-07  parser
                   19463: 
                   19464:        * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
                   19465:          project
                   19466: 
                   19467: 2001-10-05  parser
                   19468: 
                   19469:        * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
                   19470:          main/pa_pool.C: changed xdoc:set to prevent SAXParseException
                   19471:          from outputing to cerr.  lots of "todos"
                   19472: 
                   19473:        * src/main/untaint.C: http_header tainting more gentle with
                   19474:          enquoting now
                   19475: 
                   19476:        * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
                   19477:          main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
                   19478:          xml errorhandler.  fixed string.replace a little, read @test
                   19479: 
                   19480:        * src/main/pa_string.C: found replace bug - first_that_starts(char
                   19481:          *) does not have limit, and looks further eos, fixing....
                   19482: 
                   19483:        * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
                   19484: 
                   19485:        * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
                   19486: 
                   19487:        * src/main/: pa_charset_connection.C: ctype another mem clear
                   19488:          bugfix
                   19489: 
1.116     moko     19490:        * src/main/: compile.tab.C, compile.y: disabled ^literals in names
                   19491:          $result[^[$p^]z] now works fine
1.95      moko     19492: 
                   19493:        * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
                   19494:          wrong. fixed it
                   19495: 
                   19496:        * src/main/pa_charset_connection.C: unicode zero pair at the beging
                   19497:          of totable appered to be vital
                   19498: 
                   19499: 2001-10-04  parser
                   19500: 
                   19501:        * src/classes/image.C: ^image.length[text]
                   19502: 
                   19503: 2001-10-03  parser
                   19504: 
                   19505:        * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
                   19506: 
                   19507:        * src/main/pa_request.C: restored pcre defaulting in request
                   19508:          [mindlessly "optimized" yesterday] comment left
                   19509: 
                   19510: 2001-10-02  parser
                   19511: 
                   19512:        * src/: main/pa_charset_manager.C,
                   19513:          include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
                   19514:          needed
                   19515: 
                   19516:        * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
                   19517:          forgot non-xml pool.*charset needed
                   19518: 
                   19519:        * src/classes/table.C: # config comments fixed
                   19520: 
                   19521:        * src/: classes/table.C, main/pa_charset_connection.C: table:load &
                   19522:          charset_connection #comment now
                   19523: 
                   19524:        * src/: classes/classes.dsp, types/types.dsp: release projects
                   19525:          options fixed to use release msvcrt lib
                   19526: 
                   19527:        * src/main/pa_charset_connection.C: pcre tables now const inside
                   19528:          removed default - pcre handles that internally fixed bug on
                   19529:          not-cleaning tables [previously was calloced, now member]
                   19530: 
                   19531:        * src/: include/pa_request.h, main/pa_charset_connection.C,
                   19532:          main/pa_request.C, types/pa_vstring.h: pcre tables now const
                   19533:          inside removed default - pcre handles that internally fixed bug
                   19534:          on not-cleaning tables [previously was calloced, now member]
                   19535: 
                   19536:        * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
                   19537:          tested charset reload on file change @ apache version = OK tested
                   19538:          freeing up prev encoding on adding new = OK
                   19539: 
                   19540: 2001-10-01  parser
                   19541: 
                   19542:        * src/main/pa_charset_connection.C: removed entitify external hack
                   19543:          [internal installed]
                   19544: 
1.116     moko     19545:        * src/main/Makefile.am: makes+removed dtd
1.95      moko     19546: 
                   19547:        * src/: include/pa_charset_connection.h,
                   19548:          include/pa_charset_manager.h,
                   19549:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   19550:          main/pa_charset_connection.C, main/pa_charset_manager.C,
                   19551:          main/pa_request.C: charset loading & caching mech 0
                   19552: 
                   19553:        * src/: include/pa_stylesheet_connection.h,
                   19554:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   19555:          main/pa_globals.C, main/pa_request.C: would make charset loading
                   19556:          & caching mech now
                   19557: 
                   19558: 2001-09-30  parser
                   19559: 
                   19560:        * src/main/pa_request.C: forgot to fill toTable
                   19561: 
                   19562:        * src/: include/pa_config_fixed.h, main/pa_request.C: started
                   19563:          hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
                   19564:          failed on win32 for now..
                   19565: 
                   19566:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
                   19567:          now charsets table configuration variable is: CHARSETS
                   19568: 
                   19569:        * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
                   19570:          ctype with unicode 1. todo: no &#1055; entities on output somehow
                   19571: 
                   19572:        * src/: classes/file.C, classes/op.C, classes/string.C,
                   19573:          include/pa_request.h, main/pa_request.C: started ctype with
                   19574:          unicode values
                   19575: 
                   19576: 2001-09-28  parser
                   19577: 
                   19578:        * src/: main/pa_request.C, classes/mail.C, classes/op.C,
                   19579:          classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
                   19580:          string passed AS-IS now
                   19581: 
                   19582:        * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
                   19583:          way of user-configuring... todo: implement
                   19584: 
                   19585: 2001-09-27  parser
                   19586: 
                   19587:        * src/classes/table.C: table.sort changed to sort table itself
                   19588: 
                   19589:        * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
                   19590:          X^.getElementsByTagName[tagname] = array of xnode
                   19591:          X^.getElementsByTagNameNS[namespaceURI;localName] = array of
                   19592:          nodes removed - regretfully not supported @ xalan. maybe someday
                   19593:          would reimplement, if needed.
                   19594: 
                   19595:          win32build system: solved long waiting anti-non-started-apache
                   19596:          problem
                   19597: 
                   19598:        * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
                   19599:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   19600:          types/types.dsp: win32 ident make system so not to rebuild
                   19601:          library [ident.C.new]
                   19602: 
                   19603: 2001-09-26  parser
                   19604: 
                   19605:        * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
                   19606:          classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
                   19607:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   19608:          types/pa_vxnode.C, types/types.dsp: z
                   19609: 
                   19610:        * src/classes/classes.C: forgot one non-xml check
                   19611: 
1.116     moko     19612:        * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
                   19613:          targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95      moko     19614: 
                   19615:        * src/targets/cgi/parser3.C: z
                   19616: 
                   19617:        * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
                   19618:          targets/isapi/parser3isapi.C: #ifdef SMTP
                   19619: 
                   19620:        * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
                   19621:          classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   19622:          main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
                   19623:          types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
                   19624:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   19625:          types/types.dsp: xdoc&xnode now
                   19626: 
                   19627:        * src/: classes/classes.C, classes/classes.awk,
                   19628:          classes/classes.dsp, classes/classes.h, classes/date.C,
                   19629:          classes/dnode.C, classes/dnode.h, classes/dom.C,
                   19630:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   19631:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   19632:          classes/op.C, classes/response.C, classes/string.C,
                   19633:          classes/table.C, classes/void.C, include/pa_array.h,
                   19634:          include/pa_common.h, include/pa_config_fixed.h,
                   19635:          include/pa_config_includes.h, include/pa_dictionary.h,
                   19636:          include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
                   19637:          include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
                   19638:          include/pa_socks.h, include/pa_sql_connection.h,
                   19639:          include/pa_sql_driver_manager.h, include/pa_stack.h,
                   19640:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   19641:          include/pa_table.h, include/pa_threads.h, include/pa_types.h,
                   19642:          include/pa_xslt_stylesheet_manager.h, main/compile.C,
                   19643:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   19644:          main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
                   19645:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   19646:          main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
                   19647:          main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
                   19648:          main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
                   19649:          main/pa_xslt_stylesheet_manager.C, main/untaint.C,
                   19650:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   19651:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   19652:          targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
                   19653:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   19654:          targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
                   19655:          types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
                   19656:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   19657:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   19658:          types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
                   19659:          types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
                   19660:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   19661:          types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
                   19662:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
                   19663:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   19664:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
                   19665:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   19666:          types/pa_vstateless_object.h, types/pa_vstring.C,
                   19667:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   19668:          types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   19669:          types/pa_wwrapper.h, types/types.dsp: added ident.awk and
                   19670:          main.dsp splitted to main+classes+types along to .am
                   19671: 
                   19672:        * src/classes/Makefile.am: removed useless var
                   19673: 
                   19674:        * src/: classes/classes.cmd, main/main.dsp,
                   19675:          targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
                   19676:          main.dsp
                   19677: 
                   19678: 2001-09-25  parser
                   19679: 
                   19680:        * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
                   19681:          1251 though, todo ICU
                   19682: 
1.116     moko     19683:        * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95      moko     19684:          include/pa_stylesheet_connection.h, main/Makefile.am,
1.116     moko     19685:          main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
                   19686:          types/pa_vdom.h: xml configure makes
1.95      moko     19687: 
                   19688: 2001-09-24  parser
                   19689: 
1.116     moko     19690:        * src/: classes/Makefile.am, include/pa_config_auto.h.in,
                   19691:          types/Makefile.am: makes
1.95      moko     19692: 
1.116     moko     19693:        * src/targets/cgi/Makefile.am: makefiles
1.95      moko     19694: 
                   19695:        * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
                   19696:          started unix makes update
                   19697: 
                   19698:        * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
                   19699:          started unix makes update
                   19700: 
                   19701:        * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
                   19702: 
                   19703:        * src/types/pa_value.h: z
                   19704: 
                   19705:        * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
                   19706:          bugs with usinge hash/table in expressions
                   19707: 
                   19708:        * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
                   19709:          resolved conflicts fixed [const]
                   19710: 
                   19711:        * src/: classes/classes.cmd, classes/image.C, classes/op.C,
                   19712:          classes/table.C, include/pa_request.h, include/pa_sapi.h,
                   19713:          main/compile.C, main/compile.tab.C, main/compile.y,
                   19714:          main/compile_tools.h, main/main.dsp, main/pa_common.C,
                   19715:          main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
                   19716:          targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
                   19717:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
                   19718:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
                   19719:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
                   19720:          with before_xml [merge2 actually didn't happen - i've created
                   19721:          tags on wrong branch. so this merge is in fact re-merge]
                   19722: 
                   19723: 2001-09-21  parser
                   19724: 
                   19725:        * src/: main/main.dsp, targets/cgi/parser3.dsp,
                   19726:          targets/isapi/parser3isapi.dsp: updated project files [/ sadly
                   19727:          produced "" in make file and sadly wrong interpreted on load]
                   19728: 
1.116     moko     19729:        * src/: classes/classes.h, classes/hash.C, classes/op.C,
                   19730:          classes/table.C, doc/doxygen.cfg, include/pa_common.h,
                   19731:          include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
                   19732:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   19733:          main/compile.tab.C, main/main.dsp, main/pa_common.C,
                   19734:          main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
                   19735:          targets/isapi/parser3isapi.dsp: merged with before_xml
1.95      moko     19736: 
                   19737:        * src/: classes/classes.C, classes/date.C, classes/dnode.C,
                   19738:          classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
                   19739:          classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
                   19740:          include/pa_pool.h, main/main.dsp, main/pa_globals.C,
                   19741:          main/pa_pool.C, main/pa_request.C,
                   19742:          main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
                   19743:          targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
                   19744:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   19745:          targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
                   19746:          types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
                   19747:          types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
                   19748:          types/pa_vrequest.C, types/pa_vresponse.h,
                   19749:          types/pa_vstateless_class.C, types/pa_vstring.C,
                   19750:          types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
                   19751:          created new projects for sql drivers [planning to remove sql
                   19752:          drivers from main cvs project] first, will join latest changes
                   19753: 
                   19754:        * src/classes/: dom.C: defaulted dom writing methods encoding to
                   19755:          pool.get_charset
                   19756: 
                   19757:        * src/classes/dom.C: defaulted dom writing methods encoding to
                   19758:          pool.get_charset
                   19759: 
                   19760:        * src/include/pa_pool.h: defaulted dom writing methods encoding to
                   19761:          pool.get_charset
                   19762: 
                   19763:        * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
                   19764:          types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
                   19765:          methods encoding to pool.get_charset
                   19766: 
                   19767:        * src/: include/pa_pool.h, main/pa_pool.C: checked whether
                   19768:          transcoder were created right "unsupported encoding" message.
                   19769:          not @ set time, but @ use time, so until xml output functions
                   19770:          .string, .file, .save used - no encoding name check occur
                   19771: 
                   19772:          reduced transcode buffer size to 60 fixed pool cleanup - no
                   19773:          registration needed, pools are officially destructured
                   19774: 
                   19775: 2001-09-20  parser
                   19776: 
                   19777:        * src/classes/image.C: 20K preload on jpg measure [image::measure]
                   19778: 
                   19779:        * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
                   19780:          $MAIN:DEFAULTS.content-type[$.charset[here]]
                   19781: 
                   19782:        * src/: classes/dnode.C, classes/dom.C,
                   19783:          include/pa_config_includes.h, include/pa_globals.h,
                   19784:          include/pa_pool.h, main/main.dsp, main/pa_globals.C,
                   19785:          main/pa_pool.C, targets/cgi/parser3.dsp,
                   19786:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   19787:          types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
                   19788:          Pool::transcode 0
                   19789: 
                   19790:        * src/classes/dom.C: dom. string save file moved output xml options
                   19791:          to last param and made it optional
                   19792: 
                   19793:        * src/types/pa_vdnode.C:     !$elementnode.attributes = hash of
                   19794:          dnodes
                   19795:              !$attributenode.specified = boolean
                   19796:                      true if the attribute received its value explicitly
                   19797:          in the XML document,
                   19798:                      or if a value was assigned programatically with the
                   19799:          setValue function.
                   19800:                  false if the attribute value came from the default value
                   19801:          declared in the document's DTD.
                   19802:              !$pinode.target = target of this processing instruction
                   19803:                  XML defines this as being the first token following the
                   19804:          markup
                   19805:                  that begins the processing instruction.
                   19806:                  XPath:
                   19807:              !^node.select[xpath/query/expression] = hash of 0->node0
                   19808:          1->node1
                   19809:              !^node.select-single[xpath/query/expression] = first node if
                   19810:          any
                   19811: 
                   19812:        * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
                   19813:          pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
                   19814:          some 'const's added
                   19815: 
                   19816:        * src/types/: pa_vhash.h, pa_vtable.h: table/hash  can be used in
                   19817:          expression context now, there value = size and boolean value
                   19818:          size!=0
                   19819: 
                   19820:        * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
                   19821:          can be used in expression context now, there value = size and
                   19822:          boolean value size!=0
                   19823: 
                   19824:        * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
                   19825:          types/pa_vstring.h: dnode .file .string .save moved back to dom
                   19826:          due to strange xalan bug
                   19827: 
                   19828: 2001-09-18  parser
                   19829: 
                   19830:        * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
                   19831:          classes/image.C, classes/op.C, classes/table.C,
                   19832:          include/pa_common.h, include/pa_globals.h, include/pa_request.h,
                   19833:          include/pa_sql_driver_manager.h, main/compile.C,
                   19834:          main/compile.tab.C, main/compile.y, main/compile_tools.h,
                   19835:          main/execute.C, main/pa_common.C, main/pa_request.C,
                   19836:          main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
                   19837:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   19838:          targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
                   19839:          types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
                   19840:          types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
                   19841:          before_xml branch ^if(def $hash) now true only when
                   19842:          ^hash:_count[]!=0 moved .string .save .file from dom to dnode
                   19843: 
                   19844:        * src/: classes/op.C, main/execute.C: operators self changed to
                   19845:          root ^for variable context changed to self
                   19846: 
                   19847:        * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
                   19848:          dnode 1
                   19849: 
                   19850:        * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
                   19851:          types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
                   19852: 
                   19853:        * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
                   19854:          poly* fixed
                   19855: 
                   19856: 2001-09-17  parser
                   19857: 
                   19858:        * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
                   19859:          types/pa_vdom.h: started dnode+dom
                   19860: 
                   19861:          dnode     DOM methods:     $node.name     $node.value
                   19862:          ...others...
                   19863: 
                   19864:              ^node.xpath[/rates/USD] = hash
                   19865:                  $hash[
                   19866:                          $.0[node0]
                   19867:                          $.1[node1]
                   19868:                  ]
                   19869: 
                   19870:        * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
                   19871:          applies to all linear primitives
                   19872: 
                   19873:        * src/: classes/classes.h, classes/dom.C, classes/hash.C,
                   19874:          include/pa_stylesheet_connection.h, main/main.dsp,
                   19875:          targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
                   19876:          types/pa_vimage.h: started dnode     DOM:     $node.name
                   19877:          $node.value     ...others...      ^node.xpath[/rates/USD] = hash
                   19878:          dom(dnode)
                   19879: 
                   19880:        * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
                   19881:          main/compile.y, main/compile_tools.h, main/execute.C,
                   19882:          targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
                   19883:          in expression compound($aa.zz.xx) names now can have minus '-' in
                   19884:          name after '.'
                   19885: 
                   19886: 2001-09-15  parser
                   19887: 
                   19888:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
                   19889:          image: $line-width ^line(...)[****   style]
                   19890: 
                   19891:        * src/: classes/dom.C, targets/isapi/parser3isapi.C,
                   19892:          targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
                   19893:          pool_storage - cleanups first, allocations second.  apache wisely
                   19894:          does just like that
                   19895: 
                   19896:        * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
                   19897:          rewritten using template, no bugs now
                   19898: 
                   19899:        * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
                   19900:          targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
                   19901:          targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
                   19902:          poorly started isapi pool_storage, would rewrite using template
                   19903:          now
                   19904: 
                   19905:        * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
                   19906:          include/pa_stylesheet_connection.h, main/main.dsp,
                   19907:          targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
                   19908:          targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
                   19909:          xalan objects freed up [introducing Pool::register_cleanup]
                   19910: 
                   19911:        * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
                   19912:          comments
                   19913: 
                   19914: 2001-09-14  parser
                   19915: 
                   19916:        * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
                   19917:          z
                   19918: 
                   19919:        * src/: classes/dom.C, classes/file.C, classes/image.C,
                   19920:          classes/mail.C, include/pa_common.h,
                   19921:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   19922:          include/pa_stylesheet_connection.h,
                   19923:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   19924:          main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
                   19925:          main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
                   19926:          main/untaint.C, types/pa_vfile.C: dom.xslt  stylesheet
                   19927:          compiled&cached
                   19928: 
                   19929: 2001-09-13  parser
                   19930: 
                   19931:        * src/: classes/dom.C, classes/file.C, classes/image.C,
                   19932:          types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
                   19933: 
                   19934:        * src/classes/dom.C: dom:file content-type(.method)
                   19935: 
                   19936:        * src/: include/pa_common.h, include/pa_globals.h,
                   19937:          main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
                   19938:          string now more informative error messages
                   19939: 
                   19940:        * src/: include/pa_globals.h, include/pa_request.h,
                   19941:          main/pa_request.C, targets/cgi/parser3.C,
                   19942:          targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
                   19943:          ParserSiteConfig .../parser3.conf
                   19944: 
                   19945:          cgi&isapi looks for {configure|c:\windows}/parser3.conf
                   19946: 
                   19947: 2001-09-12  parser
                   19948: 
                   19949:        * src/: classes/op.C, include/pa_sql_driver_manager.h,
                   19950:          main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
                   19951:          precise error reporting: "connection string must start with
                   19952:          protocol://" now
                   19953: 
                   19954:        * src/main/compile.tab.C: fixed - subname code parts actually []
                   19955:          braced
                   19956: 
                   19957:        * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
                   19958:          lexer on LS_USER level did [] matching without setting nestage,
                   19959:          introduced special LS_NAME_SQUARE_PART state
                   19960: 
                   19961: 2001-09-11  parser
                   19962: 
                   19963:        * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
                   19964:          main/untaint.C: ^dom:set{<some>xml</some>} default language XML
                   19965:          languages+=xml
                   19966: 
                   19967:        * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
                   19968: 
                   19969:        * src/classes/dom.C: ^dom:save/string/file[output options] output
                   19970:          options:     $.method[xml|html|text] detection fixed
                   19971: 
                   19972:        * src/types/pa_vdom.h: messages
                   19973: 
                   19974:        * src/classes/dom.C: ^dom:save/string/file[output options] output
                   19975:          options:     $.method[xml|html|text] detection fixed
                   19976: 
                   19977: 2001-09-10  parser
                   19978: 
                   19979:        * src/classes/dom.C: ^dom:save/string/file[output options] output
                   19980:          options:     $.method[xml|html|text] $.encoding[windows-1251|...]
                   19981: 
                   19982:        * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
                   19983:          added]
                   19984: 
                   19985:        * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
                   19986:          ^dom.xslt[stylesheet filename] 0
                   19987: 
                   19988:        * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
                   19989:          ^dom.xslt[stylesheet filename] -1 doc is lying
                   19990: 
                   19991:        * src/classes/dom.C: ^dom.file[encoding] = file
                   19992: 
                   19993:        * src/classes/: dom.C: ^dom.string[encoding] 1
                   19994:          ^dom.save[encoding;filename]
                   19995: 
                   19996:        * src/classes/dom.C: ^dom.string[] 0
                   19997: 
                   19998:        * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
                   19999: 
                   20000:        * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
                   20001:          types/pa_vform.h: ^dom.save[b.xml] 0
                   20002: 
                   20003: 2001-09-08  parser
                   20004: 
                   20005:        * src/types/pa_vform.C: $form:tables.name.field
                   20006: 
                   20007: 2001-09-07  parser
                   20008: 
                   20009:        * src/classes/table.C: table:empty removed, superceded by ^if(def
                   20010:          $table)...
                   20011: 
                   20012:        * src/targets/cgi/parser3.C: z
                   20013: 
                   20014:        * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now  [conversion
                   20015:          from '' to int/double is 0]
                   20016: 
                   20017:        * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
                   20018:          $table) is false when table is empty
                   20019: 
                   20020:        * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
                   20021:          !$form:tables $atable[$form:tables.a]
                   20022:          ^atable.menu{a=$atable.element}[,]
                   20023: 
                   20024:        * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
                   20025:          types/pa_vform.h, types/pa_vhash.h: !$form:fields
                   20026: 
1.116     moko     20027:        * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95      moko     20028:          types/pa_vdom.h, types/pa_vform.C: merged with successful start
                   20029:          of dom
                   20030: 
                   20031:        * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
                   20032:          types/pa_vform.C, types/pa_vform.h: z
                   20033: 
                   20034:        * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
                   20035:          element [not last]
                   20036: 
1.116     moko     20037:        * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95      moko     20038:          types/pa_vdom.h: introducing dom. dom:load[a.xml]
                   20039: 
                   20040: 2001-09-06  parser
                   20041: 
                   20042:        * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
                   20043:          table with one column 'element' and two rows: 1 and 2
                   20044: 
                   20045:        * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
                   20046:          table with one column 'element' and two rows: 1 and 2
                   20047: 
                   20048:        * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
                   20049:          bad int/double conversions, and now $form:nonexistent.int(88)
                   20050:          would return 88
                   20051: 
                   20052:        * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
                   20053:          types/pa_vhash.h: now there's special hash key '_default'
                   20054:          [instead of ^_default method] $hash[         $.a[1]  $.b[2]
                   20055:          $._default[xx] ] $hash.c
                   20056: 
                   20057:        * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
                   20058:          fixed [thanks, fif], ^; were treated there non-literally
                   20059: 
                   20060:        * src/doc/doxygen.cfg: merged new default options from 1.2.10
                   20061:          doxygen
                   20062: 
                   20063:        * src/: classes/image.C, classes/op.C, classes/string.C,
                   20064:          classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
                   20065:          types/pa_vtable.C: few #ifndef DOXYGEN
                   20066: 
                   20067: 2001-09-05  parser
                   20068: 
                   20069:        * src/classes/: string.C, table.C: sql options can be void [same as
                   20070:          image:html the other day]
                   20071: 
                   20072:        * src/targets/cgi/Makefile.am: .am undo
                   20073: 
                   20074:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
                   20075:          targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
                   20076:          macro expantion on param, simply qoutes whatever passed, undone
                   20077: 
                   20078:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
                   20079:          targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
                   20080:          STRINGIZE(name) #name invented
                   20081: 
                   20082:        * src/: classes/op.C, include/pa_sql_driver_manager.h,
                   20083:          main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
                   20084:          MAIN_SQL_DRIVERS_NAME "drivers"
                   20085: 
                   20086:          moved to be availible to all users
                   20087: 
                   20088:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
                   20089:          SQL_DRIVER_CREATE_FUNC_NAME
                   20090: 
                   20091:        * src/classes/mail.C: MAIN:MAIL check fixed
                   20092: 
                   20093: 2001-09-04  parser
                   20094: 
                   20095:        * src/classes/image.C: image.html now can accept void params
                   20096: 
                   20097:        * src/targets/isapi/parser3isapi.C: z
                   20098: 
                   20099:        * src/targets/cgi/parser3.C: full_file_spec bug
                   20100: 
                   20101:        * src/targets/cgi/parser3.C: getenvcheck
                   20102: 
                   20103:        * src/targets/cgi/parser3.C: zz
                   20104: 
                   20105:        * src/targets/cgi/parser3.C: zzz
                   20106: 
                   20107:        * src/classes/date.C: date
                   20108: 
                   20109:        * src/classes/date.C: date:sql-string is now without ''
                   20110: 
1.116     moko     20111:        * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95      moko     20112:          targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
                   20113:          auto.p location for targets/cgi/parser3, default[/usr/local/etc]
                   20114: 
1.116     moko     20115:        * src/include/pa_config_auto.h.in: makes
1.95      moko     20116: 
                   20117: 2001-09-03  parser
                   20118: 
                   20119:        * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
                   20120: 
                   20121: 2001-09-01  parser
                   20122: 
                   20123:        * src/classes/image.C: letter_spacing
                   20124: 
                   20125:        * src/classes/image.C: image: font params changed
                   20126: 
                   20127:        * src/classes/image.C: image: as_int as_string used
                   20128: 
                   20129:        * src/types/pa_vmethod_frame.h: $result[] now gets properly
                   20130:          analized
                   20131: 
                   20132: 2001-08-31  parser
                   20133: 
                   20134:        * src/targets/cgi/parser3.C: z
                   20135: 
1.116     moko     20136:        * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
                   20137:          cygwin
1.95      moko     20138: 
                   20139:        * src/classes/void.C: void:int/double += (default)
                   20140: 
                   20141:        * src/classes/image.C: image:font added space param image:font
                   20142:          changed charwidth alg, added kerning const[for now]
                   20143: 
                   20144:        * src/classes/: string.C, table.C: string:int/double (defaults)
                   20145: 
                   20146: 2001-08-29  parser
                   20147: 
                   20148:        * src/main/pa_exception.C: exception redundant debug info
                   20149: 
                   20150: 2001-08-28  parser
                   20151: 
                   20152:        * src/classes/image.C: image error msgs
                   20153: 
                   20154:        * src/classes/image.C: image: gifsize little endian
                   20155: 
                   20156:        * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
                   20157:          doxygeneration
                   20158: 
                   20159:        * src/: classes/Makefile.am, main/Makefile.am,
                   20160:          targets/cgi/Makefile.am, types/Makefile.am: .am-s
                   20161: 
                   20162:        * src/: include/pa_dictionary.h, main/pa_dictionary.C,
                   20163:          main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
                   20164: 
                   20165:        * src/main/compile.C: NO_STRING_ORIGIN check2
                   20166: 
                   20167:        * src/classes/table.C: NO_STRING_ORIGIN check
                   20168: 
                   20169:        * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
                   20170:          storage class specifiers invalid in friend function declarations
                   20171: 
                   20172:        * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
                   20173:          main/untaint.C, targets/cgi/parser3.C,
                   20174:          targets/isapi/parser3isapi.C: strncpy forced with zero ending in
                   20175:          case of limit
                   20176: 
                   20177:        * src/: classes/file.C, main/pa_common.C: file:move
                   20178:          autocreate/remove dest/src dir
                   20179: 
                   20180:        * src/: classes/string.C, include/pa_dictionary.h,
                   20181:          include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
                   20182:          main/untaint.C: pa_directory speeded up. moved zero 'from' check
                   20183:          to directory constructor.  string:replace
                   20184: 
                   20185: 2001-08-27  parser
                   20186: 
                   20187:        * src/classes/image.C: fixed jpgsize alg
                   20188: 
                   20189:        * src/classes/image.C: fixed jpgsize alg
                   20190: 
                   20191:        * src/main/pa_exception.C: z
                   20192: 
                   20193:        * src/main/pa_common.C: removed debug info from pa_common
                   20194: 
                   20195:        * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
                   20196:          [auto.p from current dir loading]
                   20197: 
1.116     moko     20198:        * src/: main/pa_common.C, main/pa_exception.C,
                   20199:          main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
                   20200:          for solaris -lsocket
1.95      moko     20201: 
                   20202: 2001-08-24  parser
                   20203: 
                   20204:        * src/targets/cgi/parser3.C: not cgi extra \n 3
                   20205: 
                   20206:        * src/targets/cgi/parser3.C: not cgi extra \n 2
                   20207: 
                   20208:        * src/targets/cgi/parser3.C: not cgi extra \n
                   20209: 
                   20210:        * src/main/pa_sql_driver_manager.C: z
                   20211: 
                   20212:        * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
                   20213:          sql* removed services from disconnect - cross-request ideological
                   20214:          probs.
                   20215: 
                   20216:        * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
                   20217:          cross-request ideological probs.  oracle - fixed bug: cs
                   20218:          allocated on request.pool and got freed before disconnect
                   20219: 
                   20220:        * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
                   20221:          mallocs fixed
                   20222: 
                   20223: 2001-08-23  parser
                   20224: 
                   20225:        * src/classes/file.C: minor bug in file:save fixed
                   20226: 
                   20227:        * src/main/pa_sql_driver_manager.C: oracle: dlink
                   20228: 
                   20229: 2001-08-22  parser
                   20230: 
                   20231:        * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
                   20232:          types/pa_vfile.h: file:load|save[text|binary;
                   20233: 
                   20234:        * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
                   20235: 
                   20236: 2001-08-21  parser
                   20237: 
                   20238:        * src/classes/: file.C, table.C: ^file:list
                   20239: 
                   20240: 2001-08-20  parser
                   20241: 
                   20242:        * src/: main/compile.tab.C, main/compile.y,
                   20243:          main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
                   20244:          types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
                   20245:          recousively caused problems: inc incremeted 123 literal!! fixed
                   20246: 
                   20247: 2001-08-10  parser
                   20248: 
                   20249:        * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
                   20250: 
                   20251:        * src/main/: compile.tab.C, compile.y: (codes) name part syntax
                   20252:          added
                   20253: 
                   20254:        * src/main/: compile.tab.C, compile.y: (codes) name part syntax
                   20255:          added
                   20256: 
                   20257:        * src/classes/table.C: table:sort restored [it was bad test :(]
                   20258: 
                   20259:        * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
                   20260:          ''
                   20261: 
                   20262:        * src/main/: pa_request.C: wanted to make const int
                   20263:          MAX_EXECUTE_SECONDS=1;
                   20264: 
                   20265:          but couldnt, set_callback_and_alarm appeared to be not exported
                   20266:          :(
                   20267: 
                   20268:        * src/main/pa_string.C: string.match hanged on. there were a hang
                   20269:          check but it weren't wise enough
                   20270: 
                   20271:          @parse[dateString][tmp]
                   20272:          $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
                   20273:          #end
                   20274: 
                   20275:          @main[] ^parse[2001-02-03]
                   20276: 
                   20277:        * src/classes/: table.C: table:sort now default desc
                   20278: 
                   20279:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                   20280:          table.sort now creates new sorted table
                   20281: 
                   20282: 2001-08-09  parser
                   20283: 
                   20284:        * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
                   20285: 
                   20286:        * src/classes/hash.C: hash:_default now [was hash:default]
                   20287: 
                   20288:        * src/classes/op.C: case without switch check added
                   20289: 
                   20290:        * src/types/pa_vcookie.C: cookie name&value origins added, more
                   20291:          precise $ORIGINS(1)
                   20292: 
                   20293:        * src/main/Makefile.am: .am
                   20294: 
                   20295:        * src/classes/void.C: void: int double  copy/paste from int: bug
                   20296:          fixed
                   20297: 
                   20298:        * src/classes/void.C: void: int double  copy/paste from int: bug
                   20299:          fixed
                   20300: 
                   20301: 2001-08-07  parser
                   20302: 
                   20303:        * src/: classes/double.C, classes/int.C, classes/string.C,
                   20304:          classes/table.C, include/pa_globals.h, main/pa_globals.C:
                   20305:          !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
                   20306:          string, table
                   20307: 
                   20308:        * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
                   20309:          srand made working
                   20310: 
                   20311: 2001-08-06  parser
                   20312: 
                   20313:        * src/: classes/mail.C, classes/op.C, include/pa_array.h,
                   20314:          include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
                   20315:          main/compile.tab.C, main/compile.y, main/pa_array.C,
                   20316:          main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
                   20317:          main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
                   20318: 
                   20319:        * src/main/pa_exec.C: exec win32 real filename
                   20320: 
                   20321:        * src/classes/file.C: exec stderr out
                   20322: 
                   20323:        * src/classes/hash.C: hash:keys renamed to hash:_keys :(
                   20324: 
                   20325: 2001-08-03  parser
                   20326: 
                   20327:        * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
                   20328: 
                   20329: 2001-08-02  parser
                   20330: 
                   20331:        * src/: classes/string.C, classes/table.C, include/pa_array.h,
                   20332:          main/execute.C, main/pa_exec.C: introducing Array_iter
                   20333: 
                   20334:        * src/main/execute.C: detected quick_get recursion bug. changed to
                   20335:          get@execute, but needs array iterator, separate from array to
                   20336:          avoid it & use caching
                   20337: 
                   20338:        * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
                   20339:          bug fixed
                   20340: 
                   20341:        * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
                   20342:          main/execute.C, main/pa_globals.C: found another multithread bug
                   20343:          in op.C (last, last global var killed) :)
                   20344: 
                   20345: 2001-08-01  parser
                   20346: 
                   20347:        * src/: include/pa_dictionary.h, include/pa_globals.h,
                   20348:          include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
                   20349:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   20350:          main/untaint.C: speeded up typo-html replacements. introducing
                   20351:          Dictionary with first-char caching
                   20352: 
                   20353: 2001-07-31  parser
                   20354: 
                   20355:        * src/types/Makefile.am: pa_vtable.C added to .am
                   20356: 
                   20357:        * src/main/compile.tab.C: added, so that could be compiled even on
                   20358:          non-bison-enabled platforms
                   20359: 
                   20360: 2001-07-28  parser
                   20361: 
                   20362:        * src/classes/table.C: table:hash always produces hash, when can't
                   20363:          - empty
                   20364: 
                   20365:        * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
                   20366:          skipped \n
                   20367: 
                   20368: 2001-07-27  parser
                   20369: 
                   20370:        * src/classes/: double.C, int.C, string.C: provided meaningful msg
                   20371:          on int/double/string :sql without result and default
                   20372: 
                   20373: 2001-07-26  parser
                   20374: 
                   20375:        * src/classes/op.C: fixed bad multithread bug with strangly global
                   20376:          OP
                   20377: 
                   20378:        * src/main/compile.y: $man[$.age[zzz]]  0
                   20379: 
                   20380:        * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
                   20381:          creation syntax problem persists. restored $: for a while.
                   20382:          thinking of $man[$.age[zzz]] syntax now
                   20383: 
                   20384:        * src/: classes/double.C, classes/int.C, classes/string.C,
                   20385:          include/pa_opcode.h, main/compile.C, main/compile.y,
                   20386:          main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
                   20387:          types/pa_vmethod_frame.h, types/pa_wcontext.h,
                   20388:          types/pa_wwrapper.h: fixing :: realization #1
                   20389: 
                   20390:        * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
                   20391:          main/compile_tools.h, main/execute.C, main/pa_request.C,
                   20392:          types/pa_vmethod_frame.h: introducing :: this is constructor call
                   20393:          prefix.  ordinary : remains for static accesses
                   20394: 
                   20395: 2001-07-25  parser
                   20396: 
                   20397:        * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
                   20398:          fields 2. methods 3. columns
                   20399: 
                   20400:        * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
                   20401:          quote.  optimized double&int tostring-s
                   20402: 
                   20403:        * src/main/: compile.C, compile.y, compile_tools.h: allowed
                   20404:          whitespace before first method decl
                   20405: 
                   20406:        * src/classes/table.C: allowed nontable result in table:sql,
                   20407:          results in empty table
                   20408: 
                   20409:        * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
                   20410:          lines before first method decl
                   20411: 
                   20412:        * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
                   20413:          types/pa_vtable.h: ^table.record[] now $table.fields
                   20414: 
                   20415:        * src/main/compile.y: $var[] is now empty string, not void
                   20416: 
                   20417:        * src/main/: compile.y, execute.C: $var[] is now empty string, not
                   20418:          void
                   20419: 
                   20420:        * src/: classes/string.C, include/pa_globals.h, main/execute.C,
                   20421:          main/pa_globals.C: match replace code context moved to implicit
                   20422:          $match context
                   20423: 
                   20424:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
                   20425:          main/compile_tools.h, main/execute.C: with killed, code storage
                   20426:          introduced with former 'with' syntax
                   20427: 
                   20428: 2001-07-24  parser
                   20429: 
                   20430:        * src/: main/compile.C, main/execute.C, main/pa_string.C,
                   20431:          types/pa_value.h: first get_element, next get operator
                   20432: 
                   20433:        * src/main/compile.y: removed @end handling
                   20434: 
                   20435:        * src/main/: compile.C, compile.y: @end handling method2
                   20436: 
                   20437:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
                   20438:          file:move
                   20439: 
                   20440:        * src/main/pa_common.C: file_read close @ eof when imgsize bug
                   20441:          fixed
                   20442: 
                   20443: 2001-07-23  parser
                   20444: 
                   20445:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
                   20446:          driver
                   20447: 
                   20448:        * src/classes/hash.C: changed sql driver query interface
                   20449: 
                   20450:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   20451:          classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
                   20452:          changed sql driver query interface
                   20453: 
                   20454: 2001-07-20  parser
                   20455: 
                   20456:        * src/types/pa_vrequest.C: X!$browser:type
                   20457: 
                   20458:        * src/: classes/file.C, classes/string.C, include/pa_string.h,
                   20459:          main/execute.C, main/pa_string.C, types/pa_valiased.C,
                   20460:          types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
                   20461:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
                   20462:          types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
                   20463:          types/pa_vobject.h, types/pa_vrequest.C,
                   20464:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
                   20465:          ^class:method dynamic calls allowed.  ^BASE.method call disabled.
                   20466:          BASE element globally removed
                   20467: 
                   20468: 2001-07-18  parser
                   20469: 
                   20470:        * src/classes/file.C: file:exec/cgi msg
                   20471: 
                   20472:        * src/classes/file.C: $file:exit-code renamed to 'status'
                   20473: 
                   20474:        * src/: classes/file.C, main/pa_exec.C: file:exec
                   20475: 
1.116     moko     20476:        * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
                   20477:          targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
                   20478:          removed $id from *.in *.am
1.95      moko     20479: 
                   20480:        * src/main/: pa_request.C, untaint.C: ORIGINS langs name
                   20481:          abbrevations
                   20482: 
                   20483:        * src/: classes/date.C, classes/mail.C, classes/math.C,
                   20484:          classes/string.C, classes/table.C, include/pa_globals.h,
                   20485:          include/pa_string.h, main/execute.C, main/pa_globals.C,
                   20486:          main/pa_request.C, main/pa_string.C, main/untaint.C,
                   20487:          types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
                   20488:          types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
                   20489:          $ORIGINS(1) output tracing mode
                   20490: 
                   20491: 2001-07-13  parser
                   20492: 
                   20493:        * src/: classes/double.C, classes/int.C, classes/string.C,
                   20494:          include/pa_request.h, main/execute.C, main/pa_request.C:
                   20495:          auto.p[@auto], /news/auto.p[no @auto], so that initializing
                   20496:          second would not call first @auto
                   20497: 
                   20498:        * src/main/: execute.C, pa_request.C: order of MAIN parents was
                   20499:          wrong, fixed
                   20500: 
                   20501: 2001-07-12  parser
                   20502: 
                   20503:        * src/types/pa_value.h: pa_value.putelement modification of system
                   20504:          classes prevented
                   20505: 
                   20506: 2001-07-11  parser
                   20507: 
                   20508:        * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
                   20509:          table $piece
                   20510: 
                   20511:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
                   20512:          types/pa_vstateless_class.h: $file created by file:state +=
                   20513:          .atime .mtime .ctime +found&fixed bug with exceptions on
                   20514:          get_junction-created objects [they were on wrong pool]
                   20515: 
                   20516: 2001-07-09  parser
                   20517: 
                   20518:        * src/main/untaint.C: qp wrong name
                   20519: 
                   20520:        * src/: classes/date.C, classes/string.C, classes/table.C,
                   20521:          main/compile.y: date format 0
                   20522: 
                   20523: 2001-07-07  parser
                   20524: 
                   20525:        * src/: classes/date.C, classes/table.C, include/pa_common.h,
                   20526:          include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
                   20527:          roll table calendar
                   20528: 
                   20529:        * src/: classes/Makefile.am, classes/date.C, classes/file.C,
                   20530:          classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
                   20531:          classes/op.C, classes/string.C, classes/table.C, classes/void.C,
                   20532:          include/pa_request.h, main/main.dsp, types/pa_value.h,
                   20533:          types/pa_vdate.h, types/pa_wcontext.C: date  now set $fields roll
                   20534:          string.  todo: sql, calendar
                   20535: 
                   20536: 2001-07-06  parser
                   20537: 
                   20538:        * src/: classes/math.C, include/pa_request.h, main/execute.C,
                   20539:          main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
                   20540: 
                   20541: 2001-07-03  parser
                   20542: 
                   20543:        * src/: classes/Makefile.am, classes/math.C, classes/op.C,
                   20544:          classes/random.C, main/main.dsp: class random renamed to math,
                   20545:          operators became methods
                   20546: 
                   20547:        * src/classes/op.C:  pow sqrt
                   20548: 
                   20549:        * src/: classes/op.C, main/execute.C:  sin asin cos acos tan atan
                   20550: 
                   20551: 2001-07-02  parser
                   20552: 
                   20553:        * src/classes/table.C: ^table.columns column renamed from 'name' to
                   20554:          'column'
                   20555: 
                   20556:        * src/classes/hash.C: ^hash.keys[]
                   20557: 
                   20558:        * src/: classes/table.C, main/pa_table.C: ^table:columns[]
                   20559: 
                   20560:        * src/main/: compile.y, compile_tools.h: in expressions now allowed
                   20561:          'strings'
                   20562: 
                   20563: 2001-06-29  parser
                   20564: 
                   20565:        * src/main/: execute.C: /0  %0 checkes ver 2
                   20566: 
                   20567:        * src/main/execute.C: /0  %0 checke
                   20568: 
                   20569:        * src/classes/Makefile.am: nothing - void
                   20570: 
                   20571:        * src/classes/table.C: empty strings @ sql
                   20572: 
                   20573: 2001-06-28  parser
                   20574: 
                   20575:        * src/: classes/double.C, classes/file.C, classes/form.C,
                   20576:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   20577:          classes/op.C, classes/random.C, classes/response.C,
                   20578:          classes/string.C, classes/table.C, classes/void.C,
                   20579:          main/compile.C, main/compile_tools.C, main/execute.C,
                   20580:          main/pa_array.C, main/pa_common.C, main/pa_dir.C,
                   20581:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   20582:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   20583:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   20584:          main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
                   20585:          targets/isapi/parser3isapi.C, main/compile.y: */ static const
                   20586:          char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
                   20587:          $";
                   20588: 
                   20589:        * src/: classes/double.C, classes/file.C, classes/form.C,
                   20590:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   20591:          classes/op.C, classes/random.C, classes/response.C,
                   20592:          classes/string.C, classes/table.C, classes/void.C,
                   20593:          main/compile.C, main/compile.y, main/compile_tools.C,
                   20594:          main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
                   20595:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   20596:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   20597:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   20598:          main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
1.119     moko     20599:          targets/isapi/parser3isapi.C: static char *RCSId="Id";
1.95      moko     20600: 
                   20601:        * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
                   20602:          $class:name: == ${class:name}:
                   20603: 
                   20604:        * src/classes/string.C: exactly one
                   20605: 
                   20606: 2001-06-27  parser
                   20607: 
                   20608:        * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
                   20609:          types/pa_vvoid.h: nothing renamed to void
                   20610: 
                   20611:        * src/classes/op.C: ^switch ^case
                   20612: 
                   20613:        * src/main/compile.y: nothing renamed to void
                   20614: 
                   20615:        * src/: classes/hash.C, classes/table.C, main/compile.y,
                   20616:          main/execute.C, main/main.dsp, main/pa_request.C,
                   20617:          targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
                   20618:          types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
                   20619:          void
                   20620: 
                   20621:        * src/main/compile.y: lexer: $zzzz^zzzz were name part
                   20622: 
                   20623: 2001-05-28  parser
                   20624: 
                   20625:        * src/doc/html2chm.cmd: removed >a
                   20626: 
                   20627:        * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
                   20628:          project options [some bugs]
                   20629: 
                   20630:        * src/doc/sources2html.cmd: z
                   20631: 
                   20632:        * src/: classes/classes.C, main/compile.C, main/compile.y,
                   20633:          main/execute.C: operators are not in root class again
                   20634: 
                   20635: 2001-05-24  parser
                   20636: 
                   20637:        * src/targets/cgi/parser3.dsp: project file
                   20638: 
                   20639:        * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
                   20640:          ^log ^exp
                   20641: 
                   20642:        * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
                   20643:          conversions in @exception[params]
                   20644: 
                   20645:        * src/main/pa_request.C: // no _ conversions in @exception[params]
                   20646: 
                   20647: 2001-05-23  parser
                   20648: 
                   20649:        * src/main/pa_string.C: string cmp bug
                   20650: 
                   20651:        * src/classes/: mail.C, op.C: rem max 1000
                   20652: 
                   20653:        * src/: classes/op.C, main/compile.y: allow one empty line before
                   20654:          LS_DEF_NAME
                   20655: 
                   20656: 2001-05-22  parser
                   20657: 
                   20658:        * src/classes/op.C: if params code-required
                   20659: 
                   20660: 2001-05-21  parser
                   20661: 
                   20662:        * src/types/pa_vstring.C: eoleof
                   20663: 
                   20664:        * src/classes/Makefile.am: .AM
                   20665: 
                   20666:        * src/classes/nothing.C: resultless ^sql  moved to nothing:
                   20667: 
                   20668:        * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
                   20669: 
                   20670:        * src/: classes/double.C, classes/nothing.C, classes/string.C,
                   20671:          classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
                   20672:          types/pa_vunknown.h, classes/hash.C, main/compile.y,
                   20673:          main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
                   20674:          types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
                   20675:          main/pa_request.C, types/pa_value.h: 'unknown' renamed to
                   20676:          'nothing'
                   20677: 
                   20678:        * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
                   20679:          vstring::set_string
                   20680: 
                   20681:        * src/classes/: double.C, int.C, string.C: int,double;sql
                   20682: 
                   20683:        * src/: classes/hash.C, classes/int.C, classes/string.C,
                   20684:          classes/table.C, include/pa_string.h, main/pa_string.C,
                   20685:          types/pa_vstring.C, types/pa_vstring.h: started int:sql
                   20686: 
                   20687:        * src/: classes/classes.C, classes/hash.C, classes/op.C,
                   20688:          classes/table.C, main/compile.C, main/compile.y, main/execute.C:
                   20689:          hash:sql moved to main trunc. operators.txt updated
                   20690: 
                   20691:        * src/classes/: hash.C, op.C, table.C: hash:sql
                   20692: 
                   20693:        * src/classes/op.C: z
                   20694: 
                   20695:        * src/: main/compile.C, classes/classes.C: 1
                   20696: 
                   20697:        * src/: classes/classes.C, main/compile.C, main/compile.y,
                   20698:          main/execute.C: 0
                   20699: 
                   20700:        * src/main/execute.C: z
                   20701: 
                   20702:        * src/targets/cgi/parser3.C: z
                   20703: 
                   20704:        * src/targets/cgi/parser3.C: argv can be just "parser3". made
                   20705:          site_auto_path "." in that case
                   20706: 
                   20707:        * src/targets/cgi/: parser3.C: z
                   20708: 
                   20709:        * src/main/pa_request.C: .am
                   20710: 
                   20711:        * src/: main/pa_request.C, targets/cgi/parser3.C:
                   20712:          pcre_tables=pcre_default_tables;
                   20713: 
                   20714: 2001-05-19  parser
                   20715: 
                   20716:        * src/main/pa_string.C: z
                   20717: 
                   20718:        * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
                   20719:          introducing String::cstr_bufsize, returns just size+1 for as_is
                   20720:          target.
                   20721: 
                   20722:        * src/: main/untaint.C, targets/cgi/pa_pool.C,
                   20723:          targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
                   20724:          used, 4* mem wasted
                   20725: 
                   20726:        * src/classes/string.C: root context in match replace body now
                   20727:          unchanged
                   20728: 
                   20729:        * src/types/pa_value.h: parameter # 1 based
                   20730: 
                   20731:        * src/main/pa_common.C: common:  actual filename '%s'
                   20732: 
                   20733:        * src/classes/string.C: z
                   20734: 
                   20735:        * src/classes/Makefile.am: classes/.am
                   20736: 
                   20737:        * src/classes/: Makefile.am: classes/.am
                   20738: 
                   20739:        * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
                   20740:          targets/cgi/pa_pool.C: classes/.am
                   20741: 
                   20742: 2001-05-18  parser
                   20743: 
1.116     moko     20744:        * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
                   20745:          pa_threads.C ins
1.95      moko     20746: 
                   20747:        * src/targets/cgi/Makefile.am: .am pa_threads.C added
                   20748: 
                   20749: 2001-05-17  parser
                   20750: 
                   20751:        * src/: classes/string.C, include/pa_config_fixed.h,
                   20752:          include/pa_config_includes.h, main/compile.y,
                   20753:          main/compile_tools.h, main/execute.C, main/pa_array.C,
                   20754:          main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
                   20755:          main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
                   20756:          types/pa_vform.C: #include "pa_config_includes.h" removed from
                   20757:          most .C
                   20758: 
                   20759:        * src/doc/html2chm.cmd: z
                   20760: 
                   20761:        * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
                   20762:          view.cmd, view_chm.cmd, view_html.cmd: doc cmds
                   20763: 
                   20764:        * src/main/pa_sql_driver_manager.C: moved expiration to
                   20765:          get_connection_from_cache
                   20766: 
                   20767:        * src/main/pa_sql_driver_manager.C: cache expiration bf
                   20768: 
                   20769:        * src/: classes/classes.h, include/pa_sql_connection.h,
                   20770:          include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
                   20771:          cache expiration[use SQL_Driver::disconnect]
                   20772: 
                   20773:        * src/main/pa_table.C: table.locate current restored on "not found"
                   20774: 
                   20775:        * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
                   20776:          line no
                   20777: 
                   20778:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   20779:          ANTI_ENDLESS_EXECUTE_RECOURSION
                   20780: 
                   20781:        * src/: classes/op.C, include/pa_sql_connection.h,
                   20782:          include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
                   20783:          sql/pa_sql_driver.h: fixed problem at last: 2connections own
                   20784:          1driver and set_services fight for driver::fservices. before fix
                   20785: 
                   20786:        * src/: classes/op.C, include/pa_config_fixed.h,
                   20787:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   20788:          main/pa_sql_driver_manager.C: found problem at last: 2connections
                   20789:          own 1driver and set_services fight for driver::fservices. before
                   20790:          fix
                   20791: 
                   20792:        * src/: include/pa_config_fixed.h, include/pa_threads.h,
                   20793:          targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
                   20794:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
                   20795:          pa_threads.C
                   20796: 
                   20797:        * src/include/pa_threads.h: removed targets/parser
                   20798: 
                   20799:        * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
                   20800:          pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
                   20801:          pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
                   20802:          pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
                   20803:          pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
                   20804:          headers
                   20805: 
                   20806:        * src/: classes/image.C, include/pa_sql_driver_manager.h,
                   20807:          main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
                   20808:          order prevented sqlmanager to see MULTYTHREAD define
                   20809: 
                   20810:        * src/: include/pa_config_fixed.h, include/pa_threads.h,
                   20811:          main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
                   20812:          put/gets
                   20813: 
                   20814:        * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
                   20815:          from hash.h
                   20816: 
                   20817:        * src/: classes/op.C, include/pa_sql_connection.h,
                   20818:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
                   20819:          from cache ->set_services(&services);
                   20820: 
                   20821: 2001-05-16  parser
                   20822: 
                   20823:        * src/targets/cgi/parser3.C: z
                   20824: 
                   20825:        * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
                   20826:          debug, #ifdefed some.  would debug later, on more precise sample
                   20827:          than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
                   20828:          $name.$tail[$tail!] $name.$tail } ok3
                   20829: 
                   20830:        * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
                   20831:          removed array debug. before vstring rebasing
                   20832: 
                   20833:        * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
                   20834:          main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
                   20835:          array debugged; adjusted
                   20836: 
                   20837:        * src/main/: pa_sql_driver_manager.C, pa_string.C:
                   20838:          SQL_Driver_manager line no for connect/charset errors
                   20839: 
                   20840: 2001-05-15  parser
                   20841: 
                   20842:        * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
                   20843:          main/pa_string.C: string+array made linear grows
                   20844: 
                   20845:        * src/: include/pa_string.h, main/pa_string.C,
                   20846:          targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
                   20847:          grow lineary, not exponentialy
                   20848: 
                   20849:        * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
                   20850:          targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
                   20851:          with fullchunk cmps
                   20852: 
                   20853:        * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
                   20854:          70041=           81
                   20855: 
                   20856:        * src/: include/pa_string.h, targets/cgi/pa_pool.C,
                   20857:          targets/cgi/parser3.C: detected huge mem allocation: size/times
                   20858:          malloc 27809390/368771, calloc 3232/83. would test now
                   20859: 
                   20860:        * src/: classes/random.C, main/compile.y, main/execute.C,
                   20861:          main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
                   20862:          numbered params had wrong name - for instance: bad error message
                   20863:          in ^for[] bad body type. fixed
                   20864: 
                   20865: 2001-05-14  parser
                   20866: 
                   20867:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
                   20868:          main/untaint.C: ^string.upper|lower[]
                   20869: 
                   20870: 2001-05-11  parser
                   20871: 
                   20872:        * src/: classes/double.C, classes/image.C, classes/op.C,
                   20873:          classes/string.C, classes/table.C, classes/unknown.C,
                   20874:          main/execute.C, types/pa_value.h, types/pa_vbool.h,
                   20875:          types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
                   20876:          types/pa_vunknown.h: op: MAX_LOOPS as_int
                   20877: 
                   20878:        * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
                   20879:          .dsp for win32tools
                   20880: 
                   20881: 2001-05-11  paf
                   20882: 
                   20883:        * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
                   20884:          main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
                   20885:          targets/isapi/istart.cmd, targets/isapi/istop.cmd,
                   20886:          targets/isapi/kill.pl: moved win32 helpers to /win32tools
                   20887: 
                   20888: 2001-05-10  paf
                   20889: 
                   20890:        * src/include/: pa_common.h, pa_config_includes.h: inline undefed
                   20891:          for C++, that's all
                   20892: 
1.116     moko     20893:        * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
                   20894:          pa_config_includes.h: inline wonders
1.95      moko     20895: 
                   20896:        * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
                   20897:          doc/doxygen.cmd: hash.C added
                   20898: 
                   20899:        * src/: main/pa_request.C, types/pa_vrequest.C: op configured
                   20900: 
                   20901:        * src/main/compile.y: @end grammar: allowed zero strings in control
                   20902:          menthod
                   20903: 
                   20904:        * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
                   20905:          pa_vstateless_object.h: changed priority: field before method
                   20906:          lookup in vclass & vobject
                   20907: 
                   20908:        * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
                   20909:          grammar: priorities changes [lowerd && prior] vobject: now first
                   20910:          fields, next methods
                   20911: 
                   20912: 2001-05-08  paf
                   20913: 
                   20914:        * src/main/pa_table.C: table columnname2item on nameless ignored
                   20915:          bark=false. fixed
                   20916: 
                   20917:        * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
                   20918:          types/pa_vmethod_frame.h: hash:default works at last!
                   20919: 
                   20920:        * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
                   20921:          main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
                   20922:          hash:default
                   20923: 
                   20924:        * src/classes/table.C: z
                   20925: 
                   20926:        * src/classes/table.C: table:hash always hash of hash now
                   20927: 
                   20928:        * src/classes/table.C: table:empty return bool now
                   20929: 
                   20930:        * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
                   20931:          include/pa_table.h, main/pa_table.C, types/pa_value.h,
                   20932:          types/pa_vtable.h: table:hash
                   20933: 
                   20934:        * src/classes/table.C: table:record have name
                   20935: 
                   20936:        * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
                   20937:          returns vunknown
                   20938: 
                   20939:        * src/classes/: double.C, int.C, op.C, string.C:
                   20940:          int,double,string:int[] double[] string:length[] results now have
                   20941:          hames
                   20942: 
                   20943:        * src/: classes/op.C, classes/table.C, main/main.dsp,
                   20944:          types/pa_vtable.h: removed table:find. table:locate and op:eval
                   20945:          now return bool
                   20946: 
                   20947:        * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
                   20948:          in method checkparams again. fixed
                   20949: 
                   20950: 2001-05-07  paf
                   20951: 
                   20952:        * src/doc/chm.cmd: cmd
                   20953: 
                   20954:        * src/: classes/image.C, classes/mail.C, classes/string.C,
                   20955:          doc/chm.cmd, include/pa_table.h, main/pa_table.C,
                   20956:          types/pa_value.h: method reported errors on wrong pool
                   20957: 
                   20958:        * src/main/execute.C: ^var[^class:var.method[]] is not constructor
                   20959:          now
                   20960: 
                   20961:        * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
                   20962:          include/code.h, include/pa_opcode.h, main/compile.C,
                   20963:          main/compile_tools.h, main/execute.C, types/pa_value.h,
                   20964:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   20965:          types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
                   20966:          types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
                   20967:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   20968:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   20969:          types/pa_vrequest.h, types/pa_vresponse.h,
                   20970:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   20971:          types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
                   20972:          types/pa_wwrapper.h: pa_code.h
                   20973: 
                   20974:        * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
                   20975: 
                   20976:        * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
                   20977:          doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
                   20978:          doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
                   20979:          doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
                   20980:          doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
                   20981:          doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
                   20982:          include/pa_hash.h, include/pa_string.h, main/pa_request.C,
                   20983:          main/pa_sql_driver_manager.C, types/pa_vjunction.h,
                   20984:          types/pa_vtable.h: dox, split by not clean parts also
                   20985: 
                   20986:        * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
                   20987:          types/pa_vtable.h: table: fields, then methods.  so to enable
                   20988:          'dir' fields & co. more
                   20989: 
                   20990:        * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
                   20991:          so to enable 'dir' fields & co.
                   20992: 
                   20993:        * src/main/compile.y: grammar: @end
                   20994: 
                   20995: 2001-05-04  paf
                   20996: 
                   20997:        * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
                   20998:          doc/ClassExample3.dox, main/execute.C: dox: example1 updated
                   20999: 
                   21000:        * src/: classes/classes.h, classes/double.C, classes/file.C,
                   21001:          classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
                   21002:          classes/op.C, classes/random.C, classes/response.C,
                   21003:          classes/string.C, classes/table.C, classes/unknown.C,
                   21004:          doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
                   21005:          method dox
                   21006: 
                   21007: 2001-05-03  paf
                   21008: 
                   21009:        * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
                   21010:          doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
                   21011:          doc/doxygen.txt, doc/executor.dox, doc/index.dox,
                   21012:          doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
                   21013:          doc/string.dox, doc/targets.dox, doc/value.dox,
                   21014:          main/pa_request.C: dox splitted .dox files and added some
                   21015: 
                   21016:        * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
                   21017: 
                   21018: 2001-05-02  paf
                   21019: 
                   21020:        * src/classes/: image.C, table.C: table:dir result are not tainted
                   21021:          by file_name  language now
                   21022: 
                   21023: 2001-04-28  paf
                   21024: 
                   21025:        * src/classes/classes.inc: removed classes.inc
                   21026: 
                   21027:        * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
                   21028:          from .am
                   21029: 
                   21030:        * src/classes/classes.awk: skipped classes in .awk
                   21031: 
                   21032:        * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
                   21033:          classes/classes.inc, classes/double.C, classes/file.C,
                   21034:          classes/form.C, classes/int.C, classes/op.C, classes/response.C,
                   21035:          classes/string.C, classes/table.C, classes/unknown.C,
                   21036:          include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
                   21037:          targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
                   21038:          types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
                   21039:          pa_methoded back to classes/classes.h
                   21040: 
                   21041:        * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
                   21042: 
                   21043:        * src/: classes/Makefile.am, classes/classes.awk,
                   21044:          classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
                   21045:          classes/ls.exe, main/bison.exe: classes.inc autogenerator
                   21046: 
                   21047:        * src/: classes/classes.C, classes/classes.h, classes/double.C,
                   21048:          classes/file.C, classes/form.C, classes/int.C, classes/op.C,
                   21049:          classes/response.C, classes/string.C, classes/table.C,
                   21050:          classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
                   21051:          main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
                   21052:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
                   21053:          types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
                   21054:          include|main/pa_methoded
                   21055: 
                   21056:        * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
                   21057:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
                   21058: 
                   21059:        * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
                   21060:          moved some configured data to request::classes_conf moved some
                   21061:          string crations from globals to M...  [works]
                   21062: 
                   21063:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   21064:          include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
                   21065:          main/pa_request.C: moved some configured data to
                   21066:          request::classes_conf moved some string crations from globals to
                   21067:          M...
                   21068: 
                   21069:        * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
                   21070:          about to move configured data to special request hash
                   21071: 
                   21072:        * src/: classes/classes.C, classes/classes.h, classes/file.C,
                   21073:          classes/form.C, classes/mail.C, include/pa_request.h,
                   21074:          main/pa_request.C: configure started
                   21075: 
                   21076:        * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
                   21077:          2. todo: methoded-configure
                   21078: 
                   21079:        * src/: classes/_double.h, classes/_file.h, classes/_form.h,
                   21080:          classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
                   21081:          classes/_random.h, classes/_response.h, classes/_string.h,
                   21082:          classes/_table.h, classes/_unknown.h, classes/classes.inc,
                   21083:          classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
                   21084:          classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
                   21085:          classes/random.C, classes/response.C, classes/string.C,
                   21086:          classes/table.C, classes/unknown.C, include/pa_globals.h,
                   21087:          include/pa_request.h, main/compile.y, main/execute.C,
                   21088:          main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   21089:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   21090:          types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
                   21091:          types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
                   21092:          types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
                   21093:          types/pa_vrequest.h, types/pa_vresponse.h,
                   21094:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   21095:          types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
                   21096:          classes/classes.C, classes/classes.h: Methoded reorganized. todo:
                   21097:          methoded-configure
                   21098: 
                   21099:        * src/: classes/file.C, classes/table.C, main/compile.y,
                   21100:          main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
                   21101:          types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
                   21102:          ability. now $a{^menu{$name}} or ^a.menu{$a.name}
                   21103: 
                   21104:        * src/: classes/_string.h, classes/classes.C, classes/classes.h,
                   21105:          classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
                   21106:          classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
                   21107:          classes/random.C, classes/response.C, classes/string.C,
                   21108:          classes/table.C, classes/unknown.C, include/pa_request.h,
                   21109:          main/compile.y, main/execute.C, main/pa_globals.C,
                   21110:          main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
                   21111:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   21112:          types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
                   21113:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
                   21114:          beautifying just compiled. todo: debug, configure
                   21115: 
                   21116: 2001-04-27  paf
                   21117: 
                   21118:        * src/: classes/file.C, classes/image.C, classes/table.C,
                   21119:          main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
                   21120:          beautifying -99
                   21121: 
                   21122:        * src/: classes/_double.h, classes/_form.h, classes/_int.h,
                   21123:          classes/_response.h, classes/_unknown.h, classes/classes.C,
                   21124:          classes/classes.h, classes/double.C, classes/file.C,
                   21125:          classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
                   21126:          classes/op.C, classes/random.C, classes/response.C,
                   21127:          classes/string.C, include/pa_globals.h, main/main.dsp,
                   21128:          main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
                   21129:          types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
                   21130:          types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
                   21131:          types/pa_vunknown.h: beautifying -100
                   21132: 
                   21133:        * src/main/compile.y: serge@ found @CLASS bug. fixed
                   21134: 
                   21135:        * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
                   21136:          classes/_op.h, classes/_random.h, classes/_table.h,
                   21137:          classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
                   21138:          classes/op.C, classes/random.C, classes/response.C,
                   21139:          classes/string.C, classes/table.C, classes/unknown.C,
                   21140:          include/pa_globals.h, main/main.dsp, main/pa_globals.C,
                   21141:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
                   21142:          types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
                   21143:          beautifying
                   21144: 
                   21145: 2001-04-26  paf
                   21146: 
                   21147:        * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
                   21148: 
                   21149:        * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
                   21150:          documentation ++
                   21151: 
                   21152:        * src/: classes/_exec.h, doc/doxygen.cfg,
                   21153:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   21154:          targets/cgi/pa_pool.C: code documentation ++
                   21155: 
                   21156:        * src/: classes/_image.h, classes/op.C, classes/random.C,
                   21157:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   21158:          types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
                   21159:          types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
                   21160:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   21161:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   21162:          types/pa_vrequest.C, types/pa_vrequest.h,
                   21163:          types/pa_vstateless_class.C, types/pa_vstateless_object.h,
                   21164:          types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
                   21165:          types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
                   21166:          code documentation ++
                   21167: 
                   21168:        * src/: classes/image.C, classes/mail.C, classes/string.C,
                   21169:          classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
                   21170:          include/pa_array.h, include/pa_dir.h, include/pa_string.h,
                   21171:          main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
                   21172:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   21173:          types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
                   21174:          types/pa_vobject.h, types/pa_vstateless_class.h,
                   21175:          types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
                   21176: 
                   21177:        * src/main/: pa_request.C, pa_string.C: z
                   21178: 
                   21179:        * src/: include/pa_common.h, include/pa_types.h,
                   21180:          main/pa_sql_driver_manager.C: module [and, guess, isapi]
                   21181:          connection caching fixed.  request-pooled-url were stored into
                   21182:          global connectioncache
                   21183: 
                   21184: 2001-04-25  paf
                   21185: 
                   21186:        * src/: doc/doxygen.cfg, doc/doxygen.txt,
                   21187:          targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
                   21188: 
                   21189:        * src/: include/code.h, include/pa_common.h, main/compile.y,
                   21190:          main/execute.C, main/pa_common.C: -d
                   21191: 
                   21192:        * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
                   21193:          illegal call check a bit improved, but still under iis no mapping
                   21194:          of dir with parser allowed!
                   21195: 
                   21196: 2001-04-24  paf
                   21197: 
                   21198:        * src/targets/Makefile.am: apache module lib .am
                   21199: 
                   21200:        * src/main/pa_exec.C: windows32 buildCommand
                   21201: 
                   21202: 2001-04-23  paf
                   21203: 
                   21204:        * src/targets/cgi/Makefile.am: win32 conditional
                   21205: 
                   21206:        * src/targets/cgi/Makefile.am: win32 conditional
                   21207: 
                   21208:        * src/targets/cgi/Makefile.am: liblink
                   21209: 
                   21210:        * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
                   21211:          vfile fields return type
                   21212: 
                   21213:        * src/types/pa_vfile.h: vfile fields return type
                   21214: 
                   21215:        * src/include/pa_config_auto.h.in: .h.in
                   21216: 
                   21217:        * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
                   21218:          types/Makefile: makefiles removed
                   21219: 
                   21220:        * src/: classes/Makefile, main/Makefile, main/pa_string.C,
                   21221:          targets/cgi/Makefile, types/Makefile: configure.in + makefiles
                   21222: 
                   21223:        * src/main/pa_string.C: tested OK /// @test really @b test: s x m
                   21224:          [tested: i & g ]
                   21225: 
                   21226:        * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
                   21227:          @test noticed series in isapi, check how initialize_random_class
                   21228:          is called! [must be called only once]
                   21229: 
                   21230:        * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
                   21231:          would not be 'unknown column'
                   21232: 
                   21233:        * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
                   21234:          @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
                   21235: 
                   21236:        * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
                   21237:          commandline start "parser3 a.html" so that ^load[a.cfg] worked!
                   21238:          [now doesnt]
                   21239: 
                   21240:        * src/targets/cgi/parser3.C: cgi cmdline ver
                   21241: 
                   21242:        * src/targets/cgi/parser3.C: cgi /// @test disable
                   21243:          /cgi-bin/parser3/auto.p
                   21244: 
                   21245:        * src/main/untaint.C: untaint without charset
                   21246: 
                   21247:        * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
                   21248:          main/pa_common.C: common: file_write /// @test mkdirs
                   21249:          file_delete rmdirs
                   21250: 
                   21251:        * src/main/untaint.C: mail header only once to =?
                   21252: 
                   21253:        * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
                   21254:          include/pa_string.h, main/pa_exec.C, main/pa_request.C,
                   21255:          main/untaint.C: untaint -        @test optimize whitespaces for
                   21256:          all but 'html'
                   21257: 
                   21258:        * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
                   21259:          main/pa_common.C, main/pa_hash.C, main/pa_request.C,
                   21260:          main/untaint.C: untaint -  @test mail-header
                   21261: 
                   21262: 2001-04-20  paf
                   21263: 
                   21264:        * src/: classes/string.C, classes/table.C, include/pa_globals.h,
                   21265:          include/pa_request.h, include/pa_string.h, main/compile.y,
                   21266:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   21267:          targets/cgi/parser3.C: $MAIN:LOCALE
                   21268: 
                   21269:        * src/main/untaint.C: z
                   21270: 
                   21271:        * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
                   21272: 
                   21273: 2001-04-19  paf
                   21274: 
                   21275:        * src/main/compile_tools.h: $a$b bugfix
                   21276: 
                   21277:        * src/targets/cgi/parser3.C: z
                   21278: 
                   21279:        * src/classes/file.C: z
                   21280: 
                   21281:        * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
                   21282:          done: header to $fields. waits for header '\' tricks
                   21283: 
                   21284:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
                   21285:          main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
                   21286:          changed urlencode here and in untaint.C to HTTP standard's " and
                   21287:          \" mech
                   21288: 
                   21289:        * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
                   21290:          http://alx/~paf/ doesnt load /auto.p
                   21291: 
                   21292: 2001-04-18  paf
                   21293: 
                   21294:        * src/main/pa_request.C: 1
                   21295: 
                   21296:        * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
                   21297:          linux @alx
                   21298: 
                   21299: 2001-04-17  paf
                   21300: 
                   21301:        * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
                   21302:          include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
                   21303:          sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
                   21304:          enabled
                   21305: 
                   21306:        * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
                   21307:          classes/_exec.h, classes/_file.h, classes/_form.h,
                   21308:          classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
                   21309:          classes/_random.h, classes/_response.h, classes/_string.h,
                   21310:          classes/_table.h, classes/_unknown.h, classes/file.C,
                   21311:          classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
                   21312:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   21313:          include/pa_hash.h, include/pa_sql_driver_manager.h,
                   21314:          include/pa_version.h, main/Makefile.am, main/compile.y,
                   21315:          main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
                   21316:          main/pa_sql_driver_manager.C, sql/Makefile.am,
                   21317:          sql/pa_sql_driver.h, targets/cgi/Makefile.am,
                   21318:          targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
                   21319:          types/pa_vform.C, types/pa_vimage.h: exec @jav
                   21320: 
                   21321:        * src/: include/pa_sql_driver_manager.h,
                   21322:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
                   21323:          types/pa_vimage.h: sql driver interface now has initialize(client
                   21324:          .so)
                   21325: 
                   21326: 2001-04-16  paf
                   21327: 
                   21328:        * src/Makefile.am: compile2 cygwin
                   21329: 
                   21330:        * src/: include/pa_config_includes.h, main/pa_exec.C,
                   21331:          main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
                   21332: 
                   21333:        * src/targets/cgi/Makefile.am: compile0 jav
                   21334: 
                   21335:        * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
                   21336:          classes/_exec.h, classes/_file.h, classes/_form.h,
                   21337:          classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
                   21338:          classes/_random.h, classes/_response.h, classes/_string.h,
                   21339:          classes/_table.h, classes/_unknown.h, classes/image.C,
                   21340:          classes/mail.C, classes/op.C, classes/random.C,
                   21341:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   21342:          include/pa_hash.h, include/pa_version.h, main/Makefile.am,
                   21343:          main/compile.y, main/pa_common.C, main/pa_exec.C,
                   21344:          sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
                   21345:          types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
                   21346:          compile-1
                   21347: 
                   21348: 2001-04-15  paf
                   21349: 
                   21350:        * src/classes/op.C: z
                   21351: 
                   21352:        * src/classes/table.C: table:empty +=process
                   21353: 
                   21354:        * src/types/pa_value.h: MethodParams !junction
                   21355: 
                   21356:        * src/: classes/_string.h, classes/double.C, classes/file.C,
                   21357:          classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
                   21358:          classes/random.C, classes/response.C, classes/string.C,
                   21359:          classes/table.C, classes/unknown.C, main/pa_request.C:
                   21360:          MethodParams everywhere
                   21361: 
                   21362:        * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
                   21363:          types/pa_vmethod_frame.h: MethodParams in op.C
                   21364: 
                   21365: 2001-04-12  paf
                   21366: 
                   21367:        * src/: classes/image.C, types/pa_vimage.h: image:font :text
                   21368: 
                   21369:        * src/: classes/_unknown.h, classes/unknown.C,
                   21370:          include/pa_globals.h, main/main.dsp, main/pa_globals.C,
                   21371:          types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
                   21372: 
                   21373:        * src/: classes/image.C, main/pa_hash.C: hash bug fixed
                   21374: 
                   21375:        * src/classes/image.C: image:gif now does not have params
                   21376: 
                   21377:        * src/classes/image.C:
                   21378:          image:line/fill/rectangle/bar/replace/polygon/polybar
                   21379: 
                   21380:        * src/: classes/image.C, classes/op.C, main/execute.C,
                   21381:          types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
                   21382:          for var now written not to r.wcontext, but to r.root cleared
                   21383:          "entered_object" state
                   21384: 
                   21385: 2001-04-11  paf
                   21386: 
                   21387:        * src/classes/image.C: image:create image:load
                   21388: 
                   21389:        * src/: classes/image.C, main/main.dsp: gd with mem write + image
                   21390:          just compiled
                   21391: 
                   21392:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
                   21393:          todo: gif without file
                   21394: 
                   21395:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
                   21396:          started porting to Pooled descendant
                   21397: 
                   21398:        * src/: classes/image.C, main/execute.C, main/main.dsp,
                   21399:          main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
                   21400:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
                   21401:          types/pa_vmframe.h: libimaging dead end: pil parses header in .py
                   21402: 
                   21403:        * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
                   21404:          main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
                   21405:          end. switching to python imaging lib
                   21406: 
                   21407:        * src/main/main.dsp: gd+smtp made separate libs
                   21408: 
                   21409:        * src/: include/pa_globals.h, include/pa_string.h,
                   21410:          main/pa_common.C, main/pa_request.C, main/untaint.C,
                   21411:          types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
                   21412:          length
                   21413: 
                   21414:        * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
                   21415:          types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
                   21416:          types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
                   21417:          UL_FILE_NAME of posted file name
                   21418: 
                   21419:        * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
                   21420:          post [broke when moved post read to core]
                   21421: 
                   21422: 2001-04-10  paf
                   21423: 
                   21424:        * src/classes/image.C: image:html done
                   21425: 
                   21426:        * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
                   21427: 
                   21428:        * src/classes/image.C: z
                   21429: 
                   21430:        * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
                   21431:          forgotten!
                   21432: 
                   21433:        * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
                   21434:          main/pa_request.C, main/pa_string.C, main/untaint.C,
                   21435:          types/pa_vimage.h: image:measure -90
                   21436: 
                   21437:        * src/: classes/_double.h, classes/_file.h, classes/_form.h,
                   21438:          classes/_int.h, classes/_mail.h, classes/_op.h,
                   21439:          classes/_random.h, classes/_response.h, classes/_string.h,
                   21440:          classes/_table.h, classes/file.C, classes/mail.C,
                   21441:          include/pa_common.h, include/pa_globals.h, main/execute.C,
                   21442:          main/main.dsp, main/pa_common.C, main/pa_globals.C,
                   21443:          targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
                   21444:          types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
                   21445:          types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
                   21446:          compiled
                   21447: 
                   21448:        * src/classes/mail.C: minor bug with unclear from/to
                   21449: 
                   21450:        * src/classes/mail.C: sendmail unix skipping defaults
                   21451: 
                   21452:        * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
                   21453:          sendmail unix added defaults
                   21454: 
                   21455:        * src/classes/mail.C: unix sendmail compiled. todo:testing
                   21456: 
                   21457:        * src/: classes/mail.C, main/pa_globals.C: smtp some consts
                   21458: 
                   21459: 2001-04-09  paf
                   21460: 
                   21461:        * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
                   21462:          main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
                   21463:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
                   21464:          targets/isapi/parser3isapi.dsp: all targets exec
                   21465: 
                   21466:        * src/: include/pa_sapi.h, include/pa_string.h,
                   21467:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   21468:          targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
                   21469:          args in apache:util.script
                   21470: 
                   21471:        * src/include/pa_string.h: written but not tested exec with env for
                   21472:          unix
                   21473: 
                   21474:        * src/: classes/file.C, main/main.dsp, main/pa_request.C,
                   21475:          targets/cgi/parser3.C: exec win32 env
                   21476: 
                   21477:        * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
                   21478:          0
                   21479: 
                   21480:        * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
                   21481:          main/execute.C, main/main.dsp, main/pa_globals.C,
                   21482:          main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
                   21483:          types/pa_vform.C, types/pa_vstring.C: exec4. todo env
                   21484: 
                   21485:        * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
                   21486:          main/untaint.C: exec3. decided exec:cgi to move to file:cgi
                   21487: 
                   21488:        * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
                   21489:          main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
                   21490: 
                   21491:        * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
                   21492:          include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
                   21493:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                   21494:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   21495:          targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
                   21496:          exec class just compiled. moved post read to request core
                   21497: 
                   21498:        * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
                   21499:          include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
                   21500:          main/pa_globals.C, targets/cgi/parser3.C,
                   21501:          targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
                   21502:          are already read by vform
                   21503: 
                   21504: 2001-04-08  paf
                   21505: 
                   21506:        * src/: classes/file.C, classes/mail.C, classes/string.C,
                   21507:          include/pa_request.h, include/pa_string.h, main/pa_request.C:
                   21508:          uuencode. string<<
                   21509: 
                   21510: 2001-04-07  paf
                   21511: 
                   21512:        * src/classes/mail.C: z
                   21513: 
                   21514:        * src/classes/mail.C: z
                   21515: 
                   21516:        * src/classes/mail.C: ^mail[$attach
                   21517: 
                   21518:        * src/classes/mail.C: ^attach dead end
                   21519: 
                   21520:        * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
                   21521:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   21522:          targets/isapi/parser3isapi.C: mail:send 1
                   21523: 
                   21524:        * src/: classes/mail.C, main/pa_request.C: z
                   21525: 
                   21526:        * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
                   21527:          main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
                   21528:          compiled
                   21529: 
                   21530:        * src/classes/mail.C: +=
                   21531: 
                   21532:        * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
                   21533:          prepared
                   21534: 
                   21535:        * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
                   21536:          include/pa_globals.h, include/pa_string.h, main/main.dsp,
                   21537:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
                   21538:          main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
                   21539: 
                   21540: 2001-04-06  paf
                   21541: 
                   21542:        * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
                   21543:          main/pa_string.C: table:dir 1
                   21544: 
                   21545:        * src/: classes/table.C, include/pa_dir.h, main/execute.C,
                   21546:          main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
                   21547: 
                   21548:        * src/: classes/_op.h, classes/_root.h, classes/op.C,
                   21549:          classes/root.C, include/pa_globals.h, include/pa_request.h,
                   21550:          main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
                   21551:          main/pa_request.C: renamed 'root' to 'op'
                   21552: 
                   21553:        * src/classes/: _op.h, op.C: renamed from 'root'
                   21554: 
                   21555:        * src/types/pa_valiased.C: another root inherititance skipped
                   21556: 
                   21557:        * src/main/: compile.C, compile.y, execute.C: operators are now not
                   21558:          root methods of parent class. just 'ROOT' class
                   21559: 
                   21560:        * src/: classes/random.C, classes/table.C, main/pa_globals.C:
                   21561:          @office
                   21562: 
                   21563:        * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
                   21564: 
                   21565: 2001-04-05  paf
                   21566: 
                   21567:        * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
                   21568:          types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
                   21569:          constructor flag dropped at get_method_frame and remembered into
                   21570:          method_frame
                   21571: 
                   21572:        * src/: classes/file.C, classes/root.C, classes/string.C,
                   21573:          classes/table.C, main/pa_request.C: junction to code&expression
                   21574:          in errors
                   21575: 
                   21576:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
                   21577:          main/pa_string.C, targets/isapi/parser3isapi.dsp:
                   21578:          $LOCALE:ctype[Russian_Russia.1251]
                   21579: 
                   21580:        * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
                   21581:          include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
                   21582:          main/pa_table.C: hash now not thread-safe.
                   21583: 
                   21584:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
                   21585:          main/untaint.C: z
                   21586: 
                   21587:        * src/: classes/random.C, classes/root.C, classes/table.C,
                   21588:          include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
                   21589:          main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
                   21590:          sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
                   21591:          types/pa_wcontext.h: sql quote. string untaint UL_SQL
                   21592: 
                   21593:        * src/: classes/table.C, include/pa_sql_connection.h,
                   21594:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
                   21595: 
                   21596:        * src/classes/table.C: select * from hren error contains statement
                   21597: 
                   21598:        * src/: classes/table.C, include/pa_sql_connection.h,
                   21599:          include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
                   21600:          sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
                   21601: 
                   21602:        * src/: classes/root.C, include/pa_sql_connection.h,
                   21603:          include/pa_sql_driver.h, main/main.dsp,
                   21604:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
                   21605:          services for conv memory & error reporting
                   21606: 
                   21607: 2001-04-04  paf
                   21608: 
                   21609:        * src/doc/doxygen.cfg: z
                   21610: 
                   21611:        * src/include/pa_sql_driver.h: mysql connect
                   21612: 
                   21613:        * src/include/pa_sql_driver.h: mysql info
                   21614: 
                   21615:        * src/: classes/root.C, include/pa_sql_driver.h,
                   21616:          include/pa_sql_driver_manager.h, main/main.dsp,
                   21617:          main/pa_sql_driver_manager.C: more manager&connection&driver
                   21618: 
                   21619:        * src/sql/Makefile.am: forgot to add mysql client
                   21620: 
                   21621:        * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
                   21622:          main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
                   21623:          [forgot to add libltdl, added]
                   21624: 
                   21625:        * src/: Makefile.am, classes/root.C, classes/string.C,
                   21626:          classes/table.C, include/pa_globals.h, include/pa_hash.h,
                   21627:          include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
                   21628:          include/pa_string.h, include/pa_table.h, main/main.dsp,
                   21629:          main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
                   21630:          main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
                   21631:          -1000 just compiled
                   21632: 
                   21633:        * src/: classes/random.C, classes/root.C, classes/table.C,
                   21634:          include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
                   21635:          main/pa_request.C, types/pa_vclass.h: sql frame -10
                   21636: 
                   21637: 2001-04-03  paf
                   21638: 
                   21639:        * src/types/pa_vform.C: z
                   21640: 
                   21641:        * src/: classes/string.C, types/pa_vform.C: string:match replace
                   21642:          assigned lang
                   21643: 
                   21644:        * src/: classes/string.C, main/compile.y: grammar: fixed to allow
                   21645:          {}[]< empty []
                   21646: 
                   21647:        * src/: classes/file.C, classes/string.C, classes/table.C,
                   21648:          include/pa_string.h, main/pa_common.C, main/pa_string.C,
                   21649:          main/untaint.C: string:match replace 2.  string.cstr(forced lang)
                   21650: 
                   21651:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   21652:          string:match replace strange matches
                   21653: 
                   21654:        * src/classes/string.C: string:match replace 0
                   21655: 
                   21656:        * src/: classes/string.C, main/pa_string.C: string:match replace
                   21657:          prepared 2
                   21658: 
                   21659:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   21660:          string:match replace prepared
                   21661: 
                   21662:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   21663:          string:match replace -11
                   21664: 
                   21665:        * src/: classes/string.C, include/pa_globals.h,
                   21666:          include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
                   21667:          main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
                   21668: 
                   21669:        * src/: classes/string.C, include/pa_globals.h,
                   21670:          include/pa_string.h, main/main.dsp, main/pa_globals.C,
                   21671:          main/pa_string.C: string:match [search] -1 just compiled
                   21672: 
                   21673:        * src/types/pa_vstring.C: z
                   21674: 
                   21675:        * src/: classes/double.C, classes/file.C, classes/form.C,
                   21676:          classes/int.C, classes/response.C, classes/root.C,
                   21677:          classes/string.C, classes/table.C, include/pa_string.h,
                   21678:          main/pa_string.C: string:match -10 [frame]
                   21679: 
                   21680:        * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
                   21681:          main/pa_request.C: z
                   21682: 
                   21683:        * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
                   21684:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
                   21685:          todo/tests
                   21686: 
                   21687:        * src/include/pa_common.h: z
                   21688: 
                   21689:        * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
                   21690:          main/pa_request.C, targets/cgi/parser3.C,
                   21691:          targets/isapi/parser3isapi.C, types/pa_vfile.C:
                   21692:          content-disposition
                   21693: 
                   21694:        * src/: include/pa_common.h, include/pa_globals.h,
                   21695:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
                   21696:          targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
                   21697: 
                   21698:        * src/: include/pa_common.h, include/pa_request.h,
                   21699:          include/pa_sapi.h, main/main.dsp, main/pa_common.C,
                   21700:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
                   21701:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
                   21702:          response:body
                   21703: 
                   21704:        * src/classes/table.C: table:append now uses string::split
                   21705: 
                   21706:        * src/classes/table.C: z
                   21707: 
                   21708:        * src/: classes/file.C, classes/root.C, classes/string.C,
                   21709:          classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
                   21710:          doc/generate.cmd, include/pa_array.h, include/pa_request.h,
                   21711:          include/pa_string.h, main/execute.C, main/pa_string.C,
                   21712:          main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
                   21713:          string::pos & cmp & piece bugs fixed.  string::split new
                   21714:          table:load separated from set table:set implemented with clean \n
                   21715:          \t searches
                   21716: 
                   21717: 2001-04-02  paf
                   21718: 
                   21719:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
                   21720:          types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
                   21721:          types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
                   21722:          types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
                   21723:          it in table:set/load
                   21724: 
                   21725:        * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
                   21726:          include/pa_table.h, main/execute.C, types/pa_value.h: table:join
                   21727: 
                   21728:        * src/classes/random.C: random:generate 1
                   21729: 
                   21730:        * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
                   21731:          main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   21732:          types/pa_value.h: random:generate
                   21733: 
                   21734: 2001-03-30  paf
                   21735: 
                   21736:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
                   21737:          todo: table flip and append. string::pos
                   21738: 
                   21739:        * src/: classes/double.C, classes/file.C, classes/int.C,
                   21740:          classes/response.C, classes/root.C, classes/string.C,
                   21741:          classes/table.C, main/compile.y, main/execute.C,
                   21742:          types/pa_value.h, types/pa_vstateless_class.C,
                   21743:          types/pa_vstateless_class.h: static|dynamic|any method
                   21744:          registration
                   21745: 
                   21746:        * src/: classes/file.C, classes/table.C, include/pa_table.h,
                   21747:          main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
                   21748:          table:flip
                   21749: 
                   21750: 2001-03-29  paf
                   21751: 
                   21752:        * src/classes/string.C: string:xsplit forgot that they must result
                   21753:          in 1 row N column [not vice versa]
                   21754: 
                   21755:        * src/classes/string.C: z
                   21756: 
                   21757:        * src/classes/string.C: string: rsplit
                   21758: 
                   21759:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   21760:          string: lsplit
                   21761: 
                   21762:        * src/: classes/string.C, include/pa_string.h, main/execute.C,
                   21763:          main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
                   21764:          lsplit -1
                   21765: 
                   21766:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   21767:          string: pos
                   21768: 
                   21769:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   21770:          string: pos -1
                   21771: 
                   21772:        * src/: classes/string.C, classes/table.C, include/pa_string.h,
                   21773:          main/compile.y, main/pa_request.C, main/pa_string.C,
                   21774:          main/untaint.C: string: left right mid
                   21775: 
                   21776:        * src/: classes/string.C, main/compile.y, main/compile_tools.C,
                   21777:          main/compile_tools.h, main/main.dsp, types/pa_value.h,
                   21778:          types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
                   21779:          and [;] are different now.
                   21780: 
                   21781:        * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
                   21782:          main/untaint.C: pool.request undone
                   21783: 
                   21784:        * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
                   21785:          main/untaint.C: pool.request
                   21786: 
                   21787: 2001-03-28  paf
                   21788: 
                   21789:        * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
                   21790:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   21791:          types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
                   21792:          $request:browser [.type .version]; unknown.get_double now = 0.
                   21793: 
                   21794:        * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
                   21795:          include/pa_table.h, main/pa_globals.C, main/pa_request.C,
                   21796:          main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
                   21797:          types/pa_vform.C: file:load autodetection of mime-type by
                   21798:          user-file-name
                   21799: 
                   21800:        * src/: classes/file.C, main/execute.C, main/pa_common.C,
                   21801:          main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
                   21802:          types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
                   21803: 
                   21804:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
                   21805:          types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
                   21806:          write. must be self.set
                   21807: 
                   21808:        * src/: classes/file.C, classes/root.C, classes/table.C,
                   21809:          include/pa_table.h, main/pa_table.C: table:locate1, file:test
                   21810: 
                   21811:        * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
                   21812:          include/pa_table.h, main/pa_array.C, main/pa_table.C,
                   21813:          types/pa_vtable.h: table:locate just compiled
                   21814: 
                   21815: 2001-03-27  paf
                   21816: 
                   21817:        * src/main/: execute.C, pa_common.C: fixed r/w context of
                   21818:          code-params2, fixed ntfs hardlink slow dir update
                   21819: 
                   21820:        * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
                   21821:          types/pa_wcontext.h: fixed r/w context of code-params
                   21822: 
                   21823:        * src/: classes/table.C, main/execute.C: about to change junction
                   21824:          rcontext!!
                   21825: 
                   21826:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   21827:          classes/string.C, classes/table.C, main/compile_tools.C,
                   21828:          main/execute.C, main/pa_request.C, main/untaint.C,
                   21829:          types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
                   21830:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
                   21831:          types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
                   21832:          types/pa_vunknown.h: sort 0
                   21833: 
                   21834:        * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
                   21835:          pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
                   21836:          renamed to are_static_calls_disabled
                   21837: 
                   21838:        * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
                   21839:          targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
                   21840:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
                   21841:          types/pa_vstring.h, types/pa_vunknown.h: continue on sort
                   21842: 
                   21843:        * src/main/compile.y: fixed minor bug in @mn[][] ...^{
                   21844: 
                   21845:        * src/: classes/table.C, include/pa_common.h, main/compile.y:
                   21846:          started table:sort fixed minor bug in #...^{
                   21847: 
                   21848:        * src/: classes/table.C, include/pa_common.h, main/compile.y,
                   21849:          main/execute.C, main/pa_common.C, main/pa_table.C: table:save
                   21850:          decided to have as it were. stepped back.  grammar: added 'in'
                   21851:          'is' 'lt'&co follow-space check
                   21852: 
                   21853: 2001-03-26  paf
                   21854: 
                   21855:        * src/: classes/file.C, classes/root.C, classes/table.C,
                   21856:          include/pa_common.h, include/pa_globals.h, include/pa_table.h,
                   21857:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
                   21858:          main/pa_table.C: moved ::save to pa_table.  disabled @auto
                   21859:          invocation in ^process
                   21860: 
                   21861:        * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
                   21862: 
                   21863:        * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
                   21864:          main/pa_array.C: table:record
                   21865: 
                   21866:        * src/: main/untaint.C, targets/cgi/parser3.C,
                   21867:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   21868:          targets/isapi/pool_storage.h, types/pa_valiased.h,
                   21869:          types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
                   21870:          types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
                   21871:          types/pa_vtable.h: z
                   21872: 
                   21873:        * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
                   21874:          types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
                   21875:          types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
                   21876:          types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
                   21877:          $b[$a.CLASS] ^b.inc[123] shit.  allowed no checks in native
                   21878:          method realisations on 'self' validity - they now can simply
                   21879:          assume that 'self' is V{Proper} .
                   21880: 
                   21881: 2001-03-25  paf
                   21882: 
                   21883:        * src/main/untaint.C: z
                   21884: 
                   21885:        * src/main/: pa_request.C, untaint.C: moved default typo-table to
                   21886:          lowlevel - it initialization could be skipped if failed in @auto.
                   21887:          so that exception report would use some table
                   21888: 
                   21889:        * src/main/pa_request.C: table empty lines ignored. system-default
                   21890:          content type assigned in output:result [can fail in main:auto and
                   21891:          skipped normal defaults extraction]
                   21892: 
                   21893:        * src/: include/pa_string.h, main/compile.y: #comment fixed minor
                   21894:          bug
                   21895: 
                   21896:        * src/main/: pa_globals.C, untaint.C: html-typo - moved all
                   21897:          processing to table [except preliminary \r\n \r \n replacements
                   21898:          to "\n"]
                   21899: 
                   21900:        * src/: classes/table.C, main/untaint.C: html-typo - decided to
                   21901:          move all the processing to table
                   21902: 
                   21903:        * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
                   21904:          main/pa_table.C, main/untaint.C: returned table originating.
                   21905:          useful for reporting typo table problems origin. think would be
                   21906:          useful somewhere else
                   21907: 
                   21908:        * src/main/untaint.C: typo  \r \r\n \n properly handled
                   21909: 
                   21910:        * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
                   21911:          include/pa_table.h, main/compile.y, main/compile_tools.C,
                   21912:          main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
                   21913:          main/pa_string.C, main/pa_table.C, main/untaint.C,
                   21914:          types/pa_vcookie.h: typo & typo-default
                   21915: 
                   21916: 2001-03-24  paf
                   21917: 
                   21918:        * src/main/pa_common.C: z
                   21919: 
                   21920:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
                   21921:          targets/cgi/parser3.C: html-typo 2
                   21922: 
                   21923:        * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
                   21924:          doc/view.cmd, include/pa_array.h, include/pa_globals.h,
                   21925:          include/pa_pool.h, include/pa_string.h, include/pa_table.h,
                   21926:          main/execute.C, main/pa_array.C, main/pa_globals.C,
                   21927:          main/pa_request.C, main/pa_string.C, main/untaint.C,
                   21928:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   21929:          types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
                   21930:          noticed double default content-type prob. run cgi.cmd tomorrow
                   21931:          first html-typo sample. detected << problem: they become ltlt too
                   21932:          fast
                   21933: 
                   21934:        * src/main/compile.y: z
                   21935: 
                   21936:        * src/main/: compile.y, compile_tools.h: #comment
                   21937: 
                   21938:        * src/: classes/file.C, classes/root.C, classes/table.C,
                   21939:          include/pa_common.h, include/pa_request.h, main/compile.y,
                   21940:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                   21941:          targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
                   21942:          stringified
                   21943: 
                   21944:        * src/types/pa_valiased.C: decided to String-ify file_read
                   21945: 
                   21946:        * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
                   21947:          isapi/parser3isapi.dsp: cgi: sapi::log
                   21948: 
                   21949:        * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
                   21950:          targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
                   21951:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
                   21952:          error log experiments failed - cgi under iis got no access to
                   21953:          log. registereventsource simply failed with 5(illegal call) code,
                   21954:          while worked OK as standalone executable.  isapi: used
                   21955:          HSE_APPEND_LOG_PARAMETER feature
                   21956: 
                   21957:        * src/: include/pa_common.h, include/pa_globals.h,
                   21958:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
                   21959:          targets/isapi/parser3isapi.C: fixed default content-type
                   21960:          allocation storage
                   21961: 
                   21962:        * src/: include/pa_globals.h, include/pa_request.h,
                   21963:          main/pa_globals.C, main/pa_request.C: z
                   21964: 
                   21965:        * src/: include/pa_array.h, include/pa_hash.h,
                   21966:          include/pa_request.h, main/compile.y, main/pa_array.C,
                   21967:          main/pa_common.C, main/pa_hash.C, main/pa_request.C,
                   21968:          types/pa_vcookie.C: cyclic uses ignored. defaulted default
                   21969:          content-type
                   21970: 
                   21971:        * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
                   21972:          sanity
                   21973: 
                   21974:        * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
                   21975:          types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
                   21976:          away freeze mech.  no danger now for you can't do
                   21977:          ^request:process[@new-method[] body] trick anymore.  still
                   21978:          remains $some_instance.process[@new-method[] possibility] but
                   21979:          would leave it as a feature.  see index for sample
                   21980: 
                   21981:        * src/: include/pa_common.h, main/pa_common.C,
                   21982:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
                   21983:          monkey every target
                   21984: 
                   21985:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
                   21986:          targets/cgi/parser3.C, targets/isapi/pool_storage.h,
                   21987:          types/pa_vform.C, types/pa_vform.h: auto.p monkey
                   21988: 
                   21989: 2001-03-23  paf
                   21990: 
                   21991:        * src/: include/pa_pool.h, main/pa_request.C,
                   21992:          targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
                   21993:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   21994:          targets/isapi/pool_storage.h: isapi: dumb pool storage
                   21995: 
                   21996:        * src/targets/isapi/pa_pool.C: decided to continue with extension
                   21997: 
                   21998:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
                   21999:          it would be better to rewrite as filter then to deal with pool
                   22000: 
                   22001:        * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
                   22002:          now like in cgi, not from APPL_PHYSICAL_PATH
                   22003: 
                   22004:        * src/: classes/root.C, classes/table.C, include/pa_common.h,
                   22005:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   22006:          include/pa_string.h, include/pa_threads.h, include/pa_types.h,
                   22007:          include/pa_version.h, main/compile.y, main/execute.C,
                   22008:          main/pa_array.C, main/pa_common.C, main/pa_hash.C,
                   22009:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   22010:          main/untaint.C, targets/cgi/parser3.C,
                   22011:          targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
                   22012:          cgi: reinvent document_root and request_uri under iis. autoconf
                   22013:          updated. introducing ap_config_includes
                   22014: 
                   22015:        * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
                   22016: 
                   22017:        * src/targets/cgi/parser3.C: cgi: only one pool now
                   22018: 
                   22019:        * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
                   22020:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
                   22021:          targets/isapi/parser3isapi.C, types/pa_vcookie.C,
                   22022:          types/pa_venv.h, types/pa_vform.C: sapi made object
                   22023: 
                   22024:        * src/: include/pa_globals.h, main/pa_request.C,
                   22025:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   22026:          targets/isapi/parser3isapi.C, types/pa_vcookie.C,
                   22027:          types/pa_venv.h, types/pa_vform.C: all: sapi beauty
                   22028: 
                   22029:        * src/: main/pa_request.C, targets/cgi/parser3.C,
                   22030:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
                   22031:          isapi minor env beauty
                   22032: 
                   22033:        * src/: main/pa_request.C, targets/cgi/parser3.C,
                   22034:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
                   22035:          isapi document_root 0
                   22036: 
                   22037: 2001-03-22  paf
                   22038: 
                   22039:        * src/targets/isapi/parser3isapi.C: isapi keep-alive
                   22040: 
                   22041:        * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
                   22042:          isapi/parser3isapi.C: z
                   22043: 
                   22044:        * src/: include/pa_pool.h, main/pa_request.C,
                   22045:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
                   22046: 
                   22047:        * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
                   22048:          kill.pl: isapi added utils
                   22049: 
                   22050:        * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
                   22051:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   22052:          types/pa_vform.C: isapi 0
                   22053: 
                   22054:        * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
                   22055:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   22056:          targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
                   22057:          targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
                   22058:          started isapi
                   22059: 
                   22060:        * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
                   22061:          some comments
                   22062: 
                   22063:        * src/: include/pa_globals.h, include/pa_request.h,
                   22064:          include/pa_types.h, main/pa_globals.C, main/pa_request.C,
                   22065:          targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
                   22066:          parser_root_auto_path parser_site_auto_path
                   22067: 
                   22068:        * src/types/pa_vcookie.C: cookie attr decoded
                   22069: 
                   22070: 2001-03-21  paf
                   22071: 
                   22072:        * src/targets/cgi/parser3.C: z
                   22073: 
                   22074:        * src/include/pa_globals.h: post. todo: config of auto.p path
                   22075: 
                   22076:        * src/: include/pa_globals.h, targets/cgi/parser3.C,
                   22077:          types/pa_venv.h: in cookie & env. todo:post
                   22078: 
                   22079:        * src/: Makefile.am, classes/Makefile.am, classes/file.C,
                   22080:          classes/root.C, classes/table.C, include/pa_array.h,
                   22081:          include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
                   22082:          include/pa_request.h, include/pa_string.h, main/Makefile.am,
                   22083:          main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
                   22084:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   22085:          main/pa_table.C, main/untaint.C, targets/Makefile.am,
                   22086:          targets/cgi/Makefile.am, targets/cgi/parser3.C,
                   22087:          targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
                   22088:          types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
                   22089:          shifted apache branch on main trunc
                   22090: 
                   22091:        * src/: include/pa_common.h, include/pa_globals.h,
                   22092:          include/pa_pool.h, include/pa_request.h, main/main.dsp,
                   22093:          main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
                   22094:          types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
                   22095:          starting mod_parser3
                   22096: 
                   22097:        * src/targets/cgi/parser3.C: starting mod_parser3
                   22098: 
                   22099: 2001-03-20  paf
                   22100: 
                   22101:        * src/: main/pa_common.C, targets/cgi/Makefile.am,
                   22102:          targets/cgi/parser3.C: automake compiled and works. todo:make
                   22103:          win32 ifdefs work and add ifdef unistd
                   22104: 
                   22105:        * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
                   22106:          main/Makefile.am, main/pa_common.C, main/pa_request.C,
                   22107:          main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
                   22108:          z
                   22109: 
                   22110:        * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
                   22111:          main/execute.C, main/pa_common.C, types/Makefile.am: removing
                   22112:          locking
                   22113: 
                   22114:        * src/: classes/Makefile.am, types/Makefile.am: z
                   22115: 
                   22116:        * src/: Makefile.am, classes/file.C, classes/root.C,
                   22117:          classes/table.C, include/pa_array.h, include/pa_request.h,
                   22118:          include/pa_string.h, main/Makefile.am, main/execute.C,
                   22119:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
                   22120:          main/pa_string.C, main/untaint.C, targets/Makefile.am,
                   22121:          targets/cgi/Makefile.am, targets/cgi/parser3.C,
                   22122:          types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
                   22123: 
                   22124:        * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
                   22125:          main/pa_request.C, types/pa_vfile.h: ^table:save
                   22126: 
                   22127:        * src/: classes/file.C, classes/table.C, include/pa_array.h,
                   22128:          include/pa_common.h, include/pa_request.h, include/pa_string.h,
                   22129:          include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
                   22130:          main/untaint.C, types/pa_valiased.h, types/pa_value.h,
                   22131:          types/pa_vform.h: z
                   22132: 
                   22133:        * src/include/pa_string.h: z
                   22134: 
                   22135:        * src/: classes/_request.h, classes/request.C, main/main.dsp,
                   22136:          main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
                   22137:          types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
                   22138:          :Value
                   22139: 
                   22140:        * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
                   22141:          types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
                   22142:          :VStateless_object
                   22143: 
                   22144:        * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
                   22145:          types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
                   22146:          :VStateless_object
                   22147: 
                   22148:        * src/: main/main.dsp, targets/cgi/parser3.dsp,
                   22149:          types/pa_valiased.C, types/pa_vform.h: commented VForm
                   22150: 
                   22151:        * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
                   22152:          types/pa_valiased.h, types/pa_value.h,
                   22153:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   22154:          types/pa_vstateless_object.h: moved common get_element part from
                   22155:          stateless object&class into VAliased
                   22156: 
                   22157:        * src/: classes/_env.h, classes/_table.h, classes/env.C,
                   22158:          classes/table.C, main/execute.C, main/main.dsp,
                   22159:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   22160:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
                   22161:          now :Value
                   22162: 
                   22163:        * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
                   22164:          main/execute.C, main/main.dsp, main/pa_globals.C,
                   22165:          types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
                   22166: 
                   22167:        * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
                   22168:          doxx
                   22169: 
                   22170:        * src/: classes/_file.h, classes/file.C, include/pa_types.h,
                   22171:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
                   22172:          types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
                   22173:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
                   22174:          and ^file:save
                   22175: 
                   22176: 2001-03-19  paf
                   22177: 
                   22178:        * src/types/pa_vfile.C: z
                   22179: 
                   22180:        * src/: classes/file.C, classes/request.C, classes/table.C,
                   22181:          include/pa_string.h, main/main.dsp, main/pa_pool.C,
                   22182:          main/pa_request.C, main/untaint.C, types/pa_value.h,
                   22183:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
                   22184: 
                   22185:        * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
                   22186:          include/pa_string.h, include/pa_table.h, main/main.dsp,
                   22187:          main/pa_common.C, main/pa_globals.C, types/pa_value.h,
                   22188:          types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
                   22189:          types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
                   22190:          classes/_file.h, classes/file.C, types/pa_vfile.C,
                   22191:          types/pa_vfile.h: file class just compiled
                   22192: 
                   22193:        * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
                   22194:          include/pa_table.h, include/pa_types.h, main/execute.C,
                   22195:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
                   22196:          types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
                   22197:          types/pa_vstateless_object.h: ^table:set{default level: TABLE}
                   22198: 
                   22199:        * src/include/pa_pool.h: z
                   22200: 
                   22201:        * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
                   22202:          main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
                   22203:          Hash::Value to Val so to doxygen would finlly stop confusing
                   22204:          those Value-s
                   22205: 
                   22206:        * src/: include/code.h, include/pa_array.h, include/pa_common.h,
                   22207:          include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
                   22208:          include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
                   22209:          include/pa_string.h, include/pa_table.h, include/pa_threads.h,
                   22210:          include/pa_types.h, main/compile.C, main/compile.y,
                   22211:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   22212:          main/pa_array.C, main/pa_common.C, main/pa_exception.C,
                   22213:          main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
                   22214:          main/pa_request.C, main/pa_string.C, main/pa_table.C,
                   22215:          main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
                   22216: 
                   22217:        * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
                   22218:          derivates somehow unlinked. don't know why yet
                   22219: 
                   22220:        * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
                   22221:          include/pa_string.h, include/pa_threads.h, main/compile.C,
                   22222:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   22223:          main/execute.C, main/pa_array.C, main/pa_common.C,
                   22224:          main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
                   22225:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   22226:          main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
                   22227: 
                   22228:        * src/: classes/root.C, classes/table.C, main/pa_exception.C,
                   22229:          main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
                   22230:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
                   22231:          types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
                   22232:          types/pa_vrequest.h: doc: detected Value derivates prob
                   22233: 
                   22234:        * src/include/pa_globals.h: z
                   22235: 
                   22236:        * src/: classes/_request.h, classes/request.C, include/code.h,
                   22237:          include/pa_array.h, include/pa_common.h, include/pa_exception.h,
                   22238:          include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
                   22239:          include/pa_request.h, include/pa_stack.h, include/pa_string.h,
                   22240:          include/pa_table.h, include/pa_threads.h, include/pa_types.h,
                   22241:          main/execute.C, main/pa_pool.C, main/pa_request.C,
                   22242:          main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
                   22243:          types/pa_value.h, types/pa_vform.C: doxygen include/, Value
                   22244: 
                   22245: 2001-03-18  paf
                   22246: 
                   22247:        * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
                   22248:          cookie: allowed access to hash-assigned
                   22249: 
                   22250:        * src/targets/cgi/parser3.C: z
                   22251: 
                   22252:        * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
                   22253:          include/pa_globals.h, include/pa_request.h, include/pa_string.h,
                   22254:          include/pa_types.h, main/main.dsp, main/pa_common.C,
                   22255:          main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
                   22256:          main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
                   22257:          types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   22258:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   22259:          types/pa_vunknown.h: cookie class
                   22260: 
                   22261:        * src/main/pa_request.C: zero length output allowed
                   22262: 
                   22263:        * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
                   22264:          types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
                   22265: 
                   22266:        * src/: classes/root.C, main/pa_request.C: taint forgotten forced
                   22267:          lang switch
                   22268: 
                   22269:        * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
                   22270:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   22271:          types/pa_value.h, types/pa_vhash.h:
                   22272:          $defautl[$content-type[$value[text/html] $charset[windows-1251]]
                   22273: 
                   22274:        * src/main/execute.C: z
                   22275: 
                   22276:        * src/: classes/root.C, main/pa_request.C, main/untaint.C,
                   22277:          targets/cgi/parser3.C: taint[uri
                   22278: 
                   22279:        * src/: classes/request.C, classes/response.C, classes/root.C,
                   22280:          include/pa_common.h, include/pa_globals.h, include/pa_request.h,
                   22281:          include/pa_string.h, main/pa_common.C, main/pa_globals.C,
                   22282:          main/pa_request.C, targets/cgi/parser3.C: ^taint 0
                   22283: 
                   22284:        * src/: classes/root.C, classes/string.C, include/pa_string.h,
                   22285:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   22286:          types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
                   22287:          types/pa_vstateless_class.C: convinient string(pool, char *src,
                   22288:          bool tainted) ctor
                   22289: 
                   22290:        * src/: include/pa_hash.h, include/pa_request.h,
                   22291:          include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
                   22292:          main/pa_request.C, main/pa_string.C, main/untaint.C,
                   22293:          targets/cgi/parser3.C: proper @exceptions params tainting
                   22294: 
                   22295:        * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
                   22296:          response fields to header
                   22297: 
                   22298:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
                   22299:          z
                   22300: 
                   22301:        * src/: classes/_response.h, classes/response.C,
                   22302:          include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
                   22303:          main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
                   22304:          main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
                   22305:          targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
                   22306:          types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
                   22307:          $response: 0  request::core exception rethrow
                   22308: 
                   22309: 2001-03-16  paf
                   22310: 
                   22311:        * src/: main/execute.C, main/main.dsp, types/pa_value.h,
                   22312:          types/pa_vrequest.h: native method' class call with less params
                   22313:          then needed error reporting
                   22314: 
                   22315:        * src/: classes/_request.h, classes/request.C,
                   22316:          include/pa_globals.h, include/pa_request.h, main/execute.C,
                   22317:          main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   22318:          targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
                   22319:          types/pa_vrequest.h: $request : query :uri
                   22320: 
                   22321:        * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
                   22322:          types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
                   22323:          types/pa_wcontext.h: $result
                   22324: 
                   22325:        * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
                   22326: 
                   22327:        * src/: classes/double.C, include/code.h, main/compile.y,
                   22328:          main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
                   22329:          and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
                   22330: 
                   22331:        * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
                   22332:          main/compile.y, main/execute.C, types/pa_value.h,
                   22333:          types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
                   22334:          types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
                   22335:          wcontext conflict
                   22336: 
                   22337:        * src/: main/execute.C, types/pa_value.h,
                   22338:          types/pa_vstateless_object.h, types/pa_vstring.h: disabled
                   22339:          $string.field
                   22340: 
                   22341: 2001-03-15  paf
                   22342: 
                   22343:        * src/main/pa_request.C: news sample
                   22344: 
                   22345:        * src/: main/compile.y, main/execute.C, main/pa_request.C,
                   22346:          targets/cgi/parser3.C, types/pa_vstring.h: @exception
                   22347: 
                   22348:        * src/main/: compile.y, execute.C: z
                   22349: 
                   22350:        * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
                   22351:          types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
                   22352:          pre pre works
                   22353: 
                   22354:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
                   22355:          targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
                   22356:          fillfields just compiled
                   22357: 
                   22358: 2001-03-14  paf
                   22359: 
                   22360:        * src/: include/pa_request.h, main/pa_request.C,
                   22361:          targets/cgi/parser3.C: z
                   22362: 
                   22363:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
                   22364:          targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
                   22365:          types/pa_vstring.h: limits -1
                   22366: 
                   22367:        * src/: include/pa_globals.h, include/pa_request.h,
                   22368:          include/pa_types.h, main/main.dsp, main/pa_globals.C,
                   22369:          main/pa_request.C, targets/cgi/parser3.C,
                   22370:          targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
                   22371:          request_info -1
                   22372: 
                   22373:        * src/: include/pa_globals.h, main/pa_globals.C,
                   22374:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   22375:          targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
                   22376:          vform_fields_fill
                   22377: 
                   22378:        * src/targets/cgi/parser3.C: #  if MSVC
                   22379: 
                   22380:        * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
                   22381:          targets/cgi/parser3.C: PATH_DELIMITER_CHAR
                   22382: 
                   22383:        * src/targets/cgi/parser3.C: z
                   22384: 
                   22385:        * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
                   22386:          include/pa_string.h, include/pa_types.h, main/compile.y,
                   22387:          main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   22388:          targets/cgi/pa_vform.C, targets/cgi/parser3.C,
                   22389:          targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
                   22390:          types/pa_vunknown.h: global handler, exceptions in parser3
                   22391: 
                   22392: 2001-03-13  paf
                   22393: 
                   22394:        * src/: classes/form.C, main/compile.y, main/core.C,
                   22395:          types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
                   22396:          types/pa_vform.h, types/pa_vstateless_class.C,
                   22397:          types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
                   22398:          instead
                   22399: 
                   22400:        * src/: include/core.h, include/pa_common.h, include/pa_request.h,
                   22401:          main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
                   22402:          targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
                   22403:          started cgi target
                   22404: 
                   22405:        * src/: include/core.h, include/pa_common.h, include/pa_request.h,
                   22406:          main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
                   22407:          before error show with parser
                   22408: 
                   22409:        * src/: classes/_form.h, classes/form.C, include/core.h,
                   22410:          include/pa_request.h, main/core.C, main/pa_request.C,
                   22411:          targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
                   22412: 
                   22413:        * src/targets/cgi/: parser.dsp, parser3.dsp: z
                   22414: 
                   22415:        * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
                   22416:          parser3.C: renamed targets/ parser to cgi
                   22417: 
                   22418:        * src/: classes/double.C, classes/env.C, classes/int.C,
                   22419:          classes/root.C, classes/string.C, classes/table.C,
                   22420:          include/pa_request.h, types/pa_vhash.h: z
                   22421: 
                   22422:        * src/: classes/_env.h, classes/env.C, classes/root.C,
                   22423:          include/core.h, include/pa_pool.h, include/pa_request.h,
                   22424:          main/compile.C, main/compile.y, main/core.C, main/main.dsp,
                   22425:          main/pa_common.C, main/pa_request.C, types/pa_value.h,
                   22426:          types/pa_venv.h, types/pa_vstateless_class.h: started $form:
                   22427:          [historical moment :)]
                   22428: 
                   22429:        * src/: include/code.h, include/pa_string.h, main/compile.y,
                   22430:          main/execute.C, main/pa_string.C: 'value is type' expr operator
                   22431: 
                   22432:        * src/types/pa_venv.h: $ENV 1
                   22433: 
                   22434:        * src/main/execute.C: z
                   22435: 
                   22436:        * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
                   22437:          future methods of ENV constructor if
                   22438: 
                   22439:        * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
                   22440:          class
                   22441: 
                   22442:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   22443:          classes/_root.h, classes/_string.h, classes/_table.h,
                   22444:          classes/double.C, classes/env.C, classes/int.C, classes/root.C,
                   22445:          classes/string.C, classes/table.C, include/pa_request.h,
                   22446:          main/compile.C, main/compile_tools.h, main/core.C,
                   22447:          main/execute.C, main/main.dsp, main/pa_request.C,
                   22448:          types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
                   22449:          types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
                   22450:          types/pa_vobject.h, types/pa_vstateless_class.C,
                   22451:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   22452:          types/pa_wcontext.h: $ENV: re 0, stateless classes
                   22453: 
                   22454:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   22455:          classes/_root.h, classes/_string.h, classes/_table.h,
                   22456:          classes/double.C, classes/env.C, classes/int.C, classes/root.C,
                   22457:          classes/string.C, classes/table.C, include/pa_request.h,
                   22458:          main/compile.C, main/compile_tools.h, main/core.C,
                   22459:          main/execute.C, main/main.dsp, main/pa_request.C,
                   22460:          types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
                   22461:          types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
                   22462:          types/pa_vobject.h, types/pa_vstateless_class.C,
                   22463:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   22464:          types/pa_wcontext.h: $ENV: re 0, stateless classes
                   22465: 
                   22466:        * src/: include/pa_request.h, main/compile.C, main/execute.C,
                   22467:          main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
                   22468:          yesterdays bad decision on execute_static_method
                   22469: 
                   22470:        * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
                   22471: 
                   22472:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   22473:          types/pa_vdouble.h, types/pa_vint.h: Int,Double  dec mul div mod
                   22474: 
                   22475:        * src/main/pa_request.C: z
                   22476: 
                   22477:        * src/: classes/root.C, classes/table.C, include/pa_exception.h,
                   22478:          include/pa_pool.h: skipped_restructure_exceptions_dead_end
                   22479: 
                   22480:        * src/: classes/root.C, classes/table.C, include/pa_exception.h,
                   22481:          include/pa_pool.h, main/pa_request.C:
                   22482:          restructure_exceptions_dead_end
                   22483: 
                   22484:        * src/: classes/root.C, main/compile.y: ^if required junctions.
                   22485:          allowed ; inside {} to break params
                   22486: 
                   22487:        * src/classes/root.C: ^eval
                   22488: 
                   22489:        * src/: classes/_string.h, classes/double.C, classes/int.C,
                   22490:          classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
                   22491:          string ^format
                   22492: 
                   22493:        * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
                   22494:          'bad' but not 'enough'
                   22495: 
                   22496:        * src/: classes/double.C, classes/root.C, classes/table.C,
                   22497:          include/pa_common.h, include/pa_types.h, main/compile.y,
                   22498:          main/pa_common.C, main/pa_request.C, main/untaint.C,
                   22499:          types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
                   22500:          types/pa_wwrapper.h: think constructing flag as is  is bad
                   22501: 
                   22502:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   22503:          classes/string.C, classes/table.C, main/core.C, main/execute.C,
                   22504:          types/pa_vint.h: ^for
                   22505: 
                   22506: 2001-03-12  paf
                   22507: 
                   22508:        * src/classes/table.C: table ^empty
                   22509: 
                   22510:        * src/: classes/table.C, include/pa_table.h: table ^menu
                   22511: 
                   22512:        * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
                   22513:          ^offset ^line ^count
                   22514: 
                   22515:        * src/classes/root.C: ^round()  ^floor()        ^ceiling()
                   22516:          ^abs()  ^sign()
                   22517: 
                   22518:        * src/classes/: root.C, table.C: ^use
                   22519: 
                   22520:        * src/: classes/root.C, classes/table.C, include/pa_request.h,
                   22521:          main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
                   22522:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
                   22523:          ^while. switched off wcontext.constructing after write(value) or
                   22524:          auto-vhash-constructing
                   22525: 
                   22526:        * src/: classes/root.C, classes/table.C, include/pa_request.h,
                   22527:          main/pa_request.C: fail_if_junction_ helper func
                   22528: 
                   22529:        * src/: classes/root.C, classes/table.C, include/pa_common.h,
                   22530:          include/pa_request.h, main/execute.C, main/main.dsp,
                   22531:          main/pa_common.C, main/pa_request.C: ^process error point by
                   22532:          actual method_name, not source.  ^load
                   22533: 
                   22534:        * src/types/pa_vtable.h: table: no, better with string in cells...
                   22535: 
                   22536:        * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
                   22537:          classes/_table.h, classes/table.C, main/untaint.C: z
                   22538: 
                   22539:        * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
                   22540:          include/pa_table.h, main/core.C, main/execute.C,
                   22541:          main/pa_common.C, main/pa_request.C, main/pa_table.C,
                   22542:          types/pa_value.h: table:set 0
                   22543: 
                   22544:        * src/: classes/root.C, include/core.h, include/pa_array.h,
                   22545:          include/pa_request.h, include/pa_table.h, main/core.C,
                   22546:          main/main.dsp, main/pa_request.C, main/pa_table.C,
                   22547:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   22548:          types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
                   22549:          types/pa_vstring.h: freeze, ^table:create[] -1
                   22550: 
                   22551:        * src/: classes/root.C, types/pa_value.h: z
                   22552: 
                   22553:        * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
                   22554:          get_method in couple places optimizing them
                   22555: 
                   22556:        * src/classes/root.C: z
                   22557: 
                   22558:        * src/: classes/root.C, types/pa_vclass.h: process temp main
                   22559:          zeroing
                   22560: 
                   22561:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   22562:          classes/string.C, include/pa_common.h, include/pa_request.h,
                   22563:          include/pa_string.h, include/pa_types.h, main/compile.C,
                   22564:          main/compile.y, main/compile_tools.h, main/execute.C,
                   22565:          main/pa_common.C, main/pa_request.C, types/pa_value.h,
                   22566:          types/pa_vmframe.h: ^process. actual names to store param and
                   22567:          check_actual_numbered_params for better place diagnostics
                   22568: 
                   22569:        * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
                   22570:          method-junctions bug fixed
                   22571: 
                   22572:        * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
                   22573:          pa_vstateless_object.h, pa_vstring.h: stateless_object
                   22574: 
                   22575: 2001-03-11  paf
                   22576: 
                   22577:        * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
                   22578:          types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
                   22579:          VDouble VInt base now VObject_base - without fields
                   22580: 
                   22581:        * src/: classes/root.C, include/core.h, main/core.C: z
                   22582: 
                   22583:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   22584:          classes/string.C, include/core.h, include/pa_hash.h,
                   22585:          include/pa_pool.h, include/pa_request.h, include/pa_string.h,
                   22586:          main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
                   22587: 
                   22588:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   22589:          include/pa_request.h, main/execute.C: intercept_string
                   22590: 
                   22591:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   22592:          types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
                   22593: 
                   22594:        * src/: classes/double.C, classes/int.C, include/pa_request.h:
                   22595:          ^inc-s(expr)
                   22596: 
                   22597:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   22598:          classes/_root.h, classes/_string.h, classes/double.C,
                   22599:          classes/env.C, classes/int.C, classes/root.C, classes/string.C,
                   22600:          include/code.h, include/core.h, include/pa_array.h,
                   22601:          include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
                   22602:          include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
                   22603:          include/pa_string.h, include/pa_table.h, include/pa_threads.h,
                   22604:          include/pa_types.h, main/compile.C, main/compile.y,
                   22605:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   22606:          main/execute.C, main/pa_array.C, main/pa_common.C,
                   22607:          main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
                   22608:          main/pa_request.C, main/pa_string.C, main/pa_table.C,
                   22609:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   22610:          types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
                   22611:          types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
                   22612:          types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
                   22613:          types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
                   22614:          types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
                   22615: 
                   22616:        * src/: main/pa_request.C, types/pa_vhash.h: z
                   22617: 
                   22618:        * src/: include/core.h, include/pa_request.h, main/core.C,
                   22619:          main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
                   22620: 
                   22621:        * src/: include/pa_valiased.h, include/pa_value.h,
                   22622:          include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
                   22623:          include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
                   22624:          include/pa_vjunction.h, include/pa_vmframe.h,
                   22625:          include/pa_vobject.h, include/pa_vstring.h,
                   22626:          include/pa_vunknown.h, include/pa_wcontext.h,
                   22627:          include/pa_wwrapper.h, main/compile.y, main/core.C,
                   22628:          main/main.dsp, main/pa_cframe.C, main/pa_request.C,
                   22629:          main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
                   22630:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   22631:          types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
                   22632:          types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
                   22633:          types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
                   22634:          types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
                   22635:          types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
                   22636:          include/
                   22637: 
                   22638: 2001-03-10  paf
                   22639: 
                   22640:        * src/: include/core.h, include/pa_request.h, main/core.C,
                   22641:          main/pa_request.C: run+auto=run
                   22642: 
                   22643:        * src/: classes/root.C, include/pa_request.h: minor if junction bug
                   22644: 
                   22645:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   22646:          classes/_root.h, classes/_string.h, classes/double.C,
                   22647:          classes/env.C, classes/int.C, classes/root.C, classes/string.C,
                   22648:          include/code.h, include/core.h, include/pa_array.h,
                   22649:          include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
                   22650:          include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
                   22651:          include/pa_string.h, include/pa_table.h, include/pa_threads.h,
                   22652:          include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
                   22653:          include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
                   22654:          include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
                   22655:          include/pa_vjunction.h, include/pa_vmframe.h,
                   22656:          include/pa_vobject.h, include/pa_vstring.h,
                   22657:          include/pa_vunknown.h, include/pa_wcontext.h,
                   22658:          include/pa_wwrapper.h, main/compile.C, main/compile.y,
                   22659:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   22660:          main/execute.C, main/pa_array.C, main/pa_cframe.C,
                   22661:          main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
                   22662:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   22663:          main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
                   22664:          main/pa_wcontext.C: sources header
                   22665: 
                   22666:        * src/main/pa_request.C: auto..
                   22667: 
                   22668:        * src/: include/pa_request.h, main/compile.C, main/compile.y,
                   22669:          main/pa_request.C: auto tree0
                   22670: 
                   22671:        * src/: include/core.h, include/pa_request.h, main/compile.y,
                   22672:          main/core.C, main/pa_request.C: names to core.C
                   22673: 
                   22674:        * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
                   22675:          include/pa_request.h, main/core.C, main/execute.C,
                   22676:          main/pa_common.C, main/pa_request.C: root auto.p loaded
                   22677: 
                   22678:        * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
                   22679:          include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
                   22680:          main/compile_tools.C, main/compile_tools.h, main/execute.C:
                   22681:          optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
                   22682: 
                   22683:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   22684:          @auto[] realised. auto.p scan togo
                   22685: 
                   22686:        * src/: include/pa_request.h, main/execute.C: autocalc
                   22687:          code-junctions result now have names
                   22688: 
                   22689:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   22690:          classes/string.C, include/pa_request.h, include/pa_string.h,
                   22691:          include/pa_wcontext.h, main/compile.y, main/execute.C,
                   22692:          main/pa_string.C, main/pa_wcontext.C: tainting 0
                   22693: 
                   22694:        * src/classes/env.C: env:file/line
                   22695: 
                   22696:        * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
                   22697:          include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
                   22698:          include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
                   22699:          include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
                   22700:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   22701:          main/execute.C, main/main.dsp, main/pa_cframe.C,
                   22702:          main/pa_request.C, main/pa_wcontext.C: const fight finished
                   22703: 
                   22704:        * src/include/pa_vclass.h: const fight to go
                   22705: 
                   22706:        * src/: classes/_env.h, classes/env.C, classes/root.C,
                   22707:          include/pa_request.h, include/pa_vclass.h, main/core.C,
                   22708:          main/main.dsp: env0
                   22709: 
                   22710:        * src/: classes/_double.h, classes/_int.h, classes/_root.h,
                   22711:          classes/_string.h, classes/double.C, classes/int.C,
                   22712:          classes/root.C, classes/string.C, include/pa_request.h,
                   22713:          include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
                   22714:          include/pa_wcontext.h, main/core.C, main/main.dsp,
                   22715:          main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
                   22716:          main/pa_wcontext.C: ^lang prepare0
                   22717: 
                   22718: 2001-03-09  paf
                   22719: 
                   22720:        * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
                   22721:          construct proper naming
                   22722: 
                   22723:        * src/: classes/_double.h, classes/_int.h, classes/_string.h,
                   22724:          classes/double.C, classes/int.C, classes/root.C,
                   22725:          classes/string.C, include/code.h, include/pa_value.h,
                   22726:          include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
                   22727:          include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
                   22728:          main/compile.y, main/compile_tools.C, main/core.C,
                   22729:          main/execute.C, main/main.dsp: Int and Double classes with ^int[]
                   22730:          and ^double[]. fixed expr type
                   22731: 
                   22732:        * src/: classes/root.C, include/pa_request.h, main/execute.C:
                   22733:          ^string.length[]
                   22734: 
                   22735: 2001-03-08  paf
                   22736: 
                   22737:        * src/include/pa_vmframe.h: fixed forgotten method_frame my check
                   22738: 
                   22739:        * src/: include/pa_vclass.h, include/pa_vstring.h,
                   22740:          include/pa_wcontext.h, main/compile.y, main/core.C,
                   22741:          main/execute.C, main/main.dsp: dead end: vstring can't be
                   22742:          derivated from vobject
                   22743: 
                   22744:        * src/: include/pa_vclass.h, include/pa_vhash.h,
                   22745:          include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
                   22746: 
                   22747:        * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
                   22748:          remained clone conseqs
                   22749: 
                   22750:        * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
                   22751: 
                   22752:        * src/main/pa_vclass.C: wow! vclass were out of vcs
                   22753: 
                   22754:        * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
                   22755:          include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
                   22756:          include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
                   22757:          include/pa_vobject.h, include/pa_vstring.h,
                   22758:          include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
                   22759:          main/execute.C: withoud cloning. didn't need it actually, params
                   22760:          got passed from out unnamed ewpool
                   22761: 
                   22762:        * src/: include/pa_vdouble.h, include/pa_vhash.h,
                   22763:          include/pa_vjunction.h, include/pa_vobject.h,
                   22764:          include/pa_vunknown.h, main/compile.y: cloning dead end
                   22765: 
                   22766:        * src/: include/pa_bool.h, include/pa_double.h,
                   22767:          include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
                   22768:          include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
                   22769:          include/pa_vjunction.h, include/pa_vmframe.h,
                   22770:          include/pa_vobject.h, include/pa_vstring.h,
                   22771:          include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
                   22772:          main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
                   22773:          to give params proper names
                   22774: 
                   22775:        * src/main/pa_wcontext.C: z
                   22776: 
                   22777:        * src/: include/pa_vmframe.h, main/execute.C: added names to
                   22778:          unknown values in get_element and unfilled params. removed wrong
                   22779:          name change in get_element
                   22780: 
                   22781:        * src/main/execute.C: z
                   22782: 
                   22783:        * src/main/execute.C: fixed problems calling operators in
                   22784:          constructors
                   22785: 
                   22786:        * src/: classes/root.C, include/pa_stack.h, main/execute.C:
                   22787:          detected problems calling operators in constructors
                   22788: 
                   22789:        * src/: classes/root.C, include/pa_request.h, main/execute.C:
                   22790:          autocalc def to string
                   22791: 
                   22792:        * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
                   22793:          include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
                   22794: 
                   22795:        * src/classes/root.C: added root.c
                   22796: 
                   22797:        * src/: include/pa_request.h, include/pa_value.h,
                   22798:          include/pa_vcframe.h, include/pa_vmframe.h,
                   22799:          include/pa_wcontext.h, main/compile.C, main/compile.y,
                   22800:          main/core.C, main/execute.C, main/pa_cframe.C,
                   22801:          main/pa_wcontext.C: 'if' just compiled
                   22802: 
                   22803:        * src/: include/pa_vbool.h, include/pa_vdouble.h,
                   22804:          include/pa_vjunction.h, include/pa_vmframe.h,
                   22805:          include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
                   22806:          main/pa_wcontext.C: z
                   22807: 
                   22808:        * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
                   22809:          main/core.C, main/execute.C, main/main.dsp: z. detected probs
                   22810:          with parameter names  in operator methods
                   22811: 
                   22812:        * src/main/compile.y: minor renamings in .y
                   22813: 
                   22814:        * src/: include/pa_request.h, main/compile.C, main/compile.y,
                   22815:          main/core.C, main/main.dsp: introducing ROOT_CLASS.  it's default
                   22816:          @BASE.  changed 'RUN' assignment mech
                   22817: 
                   22818:        * src/main/execute.C: z
                   22819: 
                   22820:        * src/: include/code.h, main/compile.y, main/compile_tools.C,
                   22821:          main/compile_tools.h, main/execute.C: made class: dynamic, not
                   22822:          static. so to enable runtime ^use
                   22823: 
                   22824:        * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
                   22825: 
                   22826:        * src/: include/code.h, main/compile.y, main/compile_tools.C,
                   22827:          main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
                   22828: 
                   22829:        * src/main/execute.C: root root in code-junction
                   22830: 
                   22831: 2001-03-07  paf
                   22832: 
                   22833:        * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
                   22834:          pa_vobject.h, pa_wwrapper.h: const in Value.get_element
                   22835: 
                   22836:        * src/: include/pa_stack.h, include/pa_value.h,
                   22837:          include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
                   22838:          include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
                   22839:          fixed rwcontext of {} params up
                   22840: 
                   22841:        * src/main/: compile.y, compile_tools.h: ^func(params)
                   22842: 
                   22843:        * src/main/compile.y: .y priorities syntax shaped up a bit
                   22844: 
                   22845:        * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
                   22846:          include/pa_vunknown.h, main/compile.y, main/execute.C,
                   22847:          main/pa_hash.C: expr def in -f
                   22848: 
                   22849:        * src/main/: compile.y, execute.C: expr calls
                   22850: 
                   22851:        * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
                   22852:          fixed
                   22853: 
                   22854:        * src/main/compile.y: expr quoted code
                   22855: 
                   22856:        * src/main/: compile.y, execute.C: expr whitespace solved. added ""
                   22857:          support0
                   22858: 
                   22859:        * src/main/compile.y: expr string comparisons 0
                   22860: 
                   22861:        * src/: include/pa_string.h, main/compile.y, main/execute.C,
                   22862:          main/pa_string.C: just compiled lt&co
                   22863: 
                   22864:        * src/main/execute.C: ^var.menu{$field} problem detected. that
                   22865:          $field not a $var.field
                   22866: 
                   22867: 2001-03-06  paf
                   22868: 
                   22869:        * src/main/compile.y: .y expr visible-shorter
                   22870: 
                   22871:        * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
                   22872:          with skipping whitespace in yylex fixed 2 xors: # bitwise ##
                   22873:          logical
                   22874: 
                   22875:        * src/: include/pa_vstring.h, main/compile.y: problems with
                   22876:          skipping whitespace in yylex
                   22877: 
                   22878:        * src/include/pa_vbool.h: forgot this
                   22879: 
                   22880:        * src/: include/code.h, main/compile.y, main/execute.C: without
                   22881:          string ops in expressions 0
                   22882: 
                   22883:        * src/: include/pa_value.h, include/pa_vdouble.h,
                   22884:          include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
                   22885:          main/execute.C, main/main.dsp: !~
                   22886: 
                   22887:        * src/: include/pa_vcframe.h, include/pa_vclass.h,
                   22888:          include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
                   22889:          include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
                   22890:          include/pa_vunknown.h, include/pa_wcontext.h,
                   22891:          include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
                   22892:          main/compile_tools.h, main/execute.C: +-*/
                   22893: 
                   22894:        * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
                   22895:          main/compile_tools.h: grammar-1.1 $a(z) $a=0
                   22896: 
                   22897:        * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
                   22898:          main/execute.C: expr grammar-1 2*2=4.000000 :)
                   22899: 
                   22900:        * src/main/compile.y: expr grammar-1
                   22901: 
                   22902:        * src/main/compile.y: expr lexx1
                   22903: 
                   22904:        * src/main/: compile.y, execute.C, main.dsp: z
                   22905: 
                   22906:        * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
                   22907:          include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
                   22908:          main/execute.C: expr lex0 exec-1
                   22909: 
                   22910:        * src/: include/code.h, main/compile.y, main/compile_tools.h: g
                   22911: 
                   22912: 2001-02-26  paf
                   22913: 
                   22914:        * src/main/compile.y: max_string in yyerror bug fix
                   22915: 
                   22916: 2001-02-25  paf
                   22917: 
                   22918:        * src/: include/pa_value.h, include/pa_vmframe.h,
                   22919:          include/pa_wcontext.h, main/execute.C: VAliased3
                   22920: 
                   22921:        * src/include/: pa_value.h, pa_vmframe.h: VAliased2
                   22922: 
                   22923:        * src/main/execute.C: VAliased1
                   22924: 
                   22925:        * src/: include/pa_request.h, include/pa_value.h,
                   22926:          include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
                   22927:          VAliased0
                   22928: 
                   22929:        * src/: include/pa_pool.h, include/pa_request.h,
                   22930:          include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
                   22931:          include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
                   22932:          VAliased just compiled
                   22933: 
                   22934:        * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
                   22935:          include/pa_vobject.h, main/execute.C: alias dead end
                   22936: 
                   22937:        * src/: include/pa_value.h, include/pa_vclass.h,
                   22938:          include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
                   22939:          main/main.dsp: no not get fields into interm VFielded class.
                   22940:          fields & staticfields 1
                   22941: 
                   22942:        * src/: include/pa_vcframe.h, include/pa_vmframe.h,
                   22943:          include/pa_vobject.h, include/pa_wcontext.h,
                   22944:          include/pa_wwrapper.h, main/core.C, main/execute.C,
                   22945:          main/main.dsp: would now get fields into interm VFielded class
                   22946: 
                   22947:        * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
                   22948:          include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
                   22949:          include/pa_wcontext.h, main/compile.y, main/core.C,
                   22950:          main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
                   22951:          main/pa_wcontext.C: virtuals2
                   22952: 
                   22953:        * src/main/compile.y: : 1
                   22954: 
                   22955:        * src/main/compile.y: rethought to $class:static.field.subfield
                   22956: 
                   22957:        * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
                   22958:          $class:element
                   22959: 
                   22960:        * src/: include/pa_value.h, include/pa_vmframe.h,
                   22961:          include/pa_wwrapper.h, main/compile.y, main/execute.C,
                   22962:          main/pa_wcontext.C: before execute class calls rewrite
                   22963: 
                   22964:        * src/: include/pa_request.h, main/compile.C, main/core.C: default
                   22965:          name RUN, also alias
                   22966: 
                   22967:        * src/main/compile.y: escaping bug
                   22968: 
                   22969:        * src/: include/pa_request.h, include/pa_value.h,
                   22970:          include/pa_vobject.h, main/compile.y, main/compile_tools.h,
                   22971:          main/core.C, main/execute.C, main/pa_common.C: vobject1
                   22972: 
                   22973:        * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
                   22974:          include/pa_vmframe.h, include/pa_vobject.h,
                   22975:          include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
                   22976:          main/compile_tools.h, main/execute.C: ^class:method() just
                   22977:          compiled
                   22978: 
                   22979: 2001-02-24  paf
                   22980: 
                   22981:        * src/main/main.dsp: no bison -d
                   22982: 
                   22983:        * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
                   22984:          class' err msg wrong
                   22985: 
                   22986:        * src/main/compile.y: z
                   22987: 
                   22988:        * src/main/: compile.y, core.C: yylex need some @special lines adj
                   22989: 
                   22990:        * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
                   22991:          main/compile.y, main/compile_tools.h, main/core.C: modules0
                   22992: 
                   22993:        * src/: include/pa_vclass.h, main/core.C: z
                   22994: 
                   22995:        * src/: include/pa_value.h, include/pa_vclass.h,
                   22996:          include/pa_vobject.h, main/main.dsp: vobject00
                   22997: 
                   22998:        * src/main/pa_array.C: minor bug in expanding very small arrays.
                   22999:          60% from 1 were 0
                   23000: 
                   23001:        * src/: include/pa_value.h, include/pa_wcontext.h,
                   23002:          include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
                   23003:          as bad as you've named it: wcontext.value() was not a perfect
                   23004:          idea
                   23005: 
                   23006:        * src/main/execute.C: codeframe1
                   23007: 
                   23008:        * src/: include/pa_value.h, include/pa_vcframe.h,
                   23009:          include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
                   23010:          include/pa_vjunction.h, include/pa_vmframe.h,
                   23011:          include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
                   23012:          main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
                   23013:          just compiled
                   23014: 
                   23015:        * src/: include/pa_vframe.h, main/compile.y: found junction
                   23016:          ideology @: ^x{$a()) must construct current wcontext element, so
                   23017:          smart wcontext handling needed
                   23018: 
                   23019:        * src/main/compile.y: fixed grammar bugs in constructor/params
                   23020:          klinch
                   23021: 
                   23022:        * src/main/: compile.y, execute.C: fixed empty constructor
                   23023:          optimized empty case. failed on calls - produced empty string
                   23024:          param
                   23025: 
                   23026:        * src/main/compile.y: fixed last \n macrotemplate strip bug
                   23027: 
                   23028:        * src/: include/code.h, include/pa_request.h, include/pa_value.h,
                   23029:          include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
                   23030:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   23031:          main/execute.C: code junctions0. something wrong with last \n
                   23032:          macrotemplate strip
                   23033: 
                   23034:        * src/: include/pa_value.h, main/compile.C, main/core.C,
                   23035:          main/pa_value.C: minor error reporting format beautifyings
                   23036: 
                   23037:        * src/: include/pa_value.h, include/pa_vclass.h,
                   23038:          include/pa_vframe.h, main/core.C, main/execute.C,
                   23039:          main/pa_value.C: get_method RIP. junctions everywhere. call with
                   23040:          junctions0
                   23041: 
                   23042: 2001-02-23  paf
                   23043: 
                   23044:        * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
                   23045:          pa_wwrapper.h: lara came, can't work, sorry :(
                   23046: 
                   23047:        * src/main/: compile.y, execute.C, main.dsp: rethought some. before
                   23048:          junction
                   23049: 
                   23050:        * src/: include/pa_vframe.h, include/pa_vunknown.h,
                   23051:          include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
                   23052:          main/execute.C, main/main.dsp, main/pa_value.C: call0
                   23053: 
                   23054:        * src/: include/pa_hash.h, include/pa_value.h,
                   23055:          include/pa_wcontext.h, main/core.C, main/execute.C,
                   23056:          main/main.dsp, main/pa_hash.C: started call. store param, vframe
                   23057:          done
                   23058: 
                   23059:        * src/include/pa_wcontext.h: z
                   23060: 
                   23061:        * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
                   23062:          wrong grammar in complex constructor case
                   23063: 
                   23064:        * src/main/: compile.y, execute.C: empty constructor bug fixed
                   23065: 
                   23066:        * src/main/execute.C: with result rwpool
                   23067: 
                   23068:        * src/: include/pa_value.h, main/core.C, main/execute.C,
                   23069:          main/main.dsp: value named
                   23070: 
                   23071:        * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
                   23072:          strign 2 value in 2 places in execute
                   23073: 
                   23074:        * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
                   23075:          main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
                   23076:          wcontext.put_element when wcontext fvalue==0
                   23077: 
                   23078: 2001-02-22  paf
                   23079: 
                   23080:        * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
                   23081:          include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
                   23082:          main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
                   23083: 
                   23084:        * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
                   23085:          erroreos checkout
                   23086: 
                   23087:        * src/: include/pa_request.h, main/compile.y: $self.put(val)
                   23088: 
                   23089:        * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
                   23090:          main/compile_tools.h, main/pa_array.C: $self.get
                   23091: 
                   23092:        * src/main/: compile.C, compile.y, compile_tools.C: z
                   23093: 
                   23094:        * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
                   23095:          bit. finished now.
                   23096: 
                   23097:        * src/main/compile.y: $: finished
                   23098: 
                   23099:        * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
                   23100: 
                   23101:        * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
                   23102:          main/execute.C: OP_STRING better then some xxx _VALUE
                   23103: 
                   23104:        * src/: include/code.h, include/pa_vstring.h, main/compile.y,
                   23105:          main/compile_tools.C, main/compile_tools.h, main/execute.C:
                   23106:          string to vstring it .y all
                   23107: 
                   23108:        * src/: include/pa_request.h, include/pa_stack.h,
                   23109:          include/pa_wcontext.h, main/execute.C: z about to vstring it .y
                   23110:          all
                   23111: 
                   23112:        * src/main/: compile.C, core.C, execute.C, pa_string.C: more
                   23113:          precise parse error line:col
                   23114: 
                   23115:        * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
                   23116:          main/pa_hash.C, main/pa_pool.C: TRY...
                   23117: 
                   23118:        * src/: include/pa_exception.h, include/pa_pool.h,
                   23119:          include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
                   23120:          main/compile.C, main/compile.y, main/compile_tools.C,
                   23121:          main/core.C, main/pa_array.C, main/pa_exception.C,
                   23122:          main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
                   23123:          main/pa_table.C: removed exception from request
                   23124: 
                   23125:        * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
                   23126:          some forgotten
                   23127: 
                   23128:        * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
                   23129:          include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
                   23130:          main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
                   23131:          get/put simple vars to VClass works0
                   23132: 
                   23133:        * src/: include/pa_array.h, include/pa_wcontext.h,
                   23134:          main/pa_string.C: in process, but found that exceptions are too
                   23135:          global
                   23136: 
                   23137:        * src/: include/code.h, include/pa_string.h, include/pa_value.h,
                   23138:          include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
                   23139:          main/execute.C, main/pa_string.C: write_value write_string 0 it
                   23140:          seems wcontext must write strings regardles of fvalue!=0
                   23141: 
                   23142: 2001-02-21  paf
                   23143: 
                   23144:        * src/main/execute.C: tired :)
                   23145: 
                   23146:        * src/main/: compile.C, compile.y, execute.C: store0
                   23147: 
                   23148:        * src/: include/compile.h, include/execute.h, include/pa_array.h,
                   23149:          include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
                   23150:          include/pa_wcontext.h, main/compile.C, main/compile.y,
                   23151:          main/execute.C, main/main.dsp, main/pa_array.C,
                   23152:          main/pa_request.C: get put -1 [just compiled]
                   23153: 
                   23154:        * src/: include/core.h, include/pa_context.h, include/pa_request.h,
                   23155:          include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
                   23156:          main/main.dsp, main/pa_request.C: request core methods0
                   23157: 
                   23158:        * src/: include/compile.h, include/pa_array.h, main/compile.C,
                   23159:          main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
                   23160:          execute
                   23161: 
                   23162:        * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
                   23163:          main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
                   23164:          methods and one_big_piece. now compile returns array<method*>
                   23165: 
                   23166:        * src/main/compile.y: more straightforward yylex[end]
                   23167: 
                   23168:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
                   23169:          string.operator==(char*)
                   23170: 
                   23171:        * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
                   23172:          main/execute.C, main/pa_array.C: after array.const get wonders
                   23173: 
                   23174:        * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
                   23175:          pa_string.h, pa_value.h: struck with const array.gets
                   23176: 
                   23177:        * src/main/: execute.C: z
                   23178: 
                   23179:        * src/main/: compile.y, execute.C: z
                   23180: 
                   23181:        * src/main/: compile.C, compile.y, compile_tools.h: error
                   23182:          processing in eval & yyerror so it wouldn't cause memleaks.
                   23183: 
                   23184:        * src/main/: compile.C, compile.y: failed to add absolute precies
                   23185:          parse error positions. leaving RIGHTMOST position as
                   23186:          @file[line:col]
                   23187: 
                   23188:        * src/: include/compile.h, main/compile.C, main/compile.y,
                   23189:          main/compile_tools.h: line numbers needed. would add them to .y
                   23190:          now internally. externally it's not as precise as needed
                   23191: 
                   23192:        * src/: include/code.h, include/pa_types.h, main/compile.C,
                   23193:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   23194:          main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
                   23195:          compiler works ok
                   23196: 
                   23197: 2001-02-20  paf
                   23198: 
                   23199:        * src/main/: compile.C, compile.y, compile_tools.C,
                   23200:          compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
                   23201:          not perfect
                   23202: 
                   23203:        * src/: include/code.h, include/compile.h, include/execute.h,
                   23204:          include/pa_array.h, include/pa_common.h, include/pa_pool.h,
                   23205:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   23206:          main/compile.C, main/compile.y, main/compile_tools.C,
                   23207:          main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
                   23208:          main/pa_array.C, main/pa_common.C, main/pa_hash.C,
                   23209:          main/pa_string.C, main/pa_table.C: bison[yacc] first time
                   23210:          compiled.  execute=dump for now
                   23211: 
                   23212:        * src/main/core.C: core rewrite using yacc investigations now will
                   23213:          be compile[yacc]/execute[opcodes]
                   23214: 
                   23215: 2001-02-15  paf
                   23216: 
                   23217:        * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
                   23218:          rewrite as turing machine? for it seems it would be it's too many
                   23219:          ifs with this syntax now
                   23220: 
                   23221: 2001-02-14  paf
                   23222: 
                   23223:        * src/main/core.C: get_params 1
                   23224: 
                   23225:        * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
                   23226:          :( ]
                   23227: 
                   23228:        * src/main/core.C: varios breaks
                   23229: 
                   23230:        * src/main/core.C: get names 3
                   23231: 
                   23232:        * src/main/core.C: get names 2
                   23233: 
                   23234:        * src/main/core.C: get names 1
                   23235: 
                   23236:        * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
                   23237:          names 0
                   23238: 
                   23239:        * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
                   23240:          text repassing2 operator static vars
                   23241: 
                   23242:        * src/: include/pa_context.h, include/pa_string.h, main/core.C,
                   23243:          main/pa_string.C: process text repassing
                   23244: 
                   23245:        * src/: include/pa_context.h, include/pa_value.h, main/core.C:
                   23246:          module:calls changes
                   23247: 
                   23248: 2001-02-13  paf
                   23249: 
                   23250:        * src/: include/pa_context.h, include/pa_value.h, main/core.C:
                   23251:          ^class:calls[] started
                   23252: 
                   23253:        * src/: include/pa_value.h, main/core.C: z
                   23254: 
                   23255:        * src/main/core.C: operators : and self. prefixes
                   23256: 
                   23257:        * src/main/core.C: z
                   23258: 
                   23259:        * src/: include/pa_string.h, main/pa_string.C: String_iterator
                   23260:          tested
                   23261: 
                   23262:        * src/: include/pa_string.h, main/pa_string.C: String_iterator
                   23263:          optimized
                   23264: 
                   23265:        * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
                   23266:          would change privates to better support optimization
                   23267: 
                   23268:        * src/: include/pa_string.h, main/pa_string.C:
                   23269:          String_iterator::skip_to todo:optimize
                   23270: 
                   23271: 2001-02-12  paf
                   23272: 
                   23273:        * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
                   23274:          String_iterator
                   23275: 
                   23276:        * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
                   23277:          comments
                   23278: 
                   23279:        * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
                   23280:          self/methodref joined
                   23281: 
                   23282: 2001-02-11  paf
                   23283: 
                   23284:        * src/: include/pa_context.h, include/pa_value.h, main/core.C,
                   23285:          main/main.dsp: core started.  core.C, context&value .h
                   23286: 
                   23287:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   23288:          include/pa_string.h, main/main.dsp, main/pa_array.C,
                   23289:          main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
                   23290: 
                   23291: 2001-01-30  paf
                   23292: 
                   23293:        * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
                   23294:          comments
                   23295: 
                   23296:        * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
                   23297:          main/pa_pool.C: moved pa_pool.C to be target specific
                   23298: 
                   23299:        * src/: include/pa_exception.h, include/pa_pool.h,
                   23300:          include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
                   23301:          to & changes
                   23302: 
                   23303:        * src/: include/pa_exception.h, include/pa_pool.h,
                   23304:          include/pa_request.h, include/pa_table.h, main/pa_array.C,
                   23305:          main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
                   23306:          re-associated. that's much better even removed 'die' necessety
                   23307: 
                   23308:        * src/: include/pa_error.h, include/pa_exception.h,
                   23309:          include/pa_pool.h, include/pa_request.h, main/main.dsp,
                   23310:          main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
                   23311:          targets/Makefile.am: lowered targets/parser into subdir, added
                   23312:          parser_Pool(Pool) failed to add. would think..
                   23313: 
                   23314:        * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
                   23315:          include/pa_table.h, main/pa_error.C, main/pa_hash.C,
                   23316:          main/pa_string.C, main/pa_table.C: Table more like C++ style
                   23317:          hence lots of 'const'
                   23318: 
                   23319:        * src/: include/pa_error.h, include/pa_request.h,
                   23320:          include/pa_string.h, include/pa_table.h, main/pa_error.C,
                   23321:          main/pa_table.C: Error fixed
                   23322: 
                   23323: 2001-01-29  paf
                   23324: 
                   23325:        * src/: include/pa_array.h, include/pa_common.h,
                   23326:          include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
                   23327:          include/pa_request.h, include/pa_string.h, include/pa_table.h,
                   23328:          main/Makefile.am, main/pa_array.C, main/pa_common.C,
                   23329:          main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
                   23330: 
                   23331:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   23332:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   23333:          main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
                   23334:          main/pa_string.C, main/pa_table.C: Request Error Table
                   23335: 
                   23336:        * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
                   23337:          templates"
                   23338: 
                   23339:        * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
                   23340:          main/main.dsp, main/pa_array.C: templates failed no template
                   23341:          specializations [VC6], no library auto instantation [VC6, GNU c++
                   23342:          2.95.2-6 from latest cygwin]
                   23343: 
                   23344:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   23345:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   23346:          main/main.dsp, main/pa_array.C, main/pa_string.C,
                   23347:          main/pa_table.C: Table started would test template Array now
                   23348: 
                   23349:        * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
                   23350:          String originating
                   23351: 
                   23352:        * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
                   23353:          main/pa_hash.C: made local Hash-es not thread safe=quicker by
                   23354:          SYNCHRONIZED(thread_safe)
                   23355: 
                   23356:        * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
                   23357:          parts to top
                   23358: 
                   23359:        * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
                   23360:          main/pa_threads.C: decided on one global_mutex, like PHP as I can
                   23361:          see: needed only in global Hash now, made Hash:: put/get
                   23362:          SYNCHRONIZED
                   23363: 
                   23364:        * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
                   23365:          main/pa_threads.C: added pa_threads
                   23366: 
                   23367:          Mutex
                   23368: 
                   23369:        * src/include/pa_hash.h: some comments
                   23370: 
                   23371:        * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
                   23372:          Array& operator += (Array& src)
                   23373: 
                   23374:        * src/main/pa_array.C: expand not convinient, would rewrite
                   23375: 
                   23376:        * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
                   23377:          (Array& src)
                   23378: 
                   23379:          rethought, would change now
                   23380: 
                   23381: 2001-01-27  paf
                   23382: 
                   23383:        * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
                   23384:          caching
                   23385: 
                   23386:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   23387:          include/pa_string.h, main/pa_array.C, main/pa_string.C: array
                   23388:          cache rethought to chunk caching
                   23389: 
                   23390:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   23391:          include/pa_string.h, main/main.dsp, main/pa_array.C,
                   23392:          main/pa_hash.C, main/pa_string.C: Array 0
                   23393: 
                   23394:        * src/main/pa_string.C: String::operator ==
                   23395: 
                   23396:        * src/main/pa_hash.C: String(&String)
                   23397: 
                   23398:        * src/main/pa_hash.C: added pa_hash.C [forgotten]
                   23399: 
                   23400:        * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
                   23401:          main/main.dsp, main/pa_string.C: uint, and added pa_types &
                   23402:          pa_hash[forgotten]
                   23403: 
                   23404: 2001-01-26  paf
                   23405: 
                   23406:        * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
                   23407:          removed templates [vc++ suxx]
                   23408: 
                   23409:        * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
                   23410:          main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
                   23411: 
                   23412:        * src/include/: pa_pool.h, pa_string.h: pa_pool split
                   23413: 
1.119     moko     23414:        * src/main/: main.dsp, pa_string.C: Id check
1.95      moko     23415: 
1.119     moko     23416:        * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: Id
1.95      moko     23417:          check
                   23418: 
                   23419:        * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
                   23420:          dynamic row_count
                   23421: 
                   23422:        * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
                   23423:          main/main.dsp, main/pa_pool.C, main/pa_string.C,
                   23424:          targets/Makefile.am: Initial revision
                   23425: 
                   23426:        * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
                   23427:          main/main.dsp, main/pa_pool.C, main/pa_string.C,
                   23428:          targets/Makefile.am: creating parser3 module
                   23429: 

E-mail: