Annotation of parser3/ChangeLog, revision 1.95

1.95    ! moko        1: 2015-09-23  moko
        !             2: 
        !             3:        * src/classes/table.C: warning war
        !             4: 
        !             5:        * src/: classes/math.C, types/pa_vcookie.C: warning war
        !             6: 
        !             7:        * src/classes/file.C: warning war
        !             8: 
        !             9:        * src/: include/pa_table.h, main/pa_table.C: warning war
        !            10: 
        !            11:        * src/: main/pa_request.C, classes/date.C: warning war
        !            12: 
        !            13:        * src/: types/pa_vdate.C, classes/op.C: warning war
        !            14: 
        !            15:        * tests/: 122.html, results/122.processed: win sync: to remove
        !            16:          differences with OS that doesn't keep timezone change history
        !            17: 
        !            18:        * src/types/pa_vdate.C: tzset() should be called in Windows after
        !            19:          TZ change (related to feature #36)
        !            20: 
        !            21:        * tests/: 075.html, results/075.processed: win sync: to remove
        !            22:          differences with OS that doesn't keep timezone change history
        !            23: 
        !            24:        * tests/: 315.html, results/315.processed: win sync: to remove
        !            25:          differences with OS that doesn't keep timezone change history
        !            26: 
        !            27:        * tests/: 256.html, results/256.processed: win sync: to remove
        !            28:          differences with OS that doesn't keep timezone change history
        !            29: 
        !            30:        * tests/: 124.html, results/124.processed: win results sync: to
        !            31:          avoid hitting time change hole.
        !            32: 
        !            33:        * src/types/pa_vdate.C: static returned. :)
        !            34: 
        !            35: 2015-09-22  moko
        !            36: 
        !            37:        * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
        !            38: 
        !            39:        * tests/results/131.processed: more tests for feature #1032
        !            40: 
        !            41:        * src/classes/date.C: minor fix related to feature #1032
        !            42: 
        !            43:        * operators.txt: ISO date creation documented (related to feature
        !            44:          #1032)
        !            45: 
        !            46:        * operators.txt: iso-string documented (related to feature #1032)
        !            47: 
        !            48:        * tests/: 315.html, results/315.processed: more tests added
        !            49:          (related to feature #1032)
        !            50: 
        !            51:        * tests/: 131.html, results/131.processed: date range checks
        !            52:          updated (related to feature #36)
        !            53: 
        !            54:        * tests/: 315.html, results/057.processed, results/315.processed:
        !            55:          test added for ISO date support (related to issue #315)
        !            56: 
        !            57:        * src/classes/date.C: more readable exceptions in date creation
        !            58:          (related to ticket #1032)
        !            59: 
        !            60: 2015-09-18  moko
        !            61: 
        !            62:        * tests/: 202.html, results/202.processed: ^date.iso-string[] check
        !            63:          added (related to issue #1032)
        !            64: 
        !            65:        * tests/results/256.processed, src/classes/json.C: iso-string
        !            66:          documented (related to issue #1032)
        !            67: 
        !            68:        * tests/: 256.html, results/256.processed: ISO date check added
        !            69:          (related to issue #1032)
        !            70: 
        !            71:        * tests/: 057.html, results/057.processed, results/224.processed:
        !            72:          tests results updated after ISO date support implemented (related
        !            73:          to feature #1032)
        !            74: 
        !            75:        * src/: classes/date.C, classes/image.C, types/pa_value.h,
        !            76:          types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
        !            77:          ^date::create[string] constructor formalized, ^date.iso-string[]
        !            78:          added (implements feature #1032)
        !            79: 
        !            80: 2015-09-05  moko
        !            81: 
        !            82:        * operators.txt: actualized
        !            83: 
        !            84:        * operators.txt: date changes documented (related to ticket #36)
        !            85: 
        !            86: 2015-09-04  moko
        !            87: 
        !            88:        * src/types/pa_vdate.C: warning war
        !            89: 
        !            90:        * src/: classes/op.C, types/pa_vhashfile.C: warning war
        !            91: 
        !            92: 2015-09-03  moko
        !            93: 
        !            94:        * tests/results/096.processed: test result updated for 0..9999 year
        !            95:          date range support (related to feature #36)
        !            96: 
        !            97:        * tests/: 314.html, results/314.processed: test for
        !            98:          ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
        !            99:          bug #1031)
        !           100: 
        !           101:        * src/classes/string.C: Static calls fixed for ^string:base64[],
        !           102:          ^string:idna[], ^string:js-escape[] (closes bug #1031)
        !           103: 
        !           104:        * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
        !           105:          configure.in -> configure.ac
        !           106: 
        !           107:        * configure, configure.in, src/include/pa_config_auto.h.in: more
        !           108:          correct timezone check for FreeBSD Warning war: configure.in ->
        !           109:          configure.ac
        !           110: 
        !           111:        * configure, configure.in, src/classes/Makefile.am,
        !           112:          src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
        !           113:          src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
        !           114:          src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
        !           115:          src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
        !           116:          src/main/Makefile.am, src/targets/apache/Makefile.am,
        !           117:          src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
        !           118:          AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
        !           119:          check added
        !           120: 
        !           121:        * src/types/pa_vdate.C: FreeBSD fixes + more robust code
        !           122: 
        !           123:        * tests/results/: 124.processed, 224.processed: test resuls updated
        !           124:          for new date implementation (related to feature #36)
        !           125: 
        !           126:        * src/: classes/date.C, classes/image.C, include/pa_common.h,
        !           127:          main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
        !           128:          types/pa_vdate.h: new double date implementation with internal
        !           129:          support for extended 0..9999 year range, default timezone support
        !           130:          (related to feature #36)
        !           131: 
        !           132: 2015-08-28  moko
        !           133: 
        !           134:        * src/types/pa_vmail.C: fixed $mail:received.date calculations
        !           135:          (fixes bug #1030)
        !           136: 
        !           137: 2015-08-21  moko
        !           138: 
        !           139:        * src/classes/inet.C: snprintf size "bug" commented
        !           140: 
        !           141:        * src/main/pa_common.C: snprintf comments updated
        !           142: 
        !           143: 2015-08-16  moko
        !           144: 
        !           145:        * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
        !           146: 
        !           147: 2015-08-11  moko
        !           148: 
        !           149:        * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
        !           150:          types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
        !           151:          can be null (fixes bug #1029)
        !           152: 
        !           153: 2015-08-06  moko
        !           154: 
        !           155:        * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
        !           156:          pa_vdate.C added
        !           157: 
        !           158: 2015-08-05  moko
        !           159: 
        !           160:        * tests/: 313.html, results/313.processed: test for
        !           161:          ^table.count[columns] and ^table.flip[] with nameless tables
        !           162:          (feature #1003)
        !           163: 
        !           164:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
        !           165:          max_cell added, now ^table.count[columns] and ^table.flip[] works
        !           166:          correctly for nameless tables (implements feature #1003)
        !           167: 
        !           168: 2015-08-03  moko
        !           169: 
        !           170:        * tests/312.html: test for ^table.append[$hash] and
        !           171:          ^table.insert[$hash] added (related to feature #1028)
        !           172: 
        !           173:        * src/classes/table.C: ^table.append[$hash] and
        !           174:          ^table.insert[$hash] now supported (implements feature #1028)
        !           175: 
        !           176:        * tests/: 312.html, results/312.processed: test row copy in
        !           177:          ^table.hash[; $.type[table] ] added (related to feature #1016)
        !           178: 
        !           179:        * src/classes/table.C: row copy now created in ^table.hash[;
        !           180:          $.type[table] ] (related to feature #1016)
        !           181: 
        !           182: 2015-07-29  moko
        !           183: 
        !           184:        * tests/: 312.html, results/312.processed: test for ^table.delete[]
        !           185:          added (related to feature #1016)
        !           186: 
        !           187:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
        !           188:          ^table.delete[] added to delete current row (related to feature
        !           189:          1016)
        !           190: 
        !           191: 2015-07-28  moko
        !           192: 
        !           193:        * tests/: 312.html, results/312.processed: test for
        !           194:          $table.column[value] and ^table.insert{row} (related to feature
        !           195:          #1016)
        !           196: 
        !           197:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
        !           198:          types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
        !           199:          ^table.insert{row} are now implemented (feature #1016)
        !           200: 
        !           201:        * src/include/pa_array.h: Optimization: bool reverse removed from
        !           202:          append(), insert() added, memmove arguments order in remove()
        !           203:          fixed (related to feature #1016)
        !           204: 
        !           205: 2015-07-23  moko
        !           206: 
        !           207:        * src/classes/json.C: tainted json and empty json exception added
        !           208:          (implements feature #1015)
        !           209: 
        !           210:        * tests/: 311.html, results/311.processed: empty json and tainted
        !           211:          json exception test added (related to issue #1015)
        !           212: 
        !           213: 2015-07-22  moko
        !           214: 
        !           215:        * tests/: 311.html, results/311.processed: test for UTF-8
        !           216:          processing added
        !           217: 
        !           218:        * tests/: 311.html, results/311.processed: test for
        !           219:          json_exception_with_source added (related to issue #394)
        !           220: 
        !           221:        * src/classes/json.C: json_exception_with_source added (implements
        !           222:          feature #394)
        !           223: 
        !           224: 2015-06-29  moko
        !           225: 
        !           226:        * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
        !           227:          directories are now correctly determined if _d_type == DT_UNKNOWN
        !           228:          (closes bug #1027)
        !           229: 
        !           230: 2015-06-10  moko
        !           231: 
        !           232:        * src/types/pa_vxnode.h: extern "C" not requred and causes build
        !           233:          error if libxml has LIBXML_ICU_ENABLED.
        !           234: 
        !           235: 2015-06-04  moko
        !           236: 
        !           237:        * tests/099.html: ups, reverting
        !           238: 
        !           239:        * tests/: 099.html, 309.html, 310.html, results/309.processed,
        !           240:          results/310.processed: tests for $response:body[ $.file[] ] and
        !           241:          $response:last-modified added
        !           242: 
        !           243:        * src/main/pa_request.C: last-modified check fixed
        !           244: 
        !           245: 2015-06-03  moko
        !           246: 
        !           247:        * tests/: 204.html, 205.html, 293.html, results/204.processed,
        !           248:          results/205.processed, results/293.processed: $response:headers
        !           249:          logging added (tests for feature #1007)
        !           250: 
        !           251:        * src/: include/pa_common.h, include/pa_request.h,
        !           252:          main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
        !           253:          $response:headers are now in uppercase (closes feature #1007)
        !           254: 
        !           255: 2015-06-02  moko
        !           256: 
        !           257:        * src/: include/pa_memory.h, classes/math.C: some of -pedantic
        !           258:          build errors reverted for clang compatibility
        !           259: 
        !           260: 2015-06-01  moko
        !           261: 
        !           262:        * src/include/pa_memory.h: -pedantic build errors fixed
        !           263: 
        !           264:        * src/classes/math.C: -pedantic build error fixed
        !           265: 
        !           266:        * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
        !           267: 
        !           268: 2015-05-31  moko
        !           269: 
        !           270:        * src/classes/table.C: USE_STRINGSTREAM optimized
        !           271: 
        !           272:        * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
        !           273:          include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
        !           274:          main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
        !           275:          types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
        !           276:          types/pa_vxnode.h: warning war (-pedantic flag)
        !           277: 
        !           278: 2015-05-28  moko
        !           279: 
        !           280:        * tests/: 308.html, results/308.processed: test for
        !           281:          ^table::create[$t;], etc work added (related to bug #975)
        !           282: 
        !           283:        * src/classes/table.C: check_option_param removed,
        !           284:          ^table::create[$t;], etc now works (fixes bug #975)
        !           285: 
        !           286: 2015-05-27  moko
        !           287: 
        !           288:        * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
        !           289:          (Debian jessie) fixed (closes issue #1024)
        !           290: 
        !           291:        * tests/Makefile: sort added as in Debian jessie list become
        !           292:          unsorted
        !           293: 
        !           294: 2015-05-18  moko
        !           295: 
        !           296:        * tests/: 201.html, results/201.processed: test for
        !           297:          ^string.trim[what] feature #1022
        !           298: 
        !           299:        * src/classes/string.C: ^string.trim[what] now supported,
        !           300:          implements feature #1022
        !           301: 
        !           302: 2015-05-17  moko
        !           303: 
        !           304:        * tests/results/185.processed: test result updated as feature #1021
        !           305:          implemented (left/right accept negative parameter)
        !           306: 
        !           307:        * src/classes/string.C: left/right now accept negative parameter
        !           308:          (implements feature #1021)
        !           309: 
        !           310: 2015-05-08  moko
        !           311: 
        !           312:        * src/classes/math.C: isalnum -> pa_isalnum
        !           313: 
        !           314:        * src/main/execute.C: optimization in getter-junction processing
        !           315:          (related to issue #997)
        !           316: 
        !           317: 2015-05-07  moko
        !           318: 
        !           319:        * tests/: 307.html, results/307.processed: test for issue #997
        !           320:          added
        !           321: 
        !           322:        * src/main/execute.C: process_getter result now checked if junction
        !           323:          returned (closes issue #997)
        !           324: 
        !           325:        * tests/: 305.html, results/305.processed: sort added to ignore
        !           326:          different order
        !           327: 
        !           328:        * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
        !           329:          assignment (closes issue #994)
        !           330: 
        !           331:        * tests/: 306.html, results/306.processed: test for issue #994
        !           332:          added
        !           333: 
        !           334:        * tests/: 303.html, results/303.processed: two more errors tested
        !           335: 
        !           336: 2015-05-06  moko
        !           337: 
        !           338:        * tests/: 305.html, results/305.processed: test for name2ip &
        !           339:          ip2name added (related to feature #992)
        !           340: 
        !           341:        * tests/: 303.html, 304.html, results/303.processed,
        !           342:          results/304.processed: tests for idna conversion added (related
        !           343:          to issue #849)
        !           344: 
        !           345: 2015-05-02  moko
        !           346: 
        !           347:        * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
        !           348:          implemented
        !           349: 
        !           350: 2015-04-30  moko
        !           351: 
        !           352:        * src/main/pa_http.C: idna_host added, related to issue #849
        !           353: 
        !           354:        * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
        !           355:          (related to issue #849)
        !           356: 
        !           357: 2015-04-24  moko
        !           358: 
        !           359:        * src/types/pa_vjunction.C: warning war
        !           360: 
        !           361:        * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
        !           362:          unification
        !           363: 
        !           364:        * src/lib/punycode/pa_idna.c: warning war
        !           365: 
        !           366: 2015-04-22  moko
        !           367: 
        !           368:        * src/main/main.vcproj: punycode include path added
        !           369: 
        !           370:        * src/lib/punycode/pa_idna.c: windows compile error fixed
        !           371: 
        !           372:        * src/lib/punycode/pa_idna.c: warning war
        !           373: 
        !           374:        * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
        !           375:          project file added
        !           376: 
        !           377:        * src/lib/punycode/pa_convert_utf.c: debug compilation fix
        !           378: 
        !           379:        * src/include/pa_memory.h: warning war
        !           380: 
        !           381:        * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
        !           382:          ^string:idna[xn--...], ^string.idna[] - idna conversion support
        !           383:          implemented (related to feature #849)
        !           384: 
        !           385:        * configure.in, src/main/Makefile.am,
        !           386:          src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
        !           387:          libpunycode added in Unix
        !           388: 
        !           389: 2015-04-21  moko
        !           390: 
        !           391:        * configure.in: large files support
        !           392: 
        !           393: 2015-04-15  moko
        !           394: 
        !           395:        * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
        !           396:          pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
        !           397:          pa_punycode.h: initial version for punycode/idna support library
        !           398:          (ticket #849)
        !           399: 
        !           400: 2015-04-08  moko
        !           401: 
        !           402:        * src/: classes/curl.C, classes/date.C, classes/file.C,
        !           403:          classes/image.C, classes/mail.C, classes/reflection.C,
        !           404:          classes/string.C, classes/xnode.C, include/pa_request.h,
        !           405:          include/pa_string.h, include/pa_stylesheet_connection.h,
        !           406:          main/compile.y, main/compile_tools.h, main/execute.C,
        !           407:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
        !           408:          main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
        !           409:          types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
        !           410:          types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
        !           411:          types/pa_wwrapper.h, main/compile.tab.C: removed most of the
        !           412:          clang compiler warnings (closes issue #1018)
        !           413: 
        !           414:        * src/include/pa_string.h: String::Body comparation operators with
        !           415:          char * added (related to issue #958)
        !           416: 
        !           417: 2015-04-07  moko
        !           418: 
        !           419:        * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
        !           420:          pa_malloc/pa_free to remove system malloc/free usage (related to
        !           421:          issue #1018)
        !           422: 
        !           423:        * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
        !           424:          include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
        !           425:          lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
        !           426:          main/pa_http.C, main/pa_request.C, main/pa_string.C,
        !           427:          main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
        !           428:          types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
        !           429:          types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
        !           430:          malloc/strdup/free replaced with pa_ version and checks for
        !           431:          accidental use of non-pa_ version added (related to issue #1018)
        !           432: 
        !           433: 2015-04-03  moko
        !           434: 
        !           435:        * buildall: pcre-8.33 -> pcre-8.36
        !           436: 
        !           437:        * src/: main/compile.y, classes/form.C, classes/mail.C,
        !           438:          classes/op.C, classes/string.C, main/compile.tab.C,
        !           439:          main/compile_tools.C, main/pa_http.C, main/pa_request.C,
        !           440:          main/pa_sql_driver_manager.C, types/pa_vfile.C,
        !           441:          types/pa_vhashfile.C: C++11 compilation errors fixed (related to
        !           442:          ticket #958)
        !           443: 
        !           444:        * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
        !           445:          main/pa_common.C, main/pa_http.C, main/pa_request.C,
        !           446:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
        !           447:          targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
        !           448:          types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
        !           449:          $request:headers, $request:method added (implements feature
        !           450:          #1007)
        !           451: 
        !           452: 2015-03-17  misha
        !           453: 
        !           454:        * tests/302.html: - test for
        !           455:          ^json:string[...;$._default[method-name]]
        !           456: 
        !           457:        * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
        !           458:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
        !           459:          option $._default[method-name] is specified in ^json:string[], a
        !           460:          method with specified name will be called for classes/objects
        !           461:          serialization ( new feature: #982 )
        !           462: 
        !           463: 2015-03-16  misha
        !           464: 
        !           465:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
        !           466:          main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
        !           467:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
        !           468:          types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
        !           469:          types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
        !           470:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
        !           471:          types/pa_vmemory.h, types/pa_vmethod_frame.C,
        !           472:          types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
        !           473:          types/pa_vrequest.h, types/pa_vstateless_class.C,
        !           474:          types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
        !           475:          types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
        !           476:          $var.CLASS_NAME now have special opcodes. This can be switched
        !           477:          off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
        !           478:          on pa_opcode.h ( new feature: #844 )
        !           479: 
        !           480: 2015-03-15  misha
        !           481: 
        !           482:        * tests/075.html: - test for $response:header[]
        !           483: 
        !           484:        * src/types/pa_vresponse.C: - $response:header[] deletes header
        !           485:          that was set earlie ( new feature: #1001 )
        !           486: 
        !           487: 2015-03-12  misha
        !           488: 
        !           489:        * tests/246.html: - more tests for ^hash._at[]
        !           490: 
        !           491:        * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
        !           492:          accepts second param [key|value|hash] ( new feature: #1012 )
        !           493: 
        !           494: 2015-03-09  moko
        !           495: 
        !           496:        * src/types/pa_vmail.C: exception for everything but
        !           497:          $mail:received, closes issue #1011
        !           498: 
        !           499: 2015-02-20  moko
        !           500: 
        !           501:        * tests/: 275.html, results/275.processed: hex detection in
        !           502:          pa_atoui fix test (closes issue #1010)
        !           503: 
        !           504:        * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
        !           505:          issue #1010)
        !           506: 
        !           507: 2015-02-17  moko
        !           508: 
        !           509:        * src/types/pa_vmail.C: closes issue #1009 - mail content should be
        !           510:          tainted.
        !           511: 
        !           512: 2015-02-03  misha
        !           513: 
        !           514:        * tests/301.html: - test for ^json:string($double) causes
        !           515:          exception. bugfix: #1008
        !           516: 
        !           517:        * src/classes/json.C: - ^json:string($double) causes exception.
        !           518:          bugfix: #1008
        !           519: 
        !           520:        * tests/014.html: - updated for work with ^hash.delete[]
        !           521: 
        !           522: 2015-01-12  misha
        !           523: 
        !           524:        * src/: classes/form.C, include/pa_common.h,
        !           525:          include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
        !           526:          types/pa_vform.h: - supports body with PUT method as well ( new
        !           527:          feature: #1006 )
        !           528: 
        !           529:        * src/classes/file.C: - warnings war
        !           530: 
        !           531: 2015-01-11  misha
        !           532: 
        !           533:        * tests/300.html: - test for ^hash.delete[] is added
        !           534: 
        !           535:        * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
        !           536:          feature: #989 ) - tiny optimization in intersects
        !           537: 
        !           538: 2015-01-06  moko
        !           539: 
        !           540:        * src/types/pa_vmail.C: file names transcode added, to and cc added
        !           541:          with transcode, attachments detection fixed
        !           542: 
        !           543:        * src/main/pa_request.C: filling mail received after cgi/auto.p
        !           544:          load to allow charset switch (related to issue #996)
        !           545: 
        !           546: 2014-12-31  moko
        !           547: 
        !           548:        * src/types/pa_vmail.C: from and subject now transcoded if not
        !           549:          UTF-8 source charset (fixes issue 996)
        !           550: 
        !           551:        * src/main/pa_exception.C: fixed string from stack bug (closes
        !           552:          issue #1000)
        !           553: 
        !           554: 2014-12-11  misha
        !           555: 
        !           556:        * src/types/pa_vhashfile.C: - check if key is not empty before
        !           557:          access ( bug fix: #1005 )
        !           558: 
        !           559: 2014-11-13  misha
        !           560: 
        !           561:        * src/main/compile.y: - PC.append does not reset to false while
        !           562:          creating a new class. bugfix: #990
        !           563: 
        !           564:        * tests/299.html: - test for creation class after working with
        !           565:          partial class (create+append)
        !           566: 
        !           567:        * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
        !           568:          #995
        !           569: 
        !           570:        * tests/232.html: - test for @get[def] added
        !           571: 
        !           572: 2014-10-12  moko
        !           573: 
        !           574:        * src/lib/pcre/pcre_internal.vcproj: correct path
        !           575: 
        !           576:        * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
        !           577:          lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
        !           578:          lib/pcre/pcre_internal.vcproj, main/main.vcproj,
        !           579:          targets/apache/ApacheModuleParser3.vcproj,
        !           580:          targets/apache/ApacheModuleParser3Core.vcproj,
        !           581:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
        !           582:          types/types.vcproj: project GUID inserted in *.vcproj for correct
        !           583:          conversion in newer VS versions
        !           584: 
        !           585:        * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
        !           586:          pcre_internal.vcproj added
        !           587: 
        !           588: 2014-08-28  moko
        !           589: 
        !           590:        * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
        !           591:          pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
        !           592:          and pcre_valid_utf are copied to parser3 code (fixes issue #991)
        !           593: 
        !           594: 2014-06-30  misha
        !           595: 
        !           596:        * tests/298.html: - tests for ^reflection:def[class;className]
        !           597:          added
        !           598: 
        !           599:        * src/classes/reflection.C: - ^reflection:def[class;className]
        !           600:          added ( new feature: #918 )
        !           601: 
        !           602: 2014-06-29  misha
        !           603: 
        !           604:        * src/classes/table.C: - ^table::create[unsupported data] -
        !           605:          exception comment changed to "body must be table or code" ( bug
        !           606:          fix: #951 )
        !           607: 
        !           608:        * tests/: 261.html, results/261.processed: - tests for
        !           609:          ^json:string[...;$.void[null|string]] added
        !           610: 
        !           611:        * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
        !           612:          option $.void[string|null] added to ^json:string[...] ( new
        !           613:          feature: #952 )
        !           614: 
        !           615: 2014-06-28  moko
        !           616: 
        !           617:        * src/classes/curl.C: $.charset now processed before other curl
        !           618:          options (closes issue #980)
        !           619: 
        !           620: 2014-05-23  misha
        !           621: 
        !           622:        * src/classes/json.C: - bug fix: #987
        !           623: 
        !           624: 2014-05-04  misha
        !           625: 
        !           626:        * tests/: 253.html, 253_json.txt: - test for
        !           627:          ^json:parse[$.int(false)] is added
        !           628: 
        !           629:        * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
        !           630:          default true). The option is similar to $.double(bool) but for
        !           631:          integers.
        !           632: 
        !           633: 2014-05-01  moko
        !           634: 
        !           635:        * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
        !           636:          #12 )
        !           637: 
        !           638: 2014-04-16  moko
        !           639: 
        !           640:        * src/main/pa_http.C: response-charset option should finally work
        !           641:          now (fix for issue #867)
        !           642: 
        !           643:        * src/main/pa_http.C: response-charset option should work now (fix
        !           644:          for issue #867)
        !           645: 
        !           646: 2014-03-07  moko
        !           647: 
        !           648:        * buildall: libgc moved
        !           649: 
        !           650:        * buildall: libgc moved
        !           651: 
        !           652: 2013-12-29  moko
        !           653: 
        !           654:        * src/classes/string.C: ^string:js-unescape result now tainted,
        !           655:          closes issue #966
        !           656: 
        !           657:        * tests/: 186.html, results/186.processed: ^string:js-unescape
        !           658:          result now tainted, issue #966
        !           659: 
        !           660: 2013-12-03  moko
        !           661: 
        !           662:        * src/: classes/memcached.C, types/pa_vmemcached.C,
        !           663:          types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
        !           664:          option was added for http://www.parser.ru/forum/?id=79343
        !           665: 
        !           666:        * src/classes/file.C: bugfix for
        !           667:          http://www.parser.ru/forum/?id=79337
        !           668: 
        !           669: 2013-11-05  moko
        !           670: 
        !           671:        * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
        !           672: 
        !           673:        * src/main/pa_globals.C: spelling fixed
        !           674: 
        !           675: 2013-10-29  moko
        !           676: 
        !           677:        * src/lib/json/json.vcproj: json.c -> pa_json.C
        !           678: 
        !           679:        * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
        !           680:          #892
        !           681: 
        !           682:        * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
        !           683:          lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
        !           684:          exceptions to be thrown thougth json library), related to issue
        !           685:          #892
        !           686: 
        !           687:        * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
        !           688:          related to issue #896
        !           689: 
        !           690: 2013-10-24  moko
        !           691: 
        !           692:        * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
        !           693: 
        !           694: 2013-10-23  moko
        !           695: 
        !           696:        * README: actualization
        !           697: 
        !           698: 2013-10-22  moko
        !           699: 
        !           700:        * src/targets/apache/mod_parser3.c: Adopted apache 2.4
        !           701:          compatibility patch from Sergey Kirpichev
        !           702: 
        !           703:        * tests/: 297.html, results/297.processed: non-working getter fix
        !           704:          test for issue #948
        !           705: 
        !           706:        * src/: include/pa_request.h, main/pa_request.C: Now getter is not
        !           707:          called when saving value of $match variable in ^string.match[] to
        !           708:          increase compatibility (related to issue #948).
        !           709: 
        !           710:        * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
        !           711:          usage optimization
        !           712: 
        !           713: 2013-10-21  moko
        !           714: 
        !           715:        * tests/: 182.html, results/182.processed: local path removed for
        !           716:          compatibility
        !           717: 
        !           718:        * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
        !           719:          results/244.processed, results/253.processed,
        !           720:          results/254.processed, results/275.processed,
        !           721:          results/281.processed: try_catch -> try-catch
        !           722: 
        !           723:        * tests/: 288.html, 294.html, 296.html, results/288.processed,
        !           724:          results/294.processed, results/296.processed: try_catch ->
        !           725:          try-catch
        !           726: 
        !           727: 2013-10-20  moko
        !           728: 
        !           729:        * tests/: 296.html, results/296.processed: test for xsl exception
        !           730:          for issue #938 added.
        !           731: 
        !           732:        * src/: include/pa_xml_exception.h,
        !           733:          main/pa_stylesheet_connection.C: forgotten to be replaced
        !           734:          XmlException is now replaced (once again closes issue #938)
        !           735: 
        !           736: 2013-10-19  misha
        !           737: 
        !           738:        * bin/auto.p.dist.in: - more mime-types are added
        !           739: 
        !           740: 2013-10-18  moko
        !           741: 
        !           742:        * buildall: disable clock_gettime detection to avoid librt linking
        !           743:          (which in turn depends on libpthread), related to issue #943
        !           744: 
        !           745: 2013-10-18  misha
        !           746: 
        !           747:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
        !           748:          lib/smtp/smtp.vcproj, main/main.vcproj,
        !           749:          targets/apache/ApacheModuleParser3Core.vcproj,
        !           750:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
        !           751:          types/types.vcproj: - new locations for libxml2 includes where
        !           752:          added to vcproj files
        !           753: 
        !           754: 2013-10-18  moko
        !           755: 
        !           756:        * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
        !           757:          fix
        !           758: 
        !           759:        * tests/: 295.html, results/295.processed: test for issue #948
        !           760:          updated
        !           761: 
        !           762:        * src/classes/table.C: hopefully last lost part for issue #948 fix.
        !           763:          :)
        !           764: 
        !           765:        * tests/: 295.html, results/295.processed: test for issue #948
        !           766:          added
        !           767: 
        !           768:        * src/: classes/hash.C, classes/string.C, classes/table.C,
        !           769:          include/pa_request.h, types/pa_method.h: for getters and setters
        !           770:          to be executed request.put_element should be called, not
        !           771:          context.put_element (fixes issue #948)
        !           772: 
        !           773: 2013-10-17  moko
        !           774: 
        !           775:        * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
        !           776:          LIBXML2_NEW_BUFFER check (closes issue #943)
        !           777: 
        !           778:        * buildall: libxml 2.9.1 build is broken --without-reader.
        !           779: 
        !           780: 2013-10-16  moko
        !           781: 
        !           782:        * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
        !           783: 
        !           784:        * tests/: 294.html, results/294.processed: test for issue #938
        !           785: 
        !           786:        * src/: classes/xdoc.C, classes/xnode.C,
        !           787:          include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
        !           788:          now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
        !           789: 
        !           790:        * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
        !           791:          libxslt-1.1.26 -> libxslt-1.1.28
        !           792: 
        !           793:        * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
        !           794:          main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
        !           795:          to '?', related to issue #938
        !           796: 
        !           797: 2013-10-15  moko
        !           798: 
        !           799:        * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
        !           800:          main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
        !           801:          minor optimizations (closes issue #896)
        !           802: 
        !           803:        * tests/results/: 292.processed, 293.processed: results updated to
        !           804:          comply with issue #896
        !           805: 
        !           806:        * tests/: 292.html, 293.html, results/292.processed,
        !           807:          results/293.processed: tests for json escaping
        !           808: 
        !           809: 2013-10-14  moko
        !           810: 
        !           811:        * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
        !           812:          and cleanup, code moved from .h to .C, no changes in code
        !           813: 
        !           814: 2013-10-12  moko
        !           815: 
        !           816:        * tests/results/119.processed: updated test result commited
        !           817: 
        !           818:        * tests/: 291.html, results/291.processed: test for issue #894
        !           819:          added
        !           820: 
        !           821:        * src/types/pa_wcontext.h: base methods call support function
        !           822:          get_somebody_entered_some_class should not be true forever, as
        !           823:          wcontext can have many get_elements calls (fixes issue #894)
        !           824: 
        !           825: 2013-10-11  moko
        !           826: 
        !           827:        * tests/: 290.html, results/290.processed: test for junction GPF
        !           828:          issue #942 added
        !           829: 
        !           830:        * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
        !           831:          to native method fixed (closes issue #942)
        !           832: 
        !           833:        * tests/: 158.html, results/158.processed: test for csv-string[]
        !           834:          added
        !           835: 
        !           836:        * src/classes/table.C: minor fixes for table.csv-string[] (closes
        !           837:          feature #907)
        !           838: 
        !           839:        * src/classes/table.C: ^table.csv-string[] from misha@ (implements
        !           840:          feature #907)
        !           841: 
        !           842: 2013-10-09  moko
        !           843: 
        !           844:        * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
        !           845:          types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
        !           846:          types/pa_vstateless_class.C: GET_default, SET_default now works
        !           847:          properly not only in objects, but in classes as well (closes
        !           848:          issue #903)
        !           849: 
        !           850:        * tests/: 289.html, results/289.processed: GET/SET_default now
        !           851:          works in classes, not only objects, test case added, related to
        !           852:          issue #903
        !           853: 
        !           854:        * tests/: 288.html, results/288.processed: test for endless
        !           855:          recursion bug added (related to issue #903)
        !           856: 
        !           857: 2013-10-05  moko
        !           858: 
        !           859:        * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
        !           860:          classes/table.C, main/execute.C, types/pa_method.h,
        !           861:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
        !           862:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
        !           863:          types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
        !           864:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
        !           865:          types/pa_vmemcached.h, types/pa_vmethod_frame.h,
        !           866:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
        !           867:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
        !           868:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
        !           869:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
        !           870:          optimization: put_element no longer has "bool areplace" argument,
        !           871:          related to issue #903
        !           872: 
        !           873: 2013-10-03  moko
        !           874: 
        !           875:        * tests/results/182.processed: result for $.replace(false) test
        !           876:          commited
        !           877: 
        !           878:        * src/classes/date.C: ^date::create(number) processed correctly
        !           879:          (fixes issue #901)
        !           880: 
        !           881:        * src/classes/image.C: as_no_junction removed, as param can be
        !           882:          expression (closes issue #931)
        !           883: 
        !           884:        * tests/233.html: test for issue #931 added
        !           885: 
        !           886: 2013-10-02  moko
        !           887: 
        !           888:        * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
        !           889:          modified, test for $.replace(false) added
        !           890: 
        !           891:        * src/main/compile_tools.h: forgotten class replace returned. :)
        !           892: 
        !           893: 2013-09-30  moko
        !           894: 
        !           895:        * tests/: 141.html, results/141.processed: md5 tainting test added
        !           896: 
        !           897:        * src/: classes/op.C, include/pa_request.h, main/compile.y,
        !           898:          main/compile_tools.h, main/pa_request.C: allow_class_replace
        !           899:          implemented; $.replace option added to ^process and ^use
        !           900: 
        !           901: 2013-08-27  moko
        !           902: 
        !           903:        * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
        !           904:          cstr_to_string_body_untaint should be called with charsets for
        !           905:          possible uri language and connection for possible sql language.
        !           906:          related to issue #857
        !           907: 
        !           908:        * buildall: and -> or fixed
        !           909: 
        !           910: 2013-08-26  moko
        !           911: 
        !           912:        * buildall: prepare_ functions logic changed to support
        !           913:          gc-7.2d.tar.gz extracting to gc-7.2 directory
        !           914: 
        !           915: 2013-08-23  moko
        !           916: 
        !           917:        * src/include/pa_config_fixed.h: gc and xml libs are now linked
        !           918:          statically
        !           919: 
        !           920: 2013-08-22  moko
        !           921: 
        !           922:        * src/classes/string.C: String::Empty used (related to issue #912)
        !           923:          append_know_length removed (related to old GPF bug)
        !           924: 
        !           925: 2013-08-21  moko
        !           926: 
        !           927:        * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
        !           928: 
        !           929:        * src/classes/math.C: ^math:digest[...;$file] support added
        !           930:          (related to ticket #857
        !           931: 
        !           932:        * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
        !           933:          implemented
        !           934: 
        !           935:        * src/types/pa_vhashfile.h: warning war
        !           936: 
        !           937:        * src/: classes/json.C, classes/op.C, include/pa_hash.h,
        !           938:          include/pa_request.h, main/pa_request.C, types/pa_value.h:
        !           939:          anti_endless_json_string_recoursion removed from request;
        !           940:          json_string_recoursion added to json_options; $.indent[indent
        !           941:          value] now supported and passed within recoursion closes feature
        !           942:          #937
        !           943: 
        !           944:        * tests/: 287.html, results/287.processed: test for feature #937
        !           945: 
        !           946: 2013-07-31  moko
        !           947: 
        !           948:        * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
        !           949:          compilation having #define _S
        !           950: 
        !           951:        * src/main/pa_globals.C: cleanup
        !           952: 
        !           953: 2013-07-30  moko
        !           954: 
        !           955:        * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
        !           956:          main/pa_common.C: vs2003 warning war
        !           957: 
        !           958:        * src/lib/json/: json.c, pa_json.C: vs2003 warning war
        !           959: 
        !           960:        * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
        !           961: 
        !           962:        * src/lib/md5/pa_sha2.c: warning war
        !           963: 
        !           964: 2013-07-29  moko
        !           965: 
        !           966:        * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
        !           967:          patches from github
        !           968: 
        !           969:        * src/: classes/bool.C, classes/double.C, classes/int.C,
        !           970:          classes/memcached.C, include/pa_config_includes.h,
        !           971:          types/pa_vfile.C, types/pa_vfile.h: warning war
        !           972: 
        !           973:        * src/lib/json/json.vcproj: C++ -> C
        !           974: 
        !           975:        * src/lib/json/: json.c, pa_json.C: C++ warning revert
        !           976: 
        !           977:        * src/lib/json/: json.c, pa_json.C: windows compatibility
        !           978: 
        !           979:        * src/lib/json/: json.c, pa_json.C: windows compatibility
        !           980: 
        !           981:        * src/lib/json/: json.c, pa_json.C: warning war
        !           982: 
        !           983:        * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
        !           984: 
        !           985:        * src/include/pa_config_fixed.h: uint16_t added
        !           986: 
        !           987:        * configure.in: uint16_t check added
        !           988: 
        !           989:        * src/: classes/json.C, lib/json/JSON_parser.C,
        !           990:          lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
        !           991:          lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
        !           992:          lib/json/pa_json.h: JSON_parser with non-free licence is replaced
        !           993:          with similar GPL licenced libjson (fixes issue #892)
        !           994: 
        !           995: 2013-07-25  moko
        !           996: 
        !           997:        * parser3.sln: dependencies added
        !           998: 
        !           999:        * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
        !          1000:          src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
        !          1001:          module support
        !          1002: 
        !          1003:        * src/targets/apache/mod_parser3_core.C: win32 cleanup
        !          1004: 
        !          1005:        * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
        !          1006: 
        !          1007: 2013-07-23  moko
        !          1008: 
        !          1009:        * src/: include/pa_memory.h, main/pa_memory.C: non-working
        !          1010:          PA_DEBUG_GC_MEMORY removed
        !          1011: 
        !          1012:        * src/: main/pa_globals.C, targets/cgi/parser3.C:
        !          1013:          PA_DEBUG_DISABLE_GC compilation fix
        !          1014: 
        !          1015:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
        !          1016:          main/pa_request.C: outdated RESOURCES_DEBUG removed
        !          1017: 
        !          1018:        * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
        !          1019:          garbage cleanup
        !          1020: 
        !          1021:        * src/main/pa_common.C: warning war
        !          1022: 
        !          1023:        * src/: include/pa_http.h, main/pa_http.C: headers cleanup
        !          1024: 
        !          1025:        * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
        !          1026:          minor cleanup
        !          1027: 
        !          1028:        * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
        !          1029:          uses cygwin, not WIN32 implementation
        !          1030: 
        !          1031:        * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
        !          1032:          able to exec shell scripts
        !          1033: 
        !          1034:        * src/classes/math.C: ifdef WIN32 cleanup
        !          1035: 
        !          1036:        * src/types/pa_vmemcached.C: LT_MODULE_EXT used
        !          1037: 
        !          1038:        * bin/auto.p.dist.in: libpq.so -> libpq.
        !          1039: 
        !          1040:        * src/classes/curl.C: LT_MODULE_EXT used
        !          1041: 
        !          1042:        * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
        !          1043: 
        !          1044: 2013-07-22  moko
        !          1045: 
        !          1046:        * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
        !          1047:          includes fix
        !          1048: 
        !          1049:        * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
        !          1050: 
        !          1051:        * configure.in, src/include/pa_config_includes.h,
        !          1052:          src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
        !          1053:          src/main/pa_exec.C: includes cleanup
        !          1054: 
        !          1055:        * src/targets/cgi/parser3.C: 2012->2013
        !          1056: 
        !          1057:        * src/include/pa_version.h: 3.4.2 -> 3.4.3b
        !          1058: 
        !          1059:        * configure.in, src/include/pa_config_includes.h,
        !          1060:          src/include/pa_http.h, src/lib/json/JSON_parser.h,
        !          1061:          src/main/pa_random.C, src/main/pa_socks.C,
        !          1062:          src/types/pa_vstatus.C: cygwin support cleanup
        !          1063: 
        !          1064:        * configure.in: dirent.h check added
        !          1065: 
        !          1066:        * src/: include/pa_config_includes.h, include/pa_dir.h,
        !          1067:          main/pa_dir.C: includes cleanup, dirent.h check added filePath
        !          1068:          not copied
        !          1069: 
        !          1070: 2013-07-21  moko
        !          1071: 
        !          1072:        * src/lib/cord/cord.vcproj: unused cordprnt.c removed
        !          1073: 
        !          1074:        * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
        !          1075:          parser3.vcproj: unused getopt.h / getopt.c removed
        !          1076: 
        !          1077:        * operators.txt, src/classes/file.C, tests/022.html,
        !          1078:          tests/results/022.processed: ^file:list[path][$.filter[regexp]
        !          1079:          $.stat(true)] usage commented
        !          1080: 
        !          1081:        * configure.in, src/classes/file.C, src/include/pa_dir.h,
        !          1082:          src/main/pa_dir.C: ^file:list[] now has dir column and when
        !          1083:          $.stat(true) it has size/*date columns modified patch from misha@
        !          1084:          that closes issue #914.
        !          1085: 
        !          1086:        * src/: include/pa_config_includes.h, main/pa_globals.C:
        !          1087:          PA_RELEASE_ASSERTS removed
        !          1088: 
        !          1089:        * src/lib/md5/pa_md5c.c: minor cleanup
        !          1090: 
        !          1091:        * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
        !          1092:          localeconv()->decimal_point usage remoed (related to issue #934)
        !          1093: 
        !          1094:        * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
        !          1095:          cordprnt.c removed
        !          1096: 
        !          1097:        * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
        !          1098:          pa-include/pa_errno.h, pa-include/pa_file_io.h,
        !          1099:          pa-include/pa_strings.h: includes cleanup
        !          1100: 
        !          1101:        * src/lib/md5/pa_md5c.c: headers cleanup
        !          1102: 
        !          1103: 2013-07-20  moko
        !          1104: 
        !          1105:        * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
        !          1106:          cleanup
        !          1107: 
        !          1108: 2013-07-19  moko
        !          1109: 
        !          1110:        * src/classes/math.C: extern "C" added for crypt
        !          1111: 
        !          1112: 2013-07-18  moko
        !          1113: 
        !          1114:        * src/classes/math.C: fix redhat7.2 build
        !          1115: 
        !          1116: 2013-07-17  moko
        !          1117: 
        !          1118:        * configure.in, src/include/pa_config_includes.h,
        !          1119:          src/include/pa_config_fixed.h: headers actualized (inttypes.h
        !          1120:          added for uint8/32/64_t)
        !          1121: 
        !          1122:        * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
        !          1123:          pa_config_includes.h used for uint32/64_t
        !          1124: 
        !          1125: 2013-07-16  moko
        !          1126: 
        !          1127:        * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
        !          1128:          types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
        !          1129:          war
        !          1130: 
        !          1131:        * src/main/compile.tab.C: compile.y was updated
        !          1132: 
        !          1133:        * src/main/compile.y: warning war
        !          1134: 
        !          1135:        * src/: include/pa_exception.h, main/pa_exception.C,
        !          1136:          main/pa_xml_exception.C: warning war
        !          1137: 
        !          1138:        * src/: include/pa_common.h, main/pa_common.C: warning war
        !          1139: 
        !          1140:        * configure.in: beauty :)
        !          1141: 
        !          1142:        * tests/: 141.html, results/141.processed: sha256/512 added
        !          1143: 
        !          1144: 2013-07-13  moko
        !          1145: 
        !          1146:        * src/lib/md5/md5.vcproj: sha2 added
        !          1147: 
        !          1148:        * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
        !          1149:          classes/math.C: sha2 support (sha256/sha512 digest)
        !          1150: 
        !          1151: 2013-07-08  moko
        !          1152: 
        !          1153:        * src/classes/image.C: directory read or other read problem message
        !          1154:          fixed (related to issue #933)
        !          1155: 
        !          1156: 2013-07-07  moko
        !          1157: 
        !          1158:        * bin/auto.p.dist.in: windows-1251 commented to remove auto.p
        !          1159:          dependense from $charsetsdir directory existance and content (and
        !          1160:          UTF-8 is default allready)
        !          1161: 
        !          1162:        * AUTHORS: + misha + moko. :)
        !          1163: 
        !          1164: 2013-07-06  moko
        !          1165: 
        !          1166:        * src/: classes/curl.C, include/pa_globals.h,
        !          1167:          include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
        !          1168:          main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
        !          1169:          for lt_dlinit to be called once and lt_dlexit called at right
        !          1170:          place (related to issue #925)
        !          1171: 
        !          1172: 2013-07-04  moko
        !          1173: 
        !          1174:        * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
        !          1175:          VString::as_vfile now uses vfile.set_binary_string to avoid
        !          1176:          content-type to be set, as it brokes badly designed logic in
        !          1177:          response output. This hopefully finishes issue #928.
        !          1178: 
        !          1179:        * tests/results/: 256.processed, 286.processed: file now displayed
        !          1180:          as name, size, mode, content-type
        !          1181: 
        !          1182:        * src/main/pa_common.C: read error now reported cottectly (fixes
        !          1183:          issue #933
        !          1184: 
        !          1185: 2013-06-28  moko
        !          1186: 
        !          1187:        * tests/: 286.html, results/286.processed: test extended
        !          1188: 
        !          1189:        * tests/: 286.html, results/286.processed: Test for issue #928
        !          1190:          added.  it tests default content-type change.
        !          1191: 
        !          1192:        * src/types/pa_vfile.C: closes issue #928 - default content-type
        !          1193:          now updated
        !          1194: 
        !          1195: 2013-06-25  moko
        !          1196: 
        !          1197:        * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
        !          1198:          content-type for text/binary files without name added;
        !          1199:          ^file::create[$f;...] options now works properly and $f
        !          1200:          properties are default (fixes issue #928)
        !          1201: 
        !          1202: 2013-05-16  misha
        !          1203: 
        !          1204:        * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
        !          1205:          added
        !          1206: 
        !          1207:        * src/main/pa_table.C: - a tiny memory optimisation while creating
        !          1208:          table if specified limit is bigger than source rows count
        !          1209: 
        !          1210:        * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
        !          1211:          added ( new feature: #858 )
        !          1212: 
        !          1213: 2013-04-29  moko
        !          1214: 
        !          1215:        * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
        !          1216:          $.ipresolve(0|1|2) added (closes issue #891)
        !          1217: 
        !          1218:        * src/lib/curl/curl.h: CURL_IPRESOLVE added
        !          1219: 
        !          1220: 2013-04-24  moko
        !          1221: 
        !          1222:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
        !          1223:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
        !          1224:          types/pa_vmemcached.h: ^memcache.release[] added, calls
        !          1225:          memcached_quit (refs #893)
        !          1226: 
        !          1227: 2013-04-22  moko
        !          1228: 
        !          1229:        * src/: include/pa_string.h, main/pa_common.C: no more double
        !          1230:          slashes in file path (fixes bug #872)
        !          1231: 
        !          1232:        * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
        !          1233:          CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
        !          1234:          #739)
        !          1235: 
        !          1236:        * tests/results/266.processed: $.max_params added (feature #915)
        !          1237: 
        !          1238:        * src/: include/pa_common.h, main/pa_http.C: response-charset
        !          1239:          option added to file::load (closes issue #867)
        !          1240: 
        !          1241: 2013-04-20  misha
        !          1242: 
        !          1243:        * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
        !          1244:          commited
        !          1245: 
        !          1246: 2013-03-15  misha
        !          1247: 
        !          1248:        * src/classes/: hash.C, table.C: - Optimisation: do not create
        !          1249:          multiple empty strings while ::sql. uae String::Empty instead
        !          1250: 
        !          1251: 2013-03-14  misha
        !          1252: 
        !          1253:        * src/classes/reflection.C: - for user classes
        !          1254:          ^reflection:method_info[] returns $.max_params and $.extra_param
        !          1255:          with $.call_type if they available ( new feature: #915 )
        !          1256: 
        !          1257:        * src/classes/file.C: - ^file:delete[] now supports an option
        !          1258:          $.exception(false) that suppress any exception while deleting
        !          1259:          file ( new feature: #916 )
        !          1260: 
        !          1261:        * src/classes/curl.C: - parsing cookies after curl:load now should
        !          1262:          work :)
        !          1263: 
        !          1264: 2013-03-12  misha
        !          1265: 
        !          1266:        * src/types/pa_vfile.C: - if specified file_name is empty string
        !          1267:          set default name for the file
        !          1268: 
        !          1269: 2013-03-11  misha
        !          1270: 
        !          1271:        * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
        !          1272:          also available in $f.cookies
        !          1273: 
        !          1274:        * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
        !          1275:          moved to a separate method
        !          1276: 
        !          1277: 2013-03-10  moko
        !          1278: 
        !          1279:        * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
        !          1280:          added
        !          1281: 
        !          1282:        * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
        !          1283:          removed (declared by autoconf)
        !          1284: 
        !          1285:        * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
        !          1286:          uint32_t define
        !          1287: 
        !          1288: 2013-03-10  misha
        !          1289: 
        !          1290:        * src/classes/file.C: ^file:delete and ^file:move now support
        !          1291:          option $.keep-empty-dirs(true) ( new feature: #884 )
        !          1292: 
        !          1293:        * src/: include/pa_common.h, main/pa_common.C: - option for keeping
        !          1294:          empty dirs is added
        !          1295: 
        !          1296: 2013-03-10  moko
        !          1297: 
        !          1298:        * src/classes/: bool.C, double.C, int.C: default can be present,
        !          1299:          but default check removed from ^int/double/bool.int/double/bool
        !          1300:          for string.int/double/bool compatibility (related to issue #913)
        !          1301: 
        !          1302:        * src/classes/string.C: ^string.int/dobule/bool no longer
        !          1303:          internally throws exception if default is present (closes issue
        !          1304:          #913)
        !          1305: 
        !          1306: 2013-03-09  misha
        !          1307: 
        !          1308:        * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
        !          1309:          optimisations ( #845 )
        !          1310: 
        !          1311:        * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
        !          1312: 
        !          1313: 2013-03-08  moko
        !          1314: 
        !          1315:        * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
        !          1316:          creates correct table (fixes issue #910)
        !          1317: 
        !          1318:        * src/classes/op.C: r.connection() -> r.connection(false) to allow
        !          1319:          use outside of 'connect' operator (fixes issue #911)
        !          1320: 
        !          1321:        * tests/results/: 096.processed, 122.processed: test results
        !          1322:          updated as doubles now printed with 15 significant digits, not 5
        !          1323:          (fixes issue #882)
        !          1324: 
        !          1325:        * src/types/pa_vdouble.h: %.15g now used to format doubles instead
        !          1326:          of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
        !          1327: 
        !          1328: 2013-02-21  moko
        !          1329: 
        !          1330:        * src/classes/table.C: _locate_name_value does not check arguments
        !          1331:          count, so we check it in advance (fixes issue #905)
        !          1332: 
        !          1333: 2012-10-23  moko
        !          1334: 
        !          1335:        * buildall: old shell for and echo compatibility (for six)
        !          1336: 
        !          1337: 2012-10-19  moko
        !          1338: 
        !          1339:        * buildall: --strip added --disable-safe-mode listed in usage
        !          1340: 
        !          1341: 2012-10-17  misha
        !          1342: 
        !          1343:        * src/classes/op.C: - apply-taint should not throw "outside
        !          1344:          connect" exception with sql lang now
        !          1345: 
        !          1346: 2012-10-17  moko
        !          1347: 
        !          1348:        * src/main/pa_request.C: bugfix: safe mode should be inited for
        !          1349:          each request (for apache module)
        !          1350: 
        !          1351: 2012-09-26  moko
        !          1352: 
        !          1353:        * src/doc/doxygen.cfg: png -> svg
        !          1354: 
        !          1355: 2012-09-25  moko
        !          1356: 
        !          1357:        * tests/: 141.html, results/141.processed: md5 hmac added, long key
        !          1358:          test added
        !          1359: 
        !          1360:        * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
        !          1361:          double use when key is long
        !          1362: 
        !          1363: 2012-09-16  moko
        !          1364: 
        !          1365:        * src/classes/math.C: Format -> Method Encode -> Format
        !          1366: 
        !          1367:        * tests/: 141.html, results/141.processed: math:digest hmac test
        !          1368:          added
        !          1369: 
        !          1370: 2012-09-14  moko
        !          1371: 
        !          1372:        * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
        !          1373:          ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
        !          1374:          implementation added
        !          1375: 
        !          1376: 2012-09-12  moko
        !          1377: 
        !          1378:        * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
        !          1379:          targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
        !          1380:          targets.dox and string.dox slightly actualized
        !          1381: 
        !          1382: 2012-08-31  moko
        !          1383: 
        !          1384:        * ChangeLog: now generated with patched cvs2cl.pl
        !          1385: 
        !          1386: 2012-07-29  moko
        !          1387: 
        !          1388:        * tests/285.html, src/main/execute.C, tests/results/285.processed:
        !          1389:          result should be pushed after VMethodFrame destructor is called,
        !          1390:          as it deletes junctions from stack params (fixes issue #868)
        !          1391: 
        !          1392: 2012-07-23  moko
        !          1393: 
        !          1394:        * INSTALL, README: buildall script usage documented, other outdated
        !          1395:          info updated.
        !          1396: 
        !          1397:        * buildall-with-xml, buildall-without-xml: replaced by buildall
        !          1398: 
        !          1399: 2012-07-21  moko
        !          1400: 
        !          1401:        * buildall: glib does not compile when threads are disabled...
        !          1402: 
        !          1403:        * src/types/pa_vmail.C: g_assertion fixes for empty input
        !          1404: 
        !          1405:        * src/types/pa_vmail.C: yet another fix (strange GPF on object
        !          1406:          unref, can't unref nested objects)
        !          1407: 
        !          1408:        * src/types/pa_vmail.C: another check added
        !          1409: 
        !          1410: 2012-07-19  moko
        !          1411: 
        !          1412:        * buildall: usage added
        !          1413: 
        !          1414:        * buildall: new buildall script that unites buildall-with-xml,
        !          1415:          buildall-without-xml, --with-apache and --with-mailreceive
        !          1416: 
        !          1417:        * configure.in: support for static gmime and dynamic glib linking.
        !          1418:          fixes for FreeBSD
        !          1419: 
        !          1420: 2012-07-17  moko
        !          1421: 
        !          1422:        * configure.in: --with-mailreceive replaced
        !          1423:          --with-static-mailreceive and --with-shared-mailreceive pathlink
        !          1424:          removed
        !          1425: 
        !          1426: 2012-07-16  moko
        !          1427: 
        !          1428:        * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
        !          1429:          capitalized, content now decoded and text content converted to
        !          1430:          $request:charset.  all properties are accessed by functions, this
        !          1431:          ready for dynamic load.
        !          1432: 
        !          1433: 2012-06-28  moko
        !          1434: 
        !          1435:        * src/targets/apache/Makefile.am: fix for apache cflags for Linux
        !          1436:          32 bit
        !          1437: 
        !          1438: 2012-06-27  moko
        !          1439: 
        !          1440:        * buildall-with-xml, buildall-without-xml: fetch requires -p for
        !          1441:          passive ftp
        !          1442: 
        !          1443:        * src/lib/ltdl/ltdl.vcproj: release build fixed
        !          1444: 
        !          1445:        * configure.in: 3.4.2 RC -> 3.4.2
        !          1446: 
        !          1447: 2012-06-22  moko
        !          1448: 
        !          1449:        * src/types/pa_vfile.C: returned empty mode to stated files (issue
        !          1450:          #815)
        !          1451: 
        !          1452:        * tests/: 284.html, results/284.processed: output options test
        !          1453:          (feature #265)
        !          1454: 
        !          1455: 2012-06-22  misha
        !          1456: 
        !          1457:        * tests/215.html: - little changes
        !          1458: 
        !          1459: 2012-06-21  moko
        !          1460: 
        !          1461:        * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
        !          1462:          types/pa_vxdoc.h: output_options returned and used (bugfix for
        !          1463:          feature #265)
        !          1464: 
        !          1465:        * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
        !          1466:          breaks long .*, default 10M restored. (issue #216)
        !          1467: 
        !          1468:        * tests/: 283.html, results/283.processed: test for issue #815
        !          1469:          added
        !          1470: 
        !          1471:        * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
        !          1472:          again, cstrm not required.
        !          1473: 
        !          1474:        * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
        !          1475:          Win32 and broken FreeBSD (issue #45)
        !          1476: 
        !          1477:        * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
        !          1478: 
        !          1479:        * src/main/pa_string.C: warnings war
        !          1480: 
        !          1481:        * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
        !          1482:          lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
        !          1483:          main/pa_socks.C, targets/apache/pa_threads.C,
        !          1484:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
        !          1485:          types/pa_vstatus.C: compilation under cygwin fixed
        !          1486: 
        !          1487: 2012-06-19  moko
        !          1488: 
        !          1489:        * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
        !          1490:          Windows fixed
        !          1491: 
        !          1492:        * parser3.sln: removed antique pcre_ctype
        !          1493: 
        !          1494:        * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
        !          1495: 
        !          1496:        * src/include/pa_config_fixed.h: undefined reference to
        !          1497:          __imp__pcre_* fix for Windows
        !          1498: 
        !          1499:        * src/: include/pa_charset.h, lib/pcre/Makefile.am,
        !          1500:          lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
        !          1501:          pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
        !          1502:          (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
        !          1503:          define fixed
        !          1504: 
        !          1505: 2012-06-18  moko
        !          1506: 
        !          1507:        * src/classes/memcached.C: flush -> clear
        !          1508: 
        !          1509:        * src/classes/memcached.C: memcached does not support quotes even
        !          1510:          in server name
        !          1511: 
        !          1512:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
        !          1513:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
        !          1514:          called on open to check servers existance.  $.key(true) syntax
        !          1515:          now supported
        !          1516: 
        !          1517: 2012-06-17  moko
        !          1518: 
        !          1519:        * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
        !          1520:          cleanup
        !          1521: 
        !          1522:        * src/classes/table.C, tests/282.cfg, tests/282.html,
        !          1523:          tests/results/282.processed: encloser at the EOF bug fixed,
        !          1524:          incorrectly enclosed data now processed more logicaly (fixes
        !          1525:          #339)
        !          1526: 
        !          1527: 2012-06-15  moko
        !          1528: 
        !          1529:        * buildall-without-xml: sync with buildall-with-xml
        !          1530: 
        !          1531:        * buildall-with-xml: download auto-detected between fetch and curl
        !          1532: 
        !          1533:        * configure.in: --with-gc and --with-pcre now also processed
        !          1534:          correctly
        !          1535: 
        !          1536:        * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
        !          1537:          aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
        !          1538:          should be run on rol1 using automake / aclocal (GNU automake)
        !          1539:          1.11.1 autoconf (GNU Autoconf) 2.68
        !          1540: 
        !          1541:        * configure.in: new PARSER_VERSION logic
        !          1542: 
        !          1543:        * src/include/pa_version.h: new pa_version.h logic
        !          1544: 
        !          1545:        * src/: classes/curl.C, classes/file.C, classes/image.C,
        !          1546:          classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
        !          1547:          types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
        !          1548:          feols_normalized -> fis_text_content set_binary added
        !          1549: 
        !          1550:        * src/targets/cgi/parser3.C: gcc compilation warnings fixed
        !          1551: 
        !          1552: 2012-06-15  misha
        !          1553: 
        !          1554:        * src/: classes/curl.C, classes/file.C, classes/image.C,
        !          1555:          classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
        !          1556:          types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
        !          1557:          ^file::create[text;content] EOLs in content now is normalized. (
        !          1558:          new feature: #815 )
        !          1559: 
        !          1560: 2012-06-15  moko
        !          1561: 
        !          1562:        * configure.in: --disable-version-update added to disable version
        !          1563:          update with host information (for debian package) whitespace
        !          1564:          optimized
        !          1565: 
        !          1566:        * configure.in: version changed to 3.4.2 RC no-pic added for
        !          1567:          libtool
        !          1568: 
        !          1569:        * src/include/pa_version.h: Nice pa_version.h default. Please keep
        !          1570:          it.
        !          1571: 
        !          1572: 2012-06-14  moko
        !          1573: 
        !          1574:        * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
        !          1575:          tests/results/281.processed: "hash flocked" error removed for
        !          1576:          safe operations like ^h._count[] ( new feature: #335 )
        !          1577: 
        !          1578:        * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
        !          1579: 
        !          1580:        * buildall-with-xml, buildall-without-xml: --with-static -> --with
        !          1581: 
        !          1582:        * configure.in: --with-static/shared xml replaced with --with-xml,
        !          1583:          xml compilation check added
        !          1584: 
        !          1585:        * configure.in: --with-static/shared-gc, --with-static-pcre are
        !          1586:          replaced with --with-gc and --with-pcre test for pcre linking
        !          1587:          added
        !          1588: 
        !          1589: 2012-06-13  moko
        !          1590: 
        !          1591:        * configure.in: apxs2 check optimized
        !          1592: 
        !          1593:        * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
        !          1594:          .la, includes optimized
        !          1595: 
        !          1596:        * buildall-with-xml: --with-pic looks better for -fPIC
        !          1597: 
        !          1598:        * configure.in: switched to convenience library in static linking
        !          1599: 
        !          1600:        * src/targets/apache/Makefile.am: switched to convenience library
        !          1601:          usage to avoid libtool warnings
        !          1602: 
        !          1603:        * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
        !          1604:          md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
        !          1605:          smtp/Makefile.am: switched to convenience library usage
        !          1606: 
        !          1607:        * src/sql/Makefile.am: pa_sql_driver.h should be in includes
        !          1608: 
        !          1609:        * src/targets/apache/Makefile.am: updated for libtool usage
        !          1610: 
        !          1611:        * bin/auto.p.dist.in: .cfg removed from charset names.
        !          1612: 
        !          1613:        * buildall-without-xml: --with-included-ltdl added
        !          1614: 
        !          1615:        * buildall-without-xml: sync with buildall-with-xml
        !          1616: 
        !          1617:        * buildall-with-xml: --with-included-ltdl added $cflags added for
        !          1618:          -fPIC for x64 $download added for wget success check added
        !          1619: 
        !          1620:        * buildall-without-xml: --with-dynamic-stdcpp removed
        !          1621: 
        !          1622:        * configure.in: disable-static returned
        !          1623: 
        !          1624:        * src/targets/cgi/Makefile.am: Automake 1.9 does not support
        !          1625:          LIBTOOLFLAGS
        !          1626: 
        !          1627: 2012-06-12  moko
        !          1628: 
        !          1629:        * configure.in, src/targets/cgi/Makefile.am: disable-static not
        !          1630:          compatible with LIBTOOLFLAGS for unknown reasons
        !          1631: 
        !          1632:        * buildall-with-xml: --with-dynamic-stdcpp removed
        !          1633: 
        !          1634:        * configure.in: static/dynamic -lstdc++ linking option removed
        !          1635:          apxs2 check added
        !          1636: 
        !          1637:        * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
        !          1638:          option removed
        !          1639: 
        !          1640: 2012-06-10  moko
        !          1641: 
        !          1642:        * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
        !          1643:          added
        !          1644: 
        !          1645:        * src/targets/cgi/pp3.cmd: old PAF stuff
        !          1646: 
        !          1647:        * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
        !          1648:          beauty
        !          1649: 
        !          1650:        * depcomp: from libtool 2.4.2
        !          1651: 
        !          1652:        * configure.in: ltdl directory removed, it has correct Makefile.in
        !          1653: 
        !          1654: 2012-06-09  moko
        !          1655: 
        !          1656:        * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
        !          1657:          install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
        !          1658:          autogenerated files updated after libtool update
        !          1659: 
        !          1660:        * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
        !          1661:          aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
        !          1662:          config_auto.h.in, config_fixed.h, configure, configure.ac,
        !          1663:          configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
        !          1664:          lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
        !          1665:          config/compile, config/config.guess, config/config.sub,
        !          1666:          config/depcomp, config/install-sh, config/ltmain.sh,
        !          1667:          config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
        !          1668:          libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
        !          1669:          libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
        !          1670:          libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
        !          1671:          loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
        !          1672:          loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
        !          1673:          m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
        !          1674:          m4/lt~obsolete.m4: libtool updated to version 2.4.2
        !          1675: 
        !          1676:        * configure.in: preparation for new libtool
        !          1677: 
        !          1678:        * configure.in: Some beauty added :)
        !          1679: 
        !          1680:        * src/targets/apache/Makefile.am: := -> =
        !          1681: 
        !          1682:        * src/lib/pcre/: Makefile.am, config.h: config.h removed once
        !          1683:          again. :)
        !          1684: 
        !          1685:        * src/include/pa_config_includes.h, configure.in: limits.h added,
        !          1686:          previously was taken from pcre_internal.h. :)
        !          1687: 
        !          1688:        * src/lib/pcre/Makefile.am: config.h returned
        !          1689: 
        !          1690:        * src/lib/pcre/config.h: still need this. :)
        !          1691: 
        !          1692:        * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
        !          1693: 
        !          1694:        * configure.in: --with-charsets removed; --with-mysql-client & co
        !          1695:          removed
        !          1696: 
        !          1697:        * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
        !          1698:          now in parser tree, no need to copy
        !          1699: 
        !          1700:        * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
        !          1701:          ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
        !          1702:          pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
        !          1703:          debian/patches/101_pcre.patch - local copy of pcre_internal.h
        !          1704:          extracts now used old trash removed
        !          1705: 
        !          1706:        * bin/auto.p.dist.in: all charsets are listed, utf-8 by default,
        !          1707:          rare charsets/drivers are commented, sql driver quessing removed
        !          1708:          (debian/patches/103_auto_p.patch)
        !          1709: 
        !          1710:        * etc/parser3.charsets/Makefile.am: charsets now in share
        !          1711:          (debian/patches/104_automake.patch) + all charsets are copied
        !          1712: 
        !          1713:        * buildall-with-xml, buildall-without-xml: curl option removed +
        !          1714:          extra arguments now supported
        !          1715: 
        !          1716: 2012-06-08  misha
        !          1717: 
        !          1718:        * src/classes/table.C: - one params.as_hash usage was rolled back:
        !          1719:          the 2nd option in ^table.hash[] could be hash or table so
        !          1720:          .as_hash will throw an exception when table option is specified
        !          1721: 
        !          1722:        * src/: classes/curl.C, classes/file.C, classes/hash.C,
        !          1723:          classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
        !          1724:          classes/table.C, classes/void.C, classes/xdoc.C,
        !          1725:          include/pa_exception.h, types/pa_vmethod_frame.C,
        !          1726:          types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
        !          1727:          and improved (whitespaces are allowed as empty options) -
        !          1728:          MethodParams::as_table is added - above methods are used for
        !          1729:          parsing methods' options ( new feature: #9 )
        !          1730: 
        !          1731:        * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
        !          1732:          to vclass. now class fields can be accessible as a hash:
        !          1733:          $h[^hash::create[$asd:CLASS]]
        !          1734: 
        !          1735:        * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
        !          1736:          have get_fields method so their fields can be accessed with
        !          1737:          ^reflection:fields[...] & ^reflection:field[...]
        !          1738: 
        !          1739: 2012-06-06  misha
        !          1740: 
        !          1741:        * tests/280.html: - tests for
        !          1742:          ^reflection:method[obj-or-class;method],
        !          1743:          ^reflection:field[obj-or-class;field] and
        !          1744:          ^reflection:fields[obj-or-class] are added
        !          1745: 
        !          1746: 2012-06-05  misha
        !          1747: 
        !          1748:        * src/classes/reflection.C: - ^reflection:method[class or
        !          1749:          object;method name] and ^reflection:field[class or object;field
        !          1750:          name] are added
        !          1751: 
        !          1752:        * src/types/pa_vstateless_class.C: - Method::get_vjunction method
        !          1753:          is used
        !          1754: 
        !          1755:        * src/types/pa_method.h: - Method::as_vjunction method is added
        !          1756: 
        !          1757: 2012-06-05  moko
        !          1758: 
        !          1759:        * src/targets/Makefile.am: cgi now build with apache module
        !          1760: 
        !          1761:        * src/classes/memcached.C: flish ttl fixed
        !          1762: 
        !          1763: 2012-06-04  moko
        !          1764: 
        !          1765:        * src/classes/json.C, src/classes/op.C, tests/279.html,
        !          1766:          tests/results/279.processed: ^json:parse[] now supports $.taint
        !          1767:          option (new feature #833)
        !          1768: 
        !          1769: 2012-06-04  misha
        !          1770: 
        !          1771:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
        !          1772:          - search_stop method was moved from pa_vcookie.C to pa_common.C
        !          1773: 
        !          1774: 2012-06-03  misha
        !          1775: 
        !          1776:        * src/main/pa_http.C: - ^file:load[...;http://...] - all received
        !          1777:          cookies are parced and stored into $.cookies ( new feature: #31 )
        !          1778: 
        !          1779: 2012-05-30  misha
        !          1780: 
        !          1781:        * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
        !          1782:          incomplete class into a scope while @USE is found
        !          1783: 
        !          1784:        * src/main/compile.y: - add incomplete class into a scope while
        !          1785:          @USE and @CLASS instructions are found ( bugfix: #838 )
        !          1786: 
        !          1787: 2012-05-30  moko
        !          1788: 
        !          1789:        * src/types/pa_vclass.C, tests/278.html,
        !          1790:          tests/results/278.processed: removed "property has no getter
        !          1791:          method" exception when GET_DEFAULT present (fixes #269)
        !          1792: 
        !          1793:        * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
        !          1794:          $._default
        !          1795: 
        !          1796: 2012-05-29  moko
        !          1797: 
        !          1798:        * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
        !          1799:          uninitialized values usage (new feature: #154)
        !          1800: 
        !          1801: 2012-05-28  moko
        !          1802: 
        !          1803:        * tests/277.html, src/classes/json.C, src/classes/reflection.C,
        !          1804:          src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
        !          1805:          src/types/pa_vdate.h, src/types/pa_vdouble.h,
        !          1806:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
        !          1807:          src/types/pa_vobject.C, src/types/pa_vobject.h,
        !          1808:          src/types/pa_vstring.h, src/types/pa_vtable.C,
        !          1809:          tests/results/277.processed, src/types/pa_vtable.h,
        !          1810:          src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
        !          1811:          ^json:string[$o; $.default[$method]] implemented for VObject (new
        !          1812:          feature #803)
        !          1813: 
        !          1814:        * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
        !          1815:          tests/results/277.processed: json numbers are now treated as
        !          1816:          double ( new feature: #834 )
        !          1817: 
        !          1818:        * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
        !          1819:          main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
        !          1820:          added for out of range checks, zero division in vint/vdouble
        !          1821:          check added ( fixes #832 )
        !          1822: 
        !          1823:        * tests/: 275.html, results/275.processed: tests for pa_atoui added
        !          1824:          ( fixes #832 )
        !          1825: 
        !          1826: 2012-05-28  misha
        !          1827: 
        !          1828:        * buildall-with-xml: - --without-lzma option is added to libxml2
        !          1829:          configure
        !          1830: 
        !          1831:        * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
        !          1832:          added - tests for unsupported values for options $.file, $.table
        !          1833:          and $.date are added
        !          1834: 
        !          1835:        * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
        !          1836:          accepts "stat" $.file[] option's value in addition to existed
        !          1837:          "text" and "base64" ( new feature: #835 )
        !          1838: 
        !          1839:        * tests/276.html: - test for
        !          1840:          ^reflection:delete[$object-or-class;field-name]
        !          1841: 
        !          1842:        * src/classes/reflection.C: -
        !          1843:          ^reflection:delete[$object-or-class;field-name] is added ( new
        !          1844:          feature: #268 )
        !          1845: 
        !          1846: 2012-05-27  misha
        !          1847: 
        !          1848:        * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
        !          1849: 
        !          1850: 2012-05-24  misha
        !          1851: 
        !          1852:        * src/include/pa_common.h: - method lastposafter was removed
        !          1853: 
        !          1854:        * src/classes/file.C: - use strrpbrk & rskipchars instead of
        !          1855:          lastposafter - ^file:dirname[] & Co proper handle windows file
        !          1856:          paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
        !          1857:          work as *nix commands
        !          1858: 
        !          1859:        * src/main/pa_request.C: - use strrpbrk instead of lastposafter
        !          1860: 
        !          1861:        * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
        !          1862:          rskipchars were added
        !          1863: 
        !          1864:        * tests/270.html: - more tests for ^file:find[]
        !          1865: 
        !          1866:        * tests/065.html: - more tests for ^file:dirname[] & Co
        !          1867: 
        !          1868:        * src/include/pa_version.h: - must be "win32" here. it is
        !          1869:          auto-generated on *nix
        !          1870: 
        !          1871: 2012-05-24  moko
        !          1872: 
        !          1873:        * src/classes/math.C: ^math:convert[] now supports uint32 and
        !          1874:          throws overflow exception ( new feature: #830 )
        !          1875: 
        !          1876:        * tests/: 275.html, results/275.processed: test for ^math:convert[]
        !          1877:          uint32 support and overflow added ( new feature: #830 )
        !          1878: 
        !          1879: 2012-05-23  moko
        !          1880: 
        !          1881:        * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
        !          1882:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
        !          1883:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
        !          1884:          types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
        !          1885:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
        !          1886:          types/pa_vregex.h, types/pa_vstateless_class.C,
        !          1887:          types/pa_vstateless_class.h, types/pa_vstring.h,
        !          1888:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
        !          1889:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
        !          1890:          "return string as-is" removed from as_expr_result. ( new feature:
        !          1891:          #831 )
        !          1892: 
        !          1893:        * tests/results/244.processed: test changed after bug #782 fix
        !          1894:          commited
        !          1895: 
        !          1896:        * tests/results/229.processed: test results for bug #782 commited
        !          1897: 
        !          1898:        * tests/: 254.html, results/254.processed: uid now just compared,
        !          1899:          not printed. :)
        !          1900: 
        !          1901: 2012-05-20  moko
        !          1902: 
        !          1903:        * src/classes/reflection.C: ^reflection:uid[$object] added ( new
        !          1904:          feature: #341 )
        !          1905: 
        !          1906:        * tests/: 254.html, results/254.processed: test for
        !          1907:          ^reflection:uid[] added
        !          1908: 
        !          1909:        * tests/: 254.html, results/254.processed: test for
        !          1910:          ^reflection:uid[$obj] added
        !          1911: 
        !          1912: 2012-05-17  misha
        !          1913: 
        !          1914:        * src/main/untaint.C: - do not replace ' char by _26 while
        !          1915:          exploding filespec-tainting ( new feature: #829 )
        !          1916: 
        !          1917: 2012-05-12  moko
        !          1918: 
        !          1919:        * src/types/pa_vvoid.h: is_string now also checked, but get_* -
        !          1920:          not.
        !          1921: 
        !          1922: 2012-05-08  moko
        !          1923: 
        !          1924:        * src/types/pa_vmethod_frame.h: bug #782 fixed
        !          1925: 
        !          1926:        * tests/229.html: test for bug #782
        !          1927: 
        !          1928:        * tests/results/259.processed, src/main/pa_request.C,
        !          1929:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
        !          1930:          src/types/pa_vstring.h, src/types/pa_vvoid.C,
        !          1931:          src/types/pa_vvoid.h: feature #154 - first empty param now
        !          1932:          string; defined locals are empty strings; $STRICT-VARS(true)
        !          1933:          added
        !          1934: 
        !          1935: 2012-04-27  moko
        !          1936: 
        !          1937:        * src/targets/apache/Makefile.am:
        !          1938:          ../../lib/memcached/libmemcached.a added
        !          1939: 
        !          1940: 2012-04-27  misha
        !          1941: 
        !          1942:        * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
        !          1943:          ( #827 )
        !          1944: 
        !          1945: 2012-04-25  moko
        !          1946: 
        !          1947:        * src/: classes/json.C, classes/memcached.C,
        !          1948:          lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
        !          1949:          types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
        !          1950:          implemented.
        !          1951: 
        !          1952:        * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
        !          1953: 
        !          1954: 2012-04-23  moko
        !          1955: 
        !          1956:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
        !          1957:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
        !          1958:          types/pa_vmemcached.h: open allows options hash for new
        !          1959:          memcached(options) function
        !          1960: 
        !          1961:        * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
        !          1962:          not appended
        !          1963: 
        !          1964: 2012-04-21  moko
        !          1965: 
        !          1966:        * src/classes/curl.C: '' added. :)
        !          1967: 
        !          1968:        * src/classes/classes.vcproj: new curl.h location
        !          1969: 
        !          1970:        * src/classes/curl.C: verbose output redirection from stderr to
        !          1971:          file curl option added
        !          1972: 
        !          1973: 2012-04-20  moko
        !          1974: 
        !          1975:        * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
        !          1976:          contains what we need from curl, #ifdef HAVE_CURL removed
        !          1977: 
        !          1978:        * configure, configure.in, src/classes/Makefile.am,
        !          1979:          src/include/pa_config_auto.h.in, src/include/pa_version.h,
        !          1980:          src/lib/Makefile.am, src/lib/curl/Makefile.am,
        !          1981:          src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
        !          1982:          configure option
        !          1983: 
        !          1984: 2012-04-19  moko
        !          1985: 
        !          1986:        * src/: classes/double.C, classes/inet.C, classes/int.C,
        !          1987:          classes/string.C, lib/gc/include/gc_allocator.h,
        !          1988:          types/pa_vform.C: PVS-Studio detected errors fixes, unused
        !          1989:          options from sql_result_string removed. (closes issue #468)
        !          1990: 
        !          1991:        * src/types/pa_vmemcached.C: empty string fix
        !          1992: 
        !          1993:        * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
        !          1994:          pa_vstring.C, pa_vstring.h: serialization helpers moved to
        !          1995:          pa_vmemcached.C
        !          1996: 
        !          1997: 2012-04-18  moko
        !          1998: 
        !          1999:        * src/targets/apache/mod_parser3.c: "Parser3 module requires
        !          2000:          apache2-mpm-prefork" error displayed in threaded mpm.
        !          2001: 
        !          2002:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
        !          2003:          pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
        !          2004:          installed (issue #354)
        !          2005: 
        !          2006: 2012-04-16  moko
        !          2007: 
        !          2008:        * src/types/pa_vmemcached.C: call to memcached_result_create and
        !          2009:          memcached_result_free removed
        !          2010: 
        !          2011: 2012-04-14  moko
        !          2012: 
        !          2013:        * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
        !          2014: 
        !          2015:        * src/types/pa_vmemcached.C: check_key added and used
        !          2016: 
        !          2017: 2012-04-13  moko
        !          2018: 
        !          2019:        * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
        !          2020:          types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
        !          2021:          Serialization_data now added and used, VString now serialized
        !          2022:          with languages into memcached.
        !          2023: 
        !          2024: 2012-03-28  moko
        !          2025: 
        !          2026:        * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
        !          2027:          lib/memcached/pa_memcached.h: result lengths added
        !          2028: 
        !          2029: 2012-03-27  moko
        !          2030: 
        !          2031:        * src/types/pa_vmemcached.C: strdup added
        !          2032: 
        !          2033: 2012-03-24  moko
        !          2034: 
        !          2035:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
        !          2036:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
        !          2037:          types/pa_vmemcached.h: memcached: mget, flush, fttl added
        !          2038: 
        !          2039: 2012-03-20  moko
        !          2040: 
        !          2041:        * configure, configure.in: Makefiles.in updated for memcached
        !          2042: 
        !          2043:        * src/targets/cgi/Makefile.am: cleanup
        !          2044: 
        !          2045:        * src/: types/Makefile.am, types/pa_vmemcached.C,
        !          2046:          types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
        !          2047: 
        !          2048:        * src/: classes/Makefile.am, classes/memcached.C,
        !          2049:          lib/memcached/Makefile.am, lib/memcached/constants.h,
        !          2050:          lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
        !          2051:          lib/memcached/types.h, lib/Makefile.am: memcached initial
        !          2052: 
        !          2053: 2012-03-16  moko
        !          2054: 
        !          2055:        * src/main/execute.C: ident now works under Linux + ident displays
        !          2056:          filenames (closes issue #818)
        !          2057: 
        !          2058:        * src/types/: Makefile.am, pa_vmethod_frame_global.h,
        !          2059:          pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
        !          2060:          pa_vmethod_frame_local.h removed
        !          2061: 
        !          2062:        * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
        !          2063:          classes/classes.h, classes/curl.C, classes/date.C,
        !          2064:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
        !          2065:          classes/hashfile.C, classes/image.C, classes/inet.C,
        !          2066:          classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
        !          2067:          classes/memory.C, classes/op.C, classes/reflection.C,
        !          2068:          classes/regex.C, classes/response.C, classes/string.C,
        !          2069:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
        !          2070:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
        !          2071:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
        !          2072:          include/pa_config_fixed.h, include/pa_config_includes.h,
        !          2073:          include/pa_dictionary.h, include/pa_dir.h,
        !          2074:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
        !          2075:          include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
        !          2076:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
        !          2077:          include/pa_pool.h, include/pa_random.h, include/pa_request.h,
        !          2078:          include/pa_request_charsets.h, include/pa_request_info.h,
        !          2079:          include/pa_sapi.h, include/pa_socks.h,
        !          2080:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
        !          2081:          include/pa_stack.h, include/pa_string.h,
        !          2082:          include/pa_stylesheet_connection.h,
        !          2083:          include/pa_stylesheet_manager.h, include/pa_table.h,
        !          2084:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
        !          2085:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
        !          2086:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
        !          2087:          lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
        !          2088:          lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
        !          2089:          lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
        !          2090:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
        !          2091:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
        !          2092:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
        !          2093:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
        !          2094:          main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
        !          2095:          main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
        !          2096:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
        !          2097:          main/pa_string.C, main/pa_stylesheet_connection.C,
        !          2098:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
        !          2099:          main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
        !          2100:          main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
        !          2101:          targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
        !          2102:          targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
        !          2103:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
        !          2104:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
        !          2105:          types/pa_junction.h, types/pa_method.h, types/pa_property.h,
        !          2106:          types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
        !          2107:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
        !          2108:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
        !          2109:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
        !          2110:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
        !          2111:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
        !          2112:          types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
        !          2113:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
        !          2114:          types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
        !          2115:          types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
        !          2116:          types/pa_vmemory.h, types/pa_vmethod_frame.C,
        !          2117:          types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
        !          2118:          types/pa_vmethod_frame_local.h, types/pa_vobject.C,
        !          2119:          types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
        !          2120:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
        !          2121:          types/pa_vresponse.h, types/pa_vstateless_class.C,
        !          2122:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
        !          2123:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
        !          2124:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
        !          2125:          types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
        !          2126:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
        !          2127:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
        !          2128:          ident now works under Linux + ident displays filenames (closes
        !          2129:          issue #818) Copyright updated
        !          2130: 
        !          2131: 2012-03-13  moko
        !          2132: 
        !          2133:        * src/main/pa_string.C: compilation fix for feature #741
        !          2134: 
        !          2135: 2012-03-09  misha
        !          2136: 
        !          2137:        * tests/193.html: - tests for ^string:base64[encoded] are updated
        !          2138: 
        !          2139:        * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
        !          2140:          now detects invalid base64 chars in the middle of encoded stricg
        !          2141:          ( new feature: #55 )
        !          2142: 
        !          2143:        * src/include/pa_exception.h: - new exception type for base64
        !          2144:          decoding is added
        !          2145: 
        !          2146: 2012-03-06  misha
        !          2147: 
        !          2148:        * tests/274.html: - tests for ^date::today[] and
        !          2149:          ^date.sql-string[datetime|date|time] are added
        !          2150: 
        !          2151:        * src/classes/date.C: - constructor ^date::today[] is added ( new
        !          2152:          feature: #811 ) - ^date.sql-string[] now can accept one param --
        !          2153:          strings "datetime", "date" or "time" - comments tidying up
        !          2154: 
        !          2155:        * src/types/pa_vdate.h: - get_sql_string now can print datetime,
        !          2156:          date and time
        !          2157: 
        !          2158: 2012-03-03  misha
        !          2159: 
        !          2160:        * tests/193.html: - tests for
        !          2161:          ^string:base64[encoded;$.strict(true)] are added
        !          2162: 
        !          2163:        * tests/results/auto.p: - try-catch operator is added
        !          2164: 
        !          2165:        * src/: classes/file.C, classes/string.C, include/pa_common.h,
        !          2166:          main/pa_common.C: - $.strict(true|false) option is added to
        !          2167:          base64 decode methods ( new feature: #55 )
        !          2168: 
        !          2169:        * src/main/pa_common.C: - base64 decode memory usage was decreased
        !          2170:          ( new feature: #819 )
        !          2171: 
        !          2172: 2012-02-28  moko
        !          2173: 
        !          2174:        * src/classes/hash.C: ident test
        !          2175: 
        !          2176: 2012-02-27  misha
        !          2177: 
        !          2178:        * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
        !          2179: 
        !          2180: 2012-01-08  misha
        !          2181: 
        !          2182:        * tests/273.html: - tests for ^string.replace[from;to] are added
        !          2183: 
        !          2184:        * src/: classes/string.C, include/pa_dictionary.h,
        !          2185:          main/pa_dictionary.C, main/pa_string.C: -
        !          2186:          ^string.replace[from;to] is added ( new feature: #741 ) -
        !          2187:          ^string.replace[one subst here] is slightly optimized
        !          2188: 
        !          2189: 2011-12-07  misha
        !          2190: 
        !          2191:        * src/classes/table.C: - $t[^table::create{$empty}] now creates
        !          2192:          named table with one empty column ( bugfix: #63 )
        !          2193: 
        !          2194: 2011-11-30  misha
        !          2195: 
        !          2196:        * src/classes/json.C: - it's possible to set user's method for
        !          2197:          parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
        !          2198:          #763 )
        !          2199: 
        !          2200:        * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
        !          2201: 
        !          2202: 2011-11-23  misha
        !          2203: 
        !          2204:        * src/: classes/curl.C, classes/file.C, classes/image.C,
        !          2205:          classes/table.C, classes/xdoc.C, types/pa_vfile.C,
        !          2206:          types/pa_vfile.h, types/pa_vform.C: - constructor
        !          2207:          ^file::create[mode;filename;content[;options]] now accepts binary
        !          2208:          mode and file-content - new constructor's format:
        !          2209:          ^file::create[string-or-file-content[;$.name[filename]
        !          2210:          $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
        !          2211:          feature: #65 )
        !          2212: 
        !          2213:        * src/: include/pa_request.h, main/pa_request.C: - new method
        !          2214:          mime_type_of(const String*) is added
        !          2215: 
        !          2216:        * src/include/pa_exception.h: - new exception constant
        !          2217:          FILE_NAME_MUST_BE_SPECIFIED is added
        !          2218: 
        !          2219:        * src/classes/table.C: - bug with negative offset transformed into
        !          2220:          a feature. it means pointing to a row from the end of the table (
        !          2221:          new feature: #810 )
        !          2222: 
        !          2223: 2011-11-19  misha
        !          2224: 
        !          2225:        * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
        !          2226:          â ìåòîäå _select ( new feature: #810 )
        !          2227: 
        !          2228:        * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
        !          2229:          options were specified together is simplified
        !          2230: 
        !          2231: 2011-11-12  misha
        !          2232: 
        !          2233:        * src/main/pa_request.C: - forgotten fix for escaping filename in
        !          2234:          HTTP content-disposition header (a part of bug #361 )
        !          2235: 
        !          2236:        * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
        !          2237:          checks for ancestors' classes as well ( new feature: #456 )
        !          2238: 
        !          2239:        * src/classes/op.C: - exceptions for ^break[] and ^continue[]
        !          2240:          "without cycle" now have types "parser.break" and
        !          2241:          "parser.continue" instead of "parser.runtime" ( new feature: #799
        !          2242:          )
        !          2243: 
        !          2244: 2011-11-11  misha
        !          2245: 
        !          2246:        * tests/results/: 099.processed, 100.processed, 205.processed,
        !          2247:          237.processed: - since bug #361 was fixed the content of filename
        !          2248:          in HTTP headers is quoted
        !          2249: 
        !          2250:        * tests/results/270.processed: - result for test 270
        !          2251: 
        !          2252:        * tests/: 065.html, results/065.processed: - more tests for
        !          2253:          ^file:basename[] & Co were added
        !          2254: 
        !          2255:        * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
        !          2256: 
        !          2257:        * tests/270.html: - tests for ^file:find[] are added
        !          2258: 
        !          2259:        * src/types/pa_vxdoc.C: - now it's possible to specify encoding
        !          2260:          using option $.charset. option $.engoding is still supported but
        !          2261:          these options can not be specified together
        !          2262: 
        !          2263:        * src/classes/xdoc.C: - charset.isUTF8 is used instead of
        !          2264:          comparation charset name with string "UTF-8" ( bugfix: #759 )
        !          2265: 
        !          2266: 2011-10-11  misha
        !          2267: 
        !          2268:        * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
        !          2269:          option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
        !          2270:          #622)
        !          2271: 
        !          2272: 2011-09-30  misha
        !          2273: 
        !          2274:        * src/types/pa_vrequest.C: - saving empty $request:post-body causes
        !          2275:          exception "saving stat-ed file" ( bugfix: #395 )
        !          2276: 
        !          2277: 2011-05-30  misha
        !          2278: 
        !          2279:        * src/classes/string.C: - fixed bug which was added with
        !          2280:          params.as_hash into string:sql
        !          2281: 
        !          2282: 2011-05-29  misha
        !          2283: 
        !          2284:        * src/types/pa_value.C: - filename in content-disposition header
        !          2285:          must be quoted ( bugfix: #361 )
        !          2286: 
        !          2287: 2011-05-27  misha
        !          2288: 
        !          2289:        * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
        !          2290:          created file
        !          2291: 
        !          2292:        * src/classes/: hash.C, mail.C: - little tunning with get_hash
        !          2293:          usage
        !          2294: 
        !          2295:        * src/include/pa_exception.h: - one more string for exception was
        !          2296:          added
        !          2297: 
        !          2298: 2011-05-25  misha
        !          2299: 
        !          2300:        * tests/269.html: - tests for checking input params in some dom
        !          2301:          methods
        !          2302: 
        !          2303:        * src/classes/: xdoc.C, xnode.C: - validation of some input params
        !          2304:          was added. it isn't possible not wo create xdoc with invalid
        !          2305:          tagName. ( bugfix: #160 )
        !          2306: 
        !          2307:        * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
        !          2308:          string "data must be string" was mover from pa_exception.h to
        !          2309:          pa_xml_exception.h
        !          2310: 
        !          2311:        * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
        !          2312:          as_xmlncname, as_xmlname and as_xmlnsuri were added
        !          2313: 
        !          2314:        * src/main/pa_xml_exception.C: - XmlException accepts more options
        !          2315: 
        !          2316:        * src/include/pa_xml_exception.h: - XmlException accepts more
        !          2317:          options - XML-related exception's strings were added
        !          2318: 
        !          2319:        * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
        !          2320:          output_options were removed)
        !          2321: 
        !          2322: 2011-05-19  misha
        !          2323: 
        !          2324:        * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
        !          2325:          params.as_hash is used more while parsing methods hash-options
        !          2326: 
        !          2327: 2011-05-18  misha
        !          2328: 
        !          2329:        * operators.txt: - info about json-serialization of xdoc was added
        !          2330: 
        !          2331:        * tests/256.html: - tests for json-serialization xdoc were added
        !          2332: 
        !          2333:        * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
        !          2334: 
        !          2335:        * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
        !          2336:          classes/json.C, classes/xdoc.C: - now json:string can serialize
        !          2337:          xdoc-objects. options (the same as ^xdoc.string[]) could be
        !          2338:          specified in $.xdoc[] ( new feature: #265 )
        !          2339: 
        !          2340: 2011-05-15  misha
        !          2341: 
        !          2342:        * tests/268.html: - tests for ^table.count[with options] were added
        !          2343: 
        !          2344:        * src/classes/table.C: - method ^table.count[] now can accept
        !          2345:          options ( new feature: #93 ): ^table.count[column] returns number
        !          2346:          of columns for named table; ^table.count[cells] returns number of
        !          2347:          cells in the current row; ^table.count[] & ^table.count[rows]
        !          2348:          return number of rows in a table.
        !          2349: 
        !          2350:        * tests/267.html: - test for checking switch/case in boolean mode
        !          2351:          was added
        !          2352: 
        !          2353:        * src/classes/op.C: - if switch's or case's value is bool, they are
        !          2354:          compared as bool values, not as double values: new feature: #351
        !          2355: 
        !          2356: 2011-05-06  misha
        !          2357: 
        !          2358:        * tests/242.html: - EOL before EOF was added
        !          2359: 
        !          2360:        * tests/169.html: - tests for splitting empty string and void were
        !          2361:          added
        !          2362: 
        !          2363:        * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
        !          2364:          returned table with one empty cell)
        !          2365: 
        !          2366: 2011-04-03  misha
        !          2367: 
        !          2368:        * src/include/pa_version.h, configure.in: - version in head was
        !          2369:          changed to 3.4.2b
        !          2370: 
        !          2371: 2011-03-30  misha
        !          2372: 
        !          2373:        * src/types/pa_vregex.C: - \w & Co now contain unicode properties
        !          2374:          as well ( new feature #294 )
        !          2375: 
        !          2376: 2011-03-29  misha
        !          2377: 
        !          2378:        * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
        !          2379:          limited to approx. 6 MB. previous limits were too big for real
        !          2380:          life. bugfix: #216
        !          2381: 
        !          2382: 2011-03-04  moko
        !          2383: 
        !          2384:        * etc/parser3.charsets/cp866.cfg: Conforms to
        !          2385:          http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
        !          2386: 
        !          2387:        * etc/parser3.charsets/cp866.cfg: cp866 initial version from
        !          2388:          vlalek@
        !          2389: 
        !          2390: 2011-02-22  misha
        !          2391: 
        !          2392:        * src/include/pa_charset.h, operators.txt: - some methods mustn't
        !          2393:          be under #ifdef XML or parser can't be compiled without xml
        !          2394:          support
        !          2395: 
        !          2396: 2011-02-21  misha
        !          2397: 
        !          2398:        * src/targets/apache/: Makefile.am: - mention
        !          2399:          ApacheModuleParser3.vcproj was removed
        !          2400: 
        !          2401:        * src/types/pa_vjunction.C: - EOL before EOF was added (warning
        !          2402:          removed)
        !          2403: 
        !          2404: 2011-02-20  misha
        !          2405: 
        !          2406:        * tests/: 266.html, 266.p: - tests for checking $.inherited and
        !          2407:          $.overridden in ^reflection:method_info[...] were added
        !          2408: 
        !          2409:        * src/classes/reflection.C: - beautifying result of
        !          2410:          ^reflection:method_info[] ($.overridden/inherited)
        !          2411: 
        !          2412: 2011-02-18  misha
        !          2413: 
        !          2414:        * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
        !          2415:          and pa_isalnum instead of isalpha and isalnum - bug with
        !          2416:          redundand quoting lowercased latin chars while building email
        !          2417:          body was fixed
        !          2418: 
        !          2419:        * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
        !          2420:          added (they check for latin chars only)
        !          2421: 
        !          2422: 2011-02-16  misha
        !          2423: 
        !          2424:        * src/main/pa_charset.C: - bugfix: in some cases the calculating
        !          2425:          string size for transcoding gave too small value (should ever
        !          2426:          look for availability char in dest charset inspite of the char
        !          2427:          size)
        !          2428: 
        !          2429: 2011-02-04  moko
        !          2430: 
        !          2431:        * tests/223.html: header values now not url-encoded (issue #195)
        !          2432: 
        !          2433: 2011-02-01  misha
        !          2434: 
        !          2435:        * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
        !          2436: 
        !          2437: 2011-01-31  misha
        !          2438: 
        !          2439:        * src/main/pa_request.C: - throw exception if param file_name in
        !          2440:          use_file is empty
        !          2441: 
        !          2442: 2011-01-08  moko
        !          2443: 
        !          2444:        * src/classes/curl.C: compilations errors fixed
        !          2445: 
        !          2446: 2010-12-29  moko
        !          2447: 
        !          2448:        * tests/: 265.html, results/265.processed: test for issue #200
        !          2449:          added
        !          2450: 
        !          2451:        * src/main/pa_string.C: empty regex result check added (fixes issue
        !          2452:          #200)
        !          2453: 
        !          2454:        * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
        !          2455: 
        !          2456:        * tests/results/223.processed: header values now not url-encoded
        !          2457:          (issue #195)
        !          2458: 
        !          2459:        * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
        !          2460:          main/untaint.C: L_HTTP_HEADER now used in http headers values,
        !          2461:          pa_http_safe_header_name added for headers names (fixes bug #195)
        !          2462: 
        !          2463: 2010-12-18  misha
        !          2464: 
        !          2465:        * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
        !          2466:          => pa-include
        !          2467: 
        !          2468: 2010-11-28  moko
        !          2469: 
        !          2470:        * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
        !          2471: 
        !          2472:        * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
        !          2473:          -> pa
        !          2474: 
        !          2475:        * configure.in: apr -> pa
        !          2476: 
        !          2477:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
        !          2478: 
        !          2479:        * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
        !          2480:          classes/Makefile.am, types/Makefile.am: apr -> pa
        !          2481: 
        !          2482:        * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
        !          2483:          pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
        !          2484:          sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
        !          2485:          pa-include/pa_apr.h, pa-include/pa_errno.h,
        !          2486:          pa-include/pa_file_info.h, pa-include/pa_file_io.h,
        !          2487:          pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
        !          2488:          module apr name conflict resolved)
        !          2489: 
        !          2490: 2010-11-27  misha
        !          2491: 
        !          2492:        * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
        !          2493:          libbz2
        !          2494: 
        !          2495: 2010-11-26  misha
        !          2496: 
        !          2497:        * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
        !          2498:          warnings removed
        !          2499: 
        !          2500: 2010-11-25  moko
        !          2501: 
        !          2502:        * operators.txt: $.indent(true)
        !          2503: 
        !          2504:        * operators.txt: another bugfix. :)
        !          2505: 
        !          2506:        * operators.txt: bugfix. :)
        !          2507: 
        !          2508:        * buildall-with-xml: libxml2-2.7.8 + with-apache
        !          2509: 
        !          2510: 2010-11-24  moko
        !          2511: 
        !          2512:        * configure: apxs support
        !          2513: 
        !          2514:        * configure.in: apxs support -Bstatic gc removed for OS X
        !          2515: 
        !          2516:        * src/targets/: Makefile.am, apache/Makefile.am: apxs support
        !          2517: 
        !          2518:        * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
        !          2519:          THREAD_LOCAL usage
        !          2520: 
        !          2521:        * src/: classes/curl.C, include/pa_config_includes.h,
        !          2522:          main/pa_globals.C: THREAD_LOCAL defined and used
        !          2523: 
        !          2524: 2010-11-23  moko
        !          2525: 
        !          2526:        * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
        !          2527:          should be passed to pa_sleep, and only fractional part (bugfix:
        !          2528:          #188)
        !          2529: 
        !          2530:        * src/targets/apache/mod_parser3.c: 1.3 compatibility
        !          2531: 
        !          2532:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
        !          2533:          GC_dont_gc=1, as in cgi version
        !          2534: 
        !          2535:        * src/targets/apache/mod_parser3.c: warning war
        !          2536: 
        !          2537:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
        !          2538:          pa_httpd.h: version removed, some trash removed
        !          2539: 
        !          2540:        * src/targets/apache/mod_parser3.c: version removed (we don't want
        !          2541:          to show it), warning war
        !          2542: 
        !          2543:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
        !          2544:          pa_httpd.h: parser_status_allowed removed + merge config
        !          2545:          functions removed (override is the default) + beauty
        !          2546: 
        !          2547:        * src/: include/pa_request.h, main/pa_request.C,
        !          2548:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
        !          2549:          hide $status used in apache module removed
        !          2550: 
        !          2551: 2010-11-18  moko
        !          2552: 
        !          2553:        * operators.txt: $.table[compact] added for ^json:string[]
        !          2554: 
        !          2555: 2010-11-16  moko
        !          2556: 
        !          2557:        * src/targets/apache/mod_parser3.c: some cleanup done
        !          2558: 
        !          2559:        * src/main/untaint.C: bugfix: first, second String::Body argument
        !          2560:          is hashcode; second, info.fragment_begin is original, not
        !          2561:          resulting length
        !          2562: 
        !          2563:        * src/classes/file.C: new feature: $.stdin now untainted
        !          2564: 
        !          2565:        * tests/results/264.processed: new feature: $.stdin[] now untainted
        !          2566: 
        !          2567:        * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
        !          2568: 
        !          2569:        * src/classes/op.C: ^apply-taint[] method added
        !          2570: 
        !          2571:        * tests/: 264.html, results/264.processed: ^apply-taint[] test
        !          2572:          added; $.stdin untaint test added
        !          2573: 
        !          2574: 2010-11-15  moko
        !          2575: 
        !          2576:        * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
        !          2577:          removed
        !          2578: 
        !          2579:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
        !          2580:          pa_httpd.h: 2x2 calculated under apache2. :)
        !          2581: 
        !          2582: 2010-11-13  moko
        !          2583: 
        !          2584:        * src/targets/apache/mod_parser3.c: initial changes to build module
        !          2585:          with apache 2.x includes
        !          2586: 
        !          2587:        * src/targets/apache/: Makefile.am, mod_parser3.c,
        !          2588:          mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
        !          2589:          united apache 1.3 / apache 2.x DSO module
        !          2590: 
        !          2591: 2010-11-09  moko
        !          2592: 
        !          2593:        * src/types/pa_method.h: check added to dissallow @method[name;*]
        !          2594:          syntax
        !          2595: 
        !          2596:        * tests/: 263.html, results/263.processed: test from method[*args]
        !          2597:          added
        !          2598: 
        !          2599:        * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
        !          2600:          number of params can now be passed to a method declared with *arg
        !          2601: 
        !          2602: 2010-11-06  moko
        !          2603: 
        !          2604:        * src/classes/table.C: formating fixed. :)
        !          2605: 
        !          2606:        * src/classes/table.C: closes #4: ^table.select now supports
        !          2607:          $.limit(), $.offset, $.reverse() options
        !          2608: 
        !          2609:        * tests/: 262.html, results/262.processed: test for ^table:select
        !          2610:          with options added (feature #4)
        !          2611: 
        !          2612:        * src/include/pa_array.h: remove function added
        !          2613: 
        !          2614:        * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
        !          2615:          object in get_element/put_element, using static one.
        !          2616: 
        !          2617: 2010-11-04  moko
        !          2618: 
        !          2619:        * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
        !          2620:          options is passed
        !          2621: 
        !          2622:        * tests/: 256.html, results/256.processed: $.table[compact] feature
        !          2623:          now tested; k and p in handler now tested.
        !          2624: 
        !          2625:        * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
        !          2626:          $.table[compact] feature added
        !          2627: 
        !          2628:        * src/classes/json.C: key is now passed to handler in
        !          2629:          value_json_string; ^json:string result now process tainting
        !          2630:          inside and returns clean string, related to issue #153
        !          2631: 
        !          2632:        * src/main/untaint.C: bugfix: charset can be null (in
        !          2633:          ^string:save[] as example), thus check is added
        !          2634: 
        !          2635: 2010-10-31  moko
        !          2636: 
        !          2637:        * src/classes/string.C: error message changed (fixes issue #149)
        !          2638: 
        !          2639: 2010-10-29  moko
        !          2640: 
        !          2641:        * src/main/pa_http.C: ":port" is now added to "Host:" header if
        !          2642:          port is not default (fixes issue #155); exception on invalid port
        !          2643:          added.
        !          2644: 
        !          2645:        * src/main/untaint.C: '*' is now not urlencoded to allow header
        !          2646:          "Accept: */*" to be passed
        !          2647: 
        !          2648: 2010-10-28  moko
        !          2649: 
        !          2650:        * src/classes/curl.C: bugfix: detect_charset() was throwing
        !          2651:          exception on unknown charset even if response_charset was
        !          2652:          specified
        !          2653: 
        !          2654: 2010-10-27  moko
        !          2655: 
        !          2656:        * src/classes/string.C: ^string.append removed for void
        !          2657:          compatibility
        !          2658: 
        !          2659: 2010-10-26  moko
        !          2660: 
        !          2661:        * src/classes/json.C: libjson supports array at top level, we too
        !          2662:          (GPF fixed)
        !          2663: 
        !          2664: 2010-10-25  moko
        !          2665: 
        !          2666:        * tests/: 253.html, results/253.processed: libjson supports array
        !          2667:          at top level, parser now supports it as well.
        !          2668: 
        !          2669:        * tests/261.html, tests/results/261.processed,
        !          2670:          src/types/pa_vstring.h: empty string is now void compatible
        !          2671:          (allows $empty.key)
        !          2672: 
        !          2673: 2010-10-22  misha
        !          2674: 
        !          2675:        * src/types/pa_vcookie.C: - fix for session cookie (was introduced
        !          2676:          while adding additional expires checkout)
        !          2677: 
        !          2678:        * tests/030.html: - test for session cookie was added
        !          2679: 
        !          2680: 2010-10-21  moko
        !          2681: 
        !          2682:        * src/: classes/string.C, classes/void.C, main/execute.C,
        !          2683:          types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
        !          2684:          string (feature #111)
        !          2685: 
        !          2686:        * tests/: 261.html, results/261.processed: checks void from string
        !          2687:          inheritance (feature #111)
        !          2688: 
        !          2689:        * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
        !          2690:          file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
        !          2691:          reflection.C, regex.C, string.C, table.C, void.C: used_directly()
        !          2692:          now true by default
        !          2693: 
        !          2694: 2010-10-17  moko
        !          2695: 
        !          2696:        * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
        !          2697:          upload now uses binary blocks instead of L_FILE_POST tainting.
        !          2698:          (bugfix: #128)
        !          2699: 
        !          2700:        * tests/: 223.html, results/223.processed: binary file upload test
        !          2701:          added, GPF (issue #128) also checked in this test
        !          2702: 
        !          2703: 2010-10-13  misha
        !          2704: 
        !          2705:        * tests/260.html: - test for math:convert
        !          2706: 
        !          2707:        * src/classes/math.C: - error in math:convert was fixed
        !          2708: 
        !          2709:        * operators.txt: - info about
        !          2710:          ^math:convert[number](from-base;to-base) was added
        !          2711: 
        !          2712:        * src/classes/math.C: - method
        !          2713:          ^math:convert[number](from-base;to-base) for converting number
        !          2714:          represention from one base to another was added ( new feature:
        !          2715:          #23 )
        !          2716: 
        !          2717: 2010-10-13  moko
        !          2718: 
        !          2719:        * src/main/compile.tab.C: [] now is empty string, not void
        !          2720: 
        !          2721:        * src/main/compile.y: [] now is empty string, not void
        !          2722: 
        !          2723:        * src/types/pa_vvoid.h: void now passed as parameter
        !          2724: 
        !          2725:        * tests/: 259.html, results/259.processed: to test difference
        !          2726:          between void and empty string (see ticket #111)
        !          2727: 
        !          2728:        * tests/results/152.processed: $sEmpty[] is now empty string, not
        !          2729:          void
        !          2730: 
        !          2731:        * tests/256.html: $s[$void] is no longer empty string
        !          2732: 
        !          2733:        * tests/254.html: empty string is no longer void
        !          2734: 
        !          2735: 2010-10-12  misha
        !          2736: 
        !          2737:        * src/types/pa_vcookie.C: - check if $.expires value can be
        !          2738:          converted to date during cookies set up ( bugfix: #104 )
        !          2739: 
        !          2740:        * tests/041.html: - more tests for ^table.locate were added
        !          2741: 
        !          2742:        * src/classes/table.C: - ^table.locate[field;value;options] didn't
        !          2743:          work ( bugfix: #129 ) - exception comment for incorrect options
        !          2744:          ^table.locate[field;value;options] was fixed
        !          2745: 
        !          2746: 2010-10-10  moko
        !          2747: 
        !          2748:        * src/: classes/reflection.C, main/execute.C: constructor returning
        !          2749:          another object feature returned
        !          2750: 
        !          2751:        * tests/results/258.processed: test result updated as constructor
        !          2752:          returning another object feature returned
        !          2753: 
        !          2754:        * tests/: 258.html, results/258.processed: test for constructor
        !          2755:          returning another object
        !          2756: 
        !          2757: 2010-10-08  misha
        !          2758: 
        !          2759:        * tests/257.html: - whitespaces after @METACOMMANDS and their
        !          2760:          options shouldn't cause exceptions any longer
        !          2761: 
        !          2762: 2010-10-06  moko
        !          2763: 
        !          2764:        * src/classes/: hash.C, table.C: length from sql server is now
        !          2765:          ignored, as sql string can contain 0x00 inside (bugfix: #119)
        !          2766: 
        !          2767: 2010-10-02  misha
        !          2768: 
        !          2769:        * operators.txt: - the X mark was removed from ^cache[file]. it is
        !          2770:          usable to delete cache file.
        !          2771: 
        !          2772: 2010-10-02  moko
        !          2773: 
        !          2774:        * tests/: 253.html, results/253.processed: hook_key added for key
        !          2775:          checking
        !          2776: 
        !          2777:        * src/classes/json.C: null key bug fixed
        !          2778: 
        !          2779: 2010-09-29  misha
        !          2780: 
        !          2781:        * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
        !          2782: 
        !          2783: 2010-09-25  moko
        !          2784: 
        !          2785:        * src/classes/json.C: small fixed
        !          2786: 
        !          2787:        * tests/results/: 253.processed, 255.processed: just updated
        !          2788: 
        !          2789:        * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
        !          2790:          results/255.processed: charset transcode test added for
        !          2791:          json:parse
        !          2792: 
        !          2793: 2010-09-24  moko
        !          2794: 
        !          2795:        * src/types/pa_value.h: warning war :)
        !          2796: 
        !          2797:        * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
        !          2798:          types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
        !          2799:          ^json:string
        !          2800: 
        !          2801: 2010-09-22  moko
        !          2802: 
        !          2803:        * src/main/pa_charset.C: parser charset tables declare only
        !          2804:          white-space before 0x20, thus adding the missing chars
        !          2805: 
        !          2806:        * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
        !          2807:          to http://unicode.org/Public/MAPPINGS/VENDORS/
        !          2808: 
        !          2809: 2010-09-21  misha
        !          2810: 
        !          2811:        * src/main/compile.y: - some semicolons were added (VS2010 don't
        !          2812:          want to compile grammar if they are absent)
        !          2813: 
        !          2814:        * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
        !          2815: 
        !          2816:        * src/classes/classes.vcproj: - pathes to ls and gawk are changed
        !          2817: 
        !          2818:        * src/main/main.vcproj: - path to bison is changed
        !          2819: 
        !          2820: 2010-09-21  moko
        !          2821: 
        !          2822:        * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
        !          2823:          windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
        !          2824:          to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
        !          2825: 
        !          2826: 2010-09-20  misha
        !          2827: 
        !          2828:        * src/types/pa_vtable.C: - add EOLs while json-serializing table
        !          2829: 
        !          2830:        * src/classes/json.C: - add EOL while json-serializing hash
        !          2831: 
        !          2832:        * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
        !          2833:          compilers don't like 'ES'.
        !          2834: 
        !          2835: 2010-09-17  misha
        !          2836: 
        !          2837:        * operators.txt: - info about json class was added
        !          2838: 
        !          2839:        * src/classes/json.C: - ^json:string[object]
        !          2840: 
        !          2841:        * src/: include/pa_request.h, main/pa_request.C: - stuff for
        !          2842:          preventing infinite recursion while executing json:string was
        !          2843:          added
        !          2844: 
        !          2845:        * src/include/pa_string.h: - method append_quoted was added
        !          2846: 
        !          2847:        * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
        !          2848:          pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
        !          2849:          pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
        !          2850:          was added to Value & Co
        !          2851: 
        !          2852:        * src/classes/date.C: - methods get_gmt_string and get_sql_string
        !          2853:          were used
        !          2854: 
        !          2855:        * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
        !          2856:          were added
        !          2857: 
        !          2858: 2010-09-10  moko
        !          2859: 
        !          2860:        * src/targets/cgi/parser3.C: vsnprintf now not called twice in
        !          2861:          die_or_abort (backport from 3.4.1)
        !          2862: 
        !          2863:        * src/targets/cgi/parser3.C: vsnprintf now not called twice in
        !          2864:          die_or_abort (bugfix: #106)
        !          2865: 
        !          2866: 2010-09-09  moko
        !          2867: 
        !          2868:        * src/classes/json.C: warning war. :)
        !          2869: 
        !          2870: 2010-09-08  misha
        !          2871: 
        !          2872:        * src/lib/json/Makefile.am: - additional include directories were
        !          2873:          added (for pa_memory.h and gc.h)
        !          2874: 
        !          2875:        * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
        !          2876:          compile as C++ instead default - additional include directory was
        !          2877:          added (for gc.h)
        !          2878: 
        !          2879:        * src/types/pa_vform.C: - little code reformating
        !          2880: 
        !          2881:        * src/classes/file.C: - $.content-type option now can be specified
        !          2882:          in ^file::create ( new feature: #102 )
        !          2883: 
        !          2884: 2010-09-08  moko
        !          2885: 
        !          2886:        * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
        !          2887:          pa_malloc/pa_free
        !          2888: 
        !          2889: 2010-09-07  moko
        !          2890: 
        !          2891:        * tests/results/254.processed: VStateless_class:put_element
        !          2892:          exception was fixed
        !          2893: 
        !          2894:        * src/types/: pa_value.h, pa_vstateless_class.h: now
        !          2895:          VStateless_class:put_element barks self.type, not this.type
        !          2896:          (bugfix: #105)
        !          2897: 
        !          2898: 2010-09-06  moko
        !          2899: 
        !          2900:        * src/classes/reflection.C: bugfix: new String() is required for
        !          2901:          exception handling
        !          2902: 
        !          2903:        * tests/: 254.html, results/254.processed: test modified
        !          2904: 
        !          2905: 2010-09-05  moko
        !          2906: 
        !          2907:        * tests/: 254.html, results/254.processed: ^reflection:copy test
        !          2908:          added
        !          2909: 
        !          2910:        * src/: classes/reflection.C, include/pa_request.h:
        !          2911:          ^reflection:copy implemented (new feature: #100)
        !          2912: 
        !          2913: 2010-09-03  moko
        !          2914: 
        !          2915:        * src/lib/json/JSON_parser.C: c++ compatiblity
        !          2916: 
        !          2917:        * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
        !          2918:          option testing added
        !          2919: 
        !          2920: 2010-09-02  moko
        !          2921: 
        !          2922:        * src/classes/json.C: $.distinct[first|last|all] added
        !          2923: 
        !          2924: 2010-09-01  moko
        !          2925: 
        !          2926:        * tests/results/253.processed: json test result
        !          2927: 
        !          2928:        * tests/: 253.html, 253_json.txt: json test added
        !          2929: 
        !          2930:        * src/classes/json.C: json.C update to actual version + hash key
        !          2931:          creation bugfix
        !          2932: 
        !          2933: 2010-08-31  misha
        !          2934: 
        !          2935:        * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
        !          2936:          src/lib/json/Makefile.am, src/lib/json/json.vcproj,
        !          2937:          src/lib/Makefile.am, src/classes/Makefile.am,
        !          2938:          src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
        !          2939:          json library was added
        !          2940: 
        !          2941: 2010-08-30  moko
        !          2942: 
        !          2943:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
        !          2944:          types/pa_vobject.C: cosmetic optimization in
        !          2945:          request:execute_method usage
        !          2946: 
        !          2947:        * src/: include/pa_charset.h, main/pa_charset.C: small
        !          2948:          optimization, just to decrease number of lines. :)
        !          2949: 
        !          2950: 2010-08-27  misha
        !          2951: 
        !          2952:        * src/classes/op.C: - taint[json] was added
        !          2953: 
        !          2954:        * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
        !          2955:          were added
        !          2956: 
        !          2957:        * src/main/pa_exec.C: - warning fix was rolled back.
        !          2958: 
        !          2959:        * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
        !          2960:          include/pa_string.h: - taint[json] was added - escaping was
        !          2961:          slightly modified
        !          2962: 
        !          2963: 2010-08-25  misha
        !          2964: 
        !          2965:        * src/classes/file.C: - typo in file:sql exception was fixed
        !          2966: 
        !          2967:        * src/main/pa_exec.C: - warning about declared and not used
        !          2968:          variable forced_allow was removed
        !          2969: 
        !          2970: 2010-08-14  misha
        !          2971: 
        !          2972:        * src/classes/hash.C: - two warnings about signed/unsigned mismatch
        !          2973:          were removed
        !          2974: 
        !          2975: 2010-08-11  moko
        !          2976: 
        !          2977:        * tests/: 249.html, results/249.processed: default setter and
        !          2978:          anti-recursive default getter test added
        !          2979: 
        !          2980:        * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
        !          2981:          types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
        !          2982:          types/pa_vobject.h, types/pa_vstateless_class.C,
        !          2983:          types/pa_vstateless_class.h: default setter support +
        !          2984:          anti-recursive default getter support ( new feature: #13 )
        !          2985: 
        !          2986:        * src/include/pa_hash.h: optimization: threshold member removed
        !          2987:          from hash, reducing sizeof(hash)
        !          2988: 
        !          2989: 2010-08-10  misha
        !          2990: 
        !          2991:        * tests/196.html: - junction-method was added to the test
        !          2992: 
        !          2993:        * tests/248.html: - ups. typo :)
        !          2994: 
        !          2995:        * tests/248.html: - test for checking .match with 4 params
        !          2996: 
        !          2997:        * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
        !          2998:          247_windows1251.txt: - test for "transcode file from utf-8 to
        !          2999:          $request:charset during loading if the BOM code is detected"
        !          3000: 
        !          3001:        * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
        !          3002:          $request:charset during loading if the BOM code is detected ( new
        !          3003:          feature: #98 )
        !          3004: 
        !          3005: 2010-08-05  misha
        !          3006: 
        !          3007:        * src/classes/image.C: - ^image.replace now can accept only 2
        !          3008:          params. in this case the whole image is affected ( new feature:
        !          3009:          #95 )
        !          3010: 
        !          3011: 2010-08-04  misha
        !          3012: 
        !          3013:        * tests/246.html: - test tor ^hash._at[] was added
        !          3014: 
        !          3015:        * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
        !          3016:          #53 )
        !          3017: 
        !          3018:        * src/include/pa_hash.h: - methods for accessing the first and the
        !          3019:          last values of ordered hash were added (first_value and
        !          3020:          last_value)
        !          3021: 
        !          3022:        * src/classes/file.C: - now ^file::base64 accepts up to 4 params
        !          3023:          (similar to others file's methods):
        !          3024:          ^file::base64[mode;user-file-name;encoded;options] ( new feature:
        !          3025:          #68 )
        !          3026: 
        !          3027:        * src/types/pa_vmethod_frame.h: - helper method as_hash was added
        !          3028: 
        !          3029: 2010-08-01  moko
        !          3030: 
        !          3031:        * src/classes/op.C: to correctly process $result[] in code, called
        !          3032:          from ^process
        !          3033: 
        !          3034:        * tests/245.html: $result in ^process[] test added
        !          3035: 
        !          3036:        * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
        !          3037:          main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
        !          3038:          types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
        !          3039:          VMethodFrame(junction, caller) replaced with VMethodFrame(method,
        !          3040:          caller, self) op_call(VMethodFrame &frame, bool constructing)
        !          3041:          removed, construct(class,method) added
        !          3042: 
        !          3043:        * tests/results/: 192.processed, 244.processed: request::construct
        !          3044:          added
        !          3045: 
        !          3046:        * tests/: 244.html, 245.html, results/244.processed,
        !          3047:          results/245.processed: object creation exceptions and ^process
        !          3048:          tests added
        !          3049: 
        !          3050: 2010-07-28  misha
        !          3051: 
        !          3052:        * tests/make_tests.cmd: - win32 EOLs
        !          3053: 
        !          3054:        * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
        !          3055:          tests on Win32 were added (The system timezone should be GMT+3)
        !          3056: 
        !          3057: 2010-07-26  misha
        !          3058: 
        !          3059:        * tests/: 212.html, results/212.processed: - sizes were removed
        !          3060:          mecause they could be different on different OSs
        !          3061: 
        !          3062:        * tests/065.html: - make it "win32 friendly"
        !          3063: 
        !          3064: 2010-07-25  misha
        !          3065: 
        !          3066:        * src/main/compile.y: - all EOLs between methods are removed during
        !          3067:          compilation ( new feature: #47 )
        !          3068: 
        !          3069:        * tests/results/149.processed: - prepare tests to trim trailing
        !          3070:          methods' EOLs
        !          3071: 
        !          3072:        * tests/149.html: - prepare tests to trim trailing methods' EOLs
        !          3073: 
        !          3074:        * tests/: results/006.processed, results/014.processed, 006.html,
        !          3075:          014.html, 022.html: - prepare tests to trim trailing methods'
        !          3076:          EOLs
        !          3077: 
        !          3078:        * tests/: 059.html, 071.html, 149.html, results/059.processed,
        !          3079:          results/071.processed, results/022.processed: - prepare tests to
        !          3080:          trim trailing methods' EOLs
        !          3081: 
        !          3082:        * tests/: results/073.processed, results/109.processed,
        !          3083:          results/142.processed, results/144.processed,
        !          3084:          results/149.processed, 073.html, 096.html, 109.html, 142.html,
        !          3085:          144.html: - prepare tests to trim trailing methods' EOLs
        !          3086: 
        !          3087:        * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
        !          3088:          149.html, 152.html, results/096.processed, results/107.processed,
        !          3089:          results/109.processed, results/142.processed,
        !          3090:          results/144.processed: - prepare tests to trim trailing methods'
        !          3091:          EOLs
        !          3092: 
        !          3093: 2010-07-24  moko
        !          3094: 
        !          3095:        * tests/results/: 156.processed, 224.processed: fix for #54 changed
        !          3096:          the hash order in this test
        !          3097: 
        !          3098:        * tests/014.html: to check hash order, hash no is longer sorted
        !          3099:          before print
        !          3100: 
        !          3101:        * src/include/pa_hash.h: hash copy constructor now keeps order
        !          3102:          (bugfix: #54)
        !          3103: 
        !          3104: 2010-07-23  moko
        !          3105: 
        !          3106:        * tests/results/224.processed: @auto[] is no longer inherited
        !          3107: 
        !          3108:        * src/types/pa_vstateless_class.C, tests/227.html,
        !          3109:          tests/results/227.processed: @auto[] is no longer inherited
        !          3110:          (bugfix: #57)
        !          3111: 
        !          3112: 2010-07-22  misha
        !          3113: 
        !          3114:        * src/classes/table.C: - don't skip comment lines during
        !          3115:          table::load if encloser or separator is set as '#' ( new feature:
        !          3116:          #30 )
        !          3117: 
        !          3118:        * src/targets/cgi/parser3.C: - don't run as cgi if
        !          3119:          env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
        !          3120:          #12 )
        !          3121: 
        !          3122:        * src/classes/file.C: - set PARSER_VARSION env before external
        !          3123:          script executing
        !          3124: 
        !          3125: 2010-07-13  misha
        !          3126: 
        !          3127:        * tests/058.html: - test for suppressing @border was added - test
        !          3128:          for user attribute was added
        !          3129: 
        !          3130:        * tests/results/186.processed: unescaping from \uXXXX
        !          3131: 
        !          3132:        * tests/186.html: unescaping from \uXXXX
        !          3133: 
        !          3134:        * tests/: 239.html, results/239.processed: method call type
        !          3135: 
        !          3136:        * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
        !          3137:          $junction_method.CLASS_NAME (+CLASS)
        !          3138: 
        !          3139: 2010-07-07  misha
        !          3140: 
        !          3141:        * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
        !          3142:          *nix
        !          3143: 
        !          3144: 2010-07-05  misha
        !          3145: 
        !          3146:        * src/: classes/curl.C, classes/file.C, classes/hash.C,
        !          3147:          classes/image.C, classes/op.C, classes/string.C, classes/table.C,
        !          3148:          classes/void.C, main/pa_common.C, main/pa_http.C: - exception
        !          3149:          comment strings "options must be hash", "options must be hash,
        !          3150:          not code" and "called with invalid option" were replaced by
        !          3151:          constatns - exception comment string "invalid option passed" was
        !          3152:          replaced by "called with invalid option" (now in different
        !          3153:          methods are the same exception comment string)
        !          3154: 
        !          3155:        * src/include/pa_exception.h: - more exception strings were defined
        !          3156: 
        !          3157:        * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
        !          3158:          types/pa_vstateless_class.h: - now we can define possible
        !          3159:          method's call type ( new feature: #5 )   1.
        !          3160:          @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
        !          3161:          methods   2. @static:method[params] (only static keyword could be
        !          3162:          used here) -- for specified methods
        !          3163: 
        !          3164:        * src/main/pa_common.C: - junction points should not be deleted on
        !          3165:          win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
        !          3166:          cleanup
        !          3167: 
        !          3168: 2010-07-03  misha
        !          3169: 
        !          3170:        * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
        !          3171:          results/158.processed, results/160.processed,
        !          3172:          results/161.processed, results/162.processed,
        !          3173:          results/163.processed: - prepare tests to trim trailing methods'
        !          3174:          EOLs
        !          3175: 
        !          3176:        * tests/results/169.processed: - prepare tests to trim trailing
        !          3177:          methods' EOLs
        !          3178: 
        !          3179:        * tests/results/: 168.processed, 169.processed: - prepare tests to
        !          3180:          trim trailing methods' EOLs
        !          3181: 
        !          3182:        * tests/: results/170.processed, results/167.processed,
        !          3183:          results/168.processed, results/169.processed, 167.html, 168.html,
        !          3184:          169.html: - prepare tests to trim trailing methods' EOLs
        !          3185: 
        !          3186:        * tests/: results/170.processed, results/171.processed,
        !          3187:          results/172.processed, results/173.processed,
        !          3188:          results/174.processed, results/175.processed, 170.html, 171.html,
        !          3189:          172.html, 173.html, 174.html, 175.html: - prepare tests to trim
        !          3190:          trailing methods' EOLs
        !          3191: 
        !          3192:        * tests/: results/176.processed, results/180.processed,
        !          3193:          results/184.processed, results/185.processed,
        !          3194:          results/191.processed, results/192.processed,
        !          3195:          results/196.processed, results/197.processed,
        !          3196:          results/198.processed, 176.html, 180.html, 184.html, 185.html,
        !          3197:          191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
        !          3198:          to trim trailing methods' EOLs
        !          3199: 
        !          3200:        * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
        !          3201:          results/199.processed, results/208.processed,
        !          3202:          results/209.processed, results/213.processed,
        !          3203:          results/214.processed: - prepare tests to trim trailing methods'
        !          3204:          EOLs
        !          3205: 
        !          3206: 2010-06-29  misha
        !          3207: 
        !          3208:        * tests/: 220.html, 218.html, results/218.processed,
        !          3209:          results/215.processed, results/217.processed, 215.html, 217.html:
        !          3210:          - prepare tests to trim trailing methods' EOLs
        !          3211: 
        !          3212:        * tests/: results/224.processed, 224.html, 223.html,
        !          3213:          results/223.processed, results/220.processed: - prepare tests to
        !          3214:          trim trailing methods' EOLs
        !          3215: 
        !          3216:        * tests/results/: 226.processed, 230.processed: - prepare tests to
        !          3217:          trim trailing methods' EOLs
        !          3218: 
        !          3219:        * tests/: 229.html, results/229.processed: - prepare tests to trim
        !          3220:          trailing methods' EOLs
        !          3221: 
        !          3222:        * tests/: 232.html, 235.html, results/232.processed,
        !          3223:          results/235.processed, 226.html, 227.html, 228.html, 230.html,
        !          3224:          results/226.processed, results/227.processed,
        !          3225:          results/228.processed, results/230.processed: - prepare tests to
        !          3226:          trim trailing methods' EOLs
        !          3227: 
        !          3228: 2010-06-16  moko
        !          3229: 
        !          3230:        * tests/: 229.html, results/229.processed:  elseif now supported in
        !          3231:          ^if
        !          3232: 
        !          3233:        * src/classes/op.C: new feature: #56 elseif now supported in ^if
        !          3234: 
        !          3235: 2010-06-03  misha
        !          3236: 
        !          3237:        * src/main/pa_common.C: - bugfix #74 -- memmove should be used
        !          3238:          instead of memcopy for overlaped regions
        !          3239: 
        !          3240: 2010-05-25  misha
        !          3241: 
        !          3242:        * src/main/pa_common.C: - wanring about unused vars was removed
        !          3243: 
        !          3244:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
        !          3245:          get_method_filename was moved to execute.C
        !          3246: 
        !          3247: 2010-05-23  misha
        !          3248: 
        !          3249:        * src/main/pa_request.C: - more accurate detection of method's file
        !          3250: 
        !          3251: 2010-05-22  misha
        !          3252: 
        !          3253:        * src/classes/reflection.C: - bugfix: core during detection of
        !          3254:          .file if filespec isn't detected successfully
        !          3255: 
        !          3256: 2010-05-20  misha
        !          3257: 
        !          3258:        * src/main/pa_request.C: - fix in get_method_filename
        !          3259: 
        !          3260:        * src/include/pa_request.h: - new feature: #24 -- searching
        !          3261:          included file in @USE/^use is changed. if its filespec doesn't
        !          3262:          start from '/' it will be searched in caller file directory
        !          3263: 
        !          3264:        * src/classes/reflection.C: - ^reflection:method_info returns file
        !          3265:          where the method is defined
        !          3266: 
        !          3267:        * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
        !          3268:          classes/op.C: - new feature: #24 -- searching included file in
        !          3269:          @USE/^use is changed. if its filespec doesn't start from '/' it
        !          3270:          will be searched in caller file directory
        !          3271: 
        !          3272:        * src/: classes/file.C, include/pa_common.h: - method lastposafter
        !          3273:          is moved to pa_common.h
        !          3274: 
        !          3275: 2010-05-18  misha
        !          3276: 
        !          3277:        * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
        !          3278:          types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
        !          3279:          cookie parser decode \uXXXX as well as %uXXXX
        !          3280: 
        !          3281: 2010-05-17  misha
        !          3282: 
        !          3283:        * src/classes/curl.C: beauty: - unused param is removed in method
        !          3284:          _curl_version_action - some spaces were removed or replaced by
        !          3285:          tabs
        !          3286: 
        !          3287:        * src/classes/table.C: - bugfix: #72 core with empty value during
        !          3288:          ^table.hash[...;name_of_the_last_column][$.type[string]]
        !          3289: 
        !          3290: 2010-05-16  misha
        !          3291: 
        !          3292:        * src/classes/curl.C: new: #61 more curl options were added
        !          3293:          (contributed by Sumo)
        !          3294: 
        !          3295: 2010-04-29  pretender
        !          3296: 
        !          3297:        * src/main/pa_string.C: fixes #63 Split result from empty string
        !          3298:          now empty string.
        !          3299: 
        !          3300:        * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
        !          3301:          string type.
        !          3302: 
        !          3303: 2010-04-28  pretender
        !          3304: 
        !          3305:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
        !          3306:          main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
        !          3307:          macrodefinition removed
        !          3308: 
        !          3309: 2010-04-19  pretender
        !          3310: 
        !          3311:        * src/main/execute.C: fixes #60 Stacktrace now contains info for
        !          3312:          OP_CONSTRUCT_OBJECT and OP_GET_CLASS
        !          3313: 
        !          3314:        * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
        !          3315:          fixes #64 Now file.missing exception generates in unsafe mode to.
        !          3316: 
        !          3317:        * src/classes/file.C: fixes #48 Now not throw "not save environment
        !          3318:          variable" exception in grpunlim version.
        !          3319: 
        !          3320: 2010-04-05  misha
        !          3321: 
        !          3322:        * src/classes/string.C: - new feature: 4th param was added to
        !          3323:          match. if specified its value is returned in case of nothing was
        !          3324:          found
        !          3325: 
        !          3326: 2010-04-01  misha
        !          3327: 
        !          3328:        * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
        !          3329:          multiple execution of /a/b/auto.p
        !          3330: 
        !          3331: 2010-03-19  misha
        !          3332: 
        !          3333:        * src/main/execute.C: - core in $table1.$table2 was fixed
        !          3334: 
        !          3335:        * src/targets/cgi/parser3.C: - core in sigpipe was fixed
        !          3336: 
        !          3337: 2010-01-27  misha
        !          3338: 
        !          3339:        * src/main/pa_common.C: - bugfix: there are no excaption.type if
        !          3340:          trying to open file by path /existing-file/non-exixting-file
        !          3341: 
        !          3342: 2010-01-26  misha
        !          3343: 
        !          3344:        * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
        !          3345:          was added (returns file)
        !          3346: 
        !          3347: 2009-12-22  misha
        !          3348: 
        !          3349:        * src/classes/curl.C: - method 'option' was renamed to 'options' -
        !          3350:          now parser doesn't have class curl if it was built without it
        !          3351: 
        !          3352: 2009-12-15  misha
        !          3353: 
        !          3354:        * configure.in: - little cheat with curl include dir was added
        !          3355: 
        !          3356: 2009-12-05  misha
        !          3357: 
        !          3358:        * src/classes/curl.C: - some fixes
        !          3359: 
        !          3360: 2009-12-04  misha
        !          3361: 
        !          3362:        * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
        !          3363:          src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
        !          3364:          buildall-with-xml, buildall-without-xml, configure.in: - curl
        !          3365:          class was added
        !          3366: 
        !          3367:        * src/include/pa_hash.h: - hash-iterator was added
        !          3368: 
        !          3369:        * buildall-with-xml, buildall-without-xml: - option --passive-ftp
        !          3370:          was added to pcre
        !          3371: 
        !          3372: 2009-11-27  misha
        !          3373: 
        !          3374:        * src/classes/image.C: - don't add @border attribute to output of
        !          3375:          ^image.html[] if it was specified by user with empty value
        !          3376: 
        !          3377:        * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
        !          3378:          root element and we are trying to access .documentElement
        !          3379: 
        !          3380: 2009-11-11  misha
        !          3381: 
        !          3382:        * src/classes/table.C: - in ^table.flip[] look at number of columns
        !          3383:          instead of number of items in first row for named tables
        !          3384: 
        !          3385: 2009-11-10  misha
        !          3386: 
        !          3387:        * operators.txt: - info about hash-options in ^file::create was
        !          3388:          added
        !          3389: 
        !          3390:        * tests/237.html: - test for ^file::create[...;$.charset[...]] was
        !          3391:          added
        !          3392: 
        !          3393: 2009-11-09  misha
        !          3394: 
        !          3395:        * buildall-with-xml: - moving to libxml 2.7.6
        !          3396: 
        !          3397:        * tests/236.html: - tests for comparations cords with functions
        !          3398:          were added
        !          3399: 
        !          3400:        * src/include/pa_string.h: - optimisation: cacheing of cstr was
        !          3401:          added
        !          3402: 
        !          3403:        * src/main/pa_http.C: - little optimisation
        !          3404: 
        !          3405:        * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
        !          3406:          GPF mallocs + stringstream (table.save)
        !          3407: 
        !          3408:        * src/classes/file.C: - file::create now accepts 4th param: options
        !          3409:          with $.charset
        !          3410: 
        !          3411:        * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
        !          3412:          bug in cord (comparation cords with functions was buggy)
        !          3413: 
        !          3414: 2009-11-06  misha
        !          3415: 
        !          3416:        * src/main/pa_string.C: - bugfix: calculation string.length
        !          3417:          sometimes was buggy
        !          3418: 
        !          3419:        * src/classes/string.C: - bugfix: Temp_value_element wasn't
        !          3420:          destroyed if exception occured during match/replace
        !          3421: 
        !          3422:        * src/: main/pa_charset.C, include/pa_charset.h: - method
        !          3423:          lengthUTF8Char was added
        !          3424: 
        !          3425:        * src/classes/op.C: - clean tainting lang was added for user's
        !          3426:          usage
        !          3427: 
        !          3428:        * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
        !          3429:          fixed: checkouts are required after GC_MALLOC
        !          3430: 
        !          3431:        * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
        !          3432: 
        !          3433:        * operators.txt: - actually, there is no ^untaint[xml] in
        !          3434:          file::create
        !          3435: 
        !          3436: 2009-10-15  misha
        !          3437: 
        !          3438:        * tests/: 235.html, 235_attach.txt: - tests for preparing email
        !          3439:          were added
        !          3440: 
        !          3441:        * tests/234.html: - more tests for checking ^taint[uri] escaping
        !          3442:          were added
        !          3443: 
        !          3444:        * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
        !          3445:          main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
        !          3446:          hacking: for dealing with transcoding+^taint[uri]
        !          3447:          transcode_and_untaint was replaced by untaint_and_transcode
        !          3448: 
        !          3449: 2009-10-13  misha
        !          3450: 
        !          3451:        * tests/: 121.html, results/121.processed: - test transcoding +
        !          3452:          url-escaping now
        !          3453: 
        !          3454:        * tests/results/auto.p: - more helpers' methods were added
        !          3455: 
        !          3456:        * src/main/pa_globals.C: - die instead of abort
        !          3457: 
        !          3458: 2009-10-06  misha
        !          3459: 
        !          3460:        * src/main/pa_common.C: - don't allocate memory during
        !          3461:          capitalization if input string is already capitalized
        !          3462: 
        !          3463:        * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
        !          3464: 
        !          3465:        * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
        !          3466:          use format function because it calls malloc
        !          3467: 
        !          3468:        * src/include/pa_common.h: - more capitalized headers were added
        !          3469: 
        !          3470:        * src/main/pa_common.C: - in safe mode clear executable bits during
        !          3471:          file writing
        !          3472: 
        !          3473: 2009-10-05  misha
        !          3474: 
        !          3475:        * src/main/pa_charset.C: - use iterators in pa_charset.C itself
        !          3476: 
        !          3477: 2009-10-03  misha
        !          3478: 
        !          3479:        * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
        !          3480:          ^img.text[] & ^img.length[] can work in utf-8 now
        !          3481: 
        !          3482:        * src/: include/pa_charset.h, main/pa_charset.C: - class
        !          3483:          UTF8_string_iterator was added
        !          3484: 
        !          3485:        * src/classes/image.C: - respect utf-8 when calculate alphabet
        !          3486:          length
        !          3487: 
        !          3488:        * src/classes/mail.C: - check from before get message.cstr
        !          3489: 
        !          3490: 2009-10-02  misha
        !          3491: 
        !          3492:        * tests/233.html: - test for image.font, image.length, image.text
        !          3493:          with text in utf-8 were added
        !          3494: 
        !          3495:        * src/main/pa_common.C: - use pa_malloc_atomic instead of new
        !          3496: 
        !          3497:        * buildall-with-xml, buildall-without-xml: - comment about gc
        !          3498:          version for freebsd 4 was added
        !          3499: 
        !          3500: 2009-10-01  misha
        !          3501: 
        !          3502:        * src/main/pa_exec.C: - bugfix: allocate a bit more (for
        !          3503:          terminator) - read_pipe were slightly optimized
        !          3504: 
        !          3505: 2009-09-28  misha
        !          3506: 
        !          3507:        * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
        !          3508:          removed
        !          3509: 
        !          3510:        * src/types/pa_vmail.C: - forgot about space after ':'
        !          3511: 
        !          3512:        * src/types/pa_vmail.C: - escape filenames while preparing mail
        !          3513:          body - small simplifications
        !          3514: 
        !          3515:        * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
        !          3516:          inout params like pa_base64
        !          3517: 
        !          3518:        * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
        !          3519:          option $.debug-print(1) was added to mail:send - changes for
        !          3520:          using uue_encode which uses less memory
        !          3521: 
        !          3522:        * src/main/pa_common.C: - pa_base64_encode uses less memory now
        !          3523: 
        !          3524:        * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
        !          3525:          memory now
        !          3526: 
        !          3527: 2009-09-26  misha
        !          3528: 
        !          3529:        * src/types/pa_vmail.C: - default encoding now is base64
        !          3530: 
        !          3531:        * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
        !          3532: 
        !          3533: 2009-09-25  misha
        !          3534: 
        !          3535:        * src/types/pa_vmail.C: - capitalization of headers was added to
        !          3536:          sending mail as well
        !          3537: 
        !          3538:        * buildall-with-xml: - catalog package was removed from libxml
        !          3539: 
        !          3540:        * src/main/pa_xml_io.C: - fix in removing file:// protocol for
        !          3541:          win32 absolute path
        !          3542: 
        !          3543:        * src/include/pa_common.h: - one more capitalized header was added
        !          3544: 
        !          3545: 2009-09-22  misha
        !          3546: 
        !          3547:        * INSTALL: - comment about building just httpd binary while
        !          3548:          building apache module was added
        !          3549: 
        !          3550: 2009-09-21  misha
        !          3551: 
        !          3552:        * buildall-with-xml: - moving to the latest versions of xml libs:
        !          3553:          libxml 2.7.4 and libxslt 1.1.25
        !          3554: 
        !          3555: 2009-09-19  misha
        !          3556: 
        !          3557:        * tests/231.html: - test for encoding cookie in win-1251
        !          3558: 
        !          3559: 2009-09-18  misha
        !          3560: 
        !          3561:        * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
        !          3562:          object] were added
        !          3563: 
        !          3564:        * operators.txt: - info about method ^reflection:fields[class or
        !          3565:          object] was added
        !          3566: 
        !          3567:        * src/classes/reflection.C: - method ^reflection:fields[class or
        !          3568:          object] was added
        !          3569: 
        !          3570:        * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
        !          3571:          methods get_fields were added
        !          3572: 
        !          3573:        * tests/232.html: - tests for @GET[name]
        !          3574: 
        !          3575:        * src/classes/table.C: - some changes in handling hash-options for
        !          3576:          creare, join and locate
        !          3577: 
        !          3578:        * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
        !          3579:          defined with option: the type of requested value
        !          3580: 
        !          3581: 2009-09-17  misha
        !          3582: 
        !          3583:        * tests/212.html: - tests for .pattern and .options were added
        !          3584: 
        !          3585:        * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
        !          3586:          $regex.options were added
        !          3587: 
        !          3588: 2009-09-11  misha
        !          3589: 
        !          3590:        * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
        !          3591:          rewrited. it checks not just one case of sending cookies during
        !          3592:          file::load[http], but also sending headers and fields (including
        !          3593:          files)
        !          3594: 
        !          3595: 2009-09-10  misha
        !          3596: 
        !          3597:        * src/main/untaint.C: - workaround in file-spec lang for old Macs
        !          3598:          was removed => now parser can open files with Russian 'r' in
        !          3599:          filename
        !          3600: 
        !          3601:        * src/main/untaint.C: - bugfix: client charset whould be analized
        !          3602:          while escaping cookies but now source charset
        !          3603: 
        !          3604:        * src/main/pa_http.C: - bugfix: the values of http headers didn't
        !          3605:          ^tainted[uri] so it was possible to make request with incorrect
        !          3606:          http header
        !          3607: 
        !          3608:        * src/main/pa_http.C: - capitalization of http headers during
        !          3609:          file::load[http was slightly changes - bugfix: all headers which
        !          3610:          parser sends during file::load[http should be transcoded and only
        !          3611:          then escaped
        !          3612: 
        !          3613:        * src/main/untaint.C: - a bit more comments were added
        !          3614: 
        !          3615:        * src/classes/: file.C, string.C: - types where changes (minus 2
        !          3616:          warnings)
        !          3617: 
        !          3618:        * src/include/pa_common.h: - 2 capitalized strings for making http
        !          3619:          headers during file::load[http were added
        !          3620: 
        !          3621: 2009-09-08  misha
        !          3622: 
        !          3623:        * operators.txt: - changes in file.save and string.save were added
        !          3624: 
        !          3625:        * tests/: 230.html, 230.txt: - tests for checking options in
        !          3626:          file.save and string.save were added
        !          3627: 
        !          3628:        * src/main/pa_request.C: - http headers names, which are passed to
        !          3629:          SAPI::add_header_attribute are lowercased now (it'll be
        !          3630:          capitalized in that method)
        !          3631: 
        !          3632:        * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
        !          3633:          classes/string.C: - file_write accepts Request_charsets and asked
        !          3634:          charset and cound transcode content before writing - string.save
        !          3635:          and file.save have option $.charset now
        !          3636: 
        !          3637:        * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
        !          3638:          classes/xdoc.C: - file_write accepts Request_charsets and asked
        !          3639:          charset and cound transcode content before writing
        !          3640: 
        !          3641:        * src/include/pa_exception.h: - new exception comment string was
        !          3642:          defined
        !          3643: 
        !          3644: 2009-09-07  misha
        !          3645: 
        !          3646:        * src/main/compile.y: - grammar $name\ name stops now for regex
        !          3647:          sub-pattern\s
        !          3648: 
        !          3649: 2009-09-04  misha
        !          3650: 
        !          3651:        * src/main/pa_http.C: - capitalization of http headers during
        !          3652:          file::load[http was implemented
        !          3653: 
        !          3654: 2009-09-03  misha
        !          3655: 
        !          3656:        * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
        !          3657:          include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
        !          3658:          types/pa_vmail.C, targets/cgi/parser3.C,
        !          3659:          targets/isapi/parser3isapi.C: - back to storing response http
        !          3660:          headers in lowercase - capitalize them during output
        !          3661: 
        !          3662: 2009-08-31  misha
        !          3663: 
        !          3664:        * src/classes/table.C: - allow call with any brackets (it could be
        !          3665:          useful in methods with explict result declaration)
        !          3666: 
        !          3667:        * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
        !          3668:          correctly if $request:charset==koi8-r
        !          3669: 
        !          3670: 2009-08-30  misha
        !          3671: 
        !          3672:        * src/: include/pa_common.h, main/pa_request.C: - http headers were
        !          3673:          changed: content-type => Content-type and so on
        !          3674: 
        !          3675:        * src/classes/file.C, src/include/pa_common.h,
        !          3676:          src/include/pa_request.h, src/main/pa_http.C,
        !          3677:          src/main/pa_request.C, src/types/pa_vcookie.C,
        !          3678:          src/types/pa_vmail.C, src/targets/cgi/parser3.C,
        !          3679:          src/targets/isapi/parser3isapi.C, tests/results/001.processed,
        !          3680:          tests/results/002.processed, tests/results/003.processed,
        !          3681:          tests/results/004.processed, tests/results/005.processed,
        !          3682:          tests/results/006.processed, tests/results/007.processed,
        !          3683:          tests/results/008.processed, tests/results/009.processed,
        !          3684:          tests/results/010.processed, tests/results/011.processed,
        !          3685:          tests/results/012.processed, tests/results/013.processed,
        !          3686:          tests/results/014.processed, tests/results/015.processed,
        !          3687:          tests/results/016.processed, tests/results/017.processed,
        !          3688:          tests/results/018.processed, tests/results/019.processed,
        !          3689:          tests/results/020.processed, tests/results/021.processed,
        !          3690:          tests/results/022.processed, tests/results/023.processed,
        !          3691:          tests/results/024.processed, tests/results/025.processed,
        !          3692:          tests/results/026.processed, tests/results/027.processed,
        !          3693:          tests/results/028.processed, tests/results/029.processed,
        !          3694:          tests/results/030.processed, tests/results/031.processed,
        !          3695:          tests/results/032.processed, tests/results/033.processed,
        !          3696:          tests/results/034.processed, tests/results/035.processed,
        !          3697:          tests/results/036.processed, tests/results/037.processed,
        !          3698:          tests/results/038.processed, tests/results/039.processed,
        !          3699:          tests/results/040.processed, tests/results/041.processed,
        !          3700:          tests/results/042.processed, tests/results/043.processed,
        !          3701:          tests/results/044.processed, tests/results/045.processed,
        !          3702:          tests/results/046.processed, tests/results/047.processed,
        !          3703:          tests/results/048.processed, tests/results/049.processed,
        !          3704:          tests/results/050.processed, tests/results/051.processed,
        !          3705:          tests/results/052.processed, tests/results/053.processed,
        !          3706:          tests/results/054.processed, tests/results/055.processed,
        !          3707:          tests/results/056.processed, tests/results/057.processed,
        !          3708:          tests/results/058.processed, tests/results/059.processed,
        !          3709:          tests/results/060.processed, tests/results/061.processed,
        !          3710:          tests/results/062.processed, tests/results/063.processed,
        !          3711:          tests/results/064.processed, tests/results/065.processed,
        !          3712:          tests/results/066.processed, tests/results/067.processed,
        !          3713:          tests/results/068.processed, tests/results/069.processed,
        !          3714:          tests/results/070.processed, tests/results/071.processed,
        !          3715:          tests/results/072.processed, tests/results/073.processed,
        !          3716:          tests/results/074.processed, tests/results/075.processed,
        !          3717:          tests/results/076.processed, tests/results/077.processed,
        !          3718:          tests/results/078.processed, tests/results/079.processed,
        !          3719:          tests/results/080.processed, tests/results/081.processed,
        !          3720:          tests/results/082.processed, tests/results/083.processed,
        !          3721:          tests/results/084.processed, tests/results/085.processed,
        !          3722:          tests/results/086.processed, tests/results/087.processed,
        !          3723:          tests/results/088.processed, tests/results/089.processed,
        !          3724:          tests/results/090.processed, tests/results/091.processed,
        !          3725:          tests/results/092.processed, tests/results/093.processed,
        !          3726:          tests/results/094.processed, tests/results/095.processed,
        !          3727:          tests/results/096.processed, tests/results/097.processed,
        !          3728:          tests/results/098.processed, tests/results/099.processed,
        !          3729:          tests/results/100.processed, tests/results/101.processed,
        !          3730:          tests/results/102.processed, tests/results/103.processed,
        !          3731:          tests/results/104.processed, tests/results/105.processed,
        !          3732:          tests/results/106.processed, tests/results/107.processed,
        !          3733:          tests/results/108.processed, tests/results/109.processed,
        !          3734:          tests/results/110.processed, tests/results/111.processed,
        !          3735:          tests/results/112.processed, tests/results/113.processed,
        !          3736:          tests/results/114.processed, tests/results/115.processed,
        !          3737:          tests/results/116.processed, tests/results/117.processed,
        !          3738:          tests/results/118.processed, tests/results/119.processed,
        !          3739:          tests/results/120.processed, tests/results/121.processed,
        !          3740:          tests/results/122.processed, tests/results/123.processed,
        !          3741:          tests/results/124.processed, tests/results/125.processed,
        !          3742:          tests/results/126.processed, tests/results/127.processed,
        !          3743:          tests/results/128.processed, tests/results/129.processed,
        !          3744:          tests/results/130.processed, tests/results/131.processed,
        !          3745:          tests/results/132.processed, tests/results/133.processed,
        !          3746:          tests/results/134.processed, tests/results/135.processed,
        !          3747:          tests/results/136.processed, tests/results/138.processed,
        !          3748:          tests/results/139.processed, tests/results/140.processed,
        !          3749:          tests/results/141.processed, tests/results/142.processed,
        !          3750:          tests/results/143.processed, tests/results/144.processed,
        !          3751:          tests/results/145.processed, tests/results/146.processed,
        !          3752:          tests/results/147.processed, tests/results/148.processed,
        !          3753:          tests/results/149.processed, tests/results/150.processed,
        !          3754:          tests/results/151.processed, tests/results/152.processed,
        !          3755:          tests/results/153.processed, tests/results/154.processed,
        !          3756:          tests/results/155.processed, tests/results/156.processed,
        !          3757:          tests/results/157.processed, tests/results/158.processed,
        !          3758:          tests/results/159.processed, tests/results/160.processed,
        !          3759:          tests/results/161.processed, tests/results/162.processed,
        !          3760:          tests/results/163.processed, tests/results/164.processed,
        !          3761:          tests/results/165.processed, tests/results/166.processed,
        !          3762:          tests/results/167.processed, tests/results/168.processed,
        !          3763:          tests/results/169.processed, tests/results/170.processed,
        !          3764:          tests/results/171.processed, tests/results/172.processed,
        !          3765:          tests/results/173.processed, tests/results/174.processed,
        !          3766:          tests/results/175.processed, tests/results/176.processed,
        !          3767:          tests/results/177.processed, tests/results/178.processed,
        !          3768:          tests/results/179.processed, tests/results/180.processed,
        !          3769:          tests/results/181.processed, tests/results/182.processed,
        !          3770:          tests/results/183.processed, tests/results/184.processed,
        !          3771:          tests/results/185.processed, tests/results/186.processed,
        !          3772:          tests/results/187.processed, tests/results/188.processed,
        !          3773:          tests/results/189.processed, tests/results/190.processed,
        !          3774:          tests/results/191.processed, tests/results/192.processed,
        !          3775:          tests/results/193.processed, tests/results/194.processed,
        !          3776:          tests/results/195.processed, tests/results/196.processed,
        !          3777:          tests/results/197.processed, tests/results/198.processed,
        !          3778:          tests/results/199.processed, tests/results/200.processed,
        !          3779:          tests/results/201.processed, tests/results/202.processed,
        !          3780:          tests/results/203.processed, tests/results/204.processed,
        !          3781:          tests/results/205.processed, tests/results/206.processed,
        !          3782:          tests/results/207.processed, tests/results/208.processed,
        !          3783:          tests/results/209.processed, tests/results/210.processed,
        !          3784:          tests/results/211.processed, tests/results/212.processed,
        !          3785:          tests/results/213.processed, tests/results/214.processed,
        !          3786:          tests/results/215.processed, tests/results/216.processed,
        !          3787:          tests/results/217.processed, tests/results/218.processed,
        !          3788:          tests/results/219.processed, tests/results/220.processed,
        !          3789:          tests/results/221.processed, tests/results/222.processed,
        !          3790:          tests/results/223.processed, tests/results/224.processed,
        !          3791:          tests/results/225.processed, tests/results/226.processed,
        !          3792:          tests/results/227.processed, tests/results/228.processed,
        !          3793:          tests/results/229.processed: - http headers were changed:
        !          3794:          content-type => Content-type and so on
        !          3795: 
        !          3796: 2009-08-27  misha
        !          3797: 
        !          3798:        * src/: main/pa_random.C, include/pa_random.h,
        !          3799:          targets/cgi/parser3.C: - year was updated :)
        !          3800: 
        !          3801: 2009-08-26  misha
        !          3802: 
        !          3803:        * tests/: 224.html, 224.p: - test for creating of parser object
        !          3804:          using constructor without params - little bugfix in test
        !          3805: 
        !          3806:        * src/main/compile_tools.h: - bugfix: should't call autouse while
        !          3807:          checking existed class while processing partial option
        !          3808: 
        !          3809:        * src/classes/reflection.C: - bugfix: core when creating object
        !          3810:          with reflection and constructor doesn't have params
        !          3811: 
        !          3812: 2009-08-24  misha
        !          3813: 
        !          3814:        * tests/229.html: - tests for checking the number of parameters
        !          3815:          were added
        !          3816: 
        !          3817:        * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
        !          3818:          number of method's parameters wasn't checked correctly (the bug
        !          3819:          was introduced in 3.4.0)
        !          3820: 
        !          3821: 2009-08-22  misha
        !          3822: 
        !          3823:        * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
        !          3824:          transcoded, but tainted pieces are escaped only when
        !          3825:          content-type==url-encoding
        !          3826: 
        !          3827:        * tests/228.html: - test for checking
        !          3828:          ^file::load[http://...;$.body[]]
        !          3829: 
        !          3830:        * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
        !          3831:          post charset was too early (charsets is empty at this moment)
        !          3832: 
        !          3833: 2009-08-21  misha
        !          3834: 
        !          3835:        * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
        !          3836:          main/untaint.C: - some fixes with transcode+untaint
        !          3837: 
        !          3838: 2009-08-15  misha
        !          3839: 
        !          3840:        * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
        !          3841:          was increaced to 100 (was 50)
        !          3842: 
        !          3843:        * tests/227.html: - test for checking overriding properties in
        !          3844:          static classes was added
        !          3845: 
        !          3846:        * tests/: 226.html, 226.p: - test for @autoload[] was added
        !          3847: 
        !          3848:        * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
        !          3849:          main/execute.C, main/pa_request.C, classes/reflection.C: -
        !          3850:          autouse was implemented
        !          3851: 
        !          3852: 2009-08-14  misha
        !          3853: 
        !          3854:        * src/classes/reflection.C: - outdated checkout was removed
        !          3855: 
        !          3856:        * src/classes/reflection.C: - optimization - method ^dynamical was
        !          3857:          added.
        !          3858: 
        !          3859:        * src/: types/pa_value.h, types/pa_vmethod_frame.h,
        !          3860:          types/pa_vstateless_class.h, main/execute.C: - optimization
        !          3861: 
        !          3862:        * src/types/pa_vclass.C: - exception if base on sytem class
        !          3863: 
        !          3864: 2009-08-12  misha
        !          3865: 
        !          3866:        * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
        !          3867:          pa_vstateless_class.h: - little optimisation
        !          3868: 
        !          3869: 2009-08-11  misha
        !          3870: 
        !          3871:        * tests/224.html: - method_params => method_info - checking for
        !          3872:          $.inherited
        !          3873: 
        !          3874:        * src/classes/reflection.C, operators.txt: - method method_params
        !          3875:          was renamed to method_info and now it returns class name, if
        !          3876:          method was defined in ancestor
        !          3877: 
        !          3878:        * tests/225.html: - tests for cheching properties in hierarhical
        !          3879:          classes were added
        !          3880: 
        !          3881:        * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
        !          3882:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
        !          3883:          main/compile.y, main/execute.C, classes/classes.C: - problems
        !          3884:          with properties in new classes implementation were fixed
        !          3885: 
        !          3886: 2009-08-10  misha
        !          3887: 
        !          3888:        * src/main/execute.C: - now constructor shouldn't be defined in
        !          3889:          class. it could be defined in parent.
        !          3890: 
        !          3891: 2009-08-09  misha
        !          3892: 
        !          3893:        * src/classes/reflection.C: - ^reflection:methods doesn't return
        !          3894:          base's methods
        !          3895: 
        !          3896: 2009-08-08  misha
        !          3897: 
        !          3898:        * src/: classes/classes.h, classes/date.C, classes/file.C,
        !          3899:          classes/form.C, classes/hash.C, classes/hashfile.C,
        !          3900:          classes/image.C, classes/mail.C, classes/op.C,
        !          3901:          classes/reflection.C, classes/regex.C, classes/string.C,
        !          3902:          classes/table.C, classes/xdoc.C, classes/xnode.C,
        !          3903:          classes/xnode.h, include/pa_hash.h, main/execute.C,
        !          3904:          main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
        !          3905:          types/pa_method.h, types/pa_property.h, types/pa_value.C,
        !          3906:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
        !          3907:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
        !          3908:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
        !          3909:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
        !          3910:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
        !          3911:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
        !          3912:          types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
        !          3913:          types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
        !          3914:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
        !          3915:          types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
        !          3916:          types/pa_vresponse.C, types/pa_vresponse.h,
        !          3917:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
        !          3918:          types/pa_vstateless_object.h, types/pa_vstatus.C,
        !          3919:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
        !          3920:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
        !          3921:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
        !          3922:          types/pa_wwrapper.h, types/types.vcproj: - new classes
        !          3923:          implementation
        !          3924: 
        !          3925:        * buildall-with-xml, buildall-without-xml: - gc has a bug if
        !          3926:          USE_MUNMAP is used. so it is disabled as a workaround.
        !          3927: 
        !          3928: 2009-08-05  misha
        !          3929: 
        !          3930:        * src/: main/pa_common.C, include/pa_common.h: - not needed
        !          3931:          parameter was removed
        !          3932: 
        !          3933:        * src/main/pa_http.C: - bugfix: error was during detecting
        !          3934:          content-type of file which was loaded by http
        !          3935: 
        !          3936: 2009-08-01  misha
        !          3937: 
        !          3938:        * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
        !          3939:          src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
        !          3940:          OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
        !          3941:          can't be disabled with defines any longer
        !          3942: 
        !          3943: 2009-07-29  misha
        !          3944: 
        !          3945:        * src/classes/reflection.C, tests/results/224.processed: - for
        !          3946:          native methods with any call type now returned empty call_type
        !          3947:          value
        !          3948: 
        !          3949:        * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
        !          3950:          classes/table.C, include/pa_hash.h, include/pa_request.h,
        !          3951:          main/pa_request.C: - break in cycles was optimized
        !          3952: 
        !          3953:        * INSTALL: - more defines were described
        !          3954: 
        !          3955: 2009-07-28  misha
        !          3956: 
        !          3957:        * operators.txt: - some changes in information about reflection
        !          3958:          class
        !          3959: 
        !          3960:        * tests/: 224.html, 224.p: - tests for reflection class
        !          3961: 
        !          3962:        * src/classes/reflection.C: - some bugs were fixed, method classes
        !          3963:          was added, refactoring
        !          3964: 
        !          3965: 2009-07-26  misha
        !          3966: 
        !          3967:        * src/classes/classes.vcproj: - reflection class wass added to
        !          3968:          project
        !          3969: 
        !          3970:        * operators.txt: - information about reflection class was added
        !          3971: 
        !          3972:        * src/classes/reflection.C: - class was redesigned
        !          3973: 
        !          3974: 2009-07-24  misha
        !          3975: 
        !          3976:        * src/classes/: Makefile.am, reflection.C: - class reflection was
        !          3977:          added
        !          3978: 
        !          3979:        * src/types/pa_vstateless_class.h: - method for reflection method's
        !          3980:          in classes was added
        !          3981: 
        !          3982: 2009-07-22  misha
        !          3983: 
        !          3984:        * src/main/compile_tools.h: - bugfix: $object.$var was
        !          3985:          over-optimized. it failed if $object1.$object2.field
        !          3986: 
        !          3987: 2009-07-16  misha
        !          3988: 
        !          3989:        * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
        !          3990:          lib/cord/cordxtra.c, lib/cord/include/cord.h,
        !          3991:          include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
        !          3992:          CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
        !          3993:          one more arg: length of cord
        !          3994: 
        !          3995: 2009-07-15  misha
        !          3996: 
        !          3997:        * src/main/pa_http.C: - bugfix: $.cookies' values should be force
        !          3998:          tainted in ^file::load[http://...;$.cookies[]]
        !          3999: 
        !          4000:        * src/classes/: op.C, regex.C, string.C: - new string with
        !          4001:          exception was used
        !          4002: 
        !          4003:        * src/include/pa_exception.h: - new string with exception was added
        !          4004: 
        !          4005:        * tests/223.html: - test for checking cookie-encoding during
        !          4006:          ^file::load[http was added
        !          4007: 
        !          4008:        * tests/: 221.html, 222.html: - tests for checking type of
        !          4009:          $table.fields.field were added
        !          4010: 
        !          4011:        * src/types/pa_vtable.C: - not used var decl was removed
        !          4012: 
        !          4013:        * src/include/pa_string.h: - use cached string length in Body::mid.
        !          4014:          it improves speed of match with brackets in pattern
        !          4015: 
        !          4016:        * src/lib/cord/include/cord.h: - make CORD_substr_checked available
        !          4017:          outside
        !          4018: 
        !          4019: 2009-07-14  misha
        !          4020: 
        !          4021:        * src/types/pa_vtable.C: - $table.fields.a return string even if
        !          4022:          column is empty (sometime returned void) - $table.fields was
        !          4023:          added for nameless tables
        !          4024: 
        !          4025:        * src/targets/cgi/getopt.c: - one warning resolved
        !          4026: 
        !          4027:        * src/main/pa_string.C: - potentian bug fixed
        !          4028: 
        !          4029:        * src/classes/op.C: - small optimization in taint/untaint
        !          4030: 
        !          4031: 2009-07-13  misha
        !          4032: 
        !          4033:        * tests/156.html: - test for $cookie[...$.httponly(false)...] was
        !          4034:          added
        !          4035: 
        !          4036:        * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
        !          4037:          souldn't add the attribut to output
        !          4038: 
        !          4039: 2009-07-11  misha
        !          4040: 
        !          4041:        * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
        !          4042:          stack size was increaced to 2MB (default=1MB)
        !          4043: 
        !          4044: 2009-07-08  misha
        !          4045: 
        !          4046:        * src/main/pa_string.C: - link to UTF-8 description was added
        !          4047: 
        !          4048:        * src/include/pa_hash.h: - hash keeps element's order in more
        !          4049:          places (ex: ._keys[])
        !          4050: 
        !          4051:        * tests/220.html: - test for checking order of elements in hash in
        !          4052:          foreach was added
        !          4053: 
        !          4054:        * tests/172.html: - small changes in printing hash
        !          4055: 
        !          4056:        * tests/129.html: - small changes in printing hash
        !          4057: 
        !          4058:        * src/: include/pa_common.h, include/pa_hash.h,
        !          4059:          include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
        !          4060:          types/pa_vmethod_frame.h: - hash now keeps order of elements
        !          4061: 
        !          4062:        * tests/014.html: - small changes in printing hash
        !          4063: 
        !          4064: 2009-07-07  misha
        !          4065: 
        !          4066:        * src/classes/op.C: - new taint language "parser-code" was added
        !          4067: 
        !          4068:        * tests/219.html: - test for auto untaint parser code in process
        !          4069:          was added
        !          4070: 
        !          4071:        * src/classes/op.C: - tainted pieces in body of process are
        !          4072:          auto-untainted now: ^ -> ^^, $ -> ^$ etc.
        !          4073: 
        !          4074:        * src/: include/pa_string.h, main/untaint.C: - new language
        !          4075:          L_PARSER_CODE for auto-untaint in process was added
        !          4076: 
        !          4077:        * src/: classes/file.C, classes/hash.C, classes/image.C,
        !          4078:          classes/op.C, classes/string.C, classes/table.C, classes/void.C,
        !          4079:          classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
        !          4080:          main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
        !          4081:          main/untaint.C, types/pa_value.h, types/pa_vhash.h,
        !          4082:          types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
        !          4083:          code cleanup
        !          4084: 
        !          4085: 2009-07-06  misha
        !          4086: 
        !          4087:        * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
        !          4088:          table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
        !          4089:          deleted. taint_cstr[m] and untaint_cstr[m] should be used
        !          4090: 
        !          4091:        * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
        !          4092:          pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
        !          4093:          pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
        !          4094:          cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
        !          4095:          should be used
        !          4096: 
        !          4097:        * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
        !          4098:          pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
        !          4099:          cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
        !          4100:          untaint_cstr[m] should be used
        !          4101: 
        !          4102:        * src/include/pa_string.h: - cstr(params) and cstrm(params) were
        !          4103:          deleted. taint_cstr[m] and untaint_cstr[m] should be used
        !          4104: 
        !          4105:        * tests/218.html: - test for checking automatic file-spec-taint was
        !          4106:          added
        !          4107: 
        !          4108:        * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
        !          4109:          types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
        !          4110:          classes/file.C, classes/hash.C, classes/image.C,
        !          4111:          classes/string.C, classes/table.C, classes/void.C,
        !          4112:          classes/xdoc.C: - optimizations and simplification of
        !          4113:          string.cstr(...)
        !          4114: 
        !          4115:        * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
        !          4116:          main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
        !          4117:          - optimizations and simplification of string.cstr(...)
        !          4118: 
        !          4119: 2009-07-04  misha
        !          4120: 
        !          4121:        * tests/217.html: - test for recursion detection was added
        !          4122: 
        !          4123:        * src/: types/types.vcproj, main/main.vcproj,
        !          4124:          classes/classes.vcproj, targets/cgi/parser3.vcproj,
        !          4125:          targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
        !          4126:          from .vcproj
        !          4127: 
        !          4128:        * src/types/pa_wwrapper.h: - dynamic_cast was removed
        !          4129: 
        !          4130:        * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
        !          4131:          uploading files and case-insensitive http-method were added
        !          4132: 
        !          4133:        * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
        !          4134:          tainted pattern in ^file:list[] was added
        !          4135: 
        !          4136: 2009-07-03  misha
        !          4137: 
        !          4138:        * src/: classes/classes.vcproj, main/main.vcproj,
        !          4139:          types/types.vcproj, targets/cgi/parser3.vcproj,
        !          4140:          targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
        !          4141:          for dynamic_cast) - little options changes
        !          4142: 
        !          4143:        * src/main/pa_http.C: - file::load[http works now with uploading
        !          4144:          files _and_ changing $.charset
        !          4145: 
        !          4146: 2009-06-29  misha
        !          4147: 
        !          4148:        * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
        !          4149:          while creating pattern
        !          4150: 
        !          4151: 2009-06-25  misha
        !          4152: 
        !          4153:        * src/classes/image.C, operators.txt: - options' names for
        !          4154:          ^image.font were changed to $.space, $.width and $spacing -
        !          4155:          default space width now == gif's width
        !          4156: 
        !          4157: 2009-06-24  misha
        !          4158: 
        !          4159:        * tests/215.html: - tests for $file.mode were added
        !          4160: 
        !          4161:        * operators.txt: - added info about $file.mode and changes in
        !          4162:          ^image.font[
        !          4163: 
        !          4164:        * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
        !          4165:          param now could be omited - third param now could be hash (with
        !          4166:          all widths options: $.space-width, $.letter-width) - it's
        !          4167:          possible to specify tracking ($.letter-space)
        !          4168: 
        !          4169:        * src/classes/file.C: - file objects now could have mode field
        !          4170:          (text|binary)
        !          4171: 
        !          4172:        * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
        !          4173: 
        !          4174: 2009-06-23  misha
        !          4175: 
        !          4176:        * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
        !          4177:          trim can work with utf-8 chars now
        !          4178: 
        !          4179: 2009-06-20  misha
        !          4180: 
        !          4181:        * src/: classes/hash.C, main/pa_string.C: - string length cacheing
        !          4182:          was implemented
        !          4183: 
        !          4184:        * src/classes/table.C: - string length cacheing was implemented
        !          4185: 
        !          4186:        * src/include/pa_string.h: - string length cacheing was implemented
        !          4187: 
        !          4188: 2009-06-17  misha
        !          4189: 
        !          4190:        * src/main/execute.C: - value param was removed from
        !          4191:          WContext::WContext
        !          4192: 
        !          4193:        * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
        !          4194:          pa_wwrapper.h: - value param was removed from WContext::WContext
        !          4195:          - field wcontext was removed from VCodeFrame (using fparent
        !          4196:          instead)
        !          4197: 
        !          4198:        * tests/214.html: - test with hash copying
        !          4199: 
        !          4200: 2009-06-16  misha
        !          4201: 
        !          4202:        * tests/: 062.html, results/062.processed: - evaluation hardcoded
        !          4203:          strings doesn't work in expression anymore
        !          4204: 
        !          4205:        * src/main/execute.C: - less calls for get_constructing() - little
        !          4206:          refactoring
        !          4207: 
        !          4208:        * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
        !          4209:          include/pa_request.h: - less calls for get_constructing()
        !          4210: 
        !          4211:        * src/classes/: hash.C, hashfile.C: - fixed bug which was
        !          4212:          introduced with OPTIMIZE_SINGLE_STRING optimization
        !          4213: 
        !          4214: 2009-06-14  misha
        !          4215: 
        !          4216:        * src/: classes/date.C, classes/file.C, classes/hash.C,
        !          4217:          classes/hashfile.C, classes/image.C, classes/regex.C,
        !          4218:          classes/table.C, classes/xdoc.C, classes/xnode.h,
        !          4219:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
        !          4220:          types/pa_vstateless_class.h, main/execute.C: - create object for
        !          4221:          storing object's fields only for parser objects
        !          4222: 
        !          4223: 2009-06-13  misha
        !          4224: 
        !          4225:        * buildall-with-xml, buildall-without-xml: - new option was added
        !          4226:          for building GC (it slightly reduces memory usage)
        !          4227: 
        !          4228:        * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
        !          4229:          single string write
        !          4230: 
        !          4231:        * src/main/execute.C: - bytecode optimization of ^class:constructor
        !          4232:          - optimization of single string write
        !          4233: 
        !          4234:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
        !          4235:          - bytecode optimization of ^class:constructor
        !          4236: 
        !          4237: 2009-06-09  misha
        !          4238: 
        !          4239:        * src/targets/cgi/parser3.C: - type size_t was changed to int in
        !          4240:          main (better compatibility)
        !          4241: 
        !          4242: 2009-06-08  misha
        !          4243: 
        !          4244:        * src/main/compile.y: - I've forgot to commit it :(
        !          4245: 
        !          4246: 2009-06-07  misha
        !          4247: 
        !          4248:        * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
        !          4249:          WITH_READ and WITH_ROOT
        !          4250: 
        !          4251:        * src/main/: compile.y, compile_tools.C, compile_tools.h,
        !          4252:          execute.C: - more optimizations for WITH_SELF, WITH_READ and
        !          4253:          WITH_ROOT - little refactoring
        !          4254: 
        !          4255: 2009-06-06  misha
        !          4256: 
        !          4257:        * tests/213.html: - tests for 3rd match string-param were added
        !          4258: 
        !          4259:        * src/classes/string.C: - 3rd match param could be string now
        !          4260: 
        !          4261:        * src/main/: compile.y, compile_tools.h: - much more bytecode's
        !          4262:          sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
        !          4263:          GET_OBJECT_ELEMENT
        !          4264: 
        !          4265: 2009-06-05  misha
        !          4266: 
        !          4267:        * src/main/pa_http.C: - bugfix: content-length was not calculated
        !          4268:          if $.body was specified
        !          4269: 
        !          4270: 2009-06-04  misha
        !          4271: 
        !          4272:        * src/classes/op.C: - optimizing write_assign_lang in connect
        !          4273: 
        !          4274:        * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
        !          4275: 
        !          4276:        * src/main/execute.C: - little refactoring - optimizing
        !          4277:          write_assign_lang in taint/untaint
        !          4278: 
        !          4279:        * src/include/pa_opcode.h: - little refactoring
        !          4280: 
        !          4281:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
        !          4282:          main/compile_tools.h, main/execute.C: - optimizations for
        !          4283:          $self.field, ^self.method, $self.field[...] and $self.field(...)
        !          4284:          were added
        !          4285: 
        !          4286: 2009-06-03  misha
        !          4287: 
        !          4288:        * src/types/pa_venv.C: - pa_strdup was replaced by strdup
        !          4289: 
        !          4290: 2009-06-02  misha
        !          4291: 
        !          4292:        * src/: main/compile.y, main/compile_tools.h, main/execute.C,
        !          4293:          include/pa_opcode.h: - refactoring in last optimizations
        !          4294:          ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
        !          4295:          now but code is much easy and it is ready for further
        !          4296:          improvements.
        !          4297: 
        !          4298: 2009-05-27  misha
        !          4299: 
        !          4300:        * src/: types/pa_junction.h, types/pa_vjunction.C,
        !          4301:          types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
        !          4302:          changed in destructing junctions
        !          4303: 
        !          4304:        * src/main/: pa_charset.C, pa_string.C: - more safe creation on
        !          4305:          String:Body
        !          4306: 
        !          4307: 2009-05-26  misha
        !          4308: 
        !          4309:        * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
        !          4310:          one method detect_charset was deleted - bug was fixed in this
        !          4311:          method (error while detecting charset in content_type withot last
        !          4312:          ';')
        !          4313: 
        !          4314:        * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
        !          4315:          once
        !          4316: 
        !          4317: 2009-05-25  misha
        !          4318: 
        !          4319:        * src/classes/file.C: - bugfix: file::exec didn't work after
        !          4320:          optimizing of helper_length
        !          4321: 
        !          4322: 2009-05-24  misha
        !          4323: 
        !          4324:        * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
        !          4325:          were added - little refactoring
        !          4326: 
        !          4327:        * src/main/execute.C: - core while printing in debug log
        !          4328:          non-printable values was fixed - $a[$b.c] and $a[$b.$c]
        !          4329:          optimisations were added
        !          4330: 
        !          4331:        * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
        !          4332:          were added
        !          4333: 
        !          4334: 2009-05-23  misha
        !          4335: 
        !          4336:        * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
        !          4337:          lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
        !          4338:          CORD_cat optimization
        !          4339: 
        !          4340:        * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
        !          4341:          - call constr optimisation under separate define now
        !          4342: 
        !          4343:        * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
        !          4344:          in $b should be string, not void
        !          4345: 
        !          4346:        * src/main/compile.y: - little fix for rem-cut optimisation
        !          4347: 
        !          4348:        * src/: include/pa_opcode.h, main/compile_tools.C,
        !          4349:          main/compile_tools.h, main/execute.C: - optimisations for
        !          4350:          $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
        !          4351: 
        !          4352:        * INSTALL: - description of some #defined were added
        !          4353: 
        !          4354:        * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
        !          4355:          before 1st access (memory usage is reduced if don't access to
        !          4356:          .text field)
        !          4357: 
        !          4358:        * src/include/pa_array.h: - array grows step now not static (it
        !          4359:          reduces numbers of reallocs)
        !          4360: 
        !          4361: 2009-05-20  misha
        !          4362: 
        !          4363:        * src/include/pa_opcode.h: - bytecode optimization for $a(1),
        !          4364:          $.b(2), $c[d] and $.e[f] was added
        !          4365: 
        !          4366:        * src/main/: compile.y, compile_tools.C, compile_tools.h,
        !          4367:          execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
        !          4368:          $.e[f] was added
        !          4369: 
        !          4370:        * src/main/execute.C: - debug printing moved in defines
        !          4371: 
        !          4372:        * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
        !          4373:          and little refactoring for OP_GET_OBJECT_ELEMENT +
        !          4374:          OP_GET_OBJECT_VAR_ELEMENT optimisation
        !          4375: 
        !          4376: 2009-05-19  misha
        !          4377: 
        !          4378:        * src/main/: compile.y, compile_tools.C, compile_tools.h,
        !          4379:          execute.C: - $a.$b & ^a.$b bytecode optimisation
        !          4380: 
        !          4381:        * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
        !          4382:          ^a.$b optimisation)
        !          4383: 
        !          4384:        * src/main/compile.y: - compiler now generate new opcodes:
        !          4385:          OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
        !          4386:          ^a.b - compiler now cut off ^rem{ with all content ; any number
        !          4387:          of params }
        !          4388: 
        !          4389:        * src/main/execute.C: - code for handle new opcodes
        !          4390:          OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
        !          4391: 
        !          4392:        * src/main/: compile_tools.C, compile_tools.h: - new parameter was
        !          4393:          added for LA2V and LA2S
        !          4394: 
        !          4395:        * src/include/pa_opcode.h: - new defines which can be used for
        !          4396:          disable some bytecode optimisation and new opcodes were added
        !          4397: 
        !          4398: 2009-05-17  misha
        !          4399: 
        !          4400:        * src/lib/cord/cordxtra.c: - bugfix.
        !          4401: 
        !          4402:        * tests/212.html: - .size[] and .study_size[] were added to tests
        !          4403: 
        !          4404:        * operators.txt: - info about regex class was added
        !          4405: 
        !          4406:        * tests/212.html: - tests for regex class were added
        !          4407: 
        !          4408: 2009-05-16  misha
        !          4409: 
        !          4410:        * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
        !          4411:          gc7.1
        !          4412: 
        !          4413:        * tests/022.html: - test for ^file:list[path;] (empty second param)
        !          4414:          was added
        !          4415: 
        !          4416:        * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
        !          4417:          param) should work
        !          4418: 
        !          4419: 2009-05-15  misha
        !          4420: 
        !          4421:        * src/classes/table.C: - automatically disable stringstream usage
        !          4422:          on freebsd4
        !          4423: 
        !          4424:        * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
        !          4425:          scope
        !          4426: 
        !          4427:        * tests/211.html: - test with different types of access to hash was
        !          4428:          added
        !          4429: 
        !          4430:        * tests/210.html: - test which checks for loosing tainting in
        !          4431:          hash's keys was added
        !          4432: 
        !          4433:        * tests/208.html: - some parser work added. or stime == 0 %-)
        !          4434: 
        !          4435:        * src/lib/cord/cordbscs.c: - little hack was added to cord
        !          4436: 
        !          4437:        * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
        !          4438: 
        !          4439:        * src/include/pa_version.h, configure.in: - moko have made a lot of
        !          4440:          optimisations for increacing version number more dramatically :)
        !          4441: 
        !          4442:        * src/classes/date.C: - little refactoring: use constructor which
        !          4443:          accepts formated string
        !          4444: 
        !          4445:        * src/: include/pa_string.h, main/pa_string.C: - String constructor
        !          4446:          which can print formatted string was added
        !          4447: 
        !          4448: 2009-05-14  misha
        !          4449: 
        !          4450:        * src/include/pa_string.h: - type was fixed
        !          4451: 
        !          4452:        * src/: classes/hashfile.C, classes/op.C,
        !          4453:          include/pa_cache_managers.h, include/pa_charset.h,
        !          4454:          include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
        !          4455:          include/pa_request.h, include/pa_sql_driver_manager.h,
        !          4456:          include/pa_string.h, include/pa_stylesheet_manager.h,
        !          4457:          include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
        !          4458:          main/pa_charsets.C, main/pa_string.C,
        !          4459:          main/pa_stylesheet_connection.C, types/pa_value.h,
        !          4460:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
        !          4461:          types/pa_vobject.C, types/pa_vstateless_class.C,
        !          4462:          types/pa_vstateless_class.h: - hash_code caching was implemented
        !          4463:          (seaches should be faster now)
        !          4464: 
        !          4465:        * src/: classes/file.C, classes/hash.C, classes/image.C,
        !          4466:          classes/string.C, classes/table.C, include/pa_string.h,
        !          4467:          main/pa_charset.C, main/pa_http.C, main/pa_request.C,
        !          4468:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
        !          4469:          types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
        !          4470:          types/pa_vrequest.C: - String constructors don't have that stupid
        !          4471:          true/false param which means 'tainted'. they accept lang instead.
        !          4472: 
        !          4473:        * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
        !          4474:          with OPTIMIZE_RESULT
        !          4475: 
        !          4476:        * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
        !          4477:          wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
        !          4478: 
        !          4479: 2009-05-13  misha
        !          4480: 
        !          4481:        * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
        !          4482:          types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
        !          4483:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
        !          4484:          types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
        !          4485:          types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
        !          4486:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
        !          4487:          include/pa_string.h, classes/date.C, classes/file.C,
        !          4488:          classes/hash.C, classes/image.C, classes/string.C,
        !          4489:          classes/table.C, classes/xdoc.C: - result optimisation -
        !          4490:          helper_length parameter removed from string constructors
        !          4491: 
        !          4492: 2009-05-11  misha
        !          4493: 
        !          4494:        * tests/209.html: - tests for ^hash::create[hash] were added
        !          4495: 
        !          4496:        * tests/208.html: - tests for $status:rusage, $status:memory,
        !          4497:          ^memory:compact[] were added
        !          4498: 
        !          4499:        * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
        !          4500:          log10 were added
        !          4501: 
        !          4502:        * tests/206.html: - test for try with finally was added
        !          4503: 
        !          4504: 2009-05-10  misha
        !          4505: 
        !          4506:        * tests/205.html: - test for ^file::create[...] was added
        !          4507: 
        !          4508:        * tests/204.html: - test for ^response:clear[] was added
        !          4509: 
        !          4510:        * tests/038.html: - tests for trigonometric functions were added
        !          4511: 
        !          4512:        * tests/014.html: - tests for ^hash.containts and ^hash.delete were
        !          4513:          added - more tests for .add, .sub, .union, .intersects and
        !          4514:          .intersections
        !          4515: 
        !          4516:        * tests/065.html: - test for ^file:dirname was added
        !          4517: 
        !          4518:        * tests/030.html: - test for $cookie:fields was added
        !          4519: 
        !          4520:        * tests/203.html: - test for ^h._keys[column name] was added
        !          4521: 
        !          4522:        * tests/201.html: - tests for .trim were added
        !          4523: 
        !          4524:        * tests/202.html: - tests for last-day,
        !          4525:          date:calendar[type](YYYY;MM;DD) were added
        !          4526: 
        !          4527:        * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
        !          4528:          .offset[type](N) were added
        !          4529: 
        !          4530:        * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
        !          4531:          and .pos[c](N) were added
        !          4532: 
        !          4533:        * tests/141.html: - test for math:sha1 was added
        !          4534: 
        !          4535:        * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
        !          4536: 
        !          4537: 2009-05-09  misha
        !          4538: 
        !          4539:        * src/main/compile.y: - rollback
        !          4540: 
        !          4541: 2009-05-05  misha
        !          4542: 
        !          4543:        * src/main/pa_exec.C: - little optimisation: somewhere length() was
        !          4544:          replaced by is_empty()
        !          4545: 
        !          4546:        * src/: include/pa_string.h, main/pa_charset.C: - little
        !          4547:          optimisation: somewhere length() was replaced by is_empty()
        !          4548: 
        !          4549:        * src/classes/table.C: - little optimisation: somewhere length()
        !          4550:          was replaced by is_empty()
        !          4551: 
        !          4552:        * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
        !          4553:          classes/op.C, classes/table.C, main/pa_exception.C: - little
        !          4554:          optimisation: somewhere length() was replaced by is_empty()
        !          4555: 
        !          4556: 2009-05-04  misha
        !          4557: 
        !          4558:        * src/: types/pa_method.h, types/pa_vstateless_class.C,
        !          4559:          types/pa_vstateless_class.h, main/execute.C,
        !          4560:          include/pa_request.h, classes/hash.C, classes/op.C,
        !          4561:          classes/table.C: - more optimisations were added: some operators
        !          4562:          don't switch write context anylonger
        !          4563: 
        !          4564: 2009-05-01  misha
        !          4565: 
        !          4566:        * src/main/compile.y: - slightly more opcode optimisations for
        !          4567:          WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
        !          4568: 
        !          4569:        * src/main/execute.C: - simplifying process for getters
        !          4570: 
        !          4571: 2009-04-30  misha
        !          4572: 
        !          4573:        * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
        !          4574: 
        !          4575:        * tests/results/199.processed: - test for checking $result into
        !          4576:          ^rem was added
        !          4577: 
        !          4578:        * tests/199.html: - test for checking $result into ^rem was added
        !          4579: 
        !          4580:        * tests/: 022.html, 096.html: - þsort after :list was asses (on
        !          4581:          some OS it returns list in different order)
        !          4582: 
        !          4583:        * src/: include/pa_array.h, include/pa_request.h,
        !          4584:          include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
        !          4585:          changes in stack impl - get_element() optimisation: 3rd param
        !          4586:          removed - bugfix: problems with reading empty input param -
        !          4587:          defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
        !          4588: 
        !          4589:        * tests/results/198.processed: - test for reading empty local var
        !          4590:          was added
        !          4591: 
        !          4592:        * tests/198.html: - test for reading empty local var was added
        !          4593: 
        !          4594: 2009-04-29  misha
        !          4595: 
        !          4596:        * src/main/compile.y: - bugfix: couldn't compile because
        !          4597:          OP_VALUE__GET_ELEMENT should be unde #ifdef
        !          4598: 
        !          4599:        * src/: include/pa_array.h, include/pa_opcode.h,
        !          4600:          include/pa_request.h, main/compile.y, main/execute.C,
        !          4601:          main/pa_request.C, types/pa_vmethod_frame.C,
        !          4602:          types/pa_vmethod_frame.h: - we can work without opcode
        !          4603:          OP_STORE_PARAM, so it was removed
        !          4604: 
        !          4605: 2009-04-28  misha
        !          4606: 
        !          4607:        * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
        !          4608:          op-codes optimisation:   1. VALUE+GET_CLASS=>VALUE_GET_CLASS   2.
        !          4609:          WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
        !          4610:          3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
        !          4611:          4.
        !          4612:          WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
        !          4613: 
        !          4614:        * src/main/compile_tools.h: - new stuff for op-codes optimisation
        !          4615: 
        !          4616:        * src/: main/pa_string.C, classes/string.C: - !length() =>
        !          4617:          is_empty()
        !          4618: 
        !          4619: 2009-04-27  misha
        !          4620: 
        !          4621:        * src/types/pa_vregex.h: - back explicit vars initialisation
        !          4622: 
        !          4623: 2009-04-24  misha
        !          4624: 
        !          4625:        * src/classes/string.C: - ups. typo fixed
        !          4626: 
        !          4627:        * src/main/execute.C: - more replacements '*new VBool' to
        !          4628:          'VBool::get' - checks for ^break[], ^continue[] and
        !          4629:          parser.interrupted were optimised
        !          4630: 
        !          4631:        * src/classes/string.C: - number of params.count() calls was
        !          4632:          slightly reduced
        !          4633: 
        !          4634: 2009-04-23  misha
        !          4635: 
        !          4636:        * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
        !          4637:          make it x64 friendly
        !          4638: 
        !          4639:        * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
        !          4640:          parser is x64 friendly now
        !          4641: 
        !          4642: 2009-04-22  misha
        !          4643: 
        !          4644:        * src/types/pa_vhashfile.C: - coder friendly exception about
        !          4645:          exceeding record size was added
        !          4646: 
        !          4647:        * src/classes/file.C: - use vregex object instead of direct calls
        !          4648:          methods from pcre lib
        !          4649: 
        !          4650:        * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
        !          4651:          classes/string.C: - use vregex object instead of direct calls
        !          4652:          methods from pcre lib
        !          4653: 
        !          4654:        * src/: include/pa_common.h, main/pa_common.C: - method
        !          4655:          print_pcre_exec_error_text was moved to class vregex
        !          4656: 
        !          4657:        * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
        !          4658:          was added
        !          4659: 
        !          4660:        * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
        !          4661:          - class vregex was added
        !          4662: 
        !          4663: 2009-04-21  misha
        !          4664: 
        !          4665:        * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
        !          4666: 
        !          4667:        * src/: types/pa_junction.h, types/pa_value.C,
        !          4668:          types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
        !          4669:          types/pa_wcontext.h, main/execute.C, classes/op.C: -
        !          4670:          junction-optimisation (destructors)
        !          4671: 
        !          4672:        * src/include/pa_array.h: - free under if now
        !          4673: 
        !          4674: 2009-04-19  misha
        !          4675: 
        !          4676:        * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
        !          4677: 
        !          4678: 2009-04-18  misha
        !          4679: 
        !          4680:        * src/include/pa_version.h:
        !          4681:          :q :
        !          4682: 
        !          4683:          CV:
        !          4684:          ----------------------------------------------------------------------
        !          4685: 
        !          4686:        * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
        !          4687:          refactoring
        !          4688: 
        !          4689:        * src/: include/pa_array.h, include/pa_hash.h,
        !          4690:          types/pa_vmethod_frame.h: - destructors under #ifdef now
        !          4691: 
        !          4692:        * src/include/pa_memory.h: - define for using destructors was added
        !          4693: 
        !          4694:        * src/: types/pa_method.h, types/pa_vstateless_class.C,
        !          4695:          main/execute.C: - some junctions will be cached now
        !          4696: 
        !          4697:        * src/include/pa_hash.h: - hash destructor frees pairs now
        !          4698: 
        !          4699:        * src/include/pa_array.h: - inline was added to destructor
        !          4700: 
        !          4701:        * src/types/pa_method.h: - comment was changed
        !          4702: 
        !          4703: 2009-04-17  misha
        !          4704: 
        !          4705:        * src/: include/pa_array.h, include/pa_hash.h,
        !          4706:          types/pa_vmethod_frame.h: - destructors were added
        !          4707: 
        !          4708:        * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
        !          4709:          renamed to always_use_result
        !          4710: 
        !          4711:        * src/main/: compile.y, compile_tools.h: - rollback changes in
        !          4712:          compiler: full backward compatibility is better
        !          4713: 
        !          4714:        * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
        !          4715:          result in var's hash
        !          4716: 
        !          4717:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
        !          4718:          optimisation in method_frame
        !          4719: 
        !          4720:        * src/include/pa_array.h: - optimisation in array (allocate
        !          4721:          elements only when needed)
        !          4722: 
        !          4723:        * src/types/pa_vresponse.C: - check for $response:headers field
        !          4724:          before looking at custom fields
        !          4725: 
        !          4726:        * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
        !          4727:          not needed to check existance var with name 'result' in var's
        !          4728:          hash
        !          4729: 
        !          4730:        * src/main/compile.y: - compiler was changed: now it detects
        !          4731:          writings to $result and set flag writo_to_result in method
        !          4732: 
        !          4733:        * src/classes/string.C: - little optimisation: no needed to write
        !          4734:          number with lang
        !          4735: 
        !          4736:        * src/main/pa_charset.C: - methods readChar and skipChar which is
        !          4737:          used for read utf8-strings were renamed - is_escaped was renamed
        !          4738:          to isEscaped (to the same name convention)
        !          4739: 
        !          4740:        * src/: types/pa_method.h, main/compile_tools.h: - flag
        !          4741:          write_to_result added. compiler get this info from code.
        !          4742: 
        !          4743: 2009-04-16  misha
        !          4744: 
        !          4745:        * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
        !          4746:          String only before 1st write
        !          4747: 
        !          4748:        * src/include/pa_string.h: - not needed template removed
        !          4749: 
        !          4750:        * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
        !          4751:          types/pa_vjunction.C, types/pa_vproperty.C,
        !          4752:          types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
        !          4753:          main/pa_request.C, classes/bool.C, classes/double.C,
        !          4754:          classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
        !          4755:          classes/void.C, classes/xnode.C: - bool optimisation (use only 2
        !          4756:          bool objects)
        !          4757: 
        !          4758: 2009-04-15  misha
        !          4759: 
        !          4760:        * src/lib/cord/cordxtra.c: - more optimisation
        !          4761: 
        !          4762:        * src/: include/pa_string.h, main/untaint.C: - String::append
        !          4763:          optimisation
        !          4764: 
        !          4765:        * src/include/pa_hash.h: - get_by_hash_code added (it works faster
        !          4766:          then get and can sometime be used)
        !          4767: 
        !          4768:        * src/main/pa_string.C: - String::length optimisation
        !          4769: 
        !          4770:        * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
        !          4771:          these methods read different strings
        !          4772: 
        !          4773:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
        !          4774:          fresult_initial_void removed + some optimisation - if $result
        !          4775:          defined we don't write to context anymore
        !          4776: 
        !          4777:        * src/main/pa_charset.C: - readChar => skipChar (in this place we
        !          4778:          need just skip char)
        !          4779: 
        !          4780:        * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
        !          4781:          types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
        !          4782:          classes/table.C: - VVoid::get() => new VVoid (one void-instance)
        !          4783: 
        !          4784:        * src/types/pa_vvoid.h: - added get() method for retreave one
        !          4785:          instance
        !          4786: 
        !          4787: 2009-04-11  misha
        !          4788: 
        !          4789:        * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
        !          4790: 
        !          4791:        * tests/197.html: - test for parser://test in xml was added
        !          4792: 
        !          4793:        * src/classes/string.C: - small optimisation
        !          4794: 
        !          4795:        * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
        !          4796:          optimisation
        !          4797: 
        !          4798: 2009-04-10  misha
        !          4799: 
        !          4800:        * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
        !          4801:          to pcre-7.8
        !          4802: 
        !          4803:        * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
        !          4804: 
        !          4805:        * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
        !          4806:          added
        !          4807: 
        !          4808:        * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
        !          4809:          $request:CLASS_NAME were added
        !          4810: 
        !          4811:        * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
        !          4812:          were added
        !          4813: 
        !          4814:        * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
        !          4815:          $env:CLASS_NAME were added
        !          4816: 
        !          4817:        * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
        !          4818:          '@todo' now
        !          4819: 
        !          4820:        * src/targets/cgi/parser3.C: - size_t -> int for calming down
        !          4821:          compirer
        !          4822: 
        !          4823:        * src/main/pa_string.C: - little code cleanup
        !          4824: 
        !          4825:        * src/main/pa_common.C: - describe one more UTF-8 related error
        !          4826:          during PCRE compile/execute
        !          4827: 
        !          4828:        * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
        !          4829:          normalizing todo-comments: '@todo' now
        !          4830: 
        !          4831:        * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
        !          4832: 
        !          4833:        * src/main/pa_charset.C: - type changed for making compiler happy
        !          4834: 
        !          4835: 2009-03-10  misha
        !          4836: 
        !          4837:        * src/targets/cgi/parser3.C: make g++ happy with the type of argc
        !          4838:          in main()
        !          4839: 
        !          4840: 2009-02-01  misha
        !          4841: 
        !          4842:        * src/main/pa_http.C: - bugfix: double CRLF before the end of
        !          4843:          boundary
        !          4844: 
        !          4845: 2009-01-25  misha
        !          4846: 
        !          4847:        * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
        !          4848: 
        !          4849:        * src/classes/file.C: - more changes for parsing different number
        !          4850:          of params for file::load
        !          4851: 
        !          4852:        * tests/193.html: - tests for exception while base64-decode binary
        !          4853:          to string was added
        !          4854: 
        !          4855:        * tests/192.html: - tests for file::load with different number of
        !          4856:          options
        !          4857: 
        !          4858:        * src/classes/math.C: - ups. forgot '+1'
        !          4859: 
        !          4860:        * src/: classes/table.C, classes/file.C, include/pa_common.h,
        !          4861:          include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
        !          4862:          main/pa_http.C: - ^file::load[...;http://...;] now can post files
        !          4863:          (new option $.encode[multipart-form/data] should be specified) -
        !          4864:          $.method[] option for file::load now is not case-sensitive
        !          4865: 
        !          4866:        * src/: include/pa_string.h, main/untaint.C: - for file post the
        !          4867:          new taint language L_FILE_POST was added
        !          4868: 
        !          4869:        * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
        !          4870:          main/main.vcproj, classes/math.C, include/Makefile.am: - some
        !          4871:          stuff was moved to separate files
        !          4872: 
        !          4873: 2009-01-23  misha
        !          4874: 
        !          4875:        * src/classes/math.C: - little optimisation in ^math:sha1[] -
        !          4876:          spaces to tabs were converted
        !          4877: 
        !          4878: 2009-01-12  misha
        !          4879: 
        !          4880:        * src/main/pa_http.C: - value of $.method[] option force uppercased
        !          4881:          now
        !          4882: 
        !          4883:        * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
        !          4884:          types/pa_vform.C, types/pa_vmail.C: - some constants changed
        !          4885:          their names
        !          4886: 
        !          4887:        * src/main/pa_common.C: - changes in formating
        !          4888: 
        !          4889:        * src/: classes/file.C, main/pa_http.C: - some constants changed
        !          4890:          their names
        !          4891: 
        !          4892:        * src/include/pa_http.h: - some spaces were converted to tabs
        !          4893: 
        !          4894:        * src/include/pa_common.h: - some constants changed their names
        !          4895: 
        !          4896:        * src/classes/file.C: - fixed 4-th paramether for file::load -
        !          4897:          little code rewriting
        !          4898: 
        !          4899:        * src/types/pa_vfile.C: - little code rewriting
        !          4900: 
        !          4901:        * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
        !          4902:          types/pa_value.h: - some formating changes
        !          4903: 
        !          4904:        * src/include/pa_common.h: - some formating spaces transformed to
        !          4905:          tabs
        !          4906: 
        !          4907:        * src/classes/string.C: - exception while base64-decode binary to a
        !          4908:          string
        !          4909: 
        !          4910: 2009-01-11  misha
        !          4911: 
        !          4912:        * configure.in: - version changed to 3.3.1b
        !          4913: 
        !          4914: 2008-09-05  misha
        !          4915: 
        !          4916:        * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
        !          4917:          release_3_3_0 on 2008-09-05 10:59:35 +0000
        !          4918: 
        !          4919: 2008-09-04  misha
        !          4920: 
        !          4921:        * tests/: 130.html, 131.html: - these exceptions not typeless
        !          4922:          anymore
        !          4923: 
        !          4924:        * src/classes/op.C: - exception with 'invalid taint language' not
        !          4925:          typeless anylonger
        !          4926: 
        !          4927:        * src/classes/image.C: - some exceptions while operations with
        !          4928:          image not typeless anymore
        !          4929: 
        !          4930:        * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
        !          4931:          main/pa_exec.C, main/pa_http.C: - some exceptions while
        !          4932:          operations with files not typeless anymore
        !          4933: 
        !          4934:        * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
        !          4935:          types/pa_vdate.h: - exceptions while checking date range not
        !          4936:          typeless anymore
        !          4937: 
        !          4938:        * src/include/pa_exception.h: - exception type string for invalid
        !          4939:          date range was added
        !          4940: 
        !          4941: 2008-09-03  misha
        !          4942: 
        !          4943:        * src/: classes/file.C, main/pa_string.C: - exception while pce
        !          4944:          operations not typeless anymore
        !          4945: 
        !          4946:        * src/include/pa_exception.h: - exception type for pce operations
        !          4947:          was added
        !          4948: 
        !          4949:        * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
        !          4950:          and .CLASS_NAME insite classes
        !          4951: 
        !          4952:        * src/classes/table.C: - don't save table header whiile
        !          4953:          ^table.save[append;filename] if file exists
        !          4954: 
        !          4955: 2008-09-02  misha
        !          4956: 
        !          4957:        * src/main/compile.y, src/main/compile_tools.h,
        !          4958:          src/types/pa_vstateless_class.h, src/main/compile.tab.C,
        !          4959:          tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
        !          4960:          renamed to partial and it login changed: we must mark class as
        !          4961:          partial for allow their modifications in future.
        !          4962: 
        !          4963: 2008-08-29  misha
        !          4964: 
        !          4965:        * tests/results/022.processed: - testing taint[regex] in mask for
        !          4966:          file:list
        !          4967: 
        !          4968:        * tests/022.html: - testing taint[regex] in mask for file:list
        !          4969: 
        !          4970:        * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
        !          4971:          for file:list was added
        !          4972: 
        !          4973:        * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
        !          4974:          file:list
        !          4975: 
        !          4976: 2008-08-26  misha
        !          4977: 
        !          4978:        * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
        !          4979:          last derived object
        !          4980: 
        !          4981:        * src/classes/image.C: - many strings "image.format" replaced by
        !          4982:          IMAGE_FORMAT constant string - handle GPS info while parse exif -
        !          4983:          understand some more exif tags
        !          4984: 
        !          4985:        * src/include/pa_exception.h: - string "image.format" was added
        !          4986: 
        !          4987: 2008-08-21  misha
        !          4988: 
        !          4989:        * src/: main/pa_string.C, classes/file.C: - use method for print
        !          4990:          pcre_exec text error
        !          4991: 
        !          4992:        * src/main/pa_common.C: - method for print pcre_exec text error was
        !          4993:          added
        !          4994: 
        !          4995:        * src/include/pa_common.h: - method declaration for print pcre_exec
        !          4996:          text error was added
        !          4997: 
        !          4998: 2008-08-19  misha
        !          4999: 
        !          5000:        * src/main/execute.C: - bugfix: opcodes must be in separate
        !          5001:          namespace while debug execution as well
        !          5002: 
        !          5003:        * tests/: 015.html, results/015.processed: - test for escaping some
        !          5004:          parser chars was added
        !          5005: 
        !          5006: 2008-08-18  misha
        !          5007: 
        !          5008:        * tests/: 190.html, 190.p, results/190.processed: - test for
        !          5009:          $caller.self.field + default getter in one class was added
        !          5010: 
        !          5011:        * tests/: 189.html, results/189.processed: - test for
        !          5012:          ^date::create[date object]
        !          5013: 
        !          5014:        * tests/: 188.html, results/188.processed: - tests for match with
        !          5015:          UTF-8 strings
        !          5016: 
        !          5017:        * src/main/pa_string.C: - option 'U' (ungreedy) was added to
        !          5018:          ^string.match[]
        !          5019: 
        !          5020:        * ChangeLog: - parser 3.3.0 beta13
        !          5021: 
        !          5022: 2008-08-15  misha
        !          5023: 
        !          5024:        * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
        !          5025:          internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
        !          5026:          pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
        !          5027:          dftables.c: - old PCRE files removed
        !          5028: 
        !          5029:        * src/lib/pcre/config.h: - configuration for PCRE library
        !          5030: 
        !          5031:        * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
        !          5032:          use PCRE library from win32\pcre instead of parser3\src\lib\pcre
        !          5033: 
        !          5034:        * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
        !          5035:          library and set flag UTF8 if $request:charset is UTF-8
        !          5036: 
        !          5037:        * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
        !          5038:          include/pa_config_fixed.h: - moved to new PCRE library
        !          5039: 
        !          5040:        * src/: main/main.vcproj, types/types.vcproj,
        !          5041:          classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
        !          5042:          win32\pcre instead of parser3\src\lib\pcre
        !          5043: 
        !          5044:        * src/: include/pa_opcode.h, include/pa_operation.h,
        !          5045:          main/compile.C, main/compile.y, main/compile_tools.C,
        !          5046:          main/compile_tools.h, main/execute.C, main/compile.tab.C: -
        !          5047:          opcodes were moved to separate namespace
        !          5048: 
        !          5049: 2008-08-14  misha
        !          5050: 
        !          5051:        * src/types/pa_vstateless_class.C: - newline at the end missed
        !          5052: 
        !          5053:        * src/main/untaint.C: - char '-' also prefixed by '\' while regex
        !          5054:          tainting
        !          5055: 
        !          5056: 2008-08-11  misha
        !          5057: 
        !          5058:        * tests/: 187.html, 187.p, results/187.processed: - tests for
        !          5059:          $caller.self, $caller.self.field and $caller.self.field[value]
        !          5060:          were added
        !          5061: 
        !          5062:        * src/types/pa_vmethod_frame.h: - still need to check 'self'
        !          5063:          runtime as well (for $caller.self)
        !          5064: 
        !          5065: 2008-07-25  misha
        !          5066: 
        !          5067:        * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
        !          5068:          059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
        !          5069:          086.html, 098.html, 109.html, 121.html: - set correct charsets in
        !          5070:          tests with international characters
        !          5071: 
        !          5072: 2008-07-23  misha
        !          5073: 
        !          5074:        * src/main/pa_http.C: - escape $cookies as %uXXXX while
        !          5075:          file::load[...;http://
        !          5076: 
        !          5077:        * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
        !          5078:          now everywhere in separate namespace
        !          5079: 
        !          5080:        * src/types/pa_vmethod_frame.h: - looking for caller before looking
        !          5081:          for vars
        !          5082: 
        !          5083:        * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
        !          5084:          can be escaped by '^'
        !          5085: 
        !          5086: 2008-07-22  misha
        !          5087: 
        !          5088:        * src/classes/string.C, tests/186.html: - names changes:
        !          5089:          escape=>js-escape, unescape=>js-unescape
        !          5090: 
        !          5091: 2008-07-21  misha
        !          5092: 
        !          5093:        * tests/results/186.processed: - test for string escape/unescape
        !          5094: 
        !          5095:        * tests/186.html: - test for string escape/unescape
        !          5096: 
        !          5097:        * src/classes/string.C: - string has escape and unescape methods
        !          5098:          now
        !          5099: 
        !          5100:        * src/: include/pa_string.h, main/pa_string.C: - escape method was
        !          5101:          added
        !          5102: 
        !          5103:        * src/: include/pa_charset.h, main/pa_charset.C: - more escape
        !          5104:          method-layers added (with different params)
        !          5105: 
        !          5106: 2008-07-18  misha
        !          5107: 
        !          5108:        * tests/results/185.processed: - test for ^str.pos[substr](offset)
        !          5109:          was added
        !          5110: 
        !          5111:        * tests/185.html: - test for ^str.pos[sub](offset) added
        !          5112: 
        !          5113:        * src/classes/string.C, src/classes/void.C, operators.txt: -
        !          5114:          ^string.pos[substr](offset) -- 2nd param accepted now
        !          5115: 
        !          5116:        * src/main/pa_string.C: - .pos works fine with offset for utf-8
        !          5117:          strings
        !          5118: 
        !          5119: 2008-07-17  misha
        !          5120: 
        !          5121:        * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
        !          5122:          helper length added for mid for small optimisation
        !          5123: 
        !          5124: 2008-07-16  misha
        !          5125: 
        !          5126:        * tests/: 185.html, results/185.processed: - tests for
        !          5127:          length/left/right/mid/pos with utf-8 strings
        !          5128: 
        !          5129:        * src/classes/string.C: - left/right/mid/length/pos works fine for
        !          5130:          utf-8 strings
        !          5131: 
        !          5132:        * src/main/untaint.C: - comments removed
        !          5133: 
        !          5134:        * src/: include/pa_string.h, main/pa_string.C,
        !          5135:          include/pa_charset.h, main/pa_charset.C: - methods for working
        !          5136:          with pos/mid for strings in utf-8 were added
        !          5137: 
        !          5138: 2008-07-15  misha
        !          5139: 
        !          5140:        * tests/: 184.html, results/184.processed: - test for case body as
        !          5141:          expression: $var(^switch(1){^case(1)(true)..})
        !          5142: 
        !          5143:        * src/classes/op.C: - case body can be expression now:
        !          5144:          $var(^switch(1){^case(1)(true)..})
        !          5145: 
        !          5146:        * tests/: results/183.processed, 183.html: - added test for testing
        !          5147:          new cookie encoding (%uXXXX)
        !          5148: 
        !          5149:        * src/main/untaint.C: - cookies outputs as %uXXXX now. while
        !          5150:          decoding for backward compatibility they decoded from %XX in
        !          5151:          request:charset too
        !          5152: 
        !          5153:        * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
        !          5154:          - cookie class now decode cookies before first access after last
        !          5155:          request:charset changing (as form class).
        !          5156: 
        !          5157:        * src/main/pa_charset.C: - added method escape for escaping cookies
        !          5158:          as %uXXXX - before transcode calculate required space for dest
        !          5159:          string. it reduce mem usage for transcode
        !          5160: 
        !          5161:        * src/include/pa_charset.h: - added method escape for escaping
        !          5162:          cookies as %uXXXX
        !          5163: 
        !          5164:        * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
        !          5165:          was added. will used for escaping cookies as %uXXXX
        !          5166: 
        !          5167:        * src/include/pa_common.h: - escape method has new option for skip
        !          5168:          converting '+' to a space char
        !          5169: 
        !          5170:        * src/main/: pa_common.C, pa_http.C: - skip BOM code before
        !          5171:          transcode - escape method has new option for skip converting '+'
        !          5172:          to a space char
        !          5173: 
        !          5174: 2008-07-08  misha
        !          5175: 
        !          5176:        * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
        !          5177:          (no UE if more then 1 case matches anylonger) - optimization:
        !          5178:          doing searching.as_string() || searching.as_double() only once
        !          5179: 
        !          5180: 2008-07-04  misha
        !          5181: 
        !          5182:        * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
        !          5183:          now ^date::create[date object] works
        !          5184: 
        !          5185:        * src/classes/string.C: - left and right added as aliases for start
        !          5186:          and end in ^string.trim[]
        !          5187: 
        !          5188: 2008-07-03  misha
        !          5189: 
        !          5190:        * src/classes/file.C: - allow $.limit for file::sql as well
        !          5191: 
        !          5192:        * src/classes/file.C: - allow $.offset option for file::sql - force
        !          5193:          send limit=1 to query for use sql specifics authomatically
        !          5194: 
        !          5195:        * src/classes/: hash.C, string.C, table.C: - don't throw exception
        !          5196:          if $.limit value if empty. autoconvert it as everywere
        !          5197: 
        !          5198: 2008-07-02  misha
        !          5199: 
        !          5200:        * configure.in: - time to change version number to 3.3.0 %-)
        !          5201: 
        !          5202:        * src/include/pa_version.h: - time to change version number to
        !          5203:          3.3.0 %-)
        !          5204: 
        !          5205: 2008-06-26  misha
        !          5206: 
        !          5207:        * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
        !          5208:          $.limit(0) fixes
        !          5209: 
        !          5210:        * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
        !          5211:          - $.limit(0) fixes
        !          5212: 
        !          5213:        * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
        !          5214:          new API)
        !          5215: 
        !          5216:        * src/: include/pa_sql_driver_manager.h,
        !          5217:          include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
        !          5218:          classes/op.C: - document_root added
        !          5219: 
        !          5220:        * src/main/compile.tab.C: - error message was changed
        !          5221: 
        !          5222: 2008-06-25  misha
        !          5223: 
        !          5224:        * src/main/compile.y: - error message was changed
        !          5225: 
        !          5226: 2008-06-24  misha
        !          5227: 
        !          5228:        * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
        !          5229: 
        !          5230:        * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
        !          5231:          tests for @OPTIONS\nappend
        !          5232: 
        !          5233:        * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
        !          5234: 
        !          5235:        * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
        !          5236: 
        !          5237:        * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
        !          5238: 
        !          5239:        * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
        !          5240:          compile.y
        !          5241: 
        !          5242: 2008-06-17  misha
        !          5243: 
        !          5244:        * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
        !          5245:          compilation: ^if(default){true. it's incorrect. must be
        !          5246:          exception}
        !          5247: 
        !          5248: 2008-06-16  misha
        !          5249: 
        !          5250:        * tests/: 181.ent, 181.html, results/181.processed: - test for
        !          5251:          checking external reference loading with 'http://localhost'
        !          5252:          prefix while creating xdoc
        !          5253: 
        !          5254:        * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
        !          5255:          ^math:long2ip[] and ^math:ip2long[]
        !          5256: 
        !          5257:        * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
        !          5258:          added which use scalar stateless class method when user object
        !          5259:          used in scalar context - use get_scalar_value when user object
        !          5260:          requested in scalar context
        !          5261: 
        !          5262:        * src/main/pa_common.C: - size must be int but not size_t or we
        !          5263:          can't compare with 0 sprintf result
        !          5264: 
        !          5265:        * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
        !          5266:          main/execute.C, main/pa_request.C: - go back to one VMethodFrame
        !          5267:          with internal switch between local/global vars
        !          5268: 
        !          5269:        * src/types/pa_vclass.C: - register scalar if method @GET[] was
        !          5270:          specified
        !          5271: 
        !          5272:        * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
        !          5273:          pa_vstateless_object.h: - stateless class and object now has
        !          5274:          private scalar field and getter/setter for working with it
        !          5275: 
        !          5276:        * src/classes/math.C: - methods math:long2ip & math:ip2long were
        !          5277:          moved to inet static class
        !          5278: 
        !          5279:        * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
        !          5280:          class added (^inet:aton[IP], ^inet:ntoa(number))
        !          5281: 
        !          5282:        * tests/: 180.html, results/180.processed: - tests for
        !          5283:          ^math:long2ip(long) and ^math:ip2long[IP]
        !          5284: 
        !          5285:        * src/classes/math.C: - ^math:ip2long[IP] added
        !          5286: 
        !          5287: 2008-06-11  misha
        !          5288: 
        !          5289:        * src/main/pa_xml_io.C: - use file_read_text again because of we
        !          5290:          need cut BOM code and remove DOS newline chars. but don't
        !          5291:          transcode it anyway.
        !          5292: 
        !          5293:        * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
        !          5294:          main/pa_http.C: - option for disable transcoding while file_read
        !          5295:          and file_read_text added
        !          5296: 
        !          5297: 2008-06-10  misha
        !          5298: 
        !          5299:        * tests/: 179.html, 179.p, results/179.processed: - test for many
        !          5300:          classes in 1 file
        !          5301: 
        !          5302:        * src/main/: compile.C, compile_tools.h: - compile return list of
        !          5303:          classes now.
        !          5304: 
        !          5305:        * src/main/: compile.y, compile.tab.C: - compile return list of
        !          5306:          classes now. internals.
        !          5307: 
        !          5308:        * src/main/pa_request.C: - compile return list of classes now. try
        !          5309:          call @conf and @auto for each returned class
        !          5310: 
        !          5311:        * src/include/pa_request.h: - compile return list of classes now
        !          5312: 
        !          5313:        * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
        !          5314:          return list of classes when compile buf)
        !          5315: 
        !          5316: 2008-06-07  misha
        !          5317: 
        !          5318:        * src/main/pa_request.C: - constructing VRequest object with 3rd
        !          5319:          param -- form
        !          5320: 
        !          5321:        * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
        !          5322:          3rd param: form. needed for get post_charset
        !          5323: 
        !          5324:        * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
        !          5325:          added
        !          5326: 
        !          5327:        * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
        !          5328:          types/pa_vform.C, types/pa_vform.h: - some polish
        !          5329: 
        !          5330: 2008-06-06  misha
        !          5331: 
        !          5332:        * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
        !          5333:          charset and decode chars from it but not from response:charset
        !          5334: 
        !          5335:        * src/main/pa_http.C: - detect_charset moved out of here
        !          5336: 
        !          5337:        * src/: include/pa_common.h, main/pa_common.C: - more helpers
        !          5338:          methods moved here - unescape_chars accepn one charset now
        !          5339: 
        !          5340:        * src/main/pa_http.C: - new constants used - don't allow
        !          5341:          $.content-type in ^file::load[;http://;$.method[POST]] - add
        !          5342:          charset info while ^file::load[;http://;$.method[POST]] - option
        !          5343:          $.omit-post-charset(true) added to ^file::load[;http://] for
        !          5344:          disabling charset during post
        !          5345: 
        !          5346:        * src/types/pa_vform.C: - new constants used
        !          5347: 
        !          5348:        * src/include/pa_common.h: - some constants were added
        !          5349: 
        !          5350:        * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
        !          5351:          instead of StrEqNc
        !          5352: 
        !          5353:        * src/main/pa_common.C: - new method for caseless search
        !          5354:          c-substring in c-string - use isxdigit instead of is_hex_digit
        !          5355: 
        !          5356:        * src/include/pa_common.h: - new method for caseless search
        !          5357:          c-substring in c-string
        !          5358: 
        !          5359: 2008-06-05  misha
        !          5360: 
        !          5361:        * tests/results/178.processed: - test for testing default getter
        !          5362: 
        !          5363:        * tests/178.html: - test for testing default getter
        !          5364: 
        !          5365:        * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
        !          5366:          for test for testing default getter
        !          5367: 
        !          5368:        * src/main/execute.C: - default getter soul
        !          5369: 
        !          5370:        * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
        !          5371:          requested objects' field not found
        !          5372: 
        !          5373:        * src/types/pa_vclass.C: - register default getter if defined - get
        !          5374:          default getter if requested field not found
        !          5375: 
        !          5376:        * src/types/pa_vstateless_object.h: - method get_default_getter was
        !          5377:          added
        !          5378: 
        !          5379:        * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
        !          5380:          pointer to default getter and methods for get/set it were added
        !          5381: 
        !          5382:        * src/types/: pa_junction.h, pa_vjunction.h: - junction has
        !          5383:          auto_name field (for default getter)
        !          5384: 
        !          5385: 2008-06-04  misha
        !          5386: 
        !          5387:        * src/main/pa_xml_io.C: - load external xml in binary mode (no
        !          5388:          transcoding, no cutting BOM code, no fixing line breaks) and get
        !          5389:          it to libxml "as is"
        !          5390: 
        !          5391: 2008-06-03  misha
        !          5392: 
        !          5393:        * src/main/pa_common.C: - use store_Char instead of
        !          5394:          transcodeCharFromUTF8
        !          5395: 
        !          5396:        * src/: include/pa_charset.h, main/pa_charset.C: - method
        !          5397:          store_Char added, transcodeCharFromUTF8 -- removed
        !          5398: 
        !          5399: 2008-06-02  misha
        !          5400: 
        !          5401:        * tests/: results/177.processed, 177.html: - test for checking
        !          5402:          .[acm]date after local ^file::load[] was added
        !          5403: 
        !          5404:        * tests/: results/176.processed, 176.html: - test for checking
        !          5405:          @OPTION\locals + @method[vars][locals] added
        !          5406: 
        !          5407:        * tests/results/auto.p: - CLASS_PATH specified for checking use
        !          5408: 
        !          5409: 2008-05-30  misha
        !          5410: 
        !          5411:        * src/main/: compile.y, compile.tab.C: - changes in compiler:
        !          5412:          @OPTION\nlocals + @method[vars][;locals;] were added
        !          5413: 
        !          5414:        * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
        !          5415:          moved to separate method op_code - switch from VMethodFrame to
        !          5416:          VMethodFrameGlobal + VMethodFrameLocal
        !          5417: 
        !          5418:        * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
        !          5419:          was moved to separate method op_code
        !          5420: 
        !          5421:        * src/main/pa_request.C: - use VMethodFrameGlobal instead of
        !          5422:          VMethodFrame now
        !          5423: 
        !          5424:        * src/types/pa_vstateless_class.h: - stateless class have bool flag
        !          5425:          all_vars_local as well
        !          5426: 
        !          5427:        * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
        !          5428:          pa_vmethod_frame_local.h, Makefile.am: - who children for
        !          5429:          VMethodFrame were added: one (global) works as VMethodFrame
        !          5430:          before and second (local) write all vars in self vars scope
        !          5431: 
        !          5432:        * src/types/pa_method.h: - method has bool flag all_vars_local now
        !          5433: 
        !          5434: 2008-05-29  misha
        !          5435: 
        !          5436:        * tests/: 129.html, results/129.processed: - more tests for
        !          5437:          ^table.hash[]
        !          5438: 
        !          5439:        * src/classes/hash.C: - ^hash::sql has a new option:
        !          5440:          $.type[hash|string|table] as ^table.hash[] one.
        !          5441: 
        !          5442:        * src/classes/op.C: - ^try has 3rd param now: finally code which
        !          5443:          executed anyway after try or catch section
        !          5444: 
        !          5445: 2008-05-27  misha
        !          5446: 
        !          5447:        * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
        !          5448:          must not fail if $.distinct(1) wasn't specified
        !          5449: 
        !          5450: 2008-05-26  misha
        !          5451: 
        !          5452:        * src/classes/op.C: - allow ^throw[my type]
        !          5453: 
        !          5454: 2008-05-22  misha
        !          5455: 
        !          5456:        * configure.in, configure: - version number updated to 3.2.4b
        !          5457: 
        !          5458:        * src/classes/: op.C, string.C: - trim format string before
        !          5459:          eval/format
        !          5460: 
        !          5461:        * tests/: results/175.processed, 175.html: - more tests for
        !          5462:          different format strings in .format[]
        !          5463: 
        !          5464:        * src/types/pa_vform.C: - while decoding get values decode %uXXXX
        !          5465:          as well (not only %XX)
        !          5466: 
        !          5467:        * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
        !          5468:          charset specified - checks for format before print number
        !          5469:          (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
        !          5470:          (instead of tabs) removed
        !          5471: 
        !          5472:        * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
        !          5473:          charset specified
        !          5474: 
        !          5475:        * src/: include/pa_charset.h, main/pa_charset.C: - method for get
        !          5476:          char in requested charset from utf code was added
        !          5477: 
        !          5478: 2008-05-19  misha
        !          5479: 
        !          5480:        * tests/: 174.html, results/174.processed: - test for
        !          5481:          ^hashfile.cleanup[] added
        !          5482: 
        !          5483:        * src/classes/hashfile.C: - optimization: don't create any key or
        !          5484:          value variable if it's name weren't specified
        !          5485:          (^hf.foreach[;v]{...})
        !          5486: 
        !          5487: 2008-05-16  misha
        !          5488: 
        !          5489:        * src/classes/hash.C: - optimization: don't create any key variable
        !          5490:          if variable name wasn't specified (^h.foreach[;v]{...})
        !          5491: 
        !          5492: 2008-05-15  misha
        !          5493: 
        !          5494:        * src/classes/op.C: - small changes
        !          5495: 
        !          5496:        * src/classes/hashfile.C: - code reformating (as hash.foreach)
        !          5497: 
        !          5498:        * src/classes/hash.C: - calculate var_context once before foreach
        !          5499: 
        !          5500: 2008-05-14  misha
        !          5501: 
        !          5502:        * src/classes/hashfile.C: - incorrect vars context calculation for
        !          5503:          ^hashfile.foreach[;]{} fixed
        !          5504: 
        !          5505:        * src/classes/: hash.C, table.C: - little optimisation
        !          5506: 
        !          5507:        * src/classes/file.C: - bugfix: double absolute path while loading
        !          5508:          file
        !          5509: 
        !          5510:        * tests/: 174.html, results/174.processed: - tests for hashfile
        !          5511:          were added
        !          5512: 
        !          5513:        * buildall-with-xml: - moving to libxslt 1.1.24
        !          5514: 
        !          5515: 2008-04-30  misha
        !          5516: 
        !          5517:        * src/classes/file.C: - stat file while loading (local only) so
        !          5518:          .adate, .mdate and .cdate available without additional ::stat
        !          5519: 
        !          5520: 2008-04-28  misha
        !          5521: 
        !          5522:        * src/classes/file.C: - $.name and $.content-type available for
        !          5523:          stated file
        !          5524: 
        !          5525: 2008-04-14  misha
        !          5526: 
        !          5527:        * src/targets/cgi/parser3.C: - new year in copyright %-)
        !          5528: 
        !          5529:        * src/include/pa_version.h: - new version number in head
        !          5530: 
        !          5531: 2008-04-10  misha
        !          5532: 
        !          5533:        * tests/: 080.html, results/080.processed: - cut '0' from
        !          5534:          exponential part because of on diff OS it differ (20 or 020 for
        !          5535:          ex)
        !          5536: 
        !          5537:        * tests/: 119.html, results/119.processed: - check for encoding
        !          5538:          while creating xdoc
        !          5539: 
        !          5540: 2008-04-09  misha
        !          5541: 
        !          5542:        * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
        !          5543: 
        !          5544:        * src/main/pa_common.C: - comment added
        !          5545: 
        !          5546:        * src/classes/date.C: - little refactoring
        !          5547: 
        !          5548: 2008-04-07  misha
        !          5549: 
        !          5550:        * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
        !          5551:          style of ^table.save[]: prepare one big string and sabe it at
        !          5552:          once. it's safe on freebsd 4.x but use much more memory.
        !          5553: 
        !          5554:        * buildall-with-xml, buildall-without-xml: - option
        !          5555:          --disable-stringstream added (under comment. use it on freebsd
        !          5556:          4.x)
        !          5557: 
        !          5558: 2008-02-22  misha
        !          5559: 
        !          5560:        * src/main/pa_http.C: - exception if $.body[] and $.forms[]
        !          5561:          specified together in file::load[;http] - get back transcoding
        !          5562:          $.body[] in file::load[;http]
        !          5563: 
        !          5564: 2008-02-21  misha
        !          5565: 
        !          5566:        * src/classes/date.C: - ^date.gmt-string[] was added
        !          5567: 
        !          5568:        * src/types/pa_value.C: - method for output date in RFC 822 format
        !          5569:          moved to pa_common.h
        !          5570: 
        !          5571:        * src/include/pa_common.h: - method for output date in RFC 822
        !          5572:          format moved here from pa_value.C
        !          5573: 
        !          5574:        * src/types/pa_vmail.C: - fixed core in sending mail with
        !          5575:          attachment in simple mode ($.file[file here]) introduced in 3.2.2
        !          5576: 
        !          5577: 2008-02-20  misha
        !          5578: 
        !          5579:        * src/main/pa_http.C: - transcode $.headers before escaping into
        !          5580:          specified charset while ^file::load[...;http://...] (L_URI
        !          5581:          instead of L_HTTP_HEADER) - $.cookies param available in
        !          5582:          ^file::load[;http://...] now (but we don't parse set-cookies from
        !          5583:          response yet) (cookies not transcoded as common $cookies)
        !          5584: 
        !          5585: 2008-02-19  misha
        !          5586: 
        !          5587:        * src/main/pa_request.C: - rollback: we mustn't force taint
        !          5588:          $response:field values because in this case
        !          5589:          $response:locateion[http://...] don't works.
        !          5590: 
        !          5591: 2008-02-15  misha
        !          5592: 
        !          5593:        * src/classes/op.C: - little refactoring
        !          5594: 
        !          5595:        * src/main/pa_http.C: - taint names of $.headers for load[;http
        !          5596: 
        !          5597:        * src/main/pa_request.C: - force taint values of $response:field
        !          5598: 
        !          5599: 2008-02-14  misha
        !          5600: 
        !          5601:        * src/main/pa_request.C: - $response:field transcoded to
        !          5602:          $response:charset before escaping now
        !          5603: 
        !          5604:        * src/main/pa_http.C: - some outdated comments removed
        !          5605: 
        !          5606:        * src/classes/date.C: - lastdat -> last-day
        !          5607: 
        !          5608:        * src/classes/date.C: - ^date:lastday(year;month) and
        !          5609:          ^date.lastday[] were added - little code refactoring - comments
        !          5610:          changes
        !          5611: 
        !          5612:        * tests/: 159.html, results/159.processed: - test for number of
        !          5613:          days in February
        !          5614: 
        !          5615:        * src/types/pa_value.C: - fixes in code formatting
        !          5616: 
        !          5617:        * src/classes/: file.C, op.C, table.C: - fixes in code formatting
        !          5618:          and comments
        !          5619: 
        !          5620: 2008-02-13  misha
        !          5621: 
        !          5622:        * src/main/pa_common.C: - bugfix for february at leap year
        !          5623: 
        !          5624: 2008-01-28  misha
        !          5625: 
        !          5626:        * tests/: 160.html, results/160.processed: - more test for cache
        !          5627:          added
        !          5628: 
        !          5629:        * src/classes/op.C: - bugfix: cache body executed twice if contains
        !          5630:          unhandled exception
        !          5631: 
        !          5632: 2008-01-25  misha
        !          5633: 
        !          5634:        * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
        !          5635:          bug when hashfile became inavailable after memory:compact)
        !          5636: 
        !          5637:        * src/lib/sdbm/apr_strings.C: - +arp_malloc
        !          5638: 
        !          5639: 2008-01-22  misha
        !          5640: 
        !          5641:        * src/classes/table.C: - little refactiring and exception texts
        !          5642:          changes in method ^table.hash[]
        !          5643: 
        !          5644:        * src/types/pa_vcookie.C: - link to cookie specification changed
        !          5645: 
        !          5646: 2008-01-21  misha
        !          5647: 
        !          5648:        * tests/: 171.html, cat.sh, results/171.processed: - more tests for
        !          5649:          file::exec/cgi
        !          5650: 
        !          5651:        * src/classes/file.C: - bugfix: core while processing headers if
        !          5652:          executed cgi script don't return content
        !          5653: 
        !          5654: 2008-01-18  misha
        !          5655: 
        !          5656:        * buildall-with-xml: - move to libxml2 version 2.6.31
        !          5657: 
        !          5658:        * src/include/pa_version.h, configure.in: - version number updated
        !          5659:          to '3.2.3b'
        !          5660: 
        !          5661: 2007-12-28  misha
        !          5662: 
        !          5663:        * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
        !          5664:          hash.contains
        !          5665: 
        !          5666: 2007-12-27  misha
        !          5667: 
        !          5668:        * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
        !          5669:          src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
        !          5670:          src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
        !          5671:          src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
        !          5672:          src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
        !          5673:          src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
        !          5674:          src/targets/cgi/parser3.vcproj,
        !          5675:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
        !          5676:          back to VS2003 because of Apache 1.3 module can't work if it was
        !          5677:          built in VS 2005.  with cgi all file so VS2003 project files can
        !          5678:          be easy converted to the new format.
        !          5679: 
        !          5680: 2007-12-04  misha
        !          5681: 
        !          5682:        * src/types/pa_vcode_frame.h: - changes in comment
        !          5683: 
        !          5684: 2007-11-29  misha
        !          5685: 
        !          5686:        * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
        !          5687:          intercept strings any longer
        !          5688: 
        !          5689:        * tests/: 173.html, results/173.processed: - tests for
        !          5690:          $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
        !          5691:          but not in main code frame
        !          5692: 
        !          5693:        * tests/: 172.html, results/172.processed: - more tests for pass
        !          5694:          objects from code frames
        !          5695: 
        !          5696: 2007-11-27  misha
        !          5697: 
        !          5698:        * tests/: 152.html, results/152.processed: - tests for converting
        !          5699:          strings 'true'/'false' to bool were added
        !          5700: 
        !          5701:        * tests/152.html: - added checks for converting strings
        !          5702:          'true'/'false' to bool
        !          5703: 
        !          5704:        * src/classes/string.C: - ^srting.bool[] now can convert to bool
        !          5705:          not only strings with numbers but with values 'true'/'false' as
        !          5706:          well
        !          5707: 
        !          5708:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
        !          5709:          for parser3.log increased
        !          5710: 
        !          5711:        * src/main/pa_common.C: - remove_crlf optimize whitespaces now
        !          5712: 
        !          5713:        * src/include/pa_common.h: - remove_crlf return cstring size now
        !          5714: 
        !          5715:        * src/include/pa_types.h: - constant with buffer size for
        !          5716:          parser3.log added
        !          5717: 
        !          5718: 2007-11-16  misha
        !          5719: 
        !          5720:        * tests/cat.sh: - script for tests for file::exec/cgi
        !          5721: 
        !          5722:        * tests/171.html: - tests for file::exec/cgi
        !          5723: 
        !          5724:        * tests/results/171.processed: - tests results for file::exec/cgi
        !          5725: 
        !          5726: 2007-11-15  misha
        !          5727: 
        !          5728:        * src/main/pa_exec.C: - fixed incorrect exec code for unix
        !          5729: 
        !          5730:        * src/classes/file.C: - .body must be set before analyzing cgi
        !          5731:          headers
        !          5732: 
        !          5733:        * src/classes/file.C: - bugfix: we must transcode output fix EOLs
        !          5734:          only if exec/cgi return anything.
        !          5735: 
        !          5736: 2007-11-14  misha
        !          5737: 
        !          5738:        * operators.txt: - info about new text|binary option for
        !          5739:          file::exec/cgi was added
        !          5740: 
        !          5741:        * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
        !          5742:          ^file:exec[[text|binary];script;...]
        !          5743: 
        !          5744:        * src/: include/pa_exception.h, classes/file.C, classes/image.C,
        !          5745:          classes/string.C, classes/table.C: - more text strings moved to
        !          5746:          the one place
        !          5747: 
        !          5748: 2007-11-09  misha
        !          5749: 
        !          5750:        * src/types/pa_vrequest.C: - $request:argv must be taint
        !          5751: 
        !          5752:        * ChangeLog: - $request:argv [patch from Sumo]
        !          5753: 
        !          5754:        * operators.txt: - $request:argv
        !          5755: 
        !          5756:        * src/: include/pa_request_info.h, types/pa_vrequest.C,
        !          5757:          types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
        !          5758: 
        !          5759: 2007-10-25  misha
        !          5760: 
        !          5761:        * buildall-with-xml, buildall-without-xml: - options preparations
        !          5762:          for ./configure rewrited
        !          5763: 
        !          5764:        * src/main/: compile.tab.C, compile.y: - bug if parser.compile
        !          5765:          error occure in unhandled_exception finally fixed
        !          5766: 
        !          5767: 2007-10-23  misha
        !          5768: 
        !          5769:        * tests/: 170.html, results/170.processed: - test for
        !          5770:          @method[][result]
        !          5771: 
        !          5772:        * operators.txt: - added info about node.prefix and
        !          5773:          node.namespaceURI
        !          5774: 
        !          5775:        * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
        !          5776: 
        !          5777:        * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
        !          5778:          added for node and attribute
        !          5779: 
        !          5780: 2007-10-22  misha
        !          5781: 
        !          5782:        * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
        !          5783: 
        !          5784:        * src/main/pa_request.C: - added const content-transfer-encoding
        !          5785: 
        !          5786:        * src/include/pa_request.h: - added const content-transfer-encoding
        !          5787:          - ups. constants must be in lowercase (for search)
        !          5788: 
        !          5789:        * src/types/pa_vmail.C: - more constants used -
        !          5790:          content-transfer-encoding: 8bit added
        !          5791: 
        !          5792:        * src/main/pa_uue.C: - content-transfer-encoding moved out of here
        !          5793: 
        !          5794:        * src/include/pa_request.h: - more constants
        !          5795: 
        !          5796:        * src/types/pa_vmail.C: - constant renamed - $.content-id don't
        !          5797:          ommit anymore if $.content-disposition was specified - little
        !          5798:          refactoring
        !          5799: 
        !          5800:        * src/: include/pa_request.h, main/pa_request.C: - constant renamed
        !          5801: 
        !          5802: 2007-10-17  misha
        !          5803: 
        !          5804:        * operators.txt: - info about
        !          5805:          table::create[nameless]{data}[>options<] was added
        !          5806: 
        !          5807:        * src/main/: compile.tab.C, compile.y: - if error occure while
        !          5808:          compile method don't put this method in methods table anymore.
        !          5809:          in other case the parser coredumped if @unhandled_exception
        !          5810:          method can't be compiled because of parser.compile error.
        !          5811: 
        !          5812:        * src/main/execute.C: - little code reformating
        !          5813: 
        !          5814:        * src/main/pa_request.C: - little code reformating - comment
        !          5815:          changed
        !          5816: 
        !          5817: 2007-10-16  misha
        !          5818: 
        !          5819:        * tests/: 035.html, results/035.processed: - tests
        !          5820:          table::create[]{}[options] added
        !          5821: 
        !          5822:        * src/classes/table.C: - table::create[]{} now accept 3rd param:
        !          5823:          options (only $.seperator[] yet)
        !          5824: 
        !          5825: 2007-10-10  misha
        !          5826: 
        !          5827:        * src/classes/table.C: - some contstants moved to pa_common.h -
        !          5828:          some code changes
        !          5829: 
        !          5830: 2007-10-02  misha
        !          5831: 
        !          5832:        * src/main/pa_uue.C: - memory usage during uuencode reduced more
        !          5833:          then three time as much. but base64 encoding method still use
        !          5834:          less memory anyway.
        !          5835: 
        !          5836: 2007-09-17  misha
        !          5837: 
        !          5838:        * operators.txt: - added info about $cookie:fields
        !          5839: 
        !          5840:        * src/types/pa_vcookie.C: - $cookie:fields available now
        !          5841: 
        !          5842:        * src/classes/hash.C: - some stuff for use with .for_each moved to
        !          5843:          common
        !          5844: 
        !          5845:        * src/include/pa_common.h: - some stuff for use with .for_each
        !          5846:          moved here
        !          5847: 
        !          5848:        * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
        !          5849: 
        !          5850: 2007-09-14  misha
        !          5851: 
        !          5852:        * buildall-with-xml: - new xml libs again =)
        !          5853: 
        !          5854: 2007-08-28  misha
        !          5855: 
        !          5856:        * operators.txt: - texts about ^table.columns[[column name]]  and
        !          5857:          ^string.split[...][v][column name] were added
        !          5858: 
        !          5859:        * tests/: 168.html, 169.html, results/168.processed,
        !          5860:          results/169.processed: - tests for ^table.columns[[column name]]
        !          5861:          and ^string.split[...][v][column name] were added
        !          5862: 
        !          5863:        * src/classes/table.C: - new option ^table.columns[[column name]]
        !          5864:          was added
        !          5865: 
        !          5866:        * src/classes/string.C: - new option ^string.split[...;v;[column
        !          5867:          name]]
        !          5868: 
        !          5869:        * src/include/pa_exception.h: - error text message for
        !          5870:          ^hash._keys[], ^table.columns[] and ^string.split[]
        !          5871: 
        !          5872: 2007-08-27  misha
        !          5873: 
        !          5874:        * src/main/untaint.C: - try to fix coredump on unix if print to
        !          5875:          body ^taint[sql][something] outside of connect
        !          5876: 
        !          5877:        * tests/: 167.html, results/167.processed: - test for ^taint[sql]
        !          5878:          outside of connect
        !          5879: 
        !          5880:        * buildall-with-xml, buildall-without-xml: - strip parser3 was
        !          5881:          added (commented by default)
        !          5882: 
        !          5883: 2007-08-20  misha
        !          5884: 
        !          5885:        * operators.txt: - comment about new method ^node.hasAttributes[]
        !          5886:          was added
        !          5887: 
        !          5888:        * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
        !          5889:          duplicated exception text strings were removed
        !          5890: 
        !          5891:        * src/include/pa_exception.h: - more exception text strings moved
        !          5892:          here
        !          5893: 
        !          5894:        * src/classes/table.C: - some duplicate exceptions' text strings
        !          5895:          removed
        !          5896: 
        !          5897:        * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
        !          5898:          xdoc.C, xnode.C: - some duplicate exceptions' text strings
        !          5899:          removed
        !          5900: 
        !          5901:        * src/include/pa_exception.h: - some exception text strings movet
        !          5902:          to pa_exception
        !          5903: 
        !          5904:        * tests/: 149.html, results/149.processed: - test for
        !          5905:          ^xnode.hasAttributes[] was added - some code changes
        !          5906: 
        !          5907:        * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
        !          5908:          added
        !          5909: 
        !          5910: 2007-08-17  misha
        !          5911: 
        !          5912:        * tests/: results/006.processed, results/059.processed, 006.html,
        !          5913:          059.html: - more tests for match
        !          5914: 
        !          5915:        * tests/: 129.html, results/129.processed: - tests for
        !          5916:          ^table.hash[...][$.type[string|hash|table]] added
        !          5917: 
        !          5918:        * src/targets/cgi/parser3.C: - little syntax changes
        !          5919: 
        !          5920:        * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
        !          5921:          syntax changes
        !          5922: 
        !          5923:        * src/targets/cgi/parser3.C, operators.txt: - annoying 'SIGPIPE'
        !          5924:          messages in parser3.log switched off by default. If someone
        !          5925:          really still need it: use $SIGPIPE(1)
        !          5926: 
        !          5927: 2007-08-08  misha
        !          5928: 
        !          5929:        * buildall-with-xml, buildall-without-xml: - remove libs source
        !          5930:          files by default since now
        !          5931: 
        !          5932: 2007-08-07  misha
        !          5933: 
        !          5934:        * buildall-without-xml: - some option syntax changes
        !          5935: 
        !          5936:        * buildall-with-xml: - compile libxml2 without http support - some
        !          5937:          option syntax changes
        !          5938: 
        !          5939:        * src/main/pa_xml_io.C: - will use parser file loader for xml needs
        !          5940: 
        !          5941: 2007-08-06  misha
        !          5942: 
        !          5943:        * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
        !          5944: 
        !          5945:        * tests/: 160.html, results/160.processed: - cache test was
        !          5946:          rewrited
        !          5947: 
        !          5948: 2007-07-06  misha
        !          5949: 
        !          5950:        * tests/: 153.html, results/153.processed: - added test for
        !          5951:          ^math:sha1[string]
        !          5952: 
        !          5953:        * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
        !          5954:          transcoded
        !          5955: 
        !          5956:        * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
        !          5957:          were added
        !          5958: 
        !          5959: 2007-06-28  misha
        !          5960: 
        !          5961:        * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
        !          5962:          some incorrect chars
        !          5963: 
        !          5964: 2007-06-19  misha
        !          5965: 
        !          5966:        * src/include/pa_hash.h: - methods generic_hash_code & hash_code
        !          5967:          were moved on top because of gcc 4 had a problems during
        !          5968:          building.
        !          5969: 
        !          5970: 2007-06-18  misha
        !          5971: 
        !          5972:        * tests/results/019.processed: - new image commited
        !          5973: 
        !          5974: 2007-06-09  misha
        !          5975: 
        !          5976:        * src/classes/: op.C, table.C: - in while and table.select method
        !          5977:          as_expression used now
        !          5978: 
        !          5979:        * src/types/pa_vmethod_frame.h: - method as_expression was added
        !          5980: 
        !          5981: 2007-06-08  misha
        !          5982: 
        !          5983:        * tests/: 166.html, results/166.processed: - test for
        !          5984:          ^match[...][n]
        !          5985: 
        !          5986:        * tests/: 165.html, results/165.processed: - tests for loops
        !          5987: 
        !          5988:        * src/lib/cord/include/private/cord_pos.h: - back to origin value
        !          5989:          because of no speed/memory optimisation but some proglems with
        !          5990:          long cycles occure
        !          5991: 
        !          5992: 2007-06-06  misha
        !          5993: 
        !          5994:        * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
        !          5995:          ^table.select(true) and ^table.select(1) didn't works because of
        !          5996:          awaiting junction-param only. fixed.
        !          5997: 
        !          5998: 2007-05-24  misha
        !          5999: 
        !          6000:        * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
        !          6001:          with 0.5 secs interval
        !          6002: 
        !          6003:        * src/classes/op.C: - cache was rewrited. I hope it works with
        !          6004:          locking system now on unix
        !          6005: 
        !          6006:        * src/main/pa_os.C: - locks engines were rewrited: now we don't use
        !          6007:          system locks which wait till other threads release it but try get
        !          6008:          lock, if fail wait 1 sec and make 10 attempts.
        !          6009: 
        !          6010:        * src/include/pa_os.h: - consts for blocking locks + some comments
        !          6011:          were added
        !          6012: 
        !          6013:        * src/lib/sdbm/apr_file_io.C: - wait till lock released while
        !          6014:          opening files
        !          6015: 
        !          6016:        * src/classes/table.C: - changes in includes. if unclude <sstream>
        !          6017:          after our classes on unix it can't be build
        !          6018: 
        !          6019:        * src/types/pa_vhashfile.C: - not needed code removed
        !          6020: 
        !          6021: 2007-05-23  misha
        !          6022: 
        !          6023:        * src/: classes/file.C, classes/op.C, main/pa_common.C,
        !          6024:          include/pa_common.h: - cosmetic changes
        !          6025: 
        !          6026: 2007-05-18  misha
        !          6027: 
        !          6028:        * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
        !          6029:          often. it's give some speed increasing
        !          6030: 
        !          6031:        * tests/results/160.processed: - returned time corrected
        !          6032: 
        !          6033:        * tests/160.html: - time increased because on unix 1 mean nothing
        !          6034:          :(
        !          6035: 
        !          6036:        * operators.txt: - added info about ^hash.contain[key]
        !          6037: 
        !          6038:        * src/classes/hash.C: - added ^hash.contain[key]
        !          6039: 
        !          6040:        * src/include/pa_hash.h: - added method for checking key exists in
        !          6041:          hash
        !          6042: 
        !          6043: 2007-05-07  misha
        !          6044: 
        !          6045:        * src/include/pa_string.h: - was compilation error during build on
        !          6046:          freebsd4
        !          6047: 
        !          6048: 2007-05-03  misha
        !          6049: 
        !          6050:        * src/classes/table.C: - option $.type[hash|string|table] was added
        !          6051:          for ^table.hash[]
        !          6052: 
        !          6053:        * src/classes/file.C: - comment removed
        !          6054: 
        !          6055: 2007-04-26  misha
        !          6056: 
        !          6057:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
        !          6058:          real files doesn't opened in place anymore
        !          6059: 
        !          6060: 2007-04-24  misha
        !          6061: 
        !          6062:        * src/classes/math.C: - I thought one more time and remove lg(N) :)
        !          6063: 
        !          6064:        * src/include/pa_exception.h: "static" removed
        !          6065: 
        !          6066: 2007-04-23  misha
        !          6067: 
        !          6068:        * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
        !          6069: 
        !          6070:        * src/classes/math.C: added: - ^math:ln(N) (the same as
        !          6071:          ^math:log(N)) - ^math:lg(N)
        !          6072: 
        !          6073:        * tests/: 097.html, results/097.processed: - charsets converstion
        !          6074:          during ^file::load[text;http://...] added
        !          6075: 
        !          6076:        * tests/: 164.html, results/164.processed: - check for set expires
        !          6077:          as a date
        !          6078: 
        !          6079:        * tests/: 164.html, results/164.processed: - test for hashfile
        !          6080: 
        !          6081:        * src/classes/hashfile.C: - little comment changes
        !          6082: 
        !          6083:        * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
        !          6084:          access
        !          6085: 
        !          6086:        * src/: classes/date.C, classes/double.C, classes/file.C,
        !          6087:          classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
        !          6088:          classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
        !          6089:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
        !          6090:          classes/xnode.h, include/pa_request.h, main/execute.C,
        !          6091:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
        !          6092:          main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
        !          6093:          main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
        !          6094:          types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
        !          6095:          types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
        !          6096:          types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
        !          6097:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
        !          6098:          types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
        !          6099:          "parser.runtime" strings were removed
        !          6100: 
        !          6101:        * src/classes/hashfile.C: - with .clear[] called files_delete()
        !          6102:          now.
        !          6103: 
        !          6104:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
        !          6105: 
        !          6106:        * src/include/pa_exception.h: - string constant with
        !          6107:          "parser.runtime" text was added
        !          6108: 
        !          6109: 2007-04-20  misha
        !          6110: 
        !          6111:        * operators.txt: - some comments changing
        !          6112: 
        !          6113:        * operators.txt: - added info about .^hashfile.release[],
        !          6114:          ^hashfile.clenaup[] and new ^string.match[][>N-option<]
        !          6115: 
        !          6116:        * configure: =cheching for unsetenv
        !          6117: 
        !          6118:        * src/classes/hashfile.C: - ^hashfile.cleanup[],
        !          6119:          ^hashfile.release[] were added
        !          6120: 
        !          6121:        * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
        !          6122:          ^string.match[][] understand new option now: return number of
        !          6123:          matches but not table wit results
        !          6124: 
        !          6125:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
        !          6126:          reopen now
        !          6127: 
        !          6128:        * src/classes/op.C: - bug. must be false
        !          6129: 
        !          6130:        * configure.in: - checking for unsetenv was added
        !          6131: 
        !          6132:        * src/types/pa_vform.C: - some comments
        !          6133: 
        !          6134: 2007-04-18  misha
        !          6135: 
        !          6136:        * buildall-with-xml: moving to libxml2-2.6.28
        !          6137: 
        !          6138:        * buildall-with-xml, buildall-without-xml: added commented lines
        !          6139:          with --disable-safe-mode option
        !          6140: 
        !          6141:        * operators.txt: - info about $form:files
        !          6142: 
        !          6143: 2007-04-17  misha
        !          6144: 
        !          6145:        * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
        !          6146:          $form:files was added
        !          6147: 
        !          6148:        * tests/: 163.html, results/163.processed: removing auto format
        !          6149: 
        !          6150:        * src/types/pa_vdate.h: - start adding unsetenv("TZ");
        !          6151: 
        !          6152: 2007-04-16  misha
        !          6153: 
        !          6154:        * tests/: 163.html, results/163.processed: - test for .int[],
        !          6155:          floor, round, ceiling and .format[]
        !          6156: 
        !          6157:        * src/classes/file.C: - little optimization for getting args in
        !          6158:          exec/cgi
        !          6159: 
        !          6160: 2007-04-13  misha
        !          6161: 
        !          6162:        * src/classes/file.C: - arguments for file::exec/cgi can be
        !          6163:          specified now as s table with one column
        !          6164: 
        !          6165: 2007-03-27  misha
        !          6166: 
        !          6167:        * tests/: 162.html, results/162.processed: - test for
        !          6168:          ^table.select(^condition[$t])
        !          6169: 
        !          6170:        * tests/results/auto.p: - load windows-1251 charset for some tests
        !          6171: 
        !          6172:        * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
        !          6173: 
        !          6174:        * tests/: results/161.processed, 161.html, 161_utf8.txt,
        !          6175:          161_windows1251.txt: - added test for
        !          6176:          ^file::load[text;/local/file.txt;$.charset[...]]
        !          6177: 
        !          6178:        * tests/: results/013.processed, 013.html: - added test for
        !          6179:          checking $._default value while hash modifications
        !          6180: 
        !          6181:        * tests/: 160.html, results/160.processed: - add test for
        !          6182:          ^cache[key](secs){code}, ^cache[] and ^cache(0)
        !          6183: 
        !          6184: 2007-03-22  misha
        !          6185: 
        !          6186:        * src/include/pa_common.h: - "charset" string defined for
        !          6187:          ^file::load[text;/local.txt] and ^table::load[/table.txt]
        !          6188: 
        !          6189:        * src/main/: pa_common.C, pa_http.C: - $.charset option for
        !          6190:          ^file::load[text;/local.txt] and ^table::load[/table.txt] was
        !          6191:          added - not needed transcodes were removed from
        !          6192:          ^file::load[...;http://...]
        !          6193: 
        !          6194:        * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
        !          6195:          added
        !          6196: 
        !          6197:        * src/classes/date.C: - date.week was fixed
        !          6198: 
        !          6199:        * operators.txt: - added info about date.weekyear
        !          6200: 
        !          6201:        * tests/: 159.html, results/159.processed: - tests for date.week
        !          6202:          and date.weekyear added
        !          6203: 
        !          6204: 2007-03-15  misha
        !          6205: 
        !          6206:        * src/classes/table.C: - enclose column numbers for nameless tables
        !          6207:          as well
        !          6208: 
        !          6209: 2007-03-14  misha
        !          6210: 
        !          6211:        * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
        !          6212: 
        !          6213:        * src/classes/table.C: - table.save optimization: now required much
        !          6214:          less memory
        !          6215: 
        !          6216: 2007-03-13  misha
        !          6217: 
        !          6218:        * tests/results/: 158.processed, 158.processes: - tests for
        !          6219:          table.save/table.load
        !          6220: 
        !          6221:        * tests/: 158.html, results/158.processes: - tests for
        !          6222:          table.save/table.load
        !          6223: 
        !          6224:        * buildall-with-xml: libxml2: --without-ftp --without-docbook
        !          6225: 
        !          6226:        * buildall-with-xml: - pattern needed now for building
        !          6227: 
        !          6228:        * tests/results/097.processed: - added test results for xdoc::load
        !          6229:          & xdoc::load[http://...]
        !          6230: 
        !          6231:        * tests/097.html: - added test for xdoc::load
        !          6232: 
        !          6233: 2007-03-12  misha
        !          6234: 
        !          6235:        * tests/: 107.html, results/107.processed: - added test for xpath
        !          6236:          '//man'
        !          6237: 
        !          6238: 2007-03-01  misha
        !          6239: 
        !          6240:        * tests/: 097.html, results/097.processed: - added test for
        !          6241:          creating xdoc from file
        !          6242: 
        !          6243:        * tests/: results/157.processed, 157.html: - added test for
        !          6244:          file:move
        !          6245: 
        !          6246: 2007-02-28  misha
        !          6247: 
        !          6248:        * src/classes/xdoc.C: - another attempt
        !          6249: 
        !          6250:        * src/classes/xdoc.C: - roll back last changes for a while
        !          6251: 
        !          6252:        * src/classes/xdoc.C, operators.txt: - ^xdoc::create[$file] added.
        !          6253: 
        !          6254:        * src/classes/file.C: - under lock we create non-exist dir anyway
        !          6255: 
        !          6256:        * tests/results/099.processed: - ever send content-disposition to
        !          6257:          client with file
        !          6258: 
        !          6259:        * tests/157.html: + test for file:copy
        !          6260: 
        !          6261: 2007-02-26  misha
        !          6262: 
        !          6263:        * src/classes/file.C: - some similar strings moved to #define
        !          6264:          instead of to be copy/pasted many times
        !          6265: 
        !          6266:        * src/types/pa_vfile.h: - class name string ("file") moved to
        !          6267:          #define
        !          6268: 
        !          6269: 2007-02-20  misha
        !          6270: 
        !          6271:        * bin/auto.p.dist.in: - added lines for sqlite
        !          6272: 
        !          6273:        * configure.in: - added some strings for sqlite detection
        !          6274: 
        !          6275: 2007-02-19  misha
        !          6276: 
        !          6277:        * operators.txt: - some comments changes
        !          6278: 
        !          6279:        * buildall-with-xml, buildall-without-xml: - some modifications
        !          6280: 
        !          6281: 2007-02-17  misha
        !          6282: 
        !          6283:        * buildall-with-xml, buildall-without-xml: - moving to gc6.8
        !          6284: 
        !          6285:        * src/main/pa_request.C: - damn, i forgot to commit it while I
        !          6286:          change console behaviour
        !          6287: 
        !          6288: 2007-02-12  misha
        !          6289: 
        !          6290:        * src/targets/cgi/parser3.C: - don't print headers if
        !          6291:          $console:line[data] was used during cgi execution.
        !          6292: 
        !          6293:        * src/types/pa_vconsole.h: - console class have bool flag now which
        !          6294:          marked as 'true' if class was used.
        !          6295: 
        !          6296:        * tests/: 152.html, results/152.processed: - more types was added
        !          6297:          to test 152
        !          6298: 
        !          6299:        * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
        !          6300:          adding 'bool' (^if($image){} caused exception)
        !          6301: 
        !          6302: 2007-02-09  misha
        !          6303: 
        !          6304:        * tests/: 152.html, results/152.processed: - test alightly updated
        !          6305: 
        !          6306:        * tests/: 152.html, results/152.processed: - test rewrited
        !          6307: 
        !          6308:        * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
        !          6309:          bugfix. I broke xdoc & xnode in expression
        !          6310: 
        !          6311: 2007-02-08  misha
        !          6312: 
        !          6313:        * tests/: 152.html, results/152.processed: - add test for checking
        !          6314:          'def' for void, string, bool, int & double
        !          6315: 
        !          6316: 2007-02-07  misha
        !          6317: 
        !          6318:        * operators.txt: - ^file:base64[filespec]  was added
        !          6319: 
        !          6320:        * tests/results/153.processed: - result test for
        !          6321:          ^file:base64[filespec]  was updated
        !          6322: 
        !          6323:        * tests/153.html: - test for ^file:base64[filespec]  was added
        !          6324: 
        !          6325:        * src/types/pa_vconsole.h: - little optimization
        !          6326: 
        !          6327:        * src/classes/file.C: - ^file:base64[filespec]
        !          6328: 
        !          6329:        * src/main/pa_common.C: - definitions for ^file:base64[filespec]
        !          6330: 
        !          6331:        * src/include/pa_common.h: - declarations for
        !          6332:          ^file:base64[filespec]
        !          6333: 
        !          6334:        * src/types/pa_vcookie.C: - little optimization
        !          6335: 
        !          6336: 2007-02-06  misha
        !          6337: 
        !          6338:        * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
        !          6339:          were temporary commented
        !          6340: 
        !          6341:        * src/types/pa_vbool.h: - bugfix
        !          6342: 
        !          6343:        * tests/156.html: - added test for bool cookie
        !          6344: 
        !          6345:        * src/types/pa_vcookie.h: - not needed string "cookie" removed
        !          6346: 
        !          6347:        * tests/: 155.html, results/155.processed: - added test for check
        !          6348:          $.encloser[] option for table save/load
        !          6349: 
        !          6350:        * tests/: 153.html, 154.html, todo.txt: - two more tests added
        !          6351: 
        !          6352: 2007-02-05  misha
        !          6353: 
        !          6354:        * tests/results/152.processed: - newline at the end was missed
        !          6355: 
        !          6356:        * tests/results/141.processed: - math:md5 must be lowercased
        !          6357: 
        !          6358:        * src/targets/cgi/parser3.C: - 2007 in help ;)
        !          6359: 
        !          6360: 2007-02-03  misha
        !          6361: 
        !          6362:        * tests/results/: 150.processed, 151.processed, 152.processed: -
        !          6363:          test for bool added and some content length fixes
        !          6364: 
        !          6365:        * tests/152.html: - test for bool added
        !          6366: 
        !          6367:        * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
        !          6368: 
        !          6369:        * operators.txt: - info bool class was added
        !          6370: 
        !          6371:        * src/: classes/Makefile.am, classes/bool.C,
        !          6372:          classes/classes.vcproj, classes/double.C, classes/int.C,
        !          6373:          classes/string.C, classes/void.C, classes/xnode.C,
        !          6374:          include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
        !          6375:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
        !          6376:          types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
        !          6377:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
        !          6378:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
        !          6379:          types/types.vcproj: - bool class was added
        !          6380: 
        !          6381:        * src/main/pa_request.C: - fix
        !          6382: 
        !          6383: 2007-01-18  misha
        !          6384: 
        !          6385:        * src/: main/pa_string.C, classes/string.C: - return table during
        !          6386:          ^string.match[][] even if no matched found.
        !          6387: 
        !          6388: 2006-12-20  misha
        !          6389: 
        !          6390:        * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
        !          6391:          http://www.parser.ru/forum/?id=55598 ]
        !          6392: 
        !          6393: 2006-12-19  misha
        !          6394: 
        !          6395:        * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
        !          6396:          details: http://www.parser.ru/forum/?id=52359
        !          6397: 
        !          6398:        * src/main/pa_request.C: - always set content-disposition for
        !          6399:          $response:body[hash here]. more details:
        !          6400:          http://www.parser.ru/forum/?id=52130
        !          6401: 
        !          6402: 2006-12-07  misha
        !          6403: 
        !          6404:        * operators.txt: - added info about bool params in cookie set
        !          6405: 
        !          6406:        * src/types/pa_vcookie.C: - bool param in cookies available now
        !          6407:          $cookie:name[   $.value[123]   $.secure(true)   $.httponly(true)
        !          6408:          ]
        !          6409: 
        !          6410:        * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
        !          6411:          was added
        !          6412: 
        !          6413: 2006-12-02  misha
        !          6414: 
        !          6415:        * src/classes/file.C: - file_block_read used instead of native read
        !          6416: 
        !          6417:        * src/main/pa_common.C: - added file_block_read with read error
        !          6418:          detection - file_block_read used instead of native read
        !          6419: 
        !          6420:        * src/include/pa_common.h: - added file_block_read declaration
        !          6421: 
        !          6422: 2006-12-01  misha
        !          6423: 
        !          6424:        * operators.txt: - info about $var.CLASS_NAME was added
        !          6425: 
        !          6426:        * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
        !          6427:          $var.CLASS_NAME added
        !          6428: 
        !          6429:        * operators.txt: - added info about ^file:copy[]
        !          6430: 
        !          6431:        * src/classes/file.C: - ^file:copy[from;fo] was added
        !          6432: 
        !          6433: 2006-11-20  misha
        !          6434: 
        !          6435:        * src/classes/date.C: - bug fix :)
        !          6436: 
        !          6437: 2006-11-17  misha
        !          6438: 
        !          6439:        * src/include/pa_common.h: - array in crc32 calculation was changed
        !          6440:          to static
        !          6441: 
        !          6442:        * src/main/pa_common.C: - little optimization in getMonthDays -
        !          6443:          small changes in crc32 calculation
        !          6444: 
        !          6445:        * src/classes/date.C: - not needed code was removed
        !          6446: 
        !          6447: 2006-11-16  misha
        !          6448: 
        !          6449:        * src/types/pa_vmail.C: - fix missed brakes
        !          6450: 
        !          6451:        * src/types/pa_vmail.C: - mail:send now set content-type:
        !          6452:          multipart/related instead of multipart/mixed if file have
        !          6453:          $.content-id[]
        !          6454: 
        !          6455: 2006-11-15  misha
        !          6456: 
        !          6457:        * src/types/pa_vdouble.h: abs -> fabs
        !          6458: 
        !          6459: 2006-11-14  misha
        !          6460: 
        !          6461:        * operators.txt: - added info about ^file.md5[] and
        !          6462:          ^file:md5[file-name]
        !          6463: 
        !          6464:        * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
        !          6465:          added
        !          6466: 
        !          6467:        * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
        !          6468:          FILE_BUFFER_SIZE
        !          6469: 
        !          6470:        * src/classes/math.C: - hex_string was moved to pa_common.h
        !          6471: 
        !          6472:        * src/include/pa_common.h: - hex_string was moved from math.C -
        !          6473:          CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
        !          6474: 
        !          6475:        * src/types/pa_vdouble.h: - incorrect frac detection with negative
        !          6476:          values was fixed
        !          6477: 
        !          6478: 2006-11-13  misha
        !          6479: 
        !          6480:        * operators.txt: - added info about ^math:crc32[string],
        !          6481:          ^file:crc32[file-name] & ^file.crc32[]
        !          6482: 
        !          6483:        * src/classes/math.C: - added ^math:crc32[string]
        !          6484: 
        !          6485:        * src/classes/file.C: - some comments were changed - added
        !          6486:          ^file:crc32[file-name] and ^file.crc32[]
        !          6487: 
        !          6488:        * src/: include/pa_common.h, main/pa_common.C: - some functions for
        !          6489:          crc32 calculation added
        !          6490: 
        !          6491: 2006-11-03  misha
        !          6492: 
        !          6493:        * src/include/pa_array.h: - not needed variable removed
        !          6494: 
        !          6495:        * tests/: 150.html, 151.html, results/150.processed,
        !          6496:          results/151.processed: - 2 tests were added
        !          6497: 
        !          6498:        * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
        !          6499:          with $.reverse(1) were fixed
        !          6500: 
        !          6501:        * src/main/pa_http.C: - bug fix. now tainted data from $.form and
        !          6502:          query converted to $.charset during ^file::load[http://...]
        !          6503: 
        !          6504: 2006-11-02  misha
        !          6505: 
        !          6506:        * src/include/pa_table.h: ups. forget '=' char
        !          6507: 
        !          6508:        * src/include/pa_table.h: - one more fix in
        !          6509:          .locate[...][$.reverse(1)]
        !          6510: 
        !          6511: 2006-11-01  misha
        !          6512: 
        !          6513:        * src/classes/math.C: - bug fix, details:
        !          6514:          http://www.parser.ru/forum/?id=53360
        !          6515: 
        !          6516:        * src/include/pa_table.h: - bug fix during ^table.locate( condition
        !          6517:          false for all records )[$.reverse(1)]
        !          6518: 
        !          6519:        * src/main/pa_http.C: - second param for this mid method is length
        !          6520:          but not end_index so this method has error and can't detect
        !          6521:          charsets in next content-types: Content-type: text/html;
        !          6522:          charset="windows-1251" Content-type: text/html;
        !          6523:          charset="windows-1251"; Content-type: text/html;
        !          6524:          charset=windows-1251;
        !          6525: 
        !          6526:          only Content-type: text/html; charset=windows-1251 was fine
        !          6527: 
        !          6528: 2006-10-31  misha
        !          6529: 
        !          6530:        * src/classes/file.C: - empty args in file::exec removed now
        !          6531: 
        !          6532: 2006-09-11  misha
        !          6533: 
        !          6534:        * bin/auto.p.dist.in: - 2 errors were fixed - table::set was
        !          6535:          replaced to table::create - some changes in text/code formatting
        !          6536: 
        !          6537: 2006-09-03  paf
        !          6538: 
        !          6539:        * src/classes/file.C: proper tainting of
        !          6540:          ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
        !          6541: 
        !          6542: 2006-06-09  paf
        !          6543: 
        !          6544:        * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
        !          6545: 
        !          6546:        * src/classes/table.C: formatting
        !          6547: 
        !          6548:        * src/classes/table.C: incorporated patch from misha: Sent:
        !          6549:          Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
        !          6550:          ignoring string options for ^table.save[]
        !          6551: 
        !          6552:        * src/classes/hash.C: incorporated patch from misha Sent:
        !          6553:          Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
        !          6554:          $hash._default disappear while
        !          6555: 
        !          6556:        * operators.txt: ^mail:send[   $.file1[      $.value[file]
        !          6557:          $.format[!uue|!base64] << new base64 option. default uue   ] ]
        !          6558: 
        !          6559:        * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
        !          6560:          PM Subject: patch for base64 in ^mail:send[] %-)
        !          6561: 
        !          6562: 2006-04-09  paf
        !          6563: 
        !          6564:        * src/main/compile.tab.C: ` change compiled
        !          6565: 
        !          6566:        * gnu.vcproj, operators.txt, parser3.sln,
        !          6567:          src/classes/classes.vcproj, src/classes/file.C,
        !          6568:          src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
        !          6569:          src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
        !          6570:          src/classes/xnode.C, src/include/pa_array.h,
        !          6571:          src/include/pa_config_fixed.h, src/include/pa_dir.h,
        !          6572:          src/include/pa_memory.h, src/include/pa_request.h,
        !          6573:          src/include/pa_stack.h, src/lib/cord/cord.vcproj,
        !          6574:          src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
        !          6575:          src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
        !          6576:          src/lib/pcre/pcre_dftables.vcproj,
        !          6577:          src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
        !          6578:          src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
        !          6579:          src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
        !          6580:          src/main/pa_cache_managers.C, src/main/pa_charset.C,
        !          6581:          src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
        !          6582:          src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
        !          6583:          src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
        !          6584:          src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
        !          6585:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
        !          6586:          src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
        !          6587:          src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
        !          6588:          src/types/pa_value.h, src/types/pa_vcookie.C,
        !          6589:          src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
        !          6590:          src/types/pa_vmail.C, src/types/pa_vresponse.C,
        !          6591:          src/types/pa_vstatus.C, src/types/types.vcproj,
        !          6592:          tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
        !          6593:          ^menu, ^hash/hashfile.foreach
        !          6594: 
        !          6595:        * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
        !          6596:          src/classes/file.C, src/classes/hash.C, src/classes/image.C,
        !          6597:          src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
        !          6598:          src/classes/xnode.C, src/include/pa_array.h,
        !          6599:          src/include/pa_config_fixed.h, src/include/pa_dir.h,
        !          6600:          src/include/pa_memory.h, src/include/pa_request.h,
        !          6601:          src/include/pa_stack.h, src/lib/cord/cord.vcproj,
        !          6602:          src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
        !          6603:          src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
        !          6604:          src/lib/pcre/pcre_dftables.vcproj,
        !          6605:          src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
        !          6606:          src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
        !          6607:          src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
        !          6608:          src/main/pa_cache_managers.C, src/main/pa_charset.C,
        !          6609:          src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
        !          6610:          src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
        !          6611:          src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
        !          6612:          src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
        !          6613:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
        !          6614:          src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
        !          6615:          src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
        !          6616:          src/types/pa_value.h, src/types/pa_vcookie.C,
        !          6617:          src/types/pa_vmail.C, src/types/pa_vresponse.C,
        !          6618:          src/types/pa_vstatus.C, src/types/types.vcproj,
        !          6619:          tests/descript.ion: ! switched to VS2005 (projects and
        !          6620:          object<info explicitly typed>.for_each(, info)) +
        !          6621:          $response:field[] setting void means removing + grammar $name`
        !          6622:          name stops now, for mysql `$field` + started ^break[]
        !          6623:          ^continue[], in ^for. TODO: to other iterators (while, menu,
        !          6624:          foreach) + all log messages += [uri=, method=, cl=]
        !          6625: 
        !          6626:        * buildall-with-xml: merged . ftp paths update
        !          6627: 
        !          6628:        * buildall-with-xml: . ftp paths update
        !          6629: 
        !          6630: 2006-03-04  paf
        !          6631: 
        !          6632:        * src/main/: pa_string.C: merged from HEAD ! cache file curruption
        !          6633:          checks++ [thanks to Igor Zinkovsky for detailed report]
        !          6634: 
        !          6635:        * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
        !          6636:          Igor Zinkovsky for detailed report]
        !          6637: 
        !          6638: 2006-03-01  paf
        !          6639: 
        !          6640:        * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
        !          6641:          \n to ' ' in
        !          6642: 
        !          6643: 2006-02-18  paf
        !          6644: 
        !          6645:        * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
        !          6646:          \n to ' ' in
        !          6647: 
        !          6648:        * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
        !          6649: 
        !          6650: 2006-02-03  paf
        !          6651: 
        !          6652:        * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
        !          6653:          base64
        !          6654: 
        !          6655:        * src/main/pa_common.C: ! bugfix: decoding from base64
        !          6656: 
        !          6657: 2006-01-20  paf
        !          6658: 
        !          6659:        * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
        !          6660:          economy fix
        !          6661: 
        !          6662:        * src/classes/: table.C: merged from HEAD ! bugfix
        !          6663:          ^table.save[$.encloser-s now handled properly
        !          6664: 
        !          6665:        * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
        !          6666:          handled properly
        !          6667: 
        !          6668: 2006-01-19  paf
        !          6669: 
        !          6670:        * buildall-with-xml, buildall-without-xml: merged from HEAD !
        !          6671:          libgc:USE_MUNMAP activates merging of free memory blocks which
        !          6672:          helps a lot in our case: after transform we want
        !          6673:          CORD(main.result)->cstr[big malloc]->transcode[big malloc]
        !          6674: 
        !          6675:        * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
        !          6676:          economy fix
        !          6677: 
        !          6678:        * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
        !          6679:          activates merging of free memory blocks which helps a lot in our
        !          6680:          case: after transform we want CORD(main.result)->cstr[big
        !          6681:          malloc]->transcode[big malloc]
        !          6682: 
        !          6683: 2006-01-17  paf
        !          6684: 
        !          6685:        * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
        !          6686:          before reading them. got rid of reallocs = became quicker and
        !          6687:          less fragmentated
        !          6688: 
        !          6689: 2005-12-29  paf
        !          6690: 
        !          6691:        * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
        !          6692:          configure, configure.in, src/include/pa_version.h,
        !          6693:          src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
        !          6694:          src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
        !          6695:          src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
        !          6696:          src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
        !          6697:          src/lib/ltdl/missing: . merged from 3.2.1
        !          6698: 
        !          6699:        * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
        !          6700:          packaged when 'make dist', so do configure companion files in
        !          6701:          src/lib/ltdl
        !          6702: 
        !          6703:        * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
        !          6704:          config.guess, config.sub, configure.in, install-sh, ltmain.sh,
        !          6705:          missing: . now config_auto.h is created with configure [were
        !          6706:          constant]
        !          6707: 
        !          6708:        * INSTALL: . references to documentation and some clarification
        !          6709: 
        !          6710:        * buildall-with-xml, buildall-without-xml: . farawell doc
        !          6711:          indication
        !          6712: 
        !          6713:        * Makefile.am: . dist+=buildall*
        !          6714: 
        !          6715: 2005-12-28  paf
        !          6716: 
        !          6717:        * configure: . 3.2.1
        !          6718: 
        !          6719:        * INSTALL, buildall-with-xml, buildall-without-xml: + started to
        !          6720:          simplify build process, see INSTALL
        !          6721: 
        !          6722: 2005-12-26  paf
        !          6723: 
        !          6724:        * configure: ver
        !          6725: 
        !          6726:        * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
        !          6727:          version
        !          6728: 
        !          6729: 2005-12-21  paf
        !          6730: 
        !          6731:        * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
        !          6732:          compiled with bison 1.875b, it reports unexpected token names
        !          6733: 
        !          6734: 2005-12-19  paf
        !          6735: 
        !          6736:        * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
        !          6737:          holds a link to xmlNode to prevent premature gc(xmlNode)
        !          6738: 
        !          6739:        * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
        !          6740:          src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
        !          6741:          src/main/main.vcproj, src/main/pa_globals.C,
        !          6742:          src/targets/cgi/parser3.vcproj,
        !          6743:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
        !          6744:          configure, configure.in, src/include/pa_version.h: . killing
        !          6745:          gdome [what a relief]
        !          6746: 
        !          6747:        * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
        !          6748:          113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
        !          6749:          run_parser.sh, results/001.processed, results/002.processed,
        !          6750:          results/003.processed, results/004.processed,
        !          6751:          results/005.processed, results/006.processed,
        !          6752:          results/008.processed, results/009.processed,
        !          6753:          results/010.processed, results/011.processed,
        !          6754:          results/012.processed, results/013.processed,
        !          6755:          results/014.processed, results/015.processed,
        !          6756:          results/016.processed, results/017.processed,
        !          6757:          results/018.processed, results/020.processed,
        !          6758:          results/021.processed, results/022.processed,
        !          6759:          results/023.processed, results/024.processed,
        !          6760:          results/025.processed, results/026.processed,
        !          6761:          results/027.processed, results/028.processed,
        !          6762:          results/029.processed, results/030.processed,
        !          6763:          results/031.processed, results/032.processed,
        !          6764:          results/033.processed, results/034.processed,
        !          6765:          results/035.processed, results/036.processed,
        !          6766:          results/037.processed, results/038.processed,
        !          6767:          results/039.processed, results/040.processed,
        !          6768:          results/041.processed, results/042.processed,
        !          6769:          results/043.processed, results/044.processed,
        !          6770:          results/045.processed, results/046.processed,
        !          6771:          results/047.processed, results/048.processed,
        !          6772:          results/049.processed, results/050.processed,
        !          6773:          results/051.processed, results/052.processed,
        !          6774:          results/053.processed, results/054.processed,
        !          6775:          results/055.processed, results/056.processed,
        !          6776:          results/057.processed, results/058.processed,
        !          6777:          results/059.processed, results/060.processed,
        !          6778:          results/061.processed, results/062.processed,
        !          6779:          results/063.processed, results/064.processed,
        !          6780:          results/065.processed, results/066.processed,
        !          6781:          results/067.processed, results/068.processed,
        !          6782:          results/069.processed, results/070.processed,
        !          6783:          results/071.processed, results/072.processed,
        !          6784:          results/073.processed, results/074.processed,
        !          6785:          results/075.processed, results/076.processed,
        !          6786:          results/077.processed, results/078.processed,
        !          6787:          results/079.processed, results/080.processed,
        !          6788:          results/081.processed, results/082.processed,
        !          6789:          results/083.processed, results/084.processed,
        !          6790:          results/085.processed, results/086.processed,
        !          6791:          results/087.processed, results/088.processed,
        !          6792:          results/089.processed, results/090.processed,
        !          6793:          results/091.processed, results/092.processed,
        !          6794:          results/093.processed, results/094.processed,
        !          6795:          results/095.processed, results/096.processed,
        !          6796:          results/097.processed, results/099.processed,
        !          6797:          results/100.processed, results/101.processed,
        !          6798:          results/102.processed, results/104.processed,
        !          6799:          results/105.processed, results/106.processed,
        !          6800:          results/107.processed, results/108.processed,
        !          6801:          results/109.processed, results/110.processed,
        !          6802:          results/111.processed, results/112.processed,
        !          6803:          results/113.processed, results/114.processed,
        !          6804:          results/115.processed, results/117.processed,
        !          6805:          results/119.processed, results/120.processed,
        !          6806:          results/121.processed, results/122.processed,
        !          6807:          results/123.processed, results/124.processed,
        !          6808:          results/125.processed, results/126.processed,
        !          6809:          results/127.processed, results/128.processed,
        !          6810:          results/129.processed, results/130.processed,
        !          6811:          results/131.processed, results/132.processed,
        !          6812:          results/133.processed, results/134.processed,
        !          6813:          results/135.processed, results/136.processed,
        !          6814:          results/138.processed, results/139.processed,
        !          6815:          results/140.processed, results/141.processed,
        !          6816:          results/142.processed, results/143.processed,
        !          6817:          results/144.processed, results/145.processed,
        !          6818:          results/146.processed, results/147.processed,
        !          6819:          results/148.processed, results/149.processed, results/auto.p: .
        !          6820:          now works if we turn off default auto.p
        !          6821: 
        !          6822:        * configure: . makes
        !          6823: 
        !          6824:        * src/types/pa_vxnode.C: . less warnings
        !          6825: 
        !          6826:        * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
        !          6827:          tests/145.html, tests/149.html, tests/descript.ion,
        !          6828:          tests/outputs/d.cmd, tests/results/142.processed,
        !          6829:          tests/results/143.processed, tests/results/144.processed,
        !          6830:          tests/results/145.processed, tests/results/146.processed,
        !          6831:          tests/results/147.processed, tests/results/148.processed,
        !          6832:          tests/results/149.processed: . removed .nodeValue from all node
        !          6833:          types other than 5 (grabbed piece from gdome)
        !          6834: 
        !          6835:        * tests/: 137.html, results/137.processed: . not handled this case
        !          6836:          yet. code does not hang from inserting parent into child,
        !          6837:          considering thing minor issue -- nodes are removed from source
        !          6838:          anyway, don't know why shold that be an error after all
        !          6839: 
        !          6840:        * src/targets/cgi/parser3.C: . style
        !          6841: 
        !          6842:        * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
        !          6843:          xdoc too [were barking "not element"]
        !          6844: 
        !          6845: 2005-12-16  paf
        !          6846: 
        !          6847:        * tests/: 146.html, 147.html, 148.html: . more tests
        !          6848: 
        !          6849:        * src/classes/xnode.C: . also bark on possible errors
        !          6850: 
        !          6851:        * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
        !          6852:          props
        !          6853: 
        !          6854:        * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
        !          6855:          main/compile.y: merged from HEAD ! fixed overoptimized
        !          6856:          ^call(false) case. (confused it with ^call[] case)
        !          6857: 
        !          6858:        * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
        !          6859:          ^call(false) case. (confused it with ^call[] case)
        !          6860: 
        !          6861:        * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
        !          6862: 
        !          6863:        * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
        !          6864:          results/001.processed, results/002.processed,
        !          6865:          results/003.processed, results/004.processed,
        !          6866:          results/005.processed, results/006.processed,
        !          6867:          results/008.processed, results/009.processed,
        !          6868:          results/010.processed, results/011.processed,
        !          6869:          results/012.processed, results/013.processed,
        !          6870:          results/014.processed, results/015.processed,
        !          6871:          results/016.processed, results/017.processed,
        !          6872:          results/018.processed, results/019.processed,
        !          6873:          results/020.processed, results/021.processed,
        !          6874:          results/022.processed, results/023.processed,
        !          6875:          results/024.processed, results/025.processed,
        !          6876:          results/026.processed, results/027.processed,
        !          6877:          results/028.processed, results/029.processed,
        !          6878:          results/030.processed, results/031.processed,
        !          6879:          results/032.processed, results/033.processed,
        !          6880:          results/034.processed, results/035.processed,
        !          6881:          results/036.processed, results/037.processed,
        !          6882:          results/038.processed, results/039.processed,
        !          6883:          results/040.processed, results/041.processed,
        !          6884:          results/042.processed, results/043.processed,
        !          6885:          results/044.processed, results/045.processed,
        !          6886:          results/046.processed, results/047.processed,
        !          6887:          results/048.processed, results/049.processed,
        !          6888:          results/050.processed, results/051.processed,
        !          6889:          results/052.processed, results/053.processed,
        !          6890:          results/054.processed, results/055.processed,
        !          6891:          results/056.processed, results/057.processed,
        !          6892:          results/058.processed, results/059.processed,
        !          6893:          results/060.processed, results/061.processed,
        !          6894:          results/062.processed, results/063.processed,
        !          6895:          results/064.processed, results/065.processed,
        !          6896:          results/066.processed, results/067.processed,
        !          6897:          results/068.processed, results/069.processed,
        !          6898:          results/070.processed, results/071.processed,
        !          6899:          results/072.processed, results/073.processed,
        !          6900:          results/074.processed, results/075.processed,
        !          6901:          results/076.processed, results/077.processed,
        !          6902:          results/078.processed, results/079.processed,
        !          6903:          results/080.processed, results/081.processed,
        !          6904:          results/082.processed, results/083.processed,
        !          6905:          results/084.processed, results/085.processed,
        !          6906:          results/086.processed, results/087.processed,
        !          6907:          results/088.processed, results/089.processed,
        !          6908:          results/090.processed, results/091.processed,
        !          6909:          results/092.processed, results/093.processed,
        !          6910:          results/094.processed, results/095.processed,
        !          6911:          results/096.processed, results/097.processed,
        !          6912:          results/099.processed, results/101.processed,
        !          6913:          results/102.processed, results/104.processed,
        !          6914:          results/105.processed, results/106.processed,
        !          6915:          results/107.processed, results/108.processed,
        !          6916:          results/109.processed, results/110.processed,
        !          6917:          results/111.processed, results/112.processed,
        !          6918:          results/113.processed, results/114.processed,
        !          6919:          results/115.processed, results/116.processed,
        !          6920:          results/117.processed, results/118.processed,
        !          6921:          results/119.processed, results/120.processed,
        !          6922:          results/121.processed, results/122.processed,
        !          6923:          results/123.processed, results/124.processed,
        !          6924:          results/125.processed, results/126.processed,
        !          6925:          results/127.processed, results/128.processed,
        !          6926:          results/129.processed, results/130.processed,
        !          6927:          results/131.processed, results/132.processed,
        !          6928:          results/133.processed, results/134.processed,
        !          6929:          results/135.processed, results/136.processed,
        !          6930:          results/137.processed, results/138.processed,
        !          6931:          results/139.processed, results/140.processed,
        !          6932:          results/141.processed: . refreshed old tests, made them work
        !          6933:          without auto.p (in utf8) . things noted: . gif got encoded
        !          6934:          differently . exif 0000:00:00 decoded now into 0000:00:00 (were
        !          6935:          some strange year)
        !          6936: 
        !          6937:        * INSTALL: . revived linux libgc fix
        !          6938: 
        !          6939:        * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
        !          6940:          glib/gdome in INSTALL and patches]
        !          6941: 
        !          6942:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
        !          6943:          include/pa_charset.h, include/pa_config_includes.h,
        !          6944:          include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
        !          6945:          include/pa_xml_exception.h, lib/cord/Makefile.am,
        !          6946:          lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
        !          6947:          lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
        !          6948:          main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
        !          6949:          main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
        !          6950:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
        !          6951:          types/pa_vxnode.h: . started killing gdome
        !          6952: 
        !          6953: 2005-12-13  paf
        !          6954: 
        !          6955:        * src/main/: pa_request.C: merged from HEAD ! when code in
        !          6956:          @unhandled_exception thrown another exception, print correct
        !          6957:          origin (earlier code in catch of exception inside of
        !          6958:          @unhandled_exception grabbed parent_frame(original_exception)
        !          6959:          origin and printed it, instead of true origin)
        !          6960: 
        !          6961:        * src/main/pa_request.C: ! when code in @unhandled_exception thrown
        !          6962:          another exception, print correct origin (earlier code in catch of
        !          6963:          exception inside of @unhandled_exception grabbed
        !          6964:          parent_frame(original_exception) origin and printed it, instead
        !          6965:          of true origin)
        !          6966: 
        !          6967: 2005-12-09  paf
        !          6968: 
        !          6969:        * INSTALL: . updated INSTALL doc to work around linux stack base
        !          6970:          detection problem, due to change in gc6.4 code
        !          6971: 
        !          6972:        * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
        !          6973:          ignored in ^string.matched :(
        !          6974: 
        !          6975:        * src/main/pa_string.C: ! regex tainting were ignored in
        !          6976:          ^string.matched :(
        !          6977: 
        !          6978:        * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
        !          6979:          src/include/pa_config_fixed.h, src/include/pa_version.h,
        !          6980:          src/main/compile.y, src/main/compile_tools.h,
        !          6981:          src/main/pa_charset.C, src/main/pa_common.C,
        !          6982:          src/main/pa_globals.C, src/main/pa_string.C,
        !          6983:          src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
        !          6984:          src/types/pa_vmail.C: . merged latest fixes from 3.2.0
        !          6985: 
        !          6986: 2005-12-08  paf
        !          6987: 
        !          6988:        * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
        !          6989:          500 chars now handled OK [were wrapped on 500th char according to
        !          6990:          rfc, but sendmail failed to unwrap it properly]
        !          6991: 
        !          6992:        * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
        !          6993:          handled OK [were wrapped on 500th char according to rfc, but
        !          6994:          sendmail failed to unwrap it properly]
        !          6995: 
        !          6996:        * src/targets/isapi/parser3isapi.C: . less warnings
        !          6997: 
        !          6998:        * src/targets/isapi/parser3isapi.C: . undone some strange change
        !          6999:          since 3.1.5
        !          7000: 
        !          7001:        * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
        !          7002:          link fixes
        !          7003: 
        !          7004:        * src/: classes/date.C, include/pa_config_fixed.h,
        !          7005:          main/compile.tab.C, main/compile.y, main/compile_tools.h,
        !          7006:          main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
        !          7007:          main/pa_string.C, targets/cgi/getopt.c: . less warnings
        !          7008: 
        !          7009:        * src/include/pa_config_fixed.h: . removed outdated string origins
        !          7010:          [in current storage scheme there's no place for them. someday we
        !          7011:          can add third CORD to store origins and special version of parser
        !          7012:          which stores origins there [separate binary]]
        !          7013: 
        !          7014: 2005-12-07  paf
        !          7015: 
        !          7016:        * src/targets/isapi/parser3isapi.C: . now links in release mode
        !          7017: 
        !          7018:        * src/include/pa_version.h: makefiles
        !          7019: 
        !          7020:        * src/include/pa_version.h: . not beta
        !          7021: 
        !          7022:        * configure, configure.in, src/include/pa_version.h: not beta
        !          7023: 
        !          7024: 2005-12-06  paf
        !          7025: 
        !          7026:        * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
        !          7027:          [some details here http://i2/tasks/edit/?id=4869912143891354460]
        !          7028:          decided to undo the change ^call[$void] passes void. now it will
        !          7029:          pass empty string again.
        !          7030: 
        !          7031:        * src/main/: compile.tab.C, compile.y: . version readded
        !          7032: 
        !          7033:        * src/classes/op.C: . in this version there is no ^switch[$nothing]
        !          7034:          = ^switch[void] problem
        !          7035: 
        !          7036: 2005-12-01  paf
        !          7037: 
        !          7038:        * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
        !          7039:          caused ^case[string] to be coerced to double since searching
        !          7040:          value were not string (it was vvoid)
        !          7041: 
        !          7042:        * src/classes/op.C: . bugfix ^switch[$void_value] caused
        !          7043:          ^case[string] to be coerced to double since searching value were
        !          7044:          not string (it was vvoid)
        !          7045: 
        !          7046:        * INSTALL: . compiled with       libxml2 = 2.6.22       libxslt =
        !          7047:          1.1.15       glib = 1.2.10       gdome2 = 0.8.1
        !          7048: 
        !          7049: 2005-11-30  paf
        !          7050: 
        !          7051:        * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
        !          7052:          win32 must putenv("TZ="), on unix works only putenv("TZ")
        !          7053: 
        !          7054:        * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
        !          7055:          putenv("TZ="), on unix works only putenv("TZ")
        !          7056: 
        !          7057:        * INSTALL: . xml libs versions updated
        !          7058: 
        !          7059:        * src/main/pa_globals.C: //20051130 trying to remove this, author
        !          7060:          claims that fixed a lot there // 20040920 for now both
        !          7061:          workarounds needed. wait for new libxml/xsl versions
        !          7062: 
        !          7063: 2005-11-28  paf
        !          7064: 
        !          7065:        * src/classes/table.C: merged from HEAD: ! nameless table has
        !          7066:          columns==0
        !          7067: 
        !          7068:        * src/classes/table.C: ! nameless table has columns==0
        !          7069: 
        !          7070:        * src/main/pa_http.C: merged from HEAD: ! status line check made
        !          7071:          earlier [was totally wrong]
        !          7072: 
        !          7073:        * src/main/pa_http.C: ! status line check made earlier [was totally
        !          7074:          wrong]
        !          7075: 
        !          7076: 2005-11-25  paf
        !          7077: 
        !          7078:        * src/include/pa_array.h: -this reduces speed(table::load) strange.
        !          7079:          undoing for now...
        !          7080: 
        !          7081:        * src/include/pa_version.h: -this reduces speed(table::load),
        !          7082:          strange. undoing
        !          7083: 
        !          7084:        * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
        !          7085: 
        !          7086:        * src/classes/op.C: + ^while(){}[SEPARATOR]
        !          7087: 
        !          7088:        * src/include/pa_array.h: + optimistics added: all arrays (table
        !          7089:          rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
        !          7090:          this speeds things up and saves memory a LOT! (not noticed
        !          7091:          negative effect on syntetic tests, future will tell...)
        !          7092: 
        !          7093:        * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
        !          7094:          changed gc_malloc implementation, which obscured profiling
        !          7095: 
        !          7096:        * src/classes/table.C: merged from HEAD: + optimized
        !          7097:          table::load/sql, now row ArrayString-s allocated with
        !          7098:          columns.count() elements and don't always grow from
        !          7099:          count=3[realloc,realloc]
        !          7100: 
        !          7101:        * src/classes/table.C: + optimized table::load/sql, now row
        !          7102:          ArrayString-s allocated with columns.count() elements and don't
        !          7103:          always grow from count=3[realloc,realloc]
        !          7104: 
        !          7105:        * src/classes/table.C: merged from HEAD: . ^table.save unused
        !          7106:          buffer after save
        !          7107: 
        !          7108:        * src/classes/table.C: . ^table.save unused buffer after save
        !          7109: 
        !          7110: 2005-11-24  paf
        !          7111: 
        !          7112:        * configure.in: . merged glib2-config patch
        !          7113: 
        !          7114:        * configure.in: + trying to find glib2-config
        !          7115: 
        !          7116:        * src/: classes/file.C, include/pa_common.h, main/execute.C,
        !          7117:          main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
        !          7118:          file/dir_readable to simple file/dir_exist, this would help in
        !          7119:          situations "class not found because .p file has bad rights" << in
        !          7120:          that case error would be explicit "access denied to 'this' file"
        !          7121: 
        !          7122:        * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
        !          7123: 
        !          7124:        * src/: classes/file.C, include/pa_common.h, main/execute.C,
        !          7125:          main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
        !          7126:          to simple file/dir_exist, this would help in situations "class
        !          7127:          not found because .p file has bad rights" << in that case error
        !          7128:          would be explicit "access denied to 'this' file"
        !          7129: 
        !          7130:        * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
        !          7131:          include/pa_http.h, main/Makefile.am, main/main.vcproj,
        !          7132:          main/pa_common.C, main/pa_http.C: merged from HEAD: +!
        !          7133:          ^file::exec/cgi[script;$.charset[changed]
        !          7134:          $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
        !          7135:          encoded in $.charset charset
        !          7136: 
        !          7137:        * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
        !          7138:          $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
        !          7139:          encoded in $.charset charset
        !          7140: 
        !          7141:        * src/: include/Makefile.am, include/pa_common.h,
        !          7142:          include/pa_http.h, main/Makefile.am, main/main.vcproj,
        !          7143:          main/pa_common.C, main/pa_http.C: . extracted http:// into
        !          7144:          separate file [preparation for
        !          7145:          ^file::cgi[script;$.form[$.field1[]
        !          7146: 
        !          7147: 2005-11-22  paf
        !          7148: 
        !          7149:        * src/: include/pa_version.h, main/compile.tab.C: makefiles
        !          7150: 
        !          7151:        * acinclude.m4, configure.in: . merged underquting fixes
        !          7152: 
        !          7153:        * src/include/pa_config_auto.h.in: configure+makes
        !          7154: 
        !          7155:        * src/classes/op.C: . overmerged a little
        !          7156: 
        !          7157:        * src/main/compile.tab.C: Makefile
        !          7158: 
        !          7159:        * src/main/: pa_common.C: . less gcc warnings
        !          7160: 
        !          7161:        * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
        !          7162:          now reports original exception if we have no old cache
        !          7163: 
        !          7164:        * src/classes/op.C: + $exception.handled[cache] now reports
        !          7165:          original exception if we have no old cache
        !          7166: 
        !          7167:        * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
        !          7168:          from HEAD: + ^taint/untaint[regex] << escapes these:
        !          7169:          \^$.[]|()?*+{}
        !          7170: 
        !          7171:        * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
        !          7172:          ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
        !          7173: 
        !          7174:        * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
        !          7175:          getenv-ed variable, which does not work both on win32&unix.
        !          7176:          copied old TZ value now
        !          7177: 
        !          7178:        * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
        !          7179:          stored pointer to getenv-ed variable, which does not work both on
        !          7180:          win32&unix. copied old TZ value now
        !          7181: 
        !          7182:        * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
        !          7183:          getenv-ed variable, which does not work both on win32&unix.
        !          7184:          copied old TZ value now
        !          7185: 
        !          7186:        * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
        !          7187:          access to internal hash
        !          7188: 
        !          7189:        * src/types/pa_vresponse.C: + $response:headers access to internal
        !          7190:          hash
        !          7191: 
        !          7192:        * src/targets/isapi/parser3isapi.C: merged from HEAD: +
        !          7193:          GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
        !          7194:          isapi] this reduces number of "GC Warning: Repeated allocation of
        !          7195:          very large block" messages to only important onces
        !          7196: 
        !          7197:        * src/targets/isapi/parser3isapi.C: +
        !          7198:          GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
        !          7199:          isapi] this reduces number of "GC Warning: Repeated allocation of
        !          7200:          very large block" messages to only important onces
        !          7201: 
        !          7202:        * src/classes/string.C: merged from HEAD: + removed limitation on
        !          7203:          ^string/int/double:sql{}[$.default[({param style})] ]
        !          7204: 
        !          7205:        * src/classes/string.C: + removed limitation on
        !          7206:          ^string/int/double:sql{}[$.default[({param style})] ]
        !          7207: 
        !          7208:        * src/main/pa_common.C: merged from HEAD: + removed "use either uri
        !          7209:          with ?params or $.form option" limitation
        !          7210: 
        !          7211:        * src/main/pa_common.C: + removed "use either uri with ?params or
        !          7212:          $.form option" limitation
        !          7213: 
        !          7214:        * src/: classes/file.C, classes/string.C, include/pa_common.h,
        !          7215:          main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
        !          7216:          ^file::base64[encoded] decode
        !          7217: 
        !          7218:        * src/: classes/file.C, classes/string.C, include/pa_common.h,
        !          7219:          main/pa_common.C: + ^file.base64[] encode +
        !          7220:          ^file::base64[encoded] decode
        !          7221: 
        !          7222:        * src/classes/: file.C, string.C: + ^string.base64[] encode +
        !          7223:          ^string:base64[encoded] decode
        !          7224: 
        !          7225:        * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
        !          7226:          ^string:base64[in] encode + ^string.base64[] decode
        !          7227: 
        !          7228: 2005-11-21  paf
        !          7229: 
        !          7230:        * src/classes/file.C: + merged from HEAD:
        !          7231:          ^file::create[text;file.xml;^untaint[xml]{data}]
        !          7232: 
        !          7233:        * src/classes/file.C: +
        !          7234:          ^file::create[text;file.xml;^untaint[xml]{data}]
        !          7235: 
        !          7236:        * src/main/pa_request.C: ! merged: $response:body[file] now
        !          7237:          differes from :download, it does not return content-disposition
        !          7238:          at all now [previusely it returned valueless content-disposition]
        !          7239: 
        !          7240:        * src/main/pa_request.C: ! $response:body[file] now differes from
        !          7241:          :download, it does not return content-disposition at all now
        !          7242:          [previusely it returned valueless content-disposition]
        !          7243: 
        !          7244:        * src/main/: compile.tab.C, compile.y: ! overoptimized void
        !          7245:          literals, reverted to just vvod, recreating empty array with each
        !          7246:          void_value token. that's absolutely needed, since that array
        !          7247:          grows
        !          7248: 
        !          7249:        * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
        !          7250:          types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
        !          7251:          types/pa_vmethod_frame.h: + merged: expression literals:
        !          7252:          true/false. ^format[$.indent(true)]
        !          7253: 
        !          7254:        * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
        !          7255:          types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
        !          7256:          types/pa_vmethod_frame.h: + expression literals: true/false.
        !          7257:          ^format[$.indent(true)]
        !          7258: 
        !          7259:        * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
        !          7260:          merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
        !          7261:          i386-pc-win32)"
        !          7262: 
        !          7263:        * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
        !          7264:          $env:PARSER_VERSION reports "3.1.5beta (compiled on
        !          7265:          i386-pc-win32)"
        !          7266: 
        !          7267: 2005-11-18  paf
        !          7268: 
        !          7269:        * src/classes/: double.C, int.C: ! ^int/double:sql{select
        !          7270:          null}[$.default(123)] will now return default value
        !          7271: 
        !          7272:        * src/classes/op.C: + merged ^cache[] << returns current cache
        !          7273:          expiration time
        !          7274: 
        !          7275:        * src/classes/op.C: + ^cache[] << returns current cache expiration
        !          7276:          time
        !          7277: 
        !          7278:        * src/classes/table.C: ! merged ^table::create[not'nameless';
        !          7279:          failed << Exception.problem_source pointed to local var!
        !          7280: 
        !          7281:        * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
        !          7282:          Exception.problem_source pointed to local var!
        !          7283: 
        !          7284:        * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
        !          7285:          now loads VFile.ptr!=0, so such files can be saved now
        !          7286: 
        !          7287:        * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
        !          7288:          loads VFile.ptr!=0, so such files can be saved now
        !          7289: 
        !          7290:        * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
        !          7291:          only . and .. now removed from list [were removed all .*]
        !          7292: 
        !          7293:        * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
        !          7294:          .. now removed from list [were removed all .*]
        !          7295: 
        !          7296:        * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
        !          7297:          open error now checked, were not :( [stole that piece from apache
        !          7298:          1.3 sources]
        !          7299: 
        !          7300:        * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
        !          7301:          checked, were not :( [stole that piece from apache 1.3 sources]
        !          7302: 
        !          7303:        * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
        !          7304:          untainting of @main result if returned by $result or
        !          7305:          $response:body
        !          7306: 
        !          7307:        * src/main/pa_request.C: ! ensured proper untainting of @main
        !          7308:          result if returned by $result or $response:body
        !          7309: 
        !          7310:        * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
        !          7311:          issue: now tries to guess content-length and allocates one big
        !          7312:          piece if possible [regretfully gc_realloc works as malloc+free,
        !          7313:          leaving lots of holes behind]
        !          7314: 
        !          7315:        * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
        !          7316:          fixed file load memory issue: now tries to guess content-length
        !          7317:          and allocates one big piece if possible [regretfully gc_realloc
        !          7318:          works as malloc+free, leaving lots of holes behind]
        !          7319: 
        !          7320: 2005-11-16  paf
        !          7321: 
        !          7322:        * src/: include/pa_common.h, classes/file.C, classes/table.C,
        !          7323:          main/compile.tab.C, main/pa_common.C: merged to HEAD: !
        !          7324:          table::save with enclosers now doubles them: "->"" !
        !          7325:          table::save/load do not remove elements from options hash
        !          7326: 
        !          7327:        * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
        !          7328:          [were overoptimized ^if(double_literal), compiler confused
        !          7329:          OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
        !          7330: 
        !          7331:        * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
        !          7332:          [were overoptimized ^if(double_literal), compiler confused
        !          7333:          OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
        !          7334: 
        !          7335:        * src/: classes/file.C, classes/table.C, include/pa_common.h,
        !          7336:          main/pa_common.C: ! table::save with enclosers now doubles them:
        !          7337:          "->"" ! table::save/load do not remove elements from options hash
        !          7338: 
        !          7339: 2005-11-03  paf
        !          7340: 
        !          7341:        * src/main/: Makefile.am, compile.tab.C: removed $< from .y
        !          7342:          compilation, not all makefiles liked that
        !          7343: 
        !          7344: 2005-08-30  paf
        !          7345: 
        !          7346:        * src/classes/op.C: merge . speedup check of [DEFAULT]
        !          7347: 
        !          7348:        * src/classes/op.C: . speedup check of [DEFAULT]
        !          7349: 
        !          7350: 2005-08-26  paf
        !          7351: 
        !          7352:        * src/: classes/date.C, types/pa_vdate.h: merged + date.week
        !          7353: 
        !          7354:        * src/: classes/date.C, types/pa_vdate.h: + date.week
        !          7355: 
        !          7356:        * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
        !          7357:          complains about bad!=nameless
        !          7358: 
        !          7359:        * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
        !          7360:          about bad!=nameless
        !          7361: 
        !          7362:        * src/classes/: hash.C, string.C, table.C, void.C: merged !
        !          7363:          optional options were allowed to be empty. were checked
        !          7364:          if(is_string), changed to !defined||is_string to allow void
        !          7365: 
        !          7366:        * src/: targets/isapi/parser3isapi.C, classes/hash.C,
        !          7367:          classes/string.C, classes/table.C, classes/void.C: ! optional
        !          7368:          options were allowed to be empty. were checked if(is_string),
        !          7369:          changed to !defined||is_string to allow void
        !          7370: 
        !          7371:        * src/types/pa_vmethod_frame.h: merged ! many classes/*  used
        !          7372:          as_junction where they needed as_int/double, so failed with
        !          7373:          recent "(const) now no junction" optimization
        !          7374: 
        !          7375:        * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
        !          7376:          merged ! many classes/*  used as_junction where they needed
        !          7377:          as_int/double, so failed with recent "(const) now no junction"
        !          7378:          optimization
        !          7379: 
        !          7380:        * src/: classes/double.C, classes/int.C, classes/math.C,
        !          7381:          classes/op.C, classes/string.C, classes/table.C,
        !          7382:          main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
        !          7383:          used as_junction where they needed as_int/double, so failed with
        !          7384:          recent "(const) now no junction" optimization
        !          7385: 
        !          7386: 2005-08-24  paf
        !          7387: 
        !          7388:        * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
        !          7389:          windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
        !          7390:          stripped it
        !          7391: 
        !          7392: 2005-08-09  paf
        !          7393: 
        !          7394:        * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
        !          7395:          not cleared
        !          7396: 
        !          7397:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
        !          7398:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
        !          7399:          classes/hashfile.C, classes/image.C, classes/int.C,
        !          7400:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
        !          7401:          classes/response.C, classes/string.C, classes/table.C,
        !          7402:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
        !          7403:          include/pa_array.h, include/pa_cache_managers.h,
        !          7404:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
        !          7405:          include/pa_config_fixed.h, include/pa_config_includes.h,
        !          7406:          include/pa_dictionary.h, include/pa_dir.h,
        !          7407:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
        !          7408:          include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
        !          7409:          include/pa_operation.h, include/pa_os.h, include/pa_request.h,
        !          7410:          include/pa_request_charsets.h, include/pa_request_info.h,
        !          7411:          include/pa_sapi.h, include/pa_socks.h,
        !          7412:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
        !          7413:          include/pa_stack.h, include/pa_string.h,
        !          7414:          include/pa_stylesheet_connection.h,
        !          7415:          include/pa_stylesheet_manager.h, include/pa_table.h,
        !          7416:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
        !          7417:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
        !          7418:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
        !          7419:          lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
        !          7420:          lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
        !          7421:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
        !          7422:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
        !          7423:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
        !          7424:          main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
        !          7425:          main/pa_os.C, main/pa_request.C, main/pa_socks.C,
        !          7426:          main/pa_sql_driver_manager.C, main/pa_string.C,
        !          7427:          main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
        !          7428:          main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
        !          7429:          main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
        !          7430:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
        !          7431:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
        !          7432:          types/pa_junction.h, types/pa_method.h, types/pa_property.h,
        !          7433:          types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
        !          7434:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
        !          7435:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
        !          7436:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
        !          7437:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
        !          7438:          types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
        !          7439:          types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
        !          7440:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
        !          7441:          types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
        !          7442:          types/pa_vmemory.h, types/pa_vmethod_frame.C,
        !          7443:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
        !          7444:          types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
        !          7445:          types/pa_vresponse.C, types/pa_vresponse.h,
        !          7446:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
        !          7447:          types/pa_vstateless_object.h, types/pa_vstatus.C,
        !          7448:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
        !          7449:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
        !          7450:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
        !          7451:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
        !          7452:          types/pa_wcontext.h, types/pa_wwrapper.h: 2005
        !          7453: 
        !          7454:        * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
        !          7455:          pa_vmethod_frame.h: merged from HEAD ! simplified (double)
        !          7456:          speedup consequent checks in vmethod_frame
        !          7457: 
        !          7458:        * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
        !          7459:          not cleared
        !          7460: 
        !          7461:        * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
        !          7462:          params: 50 max (were 10)
        !          7463: 
        !          7464:        * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
        !          7465:          params: 50 max (were 10)
        !          7466: 
        !          7467:        * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
        !          7468:          pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
        !          7469:          pa_wcontext.h: + ^call[$void] param inside now is void (were:
        !          7470:          empty string) ! simplified (double) speedup consequent checks in
        !          7471:          vmethod_frame
        !          7472: 
        !          7473:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
        !          7474:          optimized constants in expressions vstring->vdouble + optimized
        !          7475:          ^call(vdouble), no junction creation, no calls later
        !          7476: 
        !          7477: 2005-08-08  paf
        !          7478: 
        !          7479:        * bin/auto.p.dist.in: merged . apache bad 404 handling workaround
        !          7480:          integrated
        !          7481: 
        !          7482:        * bin/auto.p.dist.in: . apache bad 404 handling workaround
        !          7483:          integrated
        !          7484: 
        !          7485:        * src/main/: compile.tab.C, compile.y, compile_tools.C,
        !          7486:          compile_tools.h: merged + optimized constants in expressions
        !          7487:          vstring->vdouble + optimized ^call(vdouble), no junction
        !          7488:          creation, no calls later
        !          7489: 
        !          7490:        * src/types/pa_vdouble.h: merged . double values without fractional
        !          7491:          part now default printed as %.0f instead of %g
        !          7492: 
        !          7493:        * src/types/pa_vdouble.h: . double values without fractional part
        !          7494:          now default printed as %.0f instead of %g
        !          7495: 
        !          7496:        * src/classes/hashfile.C: . merged ! second hashfile::open would
        !          7497:          cause an exception
        !          7498: 
        !          7499:        * src/classes/hashfile.C: ! second hashfile::open would cause an
        !          7500:          exception
        !          7501: 
        !          7502:        * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
        !          7503:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
        !          7504:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
        !          7505:          types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
        !          7506:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
        !          7507:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
        !          7508:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
        !          7509:          types/pa_vresponse.h, types/pa_vstateless_class.C,
        !          7510:          types/pa_vstateless_object.h, types/pa_vvoid.h,
        !          7511:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
        !          7512:          merged VJunction(new Junction) optimization from 3.1.4
        !          7513: 
        !          7514:        * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
        !          7515:          types/pa_vstateless_class.C: + optimized new VJunction(new
        !          7516:          Junction(params)) to new VJunction(params), thousands of mallocs
        !          7517:          removed
        !          7518: 
        !          7519: 2005-08-05  paf
        !          7520: 
        !          7521:        * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
        !          7522:          types/pa_vdouble.h, types/pa_vmethod_frame.C,
        !          7523:          types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
        !          7524:          creation, no calls later
        !          7525: 
        !          7526:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
        !          7527:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
        !          7528:          classes/hashfile.C, classes/image.C, classes/int.C,
        !          7529:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
        !          7530:          classes/response.C, classes/string.C, classes/table.C,
        !          7531:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
        !          7532:          include/pa_array.h, include/pa_cache_managers.h,
        !          7533:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
        !          7534:          include/pa_config_fixed.h, include/pa_config_includes.h,
        !          7535:          include/pa_dictionary.h, include/pa_dir.h,
        !          7536:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
        !          7537:          include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
        !          7538:          include/pa_operation.h, include/pa_os.h, include/pa_request.h,
        !          7539:          include/pa_request_charsets.h, include/pa_request_info.h,
        !          7540:          include/pa_sapi.h, include/pa_socks.h,
        !          7541:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
        !          7542:          include/pa_stack.h, include/pa_string.h,
        !          7543:          include/pa_stylesheet_connection.h,
        !          7544:          include/pa_stylesheet_manager.h, include/pa_table.h,
        !          7545:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
        !          7546:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
        !          7547:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
        !          7548:          lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
        !          7549:          lib/smtp/smtp.h, main/compile.C, main/compile.y,
        !          7550:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
        !          7551:          main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
        !          7552:          main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
        !          7553:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
        !          7554:          main/pa_memory.C, main/pa_os.C, main/pa_request.C,
        !          7555:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
        !          7556:          main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
        !          7557:          main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
        !          7558:          main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
        !          7559:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
        !          7560:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
        !          7561:          types/pa_junction.h, types/pa_method.h, types/pa_value.C,
        !          7562:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
        !          7563:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
        !          7564:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
        !          7565:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
        !          7566:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
        !          7567:          types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
        !          7568:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
        !          7569:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
        !          7570:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
        !          7571:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
        !          7572:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
        !          7573:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
        !          7574:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
        !          7575:          types/pa_vstateless_object.h, types/pa_vstatus.C,
        !          7576:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
        !          7577:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
        !          7578:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
        !          7579:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
        !          7580:          types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
        !          7581: 
        !          7582:        * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
        !          7583:          lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
        !          7584:          lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
        !          7585:          lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
        !          7586:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
        !          7587:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
        !          7588:          optimized constants in expressions vstring->vdouble
        !          7589: 
        !          7590: 2005-07-29  paf
        !          7591: 
        !          7592:        * src/types/pa_vclass.C: . shaped up error messages a bit
        !          7593: 
        !          7594:        * src/types/pa_vclass.C: + property getter can now be overridden
        !          7595: 
        !          7596:        * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
        !          7597:          bug fix: static parent fields were not replaced in case
        !          7598:          $derived:field[put] + property setter can now be overridden
        !          7599: 
        !          7600: 2005-07-28  paf
        !          7601: 
        !          7602:        * configure, configure.in, src/classes/classes.h,
        !          7603:          src/classes/date.C, src/classes/file.C, src/classes/hash.C,
        !          7604:          src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
        !          7605:          src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
        !          7606:          src/classes/xnode.h, src/include/pa_hash.h,
        !          7607:          src/include/pa_version.h, src/main/execute.C,
        !          7608:          src/types/Makefile.am, src/types/pa_method.h,
        !          7609:          src/types/pa_value.h, src/types/pa_vclass.C,
        !          7610:          src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
        !          7611:          src/types/pa_vconsole.h, src/types/pa_vcookie.C,
        !          7612:          src/types/pa_vcookie.h, src/types/pa_vhash.h,
        !          7613:          src/types/pa_vhashfile.h, src/types/pa_vimage.C,
        !          7614:          src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
        !          7615:          src/types/pa_vobject.C, src/types/pa_vobject.h,
        !          7616:          src/types/pa_vproperty.h, src/types/pa_vrequest.C,
        !          7617:          src/types/pa_vrequest.h, src/types/pa_vresponse.C,
        !          7618:          src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
        !          7619:          src/types/pa_vstateless_class.h,
        !          7620:          src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
        !          7621:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
        !          7622:          src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
        !          7623:          dynamic_fields_join
        !          7624: 
        !          7625:        * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
        !          7626:          classes/xnode.C, include/pa_hash.h, main/execute.C,
        !          7627:          types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
        !          7628:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
        !          7629:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
        !          7630:          types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
        !          7631:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
        !          7632:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
        !          7633:          types/pa_vresponse.h, types/pa_vstateless_object.h,
        !          7634:          types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
        !          7635:          types/pa_wwrapper.h: ! restored put_element('replace' param), and
        !          7636:          restored its checks in vobject.put_element->static fields |
        !          7637:          dynamic properties
        !          7638: 
        !          7639: 2005-07-27  paf
        !          7640: 
        !          7641:        * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
        !          7642:          is some old code containing @set_name $name
        !          7643: 
        !          7644:        * src/types/pa_vobject.h: . fixed warning
        !          7645: 
        !          7646:        * configure, configure.in, src/include/pa_version.h,
        !          7647:          src/types/Makefile.am: 3.2.0beta started
        !          7648: 
        !          7649:        * src/: classes/xnode.C, include/pa_hash.h,
        !          7650:          types/pa_vstateless_class.C: ! new asserts were all false.
        !          7651:          regretfully reverted them all to checks
        !          7652: 
        !          7653:        * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
        !          7654:          classes/op.C, main/execute.C, types/pa_method.h,
        !          7655:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
        !          7656:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
        !          7657:          types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
        !          7658:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
        !          7659:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
        !          7660:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
        !          7661:          types/pa_vstateless_object.h, types/pa_vvoid.h,
        !          7662:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
        !          7663:          joined_dynamic_fields: removed unused param from put_method
        !          7664:          (returned to 3 params)
        !          7665: 
        !          7666:        * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
        !          7667:          joined_dynamic_fields: dynamic get/set works with overriding
        !          7668:          props [alpha2]
        !          7669: 
        !          7670:        * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
        !          7671:          works [alfa]
        !          7672: 
        !          7673:        * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
        !          7674:          classes/op.C, include/pa_hash.h, main/execute.C,
        !          7675:          types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
        !          7676:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
        !          7677:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
        !          7678:          types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
        !          7679:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
        !          7680:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
        !          7681:          types/pa_vresponse.h, types/pa_vstateless_class.C,
        !          7682:          types/pa_vstateless_object.h, types/pa_vvoid.h,
        !          7683:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
        !          7684:          joined_dynamic_fields: just compiled
        !          7685: 
        !          7686:        * src/: classes/date.C, classes/file.C, classes/hash.C,
        !          7687:          classes/hashfile.C, classes/image.C, classes/table.C,
        !          7688:          classes/xdoc.C, classes/xnode.h, main/execute.C,
        !          7689:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
        !          7690:          types/pa_vstateless_class.h: joined_dynamic_fields: started
        !          7691: 
        !          7692:        * src/types/pa_vobject.C: . object setters [only started, does not
        !          7693:          work yet]
        !          7694: 
        !          7695:        * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
        !          7696:          object setters [only started, does not work yet]
        !          7697: 
        !          7698: 2005-07-26  paf
        !          7699: 
        !          7700:        * src/: include/pa_request.h, main/execute.C: . properties: set
        !          7701:          works [alpha2]. for classes. todo: for objects
        !          7702: 
        !          7703:        * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
        !          7704:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
        !          7705:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
        !          7706:          types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
        !          7707:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
        !          7708:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
        !          7709:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
        !          7710:          types/pa_vstateless_object.h, types/pa_vvoid.h,
        !          7711:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
        !          7712:          properties: set works [alpha1]
        !          7713: 
        !          7714: 2005-07-25  paf
        !          7715: 
        !          7716:        * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
        !          7717:          types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
        !          7718:          properties: started, get works [alpha1, other approach]
        !          7719: 
        !          7720:        * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
        !          7721:          properties: started, get works [alpha2]
        !          7722: 
        !          7723:        * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
        !          7724:          pa_vstateless_class.h: . properties: started, get works [alpha]
        !          7725: 
        !          7726: 2005-07-15  paf
        !          7727: 
        !          7728:        * src/: classes/classes.h, classes/op.C, main/execute.C,
        !          7729:          types/pa_junction.h, types/pa_property.h, types/pa_value.h,
        !          7730:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
        !          7731:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
        !          7732:          types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
        !          7733:          types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
        !          7734:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
        !          7735:          types/pa_vresponse.C, types/pa_vresponse.h,
        !          7736:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
        !          7737:          types/pa_vstateless_object.h, types/pa_vvoid.h,
        !          7738:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
        !          7739:          types/pa_wwrapper.h, types/types.vcproj: + started property
        !          7740:          [getters work but think of changing them too to precaching]
        !          7741: 
        !          7742: 2005-07-08  paf
        !          7743: 
        !          7744:        * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
        !          7745:          gpf
        !          7746: 
        !          7747: 2005-06-28  paf
        !          7748: 
        !          7749:        * src/: classes/file.C, main/untaint.C: ! string invariant violated
        !          7750:          in passing empty strings to file::exec/cgi environment
        !          7751: 
        !          7752: 2005-06-06  paf
        !          7753: 
        !          7754:        * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
        !          7755:          ^table:sql ^hash:sql now DO process $.bind option
        !          7756: 
        !          7757: 2005-05-24  paf
        !          7758: 
        !          7759:        * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
        !          7760:          $.limit] now work again [support was broken in 3.1.4]
        !          7761: 
        !          7762:        * src/: main/pa_string.C, classes/op.C: . steps toward removing
        !          7763:          ALL_INTERIOR_POINTERS
        !          7764: 
        !          7765: 2005-05-12  paf
        !          7766: 
        !          7767:        * configure: 3.1.5beta
        !          7768: 
        !          7769:        * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
        !          7770: 
        !          7771:        * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
        !          7772:          $.limit] now work again [support was broken in 3.1.4]
        !          7773: 
        !          7774:        * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
        !          7775:          line-width  [was refusing to fill if line-width >1, thanks to
        !          7776:          Seras <seras@pinxit.lt> for repro case
        !          7777: 
        !          7778: 2005-04-25  paf
        !          7779: 
        !          7780:        * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
        !          7781:          correctly
        !          7782: 
        !          7783: 2005-04-19  paf
        !          7784: 
        !          7785:        * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
        !          7786:          in VString violating invariant!!
        !          7787: 
        !          7788:        * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
        !          7789:          getenv("TZ")==null
        !          7790: 
        !          7791: 2005-04-08  paf
        !          7792: 
        !          7793:        * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
        !          7794:          bugfix: when there is no char in charset one byte produces 6
        !          7795:          (&#255; <<max). increased buffer size!
        !          7796: 
        !          7797: 2005-03-23  paf
        !          7798: 
        !          7799:        * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
        !          7800:          ^date.sql-string now takes TZ into account
        !          7801: 
        !          7802: 2005-03-16  paf
        !          7803: 
        !          7804:        * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
        !          7805:          gcc 3.4
        !          7806: 
        !          7807:        * src/types/pa_vhash.C: . warning about eof eol
        !          7808: 
        !          7809: 2005-02-17  paf
        !          7810: 
        !          7811:        * operators.txt, src/classes/op.C: + operator ^sleep(double
        !          7812:          seconds)
        !          7813: 
        !          7814: 2005-02-02  paf
        !          7815: 
        !          7816:        * src/classes/xnode.C: beauty: removed needless includes
        !          7817: 
        !          7818: 2005-01-31  paf
        !          7819: 
        !          7820:        * src/types/pa_vmail.C: change: $.partX now always 1...  change:
        !          7821:          $.partNoNumber now alias to $.part1
        !          7822: 
        !          7823:        * src/types/pa_vmail.C: change: incoming letter part contains
        !          7824:          "content-disposition" header with any value? now considering that
        !          7825:          part to be "file#" [for text/plain text/html were $.text#
        !          7826:          $.html#]
        !          7827: 
        !          7828:        * INSTALL: updatet to latest working versions available
        !          7829: 
        !          7830: 2005-01-20  paf
        !          7831: 
        !          7832:        * configure.in, src/include/pa_version.h: version
        !          7833: 
        !          7834: 2005-01-19  paf
        !          7835: 
        !          7836:        * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
        !          7837:          targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
        !          7838:          couple warnings in parser3.C
        !          7839: 
        !          7840: 2004-12-23  paf
        !          7841: 
        !          7842:        * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
        !          7843: 
        !          7844:        * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
        !          7845:          dir to directory of script (when shbang used), not to directory
        !          7846:          of its interpreter
        !          7847: 
        !          7848:        * src/include/pa_version.h: compiled on win32...
        !          7849: 
        !          7850:        * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
        !          7851:          we need more hspace
        !          7852: 
        !          7853:        * configure, configure.in, src/include/pa_version.h: configured
        !          7854:          host to pa_version. will be displayed everywhere
        !          7855: 
        !          7856:        * src/main/pa_request.C: new: @unhandled_exception can prevent
        !          7857:          exception from being logged by setting $exception.handled(1)
        !          7858: 
        !          7859:        * operators.txt, src/classes/file.C: change:
        !          7860:          ^file::sql{query}[[options]] options: $.name[file name]
        !          7861:          $.content-type[application/what]
        !          7862: 
        !          7863:        * src/: include/pa_common.h, main/pa_common.C,
        !          7864:          types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
        !          7865:          new file
        !          7866: 
        !          7867:        * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
        !          7868:          bugfix: table->hash now regards _default
        !          7869: 
        !          7870:        * src/types/pa_vmethod_frame.h: bugfix: when method junction was
        !          7871:          created by accessing $name_of_method it acquired bad self=closest
        !          7872:          methodframe; instead of proper self (current class)
        !          7873: 
        !          7874:        * src/types/pa_vhashfile.C: bugfix: reading empty string from
        !          7875:          hashfile produced bad cord
        !          7876: 
        !          7877: 2004-12-10  paf
        !          7878: 
        !          7879:        * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
        !          7880:          subsequent failures though defined in .h
        !          7881: 
        !          7882:        * src/main/pa_common.C: comment on volatile
        !          7883: 
        !          7884:        * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
        !          7885:          alarm function were not used since the beginning due to stupid
        !          7886:          error [setsigjmp were not checked in configure.in]
        !          7887: 
        !          7888:        * src/main/pa_common.C: http: timeout setsockopt [if possible] on
        !          7889:          unix too
        !          7890: 
        !          7891:        * src/main/pa_common.C: http: exception status of send/recv errors
        !          7892:          change to most probable http.timeout
        !          7893: 
        !          7894:        * src/main/pa_common.C: win32: http connection $.timeout option now
        !          7895:          works [setsockopt on send/receive]
        !          7896: 
        !          7897: 2004-12-08  paf
        !          7898: 
        !          7899:        * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
        !          7900:          cstr-ed knowing mail charset, and untainting uri lang now knows
        !          7901:          proper charset
        !          7902: 
        !          7903: 2004-11-24  paf
        !          7904: 
        !          7905:        * src/classes/hash.C: hash: adding/cloning adds/clones _default now
        !          7906: 
        !          7907:          $hash[  $.a[1]  $._default[def] ] #$hash2[^hash::create[$hash]]
        !          7908:          $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
        !          7909: 
        !          7910: 2004-11-12  paf
        !          7911: 
        !          7912:        * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
        !          7913:          [since 3.0.4]
        !          7914: 
        !          7915: 2004-11-09  paf
        !          7916: 
        !          7917:        * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
        !          7918:          writes basics to c:\parser3.log
        !          7919: 
        !          7920: 2004-10-21  paf
        !          7921: 
        !          7922:        * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
        !          7923:          tainted strings [were returning clean onces]
        !          7924: 
        !          7925: 2004-10-15  paf
        !          7926: 
        !          7927:        * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
        !          7928:          cycles(i=1; i=2), which was wrong, now does ONE
        !          7929: 
        !          7930: 2004-10-12  paf
        !          7931: 
        !          7932:        * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
        !          7933: 
        !          7934: 2004-10-07  paf
        !          7935: 
        !          7936:        * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
        !          7937:          main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
        !          7938:          release asserts
        !          7939: 
        !          7940:        * src/: main/pa_string.C, include/pa_string.h: debugger help:
        !          7941:          String.dump() to stdout in detailed form  [were String.v() in
        !          7942:          short form]
        !          7943: 
        !          7944:        * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
        !          7945:          \t\r\n as @#| and truncates long char sequences less
        !          7946: 
        !          7947: 2004-10-06  paf
        !          7948: 
        !          7949:        * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
        !          7950:          win32 beauty: socket errors properly decoded
        !          7951: 
        !          7952: 2004-10-05  paf
        !          7953: 
        !          7954:        * src/: include/pa_request.h, main/pa_request.C: bugfix:
        !          7955:          request::configure_user/admin done always, even if no
        !          7956:          file-to-process useful in @unhandled_exception [say, if they
        !          7957:          would want to mail by SMTP something]
        !          7958: 
        !          7959:        * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
        !          7960:          now performed prior to file loading [and @auto executing] thus
        !          7961:          making $cookie:value available in @auto and in
        !          7962:          @unhandled_exception when IIS is configured to run interpreter
        !          7963:          even if no file exist
        !          7964: 
        !          7965: 2004-09-20  paf
        !          7966: 
        !          7967:        * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
        !          7968:          somewhere where it should have called xmlMalloc and it calls
        !          7969:          xmlFree when it should have not called it.  inserted two
        !          7970:          workarounds: xmlMallocAtomic implemented as xmlMalloc, and
        !          7971:          xmlFree just ignored.  put away a testcase, maybe someday libxml
        !          7972:          author would fix all that.  until that day: we have SLOW garbage
        !          7973:          collecting when many xml objects are alive hint: do
        !          7974:          ^memory:compact[] before xdoc::create
        !          7975: 
        !          7976: 2004-09-17  paf
        !          7977: 
        !          7978:        * src/classes/file.C: bugfix: file::cgi headers were lost [typo
        !          7979:          error from 3.0.8 version]
        !          7980: 
        !          7981: 2004-09-14  paf
        !          7982: 
        !          7983:        * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
        !          7984:          part bugfix: hashfile.foreach iterated only part if hashfile were
        !          7985:          modified inside
        !          7986: 
        !          7987: 2004-09-13  paf
        !          7988: 
        !          7989:        * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
        !          7990:          [were as octal]
        !          7991: 
        !          7992:        * src/types/pa_vhashfile.C: beauty: not reproduced
        !          7993:          $hashfile.key[$novalue] bug [reported by motorin], inserted
        !          7994:          safety-check
        !          7995: 
        !          7996:        * src/types/pa_vhashfile.C: change: empty keys now error in parser
        !          7997:          [not something obscure from sdbm lib]
        !          7998: 
        !          7999:        * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
        !          8000:          = strerror now returnes something and we can properly report that
        !          8001:          to client
        !          8002: 
        !          8003:        * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
        !          8004:          now 8008 bytes, were 1008. perl sdbm compatibility now ruined
        !          8005: 
        !          8006:        * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
        !          8007:          [tainted as-is] this helps //[space][newline] to remain as-is and
        !          8008:          not be unnecessary optimized away [ruining javascript]
        !          8009: 
        !          8010:        * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
        !          8011:          [tainted as-is]
        !          8012: 
        !          8013:        * src/classes/mail.C: bugfix: typo error
        !          8014: 
        !          8015: 2004-09-09  paf
        !          8016: 
        !          8017:        * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
        !          8018:          separators bugfix: loads header with endings \r\n\r\n and \n\n
        !          8019:          (bloody yandex.server)
        !          8020: 
        !          8021: 2004-09-06  paf
        !          8022: 
        !          8023:        * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
        !          8024:          TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
        !          8025:          encoded
        !          8026: 
        !          8027: 2004-09-01  paf
        !          8028: 
        !          8029:        * src/types/pa_vmail.C: change: multipart/mixed changed to
        !          8030:          multipart/related outlook express have no problems showing
        !          8031:          unrelated attachments.  todo: someday figure out a way of
        !          8032:          multipart/mixed    multipart/related       text/html
        !          8033:          image/xxx application/octet-stream << true attachments
        !          8034: 
        !          8035:        * src/types/pa_vmail.C: new:
        !          8036:          ^mail:send[$.file[$.content-disposition can be overriden new:
        !          8037:          empty mail header fields removed from letter
        !          8038: 
        !          8039:        * src/: classes/mail.C, include/pa_config_fixed.h,
        !          8040:          types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
        !          8041:          ^mail:send[    $.file[       $.any[header]
        !          8042: 
        !          8043: 2004-08-30  paf
        !          8044: 
        !          8045:        * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
        !          8046:          warnings
        !          8047: 
        !          8048:        * src/main/pa_common.C: beauty: do not bother with charset
        !          8049:          detection when ^file::load[binary
        !          8050: 
        !          8051: 2004-08-27  paf
        !          8052: 
        !          8053:        * src/main/pa_common.C: hack: for yandex.server http server
        !          8054: 
        !          8055: 2004-08-18  paf
        !          8056: 
        !          8057:        * src/main/pa_request.C: bugfix: Accept-Ranges: bytes  when sending
        !          8058:          possibly-chunked response
        !          8059: 
        !          8060: 2004-08-17  paf
        !          8061: 
        !          8062:        * src/classes/file.C: bugfix: $f[^file::load[;http://]]
        !          8063:          $f.content-type now = that of http response
        !          8064: 
        !          8065:        * src/classes/file.C: bugfix: $f[^file::load[;http://]]
        !          8066:          $f.content-type now = that of http response
        !          8067: 
        !          8068: 2004-07-30  paf
        !          8069: 
        !          8070:        * src/: include/pa_request.h, main/pa_request.C,
        !          8071:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
        !          8072:          win32: system&parser exceptions in release mode reported properly
        !          8073:          parser exception in exception handler WERE mistakenly reported as
        !          8074:          system exception, without details [in apache & isapi] +some
        !          8075:          beauty in exception text
        !          8076: 
        !          8077:        * src/: include/pa_exception.h, main/pa_request.C,
        !          8078:          targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
        !          8079:          release mode reported properly parser exception in exception
        !          8080:          handler WERE mistakenly reported as system exception, without
        !          8081:          details
        !          8082: 
        !          8083:        * src/main/execute.C: beauty: simplified system exception handling
        !          8084: 
        !          8085: 2004-07-29  paf
        !          8086: 
        !          8087:        * src/classes/table.C: bugfix:
        !          8088:          ^table.save[export.csv;$.separator[^;]] now works fine [separator
        !          8089:          were ignored, and \t used unconditionally]
        !          8090: 
        !          8091:        * src/types/Makefile.am: added vhash.c
        !          8092: 
        !          8093: 2004-07-28  paf
        !          8094: 
        !          8095:        * src/: classes/date.C, classes/image.C, classes/math.C,
        !          8096:          lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
        !          8097:          main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
        !          8098:          types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
        !          8099:          failed on russian letters
        !          8100: 
        !          8101:        * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
        !          8102:          bugfix: isspace((unsigned char)c) everywhere. failed on russian
        !          8103:          letters
        !          8104: 
        !          8105:        * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
        !          8106:          as 'currentDirectory' parameter to CreateProcess
        !          8107: 
        !          8108: 2004-07-27  paf
        !          8109: 
        !          8110:        * src/targets/cgi/parser3.vcproj: beauty: win32:
        !          8111:          globaloptimizations ON, release:mapfile ON todo: copy .mapfile
        !          8112:          from release somewhere [to help searching for unhandled system
        !          8113:          exceptions]
        !          8114: 
        !          8115:        * src/types/pa_vdate.h: check: for invalid datetime after temporary
        !          8116:          TZ shift
        !          8117: 
        !          8118:        * src/types/pa_vdate.h: bugfix: time checked not only at set_time
        !          8119:          but also in ctor
        !          8120: 
        !          8121: 2004-07-26  paf
        !          8122: 
        !          8123:        * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
        !          8124:          src/main/pa_request.C, src/types/pa_vfile.h,
        !          8125:          src/types/pa_vhash.C, src/types/pa_vhash.h,
        !          8126:          src/types/types.vcproj: new: $response:body/download[
        !          8127:          $.file[name on disk]    $.name[of file for user]
        !          8128:          $.mdate[date of last-modified. default from directory] ]
        !          8129: 
        !          8130:        * src/classes/file.C: moving file:send somewhere else..
        !          8131: 
        !          8132:        * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
        !          8133:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
        !          8134:          ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
        !          8135:          $response:download[ $.filename[filename] $.option[] ,, ]
        !          8136: 
        !          8137:        * src/classes/file.C: beauty: invalid mode thoroughly reported
        !          8138: 
        !          8139: 2004-07-21  paf
        !          8140: 
        !          8141:        * src/types/pa_vmail.C: bugfix: too long header values now splitted
        !          8142:          to several lines
        !          8143: 
        !          8144:          were: header: vaaaaaaaaaaaalue now: header: vaaaaaa  aaalue
        !          8145: 
        !          8146:          note: ms outlook[!express] shows only first 255 characters of
        !          8147:          subject
        !          8148: 
        !          8149: 2004-07-15  paf
        !          8150: 
        !          8151:        * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
        !          8152:          off]
        !          8153: 
        !          8154: 2004-07-14  paf
        !          8155: 
        !          8156:        * src/classes/table.C: bugfix: $.bind values now got untainted
        !          8157:          according to lang  [were: as-is]
        !          8158: 
        !          8159: 2004-07-07  paf
        !          8160: 
        !          8161:        * src/classes/op.C: bugfix: cache with 2 params caused assertion,
        !          8162:          checked that
        !          8163: 
        !          8164:        * src/main/pa_exec.C: bufix: on unix AND win32 environment string
        !          8165:          now untainted according to their languages.  were: as-is.
        !          8166:          EVERYWHERE
        !          8167: 
        !          8168:        * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
        !          8169:          environment string now untainted according to their languages.
        !          8170:          were: as-is. EVERYWHERE
        !          8171: 
        !          8172:        * src/main/pa_exec.C: bufix: on unix environment string now
        !          8173:          untainted according to their languages.  were: as-is. on win32:
        !          8174:          ok
        !          8175: 
        !          8176:        * parser3.vssscc: ...would not go unnoticed
        !          8177: 
        !          8178:        * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
        !          8179:          fails. in case on input appears nonutf, those bytes will be
        !          8180:          printed in %HH form. that can be easily decoded/recovered.
        !          8181: 
        !          8182:          this form is quite noticable, and hopefully would not go noticed
        !          8183: 
        !          8184: 2004-07-06  paf
        !          8185: 
        !          8186:        * src/main/pa_exec.C: bufix: on unix environment string now
        !          8187:          untainted according to their languages.  were: as-is. on win32:
        !          8188:          ok
        !          8189: 
        !          8190: 2004-07-01  paf
        !          8191: 
        !          8192:        * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
        !          8193:          lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
        !          8194:          lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
        !          8195:          lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
        !          8196:          main/main.vcproj, targets/cgi/parser3.vcproj,
        !          8197:          targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
        !          8198:          option: global optimization ON
        !          8199: 
        !          8200:        * src/main/untaint.C: workaround kinda bug in libxml: life requires
        !          8201:          to do xdoc::create{invalid chars} standard disables chars less
        !          8202:          then \x20, except tab, cr, lf.
        !          8203: 
        !          8204:          changed tainting so that those become '!'
        !          8205: 
        !          8206: 2004-06-25  paf
        !          8207: 
        !          8208:        * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
        !          8209:          int on odd address [prev bugfix failed due to superwize
        !          8210:          optimizer, which turned memcpy into same 'ld' asm command]
        !          8211: 
        !          8212:        * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
        !          8213:          int on odd address
        !          8214: 
        !          8215: 2004-06-22  paf
        !          8216: 
        !          8217:        * src/sql/pa_sql_driver.h: note: about possible optimization
        !          8218: 
        !          8219:        * operators.txt, src/classes/hash.C, src/classes/memory.C,
        !          8220:          src/classes/string.C, src/classes/table.C, src/classes/void.C,
        !          8221:          src/include/pa_config_includes.h: new:        ^void:sql{call
        !          8222:          paf(:a)}[                $.bind[                         $.a[2]
        !          8223:                 ]       ] output variables work.  todo: check in out
        !          8224:          variables
        !          8225: 
        !          8226: 2004-06-18  paf
        !          8227: 
        !          8228:        * src/: classes/file.C, classes/hash.C, classes/string.C,
        !          8229:          classes/table.C, classes/void.C, include/pa_globals.h,
        !          8230:          include/pa_sql_connection.h, main/compile.tab.C,
        !          8231:          sql/pa_sql_driver.h: started:         ^void:sql{call paf(:a)}[
        !          8232:                      $.bind[                         $.a[2]          ]
        !          8233:          ] input variables work.  todo:output
        !          8234: 
        !          8235:        * src/targets/cgi/parser3.C: bugfix: iis specific
        !          8236:          http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
        !          8237:          /_bug.html?404;http://hpsv/test/
        !          8238:          --------------------------------------------------------------------------------
        !          8239:          $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
        !          8240:          --------------------------------------------------------------------------------
        !          8241:          IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
        !          8242: 
        !          8243: 2004-06-16  paf
        !          8244: 
        !          8245:        * src/targets/cgi/parser3.C: new: iis specific
        !          8246:          http://parser3/_bug.html?404;http://server/_bug.html?f=v now
        !          8247:          $request:query
        !          8248:          IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
        !          8249:          $form:fields IIS-STATUS="404"
        !          8250:          IIS-DOCUMENT="http://server/_bug.html" f="v"
        !          8251: 
        !          8252:          todo: isapi too
        !          8253: 
        !          8254: 2004-05-26  paf
        !          8255: 
        !          8256:        * src/include/pa_version.h: 3.1.3
        !          8257: 
        !          8258:        * operators.txt: beauty: removed outdated level 'table'
        !          8259: 
        !          8260:        * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
        !          8261: 
        !          8262:        * src/main/pa_string.C: beauty: removed 3 warnings
        !          8263: 
        !          8264:        * src/: include/pa_string.h, classes/table.C, main/untaint.C,
        !          8265:          classes/op.C: beauty: removed outdated level 'table'
        !          8266: 
        !          8267: 2004-05-25  paf
        !          8268: 
        !          8269:        * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
        !          8270:          implementation. mistery: how anything worked
        !          8271: 
        !          8272:        * src/sql/pa_sql_driver.h: beauty: param renamed and comment
        !          8273:          changed, it is now safe to use url if pointers to it are stored
        !          8274:          to gc mem
        !          8275: 
        !          8276:        * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
        !          8277:          unknown errors reported and not cause SIGSEGV now
        !          8278: 
        !          8279: 2004-05-24  paf
        !          8280: 
        !          8281:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
        !          8282:          lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
        !          8283:          less memory: CORD_chars_block originally intended to ...  it was
        !          8284:          good that CORD_chars_block were not used: it consumes more memory
        !          8285:          [and, might be slow too] undoing that. [and removed that func so
        !          8286:          that it would not confuse parser developer in future]
        !          8287: 
        !          8288:        * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
        !          8289:          less memory: CORD_chars_block originally intended to
        !          8290:          speedup/reduce mem usage were forgotten, and were used stupid
        !          8291:          CORD_chars
        !          8292: 
        !          8293:        * src/include/pa_config_auto.h.in: bugfix: bigendian check added
        !          8294: 
        !          8295:        * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
        !          8296:          BIGENDIAN processors space-conserving mech failed, causing
        !          8297:          SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
        !          8298:          (1|2|3));
        !          8299: 
        !          8300: 2004-05-14  paf
        !          8301: 
        !          8302:        * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
        !          8303:          bugfix: void now has vfile value, and $response:body[] works OK
        !          8304: 
        !          8305: 2004-05-12  paf
        !          8306: 
        !          8307:        * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
        !          8308:          beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
        !          8309:          sources to use is_defined() {return as_bool();} along VBool
        !          8310: 
        !          8311: 2004-05-11  paf
        !          8312: 
        !          8313:        * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
        !          8314:          referencing to local objects
        !          8315: 
        !          8316:        * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
        !          8317:          types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
        !          8318:          left intact
        !          8319: 
        !          8320: 2004-04-15  paf
        !          8321: 
        !          8322:        * src/classes/date.C: merged: beauty: unused var removed
        !          8323: 
        !          8324:        * src/classes/date.C: beauty: unused var removed
        !          8325: 
        !          8326:        * src/include/: pa_exec.h: bugfix: interface without pointer
        !          8327:          provoked bug
        !          8328: 
        !          8329: 2004-04-09  paf
        !          8330: 
        !          8331:        * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
        !          8332: 
        !          8333:        * src/types/pa_vform.C: bugfix: form:imap were incorrect
        !          8334: 
        !          8335: 2004-04-08  paf
        !          8336: 
        !          8337:        * src/classes/date.C: new: ^date::create[y-m-d
        !          8338:          h-M-s>>.milliseconds<<] now allowed, ignored so far
        !          8339: 
        !          8340:        * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
        !          8341: 
        !          8342:        * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
        !          8343:          to consult default catalog [usually, that file belongs to other
        !          8344:          user/group]
        !          8345: 
        !          8346: 2004-04-06  paf
        !          8347: 
        !          8348:        * src/main/pa_common.C: beauty: gcc warning removed
        !          8349: 
        !          8350:        * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
        !          8351:          accept that trick, trying other
        !          8352: 
        !          8353:        * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
        !          8354:          explicit result problem
        !          8355: 
        !          8356:        * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
        !          8357:          explicit result problem
        !          8358: 
        !          8359:        * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
        !          8360:          explicit result problem
        !          8361: 
        !          8362:        * operators.txt, src/classes/string.C: new: ^string.append[string]
        !          8363: 
        !          8364:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
        !          8365:          main/execute.C: attempt_check_call_in_explicit_result_mode:
        !          8366:          failed
        !          8367: 
        !          8368:        * src/main/pa_common.C: bugfix: of 1.175 bugfix:
        !          8369:          http://i.p.a.ddress gethostbyaddr added [on some platforms
        !          8370:          gethostbyname failed with such 'domains'] now checked properly,
        !          8371:          were: needless reverse/forward dns lookup
        !          8372: 
        !          8373:        * src/main/pa_common.C: bugfix: of 1.175 bugfix:
        !          8374:          http://i.p.a.ddress gethostbyaddr added [on some platforms
        !          8375:          gethostbyname failed with such 'domains'] now checked properly,
        !          8376:          were: needless reverse/forward dns lookup
        !          8377: 
        !          8378:        * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
        !          8379:          @method[][result] means "no string output here" moved to lexical
        !          8380:          level [on grammar level it were too difficult]
        !          8381: 
        !          8382:        * operators.txt, src/include/pa_string.h, src/main/compile.tab.C,
        !          8383:          src/main/compile.y, src/main/compile_tools.h,
        !          8384:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h: new:
        !          8385:          @method[][result] means "no string output here", implemented part
        !          8386:          of that idea: compiler throws away string literal generation
        !          8387:          code. and barks nonwhitespace chars
        !          8388: 
        !          8389:        * operators.txt: truth: removed comment about $ORIGIN
        !          8390: 
        !          8391: 2004-04-05  paf
        !          8392: 
        !          8393:        * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
        !          8394:          src/include/pa_version.h, src/main/pa_common.C,
        !          8395:          src/targets/isapi/parser3isapi.C: merged with 3.1.3
        !          8396: 
        !          8397:        * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
        !          8398:          Konstantin Tomashevitch [mailto:konst@design.ru]
        !          8399: 
        !          8400:        * src/doc/html2chm.cmd: beauty: no need in bg here
        !          8401: 
        !          8402:        * src/doc/sources2html.cmd: beauty: same window, in bg it
        !          8403:          interfered with FAR console
        !          8404: 
        !          8405:        * configure, configure.in: 3.1.3
        !          8406: 
        !          8407:        * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
        !          8408: 
        !          8409:        * src/main/pa_common.C: removed warning
        !          8410: 
        !          8411:        * src/include/pa_version.h: 3.1.3
        !          8412: 
        !          8413: 2004-04-02  paf
        !          8414: 
        !          8415:        * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
        !          8416: 
        !          8417:        * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
        !          8418:          allows to specify where to put parser log file
        !          8419: 
        !          8420: 2004-04-01  paf
        !          8421: 
        !          8422:        * src/classes/table.C: bugfix: bugfix: table::load last line
        !          8423:          without tab and enter were ignored
        !          8424: 
        !          8425:        * src/: include/pa_cache_managers.h, include/pa_globals.h,
        !          8426:          include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
        !          8427:          main/pa_socks.C, targets/cgi/parser3.C,
        !          8428:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
        !          8429:          bugfix: sql connections now are disconnected
        !          8430: 
        !          8431: 2004-03-30  paf
        !          8432: 
        !          8433:        * src/classes/table.C: bugfix: table::load last line without tab
        !          8434:          and enter were ignored
        !          8435: 
        !          8436:        * src/classes/table.C: bufix: if last table lines were commented,
        !          8437:          gpfed
        !          8438: 
        !          8439:        * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
        !          8440:          doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
        !          8441:          doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
        !          8442:          doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
        !          8443:          doc/methoded.dox, doc/object.dox, doc/string.dox,
        !          8444:          doc/targets.dox, doc/value.dox, include/pa_version.h,
        !          8445:          main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
        !          8446:          targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
        !          8447:          bugfixes from 3.1.2, changed version to 3.1.3beta
        !          8448: 
        !          8449: 2004-03-29  paf
        !          8450: 
        !          8451:        * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
        !          8452:          causes gpf
        !          8453: 
        !          8454:        * src/doc/: ClassExample1.dox, ClassExample2.dox,
        !          8455:          ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
        !          8456:          doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
        !          8457:          memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
        !          8458:          value.dox: translated to english
        !          8459: 
        !          8460: 2004-03-25  paf
        !          8461: 
        !          8462:        * src/targets/isapi/parser3isapi.vcproj: beauty: one more
        !          8463:          parser3project dependency removed
        !          8464: 
        !          8465:        * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
        !          8466:          bugfix: refused to compile without xml
        !          8467: 
        !          8468:        * src/types/pa_vform.C: beauty: removed warning
        !          8469: 
        !          8470:        * src/classes/classes.vcproj: merged bugfix: now all compiles in
        !          8471:          any folder [removed last ;) folder dependency]
        !          8472: 
        !          8473:        * src/classes/classes.vcproj: bugfix: now all compiles in any
        !          8474:          folder [removed last ;) folder dependency]
        !          8475: 
        !          8476:        * src/include/pa_version.h: release
        !          8477: 
        !          8478:        * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
        !          8479: 
        !          8480:        * src/classes/table.C: beauty: comment& more meaningful error
        !          8481:          message
        !          8482: 
        !          8483:        * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
        !          8484:          $.hash[$.column_value1(true) ... ] [were producing some strang
        !          8485:          thing]
        !          8486: 
        !          8487: 2004-03-23  paf
        !          8488: 
        !          8489:        * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
        !          8490:          and http status line parsing checked number of columns in table
        !          8491:          [user reported an assert]
        !          8492: 
        !          8493:        * operators.txt: example: on hashfile
        !          8494: 
        !          8495:        * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
        !          8496:          bugfix: junction reattach now actually reattaches a junction to
        !          8497:          new wcontext [were only assigning it to junction, which caused
        !          8498:          junction tracking to loose junction, and it's context were not
        !          8499:          killed, and it tried to process in invalid context, gpf]
        !          8500: 
        !          8501:        * src/targets/cgi/parser3.C: debug helper added
        !          8502: 
        !          8503: 2004-03-19  paf
        !          8504: 
        !          8505:        * src/types/pa_wcontext.C: beauty: error messages removed duplicate
        !          8506:          "type(type)" in braces
        !          8507: 
        !          8508: 2004-03-10  paf
        !          8509: 
        !          8510:        * operators.txt, src/classes/xdoc.C, src/classes/xnode.C,
        !          8511:          src/classes/xnode.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
        !          8512:          src/types/pa_vxnode.C, src/types/pa_vxnode.h: new: refined
        !          8513:          solution to search-in-namespaces problem:
        !          8514:          $xdoc.search-namespaces.x[http://pif.design.ru/]
        !          8515:          $nodes[^xdoc.select[//x:second]]
        !          8516: 
        !          8517:        * operators.txt, src/classes/xnode.C: new: xnode.select*[xpath
        !          8518:          expression][[NAMESPACES HASH]] allows to search for info in
        !          8519:          namespaces
        !          8520: 
        !          8521:          $nodes[^xdoc.select[//x:second][
        !          8522:          $.x[http://pif.design.ru/] ]]
        !          8523: 
        !          8524: 2004-03-09  paf
        !          8525: 
        !          8526:        * operators.txt, src/main/pa_common.C: new:
        !          8527:          ^file::load[...][options]         $.form[
        !          8528:          !$.field1[string]
        !          8529:          !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
        !          8530:               ]         !$.body[string]
        !          8531: 
        !          8532:          GET ?here notGET(POST, HEAD, others) in content-type:
        !          8533:          application/x-www-form-urlencoded
        !          8534: 
        !          8535:          todo: upload files ability
        !          8536: 
        !          8537:        * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
        !          8538:          properly, done
        !          8539: 
        !          8540: 2004-03-05  paf
        !          8541: 
        !          8542:        * operators.txt, src/main/pa_common.C: new: file::load[;http://
        !          8543:          GET/POST $.form[$.fields started, not tested yet
        !          8544:          todo:$.field[table] for multiple values
        !          8545: 
        !          8546:        * operators.txt: new: http:// options $.user $.password basic
        !          8547:          authorization
        !          8548: 
        !          8549:        * src/main/pa_common.C: beauty: link to rtf added
        !          8550: 
        !          8551:        * operators.txt, src/include/pa_common.h, src/main/pa_common.C:
        !          8552:          new: http:// options $.user $.password basic authorization
        !          8553: 
        !          8554:        * src/main/pa_common.C: beauty: removed needless vars
        !          8555: 
        !          8556:        * operators.txt: new: pgsql option [like that recently added to
        !          8557:          oracle driver]             ClientCharset=parser-charset <<
        !          8558:          charset in which parser thinks client works
        !          8559: 
        !          8560:        * operators.txt: new: odbc option [like that recently added to
        !          8561:          oracle driver]             ClientCharset=parser-charset <<
        !          8562:          charset in which parser thinks client works
        !          8563: 
        !          8564:        * src/sql/pa_sql_driver.h: beauty: important warning added
        !          8565: 
        !          8566:        * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
        !          8567:          char!
        !          8568: 
        !          8569:        * etc/parser3.charsets/windows-1251.cfg: typo
        !          8570: 
        !          8571: 2004-03-04  paf
        !          8572: 
        !          8573:        * src/main/pa_sql_driver_manager.C: speedup: charset lookups
        !          8574:          cached, sql transcoding now goes faster
        !          8575: 
        !          8576:        * operators.txt: new: mysql option [like that recently added to
        !          8577:          oracle driver]             ClientCharset=parser-charset <<
        !          8578:          charset in which parser thinks client works
        !          8579: 
        !          8580:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
        !          8581:          typo error
        !          8582: 
        !          8583:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
        !          8584:          chars commented
        !          8585: 
        !          8586: 2004-03-03  paf
        !          8587: 
        !          8588:        * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
        !          8589:          Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
        !          8590: 
        !          8591: 2004-03-02  paf
        !          8592: 
        !          8593:        * operators.txt: new[update typo]:     !^void.left(n)
        !          8594:          nothing     !^void.right(n)        nothing     !^void.mid(p[;n])
        !          8595:                nothing
        !          8596: 
        !          8597:        * operators.txt, src/classes/void.C: new:     !^void.left(n)
        !          8598:          nothing     !^void.right(n)        nothing     !^void.pos(p[;n])
        !          8599:                nothing
        !          8600: 
        !          8601:        * operators.txt, src/classes/file.C, src/include/pa_string.h: new:
        !          8602:          ^file::sql[[name_to_become_$.name]]{} query result must be one
        !          8603:          row with columns:   first: data   second: file name   third:
        !          8604:          content-type
        !          8605: 
        !          8606:        * operators.txt, src/classes/file.C: ^file.sql-string[] inside
        !          8607:          ^connect gets properly escaped string, which can be passed to
        !          8608:          request now this for mysql only. it's up to parser sql driver to
        !          8609:          fix zeros properly
        !          8610: 
        !          8611:        * INSTALL: note: added on building apache with this option:
        !          8612:          --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
        !          8613: 
        !          8614: 2004-03-01  paf
        !          8615: 
        !          8616:        * src/targets/isapi/parser3isapi.C: new: apache module & isapi
        !          8617:          extension memory:compact befor processingrequest
        !          8618: 
        !          8619:        * operators.txt, src/classes/hash.C: new: ^hash._keys[>>name<<] to
        !          8620:          call sole column of result
        !          8621: 
        !          8622:        * operators.txt, src/classes/image.C, src/lib/gd/gif.C,
        !          8623:          src/lib/gd/gif.h: new: ^image.pixel(x;y)[(color)]         get/set
        !          8624:          pixel color
        !          8625: 
        !          8626:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
        !          8627:          beauty: image -- less checks [were ugly impl]
        !          8628: 
        !          8629:        * src/classes/string.C: bugfix: ^string.left/right/mid with
        !          8630:          negative values now considered bad
        !          8631: 
        !          8632:        * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
        !          8633: 
        !          8634:        * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
        !          8635:          options now have unified defaults [after transform
        !          8636:          indent/omit-xml-declaration/standalone 'default' erroreously
        !          8637:          meant 'true']
        !          8638: 
        !          8639:        * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
        !          8640:          added [on some platforms gethostbyname failed with such
        !          8641:          'domains']
        !          8642: 
        !          8643:        * src/include/pa_config_auto.h.in: no select check, no define
        !          8644: 
        !          8645:        * src/classes/string.C: feature: ^string.trim both parameters may
        !          8646:          be empty-strings, meaning kind=both chars=whitespaces
        !          8647: 
        !          8648:        * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
        !          8649:          exist
        !          8650: 
        !          8651:        * src/classes/string.C: check: trim 'chars' must not be empty,
        !          8652:          exception if it is
        !          8653: 
        !          8654:        * src/classes/string.C: changed: ^string.trim [] << both,
        !          8655:          whitespaces [start|both|end] << kind, whitespaces
        !          8656:          [start|both|end;chars]  full
        !          8657: 
        !          8658: 2004-02-27  paf
        !          8659: 
        !          8660:        * operators.txt, src/classes/string.C, src/main/pa_string.C: new
        !          8661:          method: ^string.trim[start|both|end[;chars]]        default
        !          8662:          'chars' -- whitespace chars finished
        !          8663: 
        !          8664:        * operators.txt, src/classes/string.C, src/include/pa_string.h,
        !          8665:          src/main/pa_string.C: new method:
        !          8666:          ^string.trim[start|both|end[;chars]]        default 'chars' --
        !          8667:          whitespace chars   started, only start works
        !          8668: 
        !          8669:        * src/main/compile.C: bugfix: line numbers after
        !          8670:          ^process{}[$.line(-10]] can be negative, allowed to print they as
        !          8671:          signed
        !          8672: 
        !          8673:        * src/main/untaint.C: speed: there's no \n chars in output
        !          8674:          [normally], so no need to optimize them they could be retrived
        !          8675:          from databases, though. but 1. should be replaced 2. if not
        !          8676:          optimized, no harm done
        !          8677: 
        !          8678:        * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
        !          8679:          ^file::exec/cgi could return invalid status & zombie child can
        !          8680:          remain for short period until process exists [very bad in
        !          8681:          mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
        !          8682: 
        !          8683:        * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
        !          8684:          malicious SMTP server to attack as by returning too long status
        !          8685:          responses http://i2/tasks/edit/?id=4629448401140924947
        !          8686: 
        !          8687: 2004-02-26  paf
        !          8688: 
        !          8689:        * operators.txt: feature: ^process...{CODE}[now has options] which
        !          8690:          are         $.main[to what to rename @main]         $.file[file,
        !          8691:          from which (user says) goes that CODE]         $.lineno(line
        !          8692:          number in that file, where CODE starts. may be negative)
        !          8693: 
        !          8694:        * operators.txt, src/classes/op.C, src/include/pa_request.h,
        !          8695:          src/main/compile.C, src/main/compile_tools.h,
        !          8696:          src/main/pa_request.C: feature: ^process...{CODE}[now has
        !          8697:          options] which are         $.main[to what to rename @main]
        !          8698:          $.file[file, from which (user says) goes that CODE]
        !          8699:          $.lineno(line number in that file, where CODE starts. may be
        !          8700:          negative)
        !          8701: 
        !          8702: 2004-02-25  paf
        !          8703: 
        !          8704:        * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
        !          8705:          old @charsetsdir@ recently erased from configure.in]
        !          8706: 
        !          8707:        * src/classes/hash.C: feature: ^hash::sql{one colum result} now
        !          8708:          produces hash of column=>1
        !          8709: 
        !          8710:        * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
        !          8711:          with incomplete errno constants set
        !          8712: 
        !          8713: 2004-02-24  paf
        !          8714: 
        !          8715:        * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
        !          8716:          "man select"
        !          8717: 
        !          8718:        * src/main/pa_os.C: beauty: <0 better then ==-1
        !          8719: 
        !          8720:        * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
        !          8721: 
        !          8722:        * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
        !          8723: 
        !          8724:        * src/classes/Makefile.am: smtp on unix: steps to work on unix
        !          8725: 
        !          8726:        * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
        !          8727:          unix: steps to work on unix [extracted 'to']
        !          8728: 
        !          8729:        * src/classes/mail.C: smtp on unix: steps to work on unix
        !          8730: 
        !          8731:        * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
        !          8732: 
        !          8733:        * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
        !          8734:          lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
        !          8735:          unix [testing on solaris]
        !          8736: 
        !          8737: 2004-02-20  paf
        !          8738: 
        !          8739:        * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
        !          8740:          pointing that out
        !          8741: 
        !          8742:        * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
        !          8743:          fixed again [same solution, mistanenly removed one line]
        !          8744: 
        !          8745: 2004-02-19  paf
        !          8746: 
        !          8747:        * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
        !          8748:          date::create from bad datetime in spring daylightsaving hole now
        !          8749:          OK for all platforms [on some platforms it failed]
        !          8750: 
        !          8751:        * src/classes/: date.C, image.C: beauty: date::create[bad date time
        !          8752:          in daylightsaving hole] now throws error
        !          8753: 
        !          8754:        * src/classes/date.C: comment: mistake fixed
        !          8755: 
        !          8756: 2004-02-18  paf
        !          8757: 
        !          8758:        * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
        !          8759:          now renderes in $request:charset, but in header puts
        !          8760:          $response:charset todo: make that default only so that coder
        !          8761:          could override that
        !          8762: 
        !          8763:        * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
        !          8764:          turns off omit-xml-declaration
        !          8765: 
        !          8766:        * src/classes/xdoc.C: feature: reimplemented xhtml output, see
        !          8767:          /.xsl for sample
        !          8768: 
        !          8769: 2004-02-17  paf
        !          8770: 
        !          8771:        * src/classes/xdoc.C: beauty: needless helper class removed
        !          8772: 
        !          8773:        * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
        !          8774:          copied extra time
        !          8775: 
        !          8776:        * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
        !          8777:          part of libxml
        !          8778: 
        !          8779:        * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
        !          8780:          libxml to do the work] <xsl:output        method="html"
        !          8781:          doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
        !          8782:          doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
        !          8783:          />
        !          8784: 
        !          8785:        * src/classes/xdoc.C: beauty: no <meta ... charset generated
        !          8786: 
        !          8787:        * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
        !          8788:          caused assertion
        !          8789: 
        !          8790:        * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
        !          8791:          could hang. now such add does nothing, sub clears $hash
        !          8792: 
        !          8793:        * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
        !          8794:          not made quoted-printable
        !          8795: 
        !          8796:        * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
        !          8797:          string invariant
        !          8798: 
        !          8799: 2004-02-16  paf
        !          8800: 
        !          8801:        * src/main/pa_globals.C: bugfix: xml errors copy from library now
        !          8802:          cleared [were not cleared properly]
        !          8803: 
        !          8804: 2004-02-13  paf
        !          8805: 
        !          8806:        * src/include/pa_version.h: prerelease
        !          8807: 
        !          8808:        * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
        !          8809:          used, introducing dependencies timestamp check
        !          8810: 
        !          8811:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
        !          8812:          include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
        !          8813:          main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
        !          8814:          .xsl.stamp now not used, introducing dependencies timestamp check
        !          8815: 
        !          8816:        * configure.in, bin/auto.p.dist.in: auto.p: @conf made relative
        !          8817: 
        !          8818: 2004-02-12  paf
        !          8819: 
        !          8820:        * src/types/pa_vform.C: bugfix: empty values[recently allowed]
        !          8821:          ruined empty <input type=file> submits. parser thought there were
        !          8822:          nameless empty file and $form:field got value of type 'file'
        !          8823: 
        !          8824:        * INSTALL: --without-threads
        !          8825: 
        !          8826:        * src/include/pa_sapi.h: 2004
        !          8827: 
        !          8828: 2004-02-11  paf
        !          8829: 
        !          8830:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
        !          8831:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
        !          8832:          classes/hashfile.C, classes/image.C, classes/int.C,
        !          8833:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
        !          8834:          classes/response.C, classes/string.C, classes/table.C,
        !          8835:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
        !          8836:          include/pa_array.h, include/pa_cache_managers.h,
        !          8837:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
        !          8838:          include/pa_config_fixed.h, include/pa_config_includes.h,
        !          8839:          include/pa_dictionary.h, include/pa_dir.h,
        !          8840:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
        !          8841:          include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
        !          8842:          include/pa_operation.h, include/pa_os.h, include/pa_request.h,
        !          8843:          include/pa_request_charsets.h, include/pa_request_info.h,
        !          8844:          include/pa_socks.h, include/pa_sql_connection.h,
        !          8845:          include/pa_sql_driver_manager.h, include/pa_stack.h,
        !          8846:          include/pa_string.h, include/pa_stylesheet_connection.h,
        !          8847:          include/pa_stylesheet_manager.h, include/pa_table.h,
        !          8848:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
        !          8849:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
        !          8850:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
        !          8851:          lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
        !          8852:          lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
        !          8853:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
        !          8854:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
        !          8855:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
        !          8856:          main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
        !          8857:          main/pa_os.C, main/pa_request.C, main/pa_socks.C,
        !          8858:          main/pa_sql_driver_manager.C, main/pa_string.C,
        !          8859:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
        !          8860:          main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
        !          8861:          sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
        !          8862:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
        !          8863:          types/pa_junction.h, types/pa_method.h, types/pa_value.C,
        !          8864:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
        !          8865:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
        !          8866:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
        !          8867:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
        !          8868:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
        !          8869:          types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
        !          8870:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
        !          8871:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
        !          8872:          types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
        !          8873:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
        !          8874:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
        !          8875:          types/pa_vresponse.h, types/pa_vstateless_class.C,
        !          8876:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
        !          8877:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
        !          8878:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
        !          8879:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
        !          8880:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
        !          8881:          types/pa_wcontext.h, types/pa_wwrapper.h: 2004
        !          8882: 
        !          8883:        * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
        !          8884:          debug version of gc.dll
        !          8885: 
        !          8886:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
        !          8887:          lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
        !          8888:          lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
        !          8889:          lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
        !          8890:          targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
        !          8891:          targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
        !          8892:          to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
        !          8893:          processes
        !          8894: 
        !          8895:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
        !          8896:          main/pa_globals.C, targets/cgi/parser3.vcproj,
        !          8897:          targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
        !          8898:          changes to reflect libxml xsl new folders
        !          8899: 
        !          8900:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
        !          8901:          lib/smtp/smtp.vcproj, main/main.vcproj,
        !          8902:          targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
        !          8903:          to reflect libxml xsl new folders
        !          8904: 
        !          8905:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
        !          8906:          lib/smtp/smtp.vcproj, main/main.vcproj,
        !          8907:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
        !          8908:          types/types.vcproj: started changes to reflect libxml xsl new
        !          8909:          folders
        !          8910: 
        !          8911:        * ChangeLog, parser3.sln, src/classes/classes.vcproj,
        !          8912:          src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
        !          8913:          src/main/compile.tab.C, src/main/main.vcproj,
        !          8914:          src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
        !          8915:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
        !          8916:          started changes to reflect libxml xsl new folders
        !          8917: 
        !          8918: 2004-02-10  paf
        !          8919: 
        !          8920:        * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
        !          8921:          compile. recommened latest libxml up to date
        !          8922: 
        !          8923:        * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
        !          8924:          pattern compilation errors", on which spent 4 hours worktime. use
        !          8925:          versions higher than that. recommended now latest up to date
        !          8926: 
        !          8927: 2004-02-06  paf
        !          8928: 
        !          8929:        * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
        !          8930:          beauty: unified destructing style
        !          8931: 
        !          8932:        * src/main/untaint.C: beauty: removed old def/ifdef
        !          8933: 
        !          8934:        * src/main/untaint.C: beauty: coredump @unknown untaint language
        !          8935:          now
        !          8936: 
        !          8937: 2004-02-03  paf
        !          8938: 
        !          8939:        * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
        !          8940:          targets/isapi/parser3isapi.C, types/pa_value.C,
        !          8941:          types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
        !          8942:          then %ld/%lu
        !          8943: 
        !          8944:        * src/main/pa_common.C: typo: %l -> %u
        !          8945: 
        !          8946:        * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
        !          8947:          in attributes or documents-results of transform now not &#04xx;
        !          8948: 
        !          8949:        * src/classes/xnode.C: memleaks found: not fixed yet. todo
        !          8950: 
        !          8951:        * src/main/pa_charset.C: bugfix: forgot to undo some
        !          8952: 
        !          8953:        * src/main/pa_charset.C: beauty: uncomment
        !          8954:          PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
        !          8955:          libraries
        !          8956: 
        !          8957: 2004-02-02  paf
        !          8958: 
        !          8959:        * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
        !          8960:          $cookie:example[    $.value[value]  $.path[/there/] ]
        !          8961: 
        !          8962:          $cookie:example[        $.value[]       $.expires[session]
        !          8963:          $.path[/there/]         $.domain[test.com] ]
        !          8964: 
        !          8965:        * src/types/pa_vform.C: bugfix: empty values with
        !          8966:          enctype=multipart/form-data now produce entries in $form:tables
        !          8967:          <form method=post enctype=multipart/form-data> <input type=hidden
        !          8968:          name=a> <input type=hidden name=b>
        !          8969: 
        !          8970:          <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
        !          8971:          <hr> <pre>$request:body
        !          8972: 
        !          8973: 2004-01-30  paf
        !          8974: 
        !          8975:        * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
        !          8976:          or documents-results of transform now not &#04xx;
        !          8977: 
        !          8978:        * src/classes/date.C: bugfix: ^date::create[invalid fields now
        !          8979:          produce exception.
        !          8980: 
        !          8981:        * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
        !          8982:          bugfix: ^date::create[invalid fields now produce exception.
        !          8983: 
        !          8984:        * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
        !          8985:          year] now produces exception. todo: check other fields
        !          8986: 
        !          8987: 2004-01-29  paf
        !          8988: 
        !          8989:        * src/include/pa_memory.h: typo error
        !          8990: 
        !          8991:        * src/include/pa_memory.h: bugfix: [potential] strdup copied one
        !          8992:          more byte then specified, then zeroed it << useless and
        !          8993:          potentially harmful(could gpf)
        !          8994: 
        !          8995: 2004-01-22  paf
        !          8996: 
        !          8997:        * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
        !          8998: 
        !          8999:        * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
        !          9000:          optimization
        !          9001: 
        !          9002:        * src/main/untaint.C: bugfix: whitespace now optimized properly
        !          9003:          [were bug: ^taint[1 & 2]="1 &2"
        !          9004: 
        !          9005:        * src/main/pa_globals.C: beauty: bigger buffer for xml-related
        !          9006:          errors
        !          9007: 
        !          9008:        * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
        !          9009:          overflow
        !          9010: 
        !          9011:        * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
        !          9012:          error-reporting code * in parser-error reporting code [when no
        !          9013:          @unhandled_exception defined]
        !          9014: 
        !          9015:          fixed in one place: my *snprintf override
        !          9016: 
        !          9017: 2004-01-13  paf
        !          9018: 
        !          9019:        * operators.txt: typo erro
        !          9020: 
        !          9021: 2003-12-25  paf
        !          9022: 
        !          9023:        * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
        !          9024:          garbled  [pieces after zero bytes were removed]
        !          9025: 
        !          9026: 2003-12-22  paf
        !          9027: 
        !          9028:        * src/include/Makefile.am: bugfix: removed from dist:
        !          9029:          src/include/pa_config_auto.h which were configured for
        !          9030:          make-dist-platform and badly updated proper config file in target
        !          9031:          [when .tar used for updating existing source tree]
        !          9032: 
        !          9033:        * ChangeLog, operators.txt, src/classes/op.C,
        !          9034:          src/include/pa_sql_connection.h,
        !          9035:          src/include/pa_sql_driver_manager.h,
        !          9036:          src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
        !          9037:          feature: sql introducing ability to transcode charsets
        !          9038: 
        !          9039: 2003-12-19  paf
        !          9040: 
        !          9041:        * src/main/pa_sql_driver_manager.C: beauty: more straighforward
        !          9042:          error message
        !          9043: 
        !          9044:        * src/main/pa_charset.C: bugfix: memory for charsethandler
        !          9045:          structure for libxml now allocated properly
        !          9046: 
        !          9047: 2003-12-17  paf
        !          9048: 
        !          9049:        * src/types/pa_vfile.C: beauty: removed outdated cast
        !          9050: 
        !          9051:        * src/main/pa_common.C: bugfix: empty http response caused gpf
        !          9052: 
        !          9053:        * src/include/pa_string.h: bugfix: removed too strong a assert
        !          9054: 
        !          9055:        * src/main/pa_globals.C: bugfix: removed false warning [warning:
        !          9056:          unreported xmlGenericErrors]
        !          9057: 
        !          9058: 2003-12-15  paf
        !          9059: 
        !          9060:        * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
        !          9061:          works}
        !          9062: 
        !          9063: 2003-12-11  paf
        !          9064: 
        !          9065:        * operators.txt, src/types/pa_vstatus.C:     !$status:pid process
        !          9066:          id
        !          9067:              !$status:tid thread id
        !          9068: 
        !          9069:        * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
        !          9070:          main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
        !          9071:          bugfix(solaris): removed dependency on object initialization
        !          9072:          order [one more place]
        !          9073: 
        !          9074:        * src/: classes/file.C, classes/mail.C, classes/op.C,
        !          9075:          classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
        !          9076:          types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
        !          9077:          understand that
        !          9078: 
        !          9079:        * src/: classes/file.C, classes/mail.C, classes/op.C,
        !          9080:          classes/xdoc.C, include/pa_cache_managers.h,
        !          9081:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
        !          9082:          include/pa_stylesheet_manager.h, main/pa_request.C,
        !          9083:          main/pa_stylesheet_manager.C, types/pa_vimage.C,
        !          9084:          types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
        !          9085:          ctor call [relying on implicit String::Body(cstr) call]
        !          9086: 
        !          9087:        * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
        !          9088:          pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
        !          9089:          object initialization order [two places]
        !          9090: 
        !          9091: 2003-12-10  paf
        !          9092: 
        !          9093:        * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
        !          9094:          << time now ok
        !          9095: 
        !          9096:        * operators.txt, src/main/pa_sql_driver_manager.C,
        !          9097:          src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
        !          9098:          operational
        !          9099: 
        !          9100:        * ChangeLog, operators.txt, src/classes/xdoc.C,
        !          9101:          src/include/pa_charset.h, src/include/pa_sql_connection.h,
        !          9102:          src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
        !          9103:          src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
        !          9104:          back operational
        !          9105: 
        !          9106: 2003-12-02  paf
        !          9107: 
        !          9108:        * src/types/pa_vmail.C: bugfix:
        !          9109:          ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
        !          9110:          as-is forced]
        !          9111: 
        !          9112:        * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
        !          9113:          exceptions out of libxml callbacks: reimplemented error handling
        !          9114:          of http://localhost, parser://method and safemode check callbacks
        !          9115: 
        !          9116:        * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
        !          9117:          [merged from HEAD]
        !          9118: 
        !          9119:        * src/classes/image.C: nothing: comment removed
        !          9120: 
        !          9121:        * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
        !          9122:          addresses to int
        !          9123: 
        !          9124: 2003-12-01  paf
        !          9125: 
        !          9126:        * src/main/pa_xml_io.C: bugfix: typo
        !          9127: 
        !          9128:        * src/main/pa_globals.C: bugfix: win32: compile prob
        !          9129: 
        !          9130:        * src/classes/xdoc.C: bugfix: typo
        !          9131: 
        !          9132:        * src/main/pa_xml_io.C: todo: safe mode check not to throw
        !          9133:          exception
        !          9134: 
        !          9135:        * src/main/pa_xml_io.C: bugfix: http://localhost typo error
        !          9136: 
        !          9137: 2003-11-28  paf
        !          9138: 
        !          9139:        * src/main/pa_xml_io.C: installed safe-mode checker as filter of
        !          9140:          all xml documents read
        !          9141: 
        !          9142:        * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
        !          9143: 
        !          9144:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
        !          9145:          include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
        !          9146:          replaced original open mech of xdoc::create & co to use libxml
        !          9147:          open, so that this would work for root document todo: safe mode
        !          9148:          checks to libxml: ideally to some 1 point
        !          9149: 
        !          9150:        * src/main/pa_xml_io.C: comment
        !          9151: 
        !          9152:        * operators.txt, src/main/pa_xml_io.C: leading / in
        !          9153:          http://parser[abscent params]
        !          9154: 
        !          9155:        * operators.txt, src/include/pa_request.h, src/main/pa_xml_io.C:
        !          9156:          works.  todo: maybe replace original open mech of xdoc::create &
        !          9157:          co to use libxml open, so that this would work for root document
        !          9158: 
        !          9159:          $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
        !          9160:          "parser://method/params/here"> <test>   &test^; </test> }]
        !          9161: 
        !          9162:          ^taint[^xdoc.string[]]
        !          9163: 
        !          9164:          @method[param] <!ENTITY test
        !          9165:          "test-entity-value+$form:user+$param!">
        !          9166: 
        !          9167: 2003-11-27  paf
        !          9168: 
        !          9169:        * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
        !          9170: 
        !          9171:        * src/classes/date.C: bugfix: typo error
        !          9172: 
        !          9173: 2003-11-26  paf
        !          9174: 
        !          9175:        * operators.txt, src/include/Makefile.am, src/include/pa_globals.h,
        !          9176:          src/main/Makefile.am, src/main/main.vcproj,
        !          9177:          src/main/pa_globals.C, src/main/pa_request.C,
        !          9178:          src/include/pa_xml_io.h, src/main/pa_xml_io.C: simplification:
        !          9179:          xml errors to hash<thread_id,error> reorganization: xml io moved
        !          9180:          to pa_xml_io.C/h
        !          9181: 
        !          9182:        * src/types/pa_value.h: warnings: --
        !          9183: 
        !          9184: 2003-11-25  paf
        !          9185: 
        !          9186:        * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
        !          9187:          whatever)
        !          9188: 
        !          9189:        * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
        !          9190:          a, (c?x:y, z)
        !          9191: 
        !          9192:        * src/main/untaint.C: bugfix: consequences of not reading this
        !          9193:          comment: CORD_pos_chars_left /* Number of characters in cache.
        !          9194:          <= 0 ==> none    */
        !          9195: 
        !          9196:        * src/include/pa_array.h: removed needless checks
        !          9197: 
        !          9198: 2003-11-24  paf
        !          9199: 
        !          9200:        * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
        !          9201:          removed limit: now $form:xxx can be accessed anytime, even in
        !          9202:          @auto/conf [and request/response:charset still can be changed
        !          9203:          anytime]
        !          9204: 
        !          9205:        * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
        !          9206:          now not transcodes response body
        !          9207: 
        !          9208:        * operators.txt, src/types/pa_vxnode.C, src/types/pa_vxnode.h:
        !          9209:          $xdoc[^xdoc::create[test]] $tn[^xdoc.createTextNode[text node
        !          9210:          value]] $dummy[^xdoc.firstChild.appendChild[$tn]]
        !          9211:          $xdoc.firstChild.firstChild.nodeValue[different]
        !          9212:          ^taint[^xdoc.string[]]
        !          9213: 
        !          9214:        * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
        !          9215:          workaround: static Hash::allocates -> static Hash_allocates
        !          9216: 
        !          9217: 2003-11-21  paf
        !          9218: 
        !          9219:        * Makefile.am, configure, configure.in, src/classes/Makefile.am,
        !          9220:          src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
        !          9221:          src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
        !          9222: 
        !          9223:        * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
        !          9224: 
        !          9225:        * src/classes/mail.C: bugfix: typo
        !          9226: 
        !          9227:        * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
        !          9228:          src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
        !          9229:          src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
        !          9230:          src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
        !          9231:          src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
        !          9232:          src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
        !          9233: 
        !          9234:        * src/main/pa_exec.C: bug in safe mode
        !          9235: 
        !          9236:        * src/include/Makefile.am: pa_xml_exception.h
        !          9237: 
        !          9238:        * src/targets/isapi/parser3isapi.C: more warnings --
        !          9239: 
        !          9240: 2003-11-20  paf
        !          9241: 
        !          9242:        * src/: classes/math.C, classes/op.C, classes/string.C,
        !          9243:          main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
        !          9244:          types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
        !          9245:          --
        !          9246: 
        !          9247:        * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
        !          9248:          more warnings --
        !          9249: 
        !          9250:        * src/classes/xdoc.C: more warnings --
        !          9251: 
        !          9252:        * src/classes/: date.C, image.C, xdoc.C: more warnings --
        !          9253: 
        !          9254:        * src/: main/pa_sql_driver_manager.C, main/untaint.C,
        !          9255:          types/pa_vcookie.C, types/pa_vmail.C: more warnings --
        !          9256: 
        !          9257:        * src/: classes/date.C, classes/file.C, classes/hash.C,
        !          9258:          classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
        !          9259:          classes/table.C, include/pa_cache_managers.h,
        !          9260:          include/pa_stylesheet_connection.h, main/pa_request.C,
        !          9261:          types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
        !          9262:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
        !          9263:          --
        !          9264: 
        !          9265:        * src/main/: execute.C, pa_request.C: old forgotten todo: when
        !          9266:          can't report problem (undefined @unhandled_exception) problem
        !          9267:          source string were not reported
        !          9268: 
        !          9269:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
        !          9270:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
        !          9271:          classes/hashfile.C, classes/image.C, classes/int.C,
        !          9272:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
        !          9273:          classes/response.C, classes/string.C, classes/table.C,
        !          9274:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
        !          9275:          include/pa_array.h, include/pa_cache_managers.h,
        !          9276:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
        !          9277:          include/pa_config_fixed.h, include/pa_dictionary.h,
        !          9278:          include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
        !          9279:          include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
        !          9280:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
        !          9281:          include/pa_request.h, include/pa_request_charsets.h,
        !          9282:          include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
        !          9283:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
        !          9284:          include/pa_stack.h, include/pa_string.h,
        !          9285:          include/pa_stylesheet_connection.h,
        !          9286:          include/pa_stylesheet_manager.h, include/pa_table.h,
        !          9287:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
        !          9288:          include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
        !          9289:          lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
        !          9290:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
        !          9291:          main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
        !          9292:          main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
        !          9293:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
        !          9294:          main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
        !          9295:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
        !          9296:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
        !          9297:          main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
        !          9298:          sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
        !          9299:          targets/cgi/parser3.C, targets/isapi/pa_threads.C,
        !          9300:          targets/isapi/parser3isapi.C, types/pa_junction.h,
        !          9301:          types/pa_method.h, types/pa_value.C, types/pa_value.h,
        !          9302:          types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
        !          9303:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
        !          9304:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
        !          9305:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
        !          9306:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
        !          9307:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
        !          9308:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
        !          9309:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
        !          9310:          types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
        !          9311:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
        !          9312:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
        !          9313:          types/pa_vresponse.h, types/pa_vstateless_class.C,
        !          9314:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
        !          9315:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
        !          9316:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
        !          9317:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
        !          9318:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
        !          9319:          types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
        !          9320:          const IDENT
        !          9321: 
        !          9322:        * src/: include/pa_array.h, include/pa_pool.h,
        !          9323:          include/pa_request.h, include/pa_string.h, include/pa_table.h,
        !          9324:          main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
        !          9325:          types/pa_wcontext.h: more warnings --
        !          9326: 
        !          9327:        * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
        !          9328:          classes/file.C, classes/hash.C, classes/hashfile.C,
        !          9329:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
        !          9330:          classes/memory.C, classes/op.C, classes/string.C,
        !          9331:          classes/table.C, classes/xdoc.C, classes/xnode.C,
        !          9332:          include/pa_config_includes.h, include/pa_operation.h,
        !          9333:          include/pa_sql_connection.h, include/pa_table.h,
        !          9334:          include/pa_types.h, lib/ltdl/config_fixed.h,
        !          9335:          lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
        !          9336:          lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
        !          9337:          lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
        !          9338:          main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
        !          9339:          main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
        !          9340:          main/pa_globals.C, main/pa_os.C, main/pa_request.C,
        !          9341:          main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
        !          9342:          targets/isapi/parser3isapi.vcproj, types/pa_value.h,
        !          9343:          types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
        !          9344:          types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
        !          9345:          types/pa_vmail.C, types/pa_vobject.C,
        !          9346:          types/pa_vstateless_class.h, types/pa_vtable.C,
        !          9347:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
        !          9348:          types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
        !          9349:          on all projects (except libltdl=off & libsdbm=level3) found
        !          9350:          several unitialized vars
        !          9351: 
        !          9352: 2003-11-19  paf
        !          9353: 
        !          9354:        * src/classes/op.C: more ansi C++ comp
        !          9355: 
        !          9356:        * operators.txt, src/classes/op.C, src/include/pa_request.h,
        !          9357:          src/main/pa_request.C: ^cache[...]{body}{catch block with
        !          9358:          $exception.handled[cache] meaning "get expired cache, if any.
        !          9359:          else error"}
        !          9360: 
        !          9361:        * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
        !          9362:          main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
        !          9363:          ^cache[...]{body}{catch code with $exception.cache field}
        !          9364: 
        !          9365: 2003-11-12  paf
        !          9366: 
        !          9367:        * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
        !          9368:          [copy/paste bug]
        !          9369: 
        !          9370: 2003-11-11  paf
        !          9371: 
        !          9372:        * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
        !          9373:          failed]
        !          9374: 
        !          9375:        * bin/auto.p.dist.in: colno
        !          9376: 
        !          9377: 2003-11-10  paf
        !          9378: 
        !          9379:        * src/types/pa_vconsole.h: flush
        !          9380: 
        !          9381:        * operators.txt, src/main/pa_request.C, src/types/Makefile.am,
        !          9382:          src/types/types.vcproj, src/types/pa_vconsole.h: $console:line
        !          9383:          read/write  [for nntp]
        !          9384: 
        !          9385:        * operators.txt: mysql: transaction support: ?autocommit=0
        !          9386: 
        !          9387:        * operators.txt: comment: updated
        !          9388: 
        !          9389:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
        !          9390:          serialize version and exipire now removes entries
        !          9391: 
        !          9392:        * operators.txt: ^hashfile.delete[] removes files altogether [and
        !          9393:          dir, if could]
        !          9394: 
        !          9395:        * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
        !          9396:          types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
        !          9397:          removes files altogether [and dir, if could]
        !          9398: 
        !          9399:        * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
        !          9400:          nonexistent pair. .c coded that that was error. fixed
        !          9401: 
        !          9402:        * src/types/pa_vhashfile.C: sdbm: exception type change to
        !          9403:          file.access [regretfull can't split it to different exceptions
        !          9404:          without modifying sdbm source wich would prefer not to]
        !          9405: 
        !          9406: 2003-11-07  paf
        !          9407: 
        !          9408:        * src/: classes/date.C, classes/file.C, classes/hash.C,
        !          9409:          classes/hashfile.C, classes/image.C, classes/table.C,
        !          9410:          classes/xdoc.C, include/Makefile.am, include/pa_array.h,
        !          9411:          include/pa_pool.h, include/pa_request.h, main/Makefile.am,
        !          9412:          main/execute.C, main/main.vcproj, main/pa_pool.C,
        !          9413:          main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
        !          9414:          types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
        !          9415:          types/pa_vstateless_class.h: resurrected: pool idea. now only for
        !          9416:          destructing objects at request processing end
        !          9417: 
        !          9418: 2003-11-06  paf
        !          9419: 
        !          9420:        * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
        !          9421:          updates
        !          9422: 
        !          9423:        * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
        !          9424:          to include sdbm
        !          9425: 
        !          9426:        * src/include/: pa_config_includes.h, pa_version.h: our
        !          9427:          replacements of max& co only for cpp
        !          9428: 
        !          9429:        * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
        !          9430:          upper dir, .am updated
        !          9431: 
        !          9432:        * tests/todo.txt: hashfile: done
        !          9433: 
        !          9434:        * operators.txt, src/types/pa_vhashfile.C: hashfile: clear &
        !          9435:          expiration [time in value. todo: move time to key]
        !          9436: 
        !          9437:        * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
        !          9438: 
        !          9439:        * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
        !          9440:          to do that in foreach, no errors, but surely wrong]
        !          9441: 
        !          9442:        * operators.txt, src/types/pa_vhashfile.C,
        !          9443:          src/types/pa_vhashfile.h: hashfile: clear and proper locking
        !          9444: 
        !          9445:        * operators.txt, src/classes/hash.C, src/classes/hashfile.C,
        !          9446:          src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: hashfile:
        !          9447:          foreach
        !          9448: 
        !          9449:        * src/classes/hashfile.C, src/types/pa_vhashfile.C,
        !          9450:          src/types/pa_vhashfile.h, operators.txt: hashfile: hash
        !          9451: 
        !          9452:        * operators.txt, src/classes/hashfile.C, src/types/pa_vhashfile.C,
        !          9453:          src/types/pa_vhashfile.h, tests/todo.txt: hashfile: delete
        !          9454: 
        !          9455:        * src/: include/pa_memory.h, targets/cgi/parser3.C,
        !          9456:          types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
        !          9457:          types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
        !          9458:          get/put [raw]
        !          9459: 
        !          9460:        * src/: classes/op.C, main/pa_os.C: just linked
        !          9461: 
        !          9462:        * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
        !          9463:          XmlException changes
        !          9464: 
        !          9465:        * src/: include/pa_charset.h, include/pa_globals.h,
        !          9466:          include/pa_stylesheet_connection.h, main/pa_exception.C:
        !          9467:          XmlException changes
        !          9468: 
        !          9469:        * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
        !          9470: 
        !          9471:        * src/: include/pa_common.h, include/pa_exception.h,
        !          9472:          main/main.vcproj, main/pa_common.C, include/pa_os.h,
        !          9473:          include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
        !          9474:          main/pa_xml_exception.C: locking move to pa_os [along with
        !          9475:          pa_sleep] apr-impl locking done
        !          9476: 
        !          9477:        * configure, configure.in, operators.txt, parser3.sln,
        !          9478:          src/classes/classes.vcproj, src/classes/hashfile.C,
        !          9479:          src/classes/xdoc.C, src/include/pa_config_fixed.h,
        !          9480:          src/include/pa_exception.h, src/include/pa_globals.h,
        !          9481:          src/include/pa_memory.h, src/include/pa_version.h,
        !          9482:          src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
        !          9483:          src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
        !          9484:          src/main/compile.tab.C, src/main/main.vcproj,
        !          9485:          src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
        !          9486:          src/types/Makefile.am, src/types/pa_vhash.C,
        !          9487:          src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
        !          9488:          src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
        !          9489:          again with sdbm from apache
        !          9490: 
        !          9491: 2003-11-05  paf
        !          9492: 
        !          9493:        * src/: classes/classes.vcproj, include/pa_config_fixed.h,
        !          9494:          main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
        !          9495:          \parser3project dir anymore
        !          9496: 
        !          9497:        * src/main/pa_charset.C: bugfix: had broken binary search [copied
        !          9498:          thoughtlessly from xalan]
        !          9499: 
        !          9500:        * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
        !          9501:          sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
        !          9502:          from httpd-2.0.43\srclib\apr-util\dbm\sdbm
        !          9503: 
        !          9504:        * src/main/helpers/CaseFolding.txt:
        !          9505:          http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
        !          9506: 
        !          9507: 2003-11-04  paf
        !          9508: 
        !          9509:        * operators.txt: comment: ^mail:send[$.options[
        !          9510: 
        !          9511:        * src/classes/table.C: compiled on unix
        !          9512: 
        !          9513:        * src/classes/Makefile.am: classes.C to rebuild last
        !          9514: 
        !          9515:        * src/classes/mail.C: compiled on unix
        !          9516: 
        !          9517:        * operators.txt, src/classes/mail.C, src/types/pa_vmail.C,
        !          9518:          src/types/pa_vmail.h:     !^mail:send[
        !          9519:                  $.options[unix: string to append to sendmail command
        !          9520:          line]
        !          9521: 
        !          9522:        * operators.txt, src/classes/table.C, src/main/pa_string.C,
        !          9523:          tests/todo.txt: ^table.save[...          $.separator[^#09]
        !          9524:          $.encloser["] <nothing> by default
        !          9525: 
        !          9526:        * operators.txt, src/classes/table.C, tests/todo.txt: ^table::load
        !          9527:                 !$.separator[^#09]         !$.encloser["] <nothing> by
        !          9528:          default
        !          9529: 
        !          9530: 2003-11-03  paf
        !          9531: 
        !          9532:        * operators.txt, src/classes/table.C, src/main/pa_common.C:
        !          9533:          ^table::load[; options:         !$.column-separator[^#09]
        !          9534:          !$.column-encloser["]
        !          9535: 
        !          9536:        * operators.txt, src/include/pa_config_fixed.h,
        !          9537:          src/types/pa_vrequest.C: $request:document-root
        !          9538: 
        !          9539:        * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
        !          9540:          [already included into uri=xxx]
        !          9541: 
        !          9542:        * operators.txt, src/classes/image.C, tests/todo.txt:
        !          9543:          ^image.gif[filename] for $response:download
        !          9544: 
        !          9545:        * src/classes/date.C: minor precaution
        !          9546: 
        !          9547:        * operators.txt, src/classes/date.C:     !^date::unix-timestamp()
        !          9548:              !^date.unix-timestamp[]
        !          9549: 
        !          9550: 2003-10-30  paf
        !          9551: 
        !          9552:        * operators.txt, src/classes/date.C, src/types/pa_vdate.h: merged
        !          9553:          from 3.0.8: ^date.roll[TZ;GMT] $date.hour
        !          9554: 
        !          9555:        * src/classes/: date.C, image.C: improvement diagnostics:
        !          9556:          $now[^date::create[$undefined]] now is error
        !          9557: 
        !          9558:        * src/main/pa_common.C: read errors would now be reported 'actually
        !          9559:          read -1 bytes'
        !          9560: 
        !          9561: 2003-10-24  paf
        !          9562: 
        !          9563:        * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
        !          9564:          src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
        !          9565:          src/main/Makefile.am, src/targets/cgi/Makefile.am,
        !          9566:          src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
        !          9567: 
        !          9568: 2003-10-22  paf
        !          9569: 
        !          9570:        * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
        !          9571: 
        !          9572: 2003-10-21  paf
        !          9573: 
        !          9574:        * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
        !          9575:          fixed: string.match[g] without <'> option produced columns with
        !          9576:          NULL's, which gpf'ed at table.save time
        !          9577: 
        !          9578:        * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
        !          9579:          recoursion' message with intensive throw-catches fixed: incorrect
        !          9580:          name and line (one name upper then needed) in error message about
        !          9581:          problems inside try block
        !          9582: 
        !          9583: 2003-10-10  paf
        !          9584: 
        !          9585:        * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
        !          9586:          check offset argument for validity did that in String::Body::pos
        !          9587:          myself http://i2/tasks/edit/?id=4577425257580789777
        !          9588: 
        !          9589: 2003-10-07  paf
        !          9590: 
        !          9591:        * src/main/: compile.tab.C, compile.y: ^if ( better error:
        !          9592:          .html(1:4): parse error, expecting `'['' or `'{'' or `'(''  now
        !          9593: 
        !          9594: 2003-10-03  paf
        !          9595: 
        !          9596:        * parser3.sln, src/include/pa_dictionary.h,
        !          9597:          src/main/pa_dictionary.C, src/main/pa_string.C,
        !          9598:          src/targets/cgi/parser3.vcproj: dictionary optimized by
        !          9599:          precalculating cstr&length
        !          9600: 
        !          9601: 2003-10-02  paf
        !          9602: 
        !          9603:        * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
        !          9604:          main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
        !          9605:          main/pa_stylesheet_manager.C: bugfix: ^throw context were
        !          9606:          saved/restored incompletely http://www.parser.ru/forum/?id=21484
        !          9607: 
        !          9608: 2003-09-30  paf
        !          9609: 
        !          9610:        * src/main/pa_string.C: string::replace bug fix [were ignoring
        !          9611:          occurrances after lang-mismatched
        !          9612: 
        !          9613: 2003-09-29  paf
        !          9614: 
        !          9615:        * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
        !          9616:          helper
        !          9617: 
        !          9618:        * src/main/pa_string.C: string::serialize bug fix with
        !          9619:          zero-terminator
        !          9620: 
        !          9621:        * src/classes/table.C: ^nameless_table.save column row now has no
        !          9622:          \t at the end
        !          9623: 
        !          9624:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
        !          9625:          @postprocess  now takes $response:body/download
        !          9626: 
        !          9627:        * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
        !          9628:          error message
        !          9629: 
        !          9630:        * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
        !          9631: 
        !          9632:        * src/classes/table.C: bugfix: flip: must produce nameless
        !          9633:          http://i2/tasks/edit/?id=4573405524674081244
        !          9634: 
        !          9635:        * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
        !          9636:          main/helpers/simple_folding.pl: utf-8 upper/lower
        !          9637: 
        !          9638:        * src/main/pa_common.C: bugfix: utf signature were not ignored due
        !          9639:          to typo error http://i2/tasks/edit/?id=4573354650786434584
        !          9640: 
        !          9641: 2003-09-26  paf
        !          9642: 
        !          9643:        * src/main/untaint.C: removed needless field
        !          9644: 
        !          9645:        * src/main/untaint.C: removed needless const
        !          9646: 
        !          9647:        * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
        !          9648:          String.for_each bug fixed [omited one-char cases]
        !          9649: 
        !          9650:        * src/include/pa_stack.h: bugfix: before collecting garbage,
        !          9651:          runtime-executor stack were cleared... BADLY
        !          9652: 
        !          9653:        * src/main/pa_string.C: ^stirng.replace code used old
        !          9654:          param-convention on langs.append, fixed that search fo the like,
        !          9655:          found none
        !          9656: 
        !          9657:        * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
        !          9658:          string::serialize/deserialize implemented Language enum assigned
        !          9659:          meaningful letters [more convinient for debugging. read warning
        !          9660:          before adding/changing anything]
        !          9661: 
        !          9662: 2003-09-25  paf
        !          9663: 
        !          9664:        * src/: include/pa_string.h, include/pa_version.h,
        !          9665:          main/pa_string.C, main/untaint.C: templates and anonymous unions
        !          9666:          differences on unix
        !          9667: 
        !          9668:        * parser3.sln, src/classes/file.C, src/classes/image.C,
        !          9669:          src/classes/mail.C, src/classes/op.C, src/classes/table.C,
        !          9670:          src/classes/xdoc.C, src/classes/xnode.C,
        !          9671:          src/include/pa_cache_managers.h, src/include/pa_charset.h,
        !          9672:          src/include/pa_charsets.h, src/include/pa_common.h,
        !          9673:          src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
        !          9674:          src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
        !          9675:          src/include/pa_table.h, src/lib/cord/cordbscs.c,
        !          9676:          src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
        !          9677:          src/lib/cord/include/cord.h, src/main/compile.tab.C,
        !          9678:          src/main/compile_tools.h, src/main/pa_charset.C,
        !          9679:          src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
        !          9680:          src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
        !          9681:          src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
        !          9682:          src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
        !          9683:          src/types/pa_vmail.C, src/types/pa_vmath.C,
        !          9684:          src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
        !          9685:          src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
        !          9686: 
        !          9687:        * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
        !          9688:          functions aligned to that of eeparser3 look
        !          9689: 
        !          9690:        * src/lib/cord/cordprnt.c: removed warnings
        !          9691: 
        !          9692: 2003-09-24  paf
        !          9693: 
        !          9694:        * src/: classes/file.C, classes/image.C, classes/mail.C,
        !          9695:          classes/op.C, classes/xdoc.C, classes/xnode.C,
        !          9696:          include/pa_cache_managers.h, include/pa_charset.h,
        !          9697:          include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
        !          9698:          include/pa_sql_driver_manager.h, include/pa_string.h,
        !          9699:          include/pa_stylesheet_manager.h, include/pa_table.h,
        !          9700:          main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
        !          9701:          main/pa_common.C, main/pa_exec.C, main/pa_request.C,
        !          9702:          main/pa_sql_driver_manager.C, main/pa_string.C,
        !          9703:          main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
        !          9704:          types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
        !          9705:          types/pa_vstateless_class.h, types/pa_vstatus.C,
        !          9706:          types/pa_vxnode.C: v() functions of String::Body,
        !          9707:          String::Languages and String itself StringBody->String::Body
        !          9708: 
        !          9709:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
        !          9710:          lib/cord/include/cord.h: CORD_append_block showed no efficiency =
        !          9711:          never optimized anything.  todo: somehow speed up harder cases:
        !          9712:          concatenationA+concatenationB when last block of A and first of B
        !          9713:          contain same letters
        !          9714: 
        !          9715:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
        !          9716:          lib/cord/include/cord.h: langs: speed up by joining adjucent
        !          9717:          blocks of same char [CORD_append_block]
        !          9718: 
        !          9719:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
        !          9720:          lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
        !          9721:          save space by extending blocks when appending block with c ==
        !          9722:          lastblock.c
        !          9723: 
        !          9724:        * src/: include/pa_string.h, main/pa_string.C: aval is not actually
        !          9725:          working yet :( but more working &understood :)
        !          9726: 
        !          9727:        * src/: classes/table.C, include/pa_string.h,
        !          9728:          lib/cord/include/cord.h, main/pa_string.C: aval/ works!
        !          9729: 
        !          9730: 2003-09-23  paf
        !          9731: 
        !          9732:        * src/main/untaint.C: $a[ok!] $a works!
        !          9733: 
        !          9734:        * src/main/untaint.C: something even more works :)
        !          9735: 
        !          9736:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
        !          9737:          something more works :)
        !          9738: 
        !          9739:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
        !          9740:          lib/cord/cordxtra.c: something already works :)
        !          9741: 
        !          9742:        * src/: include/pa_string.h, main/untaint.C: just compiled todo:
        !          9743:          serialize&deserialize
        !          9744: 
        !          9745:        * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
        !          9746:          lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
        !          9747:          main/untaint.C: main idea implemented, details left
        !          9748: 
        !          9749: 2003-09-22  paf
        !          9750: 
        !          9751:        * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
        !          9752: 
        !          9753:        * src/classes/xnode.C: copy/paste comment bugfix
        !          9754: 
        !          9755:        * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
        !          9756:          allocator returns 0, just die.
        !          9757:          http://i2/tasks/edit/?id=4570798492410259445
        !          9758: 
        !          9759:        * src/classes/xdoc.C: copy/paste comment bugfix
        !          9760: 
        !          9761:        * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
        !          9762:          Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
        !          9763:          xnode: getAttributeNS setAttributeNS removeAttributeNS
        !          9764:          getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
        !          9765: 
        !          9766:        * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
        !          9767:          chars due to bitwise operation signed-char error]
        !          9768: 
        !          9769: 2003-09-19  paf
        !          9770: 
        !          9771:        * src/types/pa_wcontext.C: output message: more practical
        !          9772:          suggestion
        !          9773: 
        !          9774:        * src/main/pa_common.C, operators.txt: merged
        !          9775:          $f[^file::load[binary;http://...]] $f.tables
        !          9776: 
        !          9777: 2003-09-02  paf
        !          9778: 
        !          9779:        * src/main/pa_common.C: printf is buffered, write(1 is not. can't
        !          9780:          flush stdout without referencing 'stdout' symbol. to hell with
        !          9781:          non-ansi libraries without 'stdout' symbol
        !          9782: 
        !          9783:        * src/main/pa_common.C: got rid of 'stdout' symbol reference on
        !          9784:          unix (users reported problems with some old libc)
        !          9785: 
        !          9786:        * src/types/pa_vdate.h: forgot initializer
        !          9787: 
        !          9788: 2003-09-01  paf
        !          9789: 
        !          9790:        * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
        !          9791:          main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
        !          9792:          zone]
        !          9793: 
        !          9794:        * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
        !          9795: 
        !          9796: 2003-08-19  paf
        !          9797: 
        !          9798:        * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
        !          9799:          pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
        !          9800:          simplified a little
        !          9801: 
        !          9802:        * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
        !          9803:          [lost fix from 3.0.8]
        !          9804: 
        !          9805:        * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{   now
        !          9806:          visible here }
        !          9807: 
        !          9808:          bug fix
        !          9809: 
        !          9810:        * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
        !          9811: 
        !          9812:        * src/main/compile.tab.C: initialized couple of variables about
        !          9813:          which user reported runtime problems when parser were compiled
        !          9814:          with VC7, warning level4.  study shows that later in bison
        !          9815:          they've fixed that. would migrate to latest bison someday
        !          9816: 
        !          9817:        * src/types/pa_vmail.C: turned  off recoding in gmime (were still
        !          9818:          recoding headers)
        !          9819: 
        !          9820:        * src/types/pa_vmail.C: works as before, same charset problems:
        !          9821:          gmime recodes to UTF-8 only headers, not body. so not recoding
        !          9822:          anything for now
        !          9823: 
        !          9824:        * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
        !          9825:          problems with body
        !          9826: 
        !          9827:        * src/types/pa_vmail.C: mail_receive just compiled
        !          9828: 
        !          9829: 2003-08-18  paf
        !          9830: 
        !          9831:        * src/: classes/classes.vcproj, include/pa_config_fixed.h,
        !          9832:          main/main.vcproj, types/types.vcproj: win32: continued process
        !          9833:          detaching from \parser3project directory
        !          9834: 
        !          9835:        * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
        !          9836:          src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
        !          9837:          src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
        !          9838:          src/lib/pcre/pcre_dftables.dsp,
        !          9839:          src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
        !          9840:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
        !          9841:          src/types/types.dsp: moved to MSVC 7
        !          9842: 
        !          9843:        * gnu.vcproj.vspscc, parser3.vssscc,
        !          9844:          src/classes/classes.vcproj.vspscc,
        !          9845:          src/lib/cord/cord.vcproj.vspscc,
        !          9846:          src/lib/ltdl/libltdl.vcproj.vspscc,
        !          9847:          src/lib/md5/md5.vcproj.vspscc,
        !          9848:          src/lib/pcre/pcre_dftables.vcproj.vspscc,
        !          9849:          src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
        !          9850:          src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
        !          9851:          src/targets/isapi/parser3isapi.vcproj.vspscc,
        !          9852:          src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
        !          9853:          moved to MSVC 7
        !          9854: 
        !          9855:        * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
        !          9856:          src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
        !          9857:          src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
        !          9858:          src/lib/pcre/pcre_dftables.vcproj,
        !          9859:          src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
        !          9860:          src/targets/cgi/parser3.vcproj,
        !          9861:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
        !          9862:          new VS project files
        !          9863: 
        !          9864:        * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
        !          9865:          .NET to detect Jalindi Igloo capabilities.
        !          9866: 
        !          9867:        * ChangeLog, configure, configure.in, src/classes/Makefile.am,
        !          9868:          src/classes/classes.awk, src/doc/footer.htm,
        !          9869:          src/include/pa_config_fixed.h, src/include/pa_version.h,
        !          9870:          src/lib/Makefile.am, src/main/compile.tab.C,
        !          9871:          src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
        !          9872:          src/types/pa_vmail.C: merged 3.1.0 latest changes
        !          9873: 
        !          9874: 2003-08-15  paf
        !          9875: 
        !          9876:        * src/main/untaint.C: email addresses in forms:   "non-ascii" <yyy>
        !          9877:          non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
        !          9878: 
        !          9879:        * src/main/untaint.C: email addresses in forms:   "non-ascii" <yyy>
        !          9880:          non-ascii <yyy> now encoded correctly
        !          9881: 
        !          9882: 2003-07-29  paf
        !          9883: 
        !          9884:        * src/classes/: Makefile.am, classes.awk: classes.awk added to make
        !          9885:          dist
        !          9886: 
        !          9887:        * src/types/pa_vmail.C: just started --with-mail-receive
        !          9888: 
        !          9889: 2003-07-28  paf
        !          9890: 
        !          9891:        * src/: classes/Makefile.am, lib/Makefile.am: removed circular
        !          9892:          dependence in src/classes, src/lib/gc now in dist
        !          9893: 
        !          9894:        * src/main/pa_string.C: ^cache bug fix [were not working at all]
        !          9895: 
        !          9896: 2003-07-25  paf
        !          9897: 
        !          9898:        * src/doc/footer.htm: year
        !          9899: 
        !          9900: 2003-07-24  paf
        !          9901: 
        !          9902:        * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
        !          9903:          fix
        !          9904: 
        !          9905:        * src/include/pa_version.h: release
        !          9906: 
        !          9907:        * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
        !          9908: 
        !          9909:        * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
        !          9910:          src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
        !          9911:          src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
        !          9912:          getting rid of win32xml pseudo project
        !          9913: 
        !          9914:        * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
        !          9915: 
        !          9916:        * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
        !          9917:          configure.in, operators.txt, parser3.dsw,
        !          9918:          etc/parser3.charsets/koi8-r.cfg,
        !          9919:          etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
        !          9920:          src/classes/classes.C, src/classes/classes.awk,
        !          9921:          src/classes/classes.dsp, src/classes/classes.h,
        !          9922:          src/classes/date.C, src/classes/double.C, src/classes/file.C,
        !          9923:          src/classes/form.C, src/classes/hash.C, src/classes/image.C,
        !          9924:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
        !          9925:          src/classes/memory.C, src/classes/op.C, src/classes/response.C,
        !          9926:          src/classes/string.C, src/classes/table.C, src/classes/void.C,
        !          9927:          src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
        !          9928:          src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
        !          9929:          src/doc/string.dox, src/include/Makefile.am,
        !          9930:          src/include/pa_array.h, src/include/pa_cache_managers.h,
        !          9931:          src/include/pa_charset.h, src/include/pa_charsets.h,
        !          9932:          src/include/pa_common.h, src/include/pa_config_auto.h.in,
        !          9933:          src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
        !          9934:          src/include/pa_dictionary.h, src/include/pa_dir.h,
        !          9935:          src/include/pa_exception.h, src/include/pa_exec.h,
        !          9936:          src/include/pa_globals.h, src/include/pa_hash.h,
        !          9937:          src/include/pa_memory.h, src/include/pa_opcode.h,
        !          9938:          src/include/pa_operation.h, src/include/pa_pool.h,
        !          9939:          src/include/pa_pragma_pack_begin.h,
        !          9940:          src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
        !          9941:          src/include/pa_request_charsets.h, src/include/pa_request_info.h,
        !          9942:          src/include/pa_sapi.h, src/include/pa_socks.h,
        !          9943:          src/include/pa_sql_connection.h,
        !          9944:          src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
        !          9945:          src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
        !          9946:          src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
        !          9947:          src/include/pa_threads.h, src/include/pa_types.h,
        !          9948:          src/include/pa_uue.h, src/lib/Makefile.am,
        !          9949:          src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
        !          9950:          src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
        !          9951:          src/lib/cord/cordxtra.c, src/lib/cord/source.url,
        !          9952:          src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
        !          9953:          src/lib/cord/include/ec.h,
        !          9954:          src/lib/cord/include/private/Makefile.am,
        !          9955:          src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
        !          9956:          src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
        !          9957:          src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
        !          9958:          src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
        !          9959:          src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
        !          9960:          src/main/compile_tools.C, src/main/compile_tools.h,
        !          9961:          src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
        !          9962:          src/main/pa_cache_managers.C, src/main/pa_charset.C,
        !          9963:          src/main/pa_charsets.C, src/main/pa_common.C,
        !          9964:          src/main/pa_dictionary.C, src/main/pa_dir.C,
        !          9965:          src/main/pa_exception.C, src/main/pa_exec.C,
        !          9966:          src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
        !          9967:          src/main/pa_request.C, src/main/pa_socks.C,
        !          9968:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
        !          9969:          src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
        !          9970:          src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
        !          9971:          src/targets/Makefile.am, src/targets/cgi/Makefile.am,
        !          9972:          src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
        !          9973:          src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
        !          9974:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
        !          9975:          src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
        !          9976:          src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
        !          9977:          src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
        !          9978:          src/targets/isapi/parser3isapi.dsp,
        !          9979:          src/targets/isapi/pool_storage.h, src/types/Makefile.am,
        !          9980:          src/types/pa_junction.h, src/types/pa_method.h,
        !          9981:          src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
        !          9982:          src/types/pa_vclass.C, src/types/pa_vclass.h,
        !          9983:          src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
        !          9984:          src/types/pa_vcookie.h, src/types/pa_vdate.h,
        !          9985:          src/types/pa_vdouble.h, src/types/pa_venv.h,
        !          9986:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
        !          9987:          src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
        !          9988:          src/types/pa_vimage.C, src/types/pa_vimage.h,
        !          9989:          src/types/pa_vint.h, src/types/pa_vjunction.h,
        !          9990:          src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
        !          9991:          src/types/pa_vmath.h, src/types/pa_vmemory.h,
        !          9992:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
        !          9993:          src/types/pa_vobject.C, src/types/pa_vobject.h,
        !          9994:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
        !          9995:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
        !          9996:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
        !          9997:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
        !          9998:          src/types/pa_vstatus.h, src/types/pa_vstring.C,
        !          9999:          src/types/pa_vstring.h, src/types/pa_vtable.C,
        !          10000:          src/types/pa_vtable.h, src/types/pa_vvoid.h,
        !          10001:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
        !          10002:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
        !          10003:          src/types/pa_wcontext.C, src/types/pa_wcontext.h,
        !          10004:          src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
        !          10005:          HEAD
        !          10006: 
        !          10007:        * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
        !          10008:          006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
        !          10009:          012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
        !          10010:          018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
        !          10011:          023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
        !          10012:          029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
        !          10013:          035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
        !          10014:          041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
        !          10015:          047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
        !          10016:          052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
        !          10017:          058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
        !          10018:          062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
        !          10019:          068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
        !          10020:          074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
        !          10021:          080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
        !          10022:          086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
        !          10023:          092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
        !          10024:          098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
        !          10025:          103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
        !          10026:          106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
        !          10027:          111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
        !          10028:          117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
        !          10029:          123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
        !          10030:          129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
        !          10031:          135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
        !          10032:          141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
        !          10033:          022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
        !          10034:          outputs/create-dir, results/001.processed, results/002.processed,
        !          10035:          results/003.processed, results/004.processed,
        !          10036:          results/005.processed, results/006.processed,
        !          10037:          results/007.processed, results/008.processed,
        !          10038:          results/009.processed, results/010.processed,
        !          10039:          results/011.processed, results/012.processed,
        !          10040:          results/013.processed, results/014.processed,
        !          10041:          results/015.processed, results/016.processed,
        !          10042:          results/017.processed, results/018.processed,
        !          10043:          results/019.processed, results/020.processed,
        !          10044:          results/021.processed, results/022.processed,
        !          10045:          results/023.processed, results/024.processed,
        !          10046:          results/025.processed, results/026.processed,
        !          10047:          results/027.processed, results/028.processed,
        !          10048:          results/029.processed, results/030.processed,
        !          10049:          results/031.processed, results/032.processed,
        !          10050:          results/033.processed, results/034.processed,
        !          10051:          results/035.processed, results/036.processed,
        !          10052:          results/037.processed, results/038.processed,
        !          10053:          results/039.processed, results/040.processed,
        !          10054:          results/041.processed, results/042.processed,
        !          10055:          results/043.processed, results/044.processed,
        !          10056:          results/045.processed, results/046.processed,
        !          10057:          results/047.processed, results/048.processed,
        !          10058:          results/049.processed, results/050.processed,
        !          10059:          results/051.processed, results/052.processed,
        !          10060:          results/053.processed, results/054.processed,
        !          10061:          results/055.processed, results/056.processed,
        !          10062:          results/057.processed, results/058.processed,
        !          10063:          results/059.processed, results/060.processed,
        !          10064:          results/061.processed, results/062.processed,
        !          10065:          results/063.processed, results/064.processed,
        !          10066:          results/065.processed, results/066.processed,
        !          10067:          results/067.processed, results/068.processed,
        !          10068:          results/069.processed, results/070.processed,
        !          10069:          results/071.processed, results/072.processed,
        !          10070:          results/073.processed, results/074.processed,
        !          10071:          results/075.processed, results/076.processed,
        !          10072:          results/077.processed, results/078.processed,
        !          10073:          results/079.processed, results/080.processed,
        !          10074:          results/081.processed, results/082.processed,
        !          10075:          results/083.processed, results/084.processed,
        !          10076:          results/085.processed, results/086.processed,
        !          10077:          results/087.processed, results/088.processed,
        !          10078:          results/089.processed, results/090.processed,
        !          10079:          results/091.processed, results/092.processed,
        !          10080:          results/093.processed, results/094.processed,
        !          10081:          results/095.processed, results/096.processed,
        !          10082:          results/097.processed, results/098.processed,
        !          10083:          results/099.processed, results/100.processed,
        !          10084:          results/101.processed, results/102.processed,
        !          10085:          results/103.processed, results/104.processed,
        !          10086:          results/105.processed, results/106.processed,
        !          10087:          results/107.processed, results/108.processed,
        !          10088:          results/109.processed, results/110.processed,
        !          10089:          results/111.processed, results/112.processed,
        !          10090:          results/113.processed, results/114.processed,
        !          10091:          results/115.processed, results/116.processed,
        !          10092:          results/117.processed, results/118.processed,
        !          10093:          results/119.processed, results/120.processed,
        !          10094:          results/121.processed, results/122.processed,
        !          10095:          results/123.processed, results/124.processed,
        !          10096:          results/125.processed, results/126.processed,
        !          10097:          results/127.processed, results/128.processed,
        !          10098:          results/129.processed, results/130.processed,
        !          10099:          results/131.processed, results/132.processed,
        !          10100:          results/133.processed, results/134.processed,
        !          10101:          results/135.processed, results/136.processed,
        !          10102:          results/137.processed, results/138.processed,
        !          10103:          results/139.processed, results/140.processed,
        !          10104:          results/141.processed: merged(copied) to HEAD from template_gc
        !          10105: 
        !          10106:        * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
        !          10107:          towards \parser3project not having to be in root
        !          10108: 
        !          10109:        * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
        !          10110:          module compiled [were minor unnecessary changes in lib/md5
        !          10111:          interface]
        !          10112: 
        !          10113:        * src/include/pa_version.h: release
        !          10114: 
        !          10115:        * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
        !          10116: 
        !          10117:        * src/classes/math.C: merged uuid bugfix
        !          10118: 
        !          10119:        * tests/: 141.html, results/141.processed: fixed bug with
        !          10120:          too-small-a-buffer
        !          10121: 
        !          10122:        * src/classes/math.C: uuid bugfix
        !          10123: 
        !          10124:        * tests/: 141.html, Makefile, results/005.processed,
        !          10125:          results/030.processed, results/075.processed,
        !          10126:          results/078.processed: to reflect date format change (were -
        !          10127:          become ' ')
        !          10128: 
        !          10129:        * src/classes/math.C: uuid bugfix
        !          10130: 
        !          10131:        * parser3.dsw, src/main/pa_globals.C: few paths for libxml
        !          10132:          debug/release changes
        !          10133: 
        !          10134:        * src/lib/md5/pa_md5c.c: PA_ -> pa_
        !          10135: 
        !          10136: 2003-07-23  paf
        !          10137: 
        !          10138:        * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
        !          10139:          renamed a little [to move to comman naming conv]
        !          10140: 
        !          10141:        * src/targets/Makefile.am: apache13 splitted to simplify apache
        !          10142:          build
        !          10143: 
        !          10144:        * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
        !          10145:          main/pa_request.C, main/pa_sql_driver_manager.C,
        !          10146:          main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
        !          10147:          stack top_index() fixed
        !          10148: 
        !          10149:        * src/main/pa_globals.C: minor style changes
        !          10150: 
        !          10151:        * src/: classes/op.C, include/pa_sql_connection.h: connection
        !          10152:          closing/caching fixed [connections were not closed/put to cache]
        !          10153: 
        !          10154: 2003-07-22  paf
        !          10155: 
        !          10156:        * INSTALL: gc part updated stightly
        !          10157: 
        !          10158:        * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
        !          10159:          new sapi interface
        !          10160: 
        !          10161:        * src/classes/file.C: comment on OS
        !          10162: 
        !          10163:        * src/main/pa_string.C: removed reduntant invariant check [there is
        !          10164:          one deeper in cord lib]
        !          10165: 
        !          10166:        * src/main/pa_exec.C: on win32 bugfix in handling shbang
        !          10167: 
        !          10168:        * src/main/pa_memory.C: out of memory is no longer coredump
        !          10169: 
        !          10170:        * INSTALL: disable-threads adviced
        !          10171: 
        !          10172: 2003-07-21  paf
        !          10173: 
        !          10174:        * src/classes/Makefile.am: removed circular dependency on classes.C
        !          10175: 
        !          10176:        * src/classes/file.C: file::exec/cgi environment variables now must
        !          10177:          be UPPERCASE and A-Z 0-9 _-
        !          10178: 
        !          10179:        * src/classes/file.C: env passing fixed
        !          10180: 
        !          10181:        * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
        !          10182: 
        !          10183:        * src/main/pa_common.C: http:// CRLF now
        !          10184: 
        !          10185: 2003-07-02  paf
        !          10186: 
        !          10187:        * operators.txt, src/types/pa_vstatus.C: renamed $memory:status
        !          10188:          fields to reflect their real meaning
        !          10189: 
        !          10190: 2003-06-27  paf
        !          10191: 
        !          10192:        * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
        !          10193:          include/pa_hash.h, main/pa_charset.C: merged from HEAD
        !          10194:          file::exec/cgi .charset
        !          10195: 
        !          10196: 2003-06-26  paf
        !          10197: 
        !          10198:        * ChangeLog, src/classes/file.C, src/classes/hash.C,
        !          10199:          src/classes/image.C, src/classes/op.C, src/classes/string.C,
        !          10200:          src/classes/table.C: fixed several uninitialized local
        !          10201:          structures.  notably ^hash.foreach now inserts delimiters
        !          10202:          properly [were inserting it before first body]
        !          10203: 
        !          10204: 2003-06-24  paf
        !          10205: 
        !          10206:        * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
        !          10207: 
        !          10208: 2003-06-20  paf
        !          10209: 
        !          10210:        * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
        !          10211:          src/main/pa_globals.C: introducing
        !          10212:          $f[^file::load[binary;http://...]] $f.tables
        !          10213: 
        !          10214: 2003-06-06  paf
        !          10215: 
        !          10216:        * src/types/: pa_vhash.h: $hash.field lookup first now: along with
        !          10217:          table. [were method lookup: inconsistent]
        !          10218: 
        !          10219: 2003-06-02  paf
        !          10220: 
        !          10221:        * src/include/pa_memory.h: empty string clone fixed to return
        !          10222:          writable memory
        !          10223: 
        !          10224:        * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
        !          10225:          were not appended] which violated string invariant
        !          10226: 
        !          10227: 2003-05-30  paf
        !          10228: 
        !          10229:        * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
        !          10230:          GMT  ; RFC 822, updated by RFC 1123 [as in HEAD]
        !          10231: 
        !          10232:        * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
        !          10233:          GMT  ; RFC 822, updated by RFC 1123
        !          10234: 
        !          10235:        * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
        !          10236:          targets/isapi/parser3isapi.C: initialized request_info properly
        !          10237: 
        !          10238:        * src/classes/xnode.C: found minor bug, commended for future
        !          10239: 
        !          10240: 2003-05-28  paf
        !          10241: 
        !          10242:        * src/classes/form.C: request_info.content_length can't be <0,
        !          10243:          size_t for some time
        !          10244: 
        !          10245: 2003-05-26  paf
        !          10246: 
        !          10247:        * src/: classes/file.C, classes/string.C, main/pa_string.C: few
        !          10248:          forgotten <0 changed to !=STRING_NOT_FOUND
        !          10249: 
        !          10250:        * src/classes/math.C: merged ffffu from HEAD
        !          10251: 
        !          10252: 2003-05-11  paf
        !          10253: 
        !          10254:        * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
        !          10255: 
        !          10256:        * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
        !          10257:          premature doc free.  transformed document had xmlDoc reference
        !          10258:          stored to non-gc-memory (libgdome) added holding-reference
        !          10259: 
        !          10260: 2003-04-29  paf
        !          10261: 
        !          10262:        * src/main/pa_globals.C: started digging on double free.  on win32
        !          10263:          found that that's perfectly normal.
        !          10264: 
        !          10265: 2003-04-25  paf
        !          10266: 
        !          10267:        * src/classes/table.C: table.join bug fix  [bad limit check]
        !          10268: 
        !          10269:        * src/classes/math.C: merged from HEAD: simpiler hash_string
        !          10270: 
        !          10271:        * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
        !          10272:          print anything.  changed to quicker and simplier code
        !          10273: 
        !          10274:        * src/classes/hash.C: allowed ^hash::create[^rem{xxx}]   [were to
        !          10275:          strict a check]
        !          10276: 
        !          10277:        * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
        !          10278: 
        !          10279: 2003-04-24  paf
        !          10280: 
        !          10281:        * src/include/pa_table.h: too strict assert loosened
        !          10282: 
        !          10283:        * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
        !          10284:          <soldis@infolio.ru> for reporing this ansi c fiolation syntax
        !          10285:          report
        !          10286: 
        !          10287: 2003-04-21  paf
        !          10288: 
        !          10289:        * src/targets/cgi/Makefile.am: pp3 added to .am
        !          10290: 
        !          10291:        * src/main/pa_globals.C: pcre memory management changed to use GC
        !          10292:          memory
        !          10293: 
        !          10294:        * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
        !          10295:          xmlMallocAtomic [author agreed to my suggestion], used that
        !          10296: 
        !          10297:        * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
        !          10298: 
        !          10299:        * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
        !          10300:          types/pa_vmail.C: attributed_meaning_to_string added
        !          10301:          L_UNSPECIFIED piece which was sortof OK, but violated string
        !          10302:          invariant [assertion barked on that] changed to L_PASS_APPEND,
        !          10303:          made that param obligatory
        !          10304: 
        !          10305:        * src/main/pa_string.C: String::ArrayFragment::append_positions bug
        !          10306:          fixed [assert helped]
        !          10307: 
        !          10308:        * src/include/pa_string.h: assert added [looking for bug]
        !          10309: 
        !          10310:        * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
        !          10311:          names on Win32 considered disk-global
        !          10312: 
        !          10313:        * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
        !          10314:          considered disk-global
        !          10315: 
        !          10316: 2003-04-18  paf
        !          10317: 
        !          10318:        * src/main/untaint.C: merged from HEAD: enabled '~' letter in
        !          10319:          filenames
        !          10320: 
        !          10321:        * src/main/untaint.C: enabled '~' letter in filenames
        !          10322: 
        !          10323: 2003-04-16  paf
        !          10324: 
        !          10325:        * src/classes/file.C: small bug introduced in autoptr times fixed
        !          10326: 
        !          10327:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
        !          10328:          HEAD
        !          10329: 
        !          10330:        * src/classes/table.C: fix: gcc reported tiny error
        !          10331: 
        !          10332: 2003-04-15  paf
        !          10333: 
        !          10334:        * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
        !          10335:          src/lib/md5/pa_md5c.c, tests/141.html,
        !          10336:          tests/results/141.processed: merged from head ^math:uuid[]
        !          10337:          ^math:uid64[] ^math:md5[string]
        !          10338: 
        !          10339:          test added: 141.html
        !          10340: 
        !          10341:        * operators.txt, src/classes/math.C: ^math:uid64[]
        !          10342: 
        !          10343:        * src/classes/math.C: ^math:uuid[]
        !          10344: 
        !          10345:        * operators.txt, src/classes/math.C: ^math:uuid[]
        !          10346: 
        !          10347:        * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
        !          10348:          src/lib/md5/pa_md5c.c: ^math:md5[string] 16-byte digest
        !          10349: 
        !          10350:        * operators.txt, src/classes/file.C, src/include/pa_common.h,
        !          10351:          src/include/pa_config_fixed.h, src/main/pa_common.C:
        !          10352:          ^file::load[mode;name;     $.offset     $.limit
        !          10353: 
        !          10354: 2003-04-14  paf
        !          10355: 
        !          10356:        * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
        !          10357:          started ^math:md5
        !          10358: 
        !          10359:        * src/classes/table.C, src/include/pa_array.h,
        !          10360:          src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
        !          10361:          tests/results/140.processed: table $.reverse option works in
        !          10362:          create&co table $.distinct[tables] bug fix merged
        !          10363: 
        !          10364:        * src/: classes/table.C, include/pa_table.h: table
        !          10365:          $.distinct[tables] bug fixed
        !          10366: 
        !          10367:        * src/classes/table.C: more warnings
        !          10368: 
        !          10369:        * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
        !          10370:          removed checks in table::set_current, moved them back to
        !          10371:          table::locate implemented table::create/join ñ $.reverse
        !          10372: 
        !          10373:        * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
        !          10374:          removed checks in table::set_current, moved them back to
        !          10375:          table::locate
        !          10376: 
        !          10377: 2003-04-11  paf
        !          10378: 
        !          10379:        * operators.txt, src/classes/date.C, src/classes/table.C,
        !          10380:          src/include/pa_array.h, src/include/pa_common.h,
        !          10381:          src/include/pa_config_includes.h, src/include/pa_string.h,
        !          10382:          src/include/pa_table.h, src/main/pa_request.C,
        !          10383:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
        !          10384:          src/main/pa_table.C: merged from HEAD from
        !          10385:          before_append_array_limit_sense_change to
        !          10386:          after_append_array_limit_sense_change
        !          10387: 
        !          10388:        * src/classes/table.C: typo
        !          10389: 
        !          10390:        * operators.txt, src/classes/date.C, src/classes/table.C,
        !          10391:          src/include/pa_array.h, src/include/pa_common.h,
        !          10392:          src/include/pa_config_includes.h, src/include/pa_globals.h,
        !          10393:          src/include/pa_table.h, src/main/pa_array.C,
        !          10394:          src/main/pa_globals.C, src/main/pa_request.C,
        !          10395:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
        !          10396:          src/main/pa_table.C: append_array_limit_sense_change locate
        !          10397:          accepts options same as create new option: $.reverse(1)   [do not
        !          10398:          work in table::create]
        !          10399: 
        !          10400:        * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
        !          10401:          (stat xxx,
        !          10402: 
        !          10403:        * src/classes/: table.C: typo
        !          10404: 
        !          10405:        * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
        !          10406:          135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
        !          10407:          results/130.processed, results/131.processed,
        !          10408:          results/132.processed, results/133.processed,
        !          10409:          results/134.processed, results/135.processed,
        !          10410:          results/136.processed, results/137.processed,
        !          10411:          results/138.processed, results/139.processed: added few mustfail
        !          10412:          tests 130.html mustfail: empty regexp 131.html mustfail: invalid
        !          10413:          date/time 132.html mustfail: access to junction outside of
        !          10414:          context 133.html mustfail: access to junction outside of context,
        !          10415:          case version 134.html mustfail: hash: adding a key inside of
        !          10416:          foreach 135.html mustfail: modifying system class 136.html
        !          10417:          mustfail: $.name outside of $hash[here] 137.html mustfail:
        !          10418:          appendChild without import 138.html mustfail: invalid encoding
        !          10419:          inside of xml 139.html mustfail: bad XPath
        !          10420: 
        !          10421:        * operators.txt, src/classes/table.C, tests/084.html,
        !          10422:          tests/125.html, tests/126.html, tests/127.html, tests/128.html,
        !          10423:          tests/129.html, tests/results/125.processed,
        !          10424:          tests/results/126.processed, tests/results/127.processed,
        !          10425:          tests/results/128.processed, tests/results/129.processed: merged
        !          10426:          from HEAD ^table.hash[key][$.distinct[tables]]
        !          10427: 
        !          10428:          maked appropriate tests [changed one old nonconforming]
        !          10429: 
        !          10430:        * operators.txt, src/classes/table.C:
        !          10431:          ^table.hash[key][$.distinct[tables]]
        !          10432: 
        !          10433:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
        !          10434:          merged fix for found very old xml (dom) bug: were passing
        !          10435:          domString objects and later ERROREOUSLY freed them
        !          10436: 
        !          10437:        * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
        !          10438:          src/main/pa_charset.C: re-added libgdome patch. regretfully
        !          10439:          libgdome bug can not be worked around
        !          10440: 
        !          10441: 2003-04-10  paf
        !          10442: 
        !          10443:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
        !          10444:          found very old xml (dom) bug: were passing domString objects and
        !          10445:          later ERROREOUSLY freed them
        !          10446: 
        !          10447:        * src/doc/string.dox, src/include/pa_memory.h,
        !          10448:          src/include/pa_string.h, src/lib/cord/cordbscs.c,
        !          10449:          src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
        !          10450:          tests/123.html, tests/124.html, tests/results/001.processed,
        !          10451:          tests/results/002.processed, tests/results/003.processed,
        !          10452:          tests/results/004.processed, tests/results/005.processed,
        !          10453:          tests/results/006.processed, tests/results/008.processed,
        !          10454:          tests/results/009.processed, tests/results/010.processed,
        !          10455:          tests/results/011.processed, tests/results/012.processed,
        !          10456:          tests/results/013.processed, tests/results/014.processed,
        !          10457:          tests/results/015.processed, tests/results/016.processed,
        !          10458:          tests/results/017.processed, tests/results/018.processed,
        !          10459:          tests/results/020.processed, tests/results/021.processed,
        !          10460:          tests/results/022.processed, tests/results/023.processed,
        !          10461:          tests/results/024.processed, tests/results/025.processed,
        !          10462:          tests/results/026.processed, tests/results/027.processed,
        !          10463:          tests/results/028.processed, tests/results/029.processed,
        !          10464:          tests/results/030.processed, tests/results/031.processed,
        !          10465:          tests/results/032.processed, tests/results/033.processed,
        !          10466:          tests/results/034.processed, tests/results/035.processed,
        !          10467:          tests/results/036.processed, tests/results/037.processed,
        !          10468:          tests/results/038.processed, tests/results/039.processed,
        !          10469:          tests/results/040.processed, tests/results/041.processed,
        !          10470:          tests/results/042.processed, tests/results/043.processed,
        !          10471:          tests/results/044.processed, tests/results/045.processed,
        !          10472:          tests/results/046.processed, tests/results/047.processed,
        !          10473:          tests/results/048.processed, tests/results/049.processed,
        !          10474:          tests/results/050.processed, tests/results/051.processed,
        !          10475:          tests/results/052.processed, tests/results/053.processed,
        !          10476:          tests/results/054.processed, tests/results/055.processed,
        !          10477:          tests/results/056.processed, tests/results/057.processed,
        !          10478:          tests/results/058.processed, tests/results/059.processed,
        !          10479:          tests/results/060.processed, tests/results/061.processed,
        !          10480:          tests/results/062.processed, tests/results/063.processed,
        !          10481:          tests/results/064.processed, tests/results/065.processed,
        !          10482:          tests/results/066.processed, tests/results/067.processed,
        !          10483:          tests/results/068.processed, tests/results/069.processed,
        !          10484:          tests/results/070.processed, tests/results/071.processed,
        !          10485:          tests/results/072.processed, tests/results/073.processed,
        !          10486:          tests/results/074.processed, tests/results/075.processed,
        !          10487:          tests/results/076.processed, tests/results/077.processed,
        !          10488:          tests/results/078.processed, tests/results/079.processed,
        !          10489:          tests/results/080.processed, tests/results/081.processed,
        !          10490:          tests/results/082.processed, tests/results/083.processed,
        !          10491:          tests/results/084.processed, tests/results/085.processed,
        !          10492:          tests/results/086.processed, tests/results/087.processed,
        !          10493:          tests/results/088.processed, tests/results/089.processed,
        !          10494:          tests/results/090.processed, tests/results/091.processed,
        !          10495:          tests/results/092.processed, tests/results/093.processed,
        !          10496:          tests/results/094.processed, tests/results/095.processed,
        !          10497:          tests/results/096.processed, tests/results/097.processed,
        !          10498:          tests/results/101.processed, tests/results/102.processed,
        !          10499:          tests/results/104.processed, tests/results/105.processed,
        !          10500:          tests/results/106.processed, tests/results/107.processed,
        !          10501:          tests/results/108.processed, tests/results/109.processed,
        !          10502:          tests/results/110.processed, tests/results/111.processed,
        !          10503:          tests/results/112.processed, tests/results/113.processed,
        !          10504:          tests/results/114.processed, tests/results/115.processed,
        !          10505:          tests/results/116.processed, tests/results/117.processed,
        !          10506:          tests/results/118.processed, tests/results/119.processed,
        !          10507:          tests/results/120.processed, tests/results/121.processed,
        !          10508:          tests/results/122.processed, tests/results/123.processed,
        !          10509:          tests/results/124.processed: new convention: char* never 0.
        !          10510:          assert in cord on that
        !          10511: 
        !          10512:        * src/main/pa_charset.C: couple more asserts
        !          10513: 
        !          10514:        * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
        !          10515:          speedup
        !          10516: 
        !          10517:        * src/main/pa_charset.C: couple assertions on fantastic situations
        !          10518:          added [may be those is the case now?]
        !          10519: 
        !          10520:        * src/main/pa_charset.C: bugfix on memory buffer overrun [but
        !          10521:          that's memory from gc_malloc, not from g_malloc :(, but would
        !          10522:          hope]
        !          10523: 
        !          10524:        * src/main/pa_charset.C: bugfix on memory buffer overrun [but
        !          10525:          that's memory from gc_malloc, not from g_malloc :(, but would
        !          10526:          hope]
        !          10527: 
        !          10528:        * src/main/pa_charset.C: checked custom malloc for returning 0
        !          10529: 
        !          10530: 2003-04-09  paf
        !          10531: 
        !          10532:        * src/classes/date.C: merged ^date.roll changes
        !          10533: 
        !          10534:        * src/classes/date.C: ^date.roll bug fix
        !          10535: 
        !          10536:        * src/classes/date.C: ^date.roll now throws less errors: month
        !          10537:          shifts handles end of month situation by reducing day number
        !          10538:          hour-hole shift reduces hour to recover
        !          10539: 
        !          10540:        * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
        !          10541:          Sort by function time
        !          10542: 
        !          10543:        * operators.txt, src/main/pa_charset.C, src/main/pa_common.C:
        !          10544:          http://   $.charset[] param done
        !          10545: 
        !          10546:        * tests/: 122.html, results/122.processed: 122 date test <= and ==
        !          10547:          added [after volatile fix. passes on win&intel-solaris]
        !          10548: 
        !          10549: 2003-04-08  paf
        !          10550: 
        !          10551:        * src/: classes/file.C, classes/op.C, classes/table.C,
        !          10552:          classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
        !          10553:          include/pa_common.h, include/pa_request_charsets.h,
        !          10554:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
        !          10555:          main/pa_exec.C, main/pa_request.C, main/untaint.C,
        !          10556:          types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
        !          10557:          types/pa_vresponse.C: started http://   $.charset[] param and
        !          10558:          http response charset detection just compiled.  todo:test
        !          10559: 
        !          10560:        * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
        !          10561: 
        !          10562:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
        !          10563:          main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
        !          10564:          types/pa_vmail.C: changed transcode param converntion  along with
        !          10565:          string creating convention -- all strings are zero-terminated,
        !          10566:          this allowed to fix one remaining String("123", 2) case
        !          10567: 
        !          10568:        * src/: classes/date.C, classes/file.C, classes/hash.C,
        !          10569:          classes/op.C, classes/string.C, classes/table.C,
        !          10570:          include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
        !          10571:          main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
        !          10572:          main/pa_request.C, main/pa_string.C, main/pa_uue.C,
        !          10573:          main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
        !          10574:          types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
        !          10575:          violated String::invariant. started fixing [not compiled now]
        !          10576: 
        !          10577:        * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
        !          10578:          main/compile.tab.C, main/compile.y, main/pa_string.C,
        !          10579:          main/untaint.C, targets/cgi/parser3.C: number of string style
        !          10580:          improvements & optimizations
        !          10581: 
        !          10582:        * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
        !          10583:          :(]
        !          10584: 
        !          10585:        * src/main/untaint.C: removed redundant & in CORD_pos param passing
        !          10586:          [for it's a pointer really]
        !          10587: 
        !          10588:        * src/main/untaint.C: CORD_pos_advance turned out to have limit on
        !          10589:          'n' param. worked that around
        !          10590: 
        !          10591:        * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
        !          10592:          Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
        !          10593:          <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
        !          10594:          April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
        !          10595:          cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
        !          10596: 
        !          10597:          Thanks for the bug report and patch.
        !          10598: 
        !          10599:          I hadn't looked at this code in a while.  Reading it now, it
        !          10600:          seems to me that the tests should also be ">= MAX_DEPTH" to
        !          10601:          comply with the invariant, though that may not matter a lot.  I
        !          10602:          changed that, too.
        !          10603: 
        !          10604:          Hans
        !          10605: 
        !          10606: 2003-04-07  paf
        !          10607: 
        !          10608:        * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
        !          10609:          merged from head:safe mode error message now includes numbers
        !          10610: 
        !          10611:        * src/main/execute.C: n-th attempt to make a=a work with double.
        !          10612:          problem: as_double returns it's result in fp-register compiler
        !          10613:          optimizes access to that register after b->as_double, and just
        !          10614:          compares ALREADY_STORED_VALUE with prev-calculated a->as_double
        !          10615:          from memory.  _SAME_ double values do not match here.  when
        !          10616:          forced to REload fp-register, values do match.
        !          10617: 
        !          10618:          tried to make them volatile.
        !          10619: 
        !          10620:        * src/main/execute.C: n-th attempt to make a=a work with double.
        !          10621:          problem: as_double returns it's result in fp-register compiler
        !          10622:          optimizes access to that register after b->as_double, and just
        !          10623:          compares ALREADY_STORED_VALUE with prev-calculated a->as_double
        !          10624:          from memory.  _SAME_ double values do not match here.  when
        !          10625:          forced to REload fp-register, values do match.
        !          10626: 
        !          10627:          tried to make them volatile.
        !          10628: 
        !          10629:        * src/types/pa_vobject.h: small style change
        !          10630: 
        !          10631:        * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
        !          10632: 
        !          10633:        * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
        !          10634:          mode error message now includes numbers
        !          10635: 
        !          10636:        * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
        !          10637:          now causes death
        !          10638: 
        !          10639: 2003-04-04  paf
        !          10640: 
        !          10641:        * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
        !          10642:          incorportated pa_exec patch by From: "Victor Fedoseev"
        !          10643:          <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
        !          10644:          Sent: Thursday, January 23, 2003 9:14 AM
        !          10645: 
        !          10646:          huge speedup on ^file::cgi with big result
        !          10647: 
        !          10648:        * src/classes/table.C: sort table with 0 rows bug fixed
        !          10649: 
        !          10650:        * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
        !          10651:          fix http://i2/tasks/edit/?id=4493701604654042676
        !          10652: 
        !          10653:          @main[] $with_default[  $.a[1]  $._default[default from
        !          10654:          with_default] ] ^show[$with_default]
        !          10655: 
        !          10656:          $to_add_to[     $.b[2] ] ^to_add_to.add[$with_default]
        !          10657:          =$to_add_to.xxx=<br>
        !          10658: 
        !          10659:          ^show[$to_add_to]
        !          10660: 
        !          10661:          $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
        !          10662:          ^show[$cloned]
        !          10663: 
        !          10664:          @show[hash] ^hash.foreach[k;v]{         $k = $v <br>
        !          10665: 
        !          10666:          }  <hr>
        !          10667: 
        !          10668:        * src/classes/hash.C: $hash._default showed in foreach & co bug fix
        !          10669:          http://i2/tasks/edit/?id=4493701604654042676
        !          10670: 
        !          10671:          @main[] $with_default[  $.a[1]  $._default[default from
        !          10672:          with_default] ] ^show[$with_default]
        !          10673: 
        !          10674:          $to_add_to[     $.b[2] ] ^to_add_to.add[$with_default]
        !          10675:          =$to_add_to.xxx=<br>
        !          10676: 
        !          10677:          ^show[$to_add_to]
        !          10678: 
        !          10679:          $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
        !          10680:          ^show[$cloned]
        !          10681: 
        !          10682:          @show[hash] ^hash.foreach[k;v]{         $k = $v <br>
        !          10683: 
        !          10684:          }  <hr>
        !          10685: 
        !          10686:        * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
        !          10687:          http://i2/tasks/edit/?id=4507350336410850921
        !          10688: 
        !          10689:        * src/classes/xdoc.C: memory allocation func bugfix
        !          10690:          http://i2/tasks/edit/?id=4499303470368629745
        !          10691: 
        !          10692:        * src/classes/math.C: allowed random 1...
        !          10693: 
        !          10694:        * src/classes/math.C: allowed random 0..
        !          10695: 
        !          10696:        * src/main/pa_globals.C: exif mem leak
        !          10697:          http://i2/tasks/edit/?id=4480590323629807263
        !          10698: 
        !          10699:        * src/: classes/classes.dsp, main/main.dsp,
        !          10700:          targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
        !          10701:          fix http://i2/tasks/edit/?id=4493946731322521294
        !          10702:          $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
        !          10703: 
        !          10704:        * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
        !          10705:          lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
        !          10706:          main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
        !          10707:          links to xml libs made relative, no need to unpack parser3project
        !          10708:          to /parser3project.
        !          10709: 
        !          10710:        * src/main/: compile.tab.C, compile.y, compile_tools.h: error
        !          10711:          column more precise - tab handling bug fixed
        !          10712: 
        !          10713:        * src/main/: compile.tab.C, compile.y: more understandable error
        !          10714:          message in case @CLASS with more then one line inside
        !          10715: 
        !          10716:        * src/targets/cgi/parser3.C: more understandable error message in
        !          10717:          case of errors in @unhandled_exception
        !          10718: 
        !          10719: 2003-04-03  paf
        !          10720: 
        !          10721:        * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
        !          10722:          src/main/compile.tab.C, src/main/compile.y,
        !          10723:          src/main/compile_tools.C, src/main/compile_tools.h,
        !          10724:          src/main/execute.C, src/main/pa_request.C: debug info format
        !          10725:          simplified, now it's: OP_VALUE Operation::Origin << here value*
        !          10726: 
        !          10727:          higher limits:   file number (max: 255)   line number (max:
        !          10728:          64535)   column number (max: 255)
        !          10729: 
        !          10730:        * src/classes/math.C: top limit
        !          10731: 
        !          10732:        * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
        !          10733:          precise parse error position in case of
        !          10734: 
        !          10735:          ^bug ]
        !          10736: 
        !          10737:        * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
        !          10738:          changed to realities, and passed [bug fixed]
        !          10739: 
        !          10740:        * src/: classes/op.C, include/pa_request.h, main/compile.C,
        !          10741:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
        !          10742:          main/compile_tools.h, main/pa_request.C: introducing
        !          10743:          ^process...[main-method-alias]
        !          10744: 
        !          10745:        * src/: classes/date.C, classes/image.C, classes/op.C,
        !          10746:          classes/string.C, classes/table.C, classes/xdoc.C,
        !          10747:          types/pa_vmethod_frame.h: MethodParams& now [methods without
        !          10748:          params receive zero reference, but they are expected not to look
        !          10749:          there]
        !          10750: 
        !          10751:        * operators.txt, src/classes/date.C, src/classes/double.C,
        !          10752:          src/classes/file.C, src/classes/hash.C, src/classes/image.C,
        !          10753:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
        !          10754:          src/classes/memory.C, src/classes/op.C, src/classes/response.C,
        !          10755:          src/classes/string.C, src/classes/table.C, src/classes/void.C,
        !          10756:          src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
        !          10757:          src/main/execute.C, src/types/pa_method.h: MethodParams& now
        !          10758:          [methods without params receive zero reference, but they are
        !          10759:          expected not to look there]
        !          10760: 
        !          10761:        * operators.txt, src/classes/op.C, src/include/pa_request.h,
        !          10762:          src/main/pa_request.C, src/types/pa_vmethod_frame.h:
        !          10763:          ^process...[filename] useful for better error reporting
        !          10764:          [file/line/col]
        !          10765: 
        !          10766:        * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
        !          10767:          types/pa_vstring.h: slightly improved error messages text: 1. is
        !          10768:          '%s', it 2. method undefined in case of ^void[]
        !          10769: 
        !          10770:        * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
        !          10771:          include/pa_types.h, main/execute.C, main/pa_request.C: exception
        !          10772:          handling done. now we have error columns todo: test it
        !          10773: 
        !          10774:        * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
        !          10775:          exception when ^try{    ^throw[a;1] }{    ^throw[b;2] }
        !          10776: 
        !          10777:          this makes life easier: were: bad stack order -- were in
        !          10778:          exception catch unwind order, which didn't match execution order
        !          10779: 
        !          10780:          @main[] ^try{   ^first[] }{     ^throw[c;3] }
        !          10781: 
        !          10782:          @first[] ^throw[a;1]
        !          10783: 
        !          10784:          showed throw a first throw b try
        !          10785: 
        !          10786:          which is no good
        !          10787: 
        !          10788:        * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
        !          10789:          main/compile.tab.C, main/execute.C, main/pa_request.C: strack
        !          10790:          trace reset after handled exception [old bug fixed]
        !          10791: 
        !          10792:        * src/main/: compile.tab.C, compile.y: parse position old bug
        !          10793:          fixed.  position reporting made precise [both, in parse erros and
        !          10794:          runtime errors]
        !          10795: 
        !          10796: 2003-04-02  paf
        !          10797: 
        !          10798:        * src/: include/pa_operation.h, include/pa_request.h,
        !          10799:          main/compile.C, main/compile.tab.C, main/compile.y,
        !          10800:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
        !          10801:          main/pa_exception.C, main/pa_request.C: debug info: started
        !          10802:          using.  todo:complete
        !          10803: 
        !          10804:        * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
        !          10805:          main/compile.C, main/compile.tab.C, main/compile.y,
        !          10806:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
        !          10807:          main/pa_request.C: prepared debug info todo:use it
        !          10808: 
        !          10809:        * src/include/pa_operation.h: strange mistake fixed: forgot to
        !          10810:          return Operation class->union after switching from autoptrs.
        !          10811: 
        !          10812:        * tests/: Makefile, results/108.processed, results/117.processed:
        !          10813:          meta considered OK [it's up to coder now to remove it not needed]
        !          10814: 
        !          10815:        * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
        !          10816:          Dictionary constructor when moved to gc]
        !          10817: 
        !          10818:        * src/main/pa_common.C: uncommented http:// file loading
        !          10819: 
        !          10820:        * src/include/pa_array.h, src/main/execute.C,
        !          10821:          src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
        !          10822:          fix [gdGrowingBuf]
        !          10823: 
        !          10824:        * configure.in, src/lib/Makefile.am: removed patches
        !          10825: 
        !          10826:        * configure, src/include/pa_config_auto.h.in,
        !          10827:          src/main/pa_charset.C: --enable-assertions autoconf-ed
        !          10828: 
        !          10829:        * src/main/pa_common.C: uncommented http:// file loading
        !          10830: 
        !          10831:        * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
        !          10832:          xdoc::create/load
        !          10833: 
        !          10834:        * src/: classes/form.C, classes/hash.C, classes/image.C,
        !          10835:          classes/string.C, classes/table.C, classes/void.C,
        !          10836:          include/pa_common.h, main/pa_common.C, main/pa_request.C,
        !          10837:          main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
        !          10838:          String::String(str,helper_length) are checked.  found/fixed one
        !          10839:          place: $request:body now zero-terminated,
        !          10840: 
        !          10841:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
        !          10842:          main/compile_tools.C, main/execute.C, types/pa_value.h,
        !          10843:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
        !          10844:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
        !          10845:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
        !          10846:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
        !          10847:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
        !          10848:          types/pa_vxnode.h: more locally scoped vars in execute (more
        !          10849:          easily optimizable)
        !          10850: 
        !          10851:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
        !          10852:          for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
        !          10853: 
        !          10854:        * src/: include/pa_array.h, include/pa_stack.h,
        !          10855:          include/pa_string.h, main/compile_tools.C, main/main.dsp,
        !          10856:          main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
        !          10857:          become assertion iterator in methodframe filler
        !          10858: 
        !          10859:        * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
        !          10860:          targets/cgi/parser3.C: array::get/put inlined
        !          10861: 
        !          10862:        * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
        !          10863:          gc_substitute_memory_management_functions +installed CORD_oom
        !          10864:          function
        !          10865: 
        !          10866:        * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
        !          10867:          src/include/pa_config_includes.h, src/include/pa_string.h,
        !          10868:          src/lib/cord/cordbscs.c, src/main/pa_memory.C,
        !          10869:          src/targets/cgi/parser3.C: converted debug hacks to ANSI
        !          10870:          assertions started configure.in --enable-assertions
        !          10871: 
        !          10872: 2003-04-01  paf
        !          10873: 
        !          10874:        * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
        !          10875:          main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
        !          10876:          types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
        !          10877:          gdome uses glib memory, and stores last pointer to xmlDoc there,
        !          10878:          gc misses that and collects valid memory fixed by remembering
        !          10879:          xmlDoc from dom object in xdoc.  todo: do something with
        !          10880:          premature free of xdoc with xnodes/node values referring into it
        !          10881: 
        !          10882:        * src/classes/: mail.C: typo fix
        !          10883: 
        !          10884:        * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
        !          10885:          changes
        !          10886: 
        !          10887:        * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
        !          10888:          main/pa_memory.C: moved memory debugging to global level: to
        !          10889:          pa_gc_malloc
        !          10890: 
        !          10891:        * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
        !          10892:          debugging showed no errors. todo: debug parser memory
        !          10893: 
        !          10894:        * src/targets/cgi/: parser3.C, parser3.dsp: more build
        !          10895:          configurations
        !          10896: 
        !          10897:        * src/: classes/classes.dsp, include/pa_config_fixed.h,
        !          10898:          main/compile.tab.C, main/main.dsp, main/pa_globals.C,
        !          10899:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
        !          10900:          types/types.dsp: prepared xml-static configuration
        !          10901: 
        !          10902: 2003-03-31  paf
        !          10903: 
        !          10904:        * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
        !          10905:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
        !          10906:          xml lib memory debugging, simple checks failed: it seems that
        !          10907:          library does realloc(bad ptr), and recording those ptrs in heap
        !          10908:          [for debugging] was bad: heap situation changes = everything
        !          10909:          works fine
        !          10910: 
        !          10911:        * src/: main/pa_charset.C, include/pa_charset.h: worked around
        !          10912:          xmlRegisterCharEncodingHandler limitation [currently imposed
        !          10913:          limit of 10 user-defined charsets]
        !          10914: 
        !          10915: 2003-03-28  paf
        !          10916: 
        !          10917:        * src/main/execute.C: execution stack copied to local register
        !          10918:          variable, removed lots [~2e7) of memory accesses
        !          10919: 
        !          10920: 2003-03-27  paf
        !          10921: 
        !          10922:        * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
        !          10923:          works in debug, but fails in release todo: fix that
        !          10924: 
        !          10925:        * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
        !          10926:          targets/cgi/parser3.C: forgot to merge XML memory funcs
        !          10927:          replacement from gc branch
        !          10928: 
        !          10929:        * src/main/pa_exec.C: introducing append_help_length [radical
        !          10930:          improvement here]
        !          10931: 
        !          10932:        * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
        !          10933:          'not recommened' in gc.h, on win32 noticed no difference]
        !          10934: 
        !          10935:        * src/include/pa_array.h: returned checked array get [were disabled
        !          10936:          for debugging] result:not slower [don't understand that, it were
        !          10937:          INLINED] todo: find out a way of inlining it!
        !          10938: 
        !          10939:        * src/: include/pa_string.h, lib/gc/include/gc.h,
        !          10940:          lib/gc/include/gc_fake.h, main/compile.tab.C,
        !          10941:          targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
        !          10942:          convention changed: all resulting strings are zero-terminated
        !          10943: 
        !          10944:        * src/: classes/date.C, classes/file.C, classes/hash.C,
        !          10945:          classes/string.C, classes/table.C, classes/void.C,
        !          10946:          include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
        !          10947:          lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
        !          10948:          main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
        !          10949:          main/pa_request.C, main/pa_string.C, main/pa_uue.C,
        !          10950:          sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
        !          10951:          types/pa_vfile.C, types/pa_vmail.C: introducing
        !          10952:          append_help_length [radical improvement here]
        !          10953: 
        !          10954:        * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
        !          10955:          include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
        !          10956:          lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
        !          10957:          targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
        !          10958:          even slower
        !          10959: 
        !          10960:        * src/: classes/string.C, classes/table.C, include/pa_array.h,
        !          10961:          include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
        !          10962:          main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
        !          10963:          clients of &get(): most to use non-ref version, some[in tight
        !          10964:          places] to get_unchecked_ref
        !          10965: 
        !          10966:        * src/doc/memory.dox: forgot to add
        !          10967: 
        !          10968:        * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
        !          10969:          include/pa_array.h, include/pa_request.h, include/pa_stack.h,
        !          10970:          include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
        !          10971:          lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
        !          10972:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
        !          10973:          main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
        !          10974:          targets/cgi/parser3.dsp, types/pa_vmail.C,
        !          10975:          types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
        !          10976:          T>>&<< removed after Stack::pop wiping removed [moved to separate
        !          10977:          func] other Array & removed
        !          10978: 
        !          10979: 2003-03-26  paf
        !          10980: 
        !          10981:        * src/: classes/classes.dsp, classes/file.C, classes/op.C,
        !          10982:          classes/table.C, include/pa_array.h, include/pa_charset.h,
        !          10983:          include/pa_stack.h, include/pa_string.h, include/pa_table.h,
        !          10984:          lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
        !          10985:          lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
        !          10986:          main/main.dsp, main/pa_charset.C, main/pa_common.C,
        !          10987:          main/pa_exec.C, main/pa_sql_driver_manager.C,
        !          10988:          main/pa_stylesheet_manager.C, main/pa_table.C,
        !          10989:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
        !          10990:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
        !          10991:          types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
        !          10992:          pre-evaluated .count() in some places
        !          10993: 
        !          10994:        * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
        !          10995:          lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
        !          10996:          types/types.dsp: .dsp profiling updated
        !          10997: 
        !          10998:        * src/: classes/classes.dsp, lib/cord/cord.dsp,
        !          10999:          lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
        !          11000:          targets/cgi/parser3.dsp, types/types.dsp: started profiling
        !          11001: 
        !          11002:        * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
        !          11003:          main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
        !          11004:          targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
        !          11005:          use lib/gc,lib/cord
        !          11006: 
        !          11007:        * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
        !          11008:          src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
        !          11009:          src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
        !          11010:          src/include/pa_config_includes.h, src/include/pa_request.h,
        !          11011:          src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
        !          11012:          src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
        !          11013:          src/lib/Makefile.am, src/lib/cord/Makefile.am,
        !          11014:          src/lib/cord/include/Makefile.am,
        !          11015:          src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
        !          11016:          src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
        !          11017:          src/targets/cgi/Makefile.am, src/types/Makefile.am,
        !          11018:          src/types/pa_vclass.h, src/types/pa_vcookie.h,
        !          11019:          src/types/pa_vform.h, src/types/pa_vhash.h,
        !          11020:          src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
        !          11021:          src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
        !          11022:          src/types/pa_vstatus.C, src/types/pa_vstatus.h,
        !          11023:          src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
        !          11024:          funcs ported pa_exec
        !          11025: 
        !          11026:        * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
        !          11027: 
        !          11028:        * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
        !          11029:          bundled gc includes
        !          11030: 
        !          11031:        * src/: classes/op.C, include/pa_array.h,
        !          11032:          include/pa_sql_connection.h, include/pa_string.h,
        !          11033:          include/pa_version.h, main/compile.tab.C, main/compile.y,
        !          11034:          main/execute.C, main/pa_common.C, main/pa_exception.C,
        !          11035:          main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
        !          11036:          targets/cgi/parser3.dsp: a number of bugfixes [while testing
        !          11037:          first real site (aval)]
        !          11038: 
        !          11039: 2003-03-25  paf
        !          11040: 
        !          11041:        * operators.txt, src/main/pa_sql_driver_manager.C,
        !          11042:          src/types/pa_vstatus.C: $status.memory used free since_compact
        !          11043:          process
        !          11044: 
        !          11045:        * src/: include/pa_sql_connection.h, main/pa_globals.C,
        !          11046:          main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
        !          11047: 
        !          11048:        * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
        !          11049: 
        !          11050:        * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
        !          11051:          src/types/pa_value.h, src/types/pa_vfile.h,
        !          11052:          src/types/pa_vobject.C, src/types/pa_vobject.h,
        !          11053:          src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
        !          11054:          tests/results/121.processed: untaint.C L_URI
        !          11055: 
        !          11056:        * operators.txt, src/classes/Makefile.am, src/classes/classes.dsp,
        !          11057:          src/classes/op.C, src/main/pa_request.C, src/types/Makefile.am,
        !          11058:          src/types/pa_venv.h, src/types/types.dsp, src/classes/memory.C,
        !          11059:          src/types/pa_vmemory.h: ^memory:compact[]
        !          11060: 
        !          11061:        * tests/results/109.processed: it was a bug in parser. updated 109
        !          11062:          test result
        !          11063: 
        !          11064:        * src/classes/xdoc.C, tests/Makefile: fixed transform params2
        !          11065: 
        !          11066:        * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
        !          11067:          tests/results/107.processed: fixed dom language [values are now
        !          11068:          considered tainted.  it was a bug in parser. updated 107 test
        !          11069:          result
        !          11070: 
        !          11071:        * src/classes/xdoc.C: fixed transform params
        !          11072: 
        !          11073:        * src/: include/pa_stylesheet_manager.h,
        !          11074:          main/pa_stylesheet_manager.C: fixed stylesheet caching
        !          11075: 
        !          11076:        * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
        !          11077:          overloads for structure handling
        !          11078: 
        !          11079:        * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
        !          11080:          include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
        !          11081:          StringBody(0) ambiguilty, introducting static
        !          11082:          StringBody::Format(int)
        !          11083: 
        !          11084:        * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
        !          11085:          linked
        !          11086: 
        !          11087:        * src/types/pa_vxdoc.C: vxdoc compiled
        !          11088: 
        !          11089:        * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
        !          11090:          types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
        !          11091:          finalizers isntalled
        !          11092: 
        !          11093:        * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
        !          11094:          doc/exception.dox, doc/index.dox, include/pa_charset.h,
        !          11095:          include/pa_memory.h, include/pa_request.h, include/pa_string.h,
        !          11096:          main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
        !          11097:          compiled todo: xnode.C / finalizers
        !          11098: 
        !          11099:        * src/doc/string.dox: updated: new string internals
        !          11100: 
        !          11101: 2003-03-24  paf
        !          11102: 
        !          11103:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
        !          11104:          include/pa_charset.h, include/pa_config_fixed.h,
        !          11105:          include/pa_request.h, include/pa_stylesheet_connection.h,
        !          11106:          include/pa_stylesheet_manager.h, main/pa_charset.C,
        !          11107:          main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
        !          11108:          main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
        !          11109:          types/pa_vxnode.h: started XML
        !          11110: 
        !          11111:        * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
        !          11112: 
        !          11113:        * src/: classes/file.C, classes/image.C, classes/mail.C,
        !          11114:          include/pa_string.h, main/pa_common.C,
        !          11115:          main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
        !          11116: 
        !          11117:        * src/: classes/file.C, classes/image.C, classes/mail.C,
        !          11118:          include/pa_memory.h, include/pa_string.h, main/pa_common.C,
        !          11119:          main/pa_request.C, main/pa_sql_driver_manager.C,
        !          11120:          types/pa_vimage.h: size_t pos everywhere checks changed to check
        !          11121:          for eq STRING_NOT_FOUND
        !          11122: 
        !          11123:        * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
        !          11124:          optimize bit implemented
        !          11125: 
        !          11126:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
        !          11127:          String::ArrayFragment::append_positions fixed
        !          11128: 
        !          11129:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
        !          11130:          String::this_starts fixed
        !          11131: 
        !          11132:        * src/main/pa_string.C, tests/Makefile: string::pos fixed
        !          11133: 
        !          11134:        * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
        !          11135:          hashcode implemented fully, including per-char callback [it can
        !          11136:          be - substr CORD node]
        !          11137: 
        !          11138:        * src/: include/pa_array.h, main/compile.tab.C: gif encoding
        !          11139:          rewritten to rewalloc with 100byte buf ahead
        !          11140: 
        !          11141:        * src/classes/image.C, src/classes/op.C, src/classes/table.C,
        !          11142:          src/include/pa_string.h, src/main/compile.tab.C,
        !          11143:          src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
        !          11144:          src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
        !          11145:          CORD_ec [bad] would rewrite as realloc now
        !          11146: 
        !          11147:        * src/: classes/date.C, classes/file.C, classes/form.C,
        !          11148:          classes/image.C, classes/math.C, classes/op.C, classes/table.C,
        !          11149:          include/pa_cache_managers.h, include/pa_charsets.h,
        !          11150:          include/pa_common.h, include/pa_request.h,
        !          11151:          include/pa_sql_driver_manager.h, include/pa_table.h,
        !          11152:          main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
        !          11153:          main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
        !          11154:          targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
        !          11155:          types/pa_vmail.C, types/pa_vmethod_frame.C,
        !          11156:          types/pa_vstateless_class.h: 2*2 worked :)
        !          11157: 
        !          11158:        * parser3.dsw, src/classes/date.C, src/classes/file.C,
        !          11159:          src/include/pa_exec.h, src/include/pa_string.h,
        !          11160:          src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
        !          11161:          passed OK
        !          11162: 
        !          11163:        * src/: classes/hash.C, classes/string.C, classes/table.C,
        !          11164:          types/pa_value.C: all linked todo: debug
        !          11165: 
        !          11166:        * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
        !          11167:          types/pa_vstateless_class.C: all compiled.  todo:link
        !          11168: 
        !          11169:        * src/types/pa_wcontext.C: pa_wcontext.C compiled
        !          11170: 
        !          11171:        * src/types/pa_vtable.C: pa_vtable.C compiled
        !          11172: 
        !          11173:        * src/types/pa_vstring.C: pa_vstring.C compiled
        !          11174: 
        !          11175:        * src/types/pa_vstatus.C: pa_vstatus.C compiled
        !          11176: 
        !          11177:        * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
        !          11178:          pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
        !          11179:          pa_vstateless_class.C, pa_vstateless_class.h:
        !          11180:          pa_vstateless_class.C compiled
        !          11181: 
        !          11182:        * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
        !          11183:          types/pa_vmath.C: pa_vmail.C compiled
        !          11184: 
        !          11185:        * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
        !          11186: 
        !          11187:        * src/types/pa_vform.C: pa_vform.C compiled
        !          11188: 
        !          11189:        * src/types/pa_vfile.C: pa_vfile.C compiled
        !          11190: 
        !          11191:        * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
        !          11192:          pa_vstateless_class.C: pa_vcookie.C compiled
        !          11193: 
        !          11194:        * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
        !          11195:          types/pa_vhash.h: pa_value.C compiled
        !          11196: 
        !          11197:        * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
        !          11198:          classes.lib main.lib compiled
        !          11199: 
        !          11200:        * src/classes/void.C: void.C compiled
        !          11201: 
        !          11202:        * src/: classes/string.C, classes/table.C, include/pa_string.h,
        !          11203:          main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
        !          11204:          compiled
        !          11205: 
        !          11206:        * src/: classes/string.C, include/pa_request.h,
        !          11207:          include/pa_string.h, main/pa_string.C: string.C compiled
        !          11208: 
        !          11209:        * src/: classes/op.C, classes/string.C, classes/table.C,
        !          11210:          classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
        !          11211:          main/pa_request.C, main/pa_string.C: op.C compiled
        !          11212: 
        !          11213:        * src/classes/: math.C, op.C: math.C compiled
        !          11214: 
        !          11215:        * src/: classes/mail.C, classes/string.C, classes/table.C,
        !          11216:          types/pa_vmail.h: mail.C compiled
        !          11217: 
        !          11218:        * src/classes/: int.C, table.C: int.C compiled
        !          11219: 
        !          11220:        * src/: classes/hash.C, classes/image.C, classes/string.C,
        !          11221:          classes/table.C, include/pa_memory.h, include/pa_string.h,
        !          11222:          main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
        !          11223:          compiled
        !          11224: 
        !          11225:        * src/: classes/hash.C, classes/string.C, classes/table.C,
        !          11226:          classes/void.C, classes/xdoc.C, include/pa_request.h,
        !          11227:          include/pa_sql_connection.h: hash.C compiled
        !          11228: 
        !          11229:        * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
        !          11230:          classes/date.C, classes/double.C, classes/file.C, classes/form.C,
        !          11231:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
        !          11232:          classes/math.C, classes/op.C, classes/response.C,
        !          11233:          classes/string.C, classes/table.C, classes/void.C,
        !          11234:          classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
        !          11235:          include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
        !          11236:          main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
        !          11237:          file.C table.C compiled
        !          11238: 
        !          11239:        * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
        !          11240:          main/untaint.C: main.lib compiled
        !          11241: 
        !          11242: 2003-03-21  paf
        !          11243: 
        !          11244:        * src/: classes/op.C, include/pa_cache_managers.h,
        !          11245:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
        !          11246:          include/pa_stylesheet_manager.h, main/pa_exception.C,
        !          11247:          main/pa_globals.C, main/pa_sql_driver_manager.C,
        !          11248:          sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
        !          11249:          compiled
        !          11250: 
        !          11251:        * src/: classes/hash.C, classes/image.C, classes/op.C,
        !          11252:          classes/xdoc.C, classes/xnode.C, include/pa_common.h,
        !          11253:          include/pa_hash.h, include/pa_request.h, include/pa_string.h,
        !          11254:          main/compile.C, main/pa_common.C, main/pa_request.C,
        !          11255:          types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
        !          11256:          pa_request.C compiled
        !          11257: 
        !          11258:        * src/: classes/hash.C, classes/mail.C, classes/op.C,
        !          11259:          include/pa_request.h, main/execute.C, main/pa_request.C,
        !          11260:          types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
        !          11261:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
        !          11262:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
        !          11263:          types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
        !          11264:          compiled
        !          11265: 
        !          11266:        * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
        !          11267:          main/pa_string.C: pa_exec.C compiled [win32 only for now]  todo:
        !          11268:          on unix
        !          11269: 
        !          11270:        * src/: include/pa_charset.h, include/pa_charsets.h,
        !          11271:          include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
        !          11272:          main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
        !          11273:          pa_charsets.C compiled
        !          11274: 
        !          11275:        * src/: classes/image.C, classes/mail.C, classes/op.C,
        !          11276:          include/pa_request.h, include/pa_string.h, main/compile.tab.C,
        !          11277:          main/compile.y, main/execute.C, main/pa_common.C,
        !          11278:          main/pa_request.C, types/pa_junction.h, types/pa_method.h,
        !          11279:          types/pa_vcode_frame.h, types/pa_vimage.h,
        !          11280:          types/pa_vmethod_frame.h: execute.C compiled
        !          11281: 
        !          11282:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
        !          11283:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
        !          11284:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
        !          11285:          classes/op.C, classes/string.C, classes/table.C, classes/void.C,
        !          11286:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
        !          11287:          include/pa_cache_managers.h, include/pa_charsets.h,
        !          11288:          include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
        !          11289:          include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
        !          11290:          include/pa_sql_driver_manager.h, include/pa_string.h,
        !          11291:          include/pa_stylesheet_connection.h,
        !          11292:          include/pa_stylesheet_manager.h, include/pa_table.h,
        !          11293:          main/compile.C, main/compile.tab.C, main/compile.y,
        !          11294:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
        !          11295:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
        !          11296:          main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
        !          11297:          main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
        !          11298:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
        !          11299:          types/pa_junction.h, types/pa_method.h, types/pa_value.C,
        !          11300:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
        !          11301:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
        !          11302:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
        !          11303:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
        !          11304:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
        !          11305:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
        !          11306:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
        !          11307:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
        !          11308:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
        !          11309:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
        !          11310:          types/pa_vresponse.h, types/pa_vstateless_class.C,
        !          11311:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
        !          11312:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
        !          11313:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
        !          11314:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
        !          11315:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
        !          11316:          types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
        !          11317:          [C++ CORD wrapper]
        !          11318: 
        !          11319:        * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
        !          11320: 
        !          11321:        * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
        !          11322:          $file::exec/cgi[script;    $.charset[this is script's charset]
        !          11323: 
        !          11324:          command line, env values, input got transcoded before call
        !          11325:          stdout, stderr got transcoded after call
        !          11326: 
        !          11327:        * src/classes/file.C: ^file::exec/cgi now does not pass post data
        !          11328:          by default.  use: ^file::exec[...;$.stdin[$request.body]
        !          11329: 
        !          11330:        * src/main/pa_common.C: } typo bug fix
        !          11331: 
        !          11332:        * src/main/pa_common.C: } typo bug fix
        !          11333: 
        !          11334: 2003-03-20  paf
        !          11335: 
        !          11336:        * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
        !          11337:          main/untaint.C: cord bug fix, but still errors todo: clear out
        !          11338: 
        !          11339:        * src/include/pa_string.h: more tests
        !          11340: 
        !          11341:        * src/main/pa_string.C: string.pos fixed
        !          11342: 
        !          11343:        * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
        !          11344:          ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
        !          11345:          pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
        !          11346:          pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
        !          11347:          replaces
        !          11348: 
        !          11349:        * src/: classes/image.C, include/pa_dictionary.h,
        !          11350:          include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
        !          11351:          lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
        !          11352:          main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
        !          11353:          main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
        !          11354: 
        !          11355:        * src/include/pa_string.h: warning
        !          11356: 
        !          11357:        * src/include/pa_string.h: this_starts fixed
        !          11358: 
        !          11359:        * src/: include/pa_string.h, main/pa_string.C: added: assertion on
        !          11360:          new String ctor & append params convention
        !          11361: 
        !          11362:        * src/: classes/file.C, classes/hash.C, classes/image.C,
        !          11363:          classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
        !          11364:          classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
        !          11365:          include/pa_string.h, main/compile.tab.C, main/pa_common.C,
        !          11366:          main/pa_exception.C, main/pa_exec.C,
        !          11367:          main/pa_sql_driver_manager.C, main/pa_string.C,
        !          11368:          main/pa_stylesheet_manager.C, main/untaint.C,
        !          11369:          targets/isapi/parser3isapi.C, types/pa_vimage.C,
        !          11370:          types/pa_vmail.C: more tests OK
        !          11371: 
        !          11372:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
        !          11373:          include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
        !          11374:          gc/exit runned OK
        !          11375: 
        !          11376:        * src/types/pa_vmail.C: another naming problem: should not name
        !          11377:          vars like that: unpredictable close caused problems with later
        !          11378:          sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
        !          11379:          descriptors missing on startup: stdin; Bad file number
        !          11380: 
        !          11381:          todo: find out why so many filters(stream) here. probably wrong?
        !          11382: 
        !          11383:        * src/: include/pa_dictionary.h, include/pa_string.h,
        !          11384:          main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
        !          11385:          main/untaint.C: test compiled
        !          11386: 
        !          11387:        * src/: classes/image.C, classes/mail.C, classes/math.C,
        !          11388:          classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
        !          11389:          include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
        !          11390:          lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
        !          11391:          lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
        !          11392:          lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
        !          11393:          main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
        !          11394:          main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
        !          11395:          main/pa_string.C, main/untaint.C, types/pa_vfile.h,
        !          11396:          types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
        !          11397: 
        !          11398:        * parser3.dsw, src/classes/file.C, src/classes/image.C,
        !          11399:          src/classes/op.C, src/classes/string.C, src/classes/table.C,
        !          11400:          src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
        !          11401:          src/include/pa_memory.h, src/include/pa_request.h,
        !          11402:          src/include/pa_request_charsets.h,
        !          11403:          src/include/pa_sql_connection.h, src/include/pa_string.h,
        !          11404:          src/main/compile.tab.C, src/main/execute.C,
        !          11405:          src/main/pa_charset.C, src/main/pa_common.C,
        !          11406:          src/main/pa_exception.C, src/main/pa_exec.C,
        !          11407:          src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
        !          11408:          src/main/pa_stylesheet_manager.C, src/main/untaint.C,
        !          11409:          src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
        !          11410:          src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
        !          11411:          src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
        !          11412:          src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
        !          11413:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
        !          11414:          src/types/pa_vobject.C, src/types/pa_vresponse.C,
        !          11415:          src/types/pa_vstatus.C, src/types/pa_vstring.C,
        !          11416:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
        !          11417:          src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
        !          11418:          pa_common.C [done, without http for now]
        !          11419: 
        !          11420: 2003-03-19  paf
        !          11421: 
        !          11422:        * src/: classes/date.C, classes/form.C, classes/hash.C,
        !          11423:          classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
        !          11424:          classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
        !          11425:          include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
        !          11426:          include/pa_string.h, include/pa_table.h, main/compile.C,
        !          11427:          main/compile_tools.C, main/execute.C, main/pa_charset.C,
        !          11428:          main/pa_common.C, main/pa_exception.C, main/pa_request.C,
        !          11429:          main/pa_socks.C, main/pa_string.C, main/pa_table.C,
        !          11430:          main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
        !          11431:          types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
        !          11432:          types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
        !          11433:          types/pa_vstateless_class.h, types/pa_vtable.C,
        !          11434:          types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
        !          11435:          types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
        !          11436:          types/pa_wwrapper.h: started test
        !          11437: 
        !          11438:        * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
        !          11439:          pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
        !          11440: 
        !          11441:        * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
        !          11442:          include/pa_string.h, main/pa_string.C: string compiled todo: test
        !          11443:          it
        !          11444: 
        !          11445:        * src/: classes/classes.dsp, classes/string.C, classes/table.C,
        !          11446:          include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
        !          11447:          include/pa_exception.h, include/pa_string.h, include/pa_table.h,
        !          11448:          lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
        !          11449:          main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
        !          11450:          types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
        !          11451:          types/pa_vmethod_frame.h, types/types.dsp: string
        !          11452:          reimplementation with cord+array<fragment>: 70%
        !          11453: 
        !          11454: 2003-03-18  paf
        !          11455: 
        !          11456:        * src/: classes/date.C, classes/file.C, classes/form.C,
        !          11457:          classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
        !          11458:          classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
        !          11459:          classes/xnode.C, include/pa_hash.h, include/pa_string.h,
        !          11460:          main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
        !          11461:          can ignore lang in cmp and pos really,             but would
        !          11462:          split properly!
        !          11463: 
        !          11464:        * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
        !          11465:          cord part made parser/src/lib: it's not compiled into libgc by
        !          11466:          default
        !          11467: 
        !          11468:        * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
        !          11469:          src/classes/date.C, src/classes/double.C, src/classes/file.C,
        !          11470:          src/classes/form.C, src/classes/hash.C, src/classes/image.C,
        !          11471:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
        !          11472:          src/classes/op.C, src/classes/response.C, src/classes/string.C,
        !          11473:          src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
        !          11474:          src/classes/xnode.C, src/classes/xnode.h,
        !          11475:          src/include/Makefile.am, src/include/pa_cache_managers.h,
        !          11476:          src/include/pa_charset.h, src/include/pa_charsets.h,
        !          11477:          src/include/pa_common.h, src/include/pa_dictionary.h,
        !          11478:          src/include/pa_exception.h, src/include/pa_exec.h,
        !          11479:          src/include/pa_globals.h, src/include/pa_hash.h,
        !          11480:          src/include/pa_memory.h, src/include/pa_pool.h,
        !          11481:          src/include/pa_request.h, src/include/pa_request_charsets.h,
        !          11482:          src/include/pa_sapi.h, src/include/pa_sql_connection.h,
        !          11483:          src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
        !          11484:          src/include/pa_stylesheet_connection.h,
        !          11485:          src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
        !          11486:          src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
        !          11487:          src/main/compile.C, src/main/compile.tab.C,
        !          11488:          src/main/compile_tools.C, src/main/compile_tools.h,
        !          11489:          src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
        !          11490:          src/main/pa_charsets.C, src/main/pa_common.C,
        !          11491:          src/main/pa_dictionary.C, src/main/pa_exception.C,
        !          11492:          src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
        !          11493:          src/main/pa_pool.C, src/main/pa_request.C,
        !          11494:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
        !          11495:          src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
        !          11496:          src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
        !          11497:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
        !          11498:          src/types/pa_junction.h, src/types/pa_method.h,
        !          11499:          src/types/pa_value.C, src/types/pa_value.h,
        !          11500:          src/types/pa_vclass.C, src/types/pa_vclass.h,
        !          11501:          src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
        !          11502:          src/types/pa_vcookie.h, src/types/pa_vdate.h,
        !          11503:          src/types/pa_vdouble.h, src/types/pa_venv.h,
        !          11504:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
        !          11505:          src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
        !          11506:          src/types/pa_vimage.C, src/types/pa_vimage.h,
        !          11507:          src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
        !          11508:          src/types/pa_vmath.C, src/types/pa_vmath.h,
        !          11509:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
        !          11510:          src/types/pa_vobject.C, src/types/pa_vobject.h,
        !          11511:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
        !          11512:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
        !          11513:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
        !          11514:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
        !          11515:          src/types/pa_vstatus.h, src/types/pa_vstring.C,
        !          11516:          src/types/pa_vstring.h, src/types/pa_vtable.C,
        !          11517:          src/types/pa_vtable.h, src/types/pa_vvoid.h,
        !          11518:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
        !          11519:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
        !          11520:          src/types/pa_wcontext.C, src/types/pa_wcontext.h,
        !          11521:          src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
        !          11522:          gc: PA_Object done lots of replacements also
        !          11523: 
        !          11524:        * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
        !          11525:          gc logging
        !          11526: 
        !          11527: 2003-03-17  paf
        !          11528: 
        !          11529:        * src/: classes/date.C, classes/file.C, classes/form.C,
        !          11530:          classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
        !          11531:          classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
        !          11532:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
        !          11533:          include/pa_string.h, include/pa_types.h, main/compile.C,
        !          11534:          main/compile.tab.C, main/execute.C, main/pa_charset.C,
        !          11535:          main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
        !          11536:          main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
        !          11537:          main/pa_sql_driver_manager.C, main/pa_string.C,
        !          11538:          main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
        !          11539:          targets/cgi/pa_pool.C, targets/cgi/parser3.C,
        !          11540:          targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
        !          11541:          types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
        !          11542:          types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
        !          11543:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
        !          11544:          types/pa_vxnode.h: libgc attempt
        !          11545: 
        !          11546: 2003-03-13  paf
        !          11547: 
        !          11548:        * src/: include/pa_sql_driver_manager.h,
        !          11549:          main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
        !          11550:          called
        !          11551: 
        !          11552:        * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
        !          11553:          lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
        !          11554:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
        !          11555:          types/pa_value.h, types/pa_vobject.h,
        !          11556:          types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
        !          11557:          set_base, set_derived simplified [counter leaks fixed]
        !          11558: 
        !          11559:        * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
        !          11560:          src/types/types.dsp: incorporated status class patch From:
        !          11561:          "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
        !          11562:          2003 8:14 AM
        !          11563: 
        !          11564:          now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
        !          11565:          Win32 specific: QuotaPeakNonPagedPoolUsage
        !          11566:          QuotaPeakPagedPoolUsage PeakPagefileUsage]
        !          11567: 
        !          11568: 2003-03-12  paf
        !          11569: 
        !          11570:        * configure, configure.in, src/lib/ltdl/configure,
        !          11571:          src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
        !          11572:          lib/ltdl/Makefile now created by /configure.in only [were by
        !          11573:          lib/ltdl/configure.in OVERWRITE]
        !          11574: 
        !          11575:        * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
        !          11576:          linkage fixed for g++ 3.2.2
        !          11577: 
        !          11578:        * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
        !          11579:          on using privately declared class [fixed]
        !          11580: 
        !          11581:        * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
        !          11582:          3.2 rightliy complained on using privately declared class [fixed]
        !          11583: 
        !          11584:        * src/targets/cgi/parser3.C: 1. more detailed log on signals.  2.
        !          11585:          sigpipe before request constructor now causes death
        !          11586: 
        !          11587:        * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
        !          11588:          targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
        !          11589:          not cause exception in exception handler
        !          11590: 
        !          11591:        * configure, configure.in, src/targets/cgi/Makefile.am: configure
        !          11592:          now default links libstdc++ statically.  that can be overriden by
        !          11593:          --with-dynamic-stdcpp
        !          11594: 
        !          11595: 2003-03-11  paf
        !          11596: 
        !          11597:        * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
        !          11598:          types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
        !          11599:          necessity of libstdc++
        !          11600: 
        !          11601:        * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
        !          11602: 
        !          11603:        * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
        !          11604: 
        !          11605: 2003-03-08  paf
        !          11606: 
        !          11607:        * tests/Makefile: make install & co
        !          11608: 
        !          11609:        * src/: include/pa_request.h, classes/op.C: removing
        !          11610:          vclass,object.h -> pa_request.h dependency
        !          11611: 
        !          11612:        * src/: classes/mail.C, classes/response.C, include/pa_request.h,
        !          11613:          main/pa_request.C: removing vform,response,cookie.h ->
        !          11614:          pa_request.h dependency
        !          11615: 
        !          11616:        * src/include/pa_request.h: removing vmail.h -> pa_request.h
        !          11617:          dependency [testing...]
        !          11618: 
        !          11619:        * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
        !          11620:          return 0; fixed
        !          11621: 
        !          11622:        * src/: include/pa_config_fixed.h, types/pa_vmail.C,
        !          11623:          types/pa_vmail.h: vmail.C received just compiled [not tested]
        !          11624: 
        !          11625:        * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
        !          11626: 
        !          11627:        * src/main/pa_request.C: forgotten: ifdef XML
        !          11628: 
        !          11629:        * src/main/pa_request.C: forgotten: ifdef XML
        !          11630: 
        !          11631:        * src/targets/cgi/parser3.C: todo: move to latest xml version on
        !          11632:          win32 and run memleak tests again
        !          11633: 
        !          11634:        * src/targets/cgi/parser3.C: charsets: see some strange things with
        !          11635:          old xml lib-- it's internal memory handling has faults
        !          11636: 
        !          11637:        * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
        !          11638:          problems when transcode from charset A to A.
        !          11639: 
        !          11640:        * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
        !          11641:          todo: still problems when transcode from charset A to A.
        !          11642: 
        !          11643:        * src/: classes/hash.C, classes/mail.C, classes/string.C,
        !          11644:          classes/table.C, include/pa_array.h,
        !          11645:          main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
        !          11646:          started full-scale-site-test [~ http://parser.ru sources]
        !          11647: 
        !          11648:          some fixes
        !          11649: 
        !          11650:        * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
        !          11651:          111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
        !          11652:          117.html, 118.html, 119.html, 120.html, results/109.processed,
        !          11653:          results/110.processed, results/111.processed,
        !          11654:          results/112.processed, results/113.processed,
        !          11655:          results/114.processed, results/115.processed,
        !          11656:          results/116.processed, results/117.processed,
        !          11657:          results/118.processed, results/119.processed,
        !          11658:          results/120.processed: xml: tests 109 dom create/show 110 xpath
        !          11659:          selectSingle 111 xdoc.create from tainted & 112
        !          11660:          xdoc.create/output with russian attr value 113 xpath
        !          11661:          selectString/Number 114 dom attributes.count 115 xpath selectBool
        !          11662:          116 output media-type change 117 transform by dom stylesheet 118
        !          11663:          empty transform result 119 dom setAttribute 120 nbsp letter
        !          11664:          output
        !          11665: 
        !          11666:          =END OF PREPARED XML TESTS=
        !          11667: 
        !          11668: 2003-03-07  paf
        !          11669: 
        !          11670:        * src/classes/xdoc.C, src/include/pa_charset.h,
        !          11671:          src/include/pa_stylesheet_connection.h, tests/108.html,
        !          11672:          tests/108.xsl, tests/results/108.processed: xml: test 108
        !          11673:          transform with params [bugs fixed]
        !          11674: 
        !          11675:        * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
        !          11676:          from copy/paste bug
        !          11677: 
        !          11678:        * src/classes/xdoc.C, src/include/pa_charset.h,
        !          11679:          src/include/pa_request.h, src/main/execute.C,
        !          11680:          src/main/pa_charset.C, src/main/pa_exception.C,
        !          11681:          src/main/pa_globals.C, src/main/pa_request.C,
        !          11682:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
        !          11683:          src/types/pa_vxnode.C, tests/107.html,
        !          11684:          tests/results/107.processed: xml: test: 107 bug fixes
        !          11685: 
        !          11686:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
        !          11687:          types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
        !          11688:          types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
        !          11689: 
        !          11690:        * tests/: 106.html, results/106.processed: test: 106 xdoc create,
        !          11691:          string
        !          11692: 
        !          11693:        * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
        !          11694:          mem alloc functions used for different cases [libxml, libxsl]
        !          11695: 
        !          11696:        * src/classes/classes.C: fixed: prevent system classes from
        !          11697:          modification to lock ALL the classes, not only directly used
        !          11698: 
        !          11699:        * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
        !          11700:          linked
        !          11701: 
        !          11702:        * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
        !          11703: 
        !          11704: 2003-03-06  paf
        !          11705: 
        !          11706:        * src/classes/xdoc.C: xdoc.C 50%
        !          11707: 
        !          11708:        * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
        !          11709:          include/pa_memory.h, include/pa_request.h, include/pa_string.h,
        !          11710:          main/pa_globals.C, main/pa_request.C,
        !          11711:          main/pa_stylesheet_manager.C: xnode.C compiled
        !          11712: 
        !          11713:        * src/: include/pa_stylesheet_connection.h,
        !          11714:          include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
        !          11715:          main/pa_stylesheet_manager.C: xml: stylesheet&manager done
        !          11716: 
        !          11717:        * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
        !          11718:          include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
        !          11719:          xml: stylesheet&manager STARTED
        !          11720: 
        !          11721:        * src/: include/pa_globals.h, main/pa_charset.C,
        !          11722:          main/pa_exception.C, main/pa_globals.C: xml: exceptions
        !          11723: 
        !          11724:        * src/: include/pa_charset.h, include/pa_config_fixed.h,
        !          11725:          include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
        !          11726:          main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
        !          11727:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
        !          11728:          charsets
        !          11729: 
        !          11730:        * tests/023.html: in some cases it rounded up badly. postponing
        !          11731:          solution of that problem, making more simple test
        !          11732: 
        !          11733:        * tests/: 058_paf2000.png, results/058.processed: .png added with
        !          11734:          -kb now
        !          11735: 
        !          11736:        * src/: include/pa_charset.h, include/pa_charsets.h,
        !          11737:          main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
        !          11738:          moved to charsets.C
        !          11739: 
        !          11740: 2003-03-05  paf
        !          11741: 
        !          11742:        * src/classes/string.C, src/include/pa_string.h,
        !          11743:          src/main/pa_string.C, tests/105.html,
        !          11744:          tests/results/105.processed: String::match bug fixed
        !          11745: 
        !          11746:        * src/classes/op.C, src/main/main.dsp, tests/104.html,
        !          11747:          tests/results/104.processed: ^bpt operator added [does int3 in
        !          11748:          debug build on win32]
        !          11749: 
        !          11750:        * tests/: 057.html, results/057.processed: test bug fixed
        !          11751: 
        !          11752:        * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
        !          11753: 
        !          11754:        * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
        !          11755:          missing
        !          11756: 
        !          11757:        * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
        !          11758:          forgotten files added to Makes
        !          11759: 
        !          11760:        * ltmain.sh: ltmain.sh added
        !          11761: 
        !          11762:        * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
        !          11763:          change undone ;(
        !          11764: 
        !          11765:        * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
        !          11766:          made static
        !          11767: 
        !          11768:        * src/: classes/math.C, classes/op.C, classes/string.C,
        !          11769:          main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
        !          11770:          todo:make linker happy
        !          11771: 
        !          11772:        * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
        !          11773:          env param made optional
        !          11774: 
        !          11775: 2003-03-04  paf
        !          11776: 
        !          11777:        * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
        !          11778:          types/pa_vimage.h: number of gcc compiler bugs fixed
        !          11779: 
        !          11780:        * tests/: 103.html, 103mark.gif, 103paf2001.gif,
        !          11781:          results/103.processed: tests: 103 image.copy transparence test
        !          11782: 
        !          11783:        * src/main/execute.C, tests/101.html, tests/102.html,
        !          11784:          tests/results/101.processed, tests/results/102.processed: tests:
        !          11785:          101 method/variable name conflict test 102 form fields change
        !          11786:          should not not change anything [bug fix]
        !          11787: 
        !          11788:        * tests/: 057.html, 099.html, 100.html, results/057.processed,
        !          11789:          results/099.processed, results/100.processed: tests: 57 date
        !          11790:          create 2002: added 99,100 response:body/download
        !          11791: 
        !          11792:        * src/classes/image.C, tests/098.html, tests/098font.gif,
        !          11793:          tests/results/098.processed: test: 98 image font text [bug fixed]
        !          11794: 
        !          11795:        * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
        !          11796:          tests/results/097.processed: test: 97 file::load http://  [bugs
        !          11797:          fixed]
        !          11798: 
        !          11799:        * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
        !          11800:          src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
        !          11801:          tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
        !          11802:          image EXIF  [bug fixed]
        !          11803: 
        !          11804:        * src/classes/table.C, src/main/execute.C, tests/061.dat,
        !          11805:          tests/061.html, tests/062.html, tests/063.html, tests/064.html,
        !          11806:          tests/065.html, tests/066.html, tests/067.html, tests/068.html,
        !          11807:          tests/069.html, tests/070.html, tests/071.html, tests/072.html,
        !          11808:          tests/073.html, tests/074.html, tests/075.html, tests/076.html,
        !          11809:          tests/077.html, tests/078.html, tests/080.html, tests/081.html,
        !          11810:          tests/082.html, tests/083.html, tests/084.html, tests/085.html,
        !          11811:          tests/086.html, tests/087.html, tests/088.html, tests/089.html,
        !          11812:          tests/090.html, tests/091.html, tests/092.html, tests/093.html,
        !          11813:          tests/094.html, tests/095.html, tests/results/061.processed,
        !          11814:          tests/results/062.processed, tests/results/063.processed,
        !          11815:          tests/results/064.processed, tests/results/065.processed,
        !          11816:          tests/results/066.processed, tests/results/067.processed,
        !          11817:          tests/results/068.processed, tests/results/069.processed,
        !          11818:          tests/results/070.processed, tests/results/071.processed,
        !          11819:          tests/results/072.processed, tests/results/073.processed,
        !          11820:          tests/results/074.processed, tests/results/075.processed,
        !          11821:          tests/results/076.processed, tests/results/077.processed,
        !          11822:          tests/results/078.processed, tests/results/080.processed,
        !          11823:          tests/results/081.processed, tests/results/082.processed,
        !          11824:          tests/results/083.processed, tests/results/084.processed,
        !          11825:          tests/results/085.processed, tests/results/086.processed,
        !          11826:          tests/results/087.processed, tests/results/088.processed,
        !          11827:          tests/results/089.processed, tests/results/090.processed,
        !          11828:          tests/results/091.processed, tests/results/092.processed,
        !          11829:          tests/results/093.processed, tests/results/094.processed,
        !          11830:          tests/results/095.processed, tests/079.html,
        !          11831:          tests/results/079.processed: tests: 61 file::stat size 62
        !          11832:          string->int autoconvert 63 double .int,dec,div,mul 64 date
        !          11833:          compare 65 file: basename,justname,justext 66 math:crypt 67
        !          11834:          string.match simple on long 68 string.match normalized simple on
        !          11835:          long 69 string.int 70 file::stat content-type 71 table.join 72
        !          11836:          hash parameter conditional pass 73 date daylightsaving,yearday 74
        !          11837:          date arithmetics 75 response date values/attributes 76 string.pos
        !          11838:          of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
        !          11839:          with local 80 scientific numeric literal in string autoconvert 81
        !          11840:          xor: logical and numerical 82 for delims 83 menu delims 84
        !          11841:          table.hash distinct 85 long string  replace 86 throw+catch
        !          11842:          current language preserve 87 bit shifts 88 junction tests +
        !          11843:          $caller test 89 hash.foreach selfmodification 90 int/void to int
        !          11844:          91 $caller test 92 junction is + def junction tests 93 $caller
        !          11845:          test 94 syntax test 95 table.hash(keygenerator)  [bug fixed]
        !          11846: 
        !          11847:        * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
        !          11848:          fixed] 60 string eq string [bug fixed]
        !          11849: 
        !          11850:        * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
        !          11851:          058.html, 058_paf2000.png, 059.html, 060.html,
        !          11852:          results/053.processed, results/054.processed,
        !          11853:          results/055.processed, results/056.processed,
        !          11854:          results/057.processed, results/058.processed,
        !          11855:          results/059.processed, results/060.processed: test: 53
        !          11856:          string.replace 54 junctions 55 table.hash 56 call indirect 57
        !          11857:          date.create[string] 58 image.measure[png]
        !          11858: 
        !          11859:        * tests/: 052.html, outputs/049.processed, outputs/050.processed,
        !          11860:          outputs/051.processed, results/052.processed: test: 52
        !          11861:          pre/match/post test: passed AS-IT-WERE, but wrong :) separate
        !          11862:          task: fix that
        !          11863: 
        !          11864: 2003-03-03  paf
        !          11865: 
        !          11866:        * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
        !          11867:          048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
        !          11868:          parser-cygwin.sh, parser-unix.sh, run_parser.sh,
        !          11869:          outputs/049.processed, outputs/050.processed,
        !          11870:          outputs/051.processed, results/001.processed,
        !          11871:          results/002.processed, results/003.processed,
        !          11872:          results/005.processed, results/006.processed,
        !          11873:          results/008.processed, results/009.processed,
        !          11874:          results/011.processed, results/012.processed,
        !          11875:          results/013.processed, results/014.processed,
        !          11876:          results/015.processed, results/016.processed,
        !          11877:          results/017.processed, results/020.processed,
        !          11878:          results/021.processed, results/022.processed,
        !          11879:          results/024.processed, results/025.processed,
        !          11880:          results/026.processed, results/027.processed,
        !          11881:          results/028.processed, results/029.processed,
        !          11882:          results/030.processed, results/031.processed,
        !          11883:          results/049.processed, results/050.processed,
        !          11884:          results/051.processed, results/043.processed,
        !          11885:          results/044.processed, results/045.processed,
        !          11886:          results/046.processed, results/047.processed,
        !          11887:          results/048.processed: tests: 43,44,45 date rolls 46
        !          11888:          autoevaluating junction 47 table.select 48 name with subvar 49
        !          11889:          hash-creating switch 50 process 51 started parent/child, works as
        !          11890:          it were but it were NOT GOOD, created separate task  to fix that
        !          11891: 
        !          11892:        * tests/: 042.html, results/042.processed: test: 42
        !          11893:          exception.handled
        !          11894: 
        !          11895:        * tests/: 041.html, results/041.processed: test: 41 table.locate by
        !          11896:          expression
        !          11897: 
        !          11898:        * tests/: 040.html, results/040.processed: test: 39 method result
        !          11899:          of type table 40 method param junction auto evaluate
        !          11900: 
        !          11901:        * tests/: 039.html, results/039.processed: test: 37 method result
        !          11902:          of type table
        !          11903: 
        !          11904:        * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
        !          11905:          tests/034.html, tests/035.html, tests/036.html, tests/037.html,
        !          11906:          tests/038.html, tests/results/033.processed,
        !          11907:          tests/results/034.processed, tests/results/035.processed,
        !          11908:          tests/results/036.processed, tests/results/037.processed,
        !          11909:          tests/results/038.processed: tests: 33 string.replace 34
        !          11910:          string.upper 35 table created 36 local/global vars with juntions
        !          11911:          37 table clone 38 math PI & number formatting
        !          11912: 
        !          11913:          math class registring typo fixed
        !          11914: 
        !          11915:        * src/classes/op.C, src/include/pa_request.h,
        !          11916:          src/include/pa_string.h, src/main/execute.C,
        !          11917:          src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
        !          11918:          src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
        !          11919:          tests/032.html, tests/results/032.processed: uchar changed to
        !          11920:          String_UL in all places [was not everywhere] untaint test: 032
        !          11921: 
        !          11922:        * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
        !          11923:          tests/results/004.processed, tests/parser-cygwin.sh,
        !          11924:          tests/parser-unix.sh: removed -H command line key, now testing
        !          11925:          using .sh file with SERVER_SOFTWARE=xxx
        !          11926: 
        !          11927: 2003-02-26  paf
        !          11928: 
        !          11929:        * src/main/execute.C, src/types/pa_vstateless_class.h,
        !          11930:          tests/024.html, tests/025.html, tests/026.html, tests/027.html,
        !          11931:          tests/028.html, tests/029.html, tests/030.html, tests/031.html,
        !          11932:          tests/results/024.processed, tests/results/025.processed,
        !          11933:          tests/results/026.processed, tests/results/027.processed,
        !          11934:          tests/results/028.processed, tests/results/029.processed,
        !          11935:          tests/results/030.processed, tests/results/031.processed: fixed
        !          11936:          bug with name_cstr mutable CharPtr more tests
        !          11937: 
        !          11938:        * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
        !          11939:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
        !          11940:          << abort.  die now just exits
        !          11941: 
        !          11942:        * src/classes/classes.awk, src/classes/classes.h,
        !          11943:          src/classes/date.C, src/classes/double.C, src/classes/file.C,
        !          11944:          src/classes/form.C, src/classes/hash.C, src/classes/image.C,
        !          11945:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
        !          11946:          src/classes/op.C, src/classes/response.C, src/classes/string.C,
        !          11947:          src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
        !          11948:          src/classes/xnode.C, src/include/pa_memory.h,
        !          11949:          src/include/pa_sapi.h, src/targets/cgi/parser3.C,
        !          11950:          src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
        !          11951:          src/types/pa_vform.C, tests/015.html, tests/016.html,
        !          11952:          tests/017.html, tests/018.html, tests/019.html,
        !          11953:          tests/019paf2001.gif, tests/020.html, tests/021.html,
        !          11954:          tests/022.html, tests/023.html, tests/022_dir/a.html,
        !          11955:          tests/022_dir/b.txt, tests/022_dir/c.htm,
        !          11956:          tests/results/015.processed, tests/results/016.processed,
        !          11957:          tests/results/017.processed, tests/results/018.processed,
        !          11958:          tests/results/019.processed, tests/results/020.processed,
        !          11959:          tests/results/021.processed, tests/results/022.processed,
        !          11960:          tests/results/023.processed: methoded_array now contains all Mxxx
        !          11961:          classes SAPI::get_env now returns info on pool more tests
        !          11962: 
        !          11963:        * src/include/pa_array.h, src/include/pa_hash.h,
        !          11964:          src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
        !          11965:          tests/002.html, tests/003.html, tests/004.html, tests/005.html,
        !          11966:          tests/006.html, tests/007.html, tests/008.html, tests/009.html,
        !          11967:          tests/010.html, tests/011.html, tests/012.html, tests/013.html,
        !          11968:          tests/014.html, tests/Makefile, tests/outputs/create-dir,
        !          11969:          tests/results/001.processed, tests/results/002.processed,
        !          11970:          tests/results/003.processed, tests/results/004.processed,
        !          11971:          tests/results/005.processed, tests/results/006.processed,
        !          11972:          tests/results/007.processed, tests/results/008.processed,
        !          11973:          tests/results/009.processed, tests/results/010.processed,
        !          11974:          tests/results/011.processed, tests/results/012.processed,
        !          11975:          tests/results/013.processed, tests/results/014.processed: hash
        !          11976:          cloning fixed
        !          11977: 
        !          11978: 2003-02-25  paf
        !          11979: 
        !          11980:        * src/main/pa_common.C: typo fixed
        !          11981: 
        !          11982: 2003-02-24  paf
        !          11983: 
        !          11984:        * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
        !          11985:          [one remained]
        !          11986: 
        !          11987:        * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
        !          11988:          [should have been get_string(&pool)] todo: check other such calls
        !          11989: 
        !          11990:        * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
        !          11991:          test10, bad lookups
        !          11992: 
        !          11993:          xxx* xxx=smartptr.get(); << is bad style, after ";" original
        !          11994:          object got destructed, and xxx points to sky
        !          11995: 
        !          11996:        * ChangeLog, src/classes/string.C: match bug fixed
        !          11997: 
        !          11998:        * src/types/pa_vmail.C: body [text/html] transcoded to
        !          11999:          $.charset[specified] now
        !          12000: 
        !          12001:        * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
        !          12002:          which failed to handle sigsetjmp+throw: crashed inside of
        !          12003:          pre-throw code.  rewritten simplier [though duplicating
        !          12004:          closesocket code]
        !          12005: 
        !          12006:        * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
        !          12007:          which failed to handle sigsetjmp+throw: crashed inside of
        !          12008:          pre-throw code.  rewritten simplier [though duplicating
        !          12009:          closesocket code]
        !          12010: 
        !          12011: 2003-02-21  paf
        !          12012: 
        !          12013:        * operators.txt, src/targets/cgi/parser3.C, src/types/pa_vcookie.C:
        !          12014:          $cookie:name[$.expires[date << can be now]]
        !          12015: 
        !          12016:          written makefile with regression tests [raw]
        !          12017: 
        !          12018:        * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
        !          12019:          tests' only [it's not forcing CGI mode now] now use -H to output
        !          12020:          CGI header when parser used in command line [useful for tests
        !          12021:          also]
        !          12022: 
        !          12023:        * src/targets/cgi/parser3.C: MAKE_TEST environment variable
        !          12024:          switches on CGI mode, and is used in regression tests
        !          12025: 
        !          12026:        * src/: include/pa_request.h, main/pa_request.C,
        !          12027:          targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
        !          12028:          fixed
        !          12029: 
        !          12030:        * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
        !          12031:          handling pa_*
        !          12032: 
        !          12033:        * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
        !          12034:          include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
        !          12035:          main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
        !          12036:          memory handling files
        !          12037: 
        !          12038:        * src/main/pa_array.C: pool::format_integer terminator fixed
        !          12039: 
        !          12040:        * src/: main/execute.C, targets/cgi/parser3.C: release mode now
        !          12041:          compiles OK test to show benefits of free
        !          12042: 
        !          12043:        * src/: classes/file.C, classes/image.C, classes/mail.C,
        !          12044:          classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
        !          12045:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
        !          12046:          types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
        !          12047:          use pool [as the one in ^process]
        !          12048: 
        !          12049:        * src/classes/op.C: fixed process.  sould now check for all cstr's
        !          12050:          -- some must use pool [as the one in ^process]
        !          12051: 
        !          12052: 2003-02-20  paf
        !          12053: 
        !          12054:        * src/: classes/date.C, classes/double.C, classes/file.C,
        !          12055:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
        !          12056:          classes/math.C, classes/op.C, classes/response.C,
        !          12057:          classes/string.C, classes/table.C, classes/void.C,
        !          12058:          classes/xdoc.C, classes/xnode.C, main/pa_string.C,
        !          12059:          types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
        !          12060:          string cmp fixed
        !          12061: 
        !          12062:        * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
        !          12063:          values passed OK now
        !          12064: 
        !          12065: 2003-02-19  paf
        !          12066: 
        !          12067:        * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
        !          12068:          main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
        !          12069:          main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
        !          12070:          targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
        !          12071:          types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
        !          12072:          all remaning leaks resulted from pooled::malloc calls [excluding
        !          12073:          in gd -- planning complete rewrite extremely ugly code]
        !          12074: 
        !          12075:        * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
        !          12076:          files
        !          12077: 
        !          12078: 2003-02-17  paf
        !          12079: 
        !          12080:        * src/: classes/date.C, classes/double.C, classes/file.C,
        !          12081:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
        !          12082:          classes/response.C, classes/string.C, classes/table.C,
        !          12083:          classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
        !          12084:          include/pa_stylesheet_connection.h,
        !          12085:          include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
        !          12086:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
        !          12087:          types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
        !          12088:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
        !          12089:          types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
        !          12090:          types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
        !          12091:          of unitialized simple-typed field
        !          12092: 
        !          12093:        * src/: classes/classes.C, classes/classes.h, main/execute.C,
        !          12094:          main/pa_charset.C, main/pa_request.C: another bug of unitialized
        !          12095:          simple-typed field fixed.  todo: find&kill all like that one
        !          12096: 
        !          12097:        * src/: main/execute.C, targets/cgi/pa_pool.C,
        !          12098:          targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
        !          12099:          debug output fixed
        !          12100: 
        !          12101:        * src/: include/pa_stack.h, main/compile.C, main/execute.C,
        !          12102:          main/pa_request.C: stack-stored items need extra .ref to prevent
        !          12103:          object_ptr from delete[them]
        !          12104: 
        !          12105:        * src/: classes/date.C, classes/op.C, classes/table.C,
        !          12106:          classes/xdoc.C, classes/xnode.C, include/pa_array.h,
        !          12107:          include/pa_charset.h, main/Makefile.am, main/main.dsp,
        !          12108:          main/pa_charset.C, main/pa_common.C,
        !          12109:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
        !          12110:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
        !          12111:          types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
        !          12112:          calls
        !          12113: 
        !          12114:        * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
        !          12115:          couple mem leaks rusulted from old pooled::malloc usage.
        !          12116:          todo:find more like those
        !          12117: 
        !          12118:        * src/main/: compile.C, compile_tools.C: 2*2!
        !          12119: 
        !          12120:        * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
        !          12121:          stackItem fixed [there were no string on stack before]
        !          12122: 
        !          12123:        * src/: main/execute.C, main/pa_request.C,
        !          12124:          types/pa_vmethod_frame.C: first letters out OK
        !          12125: 
        !          12126:        * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
        !          12127:          include/pa_pool.h, include/pa_request.h, main/pa_request.C,
        !          12128:          main/pa_string.C, main/untaint.C, types/pa_value.h,
        !          12129:          types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
        !          12130:          types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
        !          12131:          type not initialized with zeros :( while class fields of class
        !          12132:          types initialized with default constructors.  learn C++
        !          12133: 
        !          12134:        * src/: classes/classes.awk, classes/double.C, classes/file.C,
        !          12135:          classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
        !          12136:          classes/math.C, classes/xdoc.C, classes/xnode.C,
        !          12137:          include/pa_array.h, include/pa_string.h, main/pa_exec.C,
        !          12138:          types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
        !          12139: 
        !          12140: 2003-02-14  paf
        !          12141: 
        !          12142:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
        !          12143:          13 link errors
        !          12144: 
        !          12145:        * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
        !          12146:          main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
        !          12147:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
        !          12148:          types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
        !          12149:          errors :)
        !          12150: 
        !          12151:        * src/: classes/classes.C, classes/classes.awk, classes/file.C,
        !          12152:          classes/hash.C, classes/mail.C, classes/op.C,
        !          12153:          include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
        !          12154:          main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
        !          12155:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
        !          12156:          classes.lib - 0 error(s), 0 warning(s) parser.C compiled
        !          12157: 
        !          12158:        * src/: classes/classes.dsp, classes/op.C, classes/string.C,
        !          12159:          classes/table.C, include/pa_common.h, include/pa_globals.h,
        !          12160:          include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
        !          12161:          main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
        !          12162:          types/pa_vint.h, types/types.dsp: op compiled
        !          12163: 
        !          12164:        * src/: classes/classes.dsp, classes/response.C, classes/string.C,
        !          12165:          include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
        !          12166:          main/untaint.C, types/pa_vtable.h: string, response compiled
        !          12167: 
        !          12168: 2003-02-07  paf
        !          12169: 
        !          12170:        * src/: classes/table.C, types/pa_vtable.h: table compiled
        !          12171: 
        !          12172: 2003-02-06  paf
        !          12173: 
        !          12174:        * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
        !          12175:          mail compiled
        !          12176: 
        !          12177:        * src/: classes/image.C, classes/string.C, classes/xdoc.C,
        !          12178:          include/pa_common.h, include/pa_hash.h, main/pa_common.C,
        !          12179:          types/pa_vfile.h, types/pa_vimage.h: image compiled
        !          12180: 
        !          12181:        * src/classes/: file.C, form.C: form compiled
        !          12182: 
        !          12183:        * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
        !          12184:          include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
        !          12185:          types/pa_vfile.C, types/pa_vfile.h: file compiled
        !          12186: 
        !          12187:        * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
        !          12188:          types/pa_vmath.h: math compiled [win32]
        !          12189: 
        !          12190:        * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
        !          12191:          types/pa_vstring.h: hash compiled
        !          12192: 
        !          12193: 2003-02-04  paf
        !          12194: 
        !          12195:        * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
        !          12196:          include/pa_hash.h, include/pa_request.h, include/pa_string.h,
        !          12197:          include/pa_table.h, main/pa_common.C, main/pa_exec.C,
        !          12198:          main/pa_string.C, types/pa_method.h, types/pa_vform.C,
        !          12199:          types/pa_vhash.h: hash 50% compiled
        !          12200: 
        !          12201:        * src/: classes/date.C, classes/file.C, classes/hash.C,
        !          12202:          classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
        !          12203:          classes/string.C, classes/table.C, classes/xdoc.C,
        !          12204:          classes/xnode.C, include/pa_request.h, main/pa_globals.C,
        !          12205:          main/pa_string.C: date compiled
        !          12206: 
        !          12207:        * src/classes/: classes.dsp, double.C: double compiled
        !          12208: 
        !          12209:        * src/: classes/date.C, classes/double.C, classes/file.C,
        !          12210:          classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
        !          12211:          classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
        !          12212:          classes/string.C, classes/table.C, classes/void.C,
        !          12213:          classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
        !          12214:          types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
        !          12215:          types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
        !          12216:          compiled
        !          12217: 
        !          12218:        * src/: classes/date.C, classes/double.C, classes/file.C,
        !          12219:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
        !          12220:          classes/math.C, classes/op.C, classes/response.C,
        !          12221:          classes/string.C, classes/table.C, classes/void.C,
        !          12222:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
        !          12223:          types/pa_vvoid.h: void  compiled :)
        !          12224: 
        !          12225:        * src/: include/pa_globals.h, main/pa_cache_managers.C,
        !          12226:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
        !          12227:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
        !          12228:          main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
        !          12229:          main/pa_string.C, main/pa_uue.C, main/untaint.C,
        !          12230:          types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
        !          12231:          types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
        !          12232:          types/pa_vresponse.C, types/pa_vstateless_class.C,
        !          12233:          types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
        !          12234:          types/pa_wcontext.C, types/types.dsp: removed stupid
        !          12235:          value_includes.h
        !          12236: 
        !          12237:        * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
        !          12238:          trying to remove stupid value_includes.h
        !          12239: 
        !          12240:        * src/main/pa_exec.C: pa_exec compiled on win32
        !          12241: 
        !          12242:        * src/main/pa_exec.C: libmain.a compiled on six [unix]
        !          12243: 
        !          12244:        * src/: include/pa_globals.h, include/pa_request.h,
        !          12245:          types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
        !          12246:          types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
        !          12247:          types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
        !          12248:          types/pa_vrequest.C, types/pa_vstateless_class.C,
        !          12249:          types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
        !          12250: 
        !          12251:        * src/: include/pa_config_includes.h, include/pa_dictionary.h,
        !          12252:          main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
        !          12253:          main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
        !          12254: 
        !          12255:        * src/: include/pa_array.h, include/pa_config_includes.h,
        !          12256:          include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
        !          12257:          main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
        !          12258:          compiled
        !          12259: 
        !          12260:        * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
        !          12261:          name conflicts)
        !          12262: 
        !          12263:        * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
        !          12264:          types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
        !          12265:          yelds "virtual memory exhausted" while trying to compile
        !          12266:          execute.C [eating up to 127MB]
        !          12267: 
        !          12268: 2003-02-03  paf
        !          12269: 
        !          12270:        * src/: include/pa_config_includes.h, include/pa_hash.h,
        !          12271:          include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
        !          12272:          main/pa_common.C, types/pa_value.C, types/pa_value.h,
        !          12273:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
        !          12274:          types/pa_vint.h, types/pa_vjunction.h,
        !          12275:          types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
        !          12276:          started gcc compiling pa_common compiled
        !          12277: 
        !          12278:        * src/: include/pa_exception.h, include/pa_pool.h,
        !          12279:          main/pa_exception.C: exception gcc change #1
        !          12280: 
        !          12281:        * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
        !          12282:          compile _P identifier. it replaced it to some strange 0x0000040
        !          12283: 
        !          12284:        * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
        !          12285: 
        !          12286:        * src/types/pa_vtable.C: vtable compiled
        !          12287: 
        !          12288:        * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
        !          12289: 
        !          12290:        * src/: include/pa_cache_managers.h, main/pa_request.C,
        !          12291:          types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
        !          12292: 
        !          12293:        * src/types/pa_vstateless_class.C: vstateless_class compiled
        !          12294: 
        !          12295:        * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
        !          12296: 
        !          12297:        * src/types/pa_vrequest.C: vrequest compiled
        !          12298: 
        !          12299:        * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
        !          12300:          pa_vobject.C, pa_vobject.h: vobject compiled
        !          12301: 
        !          12302:        * src/: classes/form.C, classes/mail.C, include/pa_request.h,
        !          12303:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
        !          12304:          types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
        !          12305:          compiled
        !          12306: 
        !          12307:        * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
        !          12308: 
        !          12309:        * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
        !          12310:          types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
        !          12311:          types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
        !          12312:          compiled
        !          12313: 
        !          12314:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
        !          12315:          main.lib - 0 error(s), 0 warning(s)
        !          12316: 
        !          12317:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
        !          12318:          types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
        !          12319: 
        !          12320: 2003-01-31  paf
        !          12321: 
        !          12322:        * src/: include/pa_array.h, include/pa_operation.h,
        !          12323:          include/pa_request.h, main/execute.C, main/main.dsp,
        !          12324:          types/pa_vjunction.h: started last file from main library:
        !          12325:          execute
        !          12326: 
        !          12327:        * src/: include/pa_request.h, include/pa_sapi.h,
        !          12328:          main/compile.tab.C, main/compile.y, main/compile_tools.h,
        !          12329:          main/pa_request.C, targets/cgi/parser3.C,
        !          12330:          targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
        !          12331:          types/pa_vhash.h: pa_request compiled
        !          12332: 
        !          12333:        * src/: classes/op.C, classes/string.C, include/pa_common.h,
        !          12334:          include/pa_globals.h, include/pa_request.h,
        !          12335:          include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
        !          12336:          main/execute.C, main/main.dsp, main/pa_common.C,
        !          12337:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
        !          12338:          types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
        !          12339:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
        !          12340:          types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
        !          12341:          types/types.dsp: most pa_request compiled
        !          12342: 
        !          12343:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
        !          12344:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
        !          12345:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
        !          12346:          classes/op.C, classes/response.C, classes/string.C,
        !          12347:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
        !          12348:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
        !          12349:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
        !          12350:          include/pa_config_fixed.h, include/pa_config_includes.h,
        !          12351:          include/pa_dictionary.h, include/pa_dir.h,
        !          12352:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
        !          12353:          include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
        !          12354:          include/pa_pool.h, include/pa_request.h,
        !          12355:          include/pa_request_charsets.h, include/pa_request_info.h,
        !          12356:          include/pa_sapi.h, include/pa_socks.h,
        !          12357:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
        !          12358:          include/pa_stack.h, include/pa_string.h,
        !          12359:          include/pa_stylesheet_connection.h,
        !          12360:          include/pa_stylesheet_manager.h, include/pa_table.h,
        !          12361:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
        !          12362:          lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
        !          12363:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
        !          12364:          lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
        !          12365:          lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
        !          12366:          main/compile.C, main/compile.tab.C, main/compile.y,
        !          12367:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
        !          12368:          main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
        !          12369:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
        !          12370:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
        !          12371:          main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
        !          12372:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
        !          12373:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
        !          12374:          main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
        !          12375:          targets/cgi/getopt.h, targets/cgi/pa_pool.C,
        !          12376:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
        !          12377:          targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
        !          12378:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
        !          12379:          targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
        !          12380:          types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
        !          12381:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
        !          12382:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
        !          12383:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
        !          12384:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
        !          12385:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
        !          12386:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
        !          12387:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
        !          12388:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
        !          12389:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
        !          12390:          types/pa_vresponse.h, types/pa_vstateless_class.C,
        !          12391:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
        !          12392:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
        !          12393:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
        !          12394:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
        !          12395:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
        !          12396:          types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
        !          12397: 
        !          12398:        * ChangeLog, src/classes/classes.h, src/classes/op.C,
        !          12399:          src/include/pa_cache_managers.h, src/include/pa_charset.h,
        !          12400:          src/include/pa_charsets.h, src/include/pa_common.h,
        !          12401:          src/include/pa_dictionary.h, src/include/pa_exception.h,
        !          12402:          src/include/pa_exec.h, src/include/pa_pool.h,
        !          12403:          src/include/pa_request.h, src/include/pa_sapi.h,
        !          12404:          src/include/pa_sql_connection.h,
        !          12405:          src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
        !          12406:          src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
        !          12407:          src/main/compile.tab.C, src/main/compile_tools.C,
        !          12408:          src/main/compile_tools.h, src/main/main.dsp,
        !          12409:          src/main/pa_charset.C, src/main/pa_charsets.C,
        !          12410:          src/main/pa_common.C, src/main/pa_dictionary.C,
        !          12411:          src/main/pa_exception.C, src/main/pa_exec.C,
        !          12412:          src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
        !          12413:          src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
        !          12414:          src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
        !          12415:          src/types/pa_vclass.h, src/types/pa_vcookie.C,
        !          12416:          src/types/pa_vcookie.h, src/types/pa_vdate.h,
        !          12417:          src/types/pa_vdouble.h, src/types/pa_venv.h,
        !          12418:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
        !          12419:          src/types/pa_vhash.h, src/types/pa_vimage.C,
        !          12420:          src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
        !          12421:          src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
        !          12422:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
        !          12423:          src/types/pa_vobject.C, src/types/pa_vobject.h,
        !          12424:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
        !          12425:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
        !          12426:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
        !          12427:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
        !          12428:          src/types/pa_vstring.h, src/types/pa_vtable.h,
        !          12429:          src/types/pa_vvoid.h, src/types/pa_wcontext.C,
        !          12430:          src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
        !          12431:          died, long live StringPtr
        !          12432: 
        !          12433: 2003-01-30  paf
        !          12434: 
        !          12435:        * src/: include/pa_charset.h, include/pa_request.h,
        !          12436:          include/pa_sql_driver_manager.h, main/compile.tab.C,
        !          12437:          main/compile.y, main/compile_tools.h, main/pa_request.C,
        !          12438:          types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
        !          12439: 
        !          12440:        * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
        !          12441:          main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
        !          12442:          types/pa_vhash.h, types/pa_vmethod_frame.h,
        !          12443:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
        !          12444:          types/types.dsp: vstateless_class compiled
        !          12445: 
        !          12446:        * src/main/compile.C: compile compiled
        !          12447: 
        !          12448:        * src/: include/pa_array.h, include/pa_operation.h,
        !          12449:          include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
        !          12450:          main/pa_table.C: compile_tools compiled
        !          12451: 
        !          12452:        * src/: include/pa_operation.h, main/compile.y,
        !          12453:          main/compile_tools.C, main/compile_tools.h: started
        !          12454:          compile_tools. vagues ideas of how to free compiled code
        !          12455: 
        !          12456:        * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
        !          12457:          main/main.dsp, types/pa_value.C, types/pa_value.h,
        !          12458:          types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
        !          12459:          compiled
        !          12460: 
        !          12461: 2003-01-29  paf
        !          12462: 
        !          12463:        * src/: include/pa_globals.h, include/pa_request.h,
        !          12464:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
        !          12465:          types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
        !          12466:          types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
        !          12467:          compiled
        !          12468: 
        !          12469:        * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
        !          12470:          now
        !          12471: 
        !          12472:        * src/: include/pa_array.h, include/pa_exception.h,
        !          12473:          include/pa_pool.h, main/pa_exception.C: gd compiled
        !          12474: 
        !          12475:        * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
        !          12476:          compiled
        !          12477: 
        !          12478:        * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
        !          12479:          types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
        !          12480:          types/pa_vfile.h: vfile compiled
        !          12481: 
        !          12482:        * src/: include/pa_common.h, include/pa_globals.h,
        !          12483:          include/pa_string.h, main/pa_globals.C, types/pa_value.C,
        !          12484:          types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
        !          12485:          types/pa_vform.C, types/pa_vform.h: vcookie compiled
        !          12486: 
        !          12487:        * src/: include/pa_exception.h, main/pa_cache_managers.C,
        !          12488:          main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
        !          12489:          main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
        !          12490:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
        !          12491:          main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
        !          12492: 
        !          12493:        * src/: include/pa_request_charsets.h, include/pa_request_info.h,
        !          12494:          main/main.dsp, main/untaint.C: more compiled
        !          12495: 
        !          12496:        * src/: include/pa_charsets.h, include/pa_request.h,
        !          12497:          include/pa_request_info.h, include/pa_string.h,
        !          12498:          main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
        !          12499:          types/pa_vresponse.h: vrequest compiled
        !          12500: 
        !          12501:        * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
        !          12502:          pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
        !          12503:          pa_vresponse.h, pa_wcontext.h: vrequest compiled
        !          12504: 
        !          12505:        * src/: classes/classes.h, include/pa_charset.h,
        !          12506:          include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
        !          12507:          include/pa_request.h, include/pa_string.h, main/main.dsp,
        !          12508:          main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
        !          12509:          main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
        !          12510:          types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
        !          12511:          types/pa_vrequest.C, types/pa_vrequest.h,
        !          12512:          types/pa_vstateless_class.h, types/pa_vstring.h,
        !          12513:          types/pa_vvoid.h: vrequest,vdouble,vint compiled
        !          12514: 
        !          12515:        * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
        !          12516:          include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
        !          12517:          main/main.dsp, types/pa_value.h, types/pa_vbool.h,
        !          12518:          types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
        !          12519:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
        !          12520:          types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
        !          12521:          types/pa_vobject.h, types/pa_vstateless_class.h,
        !          12522:          types/pa_vstateless_object.h, types/pa_vstatus.h,
        !          12523:          types/pa_vstring.h, types/types.dsp: vmath compiled
        !          12524: 
        !          12525: 2003-01-28  paf
        !          12526: 
        !          12527:        * src/: classes/classes.h, classes/date.C, classes/file.C,
        !          12528:          classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
        !          12529:          classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
        !          12530:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
        !          12531:          types/pa_vobject.h, types/pa_vstateless_class.h: started main:
        !          12532:          compile_tools
        !          12533: 
        !          12534:        * src/: include/pa_charset.h, include/pa_exception.h,
        !          12535:          include/pa_request.h, include/pa_string.h, main/untaint.C:
        !          12536:          untaint compiled
        !          12537: 
        !          12538:        * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
        !          12539:          src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
        !          12540:          more compiled.  struck with string::store_to needing to know
        !          12541:          source/client charsets
        !          12542: 
        !          12543:        * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
        !          12544:          types/pa_vfile.h: uue compiled
        !          12545: 
        !          12546:        * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
        !          12547:          table compiled
        !          12548: 
        !          12549:        * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
        !          12550:          main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
        !          12551: 
        !          12552:        * src/: include/pa_charset.h, main/pa_charset.C,
        !          12553:          main/pa_charsets.C: charset/s simplified [charset::pool_for_load
        !          12554:          introduced]
        !          12555: 
        !          12556:        * src/: classes/date.C, include/pa_charset.h,
        !          12557:          include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
        !          12558:          main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
        !          12559:          pa_charsets compiled
        !          12560: 
        !          12561:        * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
        !          12562:          include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
        !          12563: 
        !          12564:        * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
        !          12565:          common compiled
        !          12566: 
        !          12567:        * src/: include/pa_charsets.h, main/pa_charsets.C,
        !          12568:          main/pa_sql_driver_manager.C: pa_charsets compiled
        !          12569: 
        !          12570:        * src/: include/pa_array.h, include/pa_charset.h,
        !          12571:          include/pa_charsets.h, include/pa_pool.h,
        !          12572:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
        !          12573:          include/pa_stack.h, include/pa_string.h,
        !          12574:          main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
        !          12575:          sql_driver_manager compiled
        !          12576: 
        !          12577:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
        !          12578:          letter i with two dots added to koi, all ukranian letters added
        !          12579:          to win1251.
        !          12580: 
        !          12581:          typographic simbol 0xb9 deleted from win1251 [strange one & were
        !          12582:          abscent from koi]
        !          12583: 
        !          12584: 2003-01-27  paf
        !          12585: 
        !          12586:        * src/: include/pa_exception.h, include/pa_sql_connection.h,
        !          12587:          include/pa_sql_driver_manager.h, include/pa_string.h,
        !          12588:          main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
        !          12589:          sql/pa_sql_driver.h: paused on sql_manager
        !          12590: 
        !          12591:        * src/: include/pa_cache_managers.h, include/pa_pool.h,
        !          12592:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
        !          12593:          include/pa_stack.h, main/pa_sql_driver_manager.C,
        !          12594:          types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
        !          12595: 
        !          12596:        * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
        !          12597:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
        !          12598:          include/pa_table.h, main/pa_sql_driver_manager.C,
        !          12599:          main/pa_table.C: table compiled
        !          12600: 
        !          12601:        * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
        !          12602:          cache_managers compiled
        !          12603: 
        !          12604:        * src/: include/pa_array.h, include/pa_charset.h,
        !          12605:          include/pa_pool.h, main/pa_charset.C: charset compiled
        !          12606: 
        !          12607:        * src/: include/pa_pool.h, main/pa_common.C: common compiled
        !          12608: 
        !          12609:        * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
        !          12610:          include/pa_pool.h, include/pa_string.h, main/pa_common.C,
        !          12611:          main/pa_string.C, types/pa_value.C, types/pa_value.h,
        !          12612:          types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
        !          12613:          types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
        !          12614: 
        !          12615: 2003-01-24  paf
        !          12616: 
        !          12617:        * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
        !          12618:          include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
        !          12619:          include/pa_pool.h, include/pa_string.h, main/pa_common.C,
        !          12620:          main/pa_globals.C, main/pa_string.C, types/pa_value.h,
        !          12621:          types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
        !          12622:          types/pa_vint.h, types/pa_vjunction.h,
        !          12623:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
        !          12624:          types/pa_vstatus.h, types/pa_vstring.h: more patched
        !          12625: 
        !          12626:        * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
        !          12627:          include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
        !          12628:          include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
        !          12629:          main/pa_string.C, main/pa_table.C: string compiled
        !          12630: 
        !          12631:        * src/: include/pa_array.h, include/pa_common.h,
        !          12632:          include/pa_dictionary.h, include/pa_exception.h,
        !          12633:          include/pa_pool.h, include/pa_string.h, include/pa_table.h,
        !          12634:          main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
        !          12635:          main/pa_string.C: dictionary compiled
        !          12636: 
        !          12637: 2003-01-23  paf
        !          12638: 
        !          12639:        * src/: include/pa_array.h, include/pa_common.h,
        !          12640:          include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
        !          12641:          include/pa_request.h, include/pa_string.h, main/pa_common.C,
        !          12642:          main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
        !          12643:          types/pa_value.h: resurrected pool in new sense: now it's
        !          12644:          factory, producing&accounting memory chunks for read[autofree]
        !          12645:          buffers
        !          12646: 
        !          12647:        * src/: include/pa_array.h, include/pa_exception.h,
        !          12648:          include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
        !          12649:          main/pa_exception.C, main/pa_table.C: table compiled
        !          12650: 
        !          12651:        * src/: classes/image.C, classes/op.C, include/pa_array.h,
        !          12652:          include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
        !          12653:          include/pa_pool.h, include/pa_pragma_pack_begin.h,
        !          12654:          include/pa_pragma_pack_end.h, include/pa_sapi.h,
        !          12655:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
        !          12656:          main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
        !          12657:          main/pa_table.C: aint that easy
        !          12658: 
        !          12659:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
        !          12660:          main/main.dsp: continued with Hash
        !          12661: 
        !          12662:        * src/main/pa_common.C: connect_string allocated on heap[wes on
        !          12663:          stack] now. and exception can be reported OK now [can be reported
        !          12664:          outside of pro c with that stack]
        !          12665: 
        !          12666: 2003-01-22  paf
        !          12667: 
        !          12668:        * src/: include/pa_array.h, include/pa_charset.h,
        !          12669:          include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
        !          12670:          include/pa_string.h, main/pa_array.C, main/pa_hash.C,
        !          12671:          main/pa_pool.C, main/pa_string.C: started auto_ptr.  PA_Object is
        !          12672:          base: contains references_count.  auto_ptr template calls
        !          12673:          add_ref/release
        !          12674: 
        !          12675: 2003-01-21  paf
        !          12676: 
        !          12677:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
        !          12678:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
        !          12679:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
        !          12680:          classes/op.C, classes/response.C, classes/string.C,
        !          12681:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
        !          12682:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
        !          12683:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
        !          12684:          include/pa_config_fixed.h, include/pa_config_includes.h,
        !          12685:          include/pa_dictionary.h, include/pa_dir.h,
        !          12686:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
        !          12687:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
        !          12688:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
        !          12689:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
        !          12690:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
        !          12691:          include/pa_stack.h, include/pa_string.h,
        !          12692:          include/pa_stylesheet_connection.h,
        !          12693:          include/pa_stylesheet_manager.h, include/pa_table.h,
        !          12694:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
        !          12695:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
        !          12696:          lib/pcre/pcre_parser_ctype.c, main/compile.C,
        !          12697:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
        !          12698:          main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
        !          12699:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
        !          12700:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
        !          12701:          main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
        !          12702:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
        !          12703:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
        !          12704:          main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
        !          12705:          targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
        !          12706:          targets/cgi/parser3.C, targets/cgi/pool_storage.h,
        !          12707:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
        !          12708:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
        !          12709:          types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
        !          12710:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
        !          12711:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
        !          12712:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
        !          12713:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
        !          12714:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
        !          12715:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
        !          12716:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
        !          12717:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
        !          12718:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
        !          12719:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
        !          12720:          types/pa_vstateless_object.h, types/pa_vstatus.C,
        !          12721:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
        !          12722:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
        !          12723:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
        !          12724:          types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
        !          12725:          types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
        !          12726:          2002->2003
        !          12727: 
        !          12728: 2003-01-16  paf
        !          12729: 
        !          12730:        * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
        !          12731:          src/main/pa_globals.C: http:// introducing     $.any-status(1)
        !          12732: 
        !          12733:        * operators.txt, src/include/pa_config_fixed.h,
        !          12734:          src/main/pa_common.C: http request now return status. and not
        !          12735:          fail on status!=200
        !          12736: 
        !          12737: 2003-01-15  paf
        !          12738: 
        !          12739:        * src/main/pa_globals.C: localized pa_xmlFileRead/Close
        !          12740: 
        !          12741: 2003-01-14  paf
        !          12742: 
        !          12743:        * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
        !          12744:          mkinstalldirs: removed some ancient files [they in / really]
        !          12745: 
        !          12746:        * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
        !          12747:          regretfully needed patch in two places.  in config_fixed.h made
        !          12748:          stubs for lib to compile in MSVC
        !          12749: 
        !          12750: 2003-01-13  paf
        !          12751: 
        !          12752:        * config.guess, config.sub, ltmain.sh: removed last piece of
        !          12753:          configure.in(libtool) hacks
        !          12754: 
        !          12755:        * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
        !          12756:          config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
        !          12757:          ltdl.h: moved to latest libtool (1.4.3)
        !          12758: 
        !          12759: 2003-01-10  paf
        !          12760: 
        !          12761:        * src/lib/ltdl/: configure, configure.in: PROG_NM
        !          12762: 
        !          12763:        * src/main/pa_globals.C: moved to latest xml lib versions, changed
        !          12764:          patches.        libxml2 >= 2.5.1
        !          12765:          [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz]        libxslt >= 1.0.23
        !          12766:          [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz]        gdome2 >= 0.7.2
        !          12767:          [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
        !          12768: 
        !          12769:        * INSTALL: moved to latest versions of xml libs       libxml2 >=
        !          12770:          2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz]       libxslt >=
        !          12771:          1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz]       gdome2 >=
        !          12772:          0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
        !          12773: 
        !          12774: 2003-01-09  paf
        !          12775: 
        !          12776:        * INSTALL: xml,xslt,gdome lib urls updated
        !          12777: 
        !          12778:        * config.guess, config.sub, missing, mkinstalldirs,
        !          12779:          src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
        !          12780:          src/lib/ltdl/configure, src/lib/ltdl/configure.in,
        !          12781:          src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
        !          12782:          1.7.2
        !          12783: 
        !          12784:        * depcomp: moving to automake 1.7.2
        !          12785: 
        !          12786: 2002-12-27  paf
        !          12787: 
        !          12788:        * src/include/pa_version.h: 0007
        !          12789: 
        !          12790:        * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
        !          12791:          outdated parts, made links to language docs
        !          12792: 
        !          12793:        * src/include/pa_config_auto.h.in: comment
        !          12794: 
        !          12795: 2002-12-26  paf
        !          12796: 
        !          12797:        * src/classes/file.C: ^file:fullpath[a.gif] when document root did
        !          12798:          not contain trailing / fixed.
        !          12799: 
        !          12800:        * INSTALL: changing SAFE_MODE politics
        !          12801: 
        !          12802:        * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
        !          12803: 
        !          12804:        * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
        !          12805: 
        !          12806: 2002-12-25  paf
        !          12807: 
        !          12808:        * src/main/pa_globals.C: optimized-xml
        !          12809: 
        !          12810:        * src/main/pa_globals.C: optimized-as-is
        !          12811: 
        !          12812: 2002-12-24  paf
        !          12813: 
        !          12814:        * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
        !          12815:          fixed [were really called with zero size when .html?a=&b=]
        !          12816: 
        !          12817:        * src/classes/mail.C: $MAIL in @conf now invalid when configured
        !          12818:          with --with-sendmail
        !          12819: 
        !          12820:        * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
        !          12821:          fixed]
        !          12822: 
        !          12823: 2002-12-23  paf
        !          12824: 
        !          12825:        * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
        !          12826:          ignoring parameters & were storing only string with default
        !          12827:          expires
        !          12828: 
        !          12829:        * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
        !          12830:          To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
        !          12831:          December 23, 2002 4:22 AM Subject: bug â
        !          12832:          Charset::transcode_buf2xchar
        !          12833: 
        !          12834: 2002-12-20  paf
        !          12835: 
        !          12836:        * src/targets/cgi/parser3.C: removed last \n appending in non-win32
        !          12837:          non-cgi [script] runs
        !          12838: 
        !          12839: 2002-12-19  paf
        !          12840: 
        !          12841:        * INSTALL: --without-iconv recommended [it crashes on some systems
        !          12842:          [tested on elik]] moreover, it's not needed there [parser
        !          12843:          registers charsets itself]
        !          12844: 
        !          12845:        * INSTALL: --without-iconv recommended [it crashes on some systems
        !          12846:          [tested on elik]]
        !          12847: 
        !          12848:        * operators.txt, src/include/pa_globals.h,
        !          12849:          src/include/pa_request.h, src/main/pa_globals.C,
        !          12850:          src/main/pa_request.C: $response:download
        !          12851: 
        !          12852:        * src/classes/mail.C: 'to' check bugfix [now checked only on ms
        !          12853:          compiler [win32]].
        !          12854: 
        !          12855: 2002-12-18  paf
        !          12856: 
        !          12857:        * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
        !          12858: 
        !          12859: 2002-12-17  paf
        !          12860: 
        !          12861:        * src/targets/cgi/parser3.C: merged die&iis changes
        !          12862: 
        !          12863:        * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
        !          12864:          to exit(1) 2. more flexible iilegal call check
        !          12865: 
        !          12866: 2002-12-16  paf
        !          12867: 
        !          12868:        * ltmain.sh: some automakes silly insist on having this handy
        !          12869: 
        !          12870:        * src/main/untaint.C: filespec russian small 'r' changed to latin
        !          12871:          'p' bug fix
        !          12872: 
        !          12873: 2002-12-15  paf
        !          12874: 
        !          12875:        * src/main/untaint.C: filespec russian small 'r' changed to latin
        !          12876:          'p'
        !          12877: 
        !          12878:        * configure.in, src/include/pa_config_auto.h.in,
        !          12879:          src/main/compile.C, src/main/pa_common.C: merged small changes
        !          12880:          from branch 6 to HEAD
        !          12881: 
        !          12882:        * src/main/compile.C: removed warning
        !          12883: 
        !          12884:        * src/main/pa_common.C: ftruncate having checked
        !          12885: 
        !          12886:        * configure.in, src/include/pa_version.h: new version
        !          12887: 
        !          12888: 2002-12-14  paf
        !          12889: 
        !          12890:        * src/classes/table.C: removed unnecessary code
        !          12891: 
        !          12892:        * src/sql/pa_sql_driver.h: exception type fixed
        !          12893: 
        !          12894: 2002-12-09  paf
        !          12895: 
        !          12896:        * src/types/pa_vvoid.h: $void.store[now] error
        !          12897: 
        !          12898:        * src/targets/cgi/parser3.C: ::die now tries to write core dump
        !          12899: 
        !          12900:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
        !          12901:          tries to write core dump
        !          12902: 
        !          12903:        * src/targets/cgi/parser3.C: ::die now tries to write core dump
        !          12904: 
        !          12905:        * src/: classes/hash.C, classes/string.C, classes/table.C,
        !          12906:          classes/void.C, main/pa_sql_driver_manager.C,
        !          12907:          sql/pa_sql_driver.h: changed exception handling mech in sql
        !          12908:          handlers #2
        !          12909: 
        !          12910:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
        !          12911:          exception handling mech in sql handlers
        !          12912: 
        !          12913:        * src/sql/pa_sql_driver.h: changed exception handling mech in sql
        !          12914:          handlers
        !          12915: 
        !          12916:        * src/: classes/hash.C, classes/string.C, classes/table.C,
        !          12917:          classes/void.C, main/pa_sql_driver_manager.C,
        !          12918:          sql/pa_sql_driver.h: changed exception handling mech in sql
        !          12919:          handlers
        !          12920: 
        !          12921:        * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
        !          12922:          to write makefile which used libtool to install things, which is
        !          12923:          not needed
        !          12924: 
        !          12925: 2002-12-06  paf
        !          12926: 
        !          12927:        * operators.txt, src/main/compile.tab.C, src/types/pa_vhash.h:
        !          12928:          $hash.fields -- pseudo field to make 'hash' more like 'table'
        !          12929: 
        !          12930: 2002-12-05  paf
        !          12931: 
        !          12932:        * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
        !          12933:          cc/bcc OK now
        !          12934: 
        !          12935:        * src/main/untaint.C: mail header closed properly
        !          12936: 
        !          12937:        * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
        !          12938:          header ',' allowed.  still bugs in smtp [only one receiptient
        !          12939:          works, cc, bcc ignored now, and MAILED ;)]
        !          12940: 
        !          12941:          [strncpy killed, memnchr used]
        !          12942: 
        !          12943:        * src/main/pa_table.C: table-copy now current=0
        !          12944: 
        !          12945:        * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
        !          12946:          lowlevel proc
        !          12947: 
        !          12948:        * src/targets/cgi/parser3.C: more checks on
        !          12949:          http://domain/parser.cgi start [maybe some getenv returns "",
        !          12950:          checked that now
        !          12951: 
        !          12952:        * src/targets/cgi/parser3.C: more checks on
        !          12953:          http://domain/parser.cgi start [maybe some getenv returns "",
        !          12954:          checked that now
        !          12955: 
        !          12956:        * src/targets/cgi/parser3.C: error logging made unbuffered [so that
        !          12957:          out-of-mem errors reached log]
        !          12958: 
        !          12959:        * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
        !          12960:          mail:send MIME-Version default
        !          12961: 
        !          12962:        * src/main/main.dsp: pa_version included into main.dsp
        !          12963: 
        !          12964: 2002-12-04  paf
        !          12965: 
        !          12966:        * src/types/pa_vform.C: $form:field string value cut by premature 0
        !          12967: 
        !          12968:        * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
        !          12969:          lib/libltdl -> lib/ltdl Win32 changes. s
        !          12970: 
        !          12971:        * src/classes/classes.awk: more strict *.C$
        !          12972: 
        !          12973:        * gnu.dsp: restored
        !          12974: 
        !          12975:        * configure.in, gnu.dsp, src/lib/Makefile.am,
        !          12976:          src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
        !          12977:          src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
        !          12978:          src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
        !          12979:          src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
        !          12980:          src/lib/ltdl/configure, src/lib/ltdl/configure.in,
        !          12981:          src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
        !          12982:          src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
        !          12983:          now created with /configure, not ltdl/configure, so it does have
        !          12984:          no problems with automake.  ltdl/configure
        !          12985:          AC_OUTPUT(Makefile<<removed)
        !          12986: 
        !          12987: 2002-12-02  paf
        !          12988: 
        !          12989:        * operators.txt: removed outdated status:db
        !          12990: 
        !          12991:        * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
        !          12992:          src/main/pa_common.C, src/main/pa_request.C,
        !          12993:          src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
        !          12994:          tainted parts becomes http-header
        !          12995: 
        !          12996: 2002-11-29  paf
        !          12997: 
        !          12998:        * src/classes/date.C, src/classes/image.C, operators.txt: exif
        !          12999:          dates now objects of type date
        !          13000: 
        !          13001:        * src/classes/image.C: file.seek removed [it were used in image.C
        !          13002:          only, and for parser user this  means that jpeg image has bad
        !          13003:          size in fragment's header] now used image.format
        !          13004: 
        !          13005:        * src/: include/pa_common.h, main/pa_common.C,
        !          13006:          types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
        !          13007:          now handled exactly like $response:header values.  e.g. can be
        !          13008:          hash [can have subattributes] & contain date values.
        !          13009: 
        !          13010:        * src/main/pa_common.C: http:// param values lang forced URI
        !          13011: 
        !          13012:        * src/main/pa_common.C: http:// tainted partes now %xx
        !          13013: 
        !          13014: 2002-11-28  paf
        !          13015: 
        !          13016:        * operators.txt: http.timeout
        !          13017: 
        !          13018:        * src/classes/image.C: ^image.length now counts interchar space.
        !          13019:          plus space after last char
        !          13020: 
        !          13021:        * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
        !          13022: 
        !          13023:        * src/classes/image.C: ^image.font width measurer now scans full
        !          13024:          height [were -1]
        !          13025: 
        !          13026:        * configure.in: stopped double libltdl/Makefile generation
        !          13027: 
        !          13028:        * src/classes/image.C: ^image.text now outputs one pixel HIGHER
        !          13029:          chars [one top horizontal line of 1pixel height were missing]
        !          13030: 
        !          13031:        * src/classes/op.C: ^cache bug fixed.  stupid compiler allowed
        !          13032:          'false' to go into (Hash *) parameter
        !          13033: 
        !          13034: 2002-11-27  paf
        !          13035: 
        !          13036:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
        !          13037:          types/pa_vmail.C: response:body[file]  if file nows it's name now
        !          13038:          returns content-disposition: >>attachment<<
        !          13039: 
        !          13040:        * src/classes/image.C: ^image.font << bad font file-size now
        !          13041:          properly reported
        !          13042: 
        !          13043: 2002-11-26  paf
        !          13044: 
        !          13045:        * src/main/pa_request.C: fixed lang in reponse header
        !          13046: 
        !          13047:        * src/main/pa_common.C: utf8 prefix ignored @read text
        !          13048: 
        !          13049:        * operators.txt, src/main/pa_common.C: http:// response status!=200
        !          13050:          made exception: http.status with source=bad status#
        !          13051: 
        !          13052: 2002-11-25  paf
        !          13053: 
        !          13054:        * configure.in, src/classes/image.C,
        !          13055:          src/include/pa_config_auto.h.in,
        !          13056:          src/include/pa_config_includes.h, src/main/Makefile.am,
        !          13057:          src/main/pa_common.C, src/main/pa_globals.C: http:// and image
        !          13058:          const void related probs fixed
        !          13059: 
        !          13060:        * operators.txt, src/main/pa_common.C: http fields now UPPERCASE
        !          13061: 
        !          13062:          $file[^file::load[http://there]] $file.SERVER
        !          13063: 
        !          13064:        * src/: classes/file.C, classes/image.C, classes/xdoc.C,
        !          13065:          include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
        !          13066:          http options [invalid onces now reported] made default
        !          13067:          user-agent: paf
        !          13068: 
        !          13069:        * operators.txt, src/classes/file.C, src/classes/table.C,
        !          13070:          src/classes/xdoc.C, src/include/pa_common.h,
        !          13071:          src/include/pa_globals.h, src/main/pa_common.C,
        !          13072:          src/main/pa_globals.C, src/main/pa_request.C,
        !          13073:          src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
        !          13074:          now understand http:// prefix and additional params, sample:
        !          13075:          $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
        !          13076:          $.USER-AGENT[parser3] ]]
        !          13077: 
        !          13078: 2002-11-22  paf
        !          13079: 
        !          13080:        * src/classes/image.C, src/include/pa_globals.h,
        !          13081:          src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
        !          13082:          src/types/pa_vimage.h, operators.txt: $image.exif support
        !          13083:          $image.exif.DateTime & co
        !          13084: 
        !          13085: 2002-11-21  paf
        !          13086: 
        !          13087:        * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
        !          13088:          _PASS_APPENDED)
        !          13089: 
        !          13090:        * src/classes/image.C: jpeg size measure fixed: were badly skipping
        !          13091:          EXIF information [were big block and it's size were considered
        !          13092:          negative :(]
        !          13093: 
        !          13094:        * operators.txt, src/classes/image.C, src/include/pa_common.h,
        !          13095:          src/main/pa_common.C, src/types/pa_vmail.C: image.measure
        !          13096:          internals rewritten. no there's reader.seek, and all's ready for
        !          13097:          EXIF extraction [now we fail to measure files with EXIF info]
        !          13098: 
        !          13099:        * src/main/pa_common.C: O_TRUNCATE killed, ftruncate  used instead:
        !          13100:          O_TRUNC truncates even exclusevely write-locked file [thanks to
        !          13101:          Igor Milyakov <virtan@rotabanner.com> for discovering]
        !          13102: 
        !          13103: 2002-11-20  paf
        !          13104: 
        !          13105:        * src/targets/cgi/parser3.C: logging @signal += query_string
        !          13106: 
        !          13107:        * configure.in, src/include/pa_config_auto.h.in,
        !          13108:          src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
        !          13109:          comment
        !          13110: 
        !          13111:        * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
        !          13112: 
        !          13113:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
        !          13114:          targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
        !          13115:          currently processed document SIGPIPE >> interrupts request
        !          13116:          processing [exception = DB rollback]
        !          13117: 
        !          13118:        * src/main/pa_exec.C: comment
        !          13119: 
        !          13120:        * src/main/pa_exec.C: pa_exec: data written only if size>0
        !          13121: 
        !          13122:        * operators.txt, src/classes/file.C: ^file::exec/cgi[file;$.stdin[]
        !          13123:          << disable HTTP-POST repassing
        !          13124: 
        !          13125:        * src/: include/pa_config_fixed.h, main/pa_common.C,
        !          13126:          main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
        !          13127:          pipe read errors now checked
        !          13128: 
        !          13129: 2002-11-19  paf
        !          13130: 
        !          13131:        * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
        !          13132:          CGI: Illegal call
        !          13133: 
        !          13134: 2002-11-01  paf
        !          13135: 
        !          13136:        * src/main/execute.C: comment
        !          13137: 
        !          13138: 2002-10-31  paf
        !          13139: 
        !          13140:        * src/main/execute.C: found out why, checked that for now.  todo:
        !          13141:          find out a way for that user could do that
        !          13142: 
        !          13143:        * src/types/pa_vstateless_object.h: object put replaces static
        !          13144:          parent if any
        !          13145: 
        !          13146:        * src/types/pa_vobject.C: object put replaces static parent if any
        !          13147: 
        !          13148:        * src/: classes/form.C, classes/mail.C, classes/op.C,
        !          13149:          classes/xnode.h, main/compile.tab.C, main/execute.C,
        !          13150:          main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
        !          13151:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
        !          13152:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
        !          13153:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
        !          13154:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
        !          13155:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
        !          13156:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
        !          13157:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
        !          13158:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
        !          13159:          types/pa_vstateless_object.h, types/pa_vstatus.C,
        !          13160:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
        !          13161:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
        !          13162:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
        !          13163:          types/pa_wwrapper.h: static fix merged
        !          13164: 
        !          13165:        * src/: main/compile.tab.C, types/pa_vobject.C: killed
        !          13166:          $virtual_fields in dynamic, but one can reach derived
        !          13167:          static[class] variable from base
        !          13168: 
        !          13169:        * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
        !          13170:          types/pa_vobject.C, types/pa_vobject.h,
        !          13171:          types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
        !          13172:          statics, left $virtual_fields in dynamic
        !          13173: 
        !          13174:        * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
        !          13175:          one can't remember derivates in base class: there's so many of
        !          13176:          them.  also there can be no virtual method calls in static
        !          13177:          classes
        !          13178: 
        !          13179:        * src/: classes/form.C, classes/mail.C, classes/op.C,
        !          13180:          classes/xnode.h, main/execute.C, main/pa_request.C,
        !          13181:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
        !          13182:          types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
        !          13183:          types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
        !          13184:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
        !          13185:          types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
        !          13186:          types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
        !          13187:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
        !          13188:          types/pa_vresponse.C, types/pa_vresponse.h,
        !          13189:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
        !          13190:          types/pa_vstateless_object.h, types/pa_vstatus.C,
        !          13191:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
        !          13192:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
        !          13193:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
        !          13194:          types/pa_wwrapper.h: static call $self fixed
        !          13195: 
        !          13196:        * src/main/execute.C: comment
        !          13197: 
        !          13198:        * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
        !          13199:          ^process[$caller.self]{...} now compiles to last derived object
        !          13200:          part of that 'self'
        !          13201: 
        !          13202: 2002-10-29  paf
        !          13203: 
        !          13204:        * src/targets/isapi/parser3isapi.C: comment on 404 bad status
        !          13205:          re-passing [iis to blame]
        !          13206: 
        !          13207:        * src/classes/string.C: changed string.save to pass current sql
        !          13208:          connection to cstr thus one can ^connect[some server]{
        !          13209:          $s[insert into table x (x) values (^taint[sql]{value})]
        !          13210:          ^s.save[some.sql] } and he'd get in some.sql file code with
        !          13211:          properly escaped.  [tried in mssql->mysql export->import of
        !          13212:          binary data]
        !          13213: 
        !          13214: 2002-10-25  paf
        !          13215: 
        !          13216:        * src/types/pa_vresponse.C: case insensitive response user fields
        !          13217:          get/put
        !          13218: 
        !          13219:        * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
        !          13220:          types/pa_vresponse.C: saving for maybe-future
        !          13221: 
        !          13222: 2002-10-23  paf
        !          13223: 
        !          13224:        * operators.txt, src/classes/table.C: ^table.hash{code}...
        !          13225:          ^table.hash(expr)...
        !          13226: 
        !          13227:        * src/types/pa_vmail.C: email whitespace trimBoth-ed
        !          13228: 
        !          13229: 2002-10-22  paf
        !          13230: 
        !          13231:        * src/types/: pa_vform.C, pa_vform.h: removed needless
        !          13232:          VForm::Append...(...Value)
        !          13233: 
        !          13234:        * src/main/execute.C: $.name outside of $name[...] checked
        !          13235: 
        !          13236:        * src/main/: compile.tab.C, compile.y: lexer changed to fix
        !          13237:          ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
        !          13238: 
        !          13239: 2002-10-21  paf
        !          13240: 
        !          13241:        * operators.txt, src/types/pa_vform.C, src/types/pa_vform.h:
        !          13242:          $form:qtail $form:imap.x/y
        !          13243: 
        !          13244:        * operators.txt, src/types/pa_vform.C: $form:nameless =
        !          13245:          "?value&...", "...&value&...", "...&value"
        !          13246: 
        !          13247:        * operators.txt, src/types/pa_vform.C: $form:image-map
        !          13248: 
        !          13249:        * operators.txt, src/classes/file.C: /some/page.html:
        !          13250:          ^file:fullpath[a.gif] => /some/a.gif
        !          13251: 
        !          13252: 2002-10-17  paf
        !          13253: 
        !          13254:        * src/main/: compile.tab.C, compile.y: operators precedence changed
        !          13255:          a little: logical not and bitwise negation precedence made
        !          13256:          highest, << and >> bitshits precedence made equal [were << higher
        !          13257:          than >>]
        !          13258: 
        !          13259:        * src/classes/op.C: exception handling fixed [were bad with
        !          13260:          contexts]
        !          13261: 
        !          13262: 2002-10-16  paf
        !          13263: 
        !          13264:        * src/: classes/op.C, include/pa_request.h, main/execute.C,
        !          13265:          main/pa_request.C: Request::self considered equal to
        !          13266:          VMethodFrame::self, and removed, Request::get_self() mapped to
        !          13267:          VMethodFrame.self()
        !          13268: 
        !          13269:        * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
        !          13270:          $hash in open field now gives old good error meesage
        !          13271: 
        !          13272: 2002-10-15  paf
        !          13273: 
        !          13274:        * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
        !          13275:          use ^if($junction is junction){was and now true}
        !          13276: 
        !          13277:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
        !          13278:          include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
        !          13279:          types/pa_vxnode.C: xml->parser strings now have origin, which
        !          13280:          points to place where value left xml library and came to parser:
        !          13281:          place of dom field extraction/call
        !          13282: 
        !          13283:        * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
        !          13284:          main/compile.tab.C, main/compile.y, main/execute.C,
        !          13285:          types/pa_vmethod_frame.h: removed last pieces of old code
        !          13286:          allowing $junction.xxx at compile time
        !          13287: 
        !          13288:        * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
        !          13289:          src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
        !          13290:          objects also considered [were only classes]
        !          13291: 
        !          13292:        * ChangeLog, src/classes/op.C, src/include/pa_request.h,
        !          13293:          src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
        !          13294:          with CLASS self.  [   (request&method_frame).self temporarily
        !          13295:          changed   ]
        !          13296: 
        !          13297:        * src/classes/: hash.C, op.C: method_frame now always changed, with
        !          13298:          no exception to native calls.  for&foreach changed to use
        !          13299:          method_frame.caller for their var's name context
        !          13300: 
        !          13301:        * src/: main/execute.C, targets/cgi/parser3.C,
        !          13302:          types/pa_vstateless_class.C, types/pa_vstateless_class.h:
        !          13303:          compiling to system classes disabled
        !          13304: 
        !          13305:        * operators.txt, src/classes/op.C:
        !          13306:          ^process[$caller.CLASS]{code-string} added
        !          13307: 
        !          13308:        * operators.txt, src/classes/op.C, src/main/compile.tab.C,
        !          13309:          src/main/compile.y, src/main/execute.C, src/main/pa_request.C,
        !          13310:          src/types/Makefile.am, src/types/pa_vjunction.C,
        !          13311:          src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
        !          13312:          src/types/types.dsp: removed $junction.get $junction.set[]
        !          13313:          introducing $caller
        !          13314: 
        !          13315:        * src/types/pa_value.h: removed outdated comments. doxygen would
        !          13316:          find them lower by inheritance tree
        !          13317: 
        !          13318:        * src/types/pa_vjunction.C: ident
        !          13319: 
        !          13320: 2002-10-14  paf
        !          13321: 
        !          13322:        * src/classes/op.C: process compiles to code's class class
        !          13323: 
        !          13324:        * src/: classes/form.C, classes/mail.C, classes/op.C,
        !          13325:          include/pa_request.h, main/compile.C, main/compile.tab.C,
        !          13326:          main/compile.y, main/execute.C, main/pa_request.C,
        !          13327:          types/pa_vstateless_class.h: operators now main-class-methods
        !          13328: 
        !          13329:        * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
        !          13330:          better stack trace [has "call" & co there]
        !          13331: 
        !          13332:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
        !          13333:          operators @auto now executed in MAIN context
        !          13334: 
        !          13335:        * src/main/execute.C: operator execution context now = MAIN, not
        !          13336:          closest stack frame
        !          13337: 
        !          13338:          @touchit[] $i[after]
        !          13339: 
        !          13340:          ----t.html $i[before] << local ^touchit[] $i << now 'before',
        !          13341:          were 'after'
        !          13342: 
        !          13343:          ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
        !          13344:          'after'
        !          13345: 
        !          13346:        * src/main/execute.C: comment
        !          13347: 
        !          13348:        * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
        !          13349:          pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
        !          13350:          action]
        !          13351: 
        !          13352:        * src/types/pa_vxnode.C: misreplace fixed
        !          13353: 
        !          13354:        * configure, configure.in, src/include/pa_config_auto.h.in,
        !          13355:          src/types/pa_vstatus.C, operators.txt:
        !          13356:          $status:rusage.tv_secs/usecs introduced
        !          13357: 
        !          13358: 2002-10-09  paf
        !          13359: 
        !          13360:        * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
        !          13361:          on empty string [or uses (default)]
        !          13362: 
        !          13363: 2002-10-08  paf
        !          13364: 
        !          13365:        * src/main/untaint.C: mail header quoted printable changed after
        !          13366:          RFC reread
        !          13367: 
        !          13368:        * operators.txt: plan on ^if(method
        !          13369: 
        !          13370:        * src/types/pa_vxnode.C: misreplace
        !          13371: 
        !          13372: 2002-09-24  paf
        !          13373: 
        !          13374:        * src/targets/cgi/Makefile.am: LIBS were bad name in .am
        !          13375: 
        !          13376:        * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
        !          13377:          mailreceive would compile on freebsd now
        !          13378: 
        !          13379:        * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
        !          13380:          configure, configure.in, src/include/pa_config_auto.h.in,
        !          13381:          src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
        !          13382:          mailreceive would compile on freebsd now
        !          13383: 
        !          13384:        * src/: classes/file.C, main/untaint.C: 1.  file spec language
        !          13385:          changed: now there are only few chars are untainted: * ? ' " < >
        !          13386:          | and, on unix, : \ ~ [russian letters and SPACES now enabled,
        !          13387:          one should use ^untaint[uri]{...} now]
        !          13388: 
        !          13389:          2.  $list[^file:list[dir]] now returns simply tainted names in
        !          13390:          $list.name, not tainted as filespec
        !          13391: 
        !          13392:          @russianindex[] #dir with files with russian-lang names
        !          13393:          $where[dir]
        !          13394: 
        !          13395:          $dir[^file:list[$where;\.txt^$]] ^dir.menu{     <a
        !          13396:          href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
        !          13397: 
        !          13398: 2002-09-23  paf
        !          13399: 
        !          13400:        * src/types/pa_vdouble.h: double->int round added
        !          13401: 
        !          13402:        * src/classes/date.C: date bug fix, now
        !          13403:          round(floatDays*secondsPerDay)
        !          13404: 
        !          13405:        * src/classes/date.C: date bug fix, now
        !          13406:          round(floatDays*secondsPerDay)
        !          13407: 
        !          13408: 2002-09-20  paf
        !          13409: 
        !          13410:        * src/main/execute.C: code junction calls disabled [before: code
        !          13411:          was compiled in such a way, that there were no code-junctions in
        !          13412:          OP_CALL]
        !          13413: 
        !          13414:          this now error: @badjunctioncall[] ^badjunctioncallinside{code}
        !          13415: 
        !          13416:          @badjunctioncallinside[code] ^code[]
        !          13417: 
        !          13418:        * src/main/: compile.tab.C, compile.y: changed grammer on junction
        !          13419:          expanding to include ^junction.method
        !          13420: 
        !          13421:        * src/main/pa_common.C: -d "DIR/" now true
        !          13422: 
        !          13423:        * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
        !          13424:          as internal xdoc encoding, and after decoding attributes set by
        !          13425:          dom functions now encoded OK, not as digital entities
        !          13426: 
        !          13427:        * src/classes/xdoc.C: empty transform result, being taken as file
        !          13428:          now returns empty file, not raises stupid error about "stat-ed
        !          13429:          file"
        !          13430: 
        !          13431:        * src/types/pa_vhash.h: hash.foreach modification of existing keys
        !          13432:          allowed
        !          13433: 
        !          13434:        * src/types/types.dsp: introducing $junction.get/put(1) one can
        !          13435:          write iterators now:
        !          13436: 
        !          13437:          ^user-foreach[key;value]{$key=$value<br>}
        !          13438: 
        !          13439:          @user-foreach[key;value;code] ^for[i](1;10){    $code.key($i)
        !          13440:          $code.value($i*2)       $code }
        !          13441: 
        !          13442:        * src/main/compile_tools.h: mistype
        !          13443: 
        !          13444:        * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
        !          13445:          thus taking linking options configure changes into account [were:
        !          13446:          ignoring]
        !          13447: 
        !          13448:        * src/types/: pa_vjunction.C, Makefile.am: introducing
        !          13449:          $junction.get/put(1) one can write iterators now:
        !          13450: 
        !          13451:          ^user-foreach[key;value]{$key=$value<br>}
        !          13452: 
        !          13453:          @user-foreach[key;value;code] ^for[i](1;10){    $code.key($i)
        !          13454:          $code.value($i*2)       $code }
        !          13455: 
        !          13456:        * src/: include/pa_opcode.h, include/pa_request.h,
        !          13457:          main/compile.tab.C, main/compile.y, main/execute.C,
        !          13458:          main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
        !          13459:          introducing $junction.get/put(1) one can write iterators now:
        !          13460: 
        !          13461:          ^user-foreach[key;value]{$key=$value<br>}
        !          13462: 
        !          13463:          @user-foreach[key;value;code] ^for[i](1;10){    $code.key($i)
        !          13464:          $code.value($i*2)       $code }
        !          13465: 
        !          13466: 2002-09-19  paf
        !          13467: 
        !          13468:        * Makefile.am: new: make commit
        !          13469: 
        !          13470:        * aclocal.m4: forced to be older
        !          13471: 
        !          13472: 2002-09-18  paf
        !          13473: 
        !          13474:        * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
        !          13475:          src/main/compile.y, src/main/execute.C: << >> int shifts
        !          13476: 
        !          13477:        * src/: include/pa_common.h, include/pa_request.h,
        !          13478:          main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
        !          13479:          - now this - fatal error
        !          13480: 
        !          13481:        * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
        !          13482:          that one can pass binary data there
        !          13483: 
        !          13484:        * src/: classes/date.C, classes/double.C, classes/file.C,
        !          13485:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
        !          13486:          classes/op.C, classes/response.C, classes/string.C,
        !          13487:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
        !          13488:          include/pa_request.h: pa_request contexts made privated, plus
        !          13489:          get_{self/method_frame} to read.  Request_context_saver used in
        !          13490:          ^try to save flang too.  [were not saved]
        !          13491: 
        !          13492:        * src/types/pa_vresponse.C: header value chains joined before
        !          13493:          output, this should help $.subject[$var $var] from being
        !          13494:          converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
        !          13495: 
        !          13496: 2002-09-17  paf
        !          13497: 
        !          13498:        * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
        !          13499:          removed changes, operators executed with calling self.  lots of
        !          13500:          code with ^include code relies on defined/defining self variables
        !          13501: 
        !          13502:          $a[1] ^include[print_a.p] print_a.p: $a
        !          13503: 
        !          13504:          ^include[set_a.p] a=$a set_a.p: $a[1]
        !          13505: 
        !          13506:        * src/: classes/op.C, main/execute.C, main/pa_request.C,
        !          13507:          types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
        !          13508:          types/pa_vstateless_class.h: operators now executed with MAIN
        !          13509:          self.  it's for ^include sake, too strong a change
        !          13510: 
        !          13511:        * src/classes/op.C: made place for ^process to compile it's code to
        !          13512:          in case of no self
        !          13513: 
        !          13514:        * src/main/execute.C: found ancient param to Junction, removed.
        !          13515:          allowed passing self to native_code_operators [for ^process to
        !          13516:          work, she needs self]
        !          13517: 
        !          13518:        * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
        !          13519:          types/pa_vstateless_class.h: found ancient param to Junction,
        !          13520:          removed.  allowed passing self to native_code_operators [for
        !          13521:          ^process to work, she needs self]
        !          13522: 
        !          13523:        * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
        !          13524:          types/pa_value.h, types/pa_vmethod_frame.h,
        !          13525:          types/pa_vstateless_class.h: allowed Request.self to be 0,
        !          13526:          checked that in VMethodFrame get/put and $self.
        !          13527: 
        !          13528:        * src/classes/: table.C, xdoc.C: table::sql  options table::create
        !          13529:          copy options options checked, wrong option now fatal error
        !          13530: 
        !          13531:        * src/main/pa_string.C: string.replace fixed [were missing words on
        !          13532:          pieces boundaries]
        !          13533: 
        !          13534:        * bin/auto.p.dist.in: strange \n
        !          13535: 
        !          13536:        * configure, configure.in: .so now detected [can be .sl on hpux,
        !          13537:          .dll on cygwin, .so in other cases)
        !          13538: 
        !          13539:        * configure, configure.in, bin/auto.p.dist.in: .so now detected
        !          13540:          [can be .sl on hpux, .dll on cygwin, .so in other cases)
        !          13541: 
        !          13542:        * operators.txt, src/classes/hash.C, src/classes/table.C,
        !          13543:          src/include/pa_globals.h, src/main/pa_globals.C: table.sql
        !          13544:          hash::sql flag to allow duplicate keys [$.distinct(1/0)] first
        !          13545:          record taken [were last]
        !          13546: 
        !          13547:        * src/: classes/hash.C, classes/table.C,
        !          13548:          include/pa_sql_connection.h: table.sql hash::sql duplicate keys
        !          13549:          now errors
        !          13550: 
        !          13551:        * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
        !          13552: 
        !          13553:        * src/classes/: op.C, table.C: menu/for delims bug fixed [were
        !          13554:          ,2,3]
        !          13555: 
        !          13556: 2002-09-16  paf
        !          13557: 
        !          13558:        * src/classes/file.C: file::cgi line ends can be both unix & dos.
        !          13559:          and they can be unix [\n\n] on win when 'use CGI' used, it causes
        !          13560:          stdout to be binary.  now detected closest header break.
        !          13561: 
        !          13562:        * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?=  now
        !          13563:          closed right
        !          13564: 
        !          13565: 2002-09-13  paf
        !          13566: 
        !          13567:        * operators.txt, src/main/compile.tab.C, src/main/compile.y,
        !          13568:          src/main/compile_tools.h: (expression #comment)
        !          13569: 
        !          13570:          (multiline expression #comment  line2  #comment )
        !          13571: 
        !          13572:          (expression #comment with (brackets) comment) << OK
        !          13573: 
        !          13574:        * operators.txt, src/main/compile.tab.C, src/main/compile.y: !|
        !          13575:          bitwise !|| numerical xor now [preparing for expression
        !          13576:          #comments]
        !          13577: 
        !          13578:        * src/main/: compile.tab.C, compile.y: @method[$name] now parse
        !          13579:          error
        !          13580: 
        !          13581:        * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
        !          13582:          cheched in pa_socks.C
        !          13583: 
        !          13584:        * configure, configure.in, src/include/pa_config_auto.h.in:
        !          13585:          HAVE_WINSOCK_H created in configure.in
        !          13586: 
        !          13587:        * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
        !          13588:          cookie date now clean [were mistakenly tainted & that worked bad
        !          13589:          with opera -- 'happily' that worked OK with msie]
        !          13590: 
        !          13591: 2002-09-12  paf
        !          13592: 
        !          13593:        * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
        !          13594:          VClass get_element now first looks to fields, next to methods &
        !          13595:          co todo: the rest reason: more speed
        !          13596: 
        !          13597:        * src/main/untaint.C: quoted printable encoding stops before
        !          13598:          \s*<...>$
        !          13599: 
        !          13600:        * src/main/untaint.C: quoted printable ' ' now =20 and encoding
        !          13601:          stops before <...>$
        !          13602: 
        !          13603: 2002-09-11  paf
        !          13604: 
        !          13605:        * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
        !          13606:          xmlCharEncodingInput/OutputFunc callbacks returned bad value )
        !          13607:          forgot to check users of those funcs. not all were using that
        !          13608:          return value convention
        !          13609: 
        !          13610:        * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
        !          13611:          windows-1254 added
        !          13612: 
        !          13613: 2002-09-10  paf
        !          13614: 
        !          13615:        * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
        !          13616:          VCodeFrame parent param were specified badly
        !          13617: 
        !          13618:        * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
        !          13619:          WWrapper which used in constructing objects(second param to sql
        !          13620:          method) ^...sql{}[$.default{code}] now has parent, wich helps
        !          13621:          code in hash to survivi
        !          13622: 
        !          13623:        * src/: include/pa_request.h, main/execute.C: removed redundant
        !          13624:          param to execute [stack said 'thanks']
        !          13625: 
        !          13626:        * src/: classes/op.C, main/execute.C, types/pa_value.C,
        !          13627:          types/pa_value.h, types/pa_vcode_frame.h,
        !          13628:          types/pa_vmethod_frame.h, types/pa_wcontext.C,
        !          13629:          types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
        !          13630:          responsibility to wcontext
        !          13631: 
        !          13632:        * src/classes/file.C: decided not to log exec's with stderr, that
        !          13633:          could be warnings, and it's up to scritper to log/show them
        !          13634: 
        !          13635:        * src/: classes/double.C, main/execute.C: double:sql badly called
        !          13636:          write_assign_lang, not write_no_lang, thus doing unnecessary
        !          13637:          double/string converstion, which were loosing time&precesion
        !          13638: 
        !          13639:        * src/: main/pa_charset.C, types/pa_vmail.C:
        !          13640:          xmlCharEncodingInput/OutputFunc callbacks returned bad value in
        !          13641:          case of unfinished in buffer processing, causing accidental
        !          13642:          transcode stop [in case that source enc != utf-8 & there is
        !          13643:          incomplete utf-8 sequence at the end of 16000block iside of
        !          13644:          libxml lib] tfm readed & code updated
        !          13645: 
        !          13646: 2002-09-04  paf
        !          13647: 
        !          13648:        * configure: makes with sjlj
        !          13649: 
        !          13650:        * INSTALL, src/include/pa_config_fixed.h,
        !          13651:          src/include/pa_sql_connection.h,
        !          13652:          src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
        !          13653:          checked.  on win32 it made default
        !          13654: 
        !          13655:        * src/include/pa_config_auto.h.in: sjlj define
        !          13656: 
        !          13657:        * configure, configure.in: introducing --with-sjlj-exceptions [hpux
        !          13658:          can not work with longjump/throw pair, and one must switch that
        !          13659:          on there.  todo: detect that automatically]
        !          13660: 
        !          13661:        * src/types/pa_vxnode.C: removed too strong checks of
        !          13662:          xnode.elements.  now, for instance, if element does not have any
        !          13663:          attributes, $xnode.attributes is void, not error
        !          13664: 
        !          13665: 2002-09-02  paf
        !          13666: 
        !          13667:        * operators.txt, src/main/execute.C, src/targets/cgi/parser3.dsp:
        !          13668:          removed double_result, didn't help
        !          13669: 
        !          13670:        * src/main/execute.C: double_result made to move that var away from
        !          13671:          hungry g++ optimizer (-O2), before: it were optimized and
        !          13672:          comparison operators worked badly
        !          13673: 
        !          13674:        * src/types/pa_vdate.h: removed debug
        !          13675: 
        !          13676:        * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
        !          13677: 
        !          13678:        * src/main/execute.C: fixed numeric < & co so that thay now use
        !          13679:          c=a-b, c OPERATOR 0.  this works fine on solaris/intel for still
        !          13680:          unknown reason.
        !          13681: 
        !          13682: 2002-08-29  paf
        !          13683: 
        !          13684:        * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
        !          13685:          src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
        !          13686:          src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
        !          13687:          src/main/pa_request.C, src/targets/cgi/parser3.dsp,
        !          13688:          src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
        !          13689:          src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
        !          13690:          src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
        !          13691:          [called less frequent, allowed to remove ugly
        !          13692:          Junction.change_context-s from many places, switch,
        !          13693:          mail:send..html{}, ..] request.root renamed to method_frame [more
        !          13694:          easyreading] ancient {...PUSH/POPs...} changed to stack vars
        !          13695:          [speed up]
        !          13696: 
        !          13697: 2002-08-28  paf
        !          13698: 
        !          13699:        * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
        !          13700:          tainted
        !          13701: 
        !          13702:        * src/types/pa_vcookie.C: fixed cookie delete when
        !          13703:          $cookie:name[$.value[]]
        !          13704: 
        !          13705:        * operators.txt, src/classes/string.C:
        !          13706:          ^string.split[delim[;options]]
        !          13707: 
        !          13708: 2002-08-27  paf
        !          13709: 
        !          13710:        * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
        !          13711: 
        !          13712:        * operators.txt, src/main/compile.tab.C, src/main/compile.y: # now
        !          13713:          delimiter
        !          13714: 
        !          13715:        * INSTALL: recommended latest gmime 1.0.5
        !          13716: 
        !          13717: 2002-08-26  paf
        !          13718: 
        !          13719:        * configure, configure.in: apache13/hook added to make dist.
        !          13720: 
        !          13721: 2002-08-23  paf
        !          13722: 
        !          13723:        * src/: include/pa_common.h, main/pa_common.C,
        !          13724:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
        !          13725:          beside binary [cgi, isapi] not accessible [due to bad rights or
        !          13726:          whatever] it's error now
        !          13727: 
        !          13728: 2002-08-21  paf
        !          13729: 
        !          13730:        * Makefile.am: can use: make happy equals to make update install
        !          13731: 
        !          13732:        * src/main/: compile.tab.C, compile.y, compile_tools.C,
        !          13733:          compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
        !          13734:          class".  compiled as if here they named base class
        !          13735: 
        !          13736:        * src/main/pa_string.C: fixed bad language bug, [were wrong string
        !          13737:          cloning constructor]
        !          13738: 
        !          13739:        * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
        !          13740: 
        !          13741:        * bin/auto.p.dist.in, src/targets/cgi/parser3.C,
        !          13742:          src/types/pa_vfile.C, src/types/pa_vmail.C:
        !          13743:          $mail.received.file.value.content-type fixed
        !          13744: 
        !          13745: 2002-08-20  paf
        !          13746: 
        !          13747:        * src/classes/file.C: fixed language of file:file result
        !          13748: 
        !          13749:        * operators.txt, src/classes/void.C: ^void.pos[...] = -1 merged
        !          13750:          from 3.0.0005
        !          13751: 
        !          13752:        * operators.txt, src/classes/void.C: ^void.pos[...] = -1
        !          13753: 
        !          13754:        * operators.txt, src/classes/void.C: ^void.length[] = 0 merged from
        !          13755:          3.0.0005
        !          13756: 
        !          13757:        * src/classes/void.C, operators.txt: ^void.length[] = 0
        !          13758: 
        !          13759: 2002-08-19  paf
        !          13760: 
        !          13761:        * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
        !          13762:          work now
        !          13763: 
        !          13764:        * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
        !          13765:          error in xnode, which were not catched in xdoc]
        !          13766: 
        !          13767:        * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
        !          13768:          prepared:        // validate each document after load/create (?)
        !          13769:                 //xmlDoValidityCheckingDefaultValue = 1;
        !          13770: 
        !          13771: 2002-08-15  paf
        !          13772: 
        !          13773:        * src/classes/classes.h: write to static var caused useless
        !          13774:          Exception, introduced Methoded::put_element wich consumes those
        !          13775: 
        !          13776:        * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
        !          13777:          src/types/pa_vcookie.C, src/types/pa_vdate.h,
        !          13778:          src/types/pa_vresponse.C, src/types/pa_vresponse.h:
        !          13779:          $response:field[date] $response:field[$.xxx[date]]
        !          13780: 
        !          13781:        * src/: classes/hash.C, classes/string.C, classes/table.C,
        !          13782:          classes/void.C, include/pa_sql_connection.h: fixed source of
        !          13783:          ^hash::sql{bad}
        !          13784: 
        !          13785:        * operators.txt: $request:body unprecessed POST request body
        !          13786: 
        !          13787:        * src/types/pa_vrequest.C: $request:body unprecessed POST request
        !          13788: 
        !          13789:        * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
        !          13790:          pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
        !          13791: 
        !          13792:        * operators.txt, src/classes/form.C, src/include/pa_pool.h,
        !          13793:          src/include/pa_request.h, src/main/pa_pool.C,
        !          13794:          src/types/pa_vform.C, src/types/pa_vform.h: planning/preparing_to
        !          13795:          $request:body r.post_data now const
        !          13796: 
        !          13797:        * src/: classes/image.C, classes/op.C, classes/xdoc.C,
        !          13798:          classes/xnode.C, main/execute.C, types/pa_value.h,
        !          13799:          types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
        !          13800:          types/pa_vtable.h: instead of type() checking everywhere used
        !          13801:          Value.as now user descendants can be used in params.
        !          13802: 
        !          13803:          VObject::as_*, is_defined now taken from bases.  xtable(table)
        !          13804:          ^if($xtable) now OK
        !          13805: 
        !          13806:        * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
        !          13807:          types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
        !          13808:          types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
        !          13809: 
        !          13810: 2002-08-14  paf
        !          13811: 
        !          13812:        * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
        !          13813:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
        !          13814:          types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
        !          13815:          types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
        !          13816:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
        !          13817:          types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
        !          13818:          types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
        !          13819:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
        !          13820:          types/pa_vresponse.C, types/pa_vresponse.h,
        !          13821:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
        !          13822:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
        !          13823:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
        !          13824:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
        !          13825:          types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
        !          13826:          & VClass
        !          13827: 
        !          13828:        * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
        !          13829: 
        !          13830:        * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
        !          13831:          removed fixopt stupidity. on stupid linux use cd /document/root
        !          13832:          ../cgi/parser3 script
        !          13833: 
        !          13834:        * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
        !          13835:          params, splitting them by space, excluding argv[0], argv[argc-1]
        !          13836: 
        !          13837:        * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
        !          13838:          fixopt.h: fixopt now preprocesses command line params, splitting
        !          13839:          them by space, excluding argv[0], argv[argc-1]
        !          13840: 
        !          13841:        * src/targets/cgi/parser3.C: -f config file
        !          13842: 
        !          13843:        * src/targets/cgi/parser3.C: fixed .log file dir
        !          13844: 
        !          13845: 2002-08-13  paf
        !          13846: 
        !          13847:        * src/types/pa_vobject.C: allow override parent variables, useful
        !          13848:          for form descendants [in vobject too, were in vclass]
        !          13849: 
        !          13850:        * src/types/pa_vclass.C: allow override parent variables, useful
        !          13851:          for form descendants
        !          13852: 
        !          13853:        * src/types/pa_vclass.C: checked: form[vclass]fields can be
        !          13854:          overwritten in derived(table)
        !          13855: 
        !          13856:        * src/: classes/form.C, classes/mail.C, classes/op.C,
        !          13857:          classes/xnode.h, include/pa_request.h, main/execute.C,
        !          13858:          main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
        !          13859:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
        !          13860:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
        !          13861:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
        !          13862:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
        !          13863:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
        !          13864:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
        !          13865:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
        !          13866:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
        !          13867:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
        !          13868:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
        !          13869:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
        !          13870:          types/pa_vxnode.h, types/pa_wwrapper.h: introduced
        !          13871:          Value::get_element(..., bool looking_down) [needed to exclude
        !          13872:          endless recoursion]
        !          13873: 
        !          13874:        * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
        !          13875:          fix bug with put endless recoursion todo: check 'as'
        !          13876: 
        !          13877:        * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
        !          13878:          reorganized modules todo: fix bug with put endless recoursion
        !          13879:          todo: check 'as'
        !          13880: 
        !          13881:        * src/types/pa_vobject.h: checked: table fields can be overwritten
        !          13882:          in derived(table)
        !          13883: 
        !          13884:        * src/types/pa_vobject.h: derived classes can have fields of their
        !          13885:          own now
        !          13886: 
        !          13887:        * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
        !          13888:          fixed error message on using non-created table
        !          13889: 
        !          13890:        * src/: classes/form.C, classes/hash.C, classes/mail.C,
        !          13891:          classes/op.C, classes/xnode.h, include/pa_request.h,
        !          13892:          main/compile.C, main/compile.tab.C, main/execute.C,
        !          13893:          main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
        !          13894:          types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
        !          13895:          types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
        !          13896:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
        !          13897:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
        !          13898:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
        !          13899:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
        !          13900:          types/pa_vresponse.C, types/pa_vresponse.h,
        !          13901:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
        !          13902:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
        !          13903:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
        !          13904:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
        !          13905:          types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
        !          13906:          looking down/up tree todo: fix error message on non-constructed
        !          13907:          parents
        !          13908: 
        !          13909: 2002-08-12  paf
        !          13910: 
        !          13911:        * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
        !          13912:          derived OK
        !          13913: 
        !          13914:        * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
        !          13915:          thorough testing
        !          13916: 
        !          13917:        * src/: main/compile.tab.C, main/compile.y, main/execute.C,
        !          13918:          main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
        !          13919:          types/pa_vobject.h, types/pa_vstateless_class.h,
        !          13920:          types/pa_vstateless_object.h, types/pa_wcontext.h,
        !          13921:          types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
        !          13922:          ^base:create[] dynamic call rewritten todo: thorough testing
        !          13923: 
        !          13924:        * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
        !          13925:          now instantates base class, remembers it and saves child in
        !          13926:          parent VObject.get_class now returns last child = downward
        !          13927:          virtual calls OK
        !          13928: 
        !          13929:        * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
        !          13930:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
        !          13931:          types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
        !          13932:          types/pa_vobject.h, types/pa_vresponse.h,
        !          13933:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
        !          13934:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
        !          13935:          types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
        !          13936:          VAliased [redundant], moved $CLASS to VObject only [parser class
        !          13937:          instance]
        !          13938: 
        !          13939:        * bin/auto.p.dist.in: more like in dist on parser.ru
        !          13940: 
        !          13941:        * bin/auto.p.dist.in: fixed sendmail default comment
        !          13942: 
        !          13943:        * src/main/pa_request.C: $response:body[file] content-type check
        !          13944:          fixed [were bad when content-type is hash]
        !          13945: 
        !          13946: 2002-08-09  paf
        !          13947: 
        !          13948:        * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
        !          13949:          types/pa_vobject.h, types/pa_vxdoc.h: started as()
        !          13950: 
        !          13951: 2002-08-08  paf
        !          13952: 
        !          13953:        * operators.txt, src/classes/date.C, src/include/pa_globals.h,
        !          13954:          src/main/pa_globals.C: year column in month calendar [week year]
        !          13955: 
        !          13956:        * src/main/execute.C: error reporting on object writes to MAIN
        !          13957:          improved [were ruind with fixing $obj[^if(1){$obj}] ]
        !          13958: 
        !          13959:        * operators.txt, src/types/pa_vdate.h: $date.yearday
        !          13960:          $date.daylightsaving
        !          13961: 
        !          13962:        * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
        !          13963:          use tainted data now. only she must specify the language.
        !          13964: 
        !          13965:          ^mail:send[     $.from[paf@mail.design.ru]
        !          13966:          $.to[paf@mail.design.ru]        $.subject[^taint[uri][ìîñêâà]=2]
        !          13967:                $.text[^taint[uri][ìîñêâà]=] ]
        !          13968: 
        !          13969:        * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
        !          13970:          now prints more precise origin
        !          13971: 
        !          13972:        * src/include/pa_string.h: String::first_char now not fails on
        !          13973:          empty strings ^if(-f '') now ok and in 3 other places.
        !          13974: 
        !          13975:        * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
        !          13976:          String::first_char now not fails on empty strings ^if(-f '') now
        !          13977:          ok and in 3 other places.
        !          13978: 
        !          13979: 2002-08-07  paf
        !          13980: 
        !          13981:        * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
        !          13982:          fixed
        !          13983: 
        !          13984:        * src/main/pa_string.C: ^string.mid(0;bad) fixed
        !          13985: 
        !          13986:        * src/: main/execute.C, types/pa_vcode_frame.h,
        !          13987:          types/pa_vmethod_frame.h, types/pa_wcontext.C,
        !          13988:          types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
        !          13989:          mistakenly not completely transparent to object writes.
        !          13990:          $hash[^if(1){$hash}] now works
        !          13991: 
        !          13992:        * operators.txt, src/classes/op.C: ^cache...{...^cache<<to past...}
        !          13993:          now erasing cache file [there were bad check on that]
        !          13994: 
        !          13995:        * src/: classes/classes.dsp, classes/table.C,
        !          13996:          lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
        !          13997:          all Debug dirs in .dsp now named 'Debug'
        !          13998: 
        !          13999:        * etc/parser3.charsets/Makefile.am: all included into dist
        !          14000: 
        !          14001:        * operators.txt, src/classes/mail.C: exception_type  email.send
        !          14002: 
        !          14003:        * operators.txt, src/types/pa_vmail.C: exception_type  email.format
        !          14004: 
        !          14005:        * src/types/pa_vmail.C: mail:send empty  email checked
        !          14006: 
        !          14007: 2002-08-06  paf
        !          14008: 
        !          14009:        * operators.txt, src/classes/table.C, src/include/pa_array.h,
        !          14010:          src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
        !          14011:          ^table::create[$source;$.options] ^table::join[$source;$.options]
        !          14012: 
        !          14013:        * operators.txt, src/classes/hash.C, src/classes/string.C,
        !          14014:          src/classes/table.C: sql options can be string now ^xxx:sql{...}[
        !          14015:          #  $.default() }
        !          14016: 
        !          14017:        * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
        !          14018: 
        !          14019:        * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
        !          14020:          main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
        !          14021:          $file.content-type [instead of .mime-type] now works for
        !          14022:          file::stat also
        !          14023: 
        !          14024:        * src/main/pa_request.C: case insensitive mime_type_of
        !          14025: 
        !          14026:        * bin/auto.p.dist.in: jpeg
        !          14027: 
        !          14028: 2002-08-05  paf
        !          14029: 
        !          14030:        * src/types/pa_vxnode.C: xnode.childNodes  now 0... [were 1...]
        !          14031: 
        !          14032:        * src/types/pa_vmail.C: file buffer relocated to parser heap
        !          14033: 
        !          14034:        * operators.txt: comment on date:calendar week column
        !          14035: 
        !          14036:        * src/main/pa_common.C: write checked
        !          14037: 
        !          14038:        * src/main/: pa_common.C: write checked
        !          14039: 
        !          14040:        * src/classes/date.C: +1 buf size for stupid snprintfs
        !          14041: 
        !          14042:        * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
        !          14043:          month calendar week column [ISO 8601 Week Numbers]
        !          14044: 
        !          14045: 2002-08-02  paf
        !          14046: 
        !          14047:        * src/: include/pa_config_fixed.h, main/pa_string.C,
        !          14048:          targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
        !          14049:          DEBUG*
        !          14050: 
        !          14051:        * configure, configure.in, src/include/pa_version.h: release
        !          14052:          3_0_0005
        !          14053: 
        !          14054:        * bin/auto.p.dist.in: unhandled_exception comments
        !          14055: 
        !          14056:        * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
        !          14057:          multipart post fixed
        !          14058: 
        !          14059:        * operators.txt, src/main/pa_request.C, src/types/pa_vform.C:
        !          14060:          response transcoded source->client only when text/* or simple
        !          14061:          onoverridden $response:body
        !          14062: 
        !          14063: 2002-08-01  paf
        !          14064: 
        !          14065:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
        !          14066:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
        !          14067:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
        !          14068:          classes/op.C, classes/response.C, classes/string.C,
        !          14069:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
        !          14070:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
        !          14071:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
        !          14072:          include/pa_config_fixed.h, include/pa_dictionary.h,
        !          14073:          include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
        !          14074:          include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
        !          14075:          include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
        !          14076:          include/pa_socks.h, include/pa_sql_connection.h,
        !          14077:          include/pa_sql_driver_manager.h, include/pa_stack.h,
        !          14078:          include/pa_string.h, include/pa_stylesheet_connection.h,
        !          14079:          include/pa_stylesheet_manager.h, include/pa_table.h,
        !          14080:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
        !          14081:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
        !          14082:          lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
        !          14083:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
        !          14084:          main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
        !          14085:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
        !          14086:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
        !          14087:          main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
        !          14088:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
        !          14089:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
        !          14090:          main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
        !          14091:          targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
        !          14092:          targets/cgi/parser3.C, targets/cgi/pool_storage.h,
        !          14093:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
        !          14094:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
        !          14095:          types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
        !          14096:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
        !          14097:          types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
        !          14098:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
        !          14099:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
        !          14100:          types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
        !          14101:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
        !          14102:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
        !          14103:          types/pa_vmethod_frame.h, types/pa_vobject.h,
        !          14104:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
        !          14105:          types/pa_vresponse.h, types/pa_vstateless_class.C,
        !          14106:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
        !          14107:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
        !          14108:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
        !          14109:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
        !          14110:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
        !          14111:          types/pa_wcontext.h, types/pa_wwrapper.h: $Date: now$
        !          14112: 
        !          14113:        * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
        !          14114:          classes/date.C, classes/double.C, classes/file.C, classes/form.C,
        !          14115:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
        !          14116:          classes/math.C, classes/op.C, classes/response.C,
        !          14117:          classes/string.C, classes/table.C, classes/void.C,
        !          14118:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
        !          14119:          include/pa_array.h, include/pa_cache_managers.h,
        !          14120:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
        !          14121:          include/pa_config_fixed.h, include/pa_config_includes.h,
        !          14122:          include/pa_dictionary.h, include/pa_dir.h,
        !          14123:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
        !          14124:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
        !          14125:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
        !          14126:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
        !          14127:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
        !          14128:          include/pa_stack.h, include/pa_string.h,
        !          14129:          include/pa_stylesheet_connection.h,
        !          14130:          include/pa_stylesheet_manager.h, include/pa_table.h,
        !          14131:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
        !          14132:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
        !          14133:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
        !          14134:          main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
        !          14135:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
        !          14136:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
        !          14137:          main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
        !          14138:          main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
        !          14139:          main/pa_sql_driver_manager.C, main/pa_string.C,
        !          14140:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
        !          14141:          main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
        !          14142:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
        !          14143:          targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
        !          14144:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
        !          14145:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
        !          14146:          targets/isapi/pool_storage.h, types/pa_valiased.C,
        !          14147:          types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
        !          14148:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
        !          14149:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
        !          14150:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
        !          14151:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
        !          14152:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
        !          14153:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
        !          14154:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
        !          14155:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
        !          14156:          types/pa_vresponse.C, types/pa_vresponse.h,
        !          14157:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
        !          14158:          types/pa_vstateless_object.h, types/pa_vstatus.C,
        !          14159:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
        !          14160:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
        !          14161:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
        !          14162:          types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
        !          14163:          types/pa_wwrapper.h, types/types.dsp, Makefile.am,
        !          14164:          classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
        !          14165:          types/Makefile.am: ident.C* removed
        !          14166: 
        !          14167:        * operators.txt, src/classes/file.C, src/main/pa_request.C:
        !          14168:          file:find[/can/do/this/now.txt]
        !          14169: 
        !          14170:        * src/targets/cgi/parser3.C: usage to stdout now
        !          14171: 
        !          14172: 2002-07-31  paf
        !          14173: 
        !          14174:        * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
        !          14175: 
        !          14176:        * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
        !          14177:          default "postmaster"
        !          14178: 
        !          14179:        * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
        !          14180:          -f postmaster now default sendmail key word "postmaster"
        !          14181:          replaced to $.from
        !          14182: 
        !          14183: 2002-07-30  paf
        !          14184: 
        !          14185:        * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
        !          14186:          src/targets/cgi/parser3.C: removed pa_config_paths.h
        !          14187: 
        !          14188:        * src/main/pa_charset.C: comment
        !          14189: 
        !          14190:        * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
        !          14191:          table, &#decimal;
        !          14192: 
        !          14193:        * src/main/pa_request.C: comment
        !          14194: 
        !          14195:        * etc/parser3.charsets/windows-1251.cfg: section sign [russian
        !          14196:          paragraf]
        !          14197: 
        !          14198: 2002-07-11  paf
        !          14199: 
        !          14200:        * src/main/pa_exec.C: build command line badly added params twice
        !          14201:          [and first time without ' ']. double wrong. fixed.
        !          14202: 
        !          14203:        * src/main/pa_exec.C: invalid .exe caused error message with params
        !          14204:          wich parser did not provide = reported badly.  fixed that.
        !          14205: 
        !          14206:        * src/classes/mail.C: $MAIL[ # xxx ]
        !          14207: 
        !          14208:          now ok
        !          14209: 
        !          14210:        * operators.txt: plan: sql detailed exception
        !          14211: 
        !          14212: 2002-07-01  paf
        !          14213: 
        !          14214:        * src/: classes/form.C, main/pa_request.C: @conf bug fixed
        !          14215:          [MForm.configure_admin were called when request.main_class ==0
        !          14216: 
        !          14217:        * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
        !          14218: 
        !          14219:        * src/classes/form.C: content_length type fix
        !          14220: 
        !          14221: 2002-06-30  paf
        !          14222: 
        !          14223:        * src/classes/mail.C: merged from 4
        !          14224: 
        !          14225:        * src/classes/mail.C: restored $MAIL
        !          14226: 
        !          14227: 2002-06-28  paf
        !          14228: 
        !          14229:        * configure, configure.in: removed paths.h
        !          14230: 
        !          14231:        * configure, src/include/pa_version.h,
        !          14232:          src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
        !          14233:          merged, makes updated
        !          14234: 
        !          14235:        * ChangeLog, configure, operators.txt, src/classes/xdoc.C,
        !          14236:          src/include/pa_charset.h, src/include/pa_config_fixed.h,
        !          14237:          src/include/pa_pool.h, src/include/pa_version.h,
        !          14238:          src/main/pa_charset.C, src/main/pa_pool.C,
        !          14239:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
        !          14240:          src/types/pa_vmail.C: merged latest updates to head
        !          14241: 
        !          14242: 2002-06-27  paf
        !          14243: 
        !          14244:        * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
        !          14245:          not error now
        !          14246: 
        !          14247:        * operators.txt, src/classes/xdoc.C, src/include/pa_charset.h,
        !          14248:          src/include/pa_config_fixed.h, src/include/pa_pool.h,
        !          14249:          src/main/pa_charset.C, src/main/pa_pool.C:
        !          14250:          ^xdoc::create[[uri]]... base uri for document being created,
        !          14251:          imports and other relative file names would be relative to this
        !          14252:          uri default uri=path_translated
        !          14253: 
        !          14254:        * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
        !          14255: 
        !          14256: 2002-06-26  paf
        !          14257: 
        !          14258:        * configure, configure.in, src/include/pa_version.h:
        !          14259:          release_3_0_0004
        !          14260: 
        !          14261:        * src/main/pa_string.C: blank string '', ' <whitespace>' considered
        !          14262:          0 now
        !          14263: 
        !          14264:        * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
        !          14265: 
        !          14266: 2002-06-25  paf
        !          14267: 
        !          14268:        * src/main/pa_string.C: emtpy string, or string of whitespaces
        !          14269:          considered bad number now
        !          14270: 
        !          14271:        * operators.txt, src/classes/xdoc.C: ^xdoc.transform[xdoc <<can be
        !          14272:          now
        !          14273: 
        !          14274:        * operators.txt, src/classes/string.C: ^string.normalize  [old
        !          14275:          name: optimize
        !          14276: 
        !          14277:        * configure, configure.in, src/include/pa_config_auto.h.in: crypt
        !          14278:          library configured
        !          14279: 
        !          14280:        * src/main/pa_request.C: configure_admin forced if no @conf
        !          14281: 
        !          14282:        * operators.txt, bin/auto.p.dist.in, src/classes/math.C,
        !          14283:          src/types/pa_vmail.C: ^math:crypt updated to generate random salt
        !          14284:          when needed and to call system crypt() if not $apr1$ prefix
        !          14285: 
        !          14286: 2002-06-24  paf
        !          14287: 
        !          14288:        * INSTALL: --with-static/shared-mailreceive described
        !          14289: 
        !          14290:        * src/include/pa_config_fixed.h: ssize_t fixed
        !          14291: 
        !          14292:        * configure, configure.in, src/include/pa_config_auto.h.in,
        !          14293:          src/targets/cgi/Makefile.am, src/types/Makefile.am,
        !          14294:          src/types/pa_vmail.C: $mail:received makes update
        !          14295: 
        !          14296:        * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
        !          14297:          WITH_MAILRECEIVE
        !          14298: 
        !          14299:        * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
        !          14300: 
        !          14301:        * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
        !          14302:          option, for $mail:receive
        !          14303: 
        !          14304:        * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
        !          14305:          introducting $message:received ^mail:send rewritten with backward
        !          14306:          comp
        !          14307: 
        !          14308:        * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
        !          14309:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
        !          14310:          types/types.dsp: win32xml win32mailreceive pseudomodules paths
        !          14311:          now
        !          14312: 
        !          14313:        * operators.txt, src/classes/mail.C, src/include/Makefile.am,
        !          14314:          src/include/pa_charset.h, src/include/pa_config_fixed.h,
        !          14315:          src/include/pa_request.h, src/include/pa_string.h,
        !          14316:          src/include/pa_uue.h, src/main/Makefile.am, src/main/main.dsp,
        !          14317:          src/main/pa_globals.C, src/main/pa_request.C,
        !          14318:          src/main/pa_string.C, src/main/pa_uue.C,
        !          14319:          src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
        !          14320:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
        !          14321:          src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
        !          14322:          uue to separate file introducting $message:received ^mail:send
        !          14323:          rewritten with backward comp
        !          14324: 
        !          14325: 2002-06-21  paf
        !          14326: 
        !          14327:        * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
        !          14328:          co changes
        !          14329: 
        !          14330:        * configure, configure.in, src/lib/md5/Makefile.am,
        !          14331:          src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
        !          14332:          restructure .in and .am files appropriate changes
        !          14333: 
        !          14334:        * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
        !          14335:          pcre to libs/ added libs/md5 which is linked to non-apache
        !          14336:          targets ^math:crypt[password;$apr1$salt]
        !          14337: 
        !          14338:        * INSTALL, configure.in, operators.txt, parser3.dsw,
        !          14339:          src/Makefile.am, src/classes/Makefile.am,
        !          14340:          src/classes/classes.dsp, src/classes/math.C,
        !          14341:          src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
        !          14342:          src/lib/pcre/Makefile.am, src/lib/pcre/README,
        !          14343:          src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
        !          14344:          src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
        !          14345:          src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
        !          14346:          src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
        !          14347:          src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
        !          14348:          src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
        !          14349:          src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
        !          14350:          src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
        !          14351:          src/lib/pcre/pcre_parser_ctype.dsp,
        !          14352:          src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
        !          14353:          src/lib/pcre/win-koi.tab, src/main/Makefile.am,
        !          14354:          src/main/compile.tab.C, src/main/main.dsp,
        !          14355:          src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
        !          14356:          src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
        !          14357:          src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
        !          14358:          to libs/ added libs/md5 which is linked to non-apache targets
        !          14359:          ^math:crypt[password;$apr1$salt]
        !          14360: 
        !          14361: 2002-06-20  paf
        !          14362: 
        !          14363:        * INSTALL, configure, configure.in, operators.txt, bin/Makefile.am,
        !          14364:          bin/auto.p.dist.in, src/classes/file.C, src/classes/op.C,
        !          14365:          src/doc/doxygen.cfg, src/include/pa_globals.h,
        !          14366:          src/include/pa_request.h, src/main/execute.C,
        !          14367:          src/main/pa_request.C, src/targets/cgi/parser3.C,
        !          14368:          src/targets/isapi/parser3isapi.C, src/types/pa_vmethod_frame.h:
        !          14369:          marged latest HEAD updates, mainly file:justname&co &
        !          14370:          @auto/conf[filespec
        !          14371: 
        !          14372:        * operators.txt, src/classes/file.C:
        !          14373:          !^file:dirname[/a/some.tar.gz]=/a
        !          14374:              !^file:dirname[/a/b/]=/a
        !          14375:              !^file:basename[/a/some.tar.gz]=some.tar.gz
        !          14376:              !^file:justname[/a/some.tar.gz]=some.tar
        !          14377:              !^file:justext[/a/some.tar.gz]=gz
        !          14378: 
        !          14379:        * src/: classes/op.C, include/pa_request.h, main/execute.C,
        !          14380:          main/pa_request.C, types/pa_vmethod_frame.h: introducing
        !          14381:          @conf/auto[filespec]
        !          14382: 
        !          14383:        * bin/auto.p.dist.in: <noindex>
        !          14384: 
        !          14385:        * configure: parser3.conf renamed to auto.p autoconf changes
        !          14386: 
        !          14387:        * INSTALL, configure.in, operators.txt, bin/Makefile.am,
        !          14388:          bin/auto.p.dist.in, src/doc/doxygen.cfg,
        !          14389:          src/include/pa_globals.h, src/targets/cgi/parser3.C,
        !          14390:          src/targets/isapi/parser3isapi.C: parser3.conf renamed to auto.p
        !          14391: 
        !          14392: 2002-06-18  paf
        !          14393: 
        !          14394:        * configure, configure.in, src/include/pa_version.h: version to
        !          14395:          configure.in
        !          14396: 
        !          14397:        * INSTALL: reflected .conf.dist dir change
        !          14398: 
        !          14399:        * Makefile.am, configure, configure.in, bin/Makefile.am,
        !          14400:          etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
        !          14401:          .in & *.am updated
        !          14402: 
        !          14403:        * src/classes/file.C: strncasecmp
        !          14404: 
        !          14405:        * src/classes/file.C: strcasecmp
        !          14406: 
        !          14407:        * bin/Makefile.am, etc/Makefile.am: bin/parser3.conf.dist [moved
        !          14408:          from etc
        !          14409: 
        !          14410:        * src/classes/file.C: ^file::exec[script;$.bad error case
        !          14411:          insensitive check now
        !          14412: 
        !          14413:        * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
        !          14414: 
        !          14415:        * configure, configure.in, src/include/pa_pool.h,
        !          14416:          src/include/pa_types.h: pack configure.in detection simplified.
        !          14417:          figured out that gcc on sparc not that stupid as thought
        !          14418:          previously: on sparc: when it sees packed class it modifies it's
        !          14419:          field-access-code to byte operations [stb, ldub] instead of 4byte
        !          14420:          operations [st, lduh] so packed must be all parts of packed
        !          14421:          class, i.e. it's parents&fields(classes).  for now it's only
        !          14422:          String that packed and what was wrong is that it's parent -
        !          14423:          Pooled, were not packed. fixed that.
        !          14424: 
        !          14425: 2002-06-14  paf
        !          14426: 
        !          14427:        * operators.txt: more precise xml-to-text options
        !          14428: 
        !          14429:        * operators.txt, src/types/pa_vxnode.C: xnode
        !          14430:          attribute_node.name/value xnode pi.node.data
        !          14431: 
        !          14432: 2002-06-12  paf
        !          14433: 
        !          14434:        * configure, configure.in, src/targets/cgi/Makefile.am,
        !          14435:          src/targets/cgi/parser3.C: removed root conf define creation
        !          14436: 
        !          14437:        * INSTALL, configure.in, operators.txt, etc/Makefile.am,
        !          14438:          src/include/pa_globals.h, src/include/pa_request.h,
        !          14439:          src/main/compile.tab.C, src/main/pa_globals.C,
        !          14440:          src/main/pa_request.C, src/targets/cgi/parser3.C,
        !          14441:          src/targets/isapi/parser3isapi.C: parser3.conf now one and only
        !          14442: 
        !          14443:        * src/classes/mail.C: sendmail -ti [default now]
        !          14444: 
        !          14445:        * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
        !          14446:          to be strings. for convinient #ing
        !          14447: 
        !          14448:        * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
        !          14449:          main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
        !          14450: 
        !          14451:        * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
        !          14452:          main/pa_globals.C, main/pa_request.C: @conf
        !          14453: 
        !          14454: 2002-06-11  paf
        !          14455: 
        !          14456:        * src/classes/file.C: check simplified
        !          14457: 
        !          14458:        * src/: classes/file.C, targets/cgi/parser3.dsp,
        !          14459:          targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
        !          14460:          valid prefix
        !          14461: 
        !          14462:        * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
        !          14463:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
        !          14464:          file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
        !          14465: 
        !          14466: 2002-06-10  paf
        !          14467: 
        !          14468:        * operators.txt, src/classes/op.C, src/include/pa_common.h,
        !          14469:          src/main/pa_common.C: lock failures reported now
        !          14470: 
        !          14471:        * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
        !          14472:          string->double @ compile time were not-enough-checking...
        !          14473: 
        !          14474:        * src/main/: compile.tab.C, pa_string.C: whitespace after number in
        !          14475:          autoconvert now ignored
        !          14476: 
        !          14477:        * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
        !          14478:          check
        !          14479: 
        !          14480:        * src/classes/mail.C: mail netscape attachment name fixed. todo:
        !          14481:          $response:body content-type:name
        !          14482: 
        !          14483:        * configure, configure.in: hpux check, nsl link, no socket
        !          14484: 
        !          14485:        * operators.txt: old merge conflict removed
        !          14486: 
        !          14487:        * configure, configure.in: pack even address access on sparc&co
        !          14488:          arch checked in configure
        !          14489: 
        !          14490:        * configure, src/include/pa_version.h: makes
        !          14491: 
        !          14492:        * configure, configure.in, src/include/pa_version.h: makes
        !          14493: 
        !          14494:        * src/main/untaint.C: (bug#2) mail subject got always prepended
        !          14495:          with charset even when all letters were 7bit one
        !          14496: 
        !          14497:        * src/main/pa_common.C: merged fixed -d (bug)
        !          14498: 
        !          14499:        * src/main/pa_common.C: fixed -d (bug)
        !          14500: 
        !          14501: 2002-06-03  paf
        !          14502: 
        !          14503:        * ChangeLog, operators.txt, etc/parser3.charsets/windows-1251.cfg,
        !          14504:          src/classes/classes.dsp, src/main/compile.tab.C,
        !          14505:          src/main/main.dsp, src/main/pa_globals.C,
        !          14506:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
        !          14507:          src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
        !          14508:          .dsp-s along with reorganized cvs modules dirs structure
        !          14509: 
        !          14510:        * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
        !          14511:          main/pa_globals.C, targets/cgi/parser3.dsp,
        !          14512:          targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
        !          14513:          modules
        !          14514: 
        !          14515: 2002-05-28  paf
        !          14516: 
        !          14517:        * src/targets/cgi/parser3.C: info.uri now ""
        !          14518: 
        !          14519: 2002-05-17  paf
        !          14520: 
        !          14521:        * src/classes/: table.C: ^table.save << checked empty
        !          14522:          pre/match/post columns
        !          14523: 
        !          14524: 2002-05-16  paf
        !          14525: 
        !          14526:        * src/classes/image.C: image::measure can png now
        !          14527: 
        !          14528: 2002-05-15  paf
        !          14529: 
        !          14530:        * operators.txt, src/classes/date.C: ^date::create[%H:%M[:%S]]
        !          14531:          added
        !          14532: 
        !          14533:        * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
        !          14534: 
        !          14535:        * operators.txt, src/classes/date.C: ^date::create[%Y[-%m[-%d[
        !          14536:          %H[:%M[:%S]]]]]] [-%m now
        !          14537: 
        !          14538: 2002-05-14  paf
        !          14539: 
        !          14540:        * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
        !          14541: 
        !          14542: 2002-05-07  paf
        !          14543: 
        !          14544:        * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
        !          14545:          src/include/pa_globals.h, src/include/pa_request.h,
        !          14546:          src/include/pa_table.h, src/main/compile.tab.C,
        !          14547:          src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
        !          14548:          src/main/pa_request.C, src/main/pa_table.C,
        !          14549:          src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
        !          14550:          src/targets/isapi/parser3isapi.dsp,
        !          14551:          src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
        !          14552:          name2number field now &.  main_method_name now on Request pool
        !          14553:          rather on global_pool [Junction+VJunction created on same pool as
        !          14554:          name = were created on global pool, causing mem leaks]
        !          14555: 
        !          14556:        * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
        !          14557:          include/pa_request.h, include/pa_table.h, main/compile.tab.C,
        !          14558:          main/compile.y, main/main.dsp, main/pa_globals.C,
        !          14559:          main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
        !          14560:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
        !          14561:          targets/isapi/pool_storage.h, types/types.dsp: Table name2number
        !          14562:          field now &.  main_method_name now on Request pool rather on
        !          14563:          global_pool [Junction+VJunction created on same pool as name =
        !          14564:          were created on global pool, causing mem leaks]
        !          14565: 
        !          14566: 2002-05-06  paf
        !          14567: 
        !          14568:        * src/: main/pa_globals.C, targets/cgi/parser3.C,
        !          14569:          targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
        !          14570:          100*40 bytes per request memory leak [nonpool malloc in globals]
        !          14571: 
        !          14572:        * src/: main/pa_globals.C, targets/cgi/parser3.C,
        !          14573:          targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
        !          14574:          100*40 bytes per request memory leak [nonpool malloc in globals]
        !          14575: 
        !          14576: 2002-04-30  paf
        !          14577: 
        !          14578:        * configure, src/include/pa_version.h: version now not b
        !          14579: 
        !          14580:        * src/targets/cgi/parser3.C: request.uri now never 0
        !          14581: 
        !          14582: 2002-04-29  paf
        !          14583: 
        !          14584:        * configure.in: removed b
        !          14585: 
        !          14586:        * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
        !          14587:          Exception::comment/type checked in (), no there's no empty
        !          14588:          type/comment by default
        !          14589: 
        !          14590:        * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
        !          14591:          src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
        !          14592:          src/doc/value.dox, src/include/pa_exception.h,
        !          14593:          src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
        !          14594:          0001
        !          14595: 
        !          14596: 2002-04-26  paf
        !          14597: 
        !          14598:        * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
        !          14599:          size reduced
        !          14600: 
        !          14601: 2002-04-25  paf
        !          14602: 
        !          14603:        * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
        !          14604:          under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
        !          14605:          now that took into account
        !          14606: 
        !          14607:        * operators.txt, src/classes/date.C: ^date::create[2002-12-33
        !          14608:          01:03:04]
        !          14609: 
        !          14610:        * ChangeLog, operators.txt, src/classes/date.C:
        !          14611:          ^date::create[2002-12-33 01:03:04]
        !          14612: 
        !          14613:        * ChangeLog: updated changelog
        !          14614: 
        !          14615:        * src/classes/table.C: removed restriction on column count to
        !          14616:          ^table.hash to work, now must be >0 [were >1]
        !          14617: 
        !          14618: 2002-04-24  paf
        !          14619: 
        !          14620:        * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
        !          14621:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
        !          14622:          targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
        !          14623:          targets
        !          14624: 
        !          14625: 2002-04-23  paf
        !          14626: 
        !          14627:        * operators.txt, src/classes/string.C:
        !          14628:          int/double/string:sql{}[$.default{code}] fixed [were barking:
        !          14629:          "junction used outside of context"]
        !          14630: 
        !          14631: 2002-04-22  paf
        !          14632: 
        !          14633:        * types.txt, src/classes/string.C, src/include/pa_string.h,
        !          14634:          src/main/pa_string.C, src/types/pa_vstring.C,
        !          14635:          src/types/pa_vstring.h: ^string.optimize[]
        !          14636: 
        !          14637:        * src/: include/pa_globals.h, include/pa_table.h,
        !          14638:          main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
        !          14639:          table template
        !          14640: 
        !          14641:        * src/classes/: string.C: optimize removed from string
        !          14642:          .left/right/pos
        !          14643: 
        !          14644:        * src/main/execute.C: rolled back to
        !          14645:          before_killing_userjunction_contexts
        !          14646: 
        !          14647:        * src/main/execute.C: user junctions context killed
        !          14648: 
        !          14649:        * src/main/execute.C: junctions to local contexts got
        !          14650:          cleanized&checked later
        !          14651: 
        !          14652: 2002-04-19  paf
        !          14653: 
        !          14654:        * src/: classes/string.C, include/pa_request.h,
        !          14655:          include/pa_string.h, main/pa_request.C, main/pa_string.C,
        !          14656:          types/pa_vstring.C, types/pa_vstring.h: string now optimized
        !          14657:          prior to .left .right .mid .pos .match when that is profitable,
        !          14658:          and always before .replace when $ORIGINS(1) optimization disabled
        !          14659:          economy from not wasting mem on lots of strings which occur by
        !          14660:          lots of String:mid calls to get parts of source string between
        !          14661:          found_occurances
        !          14662: 
        !          14663:        * src/classes/file.C: ovector now local economy: 16 bytes per
        !          14664:          ^file:list
        !          14665: 
        !          14666:        * src/: include/pa_globals.h, include/pa_table.h,
        !          14667:          main/pa_globals.C, main/pa_string.C: String::match table columns
        !          14668:          globalized, not created @ each ^match anymore economy:
        !          14669:          sizeof(Array)+space on 3+x cells=24+ bytes per ^match
        !          14670: 
        !          14671:        * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
        !          14672:          removed from each String::match replace iteration, and made
        !          14673:          stacked sizeof(VTable)=12bytes economy on each replace code
        !          14674: 
        !          14675:        * src/doc/footer.htm: 2001,
        !          14676: 
        !          14677:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
        !          14678:          string.match[]['] option enables generation of $match.prematch
        !          14679:          .match .postmatch columns
        !          14680: 
        !          14681:        * src/main/pa_string.C: String::match options analized without
        !          14682:          cstr-ing them now
        !          14683: 
        !          14684:        * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
        !          14685:          sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
        !          14686:          config updated to doxygen 1.2.15, created helper which fixes
        !          14687:          minor bugs in chm project files & htm tree.  changed extension to
        !          14688:          .htm
        !          14689: 
        !          14690: 2002-04-18  paf
        !          14691: 
        !          14692:        * src/doc/doxygen.cfg: .chi generation disabled
        !          14693: 
        !          14694:        * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
        !          14695:          classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
        !          14696:          fields&methods
        !          14697: 
        !          14698:        * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
        !          14699:          types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
        !          14700:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
        !          14701:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
        !          14702:          types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
        !          14703:          types/pa_vresponse.h, types/pa_vstateless_class.h,
        !          14704:          types/pa_vstateless_object.h, types/pa_vstatus.h,
        !          14705:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
        !          14706:          types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
        !          14707:          VStateless_class to VObject
        !          14708: 
        !          14709:        * src/: main/pa_request.C, types/pa_valiased.h,
        !          14710:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
        !          14711:          types/pa_vstring.h: VStateless_string_object speicalized light
        !          14712:          version of VStateless_object
        !          14713: 
        !          14714:        * src/classes/op.C: ^throw comment param made optional
        !          14715: 
        !          14716:        * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
        !          14717:          pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
        !          14718:          and implemented down in VClass, fclass_alias removed,
        !          14719: 
        !          14720:        * src/types/pa_value.C: forced to cut that from .h because of
        !          14721:          VStateless_class usage [undefined in .h]
        !          14722: 
        !          14723:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
        !          14724:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
        !          14725:          main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
        !          14726:          merged with OP_CALL, VCodeFrame move to stack [no more heap waste
        !          14727:          on each CALL]
        !          14728: 
        !          14729:        * src/: classes/classes.h, classes/date.C, classes/double.C,
        !          14730:          classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
        !          14731:          classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
        !          14732:          classes/response.C, classes/string.C, classes/table.C,
        !          14733:          classes/void.C, classes/xnode.C, include/pa_globals.h,
        !          14734:          include/pa_request.h, main/execute.C, main/pa_globals.C,
        !          14735:          main/pa_request.C, types/Makefile.am, types/pa_value.h,
        !          14736:          types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
        !          14737:          types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
        !          14738:          types/pa_vstateless_class.h, types/pa_wcontext.C,
        !          14739:          types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
        !          14740:          removed Value::fname
        !          14741: 
        !          14742: 2002-04-17  paf
        !          14743: 
        !          14744:        * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
        !          14745:          doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
        !          14746:          doc/pooled.dox, doc/string.dox, doc/targets.dox,
        !          14747:          include/pa_pool.h, include/pa_types.h: dox updated to current
        !          14748:          state, PTHROW freshen to throw & co
        !          14749: 
        !          14750:        * src/types/pa_vhash.h: vstring wrong parent fixed
        !          14751: 
        !          14752:        * src/classes/op.C: taint local result var bug fixed
        !          14753: 
        !          14754: 2002-04-16  paf
        !          14755: 
        !          14756:        * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
        !          14757:          Attic asm.txt as most interesting
        !          14758: 
        !          14759:        * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
        !          14760:          check, preventing content-length: 0 from appearing
        !          14761: 
        !          14762:        * src/main/execute.C: $result in @main now taken into account as in
        !          14763:          usual functions
        !          14764: 
        !          14765:        * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
        !          14766:          & @unhandled_exception now taken into account as in usual
        !          14767:          functions
        !          14768: 
        !          14769:        * src/doc/postbuild.txt: instructions on post .html build
        !          14770: 
        !          14771:        * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
        !          14772: 
        !          14773:        * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
        !          14774:          tainted
        !          14775: 
        !          14776:        * src/main/pa_request.C: uri in error log
        !          14777: 
        !          14778:        * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
        !          14779:          cheched date:create(days) param for validity [later were assumed
        !          14780:          valid and crashed on invalid onces]
        !          14781: 
        !          14782:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
        !          14783:          main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
        !          14784:          and used that for removing VString wrapper
        !          14785: 
        !          14786:        * src/classes/op.C: exception2vhash file now tainted
        !          14787: 
        !          14788:        * src/classes/op.C: _process pseudo origin copied from local var to
        !          14789:          heap
        !          14790: 
        !          14791:        * src/classes/op.C: extra check on empty file in origin in _execute
        !          14792: 
        !          14793: 2002-04-15  paf
        !          14794: 
        !          14795:        * src/: main/execute.C, types/pa_value.h: fixed name update
        !          14796: 
        !          14797:        * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
        !          14798:          functions
        !          14799: 
        !          14800:        * src/: classes/file.C, classes/hash.C, classes/op.C,
        !          14801:          include/pa_request.h, main/execute.C, types/pa_wcontext.h:
        !          14802:          started dual write_xxx_lang functions, if checked & works
        !          14803: 
        !          14804:        * src/: classes/date.C, classes/file.C, classes/mail.C,
        !          14805:          classes/string.C, classes/xnode.C, include/pa_request.h,
        !          14806:          types/pa_value.h, types/pa_wcontext.h: removed absolutely
        !          14807:          unnecessary VString shells
        !          14808: 
        !          14809:        * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
        !          14810:          prev changes]
        !          14811: 
        !          14812:        * src/: classes/image.C, classes/op.C, classes/string.C,
        !          14813:          classes/table.C, include/pa_request.h, main/execute.C,
        !          14814:          types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
        !          14815:          StringOrValue wcontext result, now ready for dual writes
        !          14816: 
        !          14817:        * src/targets/cgi/parser3.C: ctime sometimes can be just "",
        !          14818:          checked that
        !          14819: 
        !          14820:        * src/main/: compile.tab.C, compile.y, compile_tools.C,
        !          14821:          compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
        !          14822:          changed to OP_WRITE_VALUE in var get cases
        !          14823: 
        !          14824:        * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
        !          14825:          include/pa_request.h, main/compile.tab.C, main/compile.y,
        !          14826:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
        !          14827:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
        !          14828:          switch in hash constructor fixed [were problems with using of
        !          14829:          stacked wwrapper after it's death]
        !          14830: 
        !          14831: 2002-04-12  paf
        !          14832: 
        !          14833:        * operators.txt, src/classes/table.C: table.select(expression) 0
        !          14834: 
        !          14835: 2002-04-11  paf
        !          14836: 
        !          14837:        * src/: classes/string.C, include/pa_request.h, main/execute.C:
        !          14838:          Request::process_internal codeFrame & wwrapper stacked [not
        !          14839:          wasting  heap anymore]
        !          14840: 
        !          14841: 2002-04-10  paf
        !          14842: 
        !          14843:        * src/: classes/double.C, classes/file.C, classes/hash.C,
        !          14844:          classes/image.C, classes/int.C, classes/math.C, classes/op.C,
        !          14845:          classes/string.C, classes/table.C, classes/void.C,
        !          14846:          classes/xdoc.C, include/pa_request.h, main/execute.C,
        !          14847:          main/pa_string.C: killed Request::process() wrapping
        !          14848:          VString(String) in case we need only String
        !          14849: 
        !          14850:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
        !          14851:          killed 8 bytes from String.head
        !          14852: 
        !          14853: 2002-04-09  paf
        !          14854: 
        !          14855:        * src/: main/compile.tab.C, targets/cgi/parser3.C,
        !          14856:          targets/isapi/parser3isapi.C: removed {   char *a;   {      /*sub
        !          14857:          local*/char b[...];      a=b; situations
        !          14858: 
        !          14859:        * operators.txt, src/classes/xdoc.C: xslt params made literal
        !          14860: 
        !          14861:        * src/classes/xdoc.C: xslt params fixed
        !          14862: 
        !          14863:        * src/: main/pa_common.C, targets/cgi/parser3.C,
        !          14864:          types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
        !          14865:          not pool.malloc(MAX_NUMBER) but really neaded
        !          14866: 
        !          14867:        * operators.txt, src/classes/double.C, src/classes/int.C:
        !          14868:          int/double.int/double(default)
        !          14869: 
        !          14870: 2002-04-04  paf
        !          14871: 
        !          14872:        * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
        !          14873:          [when reconstructing pieces were split by
        !          14874:          max_integral(piece.size), thus some strings to replace happen to
        !          14875:          be split into two = not replaced)
        !          14876: 
        !          14877:        * src/targets/cgi/: parser3.C, parser3.dsp: document root in
        !          14878:          standalone version = current dir
        !          14879: 
        !          14880:        * src/targets/cgi/parser3.C: document root in standalone version =
        !          14881:          current dir
        !          14882: 
        !          14883: 2002-04-03  paf
        !          14884: 
        !          14885:        * configure, configure.in: more checks on nonexistent charset
        !          14886: 
        !          14887:        * INSTALL, configure, configure.in: root config configure options
        !          14888: 
        !          14889: 2002-04-02  paf
        !          14890: 
        !          14891:        * src/main/compile.C: parser.compile [exception name more like in
        !          14892:          doc]
        !          14893: 
        !          14894: 2002-04-01  paf
        !          14895: 
        !          14896:        * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
        !          14897:          targets/isapi/parser3isapi.dsp: mail subject encoding taken from
        !          14898:          .content-type.charset, not .charset
        !          14899: 
        !          14900: 2002-03-29  paf
        !          14901: 
        !          14902:        * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
        !          14903: 
        !          14904:        * operators.txt, src/classes/date.C: ^date::create now may not
        !          14905:          supply day, default 1.  checked 29.03 -> 29.02 roll on non 366
        !          14906:          days' year.  | 31.05->31.04   roll
        !          14907: 
        !          14908: 2002-03-28  paf
        !          14909: 
        !          14910:        * operators.txt, src/classes/date.C, src/classes/op.C,
        !          14911:          src/include/pa_globals.h, src/include/pa_hash.h,
        !          14912:          src/main/pa_globals.C, src/types/pa_vdate.h: ^cache[file][date]{
        !          14913:          ^cache(seconds)    ^cache[date] }
        !          14914: 
        !          14915:        * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
        !          14916:          param
        !          14917: 
        !          14918: 2002-03-27  paf
        !          14919: 
        !          14920:        * operators.txt, src/classes/date.C, src/classes/double.C,
        !          14921:          src/classes/file.C, src/classes/form.C, src/classes/hash.C,
        !          14922:          src/classes/image.C, src/classes/int.C, src/classes/mail.C,
        !          14923:          src/classes/math.C, src/classes/op.C, src/classes/string.C,
        !          14924:          src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
        !          14925:          src/classes/xnode.C, src/include/pa_exception.h,
        !          14926:          src/include/pa_request.h, src/include/pa_stylesheet_connection.h,
        !          14927:          src/main/compile.C, src/main/compile_tools.C, src/main/execute.C,
        !          14928:          src/main/pa_array.C, src/main/pa_charset.C,
        !          14929:          src/main/pa_charsets.C, src/main/pa_common.C,
        !          14930:          src/main/pa_dictionary.C, src/main/pa_exception.C,
        !          14931:          src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
        !          14932:          src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
        !          14933:          src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
        !          14934:          src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
        !          14935:          src/types/pa_value.h, src/types/pa_vcookie.C,
        !          14936:          src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
        !          14937:          src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
        !          14938:          src/types/pa_vtable.C, src/types/pa_vxdoc.h,
        !          14939:          src/types/pa_vxnode.h, src/types/pa_wcontext.C,
        !          14940:          src/types/pa_wwrapper.h: assigned exception types
        !          14941: 
        !          14942:        * operators.txt, src/classes/op.C, src/include/pa_config_fixed.h,
        !          14943:          src/include/pa_request.h, src/main/execute.C,
        !          14944:          src/main/pa_request.C: decided agains resetting exception_trace,
        !          14945:          just changed name
        !          14946: 
        !          14947: 2002-03-26  paf
        !          14948: 
        !          14949:        * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
        !          14950:          fixed
        !          14951: 
        !          14952:        * src/classes/op.C: forced language of $source field of exception
        !          14953:          to 'tainted', so that sql-langed-frags could be outputed outside
        !          14954:          of connect
        !          14955: 
        !          14956:        * operators.txt: removed date.roll limit of +-1 offset
        !          14957: 
        !          14958:        * src/classes/date.C: removed date.roll limit of +-1 offset
        !          14959: 
        !          14960:        * operators.txt, src/classes/date.C: fixed date roll on
        !          14961:          daylightsaving days mktime took into account tm_isdst flag, which
        !          14962:          remained from BEFORE roll, but should have been reset
        !          14963: 
        !          14964: 2002-03-25  paf
        !          14965: 
        !          14966:        * operators.txt, src/targets/cgi/parser3.C:
        !          14967:          http_site_config_filespec
        !          14968: 
        !          14969:        * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
        !          14970:          main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
        !          14971:          with any/both --disable-foreign-group-files --disable-execs
        !          14972: 
        !          14973:        * INSTALL: "--with=sendmail=COMMAND" comment
        !          14974: 
        !          14975:        * INSTALL, configure, configure.in, src/classes/mail.C,
        !          14976:          src/include/pa_config_auto.h.in, src/main/pa_exec.C,
        !          14977:          src/targets/cgi/Makefile.am: --disable-foreign-group-files now
        !          14978:          disables execs also.  introducing --sendmail
        !          14979: 
        !          14980:        * operators.txt: pgsql options comment
        !          14981: 
        !          14982:        * INSTALL: comment on --disable-link-stdcpp
        !          14983: 
        !          14984:        * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
        !          14985:          libstdc++ link skipping configure option
        !          14986: 
        !          14987:        * src/: classes/op.C, include/pa_sql_connection.h: sql connection
        !          14988:          with error were put to cache with 'marked_to_rollback' flag, all
        !          14989:          consequent even OK requests rolled back
        !          14990: 
        !          14991: 2002-03-22  paf
        !          14992: 
        !          14993:        * src/main/pa_exec.C: createprocess nowindow flag check on readfile
        !          14994:          false return
        !          14995: 
        !          14996:        * operators.txt: few comments on sets
        !          14997: 
        !          14998: 2002-03-18  paf
        !          14999: 
        !          15000:        * operators.txt, src/classes/op.C, src/include/pa_exception.h,
        !          15001:          src/include/pa_globals.h, src/include/pa_request.h,
        !          15002:          src/include/pa_stack.h, src/main/pa_globals.C,
        !          15003:          src/main/pa_request.C: introducing ^try
        !          15004: 
        !          15005:        * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
        !          15006:          types/pa_vdouble.h: removed some tested @tests
        !          15007: 
        !          15008: 2002-03-15  paf
        !          15009: 
        !          15010:        * operators.txt, src/classes/table.C: ^table.locate(logical expr)
        !          15011: 
        !          15012: 2002-03-13  paf
        !          15013: 
        !          15014:        * src/main/pa_exception.C: checked not-pooled malloc
        !          15015: 
        !          15016: 2002-03-11  paf
        !          15017: 
        !          15018:        * INSTALL, configure, configure.in,
        !          15019:          src/include/pa_config_auto.h.in: --disable-foreign-group-files
        !          15020: 
        !          15021:        * src/main/pa_common.C: --disable-foreign-group-files
        !          15022: 
        !          15023:        * INSTALL: --disable-execs
        !          15024: 
        !          15025:        * src/main/pa_exec.C: --disable-execs
        !          15026: 
        !          15027:        * configure, configure.in, src/include/pa_config_auto.h.in:
        !          15028:          --disable-execs
        !          15029: 
        !          15030:        * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
        !          15031: 
        !          15032:        * src/types/pa_vfile.C: $file.text now 0A linebreaks,
        !          15033:          file::exec/cgi linebreaks "0D0A" changed to 0A onces
        !          15034: 
        !          15035: 2002-03-05  paf
        !          15036: 
        !          15037:        * operators.txt, src/classes/date.C: date week calendar columns
        !          15038:          named
        !          15039: 
        !          15040:        * operators.txt, src/classes/date.C: date week calendar columns
        !          15041:          named
        !          15042: 
        !          15043:        * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
        !          15044:          requires headers to be terminated with \r\n manually [refuses to
        !          15045:          separate header/body itself]
        !          15046: 
        !          15047:        * src/: main/pa_globals.C, targets/cgi/parser3.C,
        !          15048:          targets/isapi/parser3isapi.C: isapi site config beside .dll
        !          15049: 
        !          15050: 2002-03-04  paf
        !          15051: 
        !          15052:        * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
        !          15053:          in PASS language
        !          15054: 
        !          15055:        * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
        !          15056:          deserialize checks on broken file
        !          15057: 
        !          15058:        * src/targets/isapi/: pa_threads.C, parser3isapi.C,
        !          15059:          parser3isapi.dsp: isapi updated
        !          15060: 
        !          15061: 2002-03-01  paf
        !          15062: 
        !          15063:        * src/main/pa_exec.C: execle -> execve, now argc OK
        !          15064: 
        !          15065: 2002-02-28  paf
        !          15066: 
        !          15067:        * src/main/untaint.C: removed some debug comments
        !          15068: 
        !          15069:        * src/main/pa_charsets.C: when placing charset to cache using
        !          15070:          global name now [were request]
        !          15071: 
        !          15072:        * configure, configure.in: apache module updated
        !          15073: 
        !          15074:        * src/main/pa_string.C: origin by first piece preferred before last
        !          15075:          piece
        !          15076: 
        !          15077: 2002-02-27  paf
        !          15078: 
        !          15079:        * src/main/pa_charset.C: size_t
        !          15080: 
        !          15081:        * INSTALL: shared/static-xml with-pathlink
        !          15082: 
        !          15083:        * operators.txt: SMTP comment
        !          15084: 
        !          15085: 2002-02-26  paf
        !          15086: 
        !          15087:        * src/main/pa_exec.C: more precise names for vars, cosmetic
        !          15088: 
        !          15089:        * src/classes/xnode.C: in some situation, xpath query returned
        !          15090:          result with type NODESET, but empty nodeset member field, checked
        !          15091:          that
        !          15092: 
        !          15093: 2002-02-22  paf
        !          15094: 
        !          15095:        * INSTALL: without-zlib comment
        !          15096: 
        !          15097:        * etc/parser3.charsets/windows-1251.cfg: &deg;
        !          15098: 
        !          15099:        * configure, configure.in: glib###.a detection fixed
        !          15100: 
        !          15101:        * INSTALL: hashfile removed from INSTALL
        !          15102: 
        !          15103:        * Makefile.am: make update
        !          15104: 
        !          15105:        * src/main/pa_string.C: string iterators fixed again, so were
        !          15106:          String::join_chain
        !          15107: 
        !          15108:        * src/main/pa_string.C: string iterators fixed again, so were
        !          15109:          String::join_chain
        !          15110: 
        !          15111:        * src/: include/pa_string.h, main/pa_string.C: string iterators
        !          15112:          fixed again, so were String::join_chain
        !          15113: 
        !          15114:        * src/types/pa_vcookie.C: cookie "expires=0" =  "session"
        !          15115: 
        !          15116:        * operators.txt, src/types/pa_vcookie.C: cookie "expires=0" =
        !          15117:          "session"
        !          15118: 
        !          15119:        * configure, configure.in, src/include/pa_config_auto.h.in:
        !          15120:          --with-shared-xml --with-static-xml
        !          15121: 
        !          15122:        * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
        !          15123:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
        !          15124:          types/types.dsp: *.dsp: removed refereces to win32db & ancient
        !          15125:          xalan&xml
        !          15126: 
        !          15127:        * acconfig.h: acconfig move in cvs[from src/libltdl to /]
        !          15128: 
        !          15129:        * operators.txt, src/classes/classes.dsp, src/main/main.dsp,
        !          15130:          src/types/types.dsp: removed hashfile support from sources for
        !          15131:          now
        !          15132: 
        !          15133:        * configure, configure.in, src/classes/Makefile.am,
        !          15134:          src/classes/hashfile.C, src/include/Makefile.am,
        !          15135:          src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
        !          15136:          src/include/pa_db_manager.h, src/include/pa_db_table.h,
        !          15137:          src/main/Makefile.am, src/main/pa_db_connection.C,
        !          15138:          src/main/pa_db_manager.C, src/main/pa_db_table.C,
        !          15139:          src/main/pa_globals.C, src/targets/cgi/Makefile.am,
        !          15140:          src/types/Makefile.am, src/types/pa_vhashfile.C,
        !          15141:          src/types/pa_vhashfile.h: removed hashfile support for now
        !          15142: 
        !          15143: 2002-02-21  paf
        !          15144: 
        !          15145:        * src/main/untaint.C: removed debug code, activated commented-for
        !          15146:          debug parts
        !          15147: 
        !          15148:        * Makefile.am: make cvsupdate
        !          15149: 
        !          15150:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
        !          15151:          main/untaint.C: STRING_*FOREACH_ROW changed to stop at
        !          15152:          append_row, not at link zero now string to string appending works
        !          15153: 
        !          15154: 2002-02-20  paf
        !          15155: 
        !          15156:        * src/: include/pa_string.h, main/execute.C, main/untaint.C,
        !          15157:          targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
        !          15158:          DEBUG_STRING_APPENDS_VS_EXPANDS
        !          15159: 
        !          15160:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
        !          15161:          economy: 22%
        !          15162: 
        !          15163:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
        !          15164:          space uptimized: string::link_row removed
        !          15165: 
        !          15166:        * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
        !          15167:          main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
        !          15168:          main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
        !          15169:          types/pa_vstring.h: speed uptimized: string::is_empty
        !          15170: 
        !          15171:        * operators.txt, src/include/pa_common.h,
        !          15172:          src/include/pa_config_fixed.h, src/include/pa_string.h,
        !          15173:          src/include/pa_types.h, src/main/compile.tab.C,
        !          15174:          src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
        !          15175:          src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
        !          15176:          string append optimiziation idea and estimates
        !          15177: 
        !          15178: 2002-02-19  paf
        !          15179: 
        !          15180:        * src/classes/math.C: not used directly [but erroreously reported
        !          15181:          that 'is', thus registering twice&other probs]
        !          15182: 
        !          15183:        * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
        !          15184:          to node [element]
        !          15185: 
        !          15186:        * src/main/compile.C: without string_origins parse error
        !          15187:          file+line+col possible
        !          15188: 
        !          15189:        * src/main/: compile.C: without string_origins not worked
        !          15190: 
        !          15191: 2002-02-18  paf
        !          15192: 
        !          15193:        * src/types/pa_vdouble.h: since we have in_expression removed that
        !          15194:          trick i've installed into double::as_string
        !          15195: 
        !          15196:        * src/main/pa_globals.C: extern "C" was removed too fast
        !          15197: 
        !          15198:        * src/: include/pa_opcode.h, include/pa_request.h,
        !          15199:          main/compile.tab.C, main/compile.y, main/execute.C,
        !          15200:          types/pa_wcontext.h: in_expression aimed to solve old problem
        !          15201:          with string/nonstring values, now in expressions double/int
        !          15202:          values are passed as-is, without stupid tostring/fromstring
        !          15203:          conversions
        !          15204: 
        !          15205:        * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
        !          15206:          __cplusplus } #endif
        !          15207: 
        !          15208:        * src/main/compile.tab.C: bison env set so one could compile
        !          15209:          without cygwin installed
        !          15210: 
        !          15211:        * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
        !          15212:          targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
        !          15213:          gnome xml libs parser .dsp-s changed accordingly
        !          15214: 
        !          15215:        * operators.txt, src/targets/cgi/parser3.C: PARSER_ROOT_CONFIG
        !          15216: 
        !          15217:        * operators.txt, src/classes/date.C: date::create [were date::set,
        !          15218:          with backward comp
        !          15219: 
        !          15220:        * src/classes/math.C: math:random range check fixed
        !          15221: 
        !          15222:        * src/main/: compile.tab.C, compile.y: integer  division stops name
        !          15223: 
        !          15224:        * INSTALL: local install comment
        !          15225: 
        !          15226:        * ltconfig, ltmain.sh: removed libtool subpart files
        !          15227: 
        !          15228:        * acinclude.m4, aclocal.m4, configure, configure.in,
        !          15229:          src/include/pa_config_auto.h.in,
        !          15230:          src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
        !          15231:          src/targets/cgi/parser3.C: removed libtool usage from build mech
        !          15232: 
        !          15233:        * operators.txt: \ comment
        !          15234: 
        !          15235: 2002-02-13  paf
        !          15236: 
        !          15237:        * src/include/pa_config_includes.h: sys/time time both included
        !          15238:          now.  vaguely remember confilicts on this on some system [not on
        !          15239:          six|ablv] so when would see them again would think up proper
        !          15240:          check
        !          15241: 
        !          15242:        * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
        !          15243:          --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
        !          15244: 
        !          15245:        * src/main/pa_common.C: truncation never occured when writing files
        !          15246:          on unix [since i've changed cache mech] fix
        !          15247: 
        !          15248:        * src/main/pa_common.C: strnchr: sanity check added
        !          15249: 
        !          15250:        * etc/parser3.charsets/windows-1257.cfg: id added
        !          15251: 
        !          15252:        * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
        !          15253:          baltic charset file generated, in generation script ispunct check
        !          15254:          added
        !          15255: 
        !          15256: 2002-02-08  paf
        !          15257: 
        !          15258:        * src/: include/Makefile.am, sql/Makefile.am,
        !          15259:          targets/isapi/Makefile.am: forgotten makes
        !          15260: 
        !          15261:        * src/types/: pa_vcookie.C: VCookie::fill_fields one check
        !          15262:          forgotten
        !          15263: 
        !          15264:        * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
        !          15265: 
        !          15266:        * INSTALL, README: install&others updated
        !          15267: 
        !          15268:        * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
        !          15269: 
        !          15270:        * Makefile.am, configure, configure.in,
        !          15271:          etc/parser3.charsets/Makefile.am, src/Makefile.am,
        !          15272:          src/classes/Makefile.am, src/main/Makefile.am,
        !          15273:          src/main/pa_status_provider.C, src/targets/Makefile.am,
        !          15274:          src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
        !          15275:          works
        !          15276: 
        !          15277:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
        !          15278:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
        !          15279:          classes/hashfile.C, classes/int.C, classes/mail.C,
        !          15280:          classes/math.C, classes/op.C, classes/response.C,
        !          15281:          classes/string.C, classes/table.C, classes/void.C,
        !          15282:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
        !          15283:          include/pa_array.h, include/pa_cache_managers.h,
        !          15284:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
        !          15285:          include/pa_config_fixed.h, include/pa_config_includes.h,
        !          15286:          include/pa_db_connection.h, include/pa_db_manager.h,
        !          15287:          include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
        !          15288:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
        !          15289:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
        !          15290:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
        !          15291:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
        !          15292:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
        !          15293:          include/pa_stack.h, include/pa_string.h,
        !          15294:          include/pa_stylesheet_connection.h,
        !          15295:          include/pa_stylesheet_manager.h, include/pa_table.h,
        !          15296:          include/pa_threads.h, include/pa_types.h, main/compile.C,
        !          15297:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
        !          15298:          main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
        !          15299:          main/pa_db_connection.C, main/pa_db_manager.C,
        !          15300:          main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
        !          15301:          main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
        !          15302:          main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
        !          15303:          main/pa_sql_driver_manager.C, main/pa_status_provider.C,
        !          15304:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
        !          15305:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
        !          15306:          targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
        !          15307:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
        !          15308:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
        !          15309:          types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
        !          15310:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
        !          15311:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
        !          15312:          types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
        !          15313:          types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
        !          15314:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
        !          15315:          types/pa_vmethod_frame.h, types/pa_vobject.h,
        !          15316:          types/pa_vrequest.h, types/pa_vresponse.h,
        !          15317:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
        !          15318:          types/pa_vstateless_object.h, types/pa_vstatus.C,
        !          15319:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
        !          15320:          types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
        !          15321:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
        !          15322:          classes/image.C, main/pa_common.C, main/pa_exec.C,
        !          15323:          main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
        !          15324:          types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
        !          15325:          types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
        !          15326:          types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
        !          15327:          types/pa_vxnode.C, main/pa_charset.C: name spelling
        !          15328: 
        !          15329:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
        !          15330:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
        !          15331:          classes/hashfile.C, classes/image.C, classes/int.C,
        !          15332:          classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
        !          15333:          classes/string.C, classes/table.C, classes/void.C,
        !          15334:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
        !          15335:          include/pa_array.h, include/pa_cache_managers.h,
        !          15336:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
        !          15337:          include/pa_config_fixed.h, include/pa_config_includes.h,
        !          15338:          include/pa_db_connection.h, include/pa_db_manager.h,
        !          15339:          include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
        !          15340:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
        !          15341:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
        !          15342:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
        !          15343:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
        !          15344:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
        !          15345:          include/pa_stack.h, include/pa_string.h,
        !          15346:          include/pa_stylesheet_connection.h,
        !          15347:          include/pa_stylesheet_manager.h, include/pa_table.h,
        !          15348:          include/pa_threads.h, include/pa_types.h, main/compile.C,
        !          15349:          main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
        !          15350:          main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
        !          15351:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
        !          15352:          main/pa_db_connection.C, main/pa_db_manager.C,
        !          15353:          main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
        !          15354:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
        !          15355:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
        !          15356:          main/pa_socks.C, main/pa_sql_driver_manager.C,
        !          15357:          main/pa_status_provider.C, main/pa_string.C,
        !          15358:          main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
        !          15359:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
        !          15360:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
        !          15361:          targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
        !          15362:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
        !          15363:          targets/isapi/pool_storage.h, types/pa_valiased.C,
        !          15364:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
        !          15365:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
        !          15366:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
        !          15367:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
        !          15368:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
        !          15369:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
        !          15370:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
        !          15371:          types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
        !          15372:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
        !          15373:          types/pa_vresponse.h, types/pa_vstateless_class.C,
        !          15374:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
        !          15375:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
        !          15376:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
        !          15377:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
        !          15378:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
        !          15379:          types/pa_wcontext.h, types/pa_wwrapper.h: 2002
        !          15380: 
        !          15381: 2002-02-07  paf
        !          15382: 
        !          15383:        * src/main/pa_socks.C: swapped headers to avoid compiler warnings
        !          15384: 
        !          15385:        * configure, configure.in, src/include/pa_config_auto.h.in,
        !          15386:          src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
        !          15387:          added yet another locking function: fcntl
        !          15388: 
        !          15389:        * config.sub: on cygwin configure passes it with strange i1586
        !          15390:          const, hacked it to mean i586
        !          15391: 
        !          15392:        * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
        !          15393:          disabled $if reference due to conflicts with local variables
        !          15394: 
        !          15395:        * operators.txt, src/classes/xdoc.C, src/include/pa_config_fixed.h:
        !          15396:          xdoc::set obsolete now, now xdoc::create, with both sences
        !          15397: 
        !          15398:        * operators.txt, src/classes/table.C, src/include/pa_array.h,
        !          15399:          src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
        !          15400:          table::create now // 'set' name obsolete now table clone.
        !          15401: 
        !          15402:        * operators.txt, src/classes/string.C,
        !          15403:          src/include/pa_config_fixed.h, src/main/compile.tab.C:
        !          15404:          ^int/double/string.format now can be called with normal []
        !          15405:          brackets, not stupid {} as it were implemented for some strange
        !          15406:          reason.  retaining backward compatibility due to some
        !          15407:          already-implemented servers
        !          15408: 
        !          15409:        * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
        !          15410:          main/compile.y, main/compile_tools.C, main/compile_tools.h:
        !          15411:          operators now detected by check at name_without_curly_rdive_read
        !          15412:          rule whether diving code constists only of
        !          15413:          OP_VALUE+string+OP_GET_ELEMENT.  and last op code substituted
        !          15414:          with OP_GET_ELEMENT_OR_OPERATOR to form
        !          15415:          OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR.  code
        !          15416: 
        !          15417: 2002-02-06  paf
        !          15418: 
        !          15419:        * configure, configure.in: prefix expanded, grr
        !          15420: 
        !          15421:        * operators.txt, src/classes/mail.C: mail:send config changed
        !          15422: 
        !          15423: 2002-02-05  paf
        !          15424: 
        !          15425:        * operators.txt: regex options commented
        !          15426: 
        !          15427:        * src/main/: pa_exec.C: argv0 now correct
        !          15428: 
        !          15429:        * src/types/pa_vstatus.C: status:rusage 3
        !          15430: 
        !          15431:        * src/types/pa_vstatus.C: status:rusage 2
        !          15432: 
        !          15433:        * operators.txt: status:rusage described int operators
        !          15434: 
        !          15435:        * src/types/pa_vstatus.C: status:rusage 1
        !          15436: 
        !          15437:        * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
        !          15438:          src/types/types.dsp: status:rusage
        !          15439: 
        !          15440:        * configure.in, operators.txt, src/classes/file.C,
        !          15441:          src/classes/op.C, src/include/pa_common.h,
        !          15442:          src/include/pa_config_includes.h, src/main/compile.tab.C,
        !          15443:          src/main/pa_common.C: rewritten ^cache to use
        !          15444:          non-blocking-exclusive-caches
        !          15445: 
        !          15446:        * src/main/pa_common.C: text file read mode on win32 adjusted
        !          15447:          [speed impact. was off for debugging purpose, but forgotten
        !          15448:          afterwards]
        !          15449: 
        !          15450: 2002-02-01  paf
        !          15451: 
        !          15452:        * src/classes/op.C: file_write does EX lock after create, while
        !          15453:          file_read does SH after open, so there's a moment after create
        !          15454:          but before EX lock when read can sneak into, and read
        !          15455:          just-created-for-writing-and-not-yet-locked file, added a check
        !          15456:          for that in ^cache...read
        !          15457: 
        !          15458: 2002-01-31  paf
        !          15459: 
        !          15460:        * src/main/: compile.y, compile.tab.C: disabled operator call after
        !          15461:          ^xxx:
        !          15462: 
        !          15463:        * src/main/: compile.tab.C, execute.C: made operators lookup first
        !          15464:          in ^xxx situation.  so that one could not do $if[1] ^if[xxx]
        !          15465: 
        !          15466:        * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
        !          15467:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
        !          15468:          main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
        !          15469:          operators check 6.1 rewritten. now check is done at compile time
        !          15470: 
        !          15471:        * src/main/execute.C: operators check 5 floated up old error of
        !          15472:          staying in 'entered class/object' state after $a($a..) it
        !          15473:          prevented operators from being called thereafter
        !          15474: 
        !          15475:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
        !          15476:          main/execute.C: operators check 4 floated up old error of staying
        !          15477:          in 'entered object' state after ^a.a(a) it prevented operators
        !          15478:          from being called thereafter
        !          15479: 
        !          15480:        * src/main/execute.C: operators check 3 floated up old error of
        !          15481:          staying in 'entered class' state after $a:a(a) it prevented
        !          15482:          operators from being called thereafter
        !          15483: 
        !          15484:        * src/: main/execute.C, types/pa_wcontext.h: operators check 2
        !          15485:          floated up old error of staying in 'entered class' state after
        !          15486:          $a:a[a] it prevented operators from being called thereafter
        !          15487: 
        !          15488:        * src/main/execute.C: operators check, thay mistakenly seen in
        !          15489:          $class:operator   $object.operators contexts
        !          15490: 
        !          15491:        * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
        !          15492:          win32
        !          15493: 
        !          15494:        * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
        !          15495:          src/classes/Makefile.am, src/main/Makefile.am,
        !          15496:          src/targets/cgi/Makefile.am,
        !          15497:          src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
        !          15498:          src/types/Makefile.am: lowered indent.awk back to src/
        !          15499: 
        !          15500:        * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
        !          15501:          acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
        !          15502:          configure, configure.in, form.txt, ident.awk, install-sh,
        !          15503:          lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
        !          15504:          operators.txt, parser3.dsw, sql.txt, types.txt, etc/Makefile.am,
        !          15505:          etc/parser3.charsets/Makefile.am,
        !          15506:          etc/parser3.charsets/koi8-r.cfg,
        !          15507:          etc/parser3.charsets/windows-1250.cfg,
        !          15508:          etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
        !          15509:          src/classes/Makefile.am, src/include/pa_config_auto.h.in,
        !          15510:          src/main/Makefile.am, src/targets/cgi/Makefile.am,
        !          15511:          src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
        !          15512:          out of src, moved configure&co out of src added windows-1250.cfg
        !          15513:          straightened installation scripts procedure made
        !          15514:          targets/cgi/parser3.C be dependant on ./configure --sysconfdir
        !          15515:          change
        !          15516: 
        !          15517: 2002-01-30  paf
        !          15518: 
        !          15519:        * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
        !          15520:          removed] those comments were a mistake, and prevented libltdl
        !          15521:          from function properly
        !          15522: 
        !          15523: 2002-01-29  paf
        !          15524: 
        !          15525:        * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
        !          15526:          creation [modified acinclude.m4 which were creating int into just
        !          15527:          assignment LIBTOOL=../libtool] added default system
        !          15528:          config&charsetts prepared 'make install', now it installs
        !          15529:          targets/cgi/parser3 into bin directory etc/parser3.conf &
        !          15530:          etc/parser3.charsets/* into $sysconfdir and
        !          15531:          $sysconfdir/parser3.charsets respectively
        !          15532: 
        !          15533:        * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
        !          15534:          main/pa_globals.C: few forgotten ifdef XML added
        !          15535: 
        !          15536: 2002-01-28  paf
        !          15537: 
        !          15538:        * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
        !          15539:          removed
        !          15540: 
        !          15541:        * src/main/pa_exception.C: dom|generic error output fix
        !          15542: 
        !          15543:        * src/classes/xnode.C: xdoc.importNode 3 [check err]
        !          15544: 
        !          15545:        * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
        !          15546: 
        !          15547:        * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
        !          15548:          [fixed as_node helper func to accept docs]
        !          15549: 
        !          15550:        * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
        !          15551:          xdoc.importNode 0
        !          15552: 
        !          15553:        * src/classes/xdoc.C: xdoc::set now untaints OK
        !          15554: 
        !          15555: 2002-01-25  paf
        !          15556: 
        !          15557:        * src/main/: compile.tab.C, compile.y: #comment  before @ after
        !          15558:          @SPECIAL now works OK
        !          15559: 
        !          15560:        * src/main/: pa_exec.C: unix: exec now does chdir to script dir
        !          15561: 
        !          15562:        * src/main/pa_exec.C: max arg count now 10, and proper message on
        !          15563:          violation that added
        !          15564: 
        !          15565:        * src/classes/hash.C: unified  hash::sql, now
        !          15566:          ^hash::sql{query}[[$.limit(2) $.offset(4)]]
        !          15567: 
        !          15568:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
        !          15569:          ^file:lock[filename]{code}
        !          15570: 
        !          15571:        * src/: classes/file.C, classes/op.C, classes/string.C,
        !          15572:          classes/table.C, classes/xdoc.C, include/pa_common.h,
        !          15573:          main/pa_common.C, types/pa_vfile.h: removed redundant pool param
        !          15574:          to some pa_common funcs
        !          15575: 
        !          15576:        * src/: include/pa_charset.h, main/pa_globals.C:
        !          15577:          http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
        !          15578: 
        !          15579:        * src/: include/pa_charset.h, main/pa_charset.C,
        !          15580:          include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
        !          15581:          not stupid illegal define
        !          15582: 
        !          15583: 2002-01-24  paf
        !          15584: 
        !          15585:        * src/include/pa_version.h: changed version number
        !          15586: 
        !          15587:        * src/: classes/hashfile.C, include/pa_db_table.h,
        !          15588:          include/pa_opcode.h, main/compile.tab.C, main/compile.y,
        !          15589:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
        !          15590:          main/pa_db_connection.C, main/pa_db_table.C,
        !          15591:          types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
        !          15592:          hashfile without logfiles
        !          15593: 
        !          15594:        * src/: classes/hashfile.C, include/pa_db_table.h,
        !          15595:          main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
        !          15596:          types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
        !          15597:          of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
        !          15598:          DB_INIT_TXN init bits, thus got rid of huge log files, which
        !          15599:          cluttered disk without huge need]
        !          15600: 
        !          15601:        * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
        !          15602:          handy macro, which is strangly abscent in dome lib
        !          15603: 
        !          15604:        * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
        !          15605: 
        !          15606:        * src/classes/xdoc.C: checked empty response
        !          15607: 
        !          15608:        * src/classes/xnode.C: xdoc.select fixed context node [were always
        !          15609:          /, not self node]
        !          15610: 
        !          15611:        * src/classes/xnode.C: xnode.select returns array always now, in
        !          15612:          case 'nothing found' returns empty array
        !          15613: 
        !          15614:        * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
        !          15615:          be more tender with ctrl/c/v
        !          15616: 
        !          15617: 2002-01-23  paf
        !          15618: 
        !          15619:        * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
        !          15620:          substituted.         // 2. when dom tree with entites goes under
        !          15621:          transform text nodes        // got [erroreosly] cut on first
        !          15622:          entity occurance
        !          15623: 
        !          15624:        * src/types/pa_vdouble.h: double prec. todo: get rid of
        !          15625:          twice-converting
        !          15626: 
        !          15627:        * src/types/pa_vdouble.h: %.20E now float format when %g produced
        !          15628:          'e' in output this is for regretful twice-converting here:
        !          15629:          $a(double value) when they write double falue  they convert it to
        !          15630:          string first, thus %g were losing precesion.
        !          15631: 
        !          15632:          todo: think up some way to remove double->string string->double
        !          15633:          twice-converting
        !          15634: 
        !          15635:        * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
        !          15636:          %.20E now default float format this is for regretful
        !          15637:          twice-converting here: $a(double value) when they write double
        !          15638:          falue  they convert it to string first, thus %g were losing
        !          15639:          precesion.
        !          15640: 
        !          15641:          todo: think up some way to remove double->string string->double
        !          15642:          twice-converting
        !          15643: 
        !          15644:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
        !          15645:          main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
        !          15646:          reasons in comment inside
        !          15647: 
        !          15648:        * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
        !          15649:          statically linked]
        !          15650: 
        !          15651:        * src/: include/pa_exception.h, main/compile.tab.C,
        !          15652:          main/pa_exception.C: removed exception va_list constructor.  1.
        !          15653:          not needed anymore 2. there were a conflict[causing errors]
        !          15654:          between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
        !          15655:          never detected an ambiguilty here, compiling ctor(, "hello") into
        !          15656:          ctor(, va_list) which, of course, caused gpf
        !          15657: 
        !          15658:        * src/main/pa_globals.C: removed debug xslt messages
        !          15659: 
        !          15660: 2002-01-22  paf
        !          15661: 
        !          15662:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
        !          15663:          main/pa_globals.C: xsl stylesheet load: parsed entities, this
        !          15664:          helps compiling stylesheet properly.  example: this refused to
        !          15665:          work,             <b>&laquo;<xsl:value-of select="@title"
        !          15666:          />&raquo;</b> stranly worked only this way:
        !          15667:          <b>&#171;<xsl:value-of select="@title" />&raquo;</b>
        !          15668: 
        !          15669:          docs says "set it to 1", never going into details, so I decided
        !          15670:          to try NOT to do that
        !          15671: 
        !          15672:        * src/classes/table.C: join behaived badly in case named tables
        !          15673:          structure mismatched: 0 strings sneaked into dest failing
        !          15674:          afterwards.  replaced them with empty strings
        !          15675: 
        !          15676: 2002-01-21  paf
        !          15677: 
        !          15678:        * src/main/pa_charset.C: checked empty transcoders in
        !          15679:          transcode_cstr|buf
        !          15680: 
        !          15681:        * src/classes/xdoc.C: xdoc::load error source = filespec
        !          15682: 
        !          15683:        * src/classes/xdoc.C: transform error source now
        !          15684:          stylesheet_filespec
        !          15685: 
        !          15686:        * src/: classes/xdoc.C, classes/xnode.C,
        !          15687:          include/pa_stylesheet_connection.h, main/pa_charset.C,
        !          15688:          main/pa_globals.C, main/pa_sql_driver_manager.C,
        !          15689:          main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
        !          15690:          gnome
        !          15691: 
        !          15692:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
        !          15693:          include/pa_globals.h, include/pa_stylesheet_connection.h,
        !          15694:          main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
        !          15695:          xslt generic error 1
        !          15696: 
        !          15697:        * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
        !          15698:          xml generic message 1
        !          15699: 
        !          15700:        * src/classes/table.C: ^table::load empty lines or #comments before
        !          15701:          headline
        !          15702: 
        !          15703:        * src/: include/pa_array.h, include/pa_globals.h,
        !          15704:          include/pa_request.h, include/pa_threads.h, main/pa_array.C,
        !          15705:          main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
        !          15706:          targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
        !          15707:          errors 0
        !          15708: 
        !          15709: 2002-01-16  paf
        !          15710: 
        !          15711:        * src/: classes/hash.C, classes/op.C, classes/string.C,
        !          15712:          classes/table.C, classes/void.C, classes/xdoc.C,
        !          15713:          include/pa_db_connection.h, include/pa_request.h,
        !          15714:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
        !          15715:          include/pa_stylesheet_connection.h,
        !          15716:          include/pa_stylesheet_manager.h, main/pa_request.C,
        !          15717:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
        !          15718:          targets/cgi/pool_storage.h: auto closers to sql_connection,
        !          15719:          stylesheet_connection auto destroyers to remaining gnome objects
        !          15720: 
        !          15721:        * src/classes/xdoc.C: few comments
        !          15722: 
        !          15723: 2002-01-15  paf
        !          15724: 
        !          15725:        * src/classes/xdoc.C: xdoc   file   save   string
        !          15726: 
        !          15727:          ready.  todo: error handling
        !          15728: 
        !          15729:        * src/classes/xdoc.C: xdoc save rewritten using
        !          15730:          xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
        !          15731:          result
        !          15732: 
        !          15733:        * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
        !          15734:          started output options parsing
        !          15735: 
        !          15736: 2002-01-14  paf
        !          15737: 
        !          15738:        * src/classes/xdoc.C: method
        !          15739: 
        !          15740:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
        !          15741:          include/pa_pool.h, include/pa_stylesheet_connection.h,
        !          15742:          main/main.dsp, main/pa_charset.C, main/pa_globals.C,
        !          15743:          main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
        !          15744:          xslt transform0.  TODO:   use output options   handle errors
        !          15745: 
        !          15746:        * src/classes/: xdoc.C, xnode.C: ^xdoc.file
        !          15747: 
        !          15748: 2002-01-11  paf
        !          15749: 
        !          15750:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
        !          15751:          main/compile_tools.C, main/compile_tools.h, main/execute.C:
        !          15752:          partial logical && || evaluation
        !          15753: 
        !          15754:        * src/classes/xnode.C: xpath selectNodes
        !          15755: 
        !          15756:        * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
        !          15757:          string/number/bool
        !          15758: 
        !          15759:        * src/classes/xnode.C: xpath selectNode 2
        !          15760: 
        !          15761:        * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
        !          15762:          xpath selectNode 1
        !          15763: 
        !          15764: 2002-01-10  paf
        !          15765: 
        !          15766:        * src/classes/xnode.C: xpath selectNode -100 [just written]
        !          15767: 
        !          15768:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
        !          15769:          include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
        !          15770:          main/pa_pool.C: GdomeDOMString_auto_ptr  c++ wrapper [calls
        !          15771:          refcounter]
        !          15772: 
        !          15773: 2001-12-29  paf
        !          15774: 
        !          15775:        * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
        !          15776:          main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
        !          15777:          glib works 0
        !          15778: 
        !          15779: 2001-12-28  paf
        !          15780: 
        !          15781:        * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
        !          15782:          main/pa_exception.C: started glib transcoders
        !          15783: 
        !          15784:        * src/main/pa_globals.C: renamed gdome to libgdome.dll
        !          15785: 
        !          15786:        * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
        !          15787:          classes/xnode.C, classes/xnode.h, include/pa_exception.h,
        !          15788:          include/pa_globals.h, main/compile.tab.C, main/main.dsp,
        !          15789:          main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
        !          15790:          main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
        !          15791:          targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
        !          15792:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
        !          15793:          libs just compiled in.  no refcounting no xpath no xslt   yet
        !          15794: 
        !          15795: 2001-12-27  paf
        !          15796: 
        !          15797:        * src/: include/pa_charset.h, include/pa_common.h,
        !          15798:          include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
        !          15799:          main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
        !          15800:          main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
        !          15801:          targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
        !          15802:          types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
        !          15803:          from xalan&xerces, started the process.  globals [initialization
        !          15804:          pool [charset update charset [transcodings vxnode vxdoc [DOM
        !          15805:          calls
        !          15806: 
        !          15807:        * src/classes/Makefile.am: going away from xalan&xerces, not needed
        !          15808:          anymore
        !          15809: 
        !          15810: 2001-12-26  paf
        !          15811: 
        !          15812:        * src/: include/pa_charset.h, include/pa_charsets.h,
        !          15813:          main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
        !          15814:          key globalized [bug]
        !          15815: 
        !          15816: 2001-12-25  paf
        !          15817: 
        !          15818:        * src/: classes/mail.C, classes/table.C, include/pa_string.h,
        !          15819:          main/pa_string.C: table set & append changed splitting languages,
        !          15820:          separators now can be clean AND as-is same to mail command line
        !          15821:          $MAIN:MAIL.progX arguments
        !          15822: 
        !          15823: 2001-12-24  paf
        !          15824: 
        !          15825:        * src/classes/mail.C: one parted text messages - no multipart
        !          15826:          mime-type anymore.  for convinient if $.attach-ments
        !          15827: 
        !          15828:        * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
        !          15829:          main/pa_string.C: read from cache size check updated
        !          15830: 
        !          15831:        * src/main/: pa_string.C: String::join_chain another ugly bug :(
        !          15832: 
        !          15833: 2001-12-21  paf
        !          15834: 
        !          15835:        * src/classes/date.C: date:sql-string now returns localtime
        !          15836: 
        !          15837:        * src/main/pa_request.C: $result in @main actually not working, to
        !          15838:          hell with it for now
        !          15839: 
        !          15840:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
        !          15841:          types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
        !          15842:          @postprocess @exception
        !          15843: 
        !          15844:        * src/main/execute.C: junction evaluation canceled - endless
        !          15845:          recursion detected
        !          15846: 
        !          15847: 2001-12-19  paf
        !          15848: 
        !          15849:        * src/main/pa_charset.C: charset->charset transcoding via unicode
        !          15850:          intermediate
        !          15851: 
        !          15852:        * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
        !          15853: 
        !          15854:        * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
        !          15855: 
        !          15856:        * src/classes/op.C: ^cache keypath now relative
        !          15857: 
        !          15858:        * src/classes/mail.C: changed weighting prior to sort
        !          15859: 
        !          15860:        * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
        !          15861:          were missing
        !          15862: 
        !          15863: 2001-12-17  paf
        !          15864: 
        !          15865:        * src/main/pa_charset.C: ifndef XML were bad type
        !          15866: 
        !          15867:        * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
        !          15868:          outdated unset services_pool
        !          15869: 
        !          15870:        * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
        !          15871:          main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
        !          15872:          types/pa_vresponse.C: ^mail:send[    $.charset[zzz] addded
        !          15873: 
        !          15874:        * src/main/untaint.C: allowed space in filespec
        !          15875: 
        !          15876:        * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
        !          15877: 
        !          15878:        * src/classes/image.C: no govno
        !          15879: 
        !          15880:        * src/classes/image.C: govno
        !          15881: 
        !          15882: 2001-12-16  paf
        !          15883: 
        !          15884:        * src/include/: pa_charset.h, pa_charsets.h: forgot to add
        !          15885: 
        !          15886:        * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
        !          15887:          charset_connection&manager replaced by charset&charsets
        !          15888: 
        !          15889:        * src/main/pa_charset.C: name_cstr 0
        !          15890: 
        !          15891:        * src/main/untaint.C: uri lang now knows about client/source
        !          15892:          charsets
        !          15893: 
        !          15894:        * src/: classes/file.C, classes/math.C, classes/op.C,
        !          15895:          classes/string.C, classes/table.C, classes/xdoc.C,
        !          15896:          include/pa_array.h, include/pa_cache_managers.h,
        !          15897:          include/pa_charset_connection.h, include/pa_charset_manager.h,
        !          15898:          include/pa_common.h, include/pa_db_connection.h,
        !          15899:          include/pa_db_manager.h, include/pa_db_table.h,
        !          15900:          include/pa_dictionary.h, include/pa_exception.h,
        !          15901:          include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
        !          15902:          include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
        !          15903:          include/pa_sapi.h, include/pa_socks.h,
        !          15904:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
        !          15905:          include/pa_string.h, include/pa_stylesheet_connection.h,
        !          15906:          include/pa_stylesheet_manager.h, include/pa_table.h,
        !          15907:          include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
        !          15908:          main/pa_charset.C, main/pa_charset_connection.C,
        !          15909:          main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
        !          15910:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
        !          15911:          main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
        !          15912:          types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
        !          15913:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
        !          15914:          types/types.dsp: introducing Charset
        !          15915: 
        !          15916: 2001-12-14  paf
        !          15917: 
        !          15918:        * src/: include/pa_request.h, include/pa_transcoder.h,
        !          15919:          main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
        !          15920:          types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
        !          15921:          uri lang
        !          15922: 
        !          15923:        * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
        !          15924: 
        !          15925:        * src/targets/cgi/Makefile.am: -I../../pcre  to .am
        !          15926: 
        !          15927:        * src/: include/pa_globals.h, main/pa_globals.C: removed unused
        !          15928:          defalts_name global
        !          15929: 
        !          15930:        * src/: include/pa_charset_connection.h, include/pa_pool.h,
        !          15931:          include/pa_request.h, main/main.dsp,
        !          15932:          main/pa_charset_connection.C, main/pa_charset_manager.C,
        !          15933:          main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
        !          15934:          types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
        !          15935:          include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
        !          15936:          changed charset model.  now important: $request:charset
        !          15937:          $response:charset while $response:content-type.charset become
        !          15938:          unimportant [informational]
        !          15939: 
        !          15940: 2001-12-13  paf
        !          15941: 
        !          15942:        * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
        !          15943: 
        !          15944:        * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
        !          15945:          of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
        !          15946:          auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
        !          15947:          _Tp = FormatterListener] /usr/include/g++-3/memory:48:
        !          15948:          auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
        !          15949:          [with _Tp1 = FormatterListener, _Tp = FormatterListener]
        !          15950: 
        !          15951:        * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
        !          15952:          auto_ptr part other way, because of stupid gcc 2.96
        !          15953:          /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
        !          15954:          &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
        !          15955:          FormatterListener] /usr/include/g++-3/memory:48:
        !          15956:          auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
        !          15957:          _Tp1 = FormatterListener, _Tp = FormatterListener]
        !          15958: 
        !          15959:        * src/classes/xdoc.C: removed extra inc
        !          15960: 
        !          15961:        * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
        !          15962: 
        !          15963:        * src/include/pa_types.h: msvc head debugging flag
        !          15964: 
        !          15965:        * src/classes/xdoc.C: freed up listener
        !          15966: 
        !          15967:        * src/classes/string.C: change msg '... code is not code'
        !          15968: 
        !          15969:        * src/: main/pa_db_connection.C, main/pa_db_manager.C,
        !          15970:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
        !          15971:          targets/cgi/pool_storage.h: couple cache expiratiors were wrong
        !          15972:          [past/future prob]
        !          15973: 
        !          15974:        * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
        !          15975:          include/pa_config_fixed.h, include/pa_db_manager.h,
        !          15976:          include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
        !          15977:          main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
        !          15978: 
        !          15979:        * src/: include/pa_config_fixed.h, main/pa_common.C,
        !          15980:          main/pa_string.C: removed signed mismatch warnings
        !          15981: 
        !          15982:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
        !          15983:          'expires' from header outputs
        !          15984: 
        !          15985:        * src/main/pa_string.C: string::recustruct erroreusly used outdated
        !          15986:          row ptr
        !          15987: 
        !          15988:        * src/classes/file.C: file::cgi bug, request_method were passed to
        !          15989:          SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
        !          15990: 
        !          15991:        * src/classes/xdoc.C: lang list updated
        !          15992: 
        !          15993: 2001-12-10  paf
        !          15994: 
        !          15995:        * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
        !          15996: 
        !          15997:        * src/main/untaint.C: FILE_SPEC untainting changed so that one can
        !          15998:          erase files like that, knowing their full name introducing   //
        !          15999:          theoretical problem with, for instance, "_2B" and "." fragments,
        !          16000:          // they would yield the same    // because
        !          16001:          need_file_encode('_')=false  // but we need to delete such files
        !          16002:          somehow, getting names from ^index
        !          16003: 
        !          16004:        * src/main/pa_string.C: ^string.replace bug fixed [bad
        !          16005:          string::join_chank break]
        !          16006: 
        !          16007: 2001-12-07  paf
        !          16008: 
        !          16009:        * src/: classes/hashfile.C, classes/op.C, classes/table.C,
        !          16010:          include/pa_common.h, include/pa_config_auto.h.in,
        !          16011:          include/pa_config_fixed.h, include/pa_config_includes.h,
        !          16012:          include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
        !          16013:          main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
        !          16014:          types/pa_vhashfile.C: merged from r14_simple_cache
        !          16015: 
        !          16016:        * src/main/pa_string.C: stupid sparc architecture failed to access
        !          16017:          short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
        !          16018:             lduh  [ %i2 + 1 ], %l0
        !          16019: 
        !          16020:          bus error, fixed that
        !          16021: 
        !          16022:        * src/main/pa_string.C: strange string deserialize bug on
        !          16023:          client[pmts], a bit shortened,
        !          16024: 
        !          16025:        * src/include/pa_config_auto.h.in: makes
        !          16026: 
        !          16027:        * src/: include/pa_common.h, include/pa_config_fixed.h,
        !          16028:          include/pa_config_includes.h, main/pa_common.C: exclusive lock
        !          16029:          file write shared lock file read
        !          16030: 
        !          16031:        * src/: classes/op.C, include/pa_common.h,
        !          16032:          include/pa_config_fixed.h, main/pa_common.C: ^cache operator
        !          16033: 
        !          16034: 2001-12-06  paf
        !          16035: 
        !          16036:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
        !          16037:          main/pa_request.C: #ifdef RESOURCES_DEBUG
        !          16038: 
        !          16039:        * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
        !          16040:          info
        !          16041: 
        !          16042:        * src/classes/hashfile.C: removed transaction from ^cache
        !          16043: 
        !          16044: 2001-12-05  paf
        !          16045: 
        !          16046:        * src/targets/cgi/: parser3.C: fatal error reporting fixed.  in
        !          16047:          IIS5 there were a prob with illegal call check
        !          16048: 
        !          16049: 2001-12-04  paf
        !          16050: 
        !          16051:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
        !          16052:          main/pa_request.C: measures to log
        !          16053: 
        !          16054: 2001-11-23  paf
        !          16055: 
        !          16056:        * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
        !          16057:          main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
        !          16058:          types/pa_vhashfile.C: merged from _0014, 1
        !          16059: 
        !          16060:        * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
        !          16061:          main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
        !          16062:          hashfile bugfix2 more wrong sizes.  ^cache behaviour changed: if
        !          16063:          ^cache(33) would change
        !          16064: 
        !          16065:          0660 bits in file_write & hashfile create
        !          16066: 
        !          16067:        * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
        !          16068:          after pa_string optimization]
        !          16069: 
        !          16070: 2001-11-22  paf
        !          16071: 
        !          16072:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
        !          16073:          table.offset[whence]
        !          16074: 
        !          16075:        * src/classes/op.C: process cstr(,connection)
        !          16076: 
        !          16077:        * src/classes/op.C: process now gets its body on current language,
        !          16078:          not as-is
        !          16079: 
        !          16080:        * src/main/untaint.C: ORIGINS mode removed UHTML
        !          16081: 
        !          16082:        * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
        !          16083:          bit
        !          16084: 
        !          16085:        * src/classes/xdoc.C: cached xslt [removed nocache forcing]
        !          16086: 
        !          16087: 2001-11-21  paf
        !          16088: 
        !          16089:        * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
        !          16090:          <xsl:output output options made identical to xsl:output
        !          16091:          attributes exclusion:    cdata-section-elements what xalan can do
        !          16092:          but that not used now:    it can escape and remove CDATA sections
        !          16093: 
        !          16094:        * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
        !          16095:          produced by xslt
        !          16096: 
        !          16097:        * src/targets/cgi/parser3.C: removed debug cgi||1
        !          16098: 
        !          16099:        * src/main/: pa_string.C, untaint.C: cached some string::size() es
        !          16100: 
        !          16101:        * src/: classes/table.C, main/pa_string.C, main/untaint.C,
        !          16102:          targets/cgi/parser3.C: table.append bug fixed: forgot to switch
        !          16103:          default language for {code}, it happen to change it's language
        !          16104:          from CLEAN, so later refused to split by CLEAN \t
        !          16105: 
        !          16106: 2001-11-20  paf
        !          16107: 
        !          16108:        * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
        !          16109:          main/pa_exception.C, types/Makefile.am: moved ident.C & co to
        !          16110:          bottom of dependeces, so that errors would popup quicklier, fixed
        !          16111:          line numbering in table::sql
        !          16112: 
        !          16113: 2001-11-19  paf
        !          16114: 
        !          16115:        * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
        !          16116:          include/pa_types.h, main/pa_globals.C, main/pa_request.C,
        !          16117:          main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
        !          16118:          targets/isapi/parser3isapi.C, types/pa_wcontext.C,
        !          16119:          types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
        !          16120:          at wcontext.write
        !          16121: 
        !          16122:        * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
        !          16123:          _set_new_handler
        !          16124: 
        !          16125:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
        !          16126:          set_new_handler in apache&isapi
        !          16127: 
        !          16128: 2001-11-16  paf
        !          16129: 
        !          16130:        * src/targets/cgi/parser3.C: pool debug @ die
        !          16131: 
        !          16132:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
        !          16133:          removed 8 bytes from String, 2 bytes from
        !          16134:          string::chunk::row::item
        !          16135: 
        !          16136:        * src/main/pa_string.C: removed 1+4 bytes from String
        !          16137: 
        !          16138:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
        !          16139:          types/pa_vstring.C: removed 1+4 bytes from String
        !          16140: 
        !          16141:        * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
        !          16142:          0
        !          16143: 
        !          16144:        * src/: include/pa_globals.h, include/pa_string.h,
        !          16145:          include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
        !          16146:          main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
        !          16147:          targets/cgi/parser3.C: introducing estimating
        !          16148:          String::cstr_bufsize, 0
        !          16149: 
        !          16150:        * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
        !          16151: 
        !          16152:        * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
        !          16153: 
        !          16154:        * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
        !          16155:          include/pa_pool.h: die in pool::fail
        !          16156: 
        !          16157: 2001-11-15  paf
        !          16158: 
        !          16159:        * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
        !          16160:          main/pa_exception.C, targets/cgi/parser3.C: exception with
        !          16161:          dynamic buffer re-back now with counter
        !          16162: 
        !          16163:        * src/: include/pa_exception.h, main/pa_exception.C: exception with
        !          16164:          static buffer back
        !          16165: 
        !          16166:        * src/targets/cgi/parser3.C: std::
        !          16167: 
        !          16168:        * src/: classes/classes.awk, include/pa_config_auto.h.in,
        !          16169:          include/pa_config_includes.h: setnewhandler check
        !          16170: 
        !          16171:        * src/include/pa_config_auto.h.in: makes
        !          16172: 
        !          16173:        * src/targets/cgi/parser3.C: set_new_handler started
        !          16174: 
        !          16175: 2001-11-14  paf
        !          16176: 
        !          16177:        * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
        !          16178:          was wrong
        !          16179: 
        !          16180:        * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
        !          16181:          was wrong
        !          16182: 
        !          16183:        * src/main/pa_request.C: z
        !          16184: 
        !          16185:        * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
        !          16186:          full returns win32 -1 solaris >buffer_size
        !          16187: 
        !          16188:          checked all that
        !          16189: 
        !          16190:        * src/classes/op.C: ^untaint{body} as-is default now
        !          16191: 
        !          16192:        * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
        !          16193:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
        !          16194:          with no_bad_constructors_try
        !          16195: 
        !          16196:        * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
        !          16197:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
        !          16198:          this: $bred[^string::length[]] $bred[^response::clear[]]
        !          16199:          $bred[^int::int[]]
        !          16200: 
        !          16201:          now VObject creation moved into overriden
        !          16202:          VClass::create_new_value, thus 0 from create_new_value means that
        !          16203:          class has no ctors
        !          16204: 
        !          16205: 2001-11-13  paf
        !          16206: 
        !          16207:        * src/classes/classes.C: returned accedently removed if in foreach
        !          16208:          callbacks [when hash no-0-restructure]
        !          16209: 
        !          16210: 2001-11-12  paf
        !          16211: 
        !          16212:        * src/main/pa_pool.C: changed xdoc createXXX politics, now string
        !          16213:          passed as-is to method, xalan makes & into &amp; itself
        !          16214: 
        !          16215:        * src/classes/date.C: date.roll parser2 alg used
        !          16216: 
        !          16217:        * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
        !          16218:          include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
        !          16219:          main/pa_dictionary.C, main/pa_hash.C,
        !          16220:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
        !          16221:          now does not containt 0 values. put 0 actullay removes.  no check
        !          16222:          on 0 value in foreach now required
        !          16223: 
        !          16224: 2001-11-11  paf
        !          16225: 
        !          16226:        * src/sql/pa_sql_driver.h: removed extra constructor, doc
        !          16227: 
        !          16228:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
        !          16229: 
        !          16230:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
        !          16231:          driver initialize not const
        !          16232: 
        !          16233: 2001-11-10  paf
        !          16234: 
        !          16235:        * src/main/pa_exec.C: doc
        !          16236: 
        !          16237: 2001-11-09  paf
        !          16238: 
        !          16239:        * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
        !          16240:          param properly
        !          16241: 
        !          16242:        * src/classes/string.C: string.save now does untainting before
        !          16243:          saving
        !          16244: 
        !          16245:        * src/main/pa_common.C: line endings fixing fixed last piece[was
        !          16246:          still cstr oriented]
        !          16247: 
        !          16248:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
        !          16249:          line endings fixing got rid of cstr, now must work ok with post
        !          16250:          multipart
        !          16251: 
        !          16252:        * src/types/pa_vform.C: line endings fixed at post / multipart /
        !          16253:          not file  also now
        !          16254: 
        !          16255: 2001-11-08  paf
        !          16256: 
        !          16257:        * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
        !          16258:          include/pa_db_manager.h, include/pa_sql_driver_manager.h,
        !          16259:          include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
        !          16260:          main/pa_db_manager.C, main/pa_sql_driver_manager.C,
        !          16261:          main/pa_stylesheet_manager.C: restructured Cache manager to be
        !          16262:          simple parent, not second parent [gcc 2.96 strangly refused to
        !          16263:          call virtual from second parent]
        !          16264: 
        !          16265:        * src/: include/pa_common.h, main/Makefile.am,
        !          16266:          targets/cgi/pa_pool.C: makes
        !          16267: 
        !          16268:        * src/: include/pa_request.h, main/pa_request.C,
        !          16269:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
        !          16270:          'status' class enabler
        !          16271: 
        !          16272:          <Location /parser-status.html> ParserStatusAllowed </Location>
        !          16273: 
        !          16274:        * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
        !          16275:          include/pa_db_manager.h, include/pa_sql_driver_manager.h,
        !          16276:          include/pa_stylesheet_manager.h, main/main.dsp,
        !          16277:          main/pa_cache_managers.C, main/pa_charset_manager.C,
        !          16278:          main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
        !          16279:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
        !          16280:          types/pa_vstatus.h: cache_managers, maybe-expiring every request
        !          16281:          todo: apache 'status' class enabler
        !          16282: 
        !          16283: 2001-11-05  paf
        !          16284: 
        !          16285:        * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
        !          16286:          debug to normal
        !          16287: 
        !          16288:        * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
        !          16289:          hence i removed skipping 0 values in hash::for_each-es we need to
        !          16290:          check cleaned cache items manually. few more checks.
        !          16291: 
        !          16292:          expiring to 0 time was wrong, changed to 'now' time
        !          16293: 
        !          16294:        * src/targets/cgi/parser3.C: read can return 0, that means sort of
        !          16295:          sig_pipe on freebsd [moko's experiments].   checked that in cgi,
        !          16296:          on apache already done :)
        !          16297: 
        !          16298:        * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
        !          16299:          skipping 0 values in hash::for_each-es we need to check cleaned
        !          16300:          cache items manually
        !          16301: 
        !          16302:        * src/main/: pa_db_connection.C, pa_db_table.C:
        !          16303:          parser_multithreaded check was wrong
        !          16304: 
        !          16305:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
        !          16306:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
        !          16307:          classes/hashfile.C, classes/image.C, classes/int.C,
        !          16308:          classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
        !          16309:          classes/string.C, classes/table.C, classes/void.C,
        !          16310:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
        !          16311:          include/pa_array.h, include/pa_charset_connection.h,
        !          16312:          include/pa_charset_manager.h, include/pa_common.h,
        !          16313:          include/pa_config_fixed.h, include/pa_config_includes.h,
        !          16314:          include/pa_db_connection.h, include/pa_db_manager.h,
        !          16315:          include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
        !          16316:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
        !          16317:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
        !          16318:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
        !          16319:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
        !          16320:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
        !          16321:          include/pa_stack.h, include/pa_string.h,
        !          16322:          include/pa_stylesheet_connection.h,
        !          16323:          include/pa_stylesheet_manager.h, include/pa_table.h,
        !          16324:          include/pa_threads.h, include/pa_types.h, main/compile.C,
        !          16325:          main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
        !          16326:          main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
        !          16327:          main/pa_charset_manager.C, main/pa_common.C,
        !          16328:          main/pa_db_connection.C, main/pa_db_manager.C,
        !          16329:          main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
        !          16330:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
        !          16331:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
        !          16332:          main/pa_socks.C, main/pa_sql_driver_manager.C,
        !          16333:          main/pa_status_provider.C, main/pa_string.C,
        !          16334:          main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
        !          16335:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
        !          16336:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
        !          16337:          targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
        !          16338:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
        !          16339:          targets/isapi/pool_storage.h, types/pa_valiased.C,
        !          16340:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
        !          16341:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
        !          16342:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
        !          16343:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
        !          16344:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
        !          16345:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
        !          16346:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
        !          16347:          types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
        !          16348:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
        !          16349:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
        !          16350:          types/pa_vstateless_object.h, types/pa_vstatus.h,
        !          16351:          types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
        !          16352:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
        !          16353:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
        !          16354:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
        !          16355:          $status:db fixed used not initialized in db_connection & db_table
        !          16356: 
        !          16357:        * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
        !          16358:          $status:charset
        !          16359: 
        !          16360:        * src/: classes/xdoc.C, include/pa_db_connection.h,
        !          16361:          include/pa_stylesheet_connection.h,
        !          16362:          include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
        !          16363:          types/pa_vstatus.h: $status:stylesheet
        !          16364: 
        !          16365:        * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
        !          16366:          include/pa_request.h, include/pa_sql_connection.h,
        !          16367:          include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
        !          16368:          main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
        !          16369:          main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
        !          16370:          main/pa_sql_driver_manager.C, main/pa_status_provider.C,
        !          16371:          main/pa_stylesheet_manager.C, types/pa_vstatus.h,
        !          16372:          types/pa_vxnode.C, types/types.dsp: started status parser class
        !          16373: 
        !          16374: 2001-11-01  paf
        !          16375: 
        !          16376:        * src/include/pa_config_auto.h.in: makes
        !          16377: 
        !          16378:        * src/main/pa_hash.C: removed old extra include
        !          16379: 
        !          16380:        * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
        !          16381:          checks [for hp, there are such in math.h]
        !          16382: 
        !          16383:        * src/classes/op.C: ^for endless loop check strightened
        !          16384: 
        !          16385:        * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
        !          16386:          behavior in native calls.  it left unchanged, so ^for ^foreach &
        !          16387:          co can use r.root to write their i & key,value there
        !          16388: 
        !          16389:        * src/classes/op.C: detected for var storage bug, fixed.
        !          16390:          todo:foreach
        !          16391: 
        !          16392:        * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
        !          16393:          include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
        !          16394:          types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
        !          16395:          changing of hash inside of foreach
        !          16396: 
        !          16397:        * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
        !          16398:          ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
        !          16399:          were hash.foreach
        !          16400: 
        !          16401:        * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
        !          16402:          types/pa_vstring.C, types/pa_vstring.h:
        !          16403:          ^foreach[key|value]{body}[[separator]|{separator}]
        !          16404: 
        !          16405:        * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
        !          16406:          types/pa_vcookie.C: ^hash.delete[key]
        !          16407: 
        !          16408: 2001-10-31  paf
        !          16409: 
        !          16410:        * src/main/: compile.C, pa_common.C: completely empty file now
        !          16411:          considered "read", not ignored [not perfect trick used]
        !          16412: 
        !          16413:        * src/main/pa_common.C: simplier common ifdefs
        !          16414: 
        !          16415:        * src/main/pa_common.C: typing bug in common - bad ifdeff
        !          16416: 
        !          16417:        * src/main/pa_db_connection.C: z
        !          16418: 
        !          16419:        * src/main/: pa_db_connection.C, pa_sql_driver_manager.C:       //
        !          16420:          lockdetector flags
        !          16421:                  dbenv.lk_detect=DB_LOCK_RANDOM;
        !          16422: 
        !          16423:        * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
        !          16424:          from accidental show [imagine user forgot @exception]
        !          16425: 
        !          16426:        * src/classes/table.C: ^table.save[[nameless|+append;]path]
        !          16427: 
        !          16428:        * src/: classes/file.C, classes/image.C, classes/mail.C,
        !          16429:          classes/string.C, classes/xnode.C, include/pa_common.h,
        !          16430:          main/pa_common.C: ^string.save[[append;]path]
        !          16431: 
        !          16432:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
        !          16433:          main/execute.C: \ in expression: int divide 10/3=3
        !          16434: 
        !          16435:        * src/types/pa_vhashfile.h: hashfile  ^delete to do something only
        !          16436:          inside of ^cache
        !          16437: 
        !          16438:        * src/: include/pa_threads.h, main/pa_db_connection.C,
        !          16439:          main/pa_db_table.C, targets/cgi/pa_threads.C,
        !          16440:          targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
        !          16441:          needed
        !          16442: 
        !          16443: 2001-10-30  paf
        !          16444: 
        !          16445:        * src/: classes/classes.dsp, main/main.dsp,
        !          16446:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
        !          16447:          types/types.dsp: enabled debug incremental compile
        !          16448: 
        !          16449:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
        !          16450:          form post data line endings not reformatted now.
        !          16451: 
        !          16452:        * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
        !          16453:          now required [had bug when file= has no value]
        !          16454: 
        !          16455:        * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
        !          16456:          pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
        !          16457:          cstr(asis) default param removed
        !          16458: 
        !          16459:        * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
        !          16460: 
        !          16461:        * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
        !          16462: 
        !          16463:        * src/include/pa_dir.h: LOAD_DIR fixed
        !          16464: 
        !          16465:        * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
        !          16466:          was broken} fix_line_breaks
        !          16467: 
        !          16468:        * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
        !          16469:          pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
        !          16470:          packed with #pragma pack
        !          16471: 
        !          16472:        * src/include/pa_config_auto.h.in: pragma detection
        !          16473: 
        !          16474: 2001-10-29  paf
        !          16475: 
        !          16476:        * src/types/pa_wcontext.h: bitfield syntax stricter
        !          16477: 
        !          16478:        * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
        !          16479:          string hash.puts
        !          16480: 
        !          16481:        * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
        !          16482: 
        !          16483:        * src/include/pa_sql_connection.h: there were one wrong
        !          16484:          SQL_CONNECTION_FUNC_GUARDED [failed]
        !          16485: 
        !          16486:        * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
        !          16487:          param.someday either ifdef or remove it
        !          16488: 
        !          16489:        * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
        !          16490: 
        !          16491:        * src/main/untaint.C: optimizing returned after debugging
        !          16492: 
        !          16493:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
        !          16494:          main/untaint.C: memory hunging #pragma pack(1)
        !          16495: 
        !          16496:          16 419 844 13 169 394
        !          16497: 
        !          16498:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
        !          16499:          targets/cgi/pa_pool.C: String size_t replace to uint in proper
        !          16500:          places [todo:Array]
        !          16501: 
        !          16502:        * src/: main/execute.C, targets/cgi/pa_pool.C,
        !          16503:          targets/cgi/parser3.dsp, types/pa_wcontext.h,
        !          16504:          types/pa_wwrapper.h: debugging memory WContext flags to bits
        !          16505: 
        !          16506:          total 5 652 652/158731 total 5 469 332/158731
        !          16507: 
        !          16508:        * src/: include/pa_array.h, main/pa_array.C: debugging memory
        !          16509:          Array:: without cache in get/put now
        !          16510: 
        !          16511:          [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
        !          16512:          18:25:27 2001] total 5 652 652/158731
        !          16513: 
        !          16514:        * src/: include/pa_string.h, main/pa_string.C,
        !          16515:          targets/cgi/pa_pool.C: debugging memory String::fused_rows func
        !          16516:          now
        !          16517: 
        !          16518:          [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
        !          16519:          18:11:53 2001] total 5796092/158731
        !          16520: 
        !          16521:        * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
        !          16522:          main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
        !          16523:          key ref now
        !          16524: 
        !          16525:          [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
        !          16526:          17:11:17 2001] total 16867948/202658
        !          16527: 
        !          16528:        * src/: classes/file.C, classes/image.C, classes/string.C,
        !          16529:          classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
        !          16530:          main/execute.C, main/pa_array.C, main/pa_common.C,
        !          16531:          main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
        !          16532:          main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
        !          16533:          types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
        !          16534:          string::as_int/double now usually uses stack, not heap [200K out
        !          16535:          of 17M :)] VString(String&) not copies reference [29M -> 17M]
        !          16536: 
        !          16537:        * src/main/pa_sql_driver_manager.C: ping to have services [old
        !          16538:          hiding bug]
        !          16539: 
        !          16540:        * src/Makefile.am: .am order
        !          16541: 
        !          16542:        * src/: include/pa_array.h, include/pa_charset_manager.h,
        !          16543:          include/pa_db_connection.h, include/pa_db_manager.h,
        !          16544:          include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
        !          16545:          include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
        !          16546:          include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
        !          16547:          types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
        !          16548:          required "friend class"
        !          16549: 
        !          16550:          ../include/pa_request.h:51: friend declaration requires
        !          16551:          class-key, i.e. `friend    class Temp_lang'
        !          16552: 
        !          16553:        * src/: include/pa_exception.h, include/pa_sql_connection.h,
        !          16554:          main/pa_exception.C, main/pa_sql_driver_manager.C,
        !          16555:          sql/pa_sql_driver.h: sql driver impl changed in _throw part.
        !          16556: 
        !          16557:          the idea is to #1 jump to C++ some function to main body, where
        !          16558:          every function stack frame has exception unwind information and
        !          16559:          from there... #2 propagate_exception()
        !          16560: 
        !          16561: 2001-10-28  paf
        !          16562: 
        !          16563:        * src/main/pa_db_connection.C: removed old consts
        !          16564: 
        !          16565:        * src/main/pa_db_connection.C: expire table [was accidently pasted
        !          16566:          with wrong type/cast]
        !          16567: 
        !          16568:        * src/main/: pa_db_connection.C, pa_db_table.C: exception
        !          16569:          translation
        !          16570: 
        !          16571:        * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
        !          16572:          remember to build DB2 with -fexceptions!!!
        !          16573: 
        !          16574:        * src/main/pa_db_table.C: DB_RMW defed
        !          16575: 
        !          16576:        * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
        !          16577:          include/pa_db_connection.h, include/pa_db_manager.h,
        !          16578:          include/pa_db_table.h, main/pa_db_connection.C,
        !          16579:          main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
        !          16580: 
        !          16581: 2001-10-27  paf
        !          16582: 
        !          16583:        * src/: classes/hashfile.C, include/pa_db_connection.h,
        !          16584:          include/pa_db_table.h, main/pa_db_connection.C,
        !          16585:          main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
        !          16586:          types/pa_vhashfile.C: DB2 ifdefs
        !          16587: 
        !          16588:        * src/: classes/Makefile.am, include/pa_config_fixed.h,
        !          16589:          main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
        !          16590:          makes with DB2
        !          16591: 
        !          16592:        * src/: include/pa_config_auto.h.in, main/Makefile.am,
        !          16593:          types/Makefile.am: makes db
        !          16594: 
        !          16595:        * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
        !          16596:          targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
        !          16597:          globals.C
        !          16598: 
        !          16599:        * src/: classes/hashfile.C, include/pa_db_connection.h,
        !          16600:          include/pa_db_table.h, main/pa_db_connection.C,
        !          16601:          main/pa_db_table.C: ^hashfile.clear[]
        !          16602: 
        !          16603:        * src/classes/classes.awk: no $ in var names
        !          16604: 
        !          16605:        * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
        !          16606:          connection&table [forgotten calls]
        !          16607: 
        !          16608: 2001-10-26  paf
        !          16609: 
        !          16610:        * src/main/pa_db_connection.C: db checkpoints
        !          16611: 
        !          16612:        * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
        !          16613:          checkpoints
        !          16614: 
        !          16615:        * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
        !          16616:          default. but entities still reparsed. todo: tothink
        !          16617: 
        !          16618:        * src/main/pa_db_connection.C: db recover mech 2
        !          16619: 
        !          16620:        * src/: classes/hashfile.C, include/pa_db_connection.h,
        !          16621:          include/pa_db_manager.h, include/pa_db_table.h,
        !          16622:          include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
        !          16623:          main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
        !          16624:          types/pa_vhashfile.h: db connections & tables now cached at
        !          16625:          create time & multithreaded
        !          16626: 
        !          16627:        * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
        !          16628:          parsed_source
        !          16629: 
        !          16630:        * src/main/pa_db_connection.C: about to remove connection from
        !          16631:          vhashfile
        !          16632: 
        !          16633:        * src/: main/pa_db_table.C, classes/hashfile.C: db: child
        !          16634:          transaction commit/rollback responsibility left to parent [as it
        !          16635:          sould - else there were a bug with double free]
        !          16636: 
        !          16637:        * src/include/pa_db_table.h: db: child transaction commit/rollback
        !          16638:          responsibility left to parent [as it sould - else there were a
        !          16639:          bug with double free]
        !          16640: 
        !          16641: 2001-10-25  paf
        !          16642: 
        !          16643:        * src/: classes/hashfile.C, include/pa_common.h,
        !          16644:          include/pa_db_connection.h, include/pa_db_manager.h,
        !          16645:          main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
        !          16646:          types/pa_vhashfile.C, types/pa_vhashfile.h,
        !          16647:          include/pa_db_table.h, main/pa_db_table.C: started db_home
        !          16648:          [multiple, cached] todo: autorecover [tried, but not succeded,
        !          16649:          yet]
        !          16650: 
        !          16651:        * src/include/pa_dir.h: ancient gpf on dir not found fixed
        !          16652: 
        !          16653:        * src/: include/pa_db_connection.h, main/pa_db_manager.C:
        !          16654:          transaction parent passed
        !          16655: 
        !          16656: 2001-10-24  parser
        !          16657: 
        !          16658:        * src/classes/Makefile.am: makes
        !          16659: 
        !          16660:        * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
        !          16661:          isapi/pool_storage.h: pool_storage fixed
        !          16662: 
        !          16663:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
        !          16664:          types/pa_vform.h: form fix_line_breaks
        !          16665: 
        !          16666:        * src/targets/cgi/pool_storage.h: makes
        !          16667: 
        !          16668:        * src/: classes/Makefile.am, targets/cgi/Makefile.am,
        !          16669:          targets/cgi/pool_storage.h: makes
        !          16670: 
        !          16671:        * src/sql/pa_sql_driver.h: version
        !          16672: 
        !          16673:        * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
        !          16674:          types/pa_vform.C, types/pa_vform.h: .am
        !          16675: 
        !          16676:        * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
        !          16677:          this: DB_RMW Acquire write locks instead of read locks when doing
        !          16678:          the retrieval. Setting this flag may decrease the likelihood of
        !          16679:          deadlock during a read-modify-write cycle by immediately
        !          16680:          acquiring the write lock during the read part of the cycle so
        !          16681:          that another thread of control acquiring a read lock for the same
        !          16682:          item, in its own read-modify-write cycle, will not result in
        !          16683:          deadlock
        !          16684: 
        !          16685:        * src/targets/isapi/parser3isapi.dsp: doc
        !          16686: 
        !          16687:        * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
        !          16688: 
        !          16689:        * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
        !          16690: 
        !          16691:        * src/: classes/hashfile.C, include/pa_db_connection.h,
        !          16692:          main/pa_db_connection.C: hashfile expired deleted from db when
        !          16693:          get & iterate
        !          16694: 
        !          16695:        * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
        !          16696:          expiring 1
        !          16697: 
        !          16698:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
        !          16699: 
        !          16700:        * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
        !          16701:          db_connection not bothers with key when not returning expired
        !          16702:          data
        !          16703: 
        !          16704:        * src/: include/pa_db_connection.h, main/pa_db_connection.C,
        !          16705:          types/pa_vhashfile.C: db_cursor constructor public now
        !          16706: 
        !          16707:        * src/: include/pa_db_connection.h, main/pa_db_connection.C,
        !          16708:          types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
        !          16709:          stamped, todo: put_element analize
        !          16710: 
        !          16711:        * src/: include/pa_db_connection.h, include/pa_string.h,
        !          16712:          main/pa_db_connection.C, main/pa_string.C: hashfile pieced
        !          16713:          serialize. todo stamp
        !          16714: 
        !          16715: 2001-10-23  parser
        !          16716: 
        !          16717:        * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
        !          16718:          classes/image.C, classes/mail.C, classes/response.C,
        !          16719:          classes/string.C, classes/table.C, classes/xdoc.C,
        !          16720:          include/pa_config_fixed.h, include/pa_db_connection.h,
        !          16721:          main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
        !          16722:          types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
        !          16723:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
        !          16724:          types/pa_vtable.C: ^hashfile.hash[]
        !          16725: 
        !          16726:        * src/: classes/hashfile.C, classes/xdoc.C,
        !          16727:          include/pa_config_fixed.h, main/pa_db_manager.C,
        !          16728:          main/pa_globals.C: ifdefs so it compiled without db
        !          16729: 
        !          16730:        * src/: classes/hashfile.C, include/pa_db_connection.h,
        !          16731:          include/pa_db_manager.h, main/pa_db_connection.C,
        !          16732:          main/pa_db_manager.C, types/pa_vhashfile.h:
        !          16733:          ^hashfile.transaction{code} ^hashfile:clear[filename]
        !          16734:          ^hashfile.delete[key]
        !          16735: 
        !          16736: 2001-10-22  parser
        !          16737: 
        !          16738:        * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
        !          16739:          cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
        !          16740: 
        !          16741:        * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
        !          16742:          classes/xnode.C, include/pa_charset_connection.h,
        !          16743:          include/pa_db_connection.h, include/pa_db_manager.h,
        !          16744:          include/pa_exception.h, include/pa_sapi.h,
        !          16745:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
        !          16746:          include/pa_stylesheet_connection.h,
        !          16747:          include/pa_stylesheet_manager.h,
        !          16748:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
        !          16749:          main/pa_db_connection.C, main/pa_db_manager.C,
        !          16750:          main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
        !          16751:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
        !          16752:          main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
        !          16753:          targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
        !          16754:          types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
        !          16755:          types/types.dsp: hashfile 0
        !          16756: 
        !          16757:        * src/types/pa_vhashfile.C: z
        !          16758: 
        !          16759:        * src/: classes/classes.dsp, classes/hashfile.C,
        !          16760:          include/pa_config_fixed.h, main/execute.C,
        !          16761:          targets/cgi/parser3.dsp, types/pa_vhashfile.C,
        !          16762:          types/pa_vhashfile.h, types/types.dsp: hashfile -100
        !          16763: 
        !          16764:        * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
        !          16765: 
        !          16766:        * src/: include/pa_exception.h, include/pa_request.h,
        !          16767:          main/execute.C, main/pa_exception.C, main/pa_request.C,
        !          16768:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
        !          16769:          types/pa_vclass.h, types/pa_vobject.h: stack backtrace
        !          16770: 
        !          16771: 2001-10-19  parser
        !          16772: 
        !          16773:        * src/include/pa_pool.h: header
        !          16774: 
        !          16775:        * src/main/pa_pool.C: auto compiled on gcc
        !          16776: 
        !          16777:        * src/classes/image.C: comment
        !          16778: 
        !          16779:        * src/: include/pa_pool.h, main/pa_common.C: makes
        !          16780: 
        !          16781:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
        !          16782:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
        !          16783:          types/pa_vxnode.h: xnode clone got freed
        !          16784: 
        !          16785:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
        !          16786:          include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
        !          16787:          can free up xalandomstring resulting from pool::transcode
        !          16788: 
        !          16789:        * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
        !          16790:          include/pa_config_fixed.h, include/pa_exception.h,
        !          16791:          include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
        !          16792:          main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
        !          16793:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
        !          16794:          to c++ exceptions 1xml configure fixed to exclude xalan-patch
        !          16795:          from non-xml compile
        !          16796: 
        !          16797:        * src/main/pa_request.C: pool:: context - get_context
        !          16798: 
        !          16799:        * src/: classes/classes.h, classes/date.C, classes/double.C,
        !          16800:          classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
        !          16801:          classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
        !          16802:          classes/string.C, classes/table.C, classes/void.C,
        !          16803:          include/pa_config_fixed.h, include/pa_exception.h,
        !          16804:          include/pa_pool.h, include/pa_request.h, include/pa_types.h,
        !          16805:          main/compile.C, main/compile_tools.C, main/execute.C,
        !          16806:          main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
        !          16807:          main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
        !          16808:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
        !          16809:          main/pa_string.C, main/pa_table.C, main/untaint.C,
        !          16810:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
        !          16811:          types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
        !          16812:          types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
        !          16813:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
        !          16814:          types/pa_vstateless_class.h, types/pa_vtable.C,
        !          16815:          types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
        !          16816:          exceptions 0
        !          16817: 
        !          16818:        * src/classes/classes.awk: $ removed
        !          16819: 
        !          16820: 2001-10-18  parser
        !          16821: 
        !          16822:        * src/types/pa_vcookie.C: cookie:CLASS
        !          16823: 
        !          16824:        * src/main/main.dsp: project
        !          16825: 
        !          16826:        * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
        !          16827:          set_document & ctor question "who owns document" solved
        !          16828: 
        !          16829:        * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
        !          16830: 
        !          16831:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
        !          16832:          main/pa_pool.C: encoding in dom creating funcs
        !          16833: 
        !          16834:        * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
        !          16835:          be transformed now
        !          16836: 
        !          16837:        * src/classes/xdoc.C: dom created by create can be transformed now
        !          16838: 
        !          16839:        * src/classes/xdoc.C: z
        !          16840: 
        !          16841:        * src/classes/xdoc.C: comment
        !          16842: 
        !          16843:        * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
        !          16844:          create now uses XercesDocumentBridge, appendChild&co now works
        !          16845: 
        !          16846:        * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
        !          16847:          @ recompile
        !          16848: 
        !          16849:        * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
        !          16850:          $origin @exception[
        !          16851: 
        !          16852:        * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
        !          16853:          tag names forced to XML lang
        !          16854: 
        !          16855:        * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
        !          16856:          leechy-found bugs in code&doc fixed
        !          16857: 
        !          16858: 2001-10-17  parser
        !          16859: 
        !          16860:        * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
        !          16861:          types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
        !          16862:          n functionality preserved
        !          16863: 
        !          16864:        * src/types/pa_vimage.h: removed unused vimage::save
        !          16865: 
        !          16866: 2001-10-16  parser
        !          16867: 
        !          16868:        * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
        !          16869: 
        !          16870:        * src/classes/: xnode.C: removed few dom returns & changed op.txt
        !          16871: 
        !          16872:        * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
        !          16873: 
        !          16874:        * src/classes/image.C: image.copy tolerance
        !          16875: 
        !          16876:        * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
        !          16877:          ineffective, but works for small paleted image
        !          16878: 
        !          16879:        * src/types/pa_vimage.C: comment
        !          16880: 
        !          16881:        * src/classes/image.C: gd size/resize bugfix
        !          16882: 
        !          16883:        * src/: classes/classes.dsp, main/main.dsp,
        !          16884:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
        !          16885:          types/types.dsp: ident >nul 2>&1
        !          16886: 
        !          16887:        * src/main/pa_common.C: \r\n -> \n   DOS \r -> \n Macintosh on all
        !          16888:          systems
        !          16889: 
        !          16890:        * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
        !          16891:          x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
        !          16892: 
        !          16893: 2001-10-15  parser
        !          16894: 
        !          16895:        * src/main/execute.C: z
        !          16896: 
        !          16897:        * src/classes/: xdoc.C:     !::create{qualifiedName}
        !          16898: 
        !          16899:        * src/types/pa_vxnode.C:     document_type_node.
        !          16900:                  !readonly attribute DOMString name
        !          16901:              !notation_node.
        !          16902:                  !readonly attribute DOMString publicId
        !          16903:                  !readonly attribute DOMString systemId
        !          16904: 
        !          16905:        * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
        !          16906:          ::write badly passed string too transparently [failed to
        !          16907:          intercept it]
        !          16908: 
        !          16909:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
        !          16910:          include/pa_request.h, main/pa_sql_driver_manager.C,
        !          16911:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
        !          16912:          types/pa_vxnode.h: DOM1 major addtion, only few
        !          16913:          attributes/methods left
        !          16914: 
        !          16915: 2001-10-13  parser
        !          16916: 
        !          16917:        * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
        !          16918:          targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
        !          16919:          in main handler
        !          16920: 
        !          16921:        * src/targets/isapi/pool_storage.h: isapi pool storage reverse
        !          16922:          cleanups & frees order
        !          16923: 
        !          16924:        * src/types/pa_vcode_frame.h: couple comments
        !          16925: 
        !          16926:        * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
        !          16927:          transparent enough to handle hash if creation&passing
        !          16928: 
        !          16929:        * src/: include/pa_config_fixed.h, main/execute.C,
        !          16930:          main/pa_exception.C: noticed that vcodeframe not transparent
        !          16931:          enough, would change now
        !          16932: 
        !          16933: 2001-10-12  parser
        !          16934: 
        !          16935:        * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
        !          16936:          fixed. initialization&free on each thread!
        !          16937: 
        !          16938:        * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
        !          16939:          handling changed: now type of default param analized always, not
        !          16940:          only at problem time, thus helping early problem spotting
        !          16941: 
        !          16942:        * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
        !          16943:          main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
        !          16944:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
        !          16945:          targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
        !          16946:          multithread bug fixed. initialization&free on each thread!
        !          16947: 
        !          16948: 2001-10-11  parser
        !          16949: 
        !          16950:        * src/classes/xnode.C: xnode.selectSingle now
        !          16951: 
        !          16952:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
        !          16953:          include/pa_pool.h, include/pa_stylesheet_connection.h,
        !          16954:          main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
        !          16955:          convertors out of Pool into Exception
        !          16956: 
        !          16957:        * src/main/pa_string.C: const
        !          16958: 
        !          16959:        * src/: include/pa_string.h, main/pa_string.C: restructured string:
        !          16960:          linked pieces of same language together prior to String::replace
        !          16961: 
        !          16962:        * src/classes/hash.C:     !^hash.add[addme]
        !          16963:              !^hash.sub[subme]
        !          16964:              !^a.union[b] = new
        !          16965:              !^a.intersection[b] = new
        !          16966:              !^a.intersects[b] = bool
        !          16967: 
        !          16968:        * src/classes/hash.C:     !^hash::append[append_from]
        !          16969: 
        !          16970:        * src/: classes/hash.C, types/pa_vhash.h:
        !          16971:          !^hash::create[[copy_from]]
        !          16972: 
        !          16973:        * src/: classes/string.C, classes/table.C, include/pa_globals.h,
        !          16974:          include/pa_string.h, main/pa_globals.C, main/pa_string.C,
        !          16975:          main/untaint.C, types/pa_vvoid.h: untaint lang origins table
        !          16976:          fixed.  got rid of empty_string, which caused errors - it hasnt
        !          16977:          exception but somebody[value.bark] tried to throw it on it's pool
        !          16978: 
        !          16979:        * src/include/pa_config_auto.h.in: makes
        !          16980: 
        !          16981: 2001-10-10  parser
        !          16982: 
        !          16983:        * src/: classes/op.C, main/compile.tab.C: ^error[msg]
        !          16984: 
        !          16985:        * src/main/: compile.tab.C, compile.y: ^a[
        !          16986: 
        !          16987:          @next_method  << now unclosed ] would be reported here
        !          16988: 
        !          16989:        * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
        !          16990:          compile error
        !          16991: 
        !          16992: 2001-10-09  parser
        !          16993: 
        !          16994:        * src/: classes/Makefile.am, main/Makefile.am,
        !          16995:          targets/cgi/Makefile.am, types/Makefile.am: makes
        !          16996: 
        !          16997:        * src/classes/Makefile.am: makes
        !          16998: 
        !          16999:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
        !          17000:          win32 errors intercepted [xalan transformer patched and
        !          17001:          incorporated]
        !          17002: 
        !          17003:        * src/: classes/classes.dsp, classes/xdoc.C,
        !          17004:          include/pa_stylesheet_connection.h, main/main.dsp,
        !          17005:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
        !          17006:          types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
        !          17007:          patches starting
        !          17008: 
        !          17009:        * src/classes/: string.C, table.C: ^string.save[file]
        !          17010: 
        !          17011:        * src/classes/: date.C, table.C: calendar moved to date
        !          17012: 
        !          17013:        * src/classes/: op.C, table.C: table.hash[key field;value field(s)
        !          17014:          string/table]  now
        !          17015: 
        !          17016:        * src/classes/: op.C, table.C: z
        !          17017: 
        !          17018:        * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
        !          17019:          types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
        !          17020:          types/pa_vxnode.h: table:menu & op for delims made allowed not to
        !          17021:          be code [be string..]
        !          17022: 
        !          17023:        * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
        !          17024:          table.C: lots of
        !          17025:          params->as_int/double/as_string/as_junction/as_no_junction
        !          17026:          messages added
        !          17027: 
        !          17028: 2001-10-08  parser
        !          17029: 
        !          17030:        * src/: classes/date.C, classes/image.C, classes/string.C,
        !          17031:          classes/table.C, classes/void.C, include/pa_request.h:
        !          17032:          params->as_int/double message added
        !          17033: 
        !          17034:        * src/classes/image.C: image:circle [and round arc] uses Bresenham
        !          17035: 
        !          17036:        * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
        !          17037:          image:sector removed image:html internal "line-*" attribs
        !          17038: 
        !          17039:        * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
        !          17040:          types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
        !          17041: 
        !          17042:        * src/types/pa_vcookie.C: removing cookie made more netscape-like
        !          17043:          way
        !          17044: 
        !          17045:        * src/: classes/file.C, classes/form.C, main/pa_common.C,
        !          17046:          main/untaint.C: header untainting to UL_HTTP_HEADER,
        !          17047:          UL_MAIL_HEADER made nonforced [only tainted pieces]
        !          17048: 
        !          17049:        * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
        !          17050:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
        !          17051:          @ SAPI::log
        !          17052: 
        !          17053:        * src/main/untaint.C: \r to ' ' in origins mode
        !          17054: 
        !          17055:        * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
        !          17056:          set]
        !          17057: 
        !          17058:        * src/: classes/xdoc.C, include/pa_config_fixed.h,
        !          17059:          main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
        !          17060:          nonstandard liaison freed up
        !          17061: 
        !          17062: 2001-10-07  parser
        !          17063: 
        !          17064:        * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
        !          17065:          project
        !          17066: 
        !          17067: 2001-10-05  parser
        !          17068: 
        !          17069:        * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
        !          17070:          main/pa_pool.C: changed xdoc:set to prevent SAXParseException
        !          17071:          from outputing to cerr.  lots of "todos"
        !          17072: 
        !          17073:        * src/main/untaint.C: http_header tainting more gentle with
        !          17074:          enquoting now
        !          17075: 
        !          17076:        * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
        !          17077:          main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
        !          17078:          xml errorhandler.  fixed string.replace a little, read @test
        !          17079: 
        !          17080:        * src/main/pa_string.C: found replace bug - first_that_starts(char
        !          17081:          *) does not have limit, and looks further eos, fixing....
        !          17082: 
        !          17083:        * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
        !          17084: 
        !          17085:        * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
        !          17086: 
        !          17087:        * src/main/: pa_charset_connection.C: ctype another mem clear
        !          17088:          bugfix
        !          17089: 
        !          17090:        * src/main/: compile.tab.C, compile.y: disabled ^literals in names
        !          17091:          $result[^[$p^]z] now works fine
        !          17092: 
        !          17093:        * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
        !          17094:          wrong. fixed it
        !          17095: 
        !          17096:        * src/main/pa_charset_connection.C: unicode zero pair at the beging
        !          17097:          of totable appered to be vital
        !          17098: 
        !          17099: 2001-10-04  parser
        !          17100: 
        !          17101:        * src/classes/image.C: ^image.length[text]
        !          17102: 
        !          17103: 2001-10-03  parser
        !          17104: 
        !          17105:        * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
        !          17106: 
        !          17107:        * src/main/pa_request.C: restored pcre defaulting in request
        !          17108:          [mindlessly "optimized" yesterday] comment left
        !          17109: 
        !          17110: 2001-10-02  parser
        !          17111: 
        !          17112:        * src/: main/pa_charset_manager.C,
        !          17113:          include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
        !          17114:          needed
        !          17115: 
        !          17116:        * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
        !          17117:          forgot non-xml pool.*charset needed
        !          17118: 
        !          17119:        * src/classes/table.C: # config comments fixed
        !          17120: 
        !          17121:        * src/: classes/table.C, main/pa_charset_connection.C: table:load &
        !          17122:          charset_connection #comment now
        !          17123: 
        !          17124:        * src/: classes/classes.dsp, types/types.dsp: release projects
        !          17125:          options fixed to use release msvcrt lib
        !          17126: 
        !          17127:        * src/main/pa_charset_connection.C: pcre tables now const inside
        !          17128:          removed default - pcre handles that internally fixed bug on
        !          17129:          not-cleaning tables [previously was calloced, now member]
        !          17130: 
        !          17131:        * src/: include/pa_request.h, main/pa_charset_connection.C,
        !          17132:          main/pa_request.C, types/pa_vstring.h: pcre tables now const
        !          17133:          inside removed default - pcre handles that internally fixed bug
        !          17134:          on not-cleaning tables [previously was calloced, now member]
        !          17135: 
        !          17136:        * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
        !          17137:          tested charset reload on file change @ apache version = OK tested
        !          17138:          freeing up prev encoding on adding new = OK
        !          17139: 
        !          17140: 2001-10-01  parser
        !          17141: 
        !          17142:        * src/main/pa_charset_connection.C: removed entitify external hack
        !          17143:          [internal installed]
        !          17144: 
        !          17145:        * src/main/Makefile.am: makes+removed dtd
        !          17146: 
        !          17147:        * src/: include/pa_charset_connection.h,
        !          17148:          include/pa_charset_manager.h,
        !          17149:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
        !          17150:          main/pa_charset_connection.C, main/pa_charset_manager.C,
        !          17151:          main/pa_request.C: charset loading & caching mech 0
        !          17152: 
        !          17153:        * src/: include/pa_stylesheet_connection.h,
        !          17154:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
        !          17155:          main/pa_globals.C, main/pa_request.C: would make charset loading
        !          17156:          & caching mech now
        !          17157: 
        !          17158: 2001-09-30  parser
        !          17159: 
        !          17160:        * src/main/pa_request.C: forgot to fill toTable
        !          17161: 
        !          17162:        * src/: include/pa_config_fixed.h, main/pa_request.C: started
        !          17163:          hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
        !          17164:          failed on win32 for now..
        !          17165: 
        !          17166:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
        !          17167:          now charsets table configuration variable is: CHARSETS
        !          17168: 
        !          17169:        * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
        !          17170:          ctype with unicode 1. todo: no &#1055; entities on output somehow
        !          17171: 
        !          17172:        * src/: classes/file.C, classes/op.C, classes/string.C,
        !          17173:          include/pa_request.h, main/pa_request.C: started ctype with
        !          17174:          unicode values
        !          17175: 
        !          17176: 2001-09-28  parser
        !          17177: 
        !          17178:        * src/: main/pa_request.C, classes/mail.C, classes/op.C,
        !          17179:          classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
        !          17180:          string passed AS-IS now
        !          17181: 
        !          17182:        * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
        !          17183:          way of user-configuring... todo: implement
        !          17184: 
        !          17185: 2001-09-27  parser
        !          17186: 
        !          17187:        * src/classes/table.C: table.sort changed to sort table itself
        !          17188: 
        !          17189:        * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
        !          17190:          X^.getElementsByTagName[tagname] = array of xnode
        !          17191:          X^.getElementsByTagNameNS[namespaceURI;localName] = array of
        !          17192:          nodes removed - regretfully not supported @ xalan. maybe someday
        !          17193:          would reimplement, if needed.
        !          17194: 
        !          17195:          win32build system: solved long waiting anti-non-started-apache
        !          17196:          problem
        !          17197: 
        !          17198:        * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
        !          17199:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
        !          17200:          types/types.dsp: win32 ident make system so not to rebuild
        !          17201:          library [ident.C.new]
        !          17202: 
        !          17203: 2001-09-26  parser
        !          17204: 
        !          17205:        * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
        !          17206:          classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
        !          17207:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
        !          17208:          types/pa_vxnode.C, types/types.dsp: z
        !          17209: 
        !          17210:        * src/classes/classes.C: forgot one non-xml check
        !          17211: 
        !          17212:        * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
        !          17213:          targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
        !          17214: 
        !          17215:        * src/targets/cgi/parser3.C: z
        !          17216: 
        !          17217:        * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
        !          17218:          targets/isapi/parser3isapi.C: #ifdef SMTP
        !          17219: 
        !          17220:        * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
        !          17221:          classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
        !          17222:          main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
        !          17223:          types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
        !          17224:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
        !          17225:          types/types.dsp: xdoc&xnode now
        !          17226: 
        !          17227:        * src/: classes/classes.C, classes/classes.awk,
        !          17228:          classes/classes.dsp, classes/classes.h, classes/date.C,
        !          17229:          classes/dnode.C, classes/dnode.h, classes/dom.C,
        !          17230:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
        !          17231:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
        !          17232:          classes/op.C, classes/response.C, classes/string.C,
        !          17233:          classes/table.C, classes/void.C, include/pa_array.h,
        !          17234:          include/pa_common.h, include/pa_config_fixed.h,
        !          17235:          include/pa_config_includes.h, include/pa_dictionary.h,
        !          17236:          include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
        !          17237:          include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
        !          17238:          include/pa_socks.h, include/pa_sql_connection.h,
        !          17239:          include/pa_sql_driver_manager.h, include/pa_stack.h,
        !          17240:          include/pa_string.h, include/pa_stylesheet_connection.h,
        !          17241:          include/pa_table.h, include/pa_threads.h, include/pa_types.h,
        !          17242:          include/pa_xslt_stylesheet_manager.h, main/compile.C,
        !          17243:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
        !          17244:          main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
        !          17245:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
        !          17246:          main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
        !          17247:          main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
        !          17248:          main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
        !          17249:          main/pa_xslt_stylesheet_manager.C, main/untaint.C,
        !          17250:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
        !          17251:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
        !          17252:          targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
        !          17253:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
        !          17254:          targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
        !          17255:          types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
        !          17256:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
        !          17257:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
        !          17258:          types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
        !          17259:          types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
        !          17260:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
        !          17261:          types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
        !          17262:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
        !          17263:          types/pa_vmethod_frame.h, types/pa_vobject.h,
        !          17264:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
        !          17265:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
        !          17266:          types/pa_vstateless_object.h, types/pa_vstring.C,
        !          17267:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
        !          17268:          types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
        !          17269:          types/pa_wwrapper.h, types/types.dsp: added ident.awk and
        !          17270:          main.dsp splitted to main+classes+types along to .am
        !          17271: 
        !          17272:        * src/classes/Makefile.am: removed useless var
        !          17273: 
        !          17274:        * src/: classes/classes.cmd, main/main.dsp,
        !          17275:          targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
        !          17276:          main.dsp
        !          17277: 
        !          17278: 2001-09-25  parser
        !          17279: 
        !          17280:        * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
        !          17281:          1251 though, todo ICU
        !          17282: 
        !          17283:        * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
        !          17284:          include/pa_stylesheet_connection.h, main/Makefile.am,
        !          17285:          main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
        !          17286:          types/pa_vdom.h: xml configure makes
        !          17287: 
        !          17288: 2001-09-24  parser
        !          17289: 
        !          17290:        * src/: classes/Makefile.am, include/pa_config_auto.h.in,
        !          17291:          types/Makefile.am: makes
        !          17292: 
        !          17293:        * src/targets/cgi/Makefile.am: makefiles
        !          17294: 
        !          17295:        * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
        !          17296:          started unix makes update
        !          17297: 
        !          17298:        * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
        !          17299:          started unix makes update
        !          17300: 
        !          17301:        * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
        !          17302: 
        !          17303:        * src/types/pa_value.h: z
        !          17304: 
        !          17305:        * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
        !          17306:          bugs with usinge hash/table in expressions
        !          17307: 
        !          17308:        * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
        !          17309:          resolved conflicts fixed [const]
        !          17310: 
        !          17311:        * src/: classes/classes.cmd, classes/image.C, classes/op.C,
        !          17312:          classes/table.C, include/pa_request.h, include/pa_sapi.h,
        !          17313:          main/compile.C, main/compile.tab.C, main/compile.y,
        !          17314:          main/compile_tools.h, main/main.dsp, main/pa_common.C,
        !          17315:          main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
        !          17316:          targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
        !          17317:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
        !          17318:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
        !          17319:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
        !          17320:          with before_xml [merge2 actually didn't happen - i've created
        !          17321:          tags on wrong branch. so this merge is in fact re-merge]
        !          17322: 
        !          17323: 2001-09-21  parser
        !          17324: 
        !          17325:        * src/: main/main.dsp, targets/cgi/parser3.dsp,
        !          17326:          targets/isapi/parser3isapi.dsp: updated project files [/ sadly
        !          17327:          produced "" in make file and sadly wrong interpreted on load]
        !          17328: 
        !          17329:        * src/: classes/classes.h, classes/hash.C, classes/op.C,
        !          17330:          classes/table.C, doc/doxygen.cfg, include/pa_common.h,
        !          17331:          include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
        !          17332:          include/pa_sql_driver_manager.h, include/pa_string.h,
        !          17333:          main/compile.tab.C, main/main.dsp, main/pa_common.C,
        !          17334:          main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
        !          17335:          targets/isapi/parser3isapi.dsp: merged with before_xml
        !          17336: 
        !          17337:        * src/: classes/classes.C, classes/date.C, classes/dnode.C,
        !          17338:          classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
        !          17339:          classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
        !          17340:          include/pa_pool.h, main/main.dsp, main/pa_globals.C,
        !          17341:          main/pa_pool.C, main/pa_request.C,
        !          17342:          main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
        !          17343:          targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
        !          17344:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
        !          17345:          targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
        !          17346:          types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
        !          17347:          types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
        !          17348:          types/pa_vrequest.C, types/pa_vresponse.h,
        !          17349:          types/pa_vstateless_class.C, types/pa_vstring.C,
        !          17350:          types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
        !          17351:          created new projects for sql drivers [planning to remove sql
        !          17352:          drivers from main cvs project] first, will join latest changes
        !          17353: 
        !          17354:        * src/classes/: dom.C: defaulted dom writing methods encoding to
        !          17355:          pool.get_charset
        !          17356: 
        !          17357:        * src/classes/dom.C: defaulted dom writing methods encoding to
        !          17358:          pool.get_charset
        !          17359: 
        !          17360:        * src/include/pa_pool.h: defaulted dom writing methods encoding to
        !          17361:          pool.get_charset
        !          17362: 
        !          17363:        * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
        !          17364:          types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
        !          17365:          methods encoding to pool.get_charset
        !          17366: 
        !          17367:        * src/: include/pa_pool.h, main/pa_pool.C: checked whether
        !          17368:          transcoder were created right "unsupported encoding" message.
        !          17369:          not @ set time, but @ use time, so until xml output functions
        !          17370:          .string, .file, .save used - no encoding name check occur
        !          17371: 
        !          17372:          reduced transcode buffer size to 60 fixed pool cleanup - no
        !          17373:          registration needed, pools are officially destructured
        !          17374: 
        !          17375: 2001-09-20  parser
        !          17376: 
        !          17377:        * src/classes/image.C: 20K preload on jpg measure [image::measure]
        !          17378: 
        !          17379:        * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
        !          17380:          $MAIN:DEFAULTS.content-type[$.charset[here]]
        !          17381: 
        !          17382:        * src/: classes/dnode.C, classes/dom.C,
        !          17383:          include/pa_config_includes.h, include/pa_globals.h,
        !          17384:          include/pa_pool.h, main/main.dsp, main/pa_globals.C,
        !          17385:          main/pa_pool.C, targets/cgi/parser3.dsp,
        !          17386:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
        !          17387:          types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
        !          17388:          Pool::transcode 0
        !          17389: 
        !          17390:        * src/classes/dom.C: dom. string save file moved output xml options
        !          17391:          to last param and made it optional
        !          17392: 
        !          17393:        * src/types/pa_vdnode.C:     !$elementnode.attributes = hash of
        !          17394:          dnodes
        !          17395:              !$attributenode.specified = boolean
        !          17396:                      true if the attribute received its value explicitly
        !          17397:          in the XML document,
        !          17398:                      or if a value was assigned programatically with the
        !          17399:          setValue function.
        !          17400:                  false if the attribute value came from the default value
        !          17401:          declared in the document's DTD.
        !          17402:              !$pinode.target = target of this processing instruction
        !          17403:                  XML defines this as being the first token following the
        !          17404:          markup
        !          17405:                  that begins the processing instruction.
        !          17406:                  XPath:
        !          17407:              !^node.select[xpath/query/expression] = hash of 0->node0
        !          17408:          1->node1
        !          17409:              !^node.select-single[xpath/query/expression] = first node if
        !          17410:          any
        !          17411: 
        !          17412:        * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
        !          17413:          pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
        !          17414:          some 'const's added
        !          17415: 
        !          17416:        * src/types/: pa_vhash.h, pa_vtable.h: table/hash  can be used in
        !          17417:          expression context now, there value = size and boolean value
        !          17418:          size!=0
        !          17419: 
        !          17420:        * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
        !          17421:          can be used in expression context now, there value = size and
        !          17422:          boolean value size!=0
        !          17423: 
        !          17424:        * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
        !          17425:          types/pa_vstring.h: dnode .file .string .save moved back to dom
        !          17426:          due to strange xalan bug
        !          17427: 
        !          17428: 2001-09-18  parser
        !          17429: 
        !          17430:        * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
        !          17431:          classes/image.C, classes/op.C, classes/table.C,
        !          17432:          include/pa_common.h, include/pa_globals.h, include/pa_request.h,
        !          17433:          include/pa_sql_driver_manager.h, main/compile.C,
        !          17434:          main/compile.tab.C, main/compile.y, main/compile_tools.h,
        !          17435:          main/execute.C, main/pa_common.C, main/pa_request.C,
        !          17436:          main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
        !          17437:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
        !          17438:          targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
        !          17439:          types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
        !          17440:          types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
        !          17441:          before_xml branch ^if(def $hash) now true only when
        !          17442:          ^hash:_count[]!=0 moved .string .save .file from dom to dnode
        !          17443: 
        !          17444:        * src/: classes/op.C, main/execute.C: operators self changed to
        !          17445:          root ^for variable context changed to self
        !          17446: 
        !          17447:        * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
        !          17448:          dnode 1
        !          17449: 
        !          17450:        * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
        !          17451:          types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
        !          17452: 
        !          17453:        * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
        !          17454:          poly* fixed
        !          17455: 
        !          17456: 2001-09-17  parser
        !          17457: 
        !          17458:        * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
        !          17459:          types/pa_vdom.h: started dnode+dom
        !          17460: 
        !          17461:          dnode     DOM methods:     $node.name     $node.value
        !          17462:          ...others...
        !          17463: 
        !          17464:              ^node.xpath[/rates/USD] = hash
        !          17465:                  $hash[
        !          17466:                          $.0[node0]
        !          17467:                          $.1[node1]
        !          17468:                  ]
        !          17469: 
        !          17470:        * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
        !          17471:          applies to all linear primitives
        !          17472: 
        !          17473:        * src/: classes/classes.h, classes/dom.C, classes/hash.C,
        !          17474:          include/pa_stylesheet_connection.h, main/main.dsp,
        !          17475:          targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
        !          17476:          types/pa_vimage.h: started dnode     DOM:     $node.name
        !          17477:          $node.value     ...others...      ^node.xpath[/rates/USD] = hash
        !          17478:          dom(dnode)
        !          17479: 
        !          17480:        * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
        !          17481:          main/compile.y, main/compile_tools.h, main/execute.C,
        !          17482:          targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
        !          17483:          in expression compound($aa.zz.xx) names now can have minus '-' in
        !          17484:          name after '.'
        !          17485: 
        !          17486: 2001-09-15  parser
        !          17487: 
        !          17488:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
        !          17489:          image: $line-width ^line(...)[****   style]
        !          17490: 
        !          17491:        * src/: classes/dom.C, targets/isapi/parser3isapi.C,
        !          17492:          targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
        !          17493:          pool_storage - cleanups first, allocations second.  apache wisely
        !          17494:          does just like that
        !          17495: 
        !          17496:        * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
        !          17497:          rewritten using template, no bugs now
        !          17498: 
        !          17499:        * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
        !          17500:          targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
        !          17501:          targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
        !          17502:          poorly started isapi pool_storage, would rewrite using template
        !          17503:          now
        !          17504: 
        !          17505:        * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
        !          17506:          include/pa_stylesheet_connection.h, main/main.dsp,
        !          17507:          targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
        !          17508:          targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
        !          17509:          xalan objects freed up [introducing Pool::register_cleanup]
        !          17510: 
        !          17511:        * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
        !          17512:          comments
        !          17513: 
        !          17514: 2001-09-14  parser
        !          17515: 
        !          17516:        * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
        !          17517:          z
        !          17518: 
        !          17519:        * src/: classes/dom.C, classes/file.C, classes/image.C,
        !          17520:          classes/mail.C, include/pa_common.h,
        !          17521:          include/pa_sql_driver_manager.h, include/pa_string.h,
        !          17522:          include/pa_stylesheet_connection.h,
        !          17523:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
        !          17524:          main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
        !          17525:          main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
        !          17526:          main/untaint.C, types/pa_vfile.C: dom.xslt  stylesheet
        !          17527:          compiled&cached
        !          17528: 
        !          17529: 2001-09-13  parser
        !          17530: 
        !          17531:        * src/: classes/dom.C, classes/file.C, classes/image.C,
        !          17532:          types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
        !          17533: 
        !          17534:        * src/classes/dom.C: dom:file content-type(.method)
        !          17535: 
        !          17536:        * src/: include/pa_common.h, include/pa_globals.h,
        !          17537:          main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
        !          17538:          string now more informative error messages
        !          17539: 
        !          17540:        * src/: include/pa_globals.h, include/pa_request.h,
        !          17541:          main/pa_request.C, targets/cgi/parser3.C,
        !          17542:          targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
        !          17543:          ParserSiteConfig .../parser3.conf
        !          17544: 
        !          17545:          cgi&isapi looks for {configure|c:\windows}/parser3.conf
        !          17546: 
        !          17547: 2001-09-12  parser
        !          17548: 
        !          17549:        * src/: classes/op.C, include/pa_sql_driver_manager.h,
        !          17550:          main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
        !          17551:          precise error reporting: "connection string must start with
        !          17552:          protocol://" now
        !          17553: 
        !          17554:        * src/main/compile.tab.C: fixed - subname code parts actually []
        !          17555:          braced
        !          17556: 
        !          17557:        * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
        !          17558:          lexer on LS_USER level did [] matching without setting nestage,
        !          17559:          introduced special LS_NAME_SQUARE_PART state
        !          17560: 
        !          17561: 2001-09-11  parser
        !          17562: 
        !          17563:        * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
        !          17564:          main/untaint.C: ^dom:set{<some>xml</some>} default language XML
        !          17565:          languages+=xml
        !          17566: 
        !          17567:        * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
        !          17568: 
        !          17569:        * src/classes/dom.C: ^dom:save/string/file[output options] output
        !          17570:          options:     $.method[xml|html|text] detection fixed
        !          17571: 
        !          17572:        * src/types/pa_vdom.h: messages
        !          17573: 
        !          17574:        * src/classes/dom.C: ^dom:save/string/file[output options] output
        !          17575:          options:     $.method[xml|html|text] detection fixed
        !          17576: 
        !          17577: 2001-09-10  parser
        !          17578: 
        !          17579:        * src/classes/dom.C: ^dom:save/string/file[output options] output
        !          17580:          options:     $.method[xml|html|text] $.encoding[windows-1251|...]
        !          17581: 
        !          17582:        * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
        !          17583:          added]
        !          17584: 
        !          17585:        * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
        !          17586:          ^dom.xslt[stylesheet filename] 0
        !          17587: 
        !          17588:        * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
        !          17589:          ^dom.xslt[stylesheet filename] -1 doc is lying
        !          17590: 
        !          17591:        * src/classes/dom.C: ^dom.file[encoding] = file
        !          17592: 
        !          17593:        * src/classes/: dom.C: ^dom.string[encoding] 1
        !          17594:          ^dom.save[encoding;filename]
        !          17595: 
        !          17596:        * src/classes/dom.C: ^dom.string[] 0
        !          17597: 
        !          17598:        * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
        !          17599: 
        !          17600:        * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
        !          17601:          types/pa_vform.h: ^dom.save[b.xml] 0
        !          17602: 
        !          17603: 2001-09-08  parser
        !          17604: 
        !          17605:        * src/types/pa_vform.C: $form:tables.name.field
        !          17606: 
        !          17607: 2001-09-07  parser
        !          17608: 
        !          17609:        * src/classes/table.C: table:empty removed, superceded by ^if(def
        !          17610:          $table)...
        !          17611: 
        !          17612:        * src/targets/cgi/parser3.C: z
        !          17613: 
        !          17614:        * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now  [conversion
        !          17615:          from '' to int/double is 0]
        !          17616: 
        !          17617:        * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
        !          17618:          $table) is false when table is empty
        !          17619: 
        !          17620:        * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
        !          17621:          !$form:tables $atable[$form:tables.a]
        !          17622:          ^atable.menu{a=$atable.element}[,]
        !          17623: 
        !          17624:        * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
        !          17625:          types/pa_vform.h, types/pa_vhash.h: !$form:fields
        !          17626: 
        !          17627:        * src/: classes/dom.C, classes/table.C, main/main.dsp,
        !          17628:          types/pa_vdom.h, types/pa_vform.C: merged with successful start
        !          17629:          of dom
        !          17630: 
        !          17631:        * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
        !          17632:          types/pa_vform.C, types/pa_vform.h: z
        !          17633: 
        !          17634:        * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
        !          17635:          element [not last]
        !          17636: 
        !          17637:        * src/: classes/dom.C, classes/table.C, main/main.dsp,
        !          17638:          types/pa_vdom.h: introducing dom. dom:load[a.xml]
        !          17639: 
        !          17640: 2001-09-06  parser
        !          17641: 
        !          17642:        * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
        !          17643:          table with one column 'element' and two rows: 1 and 2
        !          17644: 
        !          17645:        * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
        !          17646:          table with one column 'element' and two rows: 1 and 2
        !          17647: 
        !          17648:        * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
        !          17649:          bad int/double conversions, and now $form:nonexistent.int(88)
        !          17650:          would return 88
        !          17651: 
        !          17652:        * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
        !          17653:          types/pa_vhash.h: now there's special hash key '_default'
        !          17654:          [instead of ^_default method] $hash[         $.a[1]  $.b[2]
        !          17655:          $._default[xx] ] $hash.c
        !          17656: 
        !          17657:        * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
        !          17658:          fixed [thanks, fif], ^; were treated there non-literally
        !          17659: 
        !          17660:        * src/doc/doxygen.cfg: merged new default options from 1.2.10
        !          17661:          doxygen
        !          17662: 
        !          17663:        * src/: classes/image.C, classes/op.C, classes/string.C,
        !          17664:          classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
        !          17665:          types/pa_vtable.C: few #ifndef DOXYGEN
        !          17666: 
        !          17667: 2001-09-05  parser
        !          17668: 
        !          17669:        * src/classes/: string.C, table.C: sql options can be void [same as
        !          17670:          image:html the other day]
        !          17671: 
        !          17672:        * src/targets/cgi/Makefile.am: .am undo
        !          17673: 
        !          17674:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
        !          17675:          targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
        !          17676:          macro expantion on param, simply qoutes whatever passed, undone
        !          17677: 
        !          17678:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
        !          17679:          targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
        !          17680:          STRINGIZE(name) #name invented
        !          17681: 
        !          17682:        * src/: classes/op.C, include/pa_sql_driver_manager.h,
        !          17683:          main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
        !          17684:          MAIN_SQL_DRIVERS_NAME "drivers"
        !          17685: 
        !          17686:          moved to be availible to all users
        !          17687: 
        !          17688:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
        !          17689:          SQL_DRIVER_CREATE_FUNC_NAME
        !          17690: 
        !          17691:        * src/classes/mail.C: MAIN:MAIL check fixed
        !          17692: 
        !          17693: 2001-09-04  parser
        !          17694: 
        !          17695:        * src/classes/image.C: image.html now can accept void params
        !          17696: 
        !          17697:        * src/targets/isapi/parser3isapi.C: z
        !          17698: 
        !          17699:        * src/targets/cgi/parser3.C: full_file_spec bug
        !          17700: 
        !          17701:        * src/targets/cgi/parser3.C: getenvcheck
        !          17702: 
        !          17703:        * src/targets/cgi/parser3.C: zz
        !          17704: 
        !          17705:        * src/targets/cgi/parser3.C: zzz
        !          17706: 
        !          17707:        * src/classes/date.C: date
        !          17708: 
        !          17709:        * src/classes/date.C: date:sql-string is now without ''
        !          17710: 
        !          17711:        * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
        !          17712:          targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
        !          17713:          auto.p location for targets/cgi/parser3, default[/usr/local/etc]
        !          17714: 
        !          17715:        * src/include/pa_config_auto.h.in: makes
        !          17716: 
        !          17717: 2001-09-03  parser
        !          17718: 
        !          17719:        * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
        !          17720: 
        !          17721: 2001-09-01  parser
        !          17722: 
        !          17723:        * src/classes/image.C: letter_spacing
        !          17724: 
        !          17725:        * src/classes/image.C: image: font params changed
        !          17726: 
        !          17727:        * src/classes/image.C: image: as_int as_string used
        !          17728: 
        !          17729:        * src/types/pa_vmethod_frame.h: $result[] now gets properly
        !          17730:          analized
        !          17731: 
        !          17732: 2001-08-31  parser
        !          17733: 
        !          17734:        * src/targets/cgi/parser3.C: z
        !          17735: 
        !          17736:        * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
        !          17737:          cygwin
        !          17738: 
        !          17739:        * src/classes/void.C: void:int/double += (default)
        !          17740: 
        !          17741:        * src/classes/image.C: image:font added space param image:font
        !          17742:          changed charwidth alg, added kerning const[for now]
        !          17743: 
        !          17744:        * src/classes/: string.C, table.C: string:int/double (defaults)
        !          17745: 
        !          17746: 2001-08-29  parser
        !          17747: 
        !          17748:        * src/main/pa_exception.C: exception redundant debug info
        !          17749: 
        !          17750: 2001-08-28  parser
        !          17751: 
        !          17752:        * src/classes/image.C: image error msgs
        !          17753: 
        !          17754:        * src/classes/image.C: image: gifsize little endian
        !          17755: 
        !          17756:        * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
        !          17757:          doxygeneration
        !          17758: 
        !          17759:        * src/: classes/Makefile.am, main/Makefile.am,
        !          17760:          targets/cgi/Makefile.am, types/Makefile.am: .am-s
        !          17761: 
        !          17762:        * src/: include/pa_dictionary.h, main/pa_dictionary.C,
        !          17763:          main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
        !          17764: 
        !          17765:        * src/main/compile.C: NO_STRING_ORIGIN check2
        !          17766: 
        !          17767:        * src/classes/table.C: NO_STRING_ORIGIN check
        !          17768: 
        !          17769:        * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
        !          17770:          storage class specifiers invalid in friend function declarations
        !          17771: 
        !          17772:        * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
        !          17773:          main/untaint.C, targets/cgi/parser3.C,
        !          17774:          targets/isapi/parser3isapi.C: strncpy forced with zero ending in
        !          17775:          case of limit
        !          17776: 
        !          17777:        * src/: classes/file.C, main/pa_common.C: file:move
        !          17778:          autocreate/remove dest/src dir
        !          17779: 
        !          17780:        * src/: classes/string.C, include/pa_dictionary.h,
        !          17781:          include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
        !          17782:          main/untaint.C: pa_directory speeded up. moved zero 'from' check
        !          17783:          to directory constructor.  string:replace
        !          17784: 
        !          17785: 2001-08-27  parser
        !          17786: 
        !          17787:        * src/classes/image.C: fixed jpgsize alg
        !          17788: 
        !          17789:        * src/classes/image.C: fixed jpgsize alg
        !          17790: 
        !          17791:        * src/main/pa_exception.C: z
        !          17792: 
        !          17793:        * src/main/pa_common.C: removed debug info from pa_common
        !          17794: 
        !          17795:        * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
        !          17796:          [auto.p from current dir loading]
        !          17797: 
        !          17798:        * src/: main/pa_common.C, main/pa_exception.C,
        !          17799:          main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
        !          17800:          for solaris -lsocket
        !          17801: 
        !          17802: 2001-08-24  parser
        !          17803: 
        !          17804:        * src/targets/cgi/parser3.C: not cgi extra \n 3
        !          17805: 
        !          17806:        * src/targets/cgi/parser3.C: not cgi extra \n 2
        !          17807: 
        !          17808:        * src/targets/cgi/parser3.C: not cgi extra \n
        !          17809: 
        !          17810:        * src/main/pa_sql_driver_manager.C: z
        !          17811: 
        !          17812:        * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
        !          17813:          sql* removed services from disconnect - cross-request ideological
        !          17814:          probs.
        !          17815: 
        !          17816:        * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
        !          17817:          cross-request ideological probs.  oracle - fixed bug: cs
        !          17818:          allocated on request.pool and got freed before disconnect
        !          17819: 
        !          17820:        * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
        !          17821:          mallocs fixed
        !          17822: 
        !          17823: 2001-08-23  parser
        !          17824: 
        !          17825:        * src/classes/file.C: minor bug in file:save fixed
        !          17826: 
        !          17827:        * src/main/pa_sql_driver_manager.C: oracle: dlink
        !          17828: 
        !          17829: 2001-08-22  parser
        !          17830: 
        !          17831:        * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
        !          17832:          types/pa_vfile.h: file:load|save[text|binary;
        !          17833: 
        !          17834:        * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
        !          17835: 
        !          17836: 2001-08-21  parser
        !          17837: 
        !          17838:        * src/classes/: file.C, table.C: ^file:list
        !          17839: 
        !          17840: 2001-08-20  parser
        !          17841: 
        !          17842:        * src/: main/compile.tab.C, main/compile.y,
        !          17843:          main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
        !          17844:          types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
        !          17845:          recousively caused problems: inc incremeted 123 literal!! fixed
        !          17846: 
        !          17847: 2001-08-10  parser
        !          17848: 
        !          17849:        * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
        !          17850: 
        !          17851:        * src/main/: compile.tab.C, compile.y: (codes) name part syntax
        !          17852:          added
        !          17853: 
        !          17854:        * src/main/: compile.tab.C, compile.y: (codes) name part syntax
        !          17855:          added
        !          17856: 
        !          17857:        * src/classes/table.C: table:sort restored [it was bad test :(]
        !          17858: 
        !          17859:        * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
        !          17860:          ''
        !          17861: 
        !          17862:        * src/main/: pa_request.C: wanted to make const int
        !          17863:          MAX_EXECUTE_SECONDS=1;
        !          17864: 
        !          17865:          but couldnt, set_callback_and_alarm appeared to be not exported
        !          17866:          :(
        !          17867: 
        !          17868:        * src/main/pa_string.C: string.match hanged on. there were a hang
        !          17869:          check but it weren't wise enough
        !          17870: 
        !          17871:          @parse[dateString][tmp]
        !          17872:          $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
        !          17873:          #end
        !          17874: 
        !          17875:          @main[] ^parse[2001-02-03]
        !          17876: 
        !          17877:        * src/classes/: table.C: table:sort now default desc
        !          17878: 
        !          17879:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
        !          17880:          table.sort now creates new sorted table
        !          17881: 
        !          17882: 2001-08-09  parser
        !          17883: 
        !          17884:        * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
        !          17885: 
        !          17886:        * src/classes/hash.C: hash:_default now [was hash:default]
        !          17887: 
        !          17888:        * src/classes/op.C: case without switch check added
        !          17889: 
        !          17890:        * src/types/pa_vcookie.C: cookie name&value origins added, more
        !          17891:          precise $ORIGINS(1)
        !          17892: 
        !          17893:        * src/main/Makefile.am: .am
        !          17894: 
        !          17895:        * src/classes/void.C: void: int double  copy/paste from int: bug
        !          17896:          fixed
        !          17897: 
        !          17898:        * src/classes/void.C: void: int double  copy/paste from int: bug
        !          17899:          fixed
        !          17900: 
        !          17901: 2001-08-07  parser
        !          17902: 
        !          17903:        * src/: classes/double.C, classes/int.C, classes/string.C,
        !          17904:          classes/table.C, include/pa_globals.h, main/pa_globals.C:
        !          17905:          !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
        !          17906:          string, table
        !          17907: 
        !          17908:        * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
        !          17909:          srand made working
        !          17910: 
        !          17911: 2001-08-06  parser
        !          17912: 
        !          17913:        * src/: classes/mail.C, classes/op.C, include/pa_array.h,
        !          17914:          include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
        !          17915:          main/compile.tab.C, main/compile.y, main/pa_array.C,
        !          17916:          main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
        !          17917:          main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
        !          17918: 
        !          17919:        * src/main/pa_exec.C: exec win32 real filename
        !          17920: 
        !          17921:        * src/classes/file.C: exec stderr out
        !          17922: 
        !          17923:        * src/classes/hash.C: hash:keys renamed to hash:_keys :(
        !          17924: 
        !          17925: 2001-08-03  parser
        !          17926: 
        !          17927:        * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
        !          17928: 
        !          17929: 2001-08-02  parser
        !          17930: 
        !          17931:        * src/: classes/string.C, classes/table.C, include/pa_array.h,
        !          17932:          main/execute.C, main/pa_exec.C: introducing Array_iter
        !          17933: 
        !          17934:        * src/main/execute.C: detected quick_get recursion bug. changed to
        !          17935:          get@execute, but needs array iterator, separate from array to
        !          17936:          avoid it & use caching
        !          17937: 
        !          17938:        * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
        !          17939:          bug fixed
        !          17940: 
        !          17941:        * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
        !          17942:          main/execute.C, main/pa_globals.C: found another multithread bug
        !          17943:          in op.C (last, last global var killed) :)
        !          17944: 
        !          17945: 2001-08-01  parser
        !          17946: 
        !          17947:        * src/: include/pa_dictionary.h, include/pa_globals.h,
        !          17948:          include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
        !          17949:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
        !          17950:          main/untaint.C: speeded up typo-html replacements. introducing
        !          17951:          Dictionary with first-char caching
        !          17952: 
        !          17953: 2001-07-31  parser
        !          17954: 
        !          17955:        * src/types/Makefile.am: pa_vtable.C added to .am
        !          17956: 
        !          17957:        * src/main/compile.tab.C: added, so that could be compiled even on
        !          17958:          non-bison-enabled platforms
        !          17959: 
        !          17960: 2001-07-28  parser
        !          17961: 
        !          17962:        * src/classes/table.C: table:hash always produces hash, when can't
        !          17963:          - empty
        !          17964: 
        !          17965:        * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
        !          17966:          skipped \n
        !          17967: 
        !          17968: 2001-07-27  parser
        !          17969: 
        !          17970:        * src/classes/: double.C, int.C, string.C: provided meaningful msg
        !          17971:          on int/double/string :sql without result and default
        !          17972: 
        !          17973: 2001-07-26  parser
        !          17974: 
        !          17975:        * src/classes/op.C: fixed bad multithread bug with strangly global
        !          17976:          OP
        !          17977: 
        !          17978:        * src/main/compile.y: $man[$.age[zzz]]  0
        !          17979: 
        !          17980:        * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
        !          17981:          creation syntax problem persists. restored $: for a while.
        !          17982:          thinking of $man[$.age[zzz]] syntax now
        !          17983: 
        !          17984:        * src/: classes/double.C, classes/int.C, classes/string.C,
        !          17985:          include/pa_opcode.h, main/compile.C, main/compile.y,
        !          17986:          main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
        !          17987:          types/pa_vmethod_frame.h, types/pa_wcontext.h,
        !          17988:          types/pa_wwrapper.h: fixing :: realization #1
        !          17989: 
        !          17990:        * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
        !          17991:          main/compile_tools.h, main/execute.C, main/pa_request.C,
        !          17992:          types/pa_vmethod_frame.h: introducing :: this is constructor call
        !          17993:          prefix.  ordinary : remains for static accesses
        !          17994: 
        !          17995: 2001-07-25  parser
        !          17996: 
        !          17997:        * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
        !          17998:          fields 2. methods 3. columns
        !          17999: 
        !          18000:        * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
        !          18001:          quote.  optimized double&int tostring-s
        !          18002: 
        !          18003:        * src/main/: compile.C, compile.y, compile_tools.h: allowed
        !          18004:          whitespace before first method decl
        !          18005: 
        !          18006:        * src/classes/table.C: allowed nontable result in table:sql,
        !          18007:          results in empty table
        !          18008: 
        !          18009:        * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
        !          18010:          lines before first method decl
        !          18011: 
        !          18012:        * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
        !          18013:          types/pa_vtable.h: ^table.record[] now $table.fields
        !          18014: 
        !          18015:        * src/main/compile.y: $var[] is now empty string, not void
        !          18016: 
        !          18017:        * src/main/: compile.y, execute.C: $var[] is now empty string, not
        !          18018:          void
        !          18019: 
        !          18020:        * src/: classes/string.C, include/pa_globals.h, main/execute.C,
        !          18021:          main/pa_globals.C: match replace code context moved to implicit
        !          18022:          $match context
        !          18023: 
        !          18024:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
        !          18025:          main/compile_tools.h, main/execute.C: with killed, code storage
        !          18026:          introduced with former 'with' syntax
        !          18027: 
        !          18028: 2001-07-24  parser
        !          18029: 
        !          18030:        * src/: main/compile.C, main/execute.C, main/pa_string.C,
        !          18031:          types/pa_value.h: first get_element, next get operator
        !          18032: 
        !          18033:        * src/main/compile.y: removed @end handling
        !          18034: 
        !          18035:        * src/main/: compile.C, compile.y: @end handling method2
        !          18036: 
        !          18037:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
        !          18038:          file:move
        !          18039: 
        !          18040:        * src/main/pa_common.C: file_read close @ eof when imgsize bug
        !          18041:          fixed
        !          18042: 
        !          18043: 2001-07-23  parser
        !          18044: 
        !          18045:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
        !          18046:          driver
        !          18047: 
        !          18048:        * src/classes/hash.C: changed sql driver query interface
        !          18049: 
        !          18050:        * src/: classes/hash.C, classes/string.C, classes/table.C,
        !          18051:          classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
        !          18052:          changed sql driver query interface
        !          18053: 
        !          18054: 2001-07-20  parser
        !          18055: 
        !          18056:        * src/types/pa_vrequest.C: X!$browser:type
        !          18057: 
        !          18058:        * src/: classes/file.C, classes/string.C, include/pa_string.h,
        !          18059:          main/execute.C, main/pa_string.C, types/pa_valiased.C,
        !          18060:          types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
        !          18061:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
        !          18062:          types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
        !          18063:          types/pa_vobject.h, types/pa_vrequest.C,
        !          18064:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
        !          18065:          ^class:method dynamic calls allowed.  ^BASE.method call disabled.
        !          18066:          BASE element globally removed
        !          18067: 
        !          18068: 2001-07-18  parser
        !          18069: 
        !          18070:        * src/classes/file.C: file:exec/cgi msg
        !          18071: 
        !          18072:        * src/classes/file.C: $file:exit-code renamed to 'status'
        !          18073: 
        !          18074:        * src/: classes/file.C, main/pa_exec.C: file:exec
        !          18075: 
        !          18076:        * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
        !          18077:          targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
        !          18078:          removed $id from *.in *.am
        !          18079: 
        !          18080:        * src/main/: pa_request.C, untaint.C: ORIGINS langs name
        !          18081:          abbrevations
        !          18082: 
        !          18083:        * src/: classes/date.C, classes/mail.C, classes/math.C,
        !          18084:          classes/string.C, classes/table.C, include/pa_globals.h,
        !          18085:          include/pa_string.h, main/execute.C, main/pa_globals.C,
        !          18086:          main/pa_request.C, main/pa_string.C, main/untaint.C,
        !          18087:          types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
        !          18088:          types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
        !          18089:          $ORIGINS(1) output tracing mode
        !          18090: 
        !          18091: 2001-07-13  parser
        !          18092: 
        !          18093:        * src/: classes/double.C, classes/int.C, classes/string.C,
        !          18094:          include/pa_request.h, main/execute.C, main/pa_request.C:
        !          18095:          auto.p[@auto], /news/auto.p[no @auto], so that initializing
        !          18096:          second would not call first @auto
        !          18097: 
        !          18098:        * src/main/: execute.C, pa_request.C: order of MAIN parents was
        !          18099:          wrong, fixed
        !          18100: 
        !          18101: 2001-07-12  parser
        !          18102: 
        !          18103:        * src/types/pa_value.h: pa_value.putelement modification of system
        !          18104:          classes prevented
        !          18105: 
        !          18106: 2001-07-11  parser
        !          18107: 
        !          18108:        * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
        !          18109:          table $piece
        !          18110: 
        !          18111:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
        !          18112:          types/pa_vstateless_class.h: $file created by file:state +=
        !          18113:          .atime .mtime .ctime +found&fixed bug with exceptions on
        !          18114:          get_junction-created objects [they were on wrong pool]
        !          18115: 
        !          18116: 2001-07-09  parser
        !          18117: 
        !          18118:        * src/main/untaint.C: qp wrong name
        !          18119: 
        !          18120:        * src/: classes/date.C, classes/string.C, classes/table.C,
        !          18121:          main/compile.y: date format 0
        !          18122: 
        !          18123: 2001-07-07  parser
        !          18124: 
        !          18125:        * src/: classes/date.C, classes/table.C, include/pa_common.h,
        !          18126:          include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
        !          18127:          roll table calendar
        !          18128: 
        !          18129:        * src/: classes/Makefile.am, classes/date.C, classes/file.C,
        !          18130:          classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
        !          18131:          classes/op.C, classes/string.C, classes/table.C, classes/void.C,
        !          18132:          include/pa_request.h, main/main.dsp, types/pa_value.h,
        !          18133:          types/pa_vdate.h, types/pa_wcontext.C: date  now set $fields roll
        !          18134:          string.  todo: sql, calendar
        !          18135: 
        !          18136: 2001-07-06  parser
        !          18137: 
        !          18138:        * src/: classes/math.C, include/pa_request.h, main/execute.C,
        !          18139:          main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
        !          18140: 
        !          18141: 2001-07-03  parser
        !          18142: 
        !          18143:        * src/: classes/Makefile.am, classes/math.C, classes/op.C,
        !          18144:          classes/random.C, main/main.dsp: class random renamed to math,
        !          18145:          operators became methods
        !          18146: 
        !          18147:        * src/classes/op.C:  pow sqrt
        !          18148: 
        !          18149:        * src/: classes/op.C, main/execute.C:  sin asin cos acos tan atan
        !          18150: 
        !          18151: 2001-07-02  parser
        !          18152: 
        !          18153:        * src/classes/table.C: ^table.columns column renamed from 'name' to
        !          18154:          'column'
        !          18155: 
        !          18156:        * src/classes/hash.C: ^hash.keys[]
        !          18157: 
        !          18158:        * src/: classes/table.C, main/pa_table.C: ^table:columns[]
        !          18159: 
        !          18160:        * src/main/: compile.y, compile_tools.h: in expressions now allowed
        !          18161:          'strings'
        !          18162: 
        !          18163: 2001-06-29  parser
        !          18164: 
        !          18165:        * src/main/: execute.C: /0  %0 checkes ver 2
        !          18166: 
        !          18167:        * src/main/execute.C: /0  %0 checke
        !          18168: 
        !          18169:        * src/classes/Makefile.am: nothing - void
        !          18170: 
        !          18171:        * src/classes/table.C: empty strings @ sql
        !          18172: 
        !          18173: 2001-06-28  parser
        !          18174: 
        !          18175:        * src/: classes/double.C, classes/file.C, classes/form.C,
        !          18176:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
        !          18177:          classes/op.C, classes/random.C, classes/response.C,
        !          18178:          classes/string.C, classes/table.C, classes/void.C,
        !          18179:          main/compile.C, main/compile_tools.C, main/execute.C,
        !          18180:          main/pa_array.C, main/pa_common.C, main/pa_dir.C,
        !          18181:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
        !          18182:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
        !          18183:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
        !          18184:          main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
        !          18185:          targets/isapi/parser3isapi.C, main/compile.y: */ static const
        !          18186:          char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
        !          18187:          $";
        !          18188: 
        !          18189:        * src/: classes/double.C, classes/file.C, classes/form.C,
        !          18190:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
        !          18191:          classes/op.C, classes/random.C, classes/response.C,
        !          18192:          classes/string.C, classes/table.C, classes/void.C,
        !          18193:          main/compile.C, main/compile.y, main/compile_tools.C,
        !          18194:          main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
        !          18195:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
        !          18196:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
        !          18197:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
        !          18198:          main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
        !          18199:          targets/isapi/parser3isapi.C: static char *RCSId="$Id$";
        !          18200: 
        !          18201:        * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
        !          18202:          $class:name: == ${class:name}:
        !          18203: 
        !          18204:        * src/classes/string.C: exactly one
        !          18205: 
        !          18206: 2001-06-27  parser
        !          18207: 
        !          18208:        * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
        !          18209:          types/pa_vvoid.h: nothing renamed to void
        !          18210: 
        !          18211:        * src/classes/op.C: ^switch ^case
        !          18212: 
        !          18213:        * src/main/compile.y: nothing renamed to void
        !          18214: 
        !          18215:        * src/: classes/hash.C, classes/table.C, main/compile.y,
        !          18216:          main/execute.C, main/main.dsp, main/pa_request.C,
        !          18217:          targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
        !          18218:          types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
        !          18219:          void
        !          18220: 
        !          18221:        * src/main/compile.y: lexer: $zzzz^zzzz were name part
        !          18222: 
        !          18223: 2001-05-28  parser
        !          18224: 
        !          18225:        * src/doc/html2chm.cmd: removed >a
        !          18226: 
        !          18227:        * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
        !          18228:          project options [some bugs]
        !          18229: 
        !          18230:        * src/doc/sources2html.cmd: z
        !          18231: 
        !          18232:        * src/: classes/classes.C, main/compile.C, main/compile.y,
        !          18233:          main/execute.C: operators are not in root class again
        !          18234: 
        !          18235: 2001-05-24  parser
        !          18236: 
        !          18237:        * src/targets/cgi/parser3.dsp: project file
        !          18238: 
        !          18239:        * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
        !          18240:          ^log ^exp
        !          18241: 
        !          18242:        * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
        !          18243:          conversions in @exception[params]
        !          18244: 
        !          18245:        * src/main/pa_request.C: // no _ conversions in @exception[params]
        !          18246: 
        !          18247: 2001-05-23  parser
        !          18248: 
        !          18249:        * src/main/pa_string.C: string cmp bug
        !          18250: 
        !          18251:        * src/classes/: mail.C, op.C: rem max 1000
        !          18252: 
        !          18253:        * src/: classes/op.C, main/compile.y: allow one empty line before
        !          18254:          LS_DEF_NAME
        !          18255: 
        !          18256: 2001-05-22  parser
        !          18257: 
        !          18258:        * src/classes/op.C: if params code-required
        !          18259: 
        !          18260: 2001-05-21  parser
        !          18261: 
        !          18262:        * src/types/pa_vstring.C: eoleof
        !          18263: 
        !          18264:        * src/classes/Makefile.am: .AM
        !          18265: 
        !          18266:        * src/classes/nothing.C: resultless ^sql  moved to nothing:
        !          18267: 
        !          18268:        * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
        !          18269: 
        !          18270:        * src/: classes/double.C, classes/nothing.C, classes/string.C,
        !          18271:          classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
        !          18272:          types/pa_vunknown.h, classes/hash.C, main/compile.y,
        !          18273:          main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
        !          18274:          types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
        !          18275:          main/pa_request.C, types/pa_value.h: 'unknown' renamed to
        !          18276:          'nothing'
        !          18277: 
        !          18278:        * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
        !          18279:          vstring::set_string
        !          18280: 
        !          18281:        * src/classes/: double.C, int.C, string.C: int,double;sql
        !          18282: 
        !          18283:        * src/: classes/hash.C, classes/int.C, classes/string.C,
        !          18284:          classes/table.C, include/pa_string.h, main/pa_string.C,
        !          18285:          types/pa_vstring.C, types/pa_vstring.h: started int:sql
        !          18286: 
        !          18287:        * src/: classes/classes.C, classes/hash.C, classes/op.C,
        !          18288:          classes/table.C, main/compile.C, main/compile.y, main/execute.C:
        !          18289:          hash:sql moved to main trunc. operators.txt updated
        !          18290: 
        !          18291:        * src/classes/: hash.C, op.C, table.C: hash:sql
        !          18292: 
        !          18293:        * src/classes/op.C: z
        !          18294: 
        !          18295:        * src/: main/compile.C, classes/classes.C: 1
        !          18296: 
        !          18297:        * src/: classes/classes.C, main/compile.C, main/compile.y,
        !          18298:          main/execute.C: 0
        !          18299: 
        !          18300:        * src/main/execute.C: z
        !          18301: 
        !          18302:        * src/targets/cgi/parser3.C: z
        !          18303: 
        !          18304:        * src/targets/cgi/parser3.C: argv can be just "parser3". made
        !          18305:          site_auto_path "." in that case
        !          18306: 
        !          18307:        * src/targets/cgi/: parser3.C: z
        !          18308: 
        !          18309:        * src/main/pa_request.C: .am
        !          18310: 
        !          18311:        * src/: main/pa_request.C, targets/cgi/parser3.C:
        !          18312:          pcre_tables=pcre_default_tables;
        !          18313: 
        !          18314: 2001-05-19  parser
        !          18315: 
        !          18316:        * src/main/pa_string.C: z
        !          18317: 
        !          18318:        * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
        !          18319:          introducing String::cstr_bufsize, returns just size+1 for as_is
        !          18320:          target.
        !          18321: 
        !          18322:        * src/: main/untaint.C, targets/cgi/pa_pool.C,
        !          18323:          targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
        !          18324:          used, 4* mem wasted
        !          18325: 
        !          18326:        * src/classes/string.C: root context in match replace body now
        !          18327:          unchanged
        !          18328: 
        !          18329:        * src/types/pa_value.h: parameter # 1 based
        !          18330: 
        !          18331:        * src/main/pa_common.C: common:  actual filename '%s'
        !          18332: 
        !          18333:        * src/classes/string.C: z
        !          18334: 
        !          18335:        * src/classes/Makefile.am: classes/.am
        !          18336: 
        !          18337:        * src/classes/: Makefile.am: classes/.am
        !          18338: 
        !          18339:        * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
        !          18340:          targets/cgi/pa_pool.C: classes/.am
        !          18341: 
        !          18342: 2001-05-18  parser
        !          18343: 
        !          18344:        * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
        !          18345:          pa_threads.C ins
        !          18346: 
        !          18347:        * src/targets/cgi/Makefile.am: .am pa_threads.C added
        !          18348: 
        !          18349: 2001-05-17  parser
        !          18350: 
        !          18351:        * src/: classes/string.C, include/pa_config_fixed.h,
        !          18352:          include/pa_config_includes.h, main/compile.y,
        !          18353:          main/compile_tools.h, main/execute.C, main/pa_array.C,
        !          18354:          main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
        !          18355:          main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
        !          18356:          types/pa_vform.C: #include "pa_config_includes.h" removed from
        !          18357:          most .C
        !          18358: 
        !          18359:        * src/doc/html2chm.cmd: z
        !          18360: 
        !          18361:        * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
        !          18362:          view.cmd, view_chm.cmd, view_html.cmd: doc cmds
        !          18363: 
        !          18364:        * src/main/pa_sql_driver_manager.C: moved expiration to
        !          18365:          get_connection_from_cache
        !          18366: 
        !          18367:        * src/main/pa_sql_driver_manager.C: cache expiration bf
        !          18368: 
        !          18369:        * src/: classes/classes.h, include/pa_sql_connection.h,
        !          18370:          include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
        !          18371:          cache expiration[use SQL_Driver::disconnect]
        !          18372: 
        !          18373:        * src/main/pa_table.C: table.locate current restored on "not found"
        !          18374: 
        !          18375:        * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
        !          18376:          line no
        !          18377: 
        !          18378:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
        !          18379:          ANTI_ENDLESS_EXECUTE_RECOURSION
        !          18380: 
        !          18381:        * src/: classes/op.C, include/pa_sql_connection.h,
        !          18382:          include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
        !          18383:          sql/pa_sql_driver.h: fixed problem at last: 2connections own
        !          18384:          1driver and set_services fight for driver::fservices. before fix
        !          18385: 
        !          18386:        * src/: classes/op.C, include/pa_config_fixed.h,
        !          18387:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
        !          18388:          main/pa_sql_driver_manager.C: found problem at last: 2connections
        !          18389:          own 1driver and set_services fight for driver::fservices. before
        !          18390:          fix
        !          18391: 
        !          18392:        * src/: include/pa_config_fixed.h, include/pa_threads.h,
        !          18393:          targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
        !          18394:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
        !          18395:          pa_threads.C
        !          18396: 
        !          18397:        * src/include/pa_threads.h: removed targets/parser
        !          18398: 
        !          18399:        * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
        !          18400:          pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
        !          18401:          pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
        !          18402:          pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
        !          18403:          pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
        !          18404:          headers
        !          18405: 
        !          18406:        * src/: classes/image.C, include/pa_sql_driver_manager.h,
        !          18407:          main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
        !          18408:          order prevented sqlmanager to see MULTYTHREAD define
        !          18409: 
        !          18410:        * src/: include/pa_config_fixed.h, include/pa_threads.h,
        !          18411:          main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
        !          18412:          put/gets
        !          18413: 
        !          18414:        * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
        !          18415:          from hash.h
        !          18416: 
        !          18417:        * src/: classes/op.C, include/pa_sql_connection.h,
        !          18418:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
        !          18419:          from cache ->set_services(&services);
        !          18420: 
        !          18421: 2001-05-16  parser
        !          18422: 
        !          18423:        * src/targets/cgi/parser3.C: z
        !          18424: 
        !          18425:        * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
        !          18426:          debug, #ifdefed some.  would debug later, on more precise sample
        !          18427:          than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
        !          18428:          $name.$tail[$tail!] $name.$tail } ok3
        !          18429: 
        !          18430:        * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
        !          18431:          removed array debug. before vstring rebasing
        !          18432: 
        !          18433:        * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
        !          18434:          main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
        !          18435:          array debugged; adjusted
        !          18436: 
        !          18437:        * src/main/: pa_sql_driver_manager.C, pa_string.C:
        !          18438:          SQL_Driver_manager line no for connect/charset errors
        !          18439: 
        !          18440: 2001-05-15  parser
        !          18441: 
        !          18442:        * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
        !          18443:          main/pa_string.C: string+array made linear grows
        !          18444: 
        !          18445:        * src/: include/pa_string.h, main/pa_string.C,
        !          18446:          targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
        !          18447:          grow lineary, not exponentialy
        !          18448: 
        !          18449:        * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
        !          18450:          targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
        !          18451:          with fullchunk cmps
        !          18452: 
        !          18453:        * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
        !          18454:          70041=           81
        !          18455: 
        !          18456:        * src/: include/pa_string.h, targets/cgi/pa_pool.C,
        !          18457:          targets/cgi/parser3.C: detected huge mem allocation: size/times
        !          18458:          malloc 27809390/368771, calloc 3232/83. would test now
        !          18459: 
        !          18460:        * src/: classes/random.C, main/compile.y, main/execute.C,
        !          18461:          main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
        !          18462:          numbered params had wrong name - for instance: bad error message
        !          18463:          in ^for[] bad body type. fixed
        !          18464: 
        !          18465: 2001-05-14  parser
        !          18466: 
        !          18467:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
        !          18468:          main/untaint.C: ^string.upper|lower[]
        !          18469: 
        !          18470: 2001-05-11  parser
        !          18471: 
        !          18472:        * src/: classes/double.C, classes/image.C, classes/op.C,
        !          18473:          classes/string.C, classes/table.C, classes/unknown.C,
        !          18474:          main/execute.C, types/pa_value.h, types/pa_vbool.h,
        !          18475:          types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
        !          18476:          types/pa_vunknown.h: op: MAX_LOOPS as_int
        !          18477: 
        !          18478:        * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
        !          18479:          .dsp for win32tools
        !          18480: 
        !          18481: 2001-05-11  paf
        !          18482: 
        !          18483:        * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
        !          18484:          main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
        !          18485:          targets/isapi/istart.cmd, targets/isapi/istop.cmd,
        !          18486:          targets/isapi/kill.pl: moved win32 helpers to /win32tools
        !          18487: 
        !          18488: 2001-05-10  paf
        !          18489: 
        !          18490:        * src/include/: pa_common.h, pa_config_includes.h: inline undefed
        !          18491:          for C++, that's all
        !          18492: 
        !          18493:        * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
        !          18494:          pa_config_includes.h: inline wonders
        !          18495: 
        !          18496:        * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
        !          18497:          doc/doxygen.cmd: hash.C added
        !          18498: 
        !          18499:        * src/: main/pa_request.C, types/pa_vrequest.C: op configured
        !          18500: 
        !          18501:        * src/main/compile.y: @end grammar: allowed zero strings in control
        !          18502:          menthod
        !          18503: 
        !          18504:        * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
        !          18505:          pa_vstateless_object.h: changed priority: field before method
        !          18506:          lookup in vclass & vobject
        !          18507: 
        !          18508:        * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
        !          18509:          grammar: priorities changes [lowerd && prior] vobject: now first
        !          18510:          fields, next methods
        !          18511: 
        !          18512: 2001-05-08  paf
        !          18513: 
        !          18514:        * src/main/pa_table.C: table columnname2item on nameless ignored
        !          18515:          bark=false. fixed
        !          18516: 
        !          18517:        * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
        !          18518:          types/pa_vmethod_frame.h: hash:default works at last!
        !          18519: 
        !          18520:        * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
        !          18521:          main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
        !          18522:          hash:default
        !          18523: 
        !          18524:        * src/classes/table.C: z
        !          18525: 
        !          18526:        * src/classes/table.C: table:hash always hash of hash now
        !          18527: 
        !          18528:        * src/classes/table.C: table:empty return bool now
        !          18529: 
        !          18530:        * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
        !          18531:          include/pa_table.h, main/pa_table.C, types/pa_value.h,
        !          18532:          types/pa_vtable.h: table:hash
        !          18533: 
        !          18534:        * src/classes/table.C: table:record have name
        !          18535: 
        !          18536:        * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
        !          18537:          returns vunknown
        !          18538: 
        !          18539:        * src/classes/: double.C, int.C, op.C, string.C:
        !          18540:          int,double,string:int[] double[] string:length[] results now have
        !          18541:          hames
        !          18542: 
        !          18543:        * src/: classes/op.C, classes/table.C, main/main.dsp,
        !          18544:          types/pa_vtable.h: removed table:find. table:locate and op:eval
        !          18545:          now return bool
        !          18546: 
        !          18547:        * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
        !          18548:          in method checkparams again. fixed
        !          18549: 
        !          18550: 2001-05-07  paf
        !          18551: 
        !          18552:        * src/doc/chm.cmd: cmd
        !          18553: 
        !          18554:        * src/: classes/image.C, classes/mail.C, classes/string.C,
        !          18555:          doc/chm.cmd, include/pa_table.h, main/pa_table.C,
        !          18556:          types/pa_value.h: method reported errors on wrong pool
        !          18557: 
        !          18558:        * src/main/execute.C: ^var[^class:var.method[]] is not constructor
        !          18559:          now
        !          18560: 
        !          18561:        * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
        !          18562:          include/code.h, include/pa_opcode.h, main/compile.C,
        !          18563:          main/compile_tools.h, main/execute.C, types/pa_value.h,
        !          18564:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
        !          18565:          types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
        !          18566:          types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
        !          18567:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
        !          18568:          types/pa_vmethod_frame.h, types/pa_vobject.h,
        !          18569:          types/pa_vrequest.h, types/pa_vresponse.h,
        !          18570:          types/pa_vstateless_class.h, types/pa_vstring.h,
        !          18571:          types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
        !          18572:          types/pa_wwrapper.h: pa_code.h
        !          18573: 
        !          18574:        * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
        !          18575: 
        !          18576:        * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
        !          18577:          doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
        !          18578:          doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
        !          18579:          doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
        !          18580:          doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
        !          18581:          doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
        !          18582:          include/pa_hash.h, include/pa_string.h, main/pa_request.C,
        !          18583:          main/pa_sql_driver_manager.C, types/pa_vjunction.h,
        !          18584:          types/pa_vtable.h: dox, split by not clean parts also
        !          18585: 
        !          18586:        * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
        !          18587:          types/pa_vtable.h: table: fields, then methods.  so to enable
        !          18588:          'dir' fields & co. more
        !          18589: 
        !          18590:        * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
        !          18591:          so to enable 'dir' fields & co.
        !          18592: 
        !          18593:        * src/main/compile.y: grammar: @end
        !          18594: 
        !          18595: 2001-05-04  paf
        !          18596: 
        !          18597:        * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
        !          18598:          doc/ClassExample3.dox, main/execute.C: dox: example1 updated
        !          18599: 
        !          18600:        * src/: classes/classes.h, classes/double.C, classes/file.C,
        !          18601:          classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
        !          18602:          classes/op.C, classes/random.C, classes/response.C,
        !          18603:          classes/string.C, classes/table.C, classes/unknown.C,
        !          18604:          doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
        !          18605:          method dox
        !          18606: 
        !          18607: 2001-05-03  paf
        !          18608: 
        !          18609:        * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
        !          18610:          doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
        !          18611:          doc/doxygen.txt, doc/executor.dox, doc/index.dox,
        !          18612:          doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
        !          18613:          doc/string.dox, doc/targets.dox, doc/value.dox,
        !          18614:          main/pa_request.C: dox splitted .dox files and added some
        !          18615: 
        !          18616:        * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
        !          18617: 
        !          18618: 2001-05-02  paf
        !          18619: 
        !          18620:        * src/classes/: image.C, table.C: table:dir result are not tainted
        !          18621:          by file_name  language now
        !          18622: 
        !          18623: 2001-04-28  paf
        !          18624: 
        !          18625:        * src/classes/classes.inc: removed classes.inc
        !          18626: 
        !          18627:        * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
        !          18628:          from .am
        !          18629: 
        !          18630:        * src/classes/classes.awk: skipped classes in .awk
        !          18631: 
        !          18632:        * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
        !          18633:          classes/classes.inc, classes/double.C, classes/file.C,
        !          18634:          classes/form.C, classes/int.C, classes/op.C, classes/response.C,
        !          18635:          classes/string.C, classes/table.C, classes/unknown.C,
        !          18636:          include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
        !          18637:          targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
        !          18638:          types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
        !          18639:          pa_methoded back to classes/classes.h
        !          18640: 
        !          18641:        * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
        !          18642: 
        !          18643:        * src/: classes/Makefile.am, classes/classes.awk,
        !          18644:          classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
        !          18645:          classes/ls.exe, main/bison.exe: classes.inc autogenerator
        !          18646: 
        !          18647:        * src/: classes/classes.C, classes/classes.h, classes/double.C,
        !          18648:          classes/file.C, classes/form.C, classes/int.C, classes/op.C,
        !          18649:          classes/response.C, classes/string.C, classes/table.C,
        !          18650:          classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
        !          18651:          main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
        !          18652:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
        !          18653:          types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
        !          18654:          include|main/pa_methoded
        !          18655: 
        !          18656:        * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
        !          18657:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
        !          18658: 
        !          18659:        * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
        !          18660:          moved some configured data to request::classes_conf moved some
        !          18661:          string crations from globals to M...  [works]
        !          18662: 
        !          18663:        * src/: classes/form.C, classes/mail.C, classes/op.C,
        !          18664:          include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
        !          18665:          main/pa_request.C: moved some configured data to
        !          18666:          request::classes_conf moved some string crations from globals to
        !          18667:          M...
        !          18668: 
        !          18669:        * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
        !          18670:          about to move configured data to special request hash
        !          18671: 
        !          18672:        * src/: classes/classes.C, classes/classes.h, classes/file.C,
        !          18673:          classes/form.C, classes/mail.C, include/pa_request.h,
        !          18674:          main/pa_request.C: configure started
        !          18675: 
        !          18676:        * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
        !          18677:          2. todo: methoded-configure
        !          18678: 
        !          18679:        * src/: classes/_double.h, classes/_file.h, classes/_form.h,
        !          18680:          classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
        !          18681:          classes/_random.h, classes/_response.h, classes/_string.h,
        !          18682:          classes/_table.h, classes/_unknown.h, classes/classes.inc,
        !          18683:          classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
        !          18684:          classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
        !          18685:          classes/random.C, classes/response.C, classes/string.C,
        !          18686:          classes/table.C, classes/unknown.C, include/pa_globals.h,
        !          18687:          include/pa_request.h, main/compile.y, main/execute.C,
        !          18688:          main/main.dsp, main/pa_globals.C, main/pa_request.C,
        !          18689:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
        !          18690:          types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
        !          18691:          types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
        !          18692:          types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
        !          18693:          types/pa_vrequest.h, types/pa_vresponse.h,
        !          18694:          types/pa_vstateless_class.h, types/pa_vstring.h,
        !          18695:          types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
        !          18696:          classes/classes.C, classes/classes.h: Methoded reorganized. todo:
        !          18697:          methoded-configure
        !          18698: 
        !          18699:        * src/: classes/file.C, classes/table.C, main/compile.y,
        !          18700:          main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
        !          18701:          types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
        !          18702:          ability. now $a{^menu{$name}} or ^a.menu{$a.name}
        !          18703: 
        !          18704:        * src/: classes/_string.h, classes/classes.C, classes/classes.h,
        !          18705:          classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
        !          18706:          classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
        !          18707:          classes/random.C, classes/response.C, classes/string.C,
        !          18708:          classes/table.C, classes/unknown.C, include/pa_request.h,
        !          18709:          main/compile.y, main/execute.C, main/pa_globals.C,
        !          18710:          main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
        !          18711:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
        !          18712:          types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
        !          18713:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
        !          18714:          beautifying just compiled. todo: debug, configure
        !          18715: 
        !          18716: 2001-04-27  paf
        !          18717: 
        !          18718:        * src/: classes/file.C, classes/image.C, classes/table.C,
        !          18719:          main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
        !          18720:          beautifying -99
        !          18721: 
        !          18722:        * src/: classes/_double.h, classes/_form.h, classes/_int.h,
        !          18723:          classes/_response.h, classes/_unknown.h, classes/classes.C,
        !          18724:          classes/classes.h, classes/double.C, classes/file.C,
        !          18725:          classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
        !          18726:          classes/op.C, classes/random.C, classes/response.C,
        !          18727:          classes/string.C, include/pa_globals.h, main/main.dsp,
        !          18728:          main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
        !          18729:          types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
        !          18730:          types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
        !          18731:          types/pa_vunknown.h: beautifying -100
        !          18732: 
        !          18733:        * src/main/compile.y: serge@ found @CLASS bug. fixed
        !          18734: 
        !          18735:        * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
        !          18736:          classes/_op.h, classes/_random.h, classes/_table.h,
        !          18737:          classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
        !          18738:          classes/op.C, classes/random.C, classes/response.C,
        !          18739:          classes/string.C, classes/table.C, classes/unknown.C,
        !          18740:          include/pa_globals.h, main/main.dsp, main/pa_globals.C,
        !          18741:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
        !          18742:          types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
        !          18743:          beautifying
        !          18744: 
        !          18745: 2001-04-26  paf
        !          18746: 
        !          18747:        * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
        !          18748: 
        !          18749:        * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
        !          18750:          documentation ++
        !          18751: 
        !          18752:        * src/: classes/_exec.h, doc/doxygen.cfg,
        !          18753:          include/pa_config_fixed.h, include/pa_config_includes.h,
        !          18754:          targets/cgi/pa_pool.C: code documentation ++
        !          18755: 
        !          18756:        * src/: classes/_image.h, classes/op.C, classes/random.C,
        !          18757:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
        !          18758:          types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
        !          18759:          types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
        !          18760:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
        !          18761:          types/pa_vmethod_frame.h, types/pa_vobject.h,
        !          18762:          types/pa_vrequest.C, types/pa_vrequest.h,
        !          18763:          types/pa_vstateless_class.C, types/pa_vstateless_object.h,
        !          18764:          types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
        !          18765:          types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
        !          18766:          code documentation ++
        !          18767: 
        !          18768:        * src/: classes/image.C, classes/mail.C, classes/string.C,
        !          18769:          classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
        !          18770:          include/pa_array.h, include/pa_dir.h, include/pa_string.h,
        !          18771:          main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
        !          18772:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
        !          18773:          types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
        !          18774:          types/pa_vobject.h, types/pa_vstateless_class.h,
        !          18775:          types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
        !          18776: 
        !          18777:        * src/main/: pa_request.C, pa_string.C: z
        !          18778: 
        !          18779:        * src/: include/pa_common.h, include/pa_types.h,
        !          18780:          main/pa_sql_driver_manager.C: module [and, guess, isapi]
        !          18781:          connection caching fixed.  request-pooled-url were stored into
        !          18782:          global connectioncache
        !          18783: 
        !          18784: 2001-04-25  paf
        !          18785: 
        !          18786:        * src/: doc/doxygen.cfg, doc/doxygen.txt,
        !          18787:          targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
        !          18788: 
        !          18789:        * src/: include/code.h, include/pa_common.h, main/compile.y,
        !          18790:          main/execute.C, main/pa_common.C: -d
        !          18791: 
        !          18792:        * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
        !          18793:          illegal call check a bit improved, but still under iis no mapping
        !          18794:          of dir with parser allowed!
        !          18795: 
        !          18796: 2001-04-24  paf
        !          18797: 
        !          18798:        * src/targets/Makefile.am: apache module lib .am
        !          18799: 
        !          18800:        * src/main/pa_exec.C: windows32 buildCommand
        !          18801: 
        !          18802: 2001-04-23  paf
        !          18803: 
        !          18804:        * src/targets/cgi/Makefile.am: win32 conditional
        !          18805: 
        !          18806:        * src/targets/cgi/Makefile.am: win32 conditional
        !          18807: 
        !          18808:        * src/targets/cgi/Makefile.am: liblink
        !          18809: 
        !          18810:        * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
        !          18811:          vfile fields return type
        !          18812: 
        !          18813:        * src/types/pa_vfile.h: vfile fields return type
        !          18814: 
        !          18815:        * src/include/pa_config_auto.h.in: .h.in
        !          18816: 
        !          18817:        * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
        !          18818:          types/Makefile: makefiles removed
        !          18819: 
        !          18820:        * src/: classes/Makefile, main/Makefile, main/pa_string.C,
        !          18821:          targets/cgi/Makefile, types/Makefile: configure.in + makefiles
        !          18822: 
        !          18823:        * src/main/pa_string.C: tested OK /// @test really @b test: s x m
        !          18824:          [tested: i & g ]
        !          18825: 
        !          18826:        * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
        !          18827:          @test noticed series in isapi, check how initialize_random_class
        !          18828:          is called! [must be called only once]
        !          18829: 
        !          18830:        * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
        !          18831:          would not be 'unknown column'
        !          18832: 
        !          18833:        * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
        !          18834:          @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
        !          18835: 
        !          18836:        * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
        !          18837:          commandline start "parser3 a.html" so that ^load[a.cfg] worked!
        !          18838:          [now doesnt]
        !          18839: 
        !          18840:        * src/targets/cgi/parser3.C: cgi cmdline ver
        !          18841: 
        !          18842:        * src/targets/cgi/parser3.C: cgi /// @test disable
        !          18843:          /cgi-bin/parser3/auto.p
        !          18844: 
        !          18845:        * src/main/untaint.C: untaint without charset
        !          18846: 
        !          18847:        * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
        !          18848:          main/pa_common.C: common: file_write /// @test mkdirs
        !          18849:          file_delete rmdirs
        !          18850: 
        !          18851:        * src/main/untaint.C: mail header only once to =?
        !          18852: 
        !          18853:        * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
        !          18854:          include/pa_string.h, main/pa_exec.C, main/pa_request.C,
        !          18855:          main/untaint.C: untaint -        @test optimize whitespaces for
        !          18856:          all but 'html'
        !          18857: 
        !          18858:        * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
        !          18859:          main/pa_common.C, main/pa_hash.C, main/pa_request.C,
        !          18860:          main/untaint.C: untaint -  @test mail-header
        !          18861: 
        !          18862: 2001-04-20  paf
        !          18863: 
        !          18864:        * src/: classes/string.C, classes/table.C, include/pa_globals.h,
        !          18865:          include/pa_request.h, include/pa_string.h, main/compile.y,
        !          18866:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
        !          18867:          targets/cgi/parser3.C: $MAIN:LOCALE
        !          18868: 
        !          18869:        * src/main/untaint.C: z
        !          18870: 
        !          18871:        * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
        !          18872: 
        !          18873: 2001-04-19  paf
        !          18874: 
        !          18875:        * src/main/compile_tools.h: $a$b bugfix
        !          18876: 
        !          18877:        * src/targets/cgi/parser3.C: z
        !          18878: 
        !          18879:        * src/classes/file.C: z
        !          18880: 
        !          18881:        * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
        !          18882:          done: header to $fields. waits for header '\' tricks
        !          18883: 
        !          18884:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
        !          18885:          main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
        !          18886:          changed urlencode here and in untaint.C to HTTP standard's " and
        !          18887:          \" mech
        !          18888: 
        !          18889:        * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
        !          18890:          http://alx/~paf/ doesnt load /auto.p
        !          18891: 
        !          18892: 2001-04-18  paf
        !          18893: 
        !          18894:        * src/main/pa_request.C: 1
        !          18895: 
        !          18896:        * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
        !          18897:          linux @alx
        !          18898: 
        !          18899: 2001-04-17  paf
        !          18900: 
        !          18901:        * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
        !          18902:          include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
        !          18903:          sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
        !          18904:          enabled
        !          18905: 
        !          18906:        * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
        !          18907:          classes/_exec.h, classes/_file.h, classes/_form.h,
        !          18908:          classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
        !          18909:          classes/_random.h, classes/_response.h, classes/_string.h,
        !          18910:          classes/_table.h, classes/_unknown.h, classes/file.C,
        !          18911:          classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
        !          18912:          include/pa_config_fixed.h, include/pa_config_includes.h,
        !          18913:          include/pa_hash.h, include/pa_sql_driver_manager.h,
        !          18914:          include/pa_version.h, main/Makefile.am, main/compile.y,
        !          18915:          main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
        !          18916:          main/pa_sql_driver_manager.C, sql/Makefile.am,
        !          18917:          sql/pa_sql_driver.h, targets/cgi/Makefile.am,
        !          18918:          targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
        !          18919:          types/pa_vform.C, types/pa_vimage.h: exec @jav
        !          18920: 
        !          18921:        * src/: include/pa_sql_driver_manager.h,
        !          18922:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
        !          18923:          types/pa_vimage.h: sql driver interface now has initialize(client
        !          18924:          .so)
        !          18925: 
        !          18926: 2001-04-16  paf
        !          18927: 
        !          18928:        * src/Makefile.am: compile2 cygwin
        !          18929: 
        !          18930:        * src/: include/pa_config_includes.h, main/pa_exec.C,
        !          18931:          main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
        !          18932: 
        !          18933:        * src/targets/cgi/Makefile.am: compile0 jav
        !          18934: 
        !          18935:        * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
        !          18936:          classes/_exec.h, classes/_file.h, classes/_form.h,
        !          18937:          classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
        !          18938:          classes/_random.h, classes/_response.h, classes/_string.h,
        !          18939:          classes/_table.h, classes/_unknown.h, classes/image.C,
        !          18940:          classes/mail.C, classes/op.C, classes/random.C,
        !          18941:          include/pa_config_fixed.h, include/pa_config_includes.h,
        !          18942:          include/pa_hash.h, include/pa_version.h, main/Makefile.am,
        !          18943:          main/compile.y, main/pa_common.C, main/pa_exec.C,
        !          18944:          sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
        !          18945:          types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
        !          18946:          compile-1
        !          18947: 
        !          18948: 2001-04-15  paf
        !          18949: 
        !          18950:        * src/classes/op.C: z
        !          18951: 
        !          18952:        * src/classes/table.C: table:empty +=process
        !          18953: 
        !          18954:        * src/types/pa_value.h: MethodParams !junction
        !          18955: 
        !          18956:        * src/: classes/_string.h, classes/double.C, classes/file.C,
        !          18957:          classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
        !          18958:          classes/random.C, classes/response.C, classes/string.C,
        !          18959:          classes/table.C, classes/unknown.C, main/pa_request.C:
        !          18960:          MethodParams everywhere
        !          18961: 
        !          18962:        * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
        !          18963:          types/pa_vmethod_frame.h: MethodParams in op.C
        !          18964: 
        !          18965: 2001-04-12  paf
        !          18966: 
        !          18967:        * src/: classes/image.C, types/pa_vimage.h: image:font :text
        !          18968: 
        !          18969:        * src/: classes/_unknown.h, classes/unknown.C,
        !          18970:          include/pa_globals.h, main/main.dsp, main/pa_globals.C,
        !          18971:          types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
        !          18972: 
        !          18973:        * src/: classes/image.C, main/pa_hash.C: hash bug fixed
        !          18974: 
        !          18975:        * src/classes/image.C: image:gif now does not have params
        !          18976: 
        !          18977:        * src/classes/image.C:
        !          18978:          image:line/fill/rectangle/bar/replace/polygon/polybar
        !          18979: 
        !          18980:        * src/: classes/image.C, classes/op.C, main/execute.C,
        !          18981:          types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
        !          18982:          for var now written not to r.wcontext, but to r.root cleared
        !          18983:          "entered_object" state
        !          18984: 
        !          18985: 2001-04-11  paf
        !          18986: 
        !          18987:        * src/classes/image.C: image:create image:load
        !          18988: 
        !          18989:        * src/: classes/image.C, main/main.dsp: gd with mem write + image
        !          18990:          just compiled
        !          18991: 
        !          18992:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
        !          18993:          todo: gif without file
        !          18994: 
        !          18995:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
        !          18996:          started porting to Pooled descendant
        !          18997: 
        !          18998:        * src/: classes/image.C, main/execute.C, main/main.dsp,
        !          18999:          main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
        !          19000:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
        !          19001:          types/pa_vmframe.h: libimaging dead end: pil parses header in .py
        !          19002: 
        !          19003:        * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
        !          19004:          main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
        !          19005:          end. switching to python imaging lib
        !          19006: 
        !          19007:        * src/main/main.dsp: gd+smtp made separate libs
        !          19008: 
        !          19009:        * src/: include/pa_globals.h, include/pa_string.h,
        !          19010:          main/pa_common.C, main/pa_request.C, main/untaint.C,
        !          19011:          types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
        !          19012:          length
        !          19013: 
        !          19014:        * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
        !          19015:          types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
        !          19016:          types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
        !          19017:          UL_FILE_NAME of posted file name
        !          19018: 
        !          19019:        * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
        !          19020:          post [broke when moved post read to core]
        !          19021: 
        !          19022: 2001-04-10  paf
        !          19023: 
        !          19024:        * src/classes/image.C: image:html done
        !          19025: 
        !          19026:        * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
        !          19027: 
        !          19028:        * src/classes/image.C: z
        !          19029: 
        !          19030:        * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
        !          19031:          forgotten!
        !          19032: 
        !          19033:        * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
        !          19034:          main/pa_request.C, main/pa_string.C, main/untaint.C,
        !          19035:          types/pa_vimage.h: image:measure -90
        !          19036: 
        !          19037:        * src/: classes/_double.h, classes/_file.h, classes/_form.h,
        !          19038:          classes/_int.h, classes/_mail.h, classes/_op.h,
        !          19039:          classes/_random.h, classes/_response.h, classes/_string.h,
        !          19040:          classes/_table.h, classes/file.C, classes/mail.C,
        !          19041:          include/pa_common.h, include/pa_globals.h, main/execute.C,
        !          19042:          main/main.dsp, main/pa_common.C, main/pa_globals.C,
        !          19043:          targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
        !          19044:          types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
        !          19045:          types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
        !          19046:          compiled
        !          19047: 
        !          19048:        * src/classes/mail.C: minor bug with unclear from/to
        !          19049: 
        !          19050:        * src/classes/mail.C: sendmail unix skipping defaults
        !          19051: 
        !          19052:        * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
        !          19053:          sendmail unix added defaults
        !          19054: 
        !          19055:        * src/classes/mail.C: unix sendmail compiled. todo:testing
        !          19056: 
        !          19057:        * src/: classes/mail.C, main/pa_globals.C: smtp some consts
        !          19058: 
        !          19059: 2001-04-09  paf
        !          19060: 
        !          19061:        * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
        !          19062:          main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
        !          19063:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
        !          19064:          targets/isapi/parser3isapi.dsp: all targets exec
        !          19065: 
        !          19066:        * src/: include/pa_sapi.h, include/pa_string.h,
        !          19067:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
        !          19068:          targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
        !          19069:          args in apache:util.script
        !          19070: 
        !          19071:        * src/include/pa_string.h: written but not tested exec with env for
        !          19072:          unix
        !          19073: 
        !          19074:        * src/: classes/file.C, main/main.dsp, main/pa_request.C,
        !          19075:          targets/cgi/parser3.C: exec win32 env
        !          19076: 
        !          19077:        * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
        !          19078:          0
        !          19079: 
        !          19080:        * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
        !          19081:          main/execute.C, main/main.dsp, main/pa_globals.C,
        !          19082:          main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
        !          19083:          types/pa_vform.C, types/pa_vstring.C: exec4. todo env
        !          19084: 
        !          19085:        * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
        !          19086:          main/untaint.C: exec3. decided exec:cgi to move to file:cgi
        !          19087: 
        !          19088:        * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
        !          19089:          main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
        !          19090: 
        !          19091:        * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
        !          19092:          include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
        !          19093:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
        !          19094:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
        !          19095:          targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
        !          19096:          exec class just compiled. moved post read to request core
        !          19097: 
        !          19098:        * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
        !          19099:          include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
        !          19100:          main/pa_globals.C, targets/cgi/parser3.C,
        !          19101:          targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
        !          19102:          are already read by vform
        !          19103: 
        !          19104: 2001-04-08  paf
        !          19105: 
        !          19106:        * src/: classes/file.C, classes/mail.C, classes/string.C,
        !          19107:          include/pa_request.h, include/pa_string.h, main/pa_request.C:
        !          19108:          uuencode. string<<
        !          19109: 
        !          19110: 2001-04-07  paf
        !          19111: 
        !          19112:        * src/classes/mail.C: z
        !          19113: 
        !          19114:        * src/classes/mail.C: z
        !          19115: 
        !          19116:        * src/classes/mail.C: ^mail[$attach
        !          19117: 
        !          19118:        * src/classes/mail.C: ^attach dead end
        !          19119: 
        !          19120:        * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
        !          19121:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
        !          19122:          targets/isapi/parser3isapi.C: mail:send 1
        !          19123: 
        !          19124:        * src/: classes/mail.C, main/pa_request.C: z
        !          19125: 
        !          19126:        * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
        !          19127:          main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
        !          19128:          compiled
        !          19129: 
        !          19130:        * src/classes/mail.C: +=
        !          19131: 
        !          19132:        * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
        !          19133:          prepared
        !          19134: 
        !          19135:        * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
        !          19136:          include/pa_globals.h, include/pa_string.h, main/main.dsp,
        !          19137:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
        !          19138:          main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
        !          19139: 
        !          19140: 2001-04-06  paf
        !          19141: 
        !          19142:        * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
        !          19143:          main/pa_string.C: table:dir 1
        !          19144: 
        !          19145:        * src/: classes/table.C, include/pa_dir.h, main/execute.C,
        !          19146:          main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
        !          19147: 
        !          19148:        * src/: classes/_op.h, classes/_root.h, classes/op.C,
        !          19149:          classes/root.C, include/pa_globals.h, include/pa_request.h,
        !          19150:          main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
        !          19151:          main/pa_request.C: renamed 'root' to 'op'
        !          19152: 
        !          19153:        * src/classes/: _op.h, op.C: renamed from 'root'
        !          19154: 
        !          19155:        * src/types/pa_valiased.C: another root inherititance skipped
        !          19156: 
        !          19157:        * src/main/: compile.C, compile.y, execute.C: operators are now not
        !          19158:          root methods of parent class. just 'ROOT' class
        !          19159: 
        !          19160:        * src/: classes/random.C, classes/table.C, main/pa_globals.C:
        !          19161:          @office
        !          19162: 
        !          19163:        * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
        !          19164: 
        !          19165: 2001-04-05  paf
        !          19166: 
        !          19167:        * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
        !          19168:          types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
        !          19169:          constructor flag dropped at get_method_frame and remembered into
        !          19170:          method_frame
        !          19171: 
        !          19172:        * src/: classes/file.C, classes/root.C, classes/string.C,
        !          19173:          classes/table.C, main/pa_request.C: junction to code&expression
        !          19174:          in errors
        !          19175: 
        !          19176:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
        !          19177:          main/pa_string.C, targets/isapi/parser3isapi.dsp:
        !          19178:          $LOCALE:ctype[Russian_Russia.1251]
        !          19179: 
        !          19180:        * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
        !          19181:          include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
        !          19182:          main/pa_table.C: hash now not thread-safe.
        !          19183: 
        !          19184:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
        !          19185:          main/untaint.C: z
        !          19186: 
        !          19187:        * src/: classes/random.C, classes/root.C, classes/table.C,
        !          19188:          include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
        !          19189:          main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
        !          19190:          sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
        !          19191:          types/pa_wcontext.h: sql quote. string untaint UL_SQL
        !          19192: 
        !          19193:        * src/: classes/table.C, include/pa_sql_connection.h,
        !          19194:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
        !          19195: 
        !          19196:        * src/classes/table.C: select * from hren error contains statement
        !          19197: 
        !          19198:        * src/: classes/table.C, include/pa_sql_connection.h,
        !          19199:          include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
        !          19200:          sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
        !          19201: 
        !          19202:        * src/: classes/root.C, include/pa_sql_connection.h,
        !          19203:          include/pa_sql_driver.h, main/main.dsp,
        !          19204:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
        !          19205:          services for conv memory & error reporting
        !          19206: 
        !          19207: 2001-04-04  paf
        !          19208: 
        !          19209:        * src/doc/doxygen.cfg: z
        !          19210: 
        !          19211:        * src/include/pa_sql_driver.h: mysql connect
        !          19212: 
        !          19213:        * src/include/pa_sql_driver.h: mysql info
        !          19214: 
        !          19215:        * src/: classes/root.C, include/pa_sql_driver.h,
        !          19216:          include/pa_sql_driver_manager.h, main/main.dsp,
        !          19217:          main/pa_sql_driver_manager.C: more manager&connection&driver
        !          19218: 
        !          19219:        * src/sql/Makefile.am: forgot to add mysql client
        !          19220: 
        !          19221:        * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
        !          19222:          main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
        !          19223:          [forgot to add libltdl, added]
        !          19224: 
        !          19225:        * src/: Makefile.am, classes/root.C, classes/string.C,
        !          19226:          classes/table.C, include/pa_globals.h, include/pa_hash.h,
        !          19227:          include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
        !          19228:          include/pa_string.h, include/pa_table.h, main/main.dsp,
        !          19229:          main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
        !          19230:          main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
        !          19231:          -1000 just compiled
        !          19232: 
        !          19233:        * src/: classes/random.C, classes/root.C, classes/table.C,
        !          19234:          include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
        !          19235:          main/pa_request.C, types/pa_vclass.h: sql frame -10
        !          19236: 
        !          19237: 2001-04-03  paf
        !          19238: 
        !          19239:        * src/types/pa_vform.C: z
        !          19240: 
        !          19241:        * src/: classes/string.C, types/pa_vform.C: string:match replace
        !          19242:          assigned lang
        !          19243: 
        !          19244:        * src/: classes/string.C, main/compile.y: grammar: fixed to allow
        !          19245:          {}[]< empty []
        !          19246: 
        !          19247:        * src/: classes/file.C, classes/string.C, classes/table.C,
        !          19248:          include/pa_string.h, main/pa_common.C, main/pa_string.C,
        !          19249:          main/untaint.C: string:match replace 2.  string.cstr(forced lang)
        !          19250: 
        !          19251:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
        !          19252:          string:match replace strange matches
        !          19253: 
        !          19254:        * src/classes/string.C: string:match replace 0
        !          19255: 
        !          19256:        * src/: classes/string.C, main/pa_string.C: string:match replace
        !          19257:          prepared 2
        !          19258: 
        !          19259:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
        !          19260:          string:match replace prepared
        !          19261: 
        !          19262:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
        !          19263:          string:match replace -11
        !          19264: 
        !          19265:        * src/: classes/string.C, include/pa_globals.h,
        !          19266:          include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
        !          19267:          main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
        !          19268: 
        !          19269:        * src/: classes/string.C, include/pa_globals.h,
        !          19270:          include/pa_string.h, main/main.dsp, main/pa_globals.C,
        !          19271:          main/pa_string.C: string:match [search] -1 just compiled
        !          19272: 
        !          19273:        * src/types/pa_vstring.C: z
        !          19274: 
        !          19275:        * src/: classes/double.C, classes/file.C, classes/form.C,
        !          19276:          classes/int.C, classes/response.C, classes/root.C,
        !          19277:          classes/string.C, classes/table.C, include/pa_string.h,
        !          19278:          main/pa_string.C: string:match -10 [frame]
        !          19279: 
        !          19280:        * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
        !          19281:          main/pa_request.C: z
        !          19282: 
        !          19283:        * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
        !          19284:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
        !          19285:          todo/tests
        !          19286: 
        !          19287:        * src/include/pa_common.h: z
        !          19288: 
        !          19289:        * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
        !          19290:          main/pa_request.C, targets/cgi/parser3.C,
        !          19291:          targets/isapi/parser3isapi.C, types/pa_vfile.C:
        !          19292:          content-disposition
        !          19293: 
        !          19294:        * src/: include/pa_common.h, include/pa_globals.h,
        !          19295:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
        !          19296:          targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
        !          19297: 
        !          19298:        * src/: include/pa_common.h, include/pa_request.h,
        !          19299:          include/pa_sapi.h, main/main.dsp, main/pa_common.C,
        !          19300:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
        !          19301:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
        !          19302:          response:body
        !          19303: 
        !          19304:        * src/classes/table.C: table:append now uses string::split
        !          19305: 
        !          19306:        * src/classes/table.C: z
        !          19307: 
        !          19308:        * src/: classes/file.C, classes/root.C, classes/string.C,
        !          19309:          classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
        !          19310:          doc/generate.cmd, include/pa_array.h, include/pa_request.h,
        !          19311:          include/pa_string.h, main/execute.C, main/pa_string.C,
        !          19312:          main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
        !          19313:          string::pos & cmp & piece bugs fixed.  string::split new
        !          19314:          table:load separated from set table:set implemented with clean \n
        !          19315:          \t searches
        !          19316: 
        !          19317: 2001-04-02  paf
        !          19318: 
        !          19319:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
        !          19320:          types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
        !          19321:          types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
        !          19322:          types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
        !          19323:          it in table:set/load
        !          19324: 
        !          19325:        * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
        !          19326:          include/pa_table.h, main/execute.C, types/pa_value.h: table:join
        !          19327: 
        !          19328:        * src/classes/random.C: random:generate 1
        !          19329: 
        !          19330:        * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
        !          19331:          main/main.dsp, main/pa_globals.C, main/pa_request.C,
        !          19332:          types/pa_value.h: random:generate
        !          19333: 
        !          19334: 2001-03-30  paf
        !          19335: 
        !          19336:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
        !          19337:          todo: table flip and append. string::pos
        !          19338: 
        !          19339:        * src/: classes/double.C, classes/file.C, classes/int.C,
        !          19340:          classes/response.C, classes/root.C, classes/string.C,
        !          19341:          classes/table.C, main/compile.y, main/execute.C,
        !          19342:          types/pa_value.h, types/pa_vstateless_class.C,
        !          19343:          types/pa_vstateless_class.h: static|dynamic|any method
        !          19344:          registration
        !          19345: 
        !          19346:        * src/: classes/file.C, classes/table.C, include/pa_table.h,
        !          19347:          main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
        !          19348:          table:flip
        !          19349: 
        !          19350: 2001-03-29  paf
        !          19351: 
        !          19352:        * src/classes/string.C: string:xsplit forgot that they must result
        !          19353:          in 1 row N column [not vice versa]
        !          19354: 
        !          19355:        * src/classes/string.C: z
        !          19356: 
        !          19357:        * src/classes/string.C: string: rsplit
        !          19358: 
        !          19359:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
        !          19360:          string: lsplit
        !          19361: 
        !          19362:        * src/: classes/string.C, include/pa_string.h, main/execute.C,
        !          19363:          main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
        !          19364:          lsplit -1
        !          19365: 
        !          19366:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
        !          19367:          string: pos
        !          19368: 
        !          19369:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
        !          19370:          string: pos -1
        !          19371: 
        !          19372:        * src/: classes/string.C, classes/table.C, include/pa_string.h,
        !          19373:          main/compile.y, main/pa_request.C, main/pa_string.C,
        !          19374:          main/untaint.C: string: left right mid
        !          19375: 
        !          19376:        * src/: classes/string.C, main/compile.y, main/compile_tools.C,
        !          19377:          main/compile_tools.h, main/main.dsp, types/pa_value.h,
        !          19378:          types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
        !          19379:          and [;] are different now.
        !          19380: 
        !          19381:        * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
        !          19382:          main/untaint.C: pool.request undone
        !          19383: 
        !          19384:        * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
        !          19385:          main/untaint.C: pool.request
        !          19386: 
        !          19387: 2001-03-28  paf
        !          19388: 
        !          19389:        * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
        !          19390:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
        !          19391:          types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
        !          19392:          $request:browser [.type .version]; unknown.get_double now = 0.
        !          19393: 
        !          19394:        * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
        !          19395:          include/pa_table.h, main/pa_globals.C, main/pa_request.C,
        !          19396:          main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
        !          19397:          types/pa_vform.C: file:load autodetection of mime-type by
        !          19398:          user-file-name
        !          19399: 
        !          19400:        * src/: classes/file.C, main/execute.C, main/pa_common.C,
        !          19401:          main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
        !          19402:          types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
        !          19403: 
        !          19404:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
        !          19405:          types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
        !          19406:          write. must be self.set
        !          19407: 
        !          19408:        * src/: classes/file.C, classes/root.C, classes/table.C,
        !          19409:          include/pa_table.h, main/pa_table.C: table:locate1, file:test
        !          19410: 
        !          19411:        * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
        !          19412:          include/pa_table.h, main/pa_array.C, main/pa_table.C,
        !          19413:          types/pa_vtable.h: table:locate just compiled
        !          19414: 
        !          19415: 2001-03-27  paf
        !          19416: 
        !          19417:        * src/main/: execute.C, pa_common.C: fixed r/w context of
        !          19418:          code-params2, fixed ntfs hardlink slow dir update
        !          19419: 
        !          19420:        * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
        !          19421:          types/pa_wcontext.h: fixed r/w context of code-params
        !          19422: 
        !          19423:        * src/: classes/table.C, main/execute.C: about to change junction
        !          19424:          rcontext!!
        !          19425: 
        !          19426:        * src/: classes/double.C, classes/int.C, classes/root.C,
        !          19427:          classes/string.C, classes/table.C, main/compile_tools.C,
        !          19428:          main/execute.C, main/pa_request.C, main/untaint.C,
        !          19429:          types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
        !          19430:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
        !          19431:          types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
        !          19432:          types/pa_vunknown.h: sort 0
        !          19433: 
        !          19434:        * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
        !          19435:          pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
        !          19436:          renamed to are_static_calls_disabled
        !          19437: 
        !          19438:        * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
        !          19439:          targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
        !          19440:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
        !          19441:          types/pa_vstring.h, types/pa_vunknown.h: continue on sort
        !          19442: 
        !          19443:        * src/main/compile.y: fixed minor bug in @mn[][] ...^{
        !          19444: 
        !          19445:        * src/: classes/table.C, include/pa_common.h, main/compile.y:
        !          19446:          started table:sort fixed minor bug in #...^{
        !          19447: 
        !          19448:        * src/: classes/table.C, include/pa_common.h, main/compile.y,
        !          19449:          main/execute.C, main/pa_common.C, main/pa_table.C: table:save
        !          19450:          decided to have as it were. stepped back.  grammar: added 'in'
        !          19451:          'is' 'lt'&co follow-space check
        !          19452: 
        !          19453: 2001-03-26  paf
        !          19454: 
        !          19455:        * src/: classes/file.C, classes/root.C, classes/table.C,
        !          19456:          include/pa_common.h, include/pa_globals.h, include/pa_table.h,
        !          19457:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
        !          19458:          main/pa_table.C: moved ::save to pa_table.  disabled @auto
        !          19459:          invocation in ^process
        !          19460: 
        !          19461:        * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
        !          19462: 
        !          19463:        * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
        !          19464:          main/pa_array.C: table:record
        !          19465: 
        !          19466:        * src/: main/untaint.C, targets/cgi/parser3.C,
        !          19467:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
        !          19468:          targets/isapi/pool_storage.h, types/pa_valiased.h,
        !          19469:          types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
        !          19470:          types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
        !          19471:          types/pa_vtable.h: z
        !          19472: 
        !          19473:        * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
        !          19474:          types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
        !          19475:          types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
        !          19476:          types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
        !          19477:          $b[$a.CLASS] ^b.inc[123] shit.  allowed no checks in native
        !          19478:          method realisations on 'self' validity - they now can simply
        !          19479:          assume that 'self' is V{Proper} .
        !          19480: 
        !          19481: 2001-03-25  paf
        !          19482: 
        !          19483:        * src/main/untaint.C: z
        !          19484: 
        !          19485:        * src/main/: pa_request.C, untaint.C: moved default typo-table to
        !          19486:          lowlevel - it initialization could be skipped if failed in @auto.
        !          19487:          so that exception report would use some table
        !          19488: 
        !          19489:        * src/main/pa_request.C: table empty lines ignored. system-default
        !          19490:          content type assigned in output:result [can fail in main:auto and
        !          19491:          skipped normal defaults extraction]
        !          19492: 
        !          19493:        * src/: include/pa_string.h, main/compile.y: #comment fixed minor
        !          19494:          bug
        !          19495: 
        !          19496:        * src/main/: pa_globals.C, untaint.C: html-typo - moved all
        !          19497:          processing to table [except preliminary \r\n \r \n replacements
        !          19498:          to "\n"]
        !          19499: 
        !          19500:        * src/: classes/table.C, main/untaint.C: html-typo - decided to
        !          19501:          move all the processing to table
        !          19502: 
        !          19503:        * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
        !          19504:          main/pa_table.C, main/untaint.C: returned table originating.
        !          19505:          useful for reporting typo table problems origin. think would be
        !          19506:          useful somewhere else
        !          19507: 
        !          19508:        * src/main/untaint.C: typo  \r \r\n \n properly handled
        !          19509: 
        !          19510:        * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
        !          19511:          include/pa_table.h, main/compile.y, main/compile_tools.C,
        !          19512:          main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
        !          19513:          main/pa_string.C, main/pa_table.C, main/untaint.C,
        !          19514:          types/pa_vcookie.h: typo & typo-default
        !          19515: 
        !          19516: 2001-03-24  paf
        !          19517: 
        !          19518:        * src/main/pa_common.C: z
        !          19519: 
        !          19520:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
        !          19521:          targets/cgi/parser3.C: html-typo 2
        !          19522: 
        !          19523:        * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
        !          19524:          doc/view.cmd, include/pa_array.h, include/pa_globals.h,
        !          19525:          include/pa_pool.h, include/pa_string.h, include/pa_table.h,
        !          19526:          main/execute.C, main/pa_array.C, main/pa_globals.C,
        !          19527:          main/pa_request.C, main/pa_string.C, main/untaint.C,
        !          19528:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
        !          19529:          types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
        !          19530:          noticed double default content-type prob. run cgi.cmd tomorrow
        !          19531:          first html-typo sample. detected << problem: they become ltlt too
        !          19532:          fast
        !          19533: 
        !          19534:        * src/main/compile.y: z
        !          19535: 
        !          19536:        * src/main/: compile.y, compile_tools.h: #comment
        !          19537: 
        !          19538:        * src/: classes/file.C, classes/root.C, classes/table.C,
        !          19539:          include/pa_common.h, include/pa_request.h, main/compile.y,
        !          19540:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
        !          19541:          targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
        !          19542:          stringified
        !          19543: 
        !          19544:        * src/types/pa_valiased.C: decided to String-ify file_read
        !          19545: 
        !          19546:        * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
        !          19547:          isapi/parser3isapi.dsp: cgi: sapi::log
        !          19548: 
        !          19549:        * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
        !          19550:          targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
        !          19551:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
        !          19552:          error log experiments failed - cgi under iis got no access to
        !          19553:          log. registereventsource simply failed with 5(illegal call) code,
        !          19554:          while worked OK as standalone executable.  isapi: used
        !          19555:          HSE_APPEND_LOG_PARAMETER feature
        !          19556: 
        !          19557:        * src/: include/pa_common.h, include/pa_globals.h,
        !          19558:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
        !          19559:          targets/isapi/parser3isapi.C: fixed default content-type
        !          19560:          allocation storage
        !          19561: 
        !          19562:        * src/: include/pa_globals.h, include/pa_request.h,
        !          19563:          main/pa_globals.C, main/pa_request.C: z
        !          19564: 
        !          19565:        * src/: include/pa_array.h, include/pa_hash.h,
        !          19566:          include/pa_request.h, main/compile.y, main/pa_array.C,
        !          19567:          main/pa_common.C, main/pa_hash.C, main/pa_request.C,
        !          19568:          types/pa_vcookie.C: cyclic uses ignored. defaulted default
        !          19569:          content-type
        !          19570: 
        !          19571:        * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
        !          19572:          sanity
        !          19573: 
        !          19574:        * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
        !          19575:          types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
        !          19576:          away freeze mech.  no danger now for you can't do
        !          19577:          ^request:process[@new-method[] body] trick anymore.  still
        !          19578:          remains $some_instance.process[@new-method[] possibility] but
        !          19579:          would leave it as a feature.  see index for sample
        !          19580: 
        !          19581:        * src/: include/pa_common.h, main/pa_common.C,
        !          19582:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
        !          19583:          monkey every target
        !          19584: 
        !          19585:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
        !          19586:          targets/cgi/parser3.C, targets/isapi/pool_storage.h,
        !          19587:          types/pa_vform.C, types/pa_vform.h: auto.p monkey
        !          19588: 
        !          19589: 2001-03-23  paf
        !          19590: 
        !          19591:        * src/: include/pa_pool.h, main/pa_request.C,
        !          19592:          targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
        !          19593:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
        !          19594:          targets/isapi/pool_storage.h: isapi: dumb pool storage
        !          19595: 
        !          19596:        * src/targets/isapi/pa_pool.C: decided to continue with extension
        !          19597: 
        !          19598:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
        !          19599:          it would be better to rewrite as filter then to deal with pool
        !          19600: 
        !          19601:        * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
        !          19602:          now like in cgi, not from APPL_PHYSICAL_PATH
        !          19603: 
        !          19604:        * src/: classes/root.C, classes/table.C, include/pa_common.h,
        !          19605:          include/pa_config_fixed.h, include/pa_config_includes.h,
        !          19606:          include/pa_string.h, include/pa_threads.h, include/pa_types.h,
        !          19607:          include/pa_version.h, main/compile.y, main/execute.C,
        !          19608:          main/pa_array.C, main/pa_common.C, main/pa_hash.C,
        !          19609:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
        !          19610:          main/untaint.C, targets/cgi/parser3.C,
        !          19611:          targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
        !          19612:          cgi: reinvent document_root and request_uri under iis. autoconf
        !          19613:          updated. introducing ap_config_includes
        !          19614: 
        !          19615:        * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
        !          19616: 
        !          19617:        * src/targets/cgi/parser3.C: cgi: only one pool now
        !          19618: 
        !          19619:        * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
        !          19620:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
        !          19621:          targets/isapi/parser3isapi.C, types/pa_vcookie.C,
        !          19622:          types/pa_venv.h, types/pa_vform.C: sapi made object
        !          19623: 
        !          19624:        * src/: include/pa_globals.h, main/pa_request.C,
        !          19625:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
        !          19626:          targets/isapi/parser3isapi.C, types/pa_vcookie.C,
        !          19627:          types/pa_venv.h, types/pa_vform.C: all: sapi beauty
        !          19628: 
        !          19629:        * src/: main/pa_request.C, targets/cgi/parser3.C,
        !          19630:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
        !          19631:          isapi minor env beauty
        !          19632: 
        !          19633:        * src/: main/pa_request.C, targets/cgi/parser3.C,
        !          19634:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
        !          19635:          isapi document_root 0
        !          19636: 
        !          19637: 2001-03-22  paf
        !          19638: 
        !          19639:        * src/targets/isapi/parser3isapi.C: isapi keep-alive
        !          19640: 
        !          19641:        * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
        !          19642:          isapi/parser3isapi.C: z
        !          19643: 
        !          19644:        * src/: include/pa_pool.h, main/pa_request.C,
        !          19645:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
        !          19646: 
        !          19647:        * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
        !          19648:          kill.pl: isapi added utils
        !          19649: 
        !          19650:        * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
        !          19651:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
        !          19652:          types/pa_vform.C: isapi 0
        !          19653: 
        !          19654:        * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
        !          19655:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
        !          19656:          targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
        !          19657:          targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
        !          19658:          started isapi
        !          19659: 
        !          19660:        * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
        !          19661:          some comments
        !          19662: 
        !          19663:        * src/: include/pa_globals.h, include/pa_request.h,
        !          19664:          include/pa_types.h, main/pa_globals.C, main/pa_request.C,
        !          19665:          targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
        !          19666:          parser_root_auto_path parser_site_auto_path
        !          19667: 
        !          19668:        * src/types/pa_vcookie.C: cookie attr decoded
        !          19669: 
        !          19670: 2001-03-21  paf
        !          19671: 
        !          19672:        * src/targets/cgi/parser3.C: z
        !          19673: 
        !          19674:        * src/include/pa_globals.h: post. todo: config of auto.p path
        !          19675: 
        !          19676:        * src/: include/pa_globals.h, targets/cgi/parser3.C,
        !          19677:          types/pa_venv.h: in cookie & env. todo:post
        !          19678: 
        !          19679:        * src/: Makefile.am, classes/Makefile.am, classes/file.C,
        !          19680:          classes/root.C, classes/table.C, include/pa_array.h,
        !          19681:          include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
        !          19682:          include/pa_request.h, include/pa_string.h, main/Makefile.am,
        !          19683:          main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
        !          19684:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
        !          19685:          main/pa_table.C, main/untaint.C, targets/Makefile.am,
        !          19686:          targets/cgi/Makefile.am, targets/cgi/parser3.C,
        !          19687:          targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
        !          19688:          types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
        !          19689:          shifted apache branch on main trunc
        !          19690: 
        !          19691:        * src/: include/pa_common.h, include/pa_globals.h,
        !          19692:          include/pa_pool.h, include/pa_request.h, main/main.dsp,
        !          19693:          main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
        !          19694:          types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
        !          19695:          starting mod_parser3
        !          19696: 
        !          19697:        * src/targets/cgi/parser3.C: starting mod_parser3
        !          19698: 
        !          19699: 2001-03-20  paf
        !          19700: 
        !          19701:        * src/: main/pa_common.C, targets/cgi/Makefile.am,
        !          19702:          targets/cgi/parser3.C: automake compiled and works. todo:make
        !          19703:          win32 ifdefs work and add ifdef unistd
        !          19704: 
        !          19705:        * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
        !          19706:          main/Makefile.am, main/pa_common.C, main/pa_request.C,
        !          19707:          main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
        !          19708:          z
        !          19709: 
        !          19710:        * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
        !          19711:          main/execute.C, main/pa_common.C, types/Makefile.am: removing
        !          19712:          locking
        !          19713: 
        !          19714:        * src/: classes/Makefile.am, types/Makefile.am: z
        !          19715: 
        !          19716:        * src/: Makefile.am, classes/file.C, classes/root.C,
        !          19717:          classes/table.C, include/pa_array.h, include/pa_request.h,
        !          19718:          include/pa_string.h, main/Makefile.am, main/execute.C,
        !          19719:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
        !          19720:          main/pa_string.C, main/untaint.C, targets/Makefile.am,
        !          19721:          targets/cgi/Makefile.am, targets/cgi/parser3.C,
        !          19722:          types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
        !          19723: 
        !          19724:        * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
        !          19725:          main/pa_request.C, types/pa_vfile.h: ^table:save
        !          19726: 
        !          19727:        * src/: classes/file.C, classes/table.C, include/pa_array.h,
        !          19728:          include/pa_common.h, include/pa_request.h, include/pa_string.h,
        !          19729:          include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
        !          19730:          main/untaint.C, types/pa_valiased.h, types/pa_value.h,
        !          19731:          types/pa_vform.h: z
        !          19732: 
        !          19733:        * src/include/pa_string.h: z
        !          19734: 
        !          19735:        * src/: classes/_request.h, classes/request.C, main/main.dsp,
        !          19736:          main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
        !          19737:          types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
        !          19738:          :Value
        !          19739: 
        !          19740:        * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
        !          19741:          types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
        !          19742:          :VStateless_object
        !          19743: 
        !          19744:        * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
        !          19745:          types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
        !          19746:          :VStateless_object
        !          19747: 
        !          19748:        * src/: main/main.dsp, targets/cgi/parser3.dsp,
        !          19749:          types/pa_valiased.C, types/pa_vform.h: commented VForm
        !          19750: 
        !          19751:        * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
        !          19752:          types/pa_valiased.h, types/pa_value.h,
        !          19753:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
        !          19754:          types/pa_vstateless_object.h: moved common get_element part from
        !          19755:          stateless object&class into VAliased
        !          19756: 
        !          19757:        * src/: classes/_env.h, classes/_table.h, classes/env.C,
        !          19758:          classes/table.C, main/execute.C, main/main.dsp,
        !          19759:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
        !          19760:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
        !          19761:          now :Value
        !          19762: 
        !          19763:        * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
        !          19764:          main/execute.C, main/main.dsp, main/pa_globals.C,
        !          19765:          types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
        !          19766: 
        !          19767:        * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
        !          19768:          doxx
        !          19769: 
        !          19770:        * src/: classes/_file.h, classes/file.C, include/pa_types.h,
        !          19771:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
        !          19772:          types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
        !          19773:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
        !          19774:          and ^file:save
        !          19775: 
        !          19776: 2001-03-19  paf
        !          19777: 
        !          19778:        * src/types/pa_vfile.C: z
        !          19779: 
        !          19780:        * src/: classes/file.C, classes/request.C, classes/table.C,
        !          19781:          include/pa_string.h, main/main.dsp, main/pa_pool.C,
        !          19782:          main/pa_request.C, main/untaint.C, types/pa_value.h,
        !          19783:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
        !          19784: 
        !          19785:        * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
        !          19786:          include/pa_string.h, include/pa_table.h, main/main.dsp,
        !          19787:          main/pa_common.C, main/pa_globals.C, types/pa_value.h,
        !          19788:          types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
        !          19789:          types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
        !          19790:          classes/_file.h, classes/file.C, types/pa_vfile.C,
        !          19791:          types/pa_vfile.h: file class just compiled
        !          19792: 
        !          19793:        * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
        !          19794:          include/pa_table.h, include/pa_types.h, main/execute.C,
        !          19795:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
        !          19796:          types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
        !          19797:          types/pa_vstateless_object.h: ^table:set{default level: TABLE}
        !          19798: 
        !          19799:        * src/include/pa_pool.h: z
        !          19800: 
        !          19801:        * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
        !          19802:          main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
        !          19803:          Hash::Value to Val so to doxygen would finlly stop confusing
        !          19804:          those Value-s
        !          19805: 
        !          19806:        * src/: include/code.h, include/pa_array.h, include/pa_common.h,
        !          19807:          include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
        !          19808:          include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
        !          19809:          include/pa_string.h, include/pa_table.h, include/pa_threads.h,
        !          19810:          include/pa_types.h, main/compile.C, main/compile.y,
        !          19811:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
        !          19812:          main/pa_array.C, main/pa_common.C, main/pa_exception.C,
        !          19813:          main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
        !          19814:          main/pa_request.C, main/pa_string.C, main/pa_table.C,
        !          19815:          main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
        !          19816: 
        !          19817:        * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
        !          19818:          derivates somehow unlinked. don't know why yet
        !          19819: 
        !          19820:        * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
        !          19821:          include/pa_string.h, include/pa_threads.h, main/compile.C,
        !          19822:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
        !          19823:          main/execute.C, main/pa_array.C, main/pa_common.C,
        !          19824:          main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
        !          19825:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
        !          19826:          main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
        !          19827: 
        !          19828:        * src/: classes/root.C, classes/table.C, main/pa_exception.C,
        !          19829:          main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
        !          19830:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
        !          19831:          types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
        !          19832:          types/pa_vrequest.h: doc: detected Value derivates prob
        !          19833: 
        !          19834:        * src/include/pa_globals.h: z
        !          19835: 
        !          19836:        * src/: classes/_request.h, classes/request.C, include/code.h,
        !          19837:          include/pa_array.h, include/pa_common.h, include/pa_exception.h,
        !          19838:          include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
        !          19839:          include/pa_request.h, include/pa_stack.h, include/pa_string.h,
        !          19840:          include/pa_table.h, include/pa_threads.h, include/pa_types.h,
        !          19841:          main/execute.C, main/pa_pool.C, main/pa_request.C,
        !          19842:          main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
        !          19843:          types/pa_value.h, types/pa_vform.C: doxygen include/, Value
        !          19844: 
        !          19845: 2001-03-18  paf
        !          19846: 
        !          19847:        * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
        !          19848:          cookie: allowed access to hash-assigned
        !          19849: 
        !          19850:        * src/targets/cgi/parser3.C: z
        !          19851: 
        !          19852:        * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
        !          19853:          include/pa_globals.h, include/pa_request.h, include/pa_string.h,
        !          19854:          include/pa_types.h, main/main.dsp, main/pa_common.C,
        !          19855:          main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
        !          19856:          main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
        !          19857:          types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
        !          19858:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
        !          19859:          types/pa_vunknown.h: cookie class
        !          19860: 
        !          19861:        * src/main/pa_request.C: zero length output allowed
        !          19862: 
        !          19863:        * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
        !          19864:          types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
        !          19865: 
        !          19866:        * src/: classes/root.C, main/pa_request.C: taint forgotten forced
        !          19867:          lang switch
        !          19868: 
        !          19869:        * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
        !          19870:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
        !          19871:          types/pa_value.h, types/pa_vhash.h:
        !          19872:          $defautl[$content-type[$value[text/html] $charset[windows-1251]]
        !          19873: 
        !          19874:        * src/main/execute.C: z
        !          19875: 
        !          19876:        * src/: classes/root.C, main/pa_request.C, main/untaint.C,
        !          19877:          targets/cgi/parser3.C: taint[uri
        !          19878: 
        !          19879:        * src/: classes/request.C, classes/response.C, classes/root.C,
        !          19880:          include/pa_common.h, include/pa_globals.h, include/pa_request.h,
        !          19881:          include/pa_string.h, main/pa_common.C, main/pa_globals.C,
        !          19882:          main/pa_request.C, targets/cgi/parser3.C: ^taint 0
        !          19883: 
        !          19884:        * src/: classes/root.C, classes/string.C, include/pa_string.h,
        !          19885:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
        !          19886:          types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
        !          19887:          types/pa_vstateless_class.C: convinient string(pool, char *src,
        !          19888:          bool tainted) ctor
        !          19889: 
        !          19890:        * src/: include/pa_hash.h, include/pa_request.h,
        !          19891:          include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
        !          19892:          main/pa_request.C, main/pa_string.C, main/untaint.C,
        !          19893:          targets/cgi/parser3.C: proper @exceptions params tainting
        !          19894: 
        !          19895:        * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
        !          19896:          response fields to header
        !          19897: 
        !          19898:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
        !          19899:          z
        !          19900: 
        !          19901:        * src/: classes/_response.h, classes/response.C,
        !          19902:          include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
        !          19903:          main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
        !          19904:          main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
        !          19905:          targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
        !          19906:          types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
        !          19907:          $response: 0  request::core exception rethrow
        !          19908: 
        !          19909: 2001-03-16  paf
        !          19910: 
        !          19911:        * src/: main/execute.C, main/main.dsp, types/pa_value.h,
        !          19912:          types/pa_vrequest.h: native method' class call with less params
        !          19913:          then needed error reporting
        !          19914: 
        !          19915:        * src/: classes/_request.h, classes/request.C,
        !          19916:          include/pa_globals.h, include/pa_request.h, main/execute.C,
        !          19917:          main/main.dsp, main/pa_globals.C, main/pa_request.C,
        !          19918:          targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
        !          19919:          types/pa_vrequest.h: $request : query :uri
        !          19920: 
        !          19921:        * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
        !          19922:          types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
        !          19923:          types/pa_wcontext.h: $result
        !          19924: 
        !          19925:        * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
        !          19926: 
        !          19927:        * src/: classes/double.C, include/code.h, main/compile.y,
        !          19928:          main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
        !          19929:          and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
        !          19930: 
        !          19931:        * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
        !          19932:          main/compile.y, main/execute.C, types/pa_value.h,
        !          19933:          types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
        !          19934:          types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
        !          19935:          wcontext conflict
        !          19936: 
        !          19937:        * src/: main/execute.C, types/pa_value.h,
        !          19938:          types/pa_vstateless_object.h, types/pa_vstring.h: disabled
        !          19939:          $string.field
        !          19940: 
        !          19941: 2001-03-15  paf
        !          19942: 
        !          19943:        * src/main/pa_request.C: news sample
        !          19944: 
        !          19945:        * src/: main/compile.y, main/execute.C, main/pa_request.C,
        !          19946:          targets/cgi/parser3.C, types/pa_vstring.h: @exception
        !          19947: 
        !          19948:        * src/main/: compile.y, execute.C: z
        !          19949: 
        !          19950:        * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
        !          19951:          types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
        !          19952:          pre pre works
        !          19953: 
        !          19954:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
        !          19955:          targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
        !          19956:          fillfields just compiled
        !          19957: 
        !          19958: 2001-03-14  paf
        !          19959: 
        !          19960:        * src/: include/pa_request.h, main/pa_request.C,
        !          19961:          targets/cgi/parser3.C: z
        !          19962: 
        !          19963:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
        !          19964:          targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
        !          19965:          types/pa_vstring.h: limits -1
        !          19966: 
        !          19967:        * src/: include/pa_globals.h, include/pa_request.h,
        !          19968:          include/pa_types.h, main/main.dsp, main/pa_globals.C,
        !          19969:          main/pa_request.C, targets/cgi/parser3.C,
        !          19970:          targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
        !          19971:          request_info -1
        !          19972: 
        !          19973:        * src/: include/pa_globals.h, main/pa_globals.C,
        !          19974:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
        !          19975:          targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
        !          19976:          vform_fields_fill
        !          19977: 
        !          19978:        * src/targets/cgi/parser3.C: #  if MSVC
        !          19979: 
        !          19980:        * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
        !          19981:          targets/cgi/parser3.C: PATH_DELIMITER_CHAR
        !          19982: 
        !          19983:        * src/targets/cgi/parser3.C: z
        !          19984: 
        !          19985:        * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
        !          19986:          include/pa_string.h, include/pa_types.h, main/compile.y,
        !          19987:          main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
        !          19988:          targets/cgi/pa_vform.C, targets/cgi/parser3.C,
        !          19989:          targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
        !          19990:          types/pa_vunknown.h: global handler, exceptions in parser3
        !          19991: 
        !          19992: 2001-03-13  paf
        !          19993: 
        !          19994:        * src/: classes/form.C, main/compile.y, main/core.C,
        !          19995:          types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
        !          19996:          types/pa_vform.h, types/pa_vstateless_class.C,
        !          19997:          types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
        !          19998:          instead
        !          19999: 
        !          20000:        * src/: include/core.h, include/pa_common.h, include/pa_request.h,
        !          20001:          main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
        !          20002:          targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
        !          20003:          started cgi target
        !          20004: 
        !          20005:        * src/: include/core.h, include/pa_common.h, include/pa_request.h,
        !          20006:          main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
        !          20007:          before error show with parser
        !          20008: 
        !          20009:        * src/: classes/_form.h, classes/form.C, include/core.h,
        !          20010:          include/pa_request.h, main/core.C, main/pa_request.C,
        !          20011:          targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
        !          20012: 
        !          20013:        * src/targets/cgi/: parser.dsp, parser3.dsp: z
        !          20014: 
        !          20015:        * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
        !          20016:          parser3.C: renamed targets/ parser to cgi
        !          20017: 
        !          20018:        * src/: classes/double.C, classes/env.C, classes/int.C,
        !          20019:          classes/root.C, classes/string.C, classes/table.C,
        !          20020:          include/pa_request.h, types/pa_vhash.h: z
        !          20021: 
        !          20022:        * src/: classes/_env.h, classes/env.C, classes/root.C,
        !          20023:          include/core.h, include/pa_pool.h, include/pa_request.h,
        !          20024:          main/compile.C, main/compile.y, main/core.C, main/main.dsp,
        !          20025:          main/pa_common.C, main/pa_request.C, types/pa_value.h,
        !          20026:          types/pa_venv.h, types/pa_vstateless_class.h: started $form:
        !          20027:          [historical moment :)]
        !          20028: 
        !          20029:        * src/: include/code.h, include/pa_string.h, main/compile.y,
        !          20030:          main/execute.C, main/pa_string.C: 'value is type' expr operator
        !          20031: 
        !          20032:        * src/types/pa_venv.h: $ENV 1
        !          20033: 
        !          20034:        * src/main/execute.C: z
        !          20035: 
        !          20036:        * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
        !          20037:          future methods of ENV constructor if
        !          20038: 
        !          20039:        * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
        !          20040:          class
        !          20041: 
        !          20042:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
        !          20043:          classes/_root.h, classes/_string.h, classes/_table.h,
        !          20044:          classes/double.C, classes/env.C, classes/int.C, classes/root.C,
        !          20045:          classes/string.C, classes/table.C, include/pa_request.h,
        !          20046:          main/compile.C, main/compile_tools.h, main/core.C,
        !          20047:          main/execute.C, main/main.dsp, main/pa_request.C,
        !          20048:          types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
        !          20049:          types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
        !          20050:          types/pa_vobject.h, types/pa_vstateless_class.C,
        !          20051:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
        !          20052:          types/pa_wcontext.h: $ENV: re 0, stateless classes
        !          20053: 
        !          20054:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
        !          20055:          classes/_root.h, classes/_string.h, classes/_table.h,
        !          20056:          classes/double.C, classes/env.C, classes/int.C, classes/root.C,
        !          20057:          classes/string.C, classes/table.C, include/pa_request.h,
        !          20058:          main/compile.C, main/compile_tools.h, main/core.C,
        !          20059:          main/execute.C, main/main.dsp, main/pa_request.C,
        !          20060:          types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
        !          20061:          types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
        !          20062:          types/pa_vobject.h, types/pa_vstateless_class.C,
        !          20063:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
        !          20064:          types/pa_wcontext.h: $ENV: re 0, stateless classes
        !          20065: 
        !          20066:        * src/: include/pa_request.h, main/compile.C, main/execute.C,
        !          20067:          main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
        !          20068:          yesterdays bad decision on execute_static_method
        !          20069: 
        !          20070:        * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
        !          20071: 
        !          20072:        * src/: classes/double.C, classes/int.C, classes/root.C,
        !          20073:          types/pa_vdouble.h, types/pa_vint.h: Int,Double  dec mul div mod
        !          20074: 
        !          20075:        * src/main/pa_request.C: z
        !          20076: 
        !          20077:        * src/: classes/root.C, classes/table.C, include/pa_exception.h,
        !          20078:          include/pa_pool.h: skipped_restructure_exceptions_dead_end
        !          20079: 
        !          20080:        * src/: classes/root.C, classes/table.C, include/pa_exception.h,
        !          20081:          include/pa_pool.h, main/pa_request.C:
        !          20082:          restructure_exceptions_dead_end
        !          20083: 
        !          20084:        * src/: classes/root.C, main/compile.y: ^if required junctions.
        !          20085:          allowed ; inside {} to break params
        !          20086: 
        !          20087:        * src/classes/root.C: ^eval
        !          20088: 
        !          20089:        * src/: classes/_string.h, classes/double.C, classes/int.C,
        !          20090:          classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
        !          20091:          string ^format
        !          20092: 
        !          20093:        * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
        !          20094:          'bad' but not 'enough'
        !          20095: 
        !          20096:        * src/: classes/double.C, classes/root.C, classes/table.C,
        !          20097:          include/pa_common.h, include/pa_types.h, main/compile.y,
        !          20098:          main/pa_common.C, main/pa_request.C, main/untaint.C,
        !          20099:          types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
        !          20100:          types/pa_wwrapper.h: think constructing flag as is  is bad
        !          20101: 
        !          20102:        * src/: classes/double.C, classes/int.C, classes/root.C,
        !          20103:          classes/string.C, classes/table.C, main/core.C, main/execute.C,
        !          20104:          types/pa_vint.h: ^for
        !          20105: 
        !          20106: 2001-03-12  paf
        !          20107: 
        !          20108:        * src/classes/table.C: table ^empty
        !          20109: 
        !          20110:        * src/: classes/table.C, include/pa_table.h: table ^menu
        !          20111: 
        !          20112:        * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
        !          20113:          ^offset ^line ^count
        !          20114: 
        !          20115:        * src/classes/root.C: ^round()  ^floor()        ^ceiling()
        !          20116:          ^abs()  ^sign()
        !          20117: 
        !          20118:        * src/classes/: root.C, table.C: ^use
        !          20119: 
        !          20120:        * src/: classes/root.C, classes/table.C, include/pa_request.h,
        !          20121:          main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
        !          20122:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
        !          20123:          ^while. switched off wcontext.constructing after write(value) or
        !          20124:          auto-vhash-constructing
        !          20125: 
        !          20126:        * src/: classes/root.C, classes/table.C, include/pa_request.h,
        !          20127:          main/pa_request.C: fail_if_junction_ helper func
        !          20128: 
        !          20129:        * src/: classes/root.C, classes/table.C, include/pa_common.h,
        !          20130:          include/pa_request.h, main/execute.C, main/main.dsp,
        !          20131:          main/pa_common.C, main/pa_request.C: ^process error point by
        !          20132:          actual method_name, not source.  ^load
        !          20133: 
        !          20134:        * src/types/pa_vtable.h: table: no, better with string in cells...
        !          20135: 
        !          20136:        * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
        !          20137:          classes/_table.h, classes/table.C, main/untaint.C: z
        !          20138: 
        !          20139:        * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
        !          20140:          include/pa_table.h, main/core.C, main/execute.C,
        !          20141:          main/pa_common.C, main/pa_request.C, main/pa_table.C,
        !          20142:          types/pa_value.h: table:set 0
        !          20143: 
        !          20144:        * src/: classes/root.C, include/core.h, include/pa_array.h,
        !          20145:          include/pa_request.h, include/pa_table.h, main/core.C,
        !          20146:          main/main.dsp, main/pa_request.C, main/pa_table.C,
        !          20147:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
        !          20148:          types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
        !          20149:          types/pa_vstring.h: freeze, ^table:create[] -1
        !          20150: 
        !          20151:        * src/: classes/root.C, types/pa_value.h: z
        !          20152: 
        !          20153:        * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
        !          20154:          get_method in couple places optimizing them
        !          20155: 
        !          20156:        * src/classes/root.C: z
        !          20157: 
        !          20158:        * src/: classes/root.C, types/pa_vclass.h: process temp main
        !          20159:          zeroing
        !          20160: 
        !          20161:        * src/: classes/double.C, classes/int.C, classes/root.C,
        !          20162:          classes/string.C, include/pa_common.h, include/pa_request.h,
        !          20163:          include/pa_string.h, include/pa_types.h, main/compile.C,
        !          20164:          main/compile.y, main/compile_tools.h, main/execute.C,
        !          20165:          main/pa_common.C, main/pa_request.C, types/pa_value.h,
        !          20166:          types/pa_vmframe.h: ^process. actual names to store param and
        !          20167:          check_actual_numbered_params for better place diagnostics
        !          20168: 
        !          20169:        * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
        !          20170:          method-junctions bug fixed
        !          20171: 
        !          20172:        * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
        !          20173:          pa_vstateless_object.h, pa_vstring.h: stateless_object
        !          20174: 
        !          20175: 2001-03-11  paf
        !          20176: 
        !          20177:        * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
        !          20178:          types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
        !          20179:          VDouble VInt base now VObject_base - without fields
        !          20180: 
        !          20181:        * src/: classes/root.C, include/core.h, main/core.C: z
        !          20182: 
        !          20183:        * src/: classes/double.C, classes/int.C, classes/root.C,
        !          20184:          classes/string.C, include/core.h, include/pa_hash.h,
        !          20185:          include/pa_pool.h, include/pa_request.h, include/pa_string.h,
        !          20186:          main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
        !          20187: 
        !          20188:        * src/: classes/double.C, classes/int.C, classes/root.C,
        !          20189:          include/pa_request.h, main/execute.C: intercept_string
        !          20190: 
        !          20191:        * src/: classes/double.C, classes/int.C, classes/root.C,
        !          20192:          types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
        !          20193: 
        !          20194:        * src/: classes/double.C, classes/int.C, include/pa_request.h:
        !          20195:          ^inc-s(expr)
        !          20196: 
        !          20197:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
        !          20198:          classes/_root.h, classes/_string.h, classes/double.C,
        !          20199:          classes/env.C, classes/int.C, classes/root.C, classes/string.C,
        !          20200:          include/code.h, include/core.h, include/pa_array.h,
        !          20201:          include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
        !          20202:          include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
        !          20203:          include/pa_string.h, include/pa_table.h, include/pa_threads.h,
        !          20204:          include/pa_types.h, main/compile.C, main/compile.y,
        !          20205:          main/compile_tools.C, main/compile_tools.h, main/core.C,
        !          20206:          main/execute.C, main/pa_array.C, main/pa_common.C,
        !          20207:          main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
        !          20208:          main/pa_request.C, main/pa_string.C, main/pa_table.C,
        !          20209:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
        !          20210:          types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
        !          20211:          types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
        !          20212:          types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
        !          20213:          types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
        !          20214:          types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
        !          20215: 
        !          20216:        * src/: main/pa_request.C, types/pa_vhash.h: z
        !          20217: 
        !          20218:        * src/: include/core.h, include/pa_request.h, main/core.C,
        !          20219:          main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
        !          20220: 
        !          20221:        * src/: include/pa_valiased.h, include/pa_value.h,
        !          20222:          include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
        !          20223:          include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
        !          20224:          include/pa_vjunction.h, include/pa_vmframe.h,
        !          20225:          include/pa_vobject.h, include/pa_vstring.h,
        !          20226:          include/pa_vunknown.h, include/pa_wcontext.h,
        !          20227:          include/pa_wwrapper.h, main/compile.y, main/core.C,
        !          20228:          main/main.dsp, main/pa_cframe.C, main/pa_request.C,
        !          20229:          main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
        !          20230:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
        !          20231:          types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
        !          20232:          types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
        !          20233:          types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
        !          20234:          types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
        !          20235:          types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
        !          20236:          include/
        !          20237: 
        !          20238: 2001-03-10  paf
        !          20239: 
        !          20240:        * src/: include/core.h, include/pa_request.h, main/core.C,
        !          20241:          main/pa_request.C: run+auto=run
        !          20242: 
        !          20243:        * src/: classes/root.C, include/pa_request.h: minor if junction bug
        !          20244: 
        !          20245:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
        !          20246:          classes/_root.h, classes/_string.h, classes/double.C,
        !          20247:          classes/env.C, classes/int.C, classes/root.C, classes/string.C,
        !          20248:          include/code.h, include/core.h, include/pa_array.h,
        !          20249:          include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
        !          20250:          include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
        !          20251:          include/pa_string.h, include/pa_table.h, include/pa_threads.h,
        !          20252:          include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
        !          20253:          include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
        !          20254:          include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
        !          20255:          include/pa_vjunction.h, include/pa_vmframe.h,
        !          20256:          include/pa_vobject.h, include/pa_vstring.h,
        !          20257:          include/pa_vunknown.h, include/pa_wcontext.h,
        !          20258:          include/pa_wwrapper.h, main/compile.C, main/compile.y,
        !          20259:          main/compile_tools.C, main/compile_tools.h, main/core.C,
        !          20260:          main/execute.C, main/pa_array.C, main/pa_cframe.C,
        !          20261:          main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
        !          20262:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
        !          20263:          main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
        !          20264:          main/pa_wcontext.C: sources header
        !          20265: 
        !          20266:        * src/main/pa_request.C: auto..
        !          20267: 
        !          20268:        * src/: include/pa_request.h, main/compile.C, main/compile.y,
        !          20269:          main/pa_request.C: auto tree0
        !          20270: 
        !          20271:        * src/: include/core.h, include/pa_request.h, main/compile.y,
        !          20272:          main/core.C, main/pa_request.C: names to core.C
        !          20273: 
        !          20274:        * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
        !          20275:          include/pa_request.h, main/core.C, main/execute.C,
        !          20276:          main/pa_common.C, main/pa_request.C: root auto.p loaded
        !          20277: 
        !          20278:        * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
        !          20279:          include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
        !          20280:          main/compile_tools.C, main/compile_tools.h, main/execute.C:
        !          20281:          optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
        !          20282: 
        !          20283:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
        !          20284:          @auto[] realised. auto.p scan togo
        !          20285: 
        !          20286:        * src/: include/pa_request.h, main/execute.C: autocalc
        !          20287:          code-junctions result now have names
        !          20288: 
        !          20289:        * src/: classes/double.C, classes/int.C, classes/root.C,
        !          20290:          classes/string.C, include/pa_request.h, include/pa_string.h,
        !          20291:          include/pa_wcontext.h, main/compile.y, main/execute.C,
        !          20292:          main/pa_string.C, main/pa_wcontext.C: tainting 0
        !          20293: 
        !          20294:        * src/classes/env.C: env:file/line
        !          20295: 
        !          20296:        * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
        !          20297:          include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
        !          20298:          include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
        !          20299:          include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
        !          20300:          main/compile_tools.C, main/compile_tools.h, main/core.C,
        !          20301:          main/execute.C, main/main.dsp, main/pa_cframe.C,
        !          20302:          main/pa_request.C, main/pa_wcontext.C: const fight finished
        !          20303: 
        !          20304:        * src/include/pa_vclass.h: const fight to go
        !          20305: 
        !          20306:        * src/: classes/_env.h, classes/env.C, classes/root.C,
        !          20307:          include/pa_request.h, include/pa_vclass.h, main/core.C,
        !          20308:          main/main.dsp: env0
        !          20309: 
        !          20310:        * src/: classes/_double.h, classes/_int.h, classes/_root.h,
        !          20311:          classes/_string.h, classes/double.C, classes/int.C,
        !          20312:          classes/root.C, classes/string.C, include/pa_request.h,
        !          20313:          include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
        !          20314:          include/pa_wcontext.h, main/core.C, main/main.dsp,
        !          20315:          main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
        !          20316:          main/pa_wcontext.C: ^lang prepare0
        !          20317: 
        !          20318: 2001-03-09  paf
        !          20319: 
        !          20320:        * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
        !          20321:          construct proper naming
        !          20322: 
        !          20323:        * src/: classes/_double.h, classes/_int.h, classes/_string.h,
        !          20324:          classes/double.C, classes/int.C, classes/root.C,
        !          20325:          classes/string.C, include/code.h, include/pa_value.h,
        !          20326:          include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
        !          20327:          include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
        !          20328:          main/compile.y, main/compile_tools.C, main/core.C,
        !          20329:          main/execute.C, main/main.dsp: Int and Double classes with ^int[]
        !          20330:          and ^double[]. fixed expr type
        !          20331: 
        !          20332:        * src/: classes/root.C, include/pa_request.h, main/execute.C:
        !          20333:          ^string.length[]
        !          20334: 
        !          20335: 2001-03-08  paf
        !          20336: 
        !          20337:        * src/include/pa_vmframe.h: fixed forgotten method_frame my check
        !          20338: 
        !          20339:        * src/: include/pa_vclass.h, include/pa_vstring.h,
        !          20340:          include/pa_wcontext.h, main/compile.y, main/core.C,
        !          20341:          main/execute.C, main/main.dsp: dead end: vstring can't be
        !          20342:          derivated from vobject
        !          20343: 
        !          20344:        * src/: include/pa_vclass.h, include/pa_vhash.h,
        !          20345:          include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
        !          20346: 
        !          20347:        * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
        !          20348:          remained clone conseqs
        !          20349: 
        !          20350:        * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
        !          20351: 
        !          20352:        * src/main/pa_vclass.C: wow! vclass were out of vcs
        !          20353: 
        !          20354:        * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
        !          20355:          include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
        !          20356:          include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
        !          20357:          include/pa_vobject.h, include/pa_vstring.h,
        !          20358:          include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
        !          20359:          main/execute.C: withoud cloning. didn't need it actually, params
        !          20360:          got passed from out unnamed ewpool
        !          20361: 
        !          20362:        * src/: include/pa_vdouble.h, include/pa_vhash.h,
        !          20363:          include/pa_vjunction.h, include/pa_vobject.h,
        !          20364:          include/pa_vunknown.h, main/compile.y: cloning dead end
        !          20365: 
        !          20366:        * src/: include/pa_bool.h, include/pa_double.h,
        !          20367:          include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
        !          20368:          include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
        !          20369:          include/pa_vjunction.h, include/pa_vmframe.h,
        !          20370:          include/pa_vobject.h, include/pa_vstring.h,
        !          20371:          include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
        !          20372:          main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
        !          20373:          to give params proper names
        !          20374: 
        !          20375:        * src/main/pa_wcontext.C: z
        !          20376: 
        !          20377:        * src/: include/pa_vmframe.h, main/execute.C: added names to
        !          20378:          unknown values in get_element and unfilled params. removed wrong
        !          20379:          name change in get_element
        !          20380: 
        !          20381:        * src/main/execute.C: z
        !          20382: 
        !          20383:        * src/main/execute.C: fixed problems calling operators in
        !          20384:          constructors
        !          20385: 
        !          20386:        * src/: classes/root.C, include/pa_stack.h, main/execute.C:
        !          20387:          detected problems calling operators in constructors
        !          20388: 
        !          20389:        * src/: classes/root.C, include/pa_request.h, main/execute.C:
        !          20390:          autocalc def to string
        !          20391: 
        !          20392:        * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
        !          20393:          include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
        !          20394: 
        !          20395:        * src/classes/root.C: added root.c
        !          20396: 
        !          20397:        * src/: include/pa_request.h, include/pa_value.h,
        !          20398:          include/pa_vcframe.h, include/pa_vmframe.h,
        !          20399:          include/pa_wcontext.h, main/compile.C, main/compile.y,
        !          20400:          main/core.C, main/execute.C, main/pa_cframe.C,
        !          20401:          main/pa_wcontext.C: 'if' just compiled
        !          20402: 
        !          20403:        * src/: include/pa_vbool.h, include/pa_vdouble.h,
        !          20404:          include/pa_vjunction.h, include/pa_vmframe.h,
        !          20405:          include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
        !          20406:          main/pa_wcontext.C: z
        !          20407: 
        !          20408:        * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
        !          20409:          main/core.C, main/execute.C, main/main.dsp: z. detected probs
        !          20410:          with parameter names  in operator methods
        !          20411: 
        !          20412:        * src/main/compile.y: minor renamings in .y
        !          20413: 
        !          20414:        * src/: include/pa_request.h, main/compile.C, main/compile.y,
        !          20415:          main/core.C, main/main.dsp: introducing ROOT_CLASS.  it's default
        !          20416:          @BASE.  changed 'RUN' assignment mech
        !          20417: 
        !          20418:        * src/main/execute.C: z
        !          20419: 
        !          20420:        * src/: include/code.h, main/compile.y, main/compile_tools.C,
        !          20421:          main/compile_tools.h, main/execute.C: made class: dynamic, not
        !          20422:          static. so to enable runtime ^use
        !          20423: 
        !          20424:        * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
        !          20425: 
        !          20426:        * src/: include/code.h, main/compile.y, main/compile_tools.C,
        !          20427:          main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
        !          20428: 
        !          20429:        * src/main/execute.C: root root in code-junction
        !          20430: 
        !          20431: 2001-03-07  paf
        !          20432: 
        !          20433:        * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
        !          20434:          pa_vobject.h, pa_wwrapper.h: const in Value.get_element
        !          20435: 
        !          20436:        * src/: include/pa_stack.h, include/pa_value.h,
        !          20437:          include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
        !          20438:          include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
        !          20439:          fixed rwcontext of {} params up
        !          20440: 
        !          20441:        * src/main/: compile.y, compile_tools.h: ^func(params)
        !          20442: 
        !          20443:        * src/main/compile.y: .y priorities syntax shaped up a bit
        !          20444: 
        !          20445:        * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
        !          20446:          include/pa_vunknown.h, main/compile.y, main/execute.C,
        !          20447:          main/pa_hash.C: expr def in -f
        !          20448: 
        !          20449:        * src/main/: compile.y, execute.C: expr calls
        !          20450: 
        !          20451:        * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
        !          20452:          fixed
        !          20453: 
        !          20454:        * src/main/compile.y: expr quoted code
        !          20455: 
        !          20456:        * src/main/: compile.y, execute.C: expr whitespace solved. added ""
        !          20457:          support0
        !          20458: 
        !          20459:        * src/main/compile.y: expr string comparisons 0
        !          20460: 
        !          20461:        * src/: include/pa_string.h, main/compile.y, main/execute.C,
        !          20462:          main/pa_string.C: just compiled lt&co
        !          20463: 
        !          20464:        * src/main/execute.C: ^var.menu{$field} problem detected. that
        !          20465:          $field not a $var.field
        !          20466: 
        !          20467: 2001-03-06  paf
        !          20468: 
        !          20469:        * src/main/compile.y: .y expr visible-shorter
        !          20470: 
        !          20471:        * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
        !          20472:          with skipping whitespace in yylex fixed 2 xors: # bitwise ##
        !          20473:          logical
        !          20474: 
        !          20475:        * src/: include/pa_vstring.h, main/compile.y: problems with
        !          20476:          skipping whitespace in yylex
        !          20477: 
        !          20478:        * src/include/pa_vbool.h: forgot this
        !          20479: 
        !          20480:        * src/: include/code.h, main/compile.y, main/execute.C: without
        !          20481:          string ops in expressions 0
        !          20482: 
        !          20483:        * src/: include/pa_value.h, include/pa_vdouble.h,
        !          20484:          include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
        !          20485:          main/execute.C, main/main.dsp: !~
        !          20486: 
        !          20487:        * src/: include/pa_vcframe.h, include/pa_vclass.h,
        !          20488:          include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
        !          20489:          include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
        !          20490:          include/pa_vunknown.h, include/pa_wcontext.h,
        !          20491:          include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
        !          20492:          main/compile_tools.h, main/execute.C: +-*/
        !          20493: 
        !          20494:        * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
        !          20495:          main/compile_tools.h: grammar-1.1 $a(z) $a=0
        !          20496: 
        !          20497:        * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
        !          20498:          main/execute.C: expr grammar-1 2*2=4.000000 :)
        !          20499: 
        !          20500:        * src/main/compile.y: expr grammar-1
        !          20501: 
        !          20502:        * src/main/compile.y: expr lexx1
        !          20503: 
        !          20504:        * src/main/: compile.y, execute.C, main.dsp: z
        !          20505: 
        !          20506:        * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
        !          20507:          include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
        !          20508:          main/execute.C: expr lex0 exec-1
        !          20509: 
        !          20510:        * src/: include/code.h, main/compile.y, main/compile_tools.h: g
        !          20511: 
        !          20512: 2001-02-26  paf
        !          20513: 
        !          20514:        * src/main/compile.y: max_string in yyerror bug fix
        !          20515: 
        !          20516: 2001-02-25  paf
        !          20517: 
        !          20518:        * src/: include/pa_value.h, include/pa_vmframe.h,
        !          20519:          include/pa_wcontext.h, main/execute.C: VAliased3
        !          20520: 
        !          20521:        * src/include/: pa_value.h, pa_vmframe.h: VAliased2
        !          20522: 
        !          20523:        * src/main/execute.C: VAliased1
        !          20524: 
        !          20525:        * src/: include/pa_request.h, include/pa_value.h,
        !          20526:          include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
        !          20527:          VAliased0
        !          20528: 
        !          20529:        * src/: include/pa_pool.h, include/pa_request.h,
        !          20530:          include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
        !          20531:          include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
        !          20532:          VAliased just compiled
        !          20533: 
        !          20534:        * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
        !          20535:          include/pa_vobject.h, main/execute.C: alias dead end
        !          20536: 
        !          20537:        * src/: include/pa_value.h, include/pa_vclass.h,
        !          20538:          include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
        !          20539:          main/main.dsp: no not get fields into interm VFielded class.
        !          20540:          fields & staticfields 1
        !          20541: 
        !          20542:        * src/: include/pa_vcframe.h, include/pa_vmframe.h,
        !          20543:          include/pa_vobject.h, include/pa_wcontext.h,
        !          20544:          include/pa_wwrapper.h, main/core.C, main/execute.C,
        !          20545:          main/main.dsp: would now get fields into interm VFielded class
        !          20546: 
        !          20547:        * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
        !          20548:          include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
        !          20549:          include/pa_wcontext.h, main/compile.y, main/core.C,
        !          20550:          main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
        !          20551:          main/pa_wcontext.C: virtuals2
        !          20552: 
        !          20553:        * src/main/compile.y: : 1
        !          20554: 
        !          20555:        * src/main/compile.y: rethought to $class:static.field.subfield
        !          20556: 
        !          20557:        * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
        !          20558:          $class:element
        !          20559: 
        !          20560:        * src/: include/pa_value.h, include/pa_vmframe.h,
        !          20561:          include/pa_wwrapper.h, main/compile.y, main/execute.C,
        !          20562:          main/pa_wcontext.C: before execute class calls rewrite
        !          20563: 
        !          20564:        * src/: include/pa_request.h, main/compile.C, main/core.C: default
        !          20565:          name RUN, also alias
        !          20566: 
        !          20567:        * src/main/compile.y: escaping bug
        !          20568: 
        !          20569:        * src/: include/pa_request.h, include/pa_value.h,
        !          20570:          include/pa_vobject.h, main/compile.y, main/compile_tools.h,
        !          20571:          main/core.C, main/execute.C, main/pa_common.C: vobject1
        !          20572: 
        !          20573:        * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
        !          20574:          include/pa_vmframe.h, include/pa_vobject.h,
        !          20575:          include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
        !          20576:          main/compile_tools.h, main/execute.C: ^class:method() just
        !          20577:          compiled
        !          20578: 
        !          20579: 2001-02-24  paf
        !          20580: 
        !          20581:        * src/main/main.dsp: no bison -d
        !          20582: 
        !          20583:        * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
        !          20584:          class' err msg wrong
        !          20585: 
        !          20586:        * src/main/compile.y: z
        !          20587: 
        !          20588:        * src/main/: compile.y, core.C: yylex need some @special lines adj
        !          20589: 
        !          20590:        * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
        !          20591:          main/compile.y, main/compile_tools.h, main/core.C: modules0
        !          20592: 
        !          20593:        * src/: include/pa_vclass.h, main/core.C: z
        !          20594: 
        !          20595:        * src/: include/pa_value.h, include/pa_vclass.h,
        !          20596:          include/pa_vobject.h, main/main.dsp: vobject00
        !          20597: 
        !          20598:        * src/main/pa_array.C: minor bug in expanding very small arrays.
        !          20599:          60% from 1 were 0
        !          20600: 
        !          20601:        * src/: include/pa_value.h, include/pa_wcontext.h,
        !          20602:          include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
        !          20603:          as bad as you've named it: wcontext.value() was not a perfect
        !          20604:          idea
        !          20605: 
        !          20606:        * src/main/execute.C: codeframe1
        !          20607: 
        !          20608:        * src/: include/pa_value.h, include/pa_vcframe.h,
        !          20609:          include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
        !          20610:          include/pa_vjunction.h, include/pa_vmframe.h,
        !          20611:          include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
        !          20612:          main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
        !          20613:          just compiled
        !          20614: 
        !          20615:        * src/: include/pa_vframe.h, main/compile.y: found junction
        !          20616:          ideology @: ^x{$a()) must construct current wcontext element, so
        !          20617:          smart wcontext handling needed
        !          20618: 
        !          20619:        * src/main/compile.y: fixed grammar bugs in constructor/params
        !          20620:          klinch
        !          20621: 
        !          20622:        * src/main/: compile.y, execute.C: fixed empty constructor
        !          20623:          optimized empty case. failed on calls - produced empty string
        !          20624:          param
        !          20625: 
        !          20626:        * src/main/compile.y: fixed last \n macrotemplate strip bug
        !          20627: 
        !          20628:        * src/: include/code.h, include/pa_request.h, include/pa_value.h,
        !          20629:          include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
        !          20630:          main/compile_tools.C, main/compile_tools.h, main/core.C,
        !          20631:          main/execute.C: code junctions0. something wrong with last \n
        !          20632:          macrotemplate strip
        !          20633: 
        !          20634:        * src/: include/pa_value.h, main/compile.C, main/core.C,
        !          20635:          main/pa_value.C: minor error reporting format beautifyings
        !          20636: 
        !          20637:        * src/: include/pa_value.h, include/pa_vclass.h,
        !          20638:          include/pa_vframe.h, main/core.C, main/execute.C,
        !          20639:          main/pa_value.C: get_method RIP. junctions everywhere. call with
        !          20640:          junctions0
        !          20641: 
        !          20642: 2001-02-23  paf
        !          20643: 
        !          20644:        * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
        !          20645:          pa_wwrapper.h: lara came, can't work, sorry :(
        !          20646: 
        !          20647:        * src/main/: compile.y, execute.C, main.dsp: rethought some. before
        !          20648:          junction
        !          20649: 
        !          20650:        * src/: include/pa_vframe.h, include/pa_vunknown.h,
        !          20651:          include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
        !          20652:          main/execute.C, main/main.dsp, main/pa_value.C: call0
        !          20653: 
        !          20654:        * src/: include/pa_hash.h, include/pa_value.h,
        !          20655:          include/pa_wcontext.h, main/core.C, main/execute.C,
        !          20656:          main/main.dsp, main/pa_hash.C: started call. store param, vframe
        !          20657:          done
        !          20658: 
        !          20659:        * src/include/pa_wcontext.h: z
        !          20660: 
        !          20661:        * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
        !          20662:          wrong grammar in complex constructor case
        !          20663: 
        !          20664:        * src/main/: compile.y, execute.C: empty constructor bug fixed
        !          20665: 
        !          20666:        * src/main/execute.C: with result rwpool
        !          20667: 
        !          20668:        * src/: include/pa_value.h, main/core.C, main/execute.C,
        !          20669:          main/main.dsp: value named
        !          20670: 
        !          20671:        * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
        !          20672:          strign 2 value in 2 places in execute
        !          20673: 
        !          20674:        * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
        !          20675:          main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
        !          20676:          wcontext.put_element when wcontext fvalue==0
        !          20677: 
        !          20678: 2001-02-22  paf
        !          20679: 
        !          20680:        * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
        !          20681:          include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
        !          20682:          main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
        !          20683: 
        !          20684:        * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
        !          20685:          erroreos checkout
        !          20686: 
        !          20687:        * src/: include/pa_request.h, main/compile.y: $self.put(val)
        !          20688: 
        !          20689:        * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
        !          20690:          main/compile_tools.h, main/pa_array.C: $self.get
        !          20691: 
        !          20692:        * src/main/: compile.C, compile.y, compile_tools.C: z
        !          20693: 
        !          20694:        * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
        !          20695:          bit. finished now.
        !          20696: 
        !          20697:        * src/main/compile.y: $: finished
        !          20698: 
        !          20699:        * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
        !          20700: 
        !          20701:        * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
        !          20702:          main/execute.C: OP_STRING better then some xxx _VALUE
        !          20703: 
        !          20704:        * src/: include/code.h, include/pa_vstring.h, main/compile.y,
        !          20705:          main/compile_tools.C, main/compile_tools.h, main/execute.C:
        !          20706:          string to vstring it .y all
        !          20707: 
        !          20708:        * src/: include/pa_request.h, include/pa_stack.h,
        !          20709:          include/pa_wcontext.h, main/execute.C: z about to vstring it .y
        !          20710:          all
        !          20711: 
        !          20712:        * src/main/: compile.C, core.C, execute.C, pa_string.C: more
        !          20713:          precise parse error line:col
        !          20714: 
        !          20715:        * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
        !          20716:          main/pa_hash.C, main/pa_pool.C: TRY...
        !          20717: 
        !          20718:        * src/: include/pa_exception.h, include/pa_pool.h,
        !          20719:          include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
        !          20720:          main/compile.C, main/compile.y, main/compile_tools.C,
        !          20721:          main/core.C, main/pa_array.C, main/pa_exception.C,
        !          20722:          main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
        !          20723:          main/pa_table.C: removed exception from request
        !          20724: 
        !          20725:        * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
        !          20726:          some forgotten
        !          20727: 
        !          20728:        * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
        !          20729:          include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
        !          20730:          main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
        !          20731:          get/put simple vars to VClass works0
        !          20732: 
        !          20733:        * src/: include/pa_array.h, include/pa_wcontext.h,
        !          20734:          main/pa_string.C: in process, but found that exceptions are too
        !          20735:          global
        !          20736: 
        !          20737:        * src/: include/code.h, include/pa_string.h, include/pa_value.h,
        !          20738:          include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
        !          20739:          main/execute.C, main/pa_string.C: write_value write_string 0 it
        !          20740:          seems wcontext must write strings regardles of fvalue!=0
        !          20741: 
        !          20742: 2001-02-21  paf
        !          20743: 
        !          20744:        * src/main/execute.C: tired :)
        !          20745: 
        !          20746:        * src/main/: compile.C, compile.y, execute.C: store0
        !          20747: 
        !          20748:        * src/: include/compile.h, include/execute.h, include/pa_array.h,
        !          20749:          include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
        !          20750:          include/pa_wcontext.h, main/compile.C, main/compile.y,
        !          20751:          main/execute.C, main/main.dsp, main/pa_array.C,
        !          20752:          main/pa_request.C: get put -1 [just compiled]
        !          20753: 
        !          20754:        * src/: include/core.h, include/pa_context.h, include/pa_request.h,
        !          20755:          include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
        !          20756:          main/main.dsp, main/pa_request.C: request core methods0
        !          20757: 
        !          20758:        * src/: include/compile.h, include/pa_array.h, main/compile.C,
        !          20759:          main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
        !          20760:          execute
        !          20761: 
        !          20762:        * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
        !          20763:          main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
        !          20764:          methods and one_big_piece. now compile returns array<method*>
        !          20765: 
        !          20766:        * src/main/compile.y: more straightforward yylex[end]
        !          20767: 
        !          20768:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
        !          20769:          string.operator==(char*)
        !          20770: 
        !          20771:        * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
        !          20772:          main/execute.C, main/pa_array.C: after array.const get wonders
        !          20773: 
        !          20774:        * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
        !          20775:          pa_string.h, pa_value.h: struck with const array.gets
        !          20776: 
        !          20777:        * src/main/: execute.C: z
        !          20778: 
        !          20779:        * src/main/: compile.y, execute.C: z
        !          20780: 
        !          20781:        * src/main/: compile.C, compile.y, compile_tools.h: error
        !          20782:          processing in eval & yyerror so it wouldn't cause memleaks.
        !          20783: 
        !          20784:        * src/main/: compile.C, compile.y: failed to add absolute precies
        !          20785:          parse error positions. leaving RIGHTMOST position as
        !          20786:          @file[line:col]
        !          20787: 
        !          20788:        * src/: include/compile.h, main/compile.C, main/compile.y,
        !          20789:          main/compile_tools.h: line numbers needed. would add them to .y
        !          20790:          now internally. externally it's not as precise as needed
        !          20791: 
        !          20792:        * src/: include/code.h, include/pa_types.h, main/compile.C,
        !          20793:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
        !          20794:          main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
        !          20795:          compiler works ok
        !          20796: 
        !          20797: 2001-02-20  paf
        !          20798: 
        !          20799:        * src/main/: compile.C, compile.y, compile_tools.C,
        !          20800:          compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
        !          20801:          not perfect
        !          20802: 
        !          20803:        * src/: include/code.h, include/compile.h, include/execute.h,
        !          20804:          include/pa_array.h, include/pa_common.h, include/pa_pool.h,
        !          20805:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
        !          20806:          main/compile.C, main/compile.y, main/compile_tools.C,
        !          20807:          main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
        !          20808:          main/pa_array.C, main/pa_common.C, main/pa_hash.C,
        !          20809:          main/pa_string.C, main/pa_table.C: bison[yacc] first time
        !          20810:          compiled.  execute=dump for now
        !          20811: 
        !          20812:        * src/main/core.C: core rewrite using yacc investigations now will
        !          20813:          be compile[yacc]/execute[opcodes]
        !          20814: 
        !          20815: 2001-02-15  paf
        !          20816: 
        !          20817:        * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
        !          20818:          rewrite as turing machine? for it seems it would be it's too many
        !          20819:          ifs with this syntax now
        !          20820: 
        !          20821: 2001-02-14  paf
        !          20822: 
        !          20823:        * src/main/core.C: get_params 1
        !          20824: 
        !          20825:        * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
        !          20826:          :( ]
        !          20827: 
        !          20828:        * src/main/core.C: varios breaks
        !          20829: 
        !          20830:        * src/main/core.C: get names 3
        !          20831: 
        !          20832:        * src/main/core.C: get names 2
        !          20833: 
        !          20834:        * src/main/core.C: get names 1
        !          20835: 
        !          20836:        * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
        !          20837:          names 0
        !          20838: 
        !          20839:        * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
        !          20840:          text repassing2 operator static vars
        !          20841: 
        !          20842:        * src/: include/pa_context.h, include/pa_string.h, main/core.C,
        !          20843:          main/pa_string.C: process text repassing
        !          20844: 
        !          20845:        * src/: include/pa_context.h, include/pa_value.h, main/core.C:
        !          20846:          module:calls changes
        !          20847: 
        !          20848: 2001-02-13  paf
        !          20849: 
        !          20850:        * src/: include/pa_context.h, include/pa_value.h, main/core.C:
        !          20851:          ^class:calls[] started
        !          20852: 
        !          20853:        * src/: include/pa_value.h, main/core.C: z
        !          20854: 
        !          20855:        * src/main/core.C: operators : and self. prefixes
        !          20856: 
        !          20857:        * src/main/core.C: z
        !          20858: 
        !          20859:        * src/: include/pa_string.h, main/pa_string.C: String_iterator
        !          20860:          tested
        !          20861: 
        !          20862:        * src/: include/pa_string.h, main/pa_string.C: String_iterator
        !          20863:          optimized
        !          20864: 
        !          20865:        * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
        !          20866:          would change privates to better support optimization
        !          20867: 
        !          20868:        * src/: include/pa_string.h, main/pa_string.C:
        !          20869:          String_iterator::skip_to todo:optimize
        !          20870: 
        !          20871: 2001-02-12  paf
        !          20872: 
        !          20873:        * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
        !          20874:          String_iterator
        !          20875: 
        !          20876:        * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
        !          20877:          comments
        !          20878: 
        !          20879:        * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
        !          20880:          self/methodref joined
        !          20881: 
        !          20882: 2001-02-11  paf
        !          20883: 
        !          20884:        * src/: include/pa_context.h, include/pa_value.h, main/core.C,
        !          20885:          main/main.dsp: core started.  core.C, context&value .h
        !          20886: 
        !          20887:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
        !          20888:          include/pa_string.h, main/main.dsp, main/pa_array.C,
        !          20889:          main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
        !          20890: 
        !          20891: 2001-01-30  paf
        !          20892: 
        !          20893:        * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
        !          20894:          comments
        !          20895: 
        !          20896:        * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
        !          20897:          main/pa_pool.C: moved pa_pool.C to be target specific
        !          20898: 
        !          20899:        * src/: include/pa_exception.h, include/pa_pool.h,
        !          20900:          include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
        !          20901:          to & changes
        !          20902: 
        !          20903:        * src/: include/pa_exception.h, include/pa_pool.h,
        !          20904:          include/pa_request.h, include/pa_table.h, main/pa_array.C,
        !          20905:          main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
        !          20906:          re-associated. that's much better even removed 'die' necessety
        !          20907: 
        !          20908:        * src/: include/pa_error.h, include/pa_exception.h,
        !          20909:          include/pa_pool.h, include/pa_request.h, main/main.dsp,
        !          20910:          main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
        !          20911:          targets/Makefile.am: lowered targets/parser into subdir, added
        !          20912:          parser_Pool(Pool) failed to add. would think..
        !          20913: 
        !          20914:        * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
        !          20915:          include/pa_table.h, main/pa_error.C, main/pa_hash.C,
        !          20916:          main/pa_string.C, main/pa_table.C: Table more like C++ style
        !          20917:          hence lots of 'const'
        !          20918: 
        !          20919:        * src/: include/pa_error.h, include/pa_request.h,
        !          20920:          include/pa_string.h, include/pa_table.h, main/pa_error.C,
        !          20921:          main/pa_table.C: Error fixed
        !          20922: 
        !          20923: 2001-01-29  paf
        !          20924: 
        !          20925:        * src/: include/pa_array.h, include/pa_common.h,
        !          20926:          include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
        !          20927:          include/pa_request.h, include/pa_string.h, include/pa_table.h,
        !          20928:          main/Makefile.am, main/pa_array.C, main/pa_common.C,
        !          20929:          main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
        !          20930: 
        !          20931:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
        !          20932:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
        !          20933:          main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
        !          20934:          main/pa_string.C, main/pa_table.C: Request Error Table
        !          20935: 
        !          20936:        * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
        !          20937:          templates"
        !          20938: 
        !          20939:        * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
        !          20940:          main/main.dsp, main/pa_array.C: templates failed no template
        !          20941:          specializations [VC6], no library auto instantation [VC6, GNU c++
        !          20942:          2.95.2-6 from latest cygwin]
        !          20943: 
        !          20944:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
        !          20945:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
        !          20946:          main/main.dsp, main/pa_array.C, main/pa_string.C,
        !          20947:          main/pa_table.C: Table started would test template Array now
        !          20948: 
        !          20949:        * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
        !          20950:          String originating
        !          20951: 
        !          20952:        * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
        !          20953:          main/pa_hash.C: made local Hash-es not thread safe=quicker by
        !          20954:          SYNCHRONIZED(thread_safe)
        !          20955: 
        !          20956:        * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
        !          20957:          parts to top
        !          20958: 
        !          20959:        * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
        !          20960:          main/pa_threads.C: decided on one global_mutex, like PHP as I can
        !          20961:          see: needed only in global Hash now, made Hash:: put/get
        !          20962:          SYNCHRONIZED
        !          20963: 
        !          20964:        * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
        !          20965:          main/pa_threads.C: added pa_threads
        !          20966: 
        !          20967:          Mutex
        !          20968: 
        !          20969:        * src/include/pa_hash.h: some comments
        !          20970: 
        !          20971:        * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
        !          20972:          Array& operator += (Array& src)
        !          20973: 
        !          20974:        * src/main/pa_array.C: expand not convinient, would rewrite
        !          20975: 
        !          20976:        * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
        !          20977:          (Array& src)
        !          20978: 
        !          20979:          rethought, would change now
        !          20980: 
        !          20981: 2001-01-27  paf
        !          20982: 
        !          20983:        * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
        !          20984:          caching
        !          20985: 
        !          20986:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
        !          20987:          include/pa_string.h, main/pa_array.C, main/pa_string.C: array
        !          20988:          cache rethought to chunk caching
        !          20989: 
        !          20990:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
        !          20991:          include/pa_string.h, main/main.dsp, main/pa_array.C,
        !          20992:          main/pa_hash.C, main/pa_string.C: Array 0
        !          20993: 
        !          20994:        * src/main/pa_string.C: String::operator ==
        !          20995: 
        !          20996:        * src/main/pa_hash.C: String(&String)
        !          20997: 
        !          20998:        * src/main/pa_hash.C: added pa_hash.C [forgotten]
        !          20999: 
        !          21000:        * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
        !          21001:          main/main.dsp, main/pa_string.C: uint, and added pa_types &
        !          21002:          pa_hash[forgotten]
        !          21003: 
        !          21004: 2001-01-26  paf
        !          21005: 
        !          21006:        * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
        !          21007:          removed templates [vc++ suxx]
        !          21008: 
        !          21009:        * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
        !          21010:          main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
        !          21011: 
        !          21012:        * src/include/: pa_pool.h, pa_string.h: pa_pool split
        !          21013: 
        !          21014:        * src/main/: main.dsp, pa_string.C: $Id$ check
        !          21015: 
        !          21016:        * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: $Id$
        !          21017:          check
        !          21018: 
        !          21019:        * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
        !          21020:          dynamic row_count
        !          21021: 
        !          21022:        * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
        !          21023:          main/main.dsp, main/pa_pool.C, main/pa_string.C,
        !          21024:          targets/Makefile.am: Initial revision
        !          21025: 
        !          21026:        * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
        !          21027:          main/main.dsp, main/pa_pool.C, main/pa_string.C,
        !          21028:          targets/Makefile.am: creating parser3 module
        !          21029: 

E-mail: